Skip to content
Success

Console Output

Started by user Sebastiaan van Stijn
13:44:06 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 4d3f64da6348c20f57efe01ca483b130bcf5dd9b+e42a32e4f00863d7b081f4c86a1d7553afad6b59 (9121adc26a7cb35a131f90bd9b92a19cf57d60f5)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
The recommended git tool is: NONE
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
 > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
13:44:09 [2021-05-06T13:44:09.159Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
13:44:09 [2021-05-06T13:44:09.163Z] Trying to pass milestone 6
[Pipeline] milestone
13:44:09 [2021-05-06T13:44:09.231Z] Trying to pass milestone 7
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
13:44:09 [2021-05-06T13:44:09.519Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-03c6479c287d07ef5) in /home/ubuntu/workspace/moby_PR-42098
[Pipeline] {
[Pipeline] checkout
13:44:09 [2021-05-06T13:44:09.683Z] The recommended git tool is: git
13:44:11 [2021-05-06T13:44:11.562Z] using credential docker-jenkins-github-credentials
13:44:11 [2021-05-06T13:44:11.570Z] Cloning the remote Git repository
13:44:11 [2021-05-06T13:44:11.570Z] Cloning with configured refspecs honoured and without tags
13:44:11 [2021-05-06T13:44:11.591Z] Cloning repository https://github.com/moby/moby.git
13:44:11 [2021-05-06T13:44:11.644Z]  > git init /home/ubuntu/workspace/moby_PR-42098 # timeout=10
13:44:11 [2021-05-06T13:44:11.855Z] Fetching upstream changes from https://github.com/moby/moby.git
13:44:11 [2021-05-06T13:44:11.856Z]  > git --version # timeout=10
13:44:11 [2021-05-06T13:44:11.867Z]  > git --version # 'git version 2.17.1'
13:44:11 [2021-05-06T13:44:11.867Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:44:11 [2021-05-06T13:44:11.869Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42098/head:refs/remotes/origin/PR-42098 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:44:26 [2021-05-06T13:44:26.847Z] Fetching without tags
13:44:27 [2021-05-06T13:44:27.129Z] Merging remotes/origin/master commit e42a32e4f00863d7b081f4c86a1d7553afad6b59 into PR head commit 4d3f64da6348c20f57efe01ca483b130bcf5dd9b
13:44:26 [2021-05-06T13:44:26.771Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:44:26 [2021-05-06T13:44:26.792Z]  > git config --add remote.origin.fetch +refs/pull/42098/head:refs/remotes/origin/PR-42098 # timeout=10
13:44:26 [2021-05-06T13:44:26.807Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:44:26 [2021-05-06T13:44:26.827Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:44:26 [2021-05-06T13:44:26.850Z] Fetching upstream changes from https://github.com/moby/moby.git
13:44:26 [2021-05-06T13:44:26.850Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:44:26 [2021-05-06T13:44:26.851Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42098/head:refs/remotes/origin/PR-42098 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:44:27 [2021-05-06T13:44:27.137Z]  > git config core.sparsecheckout # timeout=10
13:44:27 [2021-05-06T13:44:27.152Z]  > git checkout -f 4d3f64da6348c20f57efe01ca483b130bcf5dd9b # timeout=10
13:44:28 [2021-05-06T13:44:28.175Z] Merge succeeded, producing 8e7ce3d4e1a110efdae2c11e84fa09ece6de9463
13:44:28 [2021-05-06T13:44:28.175Z] Checking out Revision 8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 (PR-42098)
13:44:27 [2021-05-06T13:44:27.631Z]  > git remote # timeout=10
13:44:27 [2021-05-06T13:44:27.646Z]  > git config --get remote.origin.url # timeout=10
13:44:27 [2021-05-06T13:44:27.669Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:44:27 [2021-05-06T13:44:27.670Z]  > git merge e42a32e4f00863d7b081f4c86a1d7553afad6b59 # timeout=10
13:44:28 [2021-05-06T13:44:28.154Z]  > git rev-parse HEAD^{commit} # timeout=10
13:44:28 [2021-05-06T13:44:28.176Z]  > git config core.sparsecheckout # timeout=10
13:44:28 [2021-05-06T13:44:28.188Z]  > git checkout -f 8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 # timeout=10
13:44:31 [2021-05-06T13:44:31.782Z] Commit message: "Merge commit 'e42a32e4f00863d7b081f4c86a1d7553afad6b59' into HEAD"
13:44:31 [2021-05-06T13:44:31.784Z]  > git rev-list --no-walk 4d3f64da6348c20f57efe01ca483b130bcf5dd9b # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
13:44:33 [2021-05-06T13:44:33.339Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42098:/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
13:44:36 [2021-05-06T13:44:36.632Z] Unable to find image 'alpine:latest' locally
13:44:36 [2021-05-06T13:44:36.632Z] latest: Pulling from library/alpine
13:44:36 [2021-05-06T13:44:36.632Z] 540db60ca938: Pulling fs layer
13:44:36 [2021-05-06T13:44:36.891Z] 540db60ca938: Verifying Checksum
13:44:36 [2021-05-06T13:44:36.891Z] 540db60ca938: Download complete
13:44:36 [2021-05-06T13:44:36.891Z] 540db60ca938: Pull complete
13:44:36 [2021-05-06T13:44:36.891Z] Digest: sha256:69e70a79f2d41ab5d637de98c1e0b055206ba40a8145e7bddb55ccc04e13cf8f
13:44:36 [2021-05-06T13:44:36.891Z] Status: Downloaded newer image for alpine:latest
13:44:41 [2021-05-06T13:44:41.087Z] Congratulations!  All commits are properly signed with the DCO!
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: unit-validate)
[Pipeline] { (Branch: amd64)
[Pipeline] { (Branch: rootless)
[Pipeline] { (Branch: cgroup2)
[Pipeline] { (Branch: s390x)
[Pipeline] { (Branch: s390x integration-cli)
[Pipeline] { (Branch: ppc64le)
[Pipeline] { (Branch: ppc64le integration-cli)
[Pipeline] { (Branch: arm64)
[Pipeline] { (Branch: win-RS1)
[Pipeline] { (Branch: win-RS5)
[Pipeline] { (Branch: win-2022)
[Pipeline] stage
[Pipeline] { (unit-validate)
[Pipeline] stage
[Pipeline] { (amd64)
[Pipeline] stage
[Pipeline] { (rootless)
[Pipeline] stage
[Pipeline] { (cgroup2)
[Pipeline] stage
[Pipeline] { (s390x)
[Pipeline] stage
[Pipeline] { (s390x integration-cli)
[Pipeline] stage
[Pipeline] { (ppc64le)
[Pipeline] stage
[Pipeline] { (ppc64le integration-cli)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] stage
[Pipeline] { (win-RS1)
[Pipeline] stage
[Pipeline] { (win-RS5)
[Pipeline] stage
[Pipeline] { (win-2022)
Stage "s390x" skipped due to when conditional
Stage "ppc64le" skipped due to when conditional
Stage "win-2022" skipped due to when conditional
Stage "s390x integration-cli" skipped due to when conditional
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
Stage "win-RS1" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
13:44:42 [2021-05-06T13:44:42.019Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-03c6479c287d07ef5) in /home/ubuntu/workspace/moby_PR-42098
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "win-2022" skipped due to when conditional
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Print info)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
13:44:42 [2021-05-06T13:44:42.044Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-08a01fcbd18dde22f) in /home/ubuntu/workspace/moby_PR-42098
[Pipeline] {
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] checkout
13:44:42 [2021-05-06T13:44:42.187Z] The recommended git tool is: git
13:44:42 [2021-05-06T13:44:42.199Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] {
13:44:42 [2021-05-06T13:44:42.222Z] Fetching changes from the remote Git repository
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "win-2022" skipped due to when conditional
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Run tests)
13:44:42 [2021-05-06T13:44:42.237Z] Fetching without tags
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] checkout
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
13:44:42 [2021-05-06T13:44:42.283Z] The recommended git tool is: git
13:44:42 [2021-05-06T13:44:42.295Z] using credential docker-jenkins-github-credentials
13:44:42 [2021-05-06T13:44:42.301Z] Cloning the remote Git repository
13:44:42 [2021-05-06T13:44:42.302Z] Cloning with configured refspecs honoured and without tags
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] }
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] stage
[Pipeline] { (Integration tests)
13:44:42 [2021-05-06T13:44:42.521Z] Merging remotes/origin/master commit e42a32e4f00863d7b081f4c86a1d7553afad6b59 into PR head commit 4d3f64da6348c20f57efe01ca483b130bcf5dd9b
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
13:44:42 [2021-05-06T13:44:42.645Z] Merge succeeded, producing aacf0e4fec22ff3a18a897b15e0cb483650bd7a5
13:44:42 [2021-05-06T13:44:42.645Z] Checking out Revision aacf0e4fec22ff3a18a897b15e0cb483650bd7a5 (PR-42098)
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
13:44:42 [2021-05-06T13:44:42.706Z] Commit message: "Merge commit 'e42a32e4f00863d7b081f4c86a1d7553afad6b59' into HEAD"
13:44:42 [2021-05-06T13:44:42.205Z]  > git rev-parse --is-inside-work-tree # timeout=10
13:44:42 [2021-05-06T13:44:42.225Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:44:42 [2021-05-06T13:44:42.238Z] Fetching upstream changes from https://github.com/moby/moby.git
13:44:42 [2021-05-06T13:44:42.238Z]  > git --version # timeout=10
13:44:42 [2021-05-06T13:44:42.248Z]  > git --version # 'git version 2.17.1'
13:44:42 [2021-05-06T13:44:42.249Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:44:42 [2021-05-06T13:44:42.249Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42098/head:refs/remotes/origin/PR-42098 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:44:42 [2021-05-06T13:44:42.523Z]  > git config core.sparsecheckout # timeout=10
13:44:42 [2021-05-06T13:44:42.536Z]  > git checkout -f 4d3f64da6348c20f57efe01ca483b130bcf5dd9b # timeout=10
13:44:42 [2021-05-06T13:44:42.580Z]  > git remote # timeout=10
13:44:42 [2021-05-06T13:44:42.582Z]  > git config --get remote.origin.url # timeout=10
13:44:42 [2021-05-06T13:44:42.586Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:44:42 [2021-05-06T13:44:42.586Z]  > git merge e42a32e4f00863d7b081f4c86a1d7553afad6b59 # timeout=10
13:44:42 [2021-05-06T13:44:42.639Z]  > git rev-parse HEAD^{commit} # timeout=10
13:44:42 [2021-05-06T13:44:42.647Z]  > git config core.sparsecheckout # timeout=10
13:44:42 [2021-05-06T13:44:42.651Z]  > git checkout -f aacf0e4fec22ff3a18a897b15e0cb483650bd7a5 # timeout=10
13:44:42 [2021-05-06T13:44:42.708Z]  > git rev-list --no-walk 4d3f64da6348c20f57efe01ca483b130bcf5dd9b # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
13:44:42 [2021-05-06T13:44:42.347Z] Cloning repository https://github.com/moby/moby.git
13:44:42 [2021-05-06T13:44:42.347Z]  > git init /home/ubuntu/workspace/moby_PR-42098 # timeout=10
13:44:42 [2021-05-06T13:44:42.370Z] Fetching upstream changes from https://github.com/moby/moby.git
13:44:42 [2021-05-06T13:44:42.370Z]  > git --version # timeout=10
13:44:42 [2021-05-06T13:44:42.375Z]  > git --version # 'git version 2.17.1'
13:44:42 [2021-05-06T13:44:42.375Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:44:42 [2021-05-06T13:44:42.380Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42098/head:refs/remotes/origin/PR-42098 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:44:43 [2021-05-06T13:44:43.403Z] + [ PR != PR ]
13:44:43 [2021-05-06T13:44:43.403Z] + [ master != master ]
13:44:43 [2021-05-06T13:44:43.403Z] + [ false = true ]
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
13:44:43 [2021-05-06T13:44:43.746Z] + docker version
13:44:43 [2021-05-06T13:44:43.746Z] Client: Docker Engine - Community
13:44:43 [2021-05-06T13:44:43.746Z]  Version:           20.10.5
13:44:43 [2021-05-06T13:44:43.746Z]  API version:       1.41
13:44:43 [2021-05-06T13:44:43.746Z]  Go version:        go1.13.15
13:44:43 [2021-05-06T13:44:43.746Z]  Git commit:        55c4c88
13:44:43 [2021-05-06T13:44:43.746Z]  Built:             Tue Mar  2 20:18:05 2021
13:44:43 [2021-05-06T13:44:43.746Z]  OS/Arch:           linux/amd64
13:44:43 [2021-05-06T13:44:43.746Z]  Context:           default
13:44:43 [2021-05-06T13:44:43.746Z]  Experimental:      true
13:44:43 [2021-05-06T13:44:43.746Z] 
13:44:43 [2021-05-06T13:44:43.746Z] Server: Docker Engine - Community
13:44:43 [2021-05-06T13:44:43.746Z]  Engine:
13:44:43 [2021-05-06T13:44:43.746Z]   Version:          20.10.5
13:44:43 [2021-05-06T13:44:43.746Z]   API version:      1.41 (minimum version 1.12)
13:44:43 [2021-05-06T13:44:43.746Z]   Go version:       go1.13.15
13:44:43 [2021-05-06T13:44:43.746Z]   Git commit:       363e9a8
13:44:43 [2021-05-06T13:44:43.746Z]   Built:            Tue Mar  2 20:16:00 2021
13:44:43 [2021-05-06T13:44:43.746Z]   OS/Arch:          linux/amd64
13:44:43 [2021-05-06T13:44:43.746Z]   Experimental:     true
13:44:43 [2021-05-06T13:44:43.746Z]  containerd:
13:44:43 [2021-05-06T13:44:43.746Z]   Version:          1.4.4
13:44:43 [2021-05-06T13:44:43.746Z]   GitCommit:        05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:44:43 [2021-05-06T13:44:43.746Z]  runc:
13:44:43 [2021-05-06T13:44:43.746Z]   Version:          1.0.0-rc93
13:44:43 [2021-05-06T13:44:43.746Z]   GitCommit:        12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:44:43 [2021-05-06T13:44:43.746Z]  docker-init:
13:44:43 [2021-05-06T13:44:43.746Z]   Version:          0.19.0
13:44:43 [2021-05-06T13:44:43.746Z]   GitCommit:        de40ad0
[Pipeline] sh
13:44:44 [2021-05-06T13:44:44.031Z] + docker info
13:44:49 [2021-05-06T13:44:49.304Z] Client:
13:44:49 [2021-05-06T13:44:49.304Z]  Context:    default
13:44:49 [2021-05-06T13:44:49.304Z]  Debug Mode: false
13:44:49 [2021-05-06T13:44:49.304Z]  Plugins:
13:44:49 [2021-05-06T13:44:49.304Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
13:44:49 [2021-05-06T13:44:49.304Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
13:44:49 [2021-05-06T13:44:49.304Z] 
13:44:49 [2021-05-06T13:44:49.304Z] Server:
13:44:49 [2021-05-06T13:44:49.304Z]  Containers: 0
13:44:49 [2021-05-06T13:44:49.304Z]   Running: 0
13:44:49 [2021-05-06T13:44:49.304Z]   Paused: 0
13:44:49 [2021-05-06T13:44:49.304Z]   Stopped: 0
13:44:49 [2021-05-06T13:44:49.304Z]  Images: 1
13:44:49 [2021-05-06T13:44:49.304Z]  Server Version: 20.10.5
13:44:49 [2021-05-06T13:44:49.304Z]  Storage Driver: overlay2
13:44:49 [2021-05-06T13:44:49.304Z]   Backing Filesystem: extfs
13:44:49 [2021-05-06T13:44:49.304Z]   Supports d_type: true
13:44:49 [2021-05-06T13:44:49.304Z]   Native Overlay Diff: true
13:44:49 [2021-05-06T13:44:49.304Z]  Logging Driver: json-file
13:44:49 [2021-05-06T13:44:49.304Z]  Cgroup Driver: cgroupfs
13:44:49 [2021-05-06T13:44:49.304Z]  Cgroup Version: 1
13:44:49 [2021-05-06T13:44:49.304Z]  Plugins:
13:44:49 [2021-05-06T13:44:49.304Z]   Volume: local
13:44:49 [2021-05-06T13:44:49.304Z]   Network: bridge host ipvlan macvlan null overlay
13:44:49 [2021-05-06T13:44:49.304Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:44:49 [2021-05-06T13:44:49.304Z]  Swarm: inactive
13:44:49 [2021-05-06T13:44:49.304Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:44:49 [2021-05-06T13:44:49.304Z]  Default Runtime: runc
13:44:49 [2021-05-06T13:44:49.304Z]  Init Binary: docker-init
13:44:49 [2021-05-06T13:44:49.304Z]  containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:44:49 [2021-05-06T13:44:49.304Z]  runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:44:49 [2021-05-06T13:44:49.304Z]  init version: de40ad0
13:44:49 [2021-05-06T13:44:49.304Z]  Security Options:
13:44:49 [2021-05-06T13:44:49.304Z]   apparmor
13:44:49 [2021-05-06T13:44:49.304Z]   seccomp
13:44:49 [2021-05-06T13:44:49.304Z]    Profile: default
13:44:49 [2021-05-06T13:44:49.304Z]  Kernel Version: 5.4.0-1041-aws
13:44:49 [2021-05-06T13:44:49.304Z]  Operating System: Ubuntu 18.04.5 LTS
13:44:49 [2021-05-06T13:44:49.304Z]  OSType: linux
13:44:49 [2021-05-06T13:44:49.304Z]  Architecture: x86_64
13:44:49 [2021-05-06T13:44:49.304Z]  CPUs: 2
13:44:49 [2021-05-06T13:44:49.304Z]  Total Memory: 15.35GiB
13:44:49 [2021-05-06T13:44:49.304Z]  Name: ip-10-100-119-245
13:44:49 [2021-05-06T13:44:49.304Z]  ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B
13:44:49 [2021-05-06T13:44:49.304Z]  Docker Root Dir: /var/lib/docker
13:44:49 [2021-05-06T13:44:49.304Z]  Debug Mode: false
13:44:49 [2021-05-06T13:44:49.304Z]  Registry: https://index.docker.io/v1/
13:44:49 [2021-05-06T13:44:49.304Z]  Labels:
13:44:49 [2021-05-06T13:44:49.304Z]  Experimental: true
13:44:49 [2021-05-06T13:44:49.304Z]  Insecure Registries:
13:44:49 [2021-05-06T13:44:49.304Z]   127.0.0.0/8
13:44:49 [2021-05-06T13:44:49.304Z]  Live Restore Enabled: true
13:44:49 [2021-05-06T13:44:49.304Z] 
13:44:49 [2021-05-06T13:44:49.304Z] WARNING: No swap limit support
[Pipeline] sh
13:44:49 [2021-05-06T13:44:49.589Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
13:44:49 [2021-05-06T13:44:49.589Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
13:44:49 [2021-05-06T13:44:49.589Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42098/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh
13:44:49 [2021-05-06T13:44:49.589Z] + bash /home/ubuntu/workspace/moby_PR-42098/check-config.sh
13:44:49 [2021-05-06T13:44:49.589Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
13:44:49 [2021-05-06T13:44:49.589Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ...
13:44:49 [2021-05-06T13:44:49.589Z] 
13:44:49 [2021-05-06T13:44:49.589Z] Generally Necessary:
13:44:49 [2021-05-06T13:44:49.589Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
13:44:49 [2021-05-06T13:44:49.589Z] - apparmor: enabled and tools installed
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_NAMESPACES: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_NET_NS: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_PID_NS: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_IPC_NS: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_UTS_NS: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_CGROUPS: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_CGROUP_CPUACCT: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_CGROUP_DEVICE: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_CGROUP_FREEZER: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_CGROUP_SCHED: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_CPUSETS: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_MEMCG: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_KEYS: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_VETH: enabled (as module)
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_BRIDGE: enabled (as module)
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_IP_NF_FILTER: enabled (as module)
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_IP_NF_NAT: enabled (as module)
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_NF_NAT: enabled (as module)
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_POSIX_MQUEUE: enabled
13:44:49 [2021-05-06T13:44:49.589Z] 
13:44:49 [2021-05-06T13:44:49.589Z] Optional Features:
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_USER_NS: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_SECCOMP: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_SECCOMP_FILTER: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_CGROUP_PIDS: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_MEMCG_SWAP: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
13:44:49 [2021-05-06T13:44:49.589Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_BLK_CGROUP: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_BLK_DEV_THROTTLING: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_CGROUP_PERF: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_CGROUP_HUGETLB: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_CGROUP_NET_PRIO: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_CFS_BANDWIDTH: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_FAIR_GROUP_SCHED: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_RT_GROUP_SCHED: missing
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_IP_VS: enabled (as module)
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_IP_VS_NFCT: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_IP_VS_PROTO_TCP: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_IP_VS_PROTO_UDP: enabled
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_IP_VS_RR: enabled (as module)
13:44:49 [2021-05-06T13:44:49.589Z] - CONFIG_SECURITY_SELINUX: enabled
13:44:49 [2021-05-06T13:44:49.848Z] - CONFIG_SECURITY_APPARMOR: enabled
13:44:49 [2021-05-06T13:44:49.848Z] - CONFIG_EXT4_FS: enabled
13:44:49 [2021-05-06T13:44:49.848Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
13:44:49 [2021-05-06T13:44:49.848Z] - CONFIG_EXT4_FS_SECURITY: enabled
13:44:49 [2021-05-06T13:44:49.848Z] - Network Drivers:
13:44:49 [2021-05-06T13:44:49.848Z]   - "overlay":
13:44:49 [2021-05-06T13:44:49.848Z]     - CONFIG_VXLAN: enabled (as module)
13:44:49 [2021-05-06T13:44:49.848Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
13:44:49 [2021-05-06T13:44:49.848Z]       Optional (for encrypted networks):
13:44:49 [2021-05-06T13:44:49.848Z]       - CONFIG_CRYPTO: enabled
13:44:49 [2021-05-06T13:44:49.848Z]       - CONFIG_CRYPTO_AEAD: enabled
13:44:49 [2021-05-06T13:44:49.848Z]       - CONFIG_CRYPTO_GCM: enabled
13:44:49 [2021-05-06T13:44:49.848Z]       - CONFIG_CRYPTO_SEQIV: enabled
13:44:49 [2021-05-06T13:44:49.848Z]       - CONFIG_CRYPTO_GHASH: enabled
13:44:49 [2021-05-06T13:44:49.848Z]       - CONFIG_XFRM: enabled
13:44:49 [2021-05-06T13:44:49.848Z]       - CONFIG_XFRM_USER: enabled (as module)
13:44:49 [2021-05-06T13:44:49.848Z]       - CONFIG_XFRM_ALGO: enabled (as module)
13:44:49 [2021-05-06T13:44:49.848Z]       - CONFIG_INET_ESP: enabled (as module)
13:44:49 [2021-05-06T13:44:49.848Z]   - "ipvlan":
13:44:49 [2021-05-06T13:44:49.848Z]     - CONFIG_IPVLAN: enabled (as module)
13:44:49 [2021-05-06T13:44:49.848Z]   - "macvlan":
13:44:49 [2021-05-06T13:44:49.848Z]     - CONFIG_MACVLAN: enabled (as module)
13:44:49 [2021-05-06T13:44:49.848Z]     - CONFIG_DUMMY: enabled (as module)
13:44:49 [2021-05-06T13:44:49.848Z]   - "ftp,tftp client in container":
13:44:49 [2021-05-06T13:44:49.848Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
13:44:49 [2021-05-06T13:44:49.848Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
13:44:49 [2021-05-06T13:44:49.848Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
13:44:49 [2021-05-06T13:44:49.848Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
13:44:49 [2021-05-06T13:44:49.848Z] - Storage Drivers:
13:44:49 [2021-05-06T13:44:49.848Z]   - "aufs":
13:44:49 [2021-05-06T13:44:49.848Z]     - CONFIG_AUFS_FS: enabled (as module)
13:44:49 [2021-05-06T13:44:49.848Z]   - "btrfs":
13:44:49 [2021-05-06T13:44:49.848Z]     - CONFIG_BTRFS_FS: enabled (as module)
13:44:49 [2021-05-06T13:44:49.848Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
13:44:49 [2021-05-06T13:44:49.848Z]   - "devicemapper":
13:44:49 [2021-05-06T13:44:49.848Z]     - CONFIG_BLK_DEV_DM: enabled
13:44:49 [2021-05-06T13:44:49.848Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
13:44:49 [2021-05-06T13:44:49.848Z]   - "overlay":
13:44:49 [2021-05-06T13:44:49.848Z]     - CONFIG_OVERLAY_FS: enabled (as module)
13:44:49 [2021-05-06T13:44:49.848Z]   - "zfs":
13:44:49 [2021-05-06T13:44:49.848Z]     - /dev/zfs: present
13:44:49 [2021-05-06T13:44:49.848Z]     - zfs command: missing
13:44:49 [2021-05-06T13:44:49.848Z]     - zpool command: missing
13:44:49 [2021-05-06T13:44:49.848Z] 
13:44:49 [2021-05-06T13:44:49.848Z] Limits:
13:44:49 [2021-05-06T13:44:49.848Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
13:44:49 [2021-05-06T13:44:49.848Z] 
13:44:49 [2021-05-06T13:44:49.848Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
13:44:50 [2021-05-06T13:44:50.183Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 .
13:44:50 [2021-05-06T13:44:50.183Z] #1 [internal] load build definition from Dockerfile
13:44:50 [2021-05-06T13:44:50.183Z] #1 sha256:233d838ca70a6b2a93b3705030a660e5ba1e889dd0cc8d8da8ad1eaca576fd87
13:44:50 [2021-05-06T13:44:50.183Z] #1 transferring dockerfile: 17.07kB done
13:44:50 [2021-05-06T13:44:50.183Z] #1 DONE 0.0s
13:44:50 [2021-05-06T13:44:50.183Z] 
13:44:50 [2021-05-06T13:44:50.183Z] #2 [internal] load .dockerignore
13:44:50 [2021-05-06T13:44:50.183Z] #2 sha256:841a93ea43b0da1f64a651fb4ffded455d66988ee9bc64ca43760f369c1716b8
13:44:50 [2021-05-06T13:44:50.183Z] #2 transferring context: 87B done
13:44:50 [2021-05-06T13:44:50.183Z] #2 DONE 0.0s
13:44:50 [2021-05-06T13:44:50.183Z] 
13:44:50 [2021-05-06T13:44:50.183Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
13:44:50 [2021-05-06T13:44:50.183Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
13:44:50 [2021-05-06T13:44:50.442Z] #3 DONE 0.3s
13:44:50 [2021-05-06T13:44:50.701Z] 
13:44:50 [2021-05-06T13:44:50.701Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
13:44:50 [2021-05-06T13:44:50.701Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
13:44:50 [2021-05-06T13:44:50.701Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
13:44:50 [2021-05-06T13:44:50.701Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
13:44:50 [2021-05-06T13:44:50.701Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
13:44:50 [2021-05-06T13:44:50.701Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
13:44:50 [2021-05-06T13:44:50.701Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 6.29MB / 9.64MB 0.1s
13:44:50 [2021-05-06T13:44:50.701Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s done
13:44:50 [2021-05-06T13:44:50.701Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4
13:44:51 [2021-05-06T13:44:51.269Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done
13:44:51 [2021-05-06T13:44:51.269Z] #4 DONE 0.5s
13:44:51 [2021-05-06T13:44:51.269Z] 
13:44:51 [2021-05-06T13:44:51.269Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:44:51 [2021-05-06T13:44:51.269Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
13:44:52 [2021-05-06T13:44:52.209Z] #8 DONE 0.7s
13:44:52 [2021-05-06T13:44:52.209Z] 
13:44:52 [2021-05-06T13:44:52.209Z] #5 [internal] load metadata for docker.io/library/debian:buster
13:44:52 [2021-05-06T13:44:52.209Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
13:44:52 [2021-05-06T13:44:52.209Z] #5 DONE 0.7s
13:44:52 [2021-05-06T13:44:52.209Z] 
13:44:52 [2021-05-06T13:44:52.209Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster
13:44:52 [2021-05-06T13:44:52.209Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
13:44:52 [2021-05-06T13:44:52.209Z] #6 DONE 0.7s
13:44:52 [2021-05-06T13:44:52.209Z] 
13:44:52 [2021-05-06T13:44:52.209Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:44:52 [2021-05-06T13:44:52.209Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
13:44:52 [2021-05-06T13:44:52.209Z] #7 DONE 0.8s
13:44:52 [2021-05-06T13:44:52.209Z] 
13:44:52 [2021-05-06T13:44:52.209Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:44:52 [2021-05-06T13:44:52.209Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
13:44:52 [2021-05-06T13:44:52.209Z] #26 resolve docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 0.0s done
13:44:52 [2021-05-06T13:44:52.468Z] #26 sha256:0d587dfbc4f4800bfe9ab08662e8396ffc37060c493f8ef24b2823fef3320df6 1.46kB / 1.46kB done
13:44:52 [2021-05-06T13:44:52.468Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 2.10MB / 50.43MB 0.2s
13:44:52 [2021-05-06T13:44:52.468Z] #26 sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 1.85kB / 1.85kB done
13:44:52 [2021-05-06T13:44:52.468Z] #26 sha256:fa335fed387465ccc369958d7908e1975e7d65677f7f3050d862161754ebcf90 529B / 529B done
13:44:52 [2021-05-06T13:44:52.468Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 8.39MB / 50.43MB 0.3s
13:44:52 [2021-05-06T13:44:52.731Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 17.83MB / 50.43MB 0.4s
13:44:52 [2021-05-06T13:44:52.731Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 21.22MB / 50.43MB 0.5s
13:44:52 [2021-05-06T13:44:52.993Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 35.65MB / 50.43MB 0.7s
13:44:52 [2021-05-06T13:44:52.993Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 42.99MB / 50.43MB 0.8s
13:44:53 [2021-05-06T13:44:53.257Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 50.43MB / 50.43MB 0.9s
13:44:53 [2021-05-06T13:44:53.517Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 50.43MB / 50.43MB 1.3s done
13:44:54 [2021-05-06T13:44:54.089Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc
13:44:56 [2021-05-06T13:44:56.034Z] #26 ...
13:44:56 [2021-05-06T13:44:56.034Z] 
13:44:56 [2021-05-06T13:44:56.034Z] #23 [internal] load build context
13:44:56 [2021-05-06T13:44:56.034Z] #23 sha256:c579b914a09570e342e8b5072e6ef2a91ae2cedc6769a92dd6da4dc0db45e697
13:44:56 [2021-05-06T13:44:56.034Z] #23 transferring context: 53.21MB 3.5s done
13:44:56 [2021-05-06T13:44:56.034Z] #23 DONE 3.8s
13:44:56 [2021-05-06T13:44:56.034Z] 
13:44:56 [2021-05-06T13:44:56.034Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:44:56 [2021-05-06T13:44:56.034Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
13:44:56 [2021-05-06T13:44:56.266Z] Fetching without tags
13:44:56 [2021-05-06T13:44:56.265Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:44:56 [2021-05-06T13:44:56.271Z]  > git config --add remote.origin.fetch +refs/pull/42098/head:refs/remotes/origin/PR-42098 # timeout=10
13:44:56 [2021-05-06T13:44:56.277Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:44:56 [2021-05-06T13:44:56.293Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:44:56 [2021-05-06T13:44:56.311Z] Fetching upstream changes from https://github.com/moby/moby.git
13:44:56 [2021-05-06T13:44:56.312Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:44:56 [2021-05-06T13:44:56.312Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42098/head:refs/remotes/origin/PR-42098 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:44:56 [2021-05-06T13:44:56.548Z] Merging remotes/origin/master commit e42a32e4f00863d7b081f4c86a1d7553afad6b59 into PR head commit 4d3f64da6348c20f57efe01ca483b130bcf5dd9b
13:44:56 [2021-05-06T13:44:56.999Z] Still waiting to schedule task
13:44:56 [2021-05-06T13:44:56.999Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay213:44:57 [2021-05-06T13:44:57.000Z] Still waiting to schedule task
13:44:57 [2021-05-06T13:44:57.000Z] Waiting for next available executor on ‘amd64&&ubuntu-2004&&cgroup213:44:57 [2021-05-06T13:44:57.002Z] Still waiting to schedule task
13:44:57 [2021-05-06T13:44:57.003Z] Waiting for next available executor on ‘arm64&&ubuntu-200413:44:57 [2021-05-06T13:44:57.004Z] Still waiting to schedule task
13:44:57 [2021-05-06T13:44:57.005Z] Waiting for next available executor on ‘windows-201913:44:57 [2021-05-06T13:44:57.086Z] Merge succeeded, producing 0c02bd8f82c5821fc515b94134691a85b03c4573
13:44:57 [2021-05-06T13:44:57.086Z] Checking out Revision 0c02bd8f82c5821fc515b94134691a85b03c4573 (PR-42098)
13:44:57 [2021-05-06T13:44:57.192Z] Commit message: "Merge commit 'e42a32e4f00863d7b081f4c86a1d7553afad6b59' into HEAD"
13:44:56 [2021-05-06T13:44:56.593Z]  > git config core.sparsecheckout # timeout=10
13:44:56 [2021-05-06T13:44:56.602Z]  > git checkout -f 4d3f64da6348c20f57efe01ca483b130bcf5dd9b # timeout=10
13:44:57 [2021-05-06T13:44:57.040Z]  > git remote # timeout=10
13:44:57 [2021-05-06T13:44:57.043Z]  > git config --get remote.origin.url # timeout=10
13:44:57 [2021-05-06T13:44:57.049Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:44:57 [2021-05-06T13:44:57.049Z]  > git merge e42a32e4f00863d7b081f4c86a1d7553afad6b59 # timeout=10
13:44:57 [2021-05-06T13:44:57.123Z]  > git rev-parse HEAD^{commit} # timeout=10
13:44:57 [2021-05-06T13:44:57.131Z]  > git config core.sparsecheckout # timeout=10
13:44:57 [2021-05-06T13:44:57.145Z]  > git checkout -f 0c02bd8f82c5821fc515b94134691a85b03c4573 # timeout=10
13:44:57 [2021-05-06T13:44:57.239Z]  > git rev-list --no-walk 4d3f64da6348c20f57efe01ca483b130bcf5dd9b # timeout=10
13:44:57 [2021-05-06T13:44:57.415Z] #26 ...
13:44:57 [2021-05-06T13:44:57.415Z] 
13:44:57 [2021-05-06T13:44:57.415Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:44:57 [2021-05-06T13:44:57.415Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
13:44:57 [2021-05-06T13:44:57.415Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
13:44:57 [2021-05-06T13:44:57.415Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
13:44:57 [2021-05-06T13:44:57.415Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
13:44:57 [2021-05-06T13:44:57.415Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.1s done
13:44:57 [2021-05-06T13:44:57.415Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.4s done
13:44:57 [2021-05-06T13:44:57.415Z] #62 DONE 5.0s
13:44:57 [2021-05-06T13:44:57.415Z] 
13:44:57 [2021-05-06T13:44:57.415Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:44:57 [2021-05-06T13:44:57.415Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
13:44:57 [2021-05-06T13:44:57.925Z] + docker version
13:44:57 [2021-05-06T13:44:57.925Z] Client: Docker Engine - Community
13:44:57 [2021-05-06T13:44:57.925Z]  Version:           20.10.5
13:44:57 [2021-05-06T13:44:57.925Z]  API version:       1.41
13:44:57 [2021-05-06T13:44:57.925Z]  Go version:        go1.13.15
13:44:57 [2021-05-06T13:44:57.925Z]  Git commit:        55c4c88
13:44:57 [2021-05-06T13:44:57.925Z]  Built:             Tue Mar  2 20:18:05 2021
13:44:57 [2021-05-06T13:44:57.925Z]  OS/Arch:           linux/amd64
13:44:57 [2021-05-06T13:44:57.925Z]  Context:           default
13:44:57 [2021-05-06T13:44:57.925Z]  Experimental:      true
13:44:57 [2021-05-06T13:44:57.925Z] 
13:44:57 [2021-05-06T13:44:57.925Z] Server: Docker Engine - Community
13:44:57 [2021-05-06T13:44:57.925Z]  Engine:
13:44:57 [2021-05-06T13:44:57.925Z]   Version:          20.10.5
13:44:57 [2021-05-06T13:44:57.925Z]   API version:      1.41 (minimum version 1.12)
13:44:57 [2021-05-06T13:44:57.925Z]   Go version:       go1.13.15
13:44:57 [2021-05-06T13:44:57.925Z]   Git commit:       363e9a8
13:44:57 [2021-05-06T13:44:57.925Z]   Built:            Tue Mar  2 20:16:00 2021
13:44:57 [2021-05-06T13:44:57.925Z]   OS/Arch:          linux/amd64
13:44:57 [2021-05-06T13:44:57.925Z]   Experimental:     true
13:44:57 [2021-05-06T13:44:57.925Z]  containerd:
13:44:57 [2021-05-06T13:44:57.925Z]   Version:          1.4.4
13:44:57 [2021-05-06T13:44:57.925Z]   GitCommit:        05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:44:57 [2021-05-06T13:44:57.925Z]  runc:
13:44:57 [2021-05-06T13:44:57.925Z]   Version:          1.0.0-rc93
13:44:57 [2021-05-06T13:44:57.925Z]   GitCommit:        12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:44:57 [2021-05-06T13:44:57.925Z]  docker-init:
13:44:57 [2021-05-06T13:44:57.925Z]   Version:          0.19.0
13:44:57 [2021-05-06T13:44:57.925Z]   GitCommit:        de40ad0
[Pipeline] sh
13:44:58 [2021-05-06T13:44:58.210Z] + docker info
13:44:58 [2021-05-06T13:44:58.853Z] #26 ...
13:44:58 [2021-05-06T13:44:58.853Z] 
13:44:58 [2021-05-06T13:44:58.853Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:44:58 [2021-05-06T13:44:58.853Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
13:44:58 [2021-05-06T13:44:58.853Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
13:44:58 [2021-05-06T13:44:58.853Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
13:44:58 [2021-05-06T13:44:58.853Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
13:44:58 [2021-05-06T13:44:58.853Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
13:44:58 [2021-05-06T13:44:58.853Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.9s done
13:44:58 [2021-05-06T13:44:58.853Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.5s done
13:44:58 [2021-05-06T13:44:58.853Z] #64 DONE 6.6s
13:44:58 [2021-05-06T13:44:58.853Z] 
13:44:58 [2021-05-06T13:44:58.853Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:44:58 [2021-05-06T13:44:58.853Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
13:44:58 [2021-05-06T13:44:58.853Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 5.1s
13:44:59 [2021-05-06T13:44:59.150Z] Client:
13:44:59 [2021-05-06T13:44:59.150Z]  Context:    default
13:44:59 [2021-05-06T13:44:59.150Z]  Debug Mode: false
13:44:59 [2021-05-06T13:44:59.150Z]  Plugins:
13:44:59 [2021-05-06T13:44:59.150Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
13:44:59 [2021-05-06T13:44:59.150Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
13:44:59 [2021-05-06T13:44:59.150Z] 
13:44:59 [2021-05-06T13:44:59.150Z] Server:
13:44:59 [2021-05-06T13:44:59.150Z]  Containers: 0
13:44:59 [2021-05-06T13:44:59.150Z]   Running: 0
13:44:59 [2021-05-06T13:44:59.150Z]   Paused: 0
13:44:59 [2021-05-06T13:44:59.150Z]   Stopped: 0
13:44:59 [2021-05-06T13:44:59.150Z]  Images: 2
13:44:59 [2021-05-06T13:44:59.150Z]  Server Version: 20.10.5
13:44:59 [2021-05-06T13:44:59.150Z]  Storage Driver: overlay2
13:44:59 [2021-05-06T13:44:59.150Z]   Backing Filesystem: extfs
13:44:59 [2021-05-06T13:44:59.150Z]   Supports d_type: true
13:44:59 [2021-05-06T13:44:59.150Z]   Native Overlay Diff: true
13:44:59 [2021-05-06T13:44:59.150Z]  Logging Driver: json-file
13:44:59 [2021-05-06T13:44:59.150Z]  Cgroup Driver: cgroupfs
13:44:59 [2021-05-06T13:44:59.150Z]  Cgroup Version: 1
13:44:59 [2021-05-06T13:44:59.150Z]  Plugins:
13:44:59 [2021-05-06T13:44:59.150Z]   Volume: local
13:44:59 [2021-05-06T13:44:59.150Z]   Network: bridge host ipvlan macvlan null overlay
13:44:59 [2021-05-06T13:44:59.150Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:44:59 [2021-05-06T13:44:59.150Z]  Swarm: inactive
13:44:59 [2021-05-06T13:44:59.150Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:44:59 [2021-05-06T13:44:59.150Z]  Default Runtime: runc
13:44:59 [2021-05-06T13:44:59.150Z]  Init Binary: docker-init
13:44:59 [2021-05-06T13:44:59.150Z]  containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:44:59 [2021-05-06T13:44:59.150Z]  runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:44:59 [2021-05-06T13:44:59.150Z]  init version: de40ad0
13:44:59 [2021-05-06T13:44:59.150Z]  Security Options:
13:44:59 [2021-05-06T13:44:59.150Z]   apparmor
13:44:59 [2021-05-06T13:44:59.150Z]   seccomp
13:44:59 [2021-05-06T13:44:59.150Z]    Profile: default
13:44:59 [2021-05-06T13:44:59.150Z]  Kernel Version: 5.4.0-1041-aws
13:44:59 [2021-05-06T13:44:59.150Z]  Operating System: Ubuntu 18.04.5 LTS
13:44:59 [2021-05-06T13:44:59.150Z]  OSType: linux
13:44:59 [2021-05-06T13:44:59.150Z]  Architecture: x86_64
13:44:59 [2021-05-06T13:44:59.150Z]  CPUs: 2
13:44:59 [2021-05-06T13:44:59.150Z]  Total Memory: 7.569GiB
13:44:59 [2021-05-06T13:44:59.150Z]  Name: ip-10-100-47-183
13:44:59 [2021-05-06T13:44:59.150Z]  ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B
13:44:59 [2021-05-06T13:44:59.150Z]  Docker Root Dir: /var/lib/docker
13:44:59 [2021-05-06T13:44:59.150Z]  Debug Mode: false
13:44:59 [2021-05-06T13:44:59.150Z]  Registry: https://index.docker.io/v1/
13:44:59 [2021-05-06T13:44:59.150Z]  Labels:
13:44:59 [2021-05-06T13:44:59.150Z]  Experimental: true
13:44:59 [2021-05-06T13:44:59.150Z]  Insecure Registries:
13:44:59 [2021-05-06T13:44:59.150Z]   127.0.0.0/8
13:44:59 [2021-05-06T13:44:59.150Z]  Live Restore Enabled: true
13:44:59 [2021-05-06T13:44:59.150Z] 
13:44:59 [2021-05-06T13:44:59.150Z] WARNING: No swap limit support
[Pipeline] sh
13:44:59 [2021-05-06T13:44:59.431Z] #26 ...
13:44:59 [2021-05-06T13:44:59.431Z] 
13:44:59 [2021-05-06T13:44:59.431Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
13:44:59 [2021-05-06T13:44:59.431Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
13:44:59 [2021-05-06T13:44:59.431Z] #63 DONE 0.6s
13:44:59 [2021-05-06T13:44:59.431Z] 
13:44:59 [2021-05-06T13:44:59.431Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:44:59 [2021-05-06T13:44:59.431Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
13:44:59 [2021-05-06T13:44:59.439Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
13:44:59 [2021-05-06T13:44:59.439Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
13:44:59 [2021-05-06T13:44:59.439Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42098/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh
13:44:59 [2021-05-06T13:44:59.439Z] + bash /home/ubuntu/workspace/moby_PR-42098/check-config.sh
13:44:59 [2021-05-06T13:44:59.439Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
13:44:59 [2021-05-06T13:44:59.439Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ...
13:44:59 [2021-05-06T13:44:59.439Z] 
13:44:59 [2021-05-06T13:44:59.439Z] Generally Necessary:
13:44:59 [2021-05-06T13:44:59.439Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
13:44:59 [2021-05-06T13:44:59.439Z] - apparmor: enabled and tools installed
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_NAMESPACES: enabled
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_NET_NS: enabled
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_PID_NS: enabled
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_IPC_NS: enabled
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_UTS_NS: enabled
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_CGROUPS: enabled
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_CGROUP_CPUACCT: enabled
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_CGROUP_DEVICE: enabled
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_CGROUP_FREEZER: enabled
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_CGROUP_SCHED: enabled
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_CPUSETS: enabled
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_MEMCG: enabled
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_KEYS: enabled
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_VETH: enabled (as module)
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_BRIDGE: enabled (as module)
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_IP_NF_FILTER: enabled (as module)
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_IP_NF_NAT: enabled (as module)
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_NF_NAT: enabled (as module)
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_POSIX_MQUEUE: enabled
13:44:59 [2021-05-06T13:44:59.439Z] 
13:44:59 [2021-05-06T13:44:59.439Z] Optional Features:
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_USER_NS: enabled
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_SECCOMP: enabled
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_SECCOMP_FILTER: enabled
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_CGROUP_PIDS: enabled
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_MEMCG_SWAP: enabled
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
13:44:59 [2021-05-06T13:44:59.439Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_BLK_CGROUP: enabled
13:44:59 [2021-05-06T13:44:59.439Z] - CONFIG_BLK_DEV_THROTTLING: enabled
13:44:59 [2021-05-06T13:44:59.702Z] - CONFIG_CGROUP_PERF: enabled
13:44:59 [2021-05-06T13:44:59.702Z] - CONFIG_CGROUP_HUGETLB: enabled
13:44:59 [2021-05-06T13:44:59.702Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
13:44:59 [2021-05-06T13:44:59.702Z] - CONFIG_CGROUP_NET_PRIO: enabled
13:44:59 [2021-05-06T13:44:59.702Z] - CONFIG_CFS_BANDWIDTH: enabled
13:44:59 [2021-05-06T13:44:59.702Z] - CONFIG_FAIR_GROUP_SCHED: enabled
13:44:59 [2021-05-06T13:44:59.702Z] - CONFIG_RT_GROUP_SCHED: missing
13:44:59 [2021-05-06T13:44:59.702Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
13:44:59 [2021-05-06T13:44:59.702Z] - CONFIG_IP_VS: enabled (as module)
13:44:59 [2021-05-06T13:44:59.702Z] - CONFIG_IP_VS_NFCT: enabled
13:44:59 [2021-05-06T13:44:59.702Z] - CONFIG_IP_VS_PROTO_TCP: enabled
13:44:59 [2021-05-06T13:44:59.702Z] - CONFIG_IP_VS_PROTO_UDP: enabled
13:44:59 [2021-05-06T13:44:59.702Z] - CONFIG_IP_VS_RR: enabled (as module)
13:44:59 [2021-05-06T13:44:59.702Z] - CONFIG_SECURITY_SELINUX: enabled
13:44:59 [2021-05-06T13:44:59.702Z] - CONFIG_SECURITY_APPARMOR: enabled
13:44:59 [2021-05-06T13:44:59.702Z] - CONFIG_EXT4_FS: enabled
13:44:59 [2021-05-06T13:44:59.702Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
13:44:59 [2021-05-06T13:44:59.702Z] - CONFIG_EXT4_FS_SECURITY: enabled
13:44:59 [2021-05-06T13:44:59.702Z] - Network Drivers:
13:44:59 [2021-05-06T13:44:59.702Z]   - "overlay":
13:44:59 [2021-05-06T13:44:59.702Z]     - CONFIG_VXLAN: enabled (as module)
13:44:59 [2021-05-06T13:44:59.702Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
13:44:59 [2021-05-06T13:44:59.702Z]       Optional (for encrypted networks):
13:44:59 [2021-05-06T13:44:59.702Z]       - CONFIG_CRYPTO: enabled
13:44:59 [2021-05-06T13:44:59.702Z]       - CONFIG_CRYPTO_AEAD: enabled
13:44:59 [2021-05-06T13:44:59.702Z]       - CONFIG_CRYPTO_GCM: enabled
13:44:59 [2021-05-06T13:44:59.702Z]       - CONFIG_CRYPTO_SEQIV: enabled
13:44:59 [2021-05-06T13:44:59.702Z]       - CONFIG_CRYPTO_GHASH: enabled
13:44:59 [2021-05-06T13:44:59.702Z]       - CONFIG_XFRM: enabled
13:44:59 [2021-05-06T13:44:59.702Z]       - CONFIG_XFRM_USER: enabled (as module)
13:44:59 [2021-05-06T13:44:59.702Z]       - CONFIG_XFRM_ALGO: enabled (as module)
13:44:59 [2021-05-06T13:44:59.702Z]       - CONFIG_INET_ESP: enabled (as module)
13:44:59 [2021-05-06T13:44:59.702Z]   - "ipvlan":
13:44:59 [2021-05-06T13:44:59.702Z]     - CONFIG_IPVLAN: enabled (as module)
13:44:59 [2021-05-06T13:44:59.702Z]   - "macvlan":
13:44:59 [2021-05-06T13:44:59.702Z]     - CONFIG_MACVLAN: enabled (as module)
13:44:59 [2021-05-06T13:44:59.702Z]     - CONFIG_DUMMY: enabled (as module)
13:44:59 [2021-05-06T13:44:59.702Z]   - "ftp,tftp client in container":
13:44:59 [2021-05-06T13:44:59.702Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
13:44:59 [2021-05-06T13:44:59.702Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
13:44:59 [2021-05-06T13:44:59.702Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
13:44:59 [2021-05-06T13:44:59.702Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
13:44:59 [2021-05-06T13:44:59.702Z] - Storage Drivers:
13:44:59 [2021-05-06T13:44:59.702Z]   - "aufs":
13:44:59 [2021-05-06T13:44:59.702Z]     - CONFIG_AUFS_FS: enabled (as module)
13:44:59 [2021-05-06T13:44:59.702Z]   - "btrfs":
13:44:59 [2021-05-06T13:44:59.702Z]     - CONFIG_BTRFS_FS: enabled (as module)
13:44:59 [2021-05-06T13:44:59.702Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
13:44:59 [2021-05-06T13:44:59.702Z]   - "devicemapper":
13:44:59 [2021-05-06T13:44:59.702Z]     - CONFIG_BLK_DEV_DM: enabled
13:44:59 [2021-05-06T13:44:59.702Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
13:44:59 [2021-05-06T13:44:59.702Z]   - "overlay":
13:44:59 [2021-05-06T13:44:59.702Z]     - CONFIG_OVERLAY_FS: enabled (as module)
13:44:59 [2021-05-06T13:44:59.702Z]   - "zfs":
13:44:59 [2021-05-06T13:44:59.702Z]     - /dev/zfs: present
13:44:59 [2021-05-06T13:44:59.702Z]     - zfs command: missing
13:44:59 [2021-05-06T13:44:59.702Z]     - zpool command: missing
13:44:59 [2021-05-06T13:44:59.702Z] 
13:44:59 [2021-05-06T13:44:59.702Z] Limits:
13:44:59 [2021-05-06T13:44:59.702Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
13:44:59 [2021-05-06T13:44:59.702Z] 
13:44:59 [2021-05-06T13:44:59.702Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
13:45:00 [2021-05-06T13:45:00.000Z] #26 ...
13:45:00 [2021-05-06T13:45:00.000Z] 
13:45:00 [2021-05-06T13:45:00.000Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
13:45:00 [2021-05-06T13:45:00.000Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
13:45:00 [2021-05-06T13:45:00.000Z] #65 DONE 0.6s
13:45:00 [2021-05-06T13:45:00.042Z] + sudo modprobe ip_vs
13:45:00 [2021-05-06T13:45:00.042Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 .
13:45:00 [2021-05-06T13:45:00.261Z] 
13:45:00 [2021-05-06T13:45:00.261Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:45:00 [2021-05-06T13:45:00.261Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:45:00 [2021-05-06T13:45:00.261Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done
13:45:00 [2021-05-06T13:45:00.261Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
13:45:00 [2021-05-06T13:45:00.261Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
13:45:00 [2021-05-06T13:45:00.262Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
13:45:00 [2021-05-06T13:45:00.262Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.6s done
13:45:00 [2021-05-06T13:45:00.262Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s done
13:45:00 [2021-05-06T13:45:00.262Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.8s done
13:45:00 [2021-05-06T13:45:00.262Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.1s done
13:45:00 [2021-05-06T13:45:00.262Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.7s done
13:45:00 [2021-05-06T13:45:00.262Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 4.8s done
13:45:00 [2021-05-06T13:45:00.262Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.6s
13:45:00 [2021-05-06T13:45:00.262Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.3s done
13:45:00 [2021-05-06T13:45:00.301Z] #2 [internal] load .dockerignore
13:45:00 [2021-05-06T13:45:00.301Z] #2 sha256:e180f2112f1da7ab3b23b33220f4c92a95eaed779813ff0b39cbff6e4ba4ca45
13:45:00 [2021-05-06T13:45:00.302Z] #2 transferring context: 87B done
13:45:00 [2021-05-06T13:45:00.302Z] #2 DONE 0.0s
13:45:00 [2021-05-06T13:45:00.302Z] 
13:45:00 [2021-05-06T13:45:00.302Z] #1 [internal] load build definition from Dockerfile
13:45:00 [2021-05-06T13:45:00.302Z] #1 sha256:ca716d928845e8e9427d0435253b13ec120977f9816e6055a2772c9f568d8bdd
13:45:00 [2021-05-06T13:45:00.302Z] #1 transferring dockerfile: 17.07kB done
13:45:00 [2021-05-06T13:45:00.302Z] #1 DONE 0.0s
13:45:00 [2021-05-06T13:45:00.302Z] 
13:45:00 [2021-05-06T13:45:00.302Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
13:45:00 [2021-05-06T13:45:00.302Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
13:45:00 [2021-05-06T13:45:00.302Z] #3 DONE 0.1s
13:45:00 [2021-05-06T13:45:00.302Z] 
13:45:00 [2021-05-06T13:45:00.302Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
13:45:00 [2021-05-06T13:45:00.302Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
13:45:00 [2021-05-06T13:45:00.302Z] #4 CACHED
13:45:00 [2021-05-06T13:45:00.829Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.5s done
13:45:00 [2021-05-06T13:45:00.829Z] #9 ...
13:45:00 [2021-05-06T13:45:00.829Z] 
13:45:00 [2021-05-06T13:45:00.829Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:45:00 [2021-05-06T13:45:00.829Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
13:45:00 [2021-05-06T13:45:00.829Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 6.9s done
13:45:00 [2021-05-06T13:45:00.829Z] #26 DONE 8.7s
13:45:00 [2021-05-06T13:45:00.829Z] 
13:45:00 [2021-05-06T13:45:00.829Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:45:00 [2021-05-06T13:45:00.829Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:45:00 [2021-05-06T13:45:00.829Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
13:45:00 [2021-05-06T13:45:00.829Z] #9 ...
13:45:00 [2021-05-06T13:45:00.829Z] 
13:45:00 [2021-05-06T13:45:00.829Z] #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
13:45:00 [2021-05-06T13:45:00.829Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69
13:45:00 [2021-05-06T13:45:00.873Z] 
13:45:00 [2021-05-06T13:45:00.873Z] #7 [internal] load metadata for docker.io/library/debian:buster
13:45:00 [2021-05-06T13:45:00.873Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
13:45:00 [2021-05-06T13:45:00.873Z] #7 DONE 0.1s
13:45:00 [2021-05-06T13:45:00.873Z] 
13:45:00 [2021-05-06T13:45:00.873Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:45:00 [2021-05-06T13:45:00.873Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
13:45:00 [2021-05-06T13:45:00.873Z] #8 DONE 0.1s
13:45:00 [2021-05-06T13:45:00.873Z] 
13:45:00 [2021-05-06T13:45:00.873Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:45:00 [2021-05-06T13:45:00.873Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
13:45:00 [2021-05-06T13:45:00.873Z] #6 DONE 0.1s
13:45:00 [2021-05-06T13:45:00.873Z] 
13:45:00 [2021-05-06T13:45:00.873Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
13:45:00 [2021-05-06T13:45:00.873Z] #5 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
13:45:00 [2021-05-06T13:45:00.873Z] #5 DONE 0.1s
13:45:00 [2021-05-06T13:45:00.873Z] 
13:45:00 [2021-05-06T13:45:00.873Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:45:00 [2021-05-06T13:45:00.873Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
13:45:00 [2021-05-06T13:45:00.873Z] #26 DONE 0.0s
13:45:00 [2021-05-06T13:45:00.873Z] 
13:45:00 [2021-05-06T13:45:00.873Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:45:00 [2021-05-06T13:45:00.873Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
13:45:00 [2021-05-06T13:45:00.873Z] #64 DONE 0.0s
13:45:00 [2021-05-06T13:45:00.873Z] 
13:45:00 [2021-05-06T13:45:00.873Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:45:00 [2021-05-06T13:45:00.873Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
13:45:00 [2021-05-06T13:45:00.873Z] #62 DONE 0.0s
13:45:00 [2021-05-06T13:45:00.873Z] 
13:45:00 [2021-05-06T13:45:00.873Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:45:00 [2021-05-06T13:45:00.873Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:45:00 [2021-05-06T13:45:00.873Z] #9 DONE 0.0s
13:45:00 [2021-05-06T13:45:00.873Z] 
13:45:00 [2021-05-06T13:45:00.873Z] #23 [internal] load build context
13:45:00 [2021-05-06T13:45:00.873Z] #23 sha256:0e20461215fbb0245b5058d01def45826fa1ab1cc9cc536e4dc70b5ab6019bad
13:45:02 [2021-05-06T13:45:02.207Z] #27 0.957 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
13:45:02 [2021-05-06T13:45:02.207Z] #27 0.965 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:45:02 [2021-05-06T13:45:02.207Z] #27 1.047 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:45:02 [2021-05-06T13:45:02.207Z] #27 1.131 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:45:02 [2021-05-06T13:45:02.466Z] #27 1.563 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
13:45:02 [2021-05-06T13:45:02.799Z] #23 transferring context: 53.21MB 1.8s done
13:45:02 [2021-05-06T13:45:02.799Z] #23 DONE 1.8s
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
13:45:02 [2021-05-06T13:45:02.799Z] #57 sha256:eb77927f0d7f926b4d335ad1a131335cfff94a8ce16e5dddf6f16fdc07322f79
13:45:02 [2021-05-06T13:45:02.799Z] #57 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #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
13:45:02 [2021-05-06T13:45:02.799Z] #37 sha256:8ccdfb3b52998d09844ad34acc6b16d2ed769474f4289ea464025e3401a66d97
13:45:02 [2021-05-06T13:45:02.799Z] #37 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
13:45:02 [2021-05-06T13:45:02.799Z] #68 sha256:2f61911bddd6f6b8a4c20ed8e827faf6a9d43315a5ffac95109e6692b7d00f35
13:45:02 [2021-05-06T13:45:02.799Z] #68 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #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
13:45:02 [2021-05-06T13:45:02.799Z] #53 sha256:aa58a57419c9fe6e7eba6213352297a021941bed7a88a87a7fd097ff13db195c
13:45:02 [2021-05-06T13:45:02.799Z] #53 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #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
13:45:02 [2021-05-06T13:45:02.799Z] #56 sha256:c4d975283cd63557cb0ff2fb5cf4f76fc47ae59d0c66dc788109b14f1e8df48f
13:45:02 [2021-05-06T13:45:02.799Z] #56 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #35 [dev-systemd-false 13/26] COPY --from=tomll         /build/ /usr/local/bin/
13:45:02 [2021-05-06T13:45:02.799Z] #35 sha256:2e5eb97c358a77d48213db7d2652e40de58c279fbfbf16e8a4715768fba6180f
13:45:02 [2021-05-06T13:45:02.799Z] #35 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #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
13:45:02 [2021-05-06T13:45:02.799Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:45:02 [2021-05-06T13:45:02.799Z] #43 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.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
13:45:02 [2021-05-06T13:45:02.799Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
13:45:02 [2021-05-06T13:45:02.799Z] #32 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
13:45:02 [2021-05-06T13:45:02.799Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
13:45:02 [2021-05-06T13:45:02.799Z] #22 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #19 [dev-systemd-false  6/26] RUN ldconfig
13:45:02 [2021-05-06T13:45:02.799Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
13:45:02 [2021-05-06T13:45:02.799Z] #19 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #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
13:45:02 [2021-05-06T13:45:02.799Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
13:45:02 [2021-05-06T13:45:02.799Z] #21 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
13:45:02 [2021-05-06T13:45:02.799Z] #60 sha256:344b3ea416f3f555847b542f6f80a60e3eaf29c40e96fab292be647467366c6c
13:45:02 [2021-05-06T13:45:02.799Z] #60 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
13:45:02 [2021-05-06T13:45:02.799Z] #50 sha256:c6b034e76a6e1d885e014a8025675a440f4ad885f377a0a286b812fba57d912b
13:45:02 [2021-05-06T13:45:02.799Z] #50 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #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
13:45:02 [2021-05-06T13:45:02.799Z] #49 sha256:7aef00635ae214720a4ab1acc19bb5baf61eb06d6e18dfabd90fb9b38330cd7f
13:45:02 [2021-05-06T13:45:02.799Z] #49 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
13:45:02 [2021-05-06T13:45:02.799Z] #52 sha256:8f66e729a307657b676e67d32db005a7854e552bac432d8badaeacb9cfa36101
13:45:02 [2021-05-06T13:45:02.799Z] #52 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:45:02 [2021-05-06T13:45:02.799Z] #67 sha256:f26592f6b205746f25a02698c405eb4c6affba925913c3192a65d6f369b1a963
13:45:02 [2021-05-06T13:45:02.799Z] #67 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
13:45:02 [2021-05-06T13:45:02.799Z] #38 sha256:46ae0a1f6a1dbfc5255c1333639566029b7675ec73af3f8c84d2cbba5ae129d8
13:45:02 [2021-05-06T13:45:02.799Z] #38 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #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
13:45:02 [2021-05-06T13:45:02.799Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:45:02 [2021-05-06T13:45:02.799Z] #20 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
13:45:02 [2021-05-06T13:45:02.799Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
13:45:02 [2021-05-06T13:45:02.799Z] #16 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #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
13:45:02 [2021-05-06T13:45:02.799Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
13:45:02 [2021-05-06T13:45:02.799Z] #11 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
13:45:02 [2021-05-06T13:45:02.799Z] #28 sha256:0918a99623581345913960645d27a7bc05d25e81a45e00679d375666b047a877
13:45:02 [2021-05-06T13:45:02.799Z] #28 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
13:45:02 [2021-05-06T13:45:02.799Z] #46 sha256:699ce0cfc2d115f614cec169963890ff3a172852fa0facedefe759ceb5b48ac3
13:45:02 [2021-05-06T13:45:02.799Z] #46 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #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
13:45:02 [2021-05-06T13:45:02.799Z] #24 sha256:546d416ccbead72339932545c3cf1f04143d21483156c640c833299267870e7e
13:45:02 [2021-05-06T13:45:02.799Z] #24 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #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
13:45:02 [2021-05-06T13:45:02.799Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:45:02 [2021-05-06T13:45:02.799Z] #55 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:45:02 [2021-05-06T13:45:02.799Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
13:45:02 [2021-05-06T13:45:02.799Z] #10 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
13:45:02 [2021-05-06T13:45:02.799Z] #41 sha256:fd147f6c0e6258dad9c4993ed665126d8310d422f8554af508642fa41f513027
13:45:02 [2021-05-06T13:45:02.799Z] #41 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #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
13:45:02 [2021-05-06T13:45:02.799Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:45:02 [2021-05-06T13:45:02.799Z] #40 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
13:45:02 [2021-05-06T13:45:02.799Z] #54 sha256:d78548f2e4954b80f47d0a6c44807e40192f777de66488dbebe967a8d60cabd3
13:45:02 [2021-05-06T13:45:02.799Z] #54 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
13:45:02 [2021-05-06T13:45:02.799Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
13:45:02 [2021-05-06T13:45:02.799Z] #63 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #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
13:45:02 [2021-05-06T13:45:02.799Z] #45 sha256:936bc8f5dd5fd4dc2565188b312deb32636f277141bf96596805cf4db3b5c491
13:45:02 [2021-05-06T13:45:02.799Z] #45 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
13:45:02 [2021-05-06T13:45:02.799Z] #59 sha256:b02437508ba16e08d6e5636b727baa1cee1cc3e90c99c4c40a18e126bdb9c53b
13:45:02 [2021-05-06T13:45:02.799Z] #59 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
13:45:02 [2021-05-06T13:45:02.799Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
13:45:02 [2021-05-06T13:45:02.799Z] #14 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
13:45:02 [2021-05-06T13:45:02.799Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
13:45:02 [2021-05-06T13:45:02.799Z] #39 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #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
13:45:02 [2021-05-06T13:45:02.799Z] #58 sha256:b750b9ac597b5a79a778045c073e5c8df306bccbdbfe15b4d11e2869a8700c9c
13:45:02 [2021-05-06T13:45:02.799Z] #58 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
13:45:02 [2021-05-06T13:45:02.799Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
13:45:02 [2021-05-06T13:45:02.799Z] #31 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
13:45:02 [2021-05-06T13:45:02.799Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
13:45:02 [2021-05-06T13:45:02.799Z] #17 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
13:45:02 [2021-05-06T13:45:02.799Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
13:45:02 [2021-05-06T13:45:02.799Z] #65 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
13:45:02 [2021-05-06T13:45:02.799Z] #25 sha256:390502e36d79812040e2495ee2bfb41eb920fbd57ba7eed75fe7076f2b9dca76
13:45:02 [2021-05-06T13:45:02.799Z] #25 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
13:45:02 [2021-05-06T13:45:02.799Z] #44 sha256:0b56461c343fd8994fac5a803091e399750e08f4a7f3a03854aee30b6652b922
13:45:02 [2021-05-06T13:45:02.799Z] #44 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
13:45:02 [2021-05-06T13:45:02.799Z] #61 sha256:6c7dd2445408a9be2812d874bdbc1f9df0b761bcabdc035ff90e6483c41d272f
13:45:02 [2021-05-06T13:45:02.799Z] #61 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
13:45:02 [2021-05-06T13:45:02.799Z] #34 sha256:5a63400be82ab8f89d3c1d51cd0b9fe3c6b6be903d8177c54885c3fa5b217797
13:45:02 [2021-05-06T13:45:02.799Z] #34 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #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
13:45:02 [2021-05-06T13:45:02.799Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69
13:45:02 [2021-05-06T13:45:02.799Z] #27 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #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
13:45:02 [2021-05-06T13:45:02.799Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:45:02 [2021-05-06T13:45:02.799Z] #42 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #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
13:45:02 [2021-05-06T13:45:02.799Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:45:02 [2021-05-06T13:45:02.799Z] #36 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #15 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
13:45:02 [2021-05-06T13:45:02.799Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
13:45:02 [2021-05-06T13:45:02.799Z] #15 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:45:02 [2021-05-06T13:45:02.799Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:45:02 [2021-05-06T13:45:02.799Z] #13 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
13:45:02 [2021-05-06T13:45:02.799Z] #30 sha256:cd9364a58706ac177107e7c04bf3455434c8192ca449fa4a1bc9c1011f8989e7
13:45:02 [2021-05-06T13:45:02.799Z] #30 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
13:45:02 [2021-05-06T13:45:02.799Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9
13:45:02 [2021-05-06T13:45:02.799Z] #12 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
13:45:02 [2021-05-06T13:45:02.799Z] #48 sha256:b1ac49576b994ed7d9eaa8aae9579050f08a987cff18ee1add8f880d536229e7
13:45:02 [2021-05-06T13:45:02.799Z] #48 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #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
13:45:02 [2021-05-06T13:45:02.799Z] #47 sha256:e617da9682065785f851f41410cd821c8d687555353cdb084a0918da4b8bffed
13:45:02 [2021-05-06T13:45:02.799Z] #47 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
13:45:02 [2021-05-06T13:45:02.799Z] #33 sha256:58d77151d2451f7268c93f2d62f16d54f069028e2ac2805153c394a31e740376
13:45:02 [2021-05-06T13:45:02.799Z] #33 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
13:45:02 [2021-05-06T13:45:02.799Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
13:45:02 [2021-05-06T13:45:02.799Z] #18 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #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
13:45:02 [2021-05-06T13:45:02.799Z] #51 sha256:96205ddc9bb39e035974a6299f6c4315cc99dfc021f5a39af0c18e3406d17ca9
13:45:02 [2021-05-06T13:45:02.799Z] #51 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
13:45:02 [2021-05-06T13:45:02.799Z] #66 sha256:f417952d6880fd4ce0399dbf0833315aedc030f9281bdaa42c8629e319e37a1f
13:45:02 [2021-05-06T13:45:02.799Z] #66 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #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
13:45:02 [2021-05-06T13:45:02.799Z] #29 sha256:aa5c2f5e21e8db4c0981176ad17cd383512672713f64b261e76d2bc3db3c724b
13:45:02 [2021-05-06T13:45:02.799Z] #29 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
13:45:02 [2021-05-06T13:45:02.799Z] #69 sha256:dd08b8f6f1a69adce1fadbfea7303c6c54020cddb29076c80d6873140ceb85af
13:45:02 [2021-05-06T13:45:02.799Z] #69 CACHED
13:45:02 [2021-05-06T13:45:02.799Z] 
13:45:02 [2021-05-06T13:45:02.799Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker
13:45:02 [2021-05-06T13:45:02.799Z] #70 sha256:e053744651faeda62c5ed95f9f6b459ea08be5c76146ec88f5f95aa45925f613
13:45:03 [2021-05-06T13:45:03.036Z] #27 2.097 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
13:45:03 [2021-05-06T13:45:03.741Z] #70 DONE 0.8s
13:45:03 [2021-05-06T13:45:03.741Z] 
13:45:03 [2021-05-06T13:45:03.741Z] #71 exporting to image
13:45:03 [2021-05-06T13:45:03.741Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:45:03 [2021-05-06T13:45:03.741Z] #71 exporting layers
13:45:04 [2021-05-06T13:45:04.417Z] #27 3.189 Fetched 8441 kB in 2s (3391 kB/s)
13:45:04 [2021-05-06T13:45:04.682Z] #71 exporting layers 1.0s done
13:45:04 [2021-05-06T13:45:04.682Z] #71 writing image sha256:2446a5b8926384c7f7c89fe8b58a801e1501852527f17554588a72709e079b86
13:45:04 [2021-05-06T13:45:04.682Z] #71 writing image sha256:2446a5b8926384c7f7c89fe8b58a801e1501852527f17554588a72709e079b86 done
13:45:04 [2021-05-06T13:45:04.682Z] #71 naming to docker.io/library/docker:8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 done
13:45:04 [2021-05-06T13:45:04.682Z] #71 DONE 1.0s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
13:45:04 [2021-05-06T13:45:04.986Z] #27 3.189 Reading package lists...
13:45:05 [2021-05-06T13:45:05.041Z] + trap exit INT TERM
13:45:05 [2021-05-06T13:45:05.041Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
13:45:05 [2021-05-06T13:45:05.041Z] + CONTAINER_NAME=docker-pr7
13:45:05 [2021-05-06T13:45:05.041Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42098/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42098/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 -e DOCKER_GRAPHDRIVER docker:8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 hack/make.sh dynbinary-daemon
13:45:05 [2021-05-06T13:45:05.641Z] 
13:45:05 [2021-05-06T13:45:05.908Z] Removing bundles/
13:45:05 [2021-05-06T13:45:05.908Z] 
13:45:05 [2021-05-06T13:45:05.908Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
13:45:05 [2021-05-06T13:45:05.908Z] Building: bundles/dynbinary-daemon/dockerd-dev
13:45:05 [2021-05-06T13:45:05.908Z] GOOS="" GOARCH="" GOARM=""
13:45:05 [2021-05-06T13:45:05.924Z] #27 4.102 Reading package lists...
13:45:05 [2021-05-06T13:45:05.924Z] #27 4.985 Building dependency tree...
13:45:06 [2021-05-06T13:45:06.184Z] #27 5.307 The following additional packages will be installed:
13:45:06 [2021-05-06T13:45:06.184Z] #27 5.307   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
13:45:06 [2021-05-06T13:45:06.184Z] #27 5.307   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
13:45:06 [2021-05-06T13:45:06.184Z] #27 5.308   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
13:45:06 [2021-05-06T13:45:06.184Z] #27 5.315 Suggested packages:
13:45:06 [2021-05-06T13:45:06.184Z] #27 5.315   krb5-doc krb5-user
13:45:06 [2021-05-06T13:45:06.184Z] #27 5.315 Recommended packages:
13:45:06 [2021-05-06T13:45:06.184Z] #27 5.315   krb5-locales publicsuffix libsasl2-modules
13:45:06 [2021-05-06T13:45:06.443Z] #27 5.531 The following NEW packages will be installed:
13:45:06 [2021-05-06T13:45:06.443Z] #27 5.531   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
13:45:06 [2021-05-06T13:45:06.443Z] #27 5.531   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
13:45:06 [2021-05-06T13:45:06.443Z] #27 5.531   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
13:45:06 [2021-05-06T13:45:06.443Z] #27 5.531   libssh2-1 libssl1.1 openssl
13:45:06 [2021-05-06T13:45:06.703Z] #27 5.809 0 upgraded, 21 newly installed, 0 to remove and 2 not upgraded.
13:45:06 [2021-05-06T13:45:06.703Z] #27 5.809 Need to get 5059 kB of archives.
13:45:06 [2021-05-06T13:45:06.703Z] #27 5.809 After this operation, 12.1 MB of additional disk space will be used.
13:45:06 [2021-05-06T13:45:06.703Z] #27 5.809 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
13:45:06 [2021-05-06T13:45:06.703Z] #27 5.809 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
13:45:06 [2021-05-06T13:45:06.703Z] #27 5.815 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
13:45:06 [2021-05-06T13:45:06.703Z] #27 5.815 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
13:45:06 [2021-05-06T13:45:06.703Z] #27 5.815 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
13:45:06 [2021-05-06T13:45:06.703Z] #27 5.815 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
13:45:06 [2021-05-06T13:45:06.703Z] #27 5.824 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
13:45:06 [2021-05-06T13:45:06.703Z] #27 5.831 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
13:45:06 [2021-05-06T13:45:06.703Z] #27 5.837 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
13:45:06 [2021-05-06T13:45:06.703Z] #27 5.839 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
13:45:06 [2021-05-06T13:45:06.703Z] #27 5.845 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
13:45:06 [2021-05-06T13:45:06.703Z] #27 5.851 Get:12 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
13:45:06 [2021-05-06T13:45:06.703Z] #27 5.851 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
13:45:06 [2021-05-06T13:45:06.703Z] #27 5.851 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
13:45:06 [2021-05-06T13:45:06.703Z] #27 5.851 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
13:45:06 [2021-05-06T13:45:06.703Z] #27 5.863 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
13:45:06 [2021-05-06T13:45:06.703Z] #27 5.863 Get:17 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
13:45:06 [2021-05-06T13:45:06.703Z] #27 5.863 Get:18 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
13:45:06 [2021-05-06T13:45:06.703Z] #27 5.863 Get:19 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
13:45:06 [2021-05-06T13:45:06.703Z] #27 5.871 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
13:45:06 [2021-05-06T13:45:06.703Z] #27 5.874 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
13:45:06 [2021-05-06T13:45:06.962Z] #27 6.088 debconf: delaying package configuration, since apt-utils is not installed
13:45:06 [2021-05-06T13:45:06.962Z] #27 6.116 Fetched 5059 kB in 0s (15.3 MB/s)
13:45:06 [2021-05-06T13:45:06.962Z] #27 6.155 Selecting previously unselected package libssl1.1:amd64.
13:45:06 [2021-05-06T13:45:06.962Z] #27 6.155 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
13:45:06 [2021-05-06T13:45:06.962Z] #27 6.156 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
13:45:06 [2021-05-06T13:45:06.962Z] #27 6.165 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
13:45:07 [2021-05-06T13:45:07.222Z] #27 6.386 Selecting previously unselected package openssl.
13:45:07 [2021-05-06T13:45:07.222Z] #27 6.386 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
13:45:07 [2021-05-06T13:45:07.222Z] #27 6.391 Unpacking openssl (1.1.1d-0+deb10u6) ...
13:45:07 [2021-05-06T13:45:07.481Z] #27 6.519 Selecting previously unselected package ca-certificates.
13:45:07 [2021-05-06T13:45:07.481Z] #27 6.519 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
13:45:07 [2021-05-06T13:45:07.481Z] #27 6.522 Unpacking ca-certificates (20200601~deb10u2) ...
13:45:07 [2021-05-06T13:45:07.481Z] #27 6.596 Selecting previously unselected package libkeyutils1:amd64.
13:45:07 [2021-05-06T13:45:07.481Z] #27 6.597 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
13:45:07 [2021-05-06T13:45:07.481Z] #27 6.602 Unpacking libkeyutils1:amd64 (1.6-6) ...
13:45:07 [2021-05-06T13:45:07.481Z] #27 6.637 Selecting previously unselected package libkrb5support0:amd64.
13:45:07 [2021-05-06T13:45:07.481Z] #27 6.637 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
13:45:07 [2021-05-06T13:45:07.481Z] #27 6.643 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
13:45:07 [2021-05-06T13:45:07.481Z] #27 6.680 Selecting previously unselected package libk5crypto3:amd64.
13:45:07 [2021-05-06T13:45:07.481Z] #27 6.680 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
13:45:07 [2021-05-06T13:45:07.481Z] #27 6.685 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
13:45:07 [2021-05-06T13:45:07.740Z] #27 6.729 Selecting previously unselected package libkrb5-3:amd64.
13:45:07 [2021-05-06T13:45:07.740Z] #27 6.729 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
13:45:07 [2021-05-06T13:45:07.740Z] #27 6.732 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
13:45:07 [2021-05-06T13:45:07.740Z] #27 6.823 Selecting previously unselected package libgssapi-krb5-2:amd64.
13:45:07 [2021-05-06T13:45:07.740Z] #27 6.823 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
13:45:07 [2021-05-06T13:45:07.740Z] #27 6.828 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
13:45:07 [2021-05-06T13:45:07.740Z] #27 6.873 Selecting previously unselected package libsasl2-modules-db:amd64.
13:45:07 [2021-05-06T13:45:07.740Z] #27 6.873 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
13:45:07 [2021-05-06T13:45:07.740Z] #27 6.878 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:45:07 [2021-05-06T13:45:07.740Z] #27 6.914 Selecting previously unselected package libsasl2-2:amd64.
13:45:07 [2021-05-06T13:45:07.740Z] #27 6.914 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
13:45:07 [2021-05-06T13:45:07.740Z] #27 6.918 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:45:08 [2021-05-06T13:45:08.001Z] #27 6.960 Selecting previously unselected package libldap-common.
13:45:08 [2021-05-06T13:45:08.001Z] #27 6.960 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
13:45:08 [2021-05-06T13:45:08.001Z] #27 6.963 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
13:45:08 [2021-05-06T13:45:08.001Z] #27 7.007 Selecting previously unselected package libldap-2.4-2:amd64.
13:45:08 [2021-05-06T13:45:08.001Z] #27 7.007 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
13:45:08 [2021-05-06T13:45:08.001Z] #27 7.011 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
13:45:08 [2021-05-06T13:45:08.001Z] #27 7.070 Selecting previously unselected package libnghttp2-14:amd64.
13:45:08 [2021-05-06T13:45:08.001Z] #27 7.070 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
13:45:08 [2021-05-06T13:45:08.001Z] #27 7.073 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
13:45:08 [2021-05-06T13:45:08.001Z] #27 7.120 Selecting previously unselected package libpsl5:amd64.
13:45:08 [2021-05-06T13:45:08.001Z] #27 7.120 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
13:45:08 [2021-05-06T13:45:08.001Z] #27 7.124 Unpacking libpsl5:amd64 (0.20.2-2) ...
13:45:08 [2021-05-06T13:45:08.001Z] #27 7.169 Selecting previously unselected package librtmp1:amd64.
13:45:08 [2021-05-06T13:45:08.001Z] #27 7.169 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
13:45:08 [2021-05-06T13:45:08.001Z] #27 7.172 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
13:45:08 [2021-05-06T13:45:08.001Z] #27 7.212 Selecting previously unselected package libssh2-1:amd64.
13:45:08 [2021-05-06T13:45:08.001Z] #27 7.212 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
13:45:08 [2021-05-06T13:45:08.001Z] #27 7.214 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
13:45:08 [2021-05-06T13:45:08.263Z] #27 7.267 Selecting previously unselected package libcurl4:amd64.
13:45:08 [2021-05-06T13:45:08.263Z] #27 7.267 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
13:45:08 [2021-05-06T13:45:08.263Z] #27 7.271 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
13:45:08 [2021-05-06T13:45:08.263Z] #27 7.340 Selecting previously unselected package curl.
13:45:08 [2021-05-06T13:45:08.263Z] #27 7.340 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
13:45:08 [2021-05-06T13:45:08.263Z] #27 7.344 Unpacking curl (7.64.0-4+deb10u2) ...
13:45:08 [2021-05-06T13:45:08.263Z] #27 7.411 Selecting previously unselected package libonig5:amd64.
13:45:08 [2021-05-06T13:45:08.263Z] #27 7.411 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
13:45:08 [2021-05-06T13:45:08.263Z] #27 7.415 Unpacking libonig5:amd64 (6.9.1-1) ...
13:45:08 [2021-05-06T13:45:08.524Z] #27 7.471 Selecting previously unselected package libjq1:amd64.
13:45:08 [2021-05-06T13:45:08.524Z] #27 7.471 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
13:45:08 [2021-05-06T13:45:08.524Z] #27 7.475 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
13:45:08 [2021-05-06T13:45:08.524Z] #27 7.518 Selecting previously unselected package jq.
13:45:08 [2021-05-06T13:45:08.524Z] #27 7.518 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
13:45:08 [2021-05-06T13:45:08.524Z] #27 7.525 Unpacking jq (1.5+dfsg-2+b1) ...
13:45:08 [2021-05-06T13:45:08.524Z] #27 7.564 Setting up libkeyutils1:amd64 (1.6-6) ...
13:45:08 [2021-05-06T13:45:08.524Z] #27 7.574 Setting up libpsl5:amd64 (0.20.2-2) ...
13:45:08 [2021-05-06T13:45:08.524Z] #27 7.584 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
13:45:08 [2021-05-06T13:45:08.524Z] #27 7.709 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
13:45:08 [2021-05-06T13:45:08.524Z] #27 7.719 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
13:45:08 [2021-05-06T13:45:08.524Z] #27 7.731 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
13:45:08 [2021-05-06T13:45:08.524Z] #27 7.743 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:45:08 [2021-05-06T13:45:08.524Z] #27 7.753 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
13:45:08 [2021-05-06T13:45:08.524Z] #27 7.763 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
13:45:08 [2021-05-06T13:45:08.524Z] #27 7.773 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:45:08 [2021-05-06T13:45:08.783Z] #27 7.782 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
13:45:08 [2021-05-06T13:45:08.783Z] #27 7.795 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
13:45:08 [2021-05-06T13:45:08.783Z] #27 7.806 Setting up openssl (1.1.1d-0+deb10u6) ...
13:45:08 [2021-05-06T13:45:08.783Z] #27 7.820 Setting up libonig5:amd64 (6.9.1-1) ...
13:45:08 [2021-05-06T13:45:08.783Z] #27 7.829 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
13:45:08 [2021-05-06T13:45:08.783Z] #27 7.838 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
13:45:08 [2021-05-06T13:45:08.783Z] #27 7.848 Setting up ca-certificates (20200601~deb10u2) ...
13:45:09 [2021-05-06T13:45:09.353Z] #27 8.428 Updating certificates in /etc/ssl/certs...
13:45:10 [2021-05-06T13:45:10.292Z] #27 9.284 137 added, 0 removed; done.
13:45:10 [2021-05-06T13:45:10.292Z] #27 9.344 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
13:45:10 [2021-05-06T13:45:10.292Z] #27 9.355 Setting up jq (1.5+dfsg-2+b1) ...
13:45:10 [2021-05-06T13:45:10.292Z] #27 9.365 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
13:45:10 [2021-05-06T13:45:10.292Z] #27 9.374 Setting up curl (7.64.0-4+deb10u2) ...
13:45:10 [2021-05-06T13:45:10.292Z] #27 9.383 Processing triggers for libc-bin (2.28-10) ...
13:45:10 [2021-05-06T13:45:10.293Z] #27 9.402 Processing triggers for ca-certificates (20200601~deb10u2) ...
13:45:10 [2021-05-06T13:45:10.293Z] #27 9.407 Updating certificates in /etc/ssl/certs...
13:45:10 [2021-05-06T13:45:10.861Z] #27 10.07 0 added, 0 removed; done.
13:45:10 [2021-05-06T13:45:10.861Z] #27 10.07 Running hooks in /etc/ca-certificates/update.d...
13:45:10 [2021-05-06T13:45:10.861Z] #27 10.07 done.
13:45:11 [2021-05-06T13:45:11.120Z] #27 ...
13:45:11 [2021-05-06T13:45:11.120Z] 
13:45:11 [2021-05-06T13:45:11.120Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:45:11 [2021-05-06T13:45:11.120Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:45:11 [2021-05-06T13:45:11.120Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.5s done
13:45:11 [2021-05-06T13:45:11.120Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.3s done
13:45:11 [2021-05-06T13:45:11.120Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.0s done
13:45:11 [2021-05-06T13:45:11.120Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.2s done
13:45:11 [2021-05-06T13:45:11.120Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 1.5s
13:45:13 [2021-05-06T13:45:13.658Z] #9 ...
13:45:13 [2021-05-06T13:45:13.658Z] 
13:45:13 [2021-05-06T13:45:13.658Z] #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
13:45:13 [2021-05-06T13:45:13.658Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69
13:45:13 [2021-05-06T13:45:13.658Z] #27 DONE 12.2s
13:45:13 [2021-05-06T13:45:13.658Z] 
13:45:13 [2021-05-06T13:45:13.658Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
13:45:13 [2021-05-06T13:45:13.658Z] #28 sha256:9628162d948d93f4df417363bd86afc6e7f21cdf7bb551a43c2d0a549452983a
13:45:13 [2021-05-06T13:45:13.658Z] #28 DONE 0.3s
13:45:13 [2021-05-06T13:45:13.658Z] 
13:45:13 [2021-05-06T13:45:13.658Z] #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
13:45:13 [2021-05-06T13:45:13.658Z] #29 sha256:657dd0800fc6fdc355e25f3cd194a30abdc6e1d79acfe858bc280e2461683c7f
13:45:14 [2021-05-06T13:45:14.227Z] #29 0.983 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
13:45:14 [2021-05-06T13:45:14.487Z] #29 1.063 
13:45:15 [2021-05-06T13:45:15.006Z] #29 1.179 
############                                                              17.3%
##########################                                                37.3%
#########################################                                 57.2%
#######################################################                   76.8%
#####################################################################     96.7%
######################################################################## 100.0%
13:45:15 [2021-05-06T13:45:15.006Z] #29 1.710 
13:45:15 [2021-05-06T13:45:15.266Z] #29 1.819 
######################################################################## 100.0%
13:45:15 [2021-05-06T13:45:15.266Z] #29 1.908 
13:45:15 [2021-05-06T13:45:15.529Z] #29 2.034 
##############################################################            87.3%
######################################################################## 100.0%
13:45:15 [2021-05-06T13:45:15.529Z] #29 2.138 
13:45:15 [2021-05-06T13:45:15.792Z] #29 2.259 
############                                                              17.2%
##
13:45:15 [2021-05-06T13:45:15.792Z] #29 ...
13:45:15 [2021-05-06T13:45:15.792Z] 
13:45:15 [2021-05-06T13:45:15.792Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:45:15 [2021-05-06T13:45:15.792Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:45:15 [2021-05-06T13:45:15.792Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.8s done
13:45:15 [2021-05-06T13:45:15.792Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
13:45:15 [2021-05-06T13:45:15.792Z] #9 DONE 23.6s
13:45:15 [2021-05-06T13:45:15.792Z] 
13:45:15 [2021-05-06T13:45:15.792Z] #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
13:45:15 [2021-05-06T13:45:15.792Z] #29 sha256:657dd0800fc6fdc355e25f3cd194a30abdc6e1d79acfe858bc280e2461683c7f
13:45:16 [2021-05-06T13:45:16.057Z] #29 2.259 
############                                                              17.2%
##########################                                                36.5%
########################################                                  55.6%
#####################################################                     75.0%
###################################################################       94.2%
######################################################################## 100.0%
13:45:16 [2021-05-06T13:45:16.317Z] #29 2.771 
13:45:18 [2021-05-06T13:45:18.263Z] #29 2.888 
##                                                                         3.5%
#######                                                                    9.8%
##########                                                                15.0%
##############                                                            20.2%
##################                                                        25.4%
#####################                                                     30.1%
###########################                                               38.1%
################################                                          45.3%
####################################                                      50.6%
########################################                                  55.8%
###########################################                               61.0%
###############################################                           66.1%
###################################################                       71.3%
#######################################################                   76.5%
##########################################################                81.7%
##############################################################            86.8%
##################################################################        92.1%
######################################################################    97.3%
######################################################################## 100.0%
13:45:18 [2021-05-06T13:45:18.263Z] #29 4.735 
13:45:18 [2021-05-06T13:45:18.263Z] #29 4.946 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
13:45:18 [2021-05-06T13:45:18.521Z] #29 5.007 
13:45:18 [2021-05-06T13:45:18.521Z] #29 5.149 
                                                                           0.2%
######################################################################## 100.0%
13:45:18 [2021-05-06T13:45:18.521Z] #29 5.176 
13:45:18 [2021-05-06T13:45:18.780Z] #29 5.378 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
13:45:18 [2021-05-06T13:45:18.780Z] #29 5.426 
13:45:19 [2021-05-06T13:45:19.038Z] #29 5.501 
######################################################################## 100.0%
13:45:19 [2021-05-06T13:45:19.038Z] #29 5.520 
13:45:19 [2021-05-06T13:45:19.038Z] #29 5.732 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
13:45:19 [2021-05-06T13:45:19.038Z] #29 5.785 
13:45:19 [2021-05-06T13:45:19.815Z] #29 5.897 
##########                                                                14.0%
########################                                                  34.4%
#####################################                                     52.6%
##################################################                        70.6%#29 ...
13:45:19 [2021-05-06T13:45:19.815Z] 
13:45:19 [2021-05-06T13:45:19.815Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:45:19 [2021-05-06T13:45:19.815Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
13:45:19 [2021-05-06T13:45:19.815Z] #10 DONE 3.9s
13:45:19 [2021-05-06T13:45:19.815Z] 
13:45:19 [2021-05-06T13:45:19.815Z] #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
13:45:19 [2021-05-06T13:45:19.815Z] #29 sha256:657dd0800fc6fdc355e25f3cd194a30abdc6e1d79acfe858bc280e2461683c7f
13:45:19 [2021-05-06T13:45:19.815Z] #29 5.897 
##########                                                                14.0%
########################                                                  34.4%
#####################################                                     52.6%
##################################################                        70.6%
###############################################################           88.6%
######################################################################## 100.0%
13:45:19 [2021-05-06T13:45:19.815Z] #29 6.394 
13:45:20 [2021-05-06T13:45:20.074Z] #29 6.713 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
13:45:20 [2021-05-06T13:45:20.074Z] #29 6.790 
13:45:20 [2021-05-06T13:45:20.333Z] #29 6.851 
######################################################################## 100.0%
13:45:20 [2021-05-06T13:45:20.333Z] #29 6.878 
13:45:20 [2021-05-06T13:45:20.333Z] #29 7.076 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
13:45:20 [2021-05-06T13:45:20.591Z] #29 7.133 
13:45:20 [2021-05-06T13:45:20.591Z] #29 7.184 
######################################################################## 100.0%
13:45:20 [2021-05-06T13:45:20.591Z] #29 7.202 
13:45:20 [2021-05-06T13:45:20.591Z] #29 7.211 Download of images into '/build' complete.
13:45:20 [2021-05-06T13:45:20.591Z] #29 7.211 Use something like the following to load the result into a Docker daemon:
13:45:20 [2021-05-06T13:45:20.591Z] #29 7.211   tar -cC '/build' . | docker load
13:45:20 [2021-05-06T13:45:20.851Z] #29 DONE 7.4s
13:45:20 [2021-05-06T13:45:20.851Z] 
13:45:20 [2021-05-06T13:45:20.851Z] #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
13:45:20 [2021-05-06T13:45:20.851Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
13:45:20 [2021-05-06T13:45:20.851Z] #11 DONE 1.1s
13:45:20 [2021-05-06T13:45:20.851Z] 
13:45:20 [2021-05-06T13:45:20.851Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
13:45:20 [2021-05-06T13:45:20.851Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9
13:45:21 [2021-05-06T13:45:21.111Z] #12 ...
13:45:21 [2021-05-06T13:45:21.111Z] 
13:45:21 [2021-05-06T13:45:21.111Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
13:45:21 [2021-05-06T13:45:21.111Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
13:45:21 [2021-05-06T13:45:21.111Z] #31 DONE 0.1s
13:45:21 [2021-05-06T13:45:21.111Z] 
13:45:21 [2021-05-06T13:45:21.111Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
13:45:21 [2021-05-06T13:45:21.111Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
13:45:21 [2021-05-06T13:45:21.111Z] #39 DONE 0.3s
13:45:21 [2021-05-06T13:45:21.111Z] 
13:45:21 [2021-05-06T13:45:21.111Z] #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
13:45:21 [2021-05-06T13:45:21.111Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:45:24 [2021-05-06T13:45:24.399Z] #40 ...
13:45:24 [2021-05-06T13:45:24.399Z] 
13:45:24 [2021-05-06T13:45:24.399Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
13:45:24 [2021-05-06T13:45:24.400Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9
13:45:24 [2021-05-06T13:45:24.400Z] #12 DONE 3.3s
13:45:24 [2021-05-06T13:45:24.400Z] 
13:45:24 [2021-05-06T13:45:24.400Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:45:24 [2021-05-06T13:45:24.400Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:45:28 [2021-05-06T13:45:28.599Z] #13 4.486 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
13:45:28 [2021-05-06T13:45:28.858Z] #13 4.760 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:45:28 [2021-05-06T13:45:28.858Z] #13 4.791 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:45:28 [2021-05-06T13:45:28.858Z] #13 4.832 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:45:29 [2021-05-06T13:45:29.428Z] #13 ...
13:45:29 [2021-05-06T13:45:29.428Z] 
13:45:29 [2021-05-06T13:45:29.428Z] #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
13:45:29 [2021-05-06T13:45:29.428Z] #58 sha256:eae05e0e30d0d3a43e5be81f7c1dbf12b6d489ef9c003fb472dc710abf5d237d
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.177 + RM_GOPATH=0
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.177 + TMP_GOPATH=
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.177 + : /build
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.177 + '[' -z '' ']'
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.178 ++ mktemp -d
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.179 + export GOPATH=/tmp/tmp.PUqStMd20q
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.179 + GOPATH=/tmp/tmp.PUqStMd20q
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.179 + RM_GOPATH=1
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.179 + case "$(go env GOARCH)" in
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.192 ++ go env GOARCH
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.192 + export GO_BUILDMODE=-buildmode=pie
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.192 + GO_BUILDMODE=-buildmode=pie
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.192 ++ dirname /tmp/install/install.sh
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.192 + dir=/tmp/install
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.192 + bin=rootlesskit
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.192 + shift
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.192 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.192 + . /tmp/install/rootlesskit.installer
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.192 ++ : 4cd567642273d369adaadcbadca00880552c1778
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.192 + install_rootlesskit
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.192 + case "$1" in
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.192 + export CGO_ENABLED=0
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.192 + CGO_ENABLED=0
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.192 + _install_rootlesskit
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.192 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.192 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.PUqStMd20q/src/github.com/rootless-containers/rootlesskit
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.192 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
13:45:29 [2021-05-06T13:45:29.428Z] #58 4.196 Cloning into '/tmp/tmp.PUqStMd20q/src/github.com/rootless-containers/rootlesskit'...
13:45:29 [2021-05-06T13:45:29.428Z] #58 8.153 + cd /tmp/tmp.PUqStMd20q/src/github.com/rootless-containers/rootlesskit
13:45:29 [2021-05-06T13:45:29.428Z] #58 8.153 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
13:45:29 [2021-05-06T13:45:29.428Z] #58 8.171 + export GO111MODULE=on
13:45:29 [2021-05-06T13:45:29.428Z] #58 8.171 + GO111MODULE=on
13:45:29 [2021-05-06T13:45:29.428Z] #58 8.171 + export GOPROXY=https://proxy.golang.org
13:45:29 [2021-05-06T13:45:29.428Z] #58 8.171 + GOPROXY=https://proxy.golang.org
13:45:29 [2021-05-06T13:45:29.428Z] #58 8.171 + for f in rootlesskit rootlesskit-docker-proxy
13:45:29 [2021-05-06T13:45:29.428Z] #58 8.171 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
13:45:29 [2021-05-06T13:45:29.687Z] #58 ...
13:45:29 [2021-05-06T13:45:29.687Z] 
13:45:29 [2021-05-06T13:45:29.687Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:45:29 [2021-05-06T13:45:29.687Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:45:29 [2021-05-06T13:45:29.687Z] #13 5.694 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB]
13:45:31 [2021-05-06T13:45:31.083Z] #13 ...
13:45:31 [2021-05-06T13:45:31.083Z] 
13:45:31 [2021-05-06T13:45:31.083Z] #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
13:45:31 [2021-05-06T13:45:31.083Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:45:31 [2021-05-06T13:45:31.083Z] #42 6.541 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:45:31 [2021-05-06T13:45:31.083Z] #42 6.714 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:45:31 [2021-05-06T13:45:31.083Z] #42 6.715 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:45:31 [2021-05-06T13:45:31.083Z] #42 8.365 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:45:31 [2021-05-06T13:45:31.083Z] #42 ...
13:45:31 [2021-05-06T13:45:31.083Z] 
13:45:31 [2021-05-06T13:45:31.083Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:45:31 [2021-05-06T13:45:31.083Z] #45 sha256:c7a5d16dbc797fa74951efb44cde31e77e2822200ef56c73985f44b53bdf7604
13:45:31 [2021-05-06T13:45:31.083Z] #45 5.832 + RM_GOPATH=0
13:45:31 [2021-05-06T13:45:31.083Z] #45 5.832 + TMP_GOPATH=
13:45:31 [2021-05-06T13:45:31.083Z] #45 5.832 + : /build
13:45:31 [2021-05-06T13:45:31.083Z] #45 5.832 + '[' -z '' ']'
13:45:31 [2021-05-06T13:45:31.083Z] #45 5.837 ++ mktemp -d
13:45:31 [2021-05-06T13:45:31.083Z] #45 5.837 + export GOPATH=/tmp/tmp.yKAks2bEpY
13:45:31 [2021-05-06T13:45:31.083Z] #45 5.837 + GOPATH=/tmp/tmp.yKAks2bEpY
13:45:31 [2021-05-06T13:45:31.083Z] #45 5.837 + RM_GOPATH=1
13:45:31 [2021-05-06T13:45:31.083Z] #45 5.837 + case "$(go env GOARCH)" in
13:45:31 [2021-05-06T13:45:31.083Z] #45 5.837 ++ go env GOARCH
13:45:31 [2021-05-06T13:45:31.083Z] #45 5.893 + export GO_BUILDMODE=-buildmode=pie
13:45:31 [2021-05-06T13:45:31.083Z] #45 5.893 + GO_BUILDMODE=-buildmode=pie
13:45:31 [2021-05-06T13:45:31.083Z] #45 5.893 ++ dirname /tmp/install/install.sh
13:45:31 [2021-05-06T13:45:31.083Z] #45 5.894 + dir=/tmp/install
13:45:31 [2021-05-06T13:45:31.083Z] #45 5.895 + bin=vndr
13:45:31 [2021-05-06T13:45:31.083Z] #45 5.901 + shift
13:45:31 [2021-05-06T13:45:31.083Z] #45 5.902 + '[' '!' -f /tmp/install/vndr.installer ']'
13:45:31 [2021-05-06T13:45:31.083Z] #45 5.902 + . /tmp/install/vndr.installer
13:45:31 [2021-05-06T13:45:31.083Z] #45 5.902 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
13:45:31 [2021-05-06T13:45:31.083Z] #45 5.902 + install_vndr
13:45:31 [2021-05-06T13:45:31.083Z] #45 5.902 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
13:45:31 [2021-05-06T13:45:31.083Z] #45 5.902 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
13:45:31 [2021-05-06T13:45:31.083Z] #45 5.902 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.yKAks2bEpY/src/github.com/LK4D4/vndr
13:45:31 [2021-05-06T13:45:31.083Z] #45 5.917 Cloning into '/tmp/tmp.yKAks2bEpY/src/github.com/LK4D4/vndr'...
13:45:31 [2021-05-06T13:45:31.083Z] #45 7.166 + cd /tmp/tmp.yKAks2bEpY/src/github.com/LK4D4/vndr
13:45:31 [2021-05-06T13:45:31.083Z] #45 7.166 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
13:45:31 [2021-05-06T13:45:31.083Z] #45 7.217 + go build -buildmode=pie -v -o /build/vndr .
13:45:31 [2021-05-06T13:45:31.083Z] #45 8.925 runtime/internal/atomic
13:45:31 [2021-05-06T13:45:31.083Z] #45 8.995 internal/cpu
13:45:31 [2021-05-06T13:45:31.083Z] #45 9.324 runtime/internal/sys
13:45:31 [2021-05-06T13:45:31.083Z] #45 9.562 runtime/internal/math
13:45:31 [2021-05-06T13:45:31.083Z] #45 9.670 internal/race
13:45:31 [2021-05-06T13:45:31.083Z] #45 9.690 internal/bytealg
13:45:31 [2021-05-06T13:45:31.083Z] #45 9.846 sync/atomic
13:45:31 [2021-05-06T13:45:31.083Z] #45 10.18 unicode
13:45:31 [2021-05-06T13:45:31.083Z] #45 ...
13:45:31 [2021-05-06T13:45:31.083Z] 
13:45:31 [2021-05-06T13:45:31.083Z] #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
13:45:31 [2021-05-06T13:45:31.083Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
13:45:31 [2021-05-06T13:45:31.083Z] #32 5.224 + git clone https://github.com/kolyshkin/go-swagger.git .
13:45:31 [2021-05-06T13:45:31.083Z] #32 5.224 Cloning into '.'...
13:45:31 [2021-05-06T13:45:31.343Z] #32 ...
13:45:31 [2021-05-06T13:45:31.343Z] 
13:45:31 [2021-05-06T13:45:31.343Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
13:45:31 [2021-05-06T13:45:31.343Z] #34 sha256:d2bbc75f7071ae834f40d0ef0f92656dee47f9faa0131fa2429bdc1afa77f1a4
13:45:31 [2021-05-06T13:45:31.343Z] #34 5.807 Install go-toml version v1.8.1
13:45:31 [2021-05-06T13:45:31.343Z] #34 5.826 go: finding github.com/pelletier/go-toml/cmd v1.8.1
13:45:31 [2021-05-06T13:45:31.343Z] #34 5.826 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1
13:45:31 [2021-05-06T13:45:31.343Z] #34 5.829 go: finding github.com v1.8.1
13:45:31 [2021-05-06T13:45:31.343Z] #34 5.841 go: finding github.com/pelletier/go-toml v1.8.1
13:45:31 [2021-05-06T13:45:31.343Z] #34 5.846 go: finding github.com/pelletier v1.8.1
13:45:31 [2021-05-06T13:45:31.343Z] #34 7.021 go: downloading github.com/pelletier/go-toml v1.8.1
13:45:31 [2021-05-06T13:45:31.343Z] #34 7.495 go: extracting github.com/pelletier/go-toml v1.8.1
13:45:31 [2021-05-06T13:45:31.343Z] #34 9.797 github.com/pelletier/go-toml
13:45:31 [2021-05-06T13:45:31.343Z] #34 ...
13:45:31 [2021-05-06T13:45:31.343Z] 
13:45:31 [2021-05-06T13:45:31.343Z] #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
13:45:31 [2021-05-06T13:45:31.343Z] #47 sha256:e45fba4ffb8b07a54b42bc7d21a8fa4f55815e04c8ffa22ae4736e2c7f19271a
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.139 + RM_GOPATH=0
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.139 + TMP_GOPATH=
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.139 + : /build
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.139 + '[' -z '' ']'
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.139 ++ mktemp -d
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.146 + export GOPATH=/tmp/tmp.Ue4e2VNnWR
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.146 + GOPATH=/tmp/tmp.Ue4e2VNnWR
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.146 + RM_GOPATH=1
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.146 + case "$(go env GOARCH)" in
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.146 ++ go env GOARCH
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.162 + export GO_BUILDMODE=-buildmode=pie
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.162 + GO_BUILDMODE=-buildmode=pie
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.210 ++ dirname /tmp/install/install.sh
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.217 + dir=/tmp/install
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.217 + bin=gotestsum
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.217 + shift
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.217 + '[' '!' -f /tmp/install/gotestsum.installer ']'
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.217 + . /tmp/install/gotestsum.installer
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.217 ++ : v0.5.3
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.217 + install_gotestsum
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.217 + set -e
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.217 + export GO111MODULE=on
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.217 + GO111MODULE=on
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.217 + GOBIN=/build
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.217 + go get gotest.tools/gotestsum@v0.5.3
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.330 go: finding gotest.tools/gotestsum v0.5.3
13:45:31 [2021-05-06T13:45:31.343Z] #47 5.330 go: finding gotest.tools v0.5.3
13:45:31 [2021-05-06T13:45:31.343Z] #47 6.804 go: downloading gotest.tools/gotestsum v0.5.3
13:45:31 [2021-05-06T13:45:31.343Z] #47 7.442 go: extracting gotest.tools/gotestsum v0.5.3
13:45:31 [2021-05-06T13:45:31.343Z] #47 8.828 go: downloading github.com/pkg/errors v0.9.1
13:45:31 [2021-05-06T13:45:31.343Z] #47 8.912 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:45:31 [2021-05-06T13:45:31.343Z] #47 8.957 go: downloading github.com/jonboulle/clockwork v0.1.0
13:45:31 [2021-05-06T13:45:31.343Z] #47 8.967 go: downloading github.com/fatih/color v1.9.0
13:45:31 [2021-05-06T13:45:31.343Z] #47 8.968 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:45:31 [2021-05-06T13:45:31.343Z] #47 9.042 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:45:31 [2021-05-06T13:45:31.343Z] #47 9.164 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:45:31 [2021-05-06T13:45:31.343Z] #47 9.179 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:45:31 [2021-05-06T13:45:31.343Z] #47 9.279 go: downloading github.com/spf13/pflag v1.0.3
13:45:31 [2021-05-06T13:45:31.343Z] #47 9.370 go: extracting github.com/pkg/errors v0.9.1
13:45:31 [2021-05-06T13:45:31.343Z] #47 9.504 go: extracting github.com/fatih/color v1.9.0
13:45:31 [2021-05-06T13:45:31.343Z] #47 9.686 go: extracting github.com/jonboulle/clockwork v0.1.0
13:45:31 [2021-05-06T13:45:31.343Z] #47 9.786 go: downloading github.com/mattn/go-colorable v0.1.6
13:45:31 [2021-05-06T13:45:31.343Z] #47 9.798 go: downloading github.com/mattn/go-isatty v0.0.12
13:45:31 [2021-05-06T13:45:31.343Z] #47 9.923 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:45:31 [2021-05-06T13:45:31.343Z] #47 10.10 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:45:31 [2021-05-06T13:45:31.343Z] #47 10.17 go: extracting github.com/spf13/pflag v1.0.3
13:45:31 [2021-05-06T13:45:31.343Z] #47 10.25 go: extracting github.com/mattn/go-isatty v0.0.12
13:45:31 [2021-05-06T13:45:31.343Z] #47 10.34 go: extracting github.com/mattn/go-colorable v0.1.6
13:45:31 [2021-05-06T13:45:31.603Z] #47 ...
13:45:31 [2021-05-06T13:45:31.603Z] 
13:45:31 [2021-05-06T13:45:31.603Z] #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
13:45:31 [2021-05-06T13:45:31.603Z] #49 sha256:8aec7c16e0a2e66a06cb545d80f4398adfae42be5afc213384ca56c0dbb1b43b
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.483 + RM_GOPATH=0
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.483 + TMP_GOPATH=
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.483 + : /build
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.483 + '[' -z '' ']'
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.483 ++ mktemp -d
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.483 + export GOPATH=/tmp/tmp.TvzgrDE0nw
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.483 + GOPATH=/tmp/tmp.TvzgrDE0nw
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.483 + RM_GOPATH=1
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.483 + case "$(go env GOARCH)" in
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.483 ++ go env GOARCH
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.513 + export GO_BUILDMODE=-buildmode=pie
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.513 + GO_BUILDMODE=-buildmode=pie
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.514 ++ dirname /tmp/install/install.sh
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.520 + dir=/tmp/install
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.520 + bin=golangci_lint
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.520 + shift
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.520 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.520 + . /tmp/install/golangci_lint.installer
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.520 ++ : v1.23.8
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.520 + install_golangci_lint
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.520 + set -e
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.520 + export GO111MODULE=on
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.520 + GO111MODULE=on
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.520 + GOBIN=/build
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.520 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.533 go: finding github.com v1.23.8
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.533 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.533 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.533 go: finding github.com/golangci/golangci-lint v1.23.8
13:45:31 [2021-05-06T13:45:31.603Z] #49 5.533 go: finding github.com/golangci v1.23.8
13:45:31 [2021-05-06T13:45:31.603Z] #49 6.507 go: downloading github.com/golangci/golangci-lint v1.23.8
13:45:31 [2021-05-06T13:45:31.603Z] #49 7.299 go: extracting github.com/golangci/golangci-lint v1.23.8
13:45:31 [2021-05-06T13:45:31.603Z] #49 ...
13:45:31 [2021-05-06T13:45:31.603Z] 
13:45:31 [2021-05-06T13:45:31.603Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:45:31 [2021-05-06T13:45:31.603Z] #67 sha256:6d585eeb197fb2b41c680780b19bfceff3bdf58ba56a8fbbf227c359cd368331
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.883 + RM_GOPATH=0
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.883 + TMP_GOPATH=
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.883 + : /build
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.883 + '[' -z '' ']'
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.883 ++ mktemp -d
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.884 + export GOPATH=/tmp/tmp.Szm2eOXm9Z
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.884 + GOPATH=/tmp/tmp.Szm2eOXm9Z
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.884 + RM_GOPATH=1
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.884 + case "$(go env GOARCH)" in
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.884 ++ go env GOARCH
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.905 + export GO_BUILDMODE=-buildmode=pie
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.905 + GO_BUILDMODE=-buildmode=pie
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.918 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.919 ++ dirname /tmp/install/install.sh
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.919 + dir=/tmp/install
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.919 + bin=proxy
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.919 + shift
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.919 + '[' '!' -f /tmp/install/proxy.installer ']'
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.919 + . /tmp/install/proxy.installer
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.919 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.919 + install_proxy
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.919 + case "$1" in
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.919 + export CGO_ENABLED=0
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.919 + CGO_ENABLED=0
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.919 + _install_proxy
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.919 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46'
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.919 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.Szm2eOXm9Z/src/github.com/docker/libnetwork
13:45:31 [2021-05-06T13:45:31.603Z] #67 5.983 Cloning into '/tmp/tmp.Szm2eOXm9Z/src/github.com/docker/libnetwork'...
13:45:31 [2021-05-06T13:45:31.863Z] #67 ...
13:45:31 [2021-05-06T13:45:31.863Z] 
13:45:31 [2021-05-06T13:45:31.863Z] #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
13:45:31 [2021-05-06T13:45:31.863Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:45:31 [2021-05-06T13:45:31.863Z] #55 4.671 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:45:31 [2021-05-06T13:45:31.863Z] #55 4.789 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:45:31 [2021-05-06T13:45:31.863Z] #55 4.789 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:45:31 [2021-05-06T13:45:31.863Z] #55 5.329 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:45:31 [2021-05-06T13:45:31.863Z] #55 8.344 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
13:45:31 [2021-05-06T13:45:31.863Z] #55 10.67 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
13:45:31 [2021-05-06T13:45:31.863Z] #55 ...
13:45:31 [2021-05-06T13:45:31.863Z] 
13:45:31 [2021-05-06T13:45:31.863Z] #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
13:45:31 [2021-05-06T13:45:31.863Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:45:31 [2021-05-06T13:45:31.863Z] #36 5.981 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:45:31 [2021-05-06T13:45:31.863Z] #36 6.031 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:45:31 [2021-05-06T13:45:31.863Z] #36 6.036 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:45:31 [2021-05-06T13:45:31.863Z] #36 8.141 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:45:31 [2021-05-06T13:45:31.863Z] #36 10.35 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
13:45:32 [2021-05-06T13:45:32.125Z] #36 ...
13:45:32 [2021-05-06T13:45:32.125Z] 
13:45:32 [2021-05-06T13:45:32.125Z] #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
13:45:32 [2021-05-06T13:45:32.125Z] #24 sha256:591e31b9fe9e959a54bd8589df796f4702e94d312e3ca9e5e67f905b217af99e
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.931 + RM_GOPATH=0
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.931 + TMP_GOPATH=
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.931 + : /build
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.931 + '[' -z '' ']'
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.931 ++ mktemp -d
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.931 + export GOPATH=/tmp/tmp.zlqf5440QC
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.931 + GOPATH=/tmp/tmp.zlqf5440QC
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.931 + RM_GOPATH=1
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.931 + case "$(go env GOARCH)" in
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.931 ++ go env GOARCH
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.934 + export GO_BUILDMODE=-buildmode=pie
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.934 + GO_BUILDMODE=-buildmode=pie
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.937 ++ dirname /tmp/install/install.sh
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.941 + dir=/tmp/install
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.944 Install docker/cli version 17.06.2-ce from stable
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.946 + bin=dockercli
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.946 + shift
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.946 + '[' '!' -f /tmp/install/dockercli.installer ']'
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.946 + . /tmp/install/dockercli.installer
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.946 ++ : stable
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.946 ++ : 17.06.2-ce
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.946 + install_dockercli
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.946 + echo 'Install docker/cli version 17.06.2-ce from stable'
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.946 ++ uname -m
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.952 + arch=x86_64
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.952 + '[' x86_64 '!=' x86_64 ']'
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.952 + url=https://download.docker.com/linux/static
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.952 + tar -xz docker/docker
13:45:32 [2021-05-06T13:45:32.125Z] #24 4.952 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
13:45:32 [2021-05-06T13:45:32.125Z] #24 ...
13:45:32 [2021-05-06T13:45:32.125Z] 
13:45:32 [2021-05-06T13:45:32.125Z] #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
13:45:32 [2021-05-06T13:45:32.125Z] #51 sha256:195c61246dc271f9b14d63f15569e31729f571e684f6308715f55a59842897db
13:45:32 [2021-05-06T13:45:32.125Z] #51 4.475 + RM_GOPATH=0
13:45:32 [2021-05-06T13:45:32.126Z] #51 4.475 + TMP_GOPATH=
13:45:32 [2021-05-06T13:45:32.126Z] #51 4.475 + : /build
13:45:32 [2021-05-06T13:45:32.126Z] #51 4.475 + '[' -z '' ']'
13:45:32 [2021-05-06T13:45:32.126Z] #51 4.475 ++ mktemp -d
13:45:32 [2021-05-06T13:45:32.126Z] #51 4.475 + export GOPATH=/tmp/tmp.B4fLxbMrFV
13:45:32 [2021-05-06T13:45:32.126Z] #51 4.475 + GOPATH=/tmp/tmp.B4fLxbMrFV
13:45:32 [2021-05-06T13:45:32.126Z] #51 4.475 + RM_GOPATH=1
13:45:32 [2021-05-06T13:45:32.126Z] #51 4.475 + case "$(go env GOARCH)" in
13:45:32 [2021-05-06T13:45:32.126Z] #51 4.475 ++ go env GOARCH
13:45:32 [2021-05-06T13:45:32.126Z] #51 4.475 + export GO_BUILDMODE=-buildmode=pie
13:45:32 [2021-05-06T13:45:32.126Z] #51 4.475 + GO_BUILDMODE=-buildmode=pie
13:45:32 [2021-05-06T13:45:32.126Z] #51 4.475 ++ dirname /tmp/install/install.sh
13:45:32 [2021-05-06T13:45:32.126Z] #51 4.475 + dir=/tmp/install
13:45:32 [2021-05-06T13:45:32.126Z] #51 4.475 + bin=shfmt
13:45:32 [2021-05-06T13:45:32.126Z] #51 4.475 + shift
13:45:32 [2021-05-06T13:45:32.126Z] #51 4.475 + '[' '!' -f /tmp/install/shfmt.installer ']'
13:45:32 [2021-05-06T13:45:32.126Z] #51 4.475 + . /tmp/install/shfmt.installer
13:45:32 [2021-05-06T13:45:32.126Z] #51 4.475 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
13:45:32 [2021-05-06T13:45:32.126Z] #51 4.475 + install_shfmt
13:45:32 [2021-05-06T13:45:32.126Z] #51 4.475 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
13:45:32 [2021-05-06T13:45:32.126Z] #51 4.475 + git clone https://github.com/mvdan/sh.git /tmp/tmp.B4fLxbMrFV/src/github.com/mvdan/sh
13:45:32 [2021-05-06T13:45:32.126Z] #51 4.475 Cloning into '/tmp/tmp.B4fLxbMrFV/src/github.com/mvdan/sh'...
13:45:32 [2021-05-06T13:45:32.126Z] #51 4.476 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
13:45:32 [2021-05-06T13:45:32.385Z] #51 ...
13:45:32 [2021-05-06T13:45:32.385Z] 
13:45:32 [2021-05-06T13:45:32.385Z] #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
13:45:32 [2021-05-06T13:45:32.385Z] #58 sha256:eae05e0e30d0d3a43e5be81f7c1dbf12b6d489ef9c003fb472dc710abf5d237d
13:45:32 [2021-05-06T13:45:32.385Z] #58 10.13 go: downloading github.com/pkg/errors v0.9.1
13:45:32 [2021-05-06T13:45:32.385Z] #58 10.18 go: downloading github.com/urfave/cli/v2 v2.3.0
13:45:32 [2021-05-06T13:45:32.385Z] #58 10.21 go: downloading github.com/google/uuid v1.2.0
13:45:32 [2021-05-06T13:45:32.385Z] #58 10.23 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:45:32 [2021-05-06T13:45:32.385Z] #58 10.23 go: downloading github.com/moby/vpnkit v0.5.0
13:45:32 [2021-05-06T13:45:32.385Z] #58 10.27 go: downloading github.com/sirupsen/logrus v1.8.1
13:45:32 [2021-05-06T13:45:32.385Z] #58 10.49 go: downloading github.com/gorilla/mux v1.8.0
13:45:32 [2021-05-06T13:45:32.385Z] #58 10.50 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:45:32 [2021-05-06T13:45:32.385Z] #58 10.61 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:45:32 [2021-05-06T13:45:32.385Z] #58 10.65 go: extracting github.com/pkg/errors v0.9.1
13:45:32 [2021-05-06T13:45:32.385Z] #58 10.67 go: downloading github.com/gofrs/flock v0.8.0
13:45:32 [2021-05-06T13:45:32.385Z] #58 10.68 go: extracting github.com/google/uuid v1.2.0
13:45:32 [2021-05-06T13:45:32.385Z] #58 10.71 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:45:32 [2021-05-06T13:45:32.385Z] #58 10.93 go: extracting github.com/gorilla/mux v1.8.0
13:45:32 [2021-05-06T13:45:32.385Z] #58 11.37 go: extracting github.com/moby/sys/mountinfo v0.4.1
13:45:32 [2021-05-06T13:45:32.385Z] #58 11.46 go: extracting github.com/sirupsen/logrus v1.8.1
13:45:32 [2021-05-06T13:45:32.385Z] #58 11.47 go: extracting github.com/gofrs/flock v0.8.0
13:45:32 [2021-05-06T13:45:32.385Z] #58 11.48 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:45:33 [2021-05-06T13:45:33.337Z] #58 12.25 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:45:34 [2021-05-06T13:45:34.275Z] #58 13.17 go: downloading github.com/u-root/u-root v7.0.0+incompatible
13:45:34 [2021-05-06T13:45:34.275Z] #58 13.18 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:45:35 [2021-05-06T13:45:35.658Z] #58 ...
13:45:35 [2021-05-06T13:45:35.658Z] 
13:45:35 [2021-05-06T13:45:35.658Z] #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
13:45:35 [2021-05-06T13:45:35.658Z] #24 sha256:591e31b9fe9e959a54bd8589df796f4702e94d312e3ca9e5e67f905b217af99e
13:45:35 [2021-05-06T13:45:35.658Z] #24 13.90 + mkdir -p /build
13:45:35 [2021-05-06T13:45:35.658Z] #24 13.90 + mv docker/docker /build/
13:45:35 [2021-05-06T13:45:35.658Z] #24 13.90 + rmdir docker
13:45:35 [2021-05-06T13:45:35.658Z] #24 DONE 14.5s
13:45:35 [2021-05-06T13:45:35.658Z] 
13:45:35 [2021-05-06T13:45:35.658Z] #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
13:45:35 [2021-05-06T13:45:35.658Z] #47 sha256:e45fba4ffb8b07a54b42bc7d21a8fa4f55815e04c8ffa22ae4736e2c7f19271a
13:45:35 [2021-05-06T13:45:35.658Z] #47 12.25 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:45:35 [2021-05-06T13:45:35.658Z] #47 13.03 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:45:35 [2021-05-06T13:45:35.918Z] #47 14.98 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:45:36 [2021-05-06T13:45:36.855Z] #47 ...
13:45:36 [2021-05-06T13:45:36.855Z] 
13:45:36 [2021-05-06T13:45:36.855Z] #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
13:45:36 [2021-05-06T13:45:36.855Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:45:36 [2021-05-06T13:45:36.855Z] #40 5.541 + git clone https://github.com/docker/distribution.git .
13:45:36 [2021-05-06T13:45:36.855Z] #40 5.544 Cloning into '.'...
13:45:36 [2021-05-06T13:45:36.855Z] #40 ...
13:45:36 [2021-05-06T13:45:36.855Z] 
13:45:36 [2021-05-06T13:45:36.855Z] #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
13:45:36 [2021-05-06T13:45:36.855Z] #51 sha256:195c61246dc271f9b14d63f15569e31729f571e684f6308715f55a59842897db
13:45:36 [2021-05-06T13:45:36.855Z] #51 16.04 + cd /tmp/tmp.B4fLxbMrFV/src/github.com/mvdan/sh
13:45:36 [2021-05-06T13:45:36.855Z] #51 16.04 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
13:45:37 [2021-05-06T13:45:37.115Z] #51 16.21 + GO111MODULE=on
13:45:37 [2021-05-06T13:45:37.115Z] #51 16.22 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
13:45:38 [2021-05-06T13:45:38.499Z] #51 17.50 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:45:38 [2021-05-06T13:45:38.499Z] #51 17.50 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:45:38 [2021-05-06T13:45:38.499Z] #51 17.56 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:45:38 [2021-05-06T13:45:38.759Z] #51 17.82 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:45:38 [2021-05-06T13:45:38.759Z] #51 17.87 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:45:39 [2021-05-06T13:45:39.697Z] #51 18.69 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:45:40 [2021-05-06T13:45:40.266Z] #51 19.42 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:45:41 [2021-05-06T13:45:41.648Z] #51 ...
13:45:41 [2021-05-06T13:45:41.648Z] 
13:45:41 [2021-05-06T13:45:41.648Z] #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
13:45:41 [2021-05-06T13:45:41.648Z] #45 sha256:c7a5d16dbc797fa74951efb44cde31e77e2822200ef56c73985f44b53bdf7604
13:45:41 [2021-05-06T13:45:41.648Z] #45 10.51 runtime
13:45:41 [2021-05-06T13:45:41.648Z] #45 14.30 unicode/utf8
13:45:41 [2021-05-06T13:45:41.648Z] #45 14.88 math/bits
13:45:41 [2021-05-06T13:45:41.648Z] #45 15.91 math
13:45:41 [2021-05-06T13:45:41.648Z] #45 19.67 internal/testlog
13:45:41 [2021-05-06T13:45:41.648Z] #45 20.01 encoding
13:45:41 [2021-05-06T13:45:41.648Z] #45 20.08 unicode/utf16
13:45:41 [2021-05-06T13:45:41.648Z] #45 20.38 container/list
13:45:41 [2021-05-06T13:45:41.648Z] #45 ...
13:45:41 [2021-05-06T13:45:41.648Z] 
13:45:41 [2021-05-06T13:45:41.648Z] #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
13:45:41 [2021-05-06T13:45:41.648Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:45:41 [2021-05-06T13:45:41.648Z] #42 10.49 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
13:45:41 [2021-05-06T13:45:41.648Z] #42 12.66 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
13:45:41 [2021-05-06T13:45:41.648Z] #42 ...
13:45:41 [2021-05-06T13:45:41.648Z] 
13:45:41 [2021-05-06T13:45:41.648Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:45:41 [2021-05-06T13:45:41.648Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:45:41 [2021-05-06T13:45:41.648Z] #13 7.503 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:45:41 [2021-05-06T13:45:41.648Z] #13 9.438 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
13:45:41 [2021-05-06T13:45:41.648Z] #13 12.36 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
13:45:41 [2021-05-06T13:45:41.648Z] #13 ...
13:45:41 [2021-05-06T13:45:41.648Z] 
13:45:41 [2021-05-06T13:45:41.648Z] #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
13:45:41 [2021-05-06T13:45:41.648Z] #45 sha256:c7a5d16dbc797fa74951efb44cde31e77e2822200ef56c73985f44b53bdf7604
13:45:41 [2021-05-06T13:45:41.648Z] #45 20.89 crypto/internal/subtle
13:45:41 [2021-05-06T13:45:41.907Z] #45 20.99 crypto/subtle
13:45:41 [2021-05-06T13:45:41.907Z] #45 21.10 vendor/golang.org/x/crypto/cryptobyte/asn1
13:45:41 [2021-05-06T13:45:41.907Z] #45 21.16 internal/nettrace
13:45:42 [2021-05-06T13:45:42.166Z] #45 21.38 runtime/cgo
13:45:43 [2021-05-06T13:45:43.104Z] #45 ...
13:45:43 [2021-05-06T13:45:43.104Z] 
13:45:43 [2021-05-06T13:45:43.104Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
13:45:43 [2021-05-06T13:45:43.104Z] #34 sha256:d2bbc75f7071ae834f40d0ef0f92656dee47f9faa0131fa2429bdc1afa77f1a4
13:45:43 [2021-05-06T13:45:43.104Z] #34 18.04 github.com/pelletier/go-toml/cmd/tomll
13:45:43 [2021-05-06T13:45:43.104Z] #34 DONE 22.2s
13:45:43 [2021-05-06T13:45:43.363Z] 
13:45:43 [2021-05-06T13:45:43.364Z] #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
13:45:43 [2021-05-06T13:45:43.364Z] #49 sha256:8aec7c16e0a2e66a06cb545d80f4398adfae42be5afc213384ca56c0dbb1b43b
13:45:43 [2021-05-06T13:45:43.364Z] #49 15.08 go: downloading github.com/spf13/pflag v1.0.5
13:45:43 [2021-05-06T13:45:43.364Z] #49 15.14 go: downloading github.com/pkg/errors v0.8.1
13:45:43 [2021-05-06T13:45:43.364Z] #49 15.14 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:45:43 [2021-05-06T13:45:43.364Z] #49 15.14 go: downloading github.com/spf13/cobra v0.0.5
13:45:43 [2021-05-06T13:45:43.364Z] #49 15.14 go: downloading github.com/fatih/color v1.7.0
13:45:43 [2021-05-06T13:45:43.364Z] #49 15.18 go: downloading github.com/go-lintpack/lintpack v0.5.2
13:45:43 [2021-05-06T13:45:43.364Z] #49 15.24 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:45:43 [2021-05-06T13:45:43.364Z] #49 15.27 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:45:43 [2021-05-06T13:45:43.364Z] #49 15.41 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:45:43 [2021-05-06T13:45:43.364Z] #49 15.52 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:45:43 [2021-05-06T13:45:43.364Z] #49 15.61 go: downloading github.com/go-critic/go-critic v0.4.1
13:45:43 [2021-05-06T13:45:43.364Z] #49 15.74 go: extracting github.com/pkg/errors v0.8.1
13:45:43 [2021-05-06T13:45:43.364Z] #49 15.99 go: extracting github.com/spf13/pflag v1.0.5
13:45:43 [2021-05-06T13:45:43.364Z] #49 16.02 go: extracting github.com/spf13/cobra v0.0.5
13:45:43 [2021-05-06T13:45:43.364Z] #49 16.04 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:45:43 [2021-05-06T13:45:43.364Z] #49 16.07 go: extracting github.com/fatih/color v1.7.0
13:45:43 [2021-05-06T13:45:43.364Z] #49 16.29 go: extracting github.com/go-lintpack/lintpack v0.5.2
13:45:43 [2021-05-06T13:45:43.364Z] #49 16.30 go: downloading github.com/spf13/viper v1.6.1
13:45:43 [2021-05-06T13:45:43.364Z] #49 16.57 go: extracting github.com/mitchellh/go-homedir v1.1.0
13:45:43 [2021-05-06T13:45:43.364Z] #49 16.58 go: downloading github.com/mattn/go-isatty v0.0.8
13:45:43 [2021-05-06T13:45:43.364Z] #49 16.59 go: downloading github.com/mattn/go-colorable v0.1.4
13:45:43 [2021-05-06T13:45:43.364Z] #49 16.77 go: extracting github.com/go-critic/go-critic v0.4.1
13:45:43 [2021-05-06T13:45:43.364Z] #49 16.85 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:45:43 [2021-05-06T13:45:43.364Z] #49 16.91 go: extracting github.com/mattn/go-colorable v0.1.4
13:45:43 [2021-05-06T13:45:43.364Z] #49 16.95 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:45:43 [2021-05-06T13:45:43.364Z] #49 16.99 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:45:43 [2021-05-06T13:45:43.364Z] #49 17.00 go: extracting github.com/spf13/viper v1.6.1
13:45:43 [2021-05-06T13:45:43.364Z] #49 17.07 go: extracting github.com/mattn/go-isatty v0.0.8
13:45:43 [2021-05-06T13:45:43.364Z] #49 17.23 go: extracting github.com/inconshreveable/mousetrap v1.0.0
13:45:43 [2021-05-06T13:45:43.364Z] #49 17.23 go: downloading github.com/uudashr/gocognit v1.0.1
13:45:43 [2021-05-06T13:45:43.364Z] #49 17.49 go: extracting github.com/uudashr/gocognit v1.0.1
13:45:43 [2021-05-06T13:45:43.364Z] #49 17.53 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:45:43 [2021-05-06T13:45:43.364Z] #49 17.53 go: downloading github.com/spf13/cast v1.3.0
13:45:43 [2021-05-06T13:45:43.364Z] #49 17.56 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:45:43 [2021-05-06T13:45:43.364Z] #49 17.59 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:45:43 [2021-05-06T13:45:43.364Z] #49 17.72 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:45:43 [2021-05-06T13:45:43.364Z] #49 17.82 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:45:43 [2021-05-06T13:45:43.364Z] #49 17.85 go: extracting github.com/spf13/cast v1.3.0
13:45:43 [2021-05-06T13:45:43.364Z] #49 18.34 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:45:43 [2021-05-06T13:45:43.364Z] #49 18.62 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:45:43 [2021-05-06T13:45:43.364Z] #49 19.89 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:45:43 [2021-05-06T13:45:43.364Z] #49 20.88 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:45:43 [2021-05-06T13:45:43.623Z] #49 ...
13:45:43 [2021-05-06T13:45:43.623Z] 
13:45:43 [2021-05-06T13:45:43.623Z] #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
13:45:43 [2021-05-06T13:45:43.623Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:45:43 [2021-05-06T13:45:43.623Z] #36 12.68 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
13:45:43 [2021-05-06T13:45:43.623Z] #36 ...
13:45:43 [2021-05-06T13:45:43.623Z] 
13:45:43 [2021-05-06T13:45:43.623Z] #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
13:45:43 [2021-05-06T13:45:43.623Z] #49 sha256:8aec7c16e0a2e66a06cb545d80f4398adfae42be5afc213384ca56c0dbb1b43b
13:45:43 [2021-05-06T13:45:43.623Z] #49 22.81 go: downloading github.com/pelletier/go-toml v1.2.0
13:45:44 [2021-05-06T13:45:44.193Z] #49 23.11 go: extracting github.com/pelletier/go-toml v1.2.0
13:45:45 [2021-05-06T13:45:45.131Z] #49 24.12 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:45:45 [2021-05-06T13:45:45.131Z] #49 24.17 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:45:45 [2021-05-06T13:45:45.131Z] #49 24.19 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:45:45 [2021-05-06T13:45:45.131Z] #49 24.19 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
13:45:45 [2021-05-06T13:45:45.131Z] #49 24.19 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:45:45 [2021-05-06T13:45:45.131Z] #49 24.19 go: downloading github.com/subosito/gotenv v1.2.0
13:45:45 [2021-05-06T13:45:45.131Z] #49 24.19 go: downloading github.com/go-toolsmith/typep v1.0.0
13:45:45 [2021-05-06T13:45:45.131Z] #49 24.22 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
13:45:45 [2021-05-06T13:45:45.131Z] #49 24.34 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:45:45 [2021-05-06T13:45:45.131Z] #49 24.35 go: extracting github.com/subosito/gotenv v1.2.0
13:45:45 [2021-05-06T13:45:45.131Z] #49 24.35 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
13:45:45 [2021-05-06T13:45:45.131Z] #49 24.38 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:45:45 [2021-05-06T13:45:45.390Z] #49 24.42 go: downloading github.com/hashicorp/hcl v1.0.0
13:45:45 [2021-05-06T13:45:45.390Z] #49 24.43 go: extracting github.com/go-toolsmith/typep v1.0.0
13:45:45 [2021-05-06T13:45:45.390Z] #49 24.43 go: downloading gopkg.in/yaml.v2 v2.2.7
13:45:45 [2021-05-06T13:45:45.390Z] #49 24.57 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:45:45 [2021-05-06T13:45:45.390Z] #49 24.58 go: downloading github.com/sirupsen/logrus v1.4.2
13:45:45 [2021-05-06T13:45:45.390Z] #49 24.66 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:45:45 [2021-05-06T13:45:45.650Z] #49 24.67 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:45:45 [2021-05-06T13:45:45.650Z] #49 24.82 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:45:45 [2021-05-06T13:45:45.650Z] #49 24.87 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:45:45 [2021-05-06T13:45:45.650Z] #49 24.90 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
13:45:45 [2021-05-06T13:45:45.909Z] #49 25.07 go: extracting github.com/hashicorp/hcl v1.0.0
13:45:45 [2021-05-06T13:45:45.909Z] #49 25.14 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:45:46 [2021-05-06T13:45:46.169Z] #49 25.28 go: extracting github.com/sirupsen/logrus v1.4.2
13:45:46 [2021-05-06T13:45:46.169Z] #49 ...
13:45:46 [2021-05-06T13:45:46.169Z] 
13:45:46 [2021-05-06T13:45:46.169Z] #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
13:45:46 [2021-05-06T13:45:46.169Z] #58 sha256:eae05e0e30d0d3a43e5be81f7c1dbf12b6d489ef9c003fb472dc710abf5d237d
13:45:46 [2021-05-06T13:45:46.169Z] #58 15.29 go: extracting github.com/moby/vpnkit v0.5.0
13:45:46 [2021-05-06T13:45:46.169Z] #58 16.06 go: extracting github.com/urfave/cli/v2 v2.3.0
13:45:46 [2021-05-06T13:45:46.169Z] #58 16.78 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:45:46 [2021-05-06T13:45:46.169Z] #58 18.55 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:45:46 [2021-05-06T13:45:46.169Z] #58 19.75 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:45:46 [2021-05-06T13:45:46.169Z] #58 20.29 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
13:45:46 [2021-05-06T13:45:46.169Z] #58 20.36 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:45:46 [2021-05-06T13:45:46.169Z] #58 20.93 go: extracting github.com/russross/blackfriday/v2 v2.1.0
13:45:46 [2021-05-06T13:45:46.169Z] #58 22.06 go: extracting github.com/u-root/u-root v7.0.0+incompatible
13:45:46 [2021-05-06T13:45:46.169Z] #58 24.61 go: finding github.com/pkg/errors v0.9.1
13:45:46 [2021-05-06T13:45:46.169Z] #58 24.72 go: finding github.com/sirupsen/logrus v1.8.1
13:45:46 [2021-05-06T13:45:46.169Z] #58 24.90 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:45:46 [2021-05-06T13:45:46.169Z] #58 24.96 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:45:46 [2021-05-06T13:45:46.169Z] #58 25.08 go: finding github.com/google/uuid v1.2.0
13:45:46 [2021-05-06T13:45:46.169Z] #58 25.18 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:45:46 [2021-05-06T13:45:46.169Z] #58 25.25 go: finding github.com/gofrs/flock v0.8.0
13:45:46 [2021-05-06T13:45:46.169Z] #58 25.25 go: finding github.com/moby/vpnkit v0.5.0
13:45:46 [2021-05-06T13:45:46.169Z] #58 25.30 go: finding github.com/gorilla/mux v1.8.0
13:45:46 [2021-05-06T13:45:46.169Z] #58 25.31 go: finding github.com/moby/sys/mountinfo v0.4.1
13:45:46 [2021-05-06T13:45:46.169Z] #58 25.39 go: finding github.com/urfave/cli/v2 v2.3.0
13:45:46 [2021-05-06T13:45:46.169Z] #58 ...
13:45:46 [2021-05-06T13:45:46.169Z] 
13:45:46 [2021-05-06T13:45:46.169Z] #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
13:45:46 [2021-05-06T13:45:46.169Z] #49 sha256:8aec7c16e0a2e66a06cb545d80f4398adfae42be5afc213384ca56c0dbb1b43b
13:45:46 [2021-05-06T13:45:46.169Z] #49 25.35 go: extracting gopkg.in/yaml.v2 v2.2.7
13:45:46 [2021-05-06T13:45:46.169Z] #49 25.35 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
13:45:46 [2021-05-06T13:45:46.169Z] #49 25.35 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:45:46 [2021-05-06T13:45:46.169Z] #49 25.38 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
13:45:46 [2021-05-06T13:45:46.169Z] #49 25.47 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:45:46 [2021-05-06T13:45:46.429Z] #49 25.61 go: downloading github.com/go-toolsmith/strparse v1.0.0
13:45:46 [2021-05-06T13:45:46.429Z] #49 25.66 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:45:46 [2021-05-06T13:45:46.429Z] #49 25.71 go: downloading github.com/magiconair/properties v1.8.1
13:45:46 [2021-05-06T13:45:46.690Z] #49 25.85 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:45:46 [2021-05-06T13:45:46.690Z] #49 25.86 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:45:46 [2021-05-06T13:45:46.949Z] #49 26.08 go: downloading github.com/sourcegraph/go-diff v0.5.1
13:45:46 [2021-05-06T13:45:46.949Z] #49 26.08 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
13:45:46 [2021-05-06T13:45:46.949Z] #49 26.09 go: extracting github.com/go-toolsmith/strparse v1.0.0
13:45:46 [2021-05-06T13:45:46.949Z] #49 26.10 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
13:45:46 [2021-05-06T13:45:46.949Z] #49 26.12 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:45:47 [2021-05-06T13:45:47.216Z] #49 26.28 go: extracting github.com/magiconair/properties v1.8.1
13:45:47 [2021-05-06T13:45:47.216Z] #49 26.30 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
13:45:47 [2021-05-06T13:45:47.216Z] #49 26.34 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:45:47 [2021-05-06T13:45:47.216Z] #49 26.34 go: downloading github.com/gobwas/glob v0.2.3
13:45:47 [2021-05-06T13:45:47.216Z] #49 26.40 go: downloading github.com/spf13/jwalterweatherman v1.0.0
13:45:47 [2021-05-06T13:45:47.216Z] #49 26.40 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
13:45:47 [2021-05-06T13:45:47.216Z] #49 26.40 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:45:47 [2021-05-06T13:45:47.476Z] #49 26.62 go: downloading github.com/go-toolsmith/astequal v1.0.0
13:45:47 [2021-05-06T13:45:47.736Z] #49 26.77 go: extracting github.com/sourcegraph/go-diff v0.5.1
13:45:47 [2021-05-06T13:45:47.736Z] #49 26.80 go: extracting github.com/gobwas/glob v0.2.3
13:45:47 [2021-05-06T13:45:47.736Z] #49 26.84 go: downloading github.com/ultraware/funlen v0.0.2
13:45:47 [2021-05-06T13:45:47.996Z] #49 27.01 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:45:47 [2021-05-06T13:45:47.996Z] #49 27.07 go: extracting github.com/spf13/jwalterweatherman v1.0.0
13:45:47 [2021-05-06T13:45:47.996Z] #49 27.08 go: extracting github.com/ultraware/funlen v0.0.2
13:45:47 [2021-05-06T13:45:47.996Z] #49 27.09 go: downloading github.com/mitchellh/mapstructure v1.1.2
13:45:47 [2021-05-06T13:45:47.996Z] #49 27.11 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:45:47 [2021-05-06T13:45:47.996Z] #49 27.13 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:45:48 [2021-05-06T13:45:48.255Z] #49 27.23 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:45:48 [2021-05-06T13:45:48.255Z] #49 27.23 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:45:48 [2021-05-06T13:45:48.255Z] #49 27.28 go: extracting github.com/go-toolsmith/astequal v1.0.0
13:45:48 [2021-05-06T13:45:48.255Z] #49 27.30 go: downloading github.com/ultraware/whitespace v0.0.4
13:45:48 [2021-05-06T13:45:48.255Z] #49 27.37 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:45:48 [2021-05-06T13:45:48.255Z] #49 27.39 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:45:48 [2021-05-06T13:45:48.255Z] #49 27.39 go: downloading github.com/fsnotify/fsnotify v1.4.7
13:45:48 [2021-05-06T13:45:48.255Z] #49 27.42 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:45:48 [2021-05-06T13:45:48.255Z] #49 27.42 go: extracting github.com/mitchellh/mapstructure v1.1.2
13:45:48 [2021-05-06T13:45:48.256Z] #49 27.42 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:45:48 [2021-05-06T13:45:48.256Z] #49 27.43 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:45:48 [2021-05-06T13:45:48.256Z] #49 27.43 go: downloading golang.org/x/text v0.3.2
13:45:48 [2021-05-06T13:45:48.256Z] #49 27.50 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:45:48 [2021-05-06T13:45:48.515Z] #49 27.50 go: downloading github.com/go-toolsmith/astp v1.0.0
13:45:48 [2021-05-06T13:45:48.515Z] #49 27.51 go: extracting github.com/ultraware/whitespace v0.0.4
13:45:48 [2021-05-06T13:45:48.515Z] #49 27.65 go: downloading github.com/spf13/afero v1.1.2
13:45:48 [2021-05-06T13:45:48.515Z] #49 27.69 go: extracting github.com/fsnotify/fsnotify v1.4.7
13:45:48 [2021-05-06T13:45:48.515Z] #49 27.78 go: extracting github.com/go-toolsmith/astp v1.0.0
13:45:48 [2021-05-06T13:45:48.774Z] #49 27.78 go: downloading github.com/go-toolsmith/astfmt v1.0.0
13:45:48 [2021-05-06T13:45:48.774Z] #49 27.78 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:45:48 [2021-05-06T13:45:48.774Z] #49 27.80 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:45:48 [2021-05-06T13:45:48.774Z] #49 27.81 go: downloading github.com/go-toolsmith/astcopy v1.0.0
13:45:48 [2021-05-06T13:45:48.774Z] #49 27.89 go: downloading github.com/gogo/protobuf v1.2.1
13:45:49 [2021-05-06T13:45:49.036Z] #49 28.21 go: extracting github.com/spf13/afero v1.1.2
13:45:49 [2021-05-06T13:45:49.036Z] #49 28.21 go: extracting github.com/go-toolsmith/astfmt v1.0.0
13:45:49 [2021-05-06T13:45:49.036Z] #49 28.31 go: extracting github.com/go-toolsmith/astcopy v1.0.0
13:45:49 [2021-05-06T13:45:49.295Z] #49 28.31 go: downloading github.com/go-toolsmith/astcast v1.0.0
13:45:49 [2021-05-06T13:45:49.295Z] #49 28.45 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:45:49 [2021-05-06T13:45:49.295Z] #49 ...
13:45:49 [2021-05-06T13:45:49.295Z] 
13:45:49 [2021-05-06T13:45:49.295Z] #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
13:45:49 [2021-05-06T13:45:49.295Z] #47 sha256:e45fba4ffb8b07a54b42bc7d21a8fa4f55815e04c8ffa22ae4736e2c7f19271a
13:45:49 [2021-05-06T13:45:49.295Z] #47 18.49 go: finding github.com/fatih/color v1.9.0
13:45:49 [2021-05-06T13:45:49.295Z] #47 18.57 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:45:49 [2021-05-06T13:45:49.295Z] #47 18.64 go: finding github.com/pkg/errors v0.9.1
13:45:49 [2021-05-06T13:45:49.295Z] #47 18.73 go: finding github.com/mattn/go-colorable v0.1.6
13:45:49 [2021-05-06T13:45:49.295Z] #47 18.75 go: finding github.com/spf13/pflag v1.0.3
13:45:49 [2021-05-06T13:45:49.295Z] #47 18.78 go: finding github.com/mattn/go-isatty v0.0.12
13:45:49 [2021-05-06T13:45:49.295Z] #47 19.00 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:45:49 [2021-05-06T13:45:49.295Z] #47 19.18 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:45:49 [2021-05-06T13:45:49.295Z] #47 19.24 go: finding github.com/jonboulle/clockwork v0.1.0
13:45:49 [2021-05-06T13:45:49.295Z] #47 19.33 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:45:49 [2021-05-06T13:45:49.295Z] #47 19.38 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:45:49 [2021-05-06T13:45:49.554Z] #47 ...
13:45:49 [2021-05-06T13:45:49.554Z] 
13:45:49 [2021-05-06T13:45:49.555Z] #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
13:45:49 [2021-05-06T13:45:49.555Z] #49 sha256:8aec7c16e0a2e66a06cb545d80f4398adfae42be5afc213384ca56c0dbb1b43b
13:45:49 [2021-05-06T13:45:49.555Z] #49 28.68 go: downloading github.com/kisielk/gotool v1.0.0
13:45:49 [2021-05-06T13:45:49.814Z] #49 28.77 go: downloading github.com/stretchr/testify v1.4.0
13:45:49 [2021-05-06T13:45:49.814Z] #49 28.79 go: downloading gopkg.in/ini.v1 v1.51.0
13:45:49 [2021-05-06T13:45:49.814Z] #49 28.81 go: extracting github.com/kisielk/gotool v1.0.0
13:45:49 [2021-05-06T13:45:49.814Z] #49 28.82 go: extracting github.com/go-toolsmith/astcast v1.0.0
13:45:49 [2021-05-06T13:45:49.814Z] #49 28.84 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:45:49 [2021-05-06T13:45:49.814Z] #49 28.84 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:45:49 [2021-05-06T13:45:49.814Z] #49 28.93 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:45:50 [2021-05-06T13:45:50.074Z] #49 29.07 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:45:50 [2021-05-06T13:45:50.074Z] #49 29.07 go: downloading github.com/BurntSushi/toml v0.3.1
13:45:50 [2021-05-06T13:45:50.074Z] #49 29.14 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:45:50 [2021-05-06T13:45:50.074Z] #49 29.24 go: extracting gopkg.in/ini.v1 v1.51.0
13:45:50 [2021-05-06T13:45:50.333Z] #49 29.47 go: extracting github.com/stretchr/testify v1.4.0
13:45:50 [2021-05-06T13:45:50.333Z] #49 29.48 go: extracting github.com/BurntSushi/toml v0.3.1
13:45:50 [2021-05-06T13:45:50.333Z] #49 29.61 go: downloading github.com/stretchr/objx v0.2.0
13:45:50 [2021-05-06T13:45:50.593Z] #49 29.68 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:45:50 [2021-05-06T13:45:50.593Z] #49 29.68 go: downloading github.com/davecgh/go-spew v1.1.1
13:45:50 [2021-05-06T13:45:50.593Z] #49 29.70 go: downloading github.com/pmezard/go-difflib v1.0.0
13:45:50 [2021-05-06T13:45:50.854Z] #49 29.95 go: extracting github.com/pmezard/go-difflib v1.0.0
13:45:50 [2021-05-06T13:45:50.854Z] #49 30.02 go: extracting github.com/stretchr/objx v0.2.0
13:45:50 [2021-05-06T13:45:50.854Z] #49 30.09 go: extracting github.com/davecgh/go-spew v1.1.1
13:45:51 [2021-05-06T13:45:51.792Z] #49 ...
13:45:51 [2021-05-06T13:45:51.792Z] 
13:45:51 [2021-05-06T13:45:51.792Z] #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
13:45:51 [2021-05-06T13:45:51.792Z] #51 sha256:195c61246dc271f9b14d63f15569e31729f571e684f6308715f55a59842897db
13:45:51 [2021-05-06T13:45:51.792Z] #51 20.65 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:45:51 [2021-05-06T13:45:51.792Z] #51 21.56 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:45:51 [2021-05-06T13:45:51.792Z] #51 21.72 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:45:51 [2021-05-06T13:45:51.792Z] #51 22.04 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:45:51 [2021-05-06T13:45:51.792Z] #51 22.19 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:45:51 [2021-05-06T13:45:51.792Z] #51 23.38 runtime
13:45:51 [2021-05-06T13:45:51.792Z] #51 23.39 runtime/cgo
13:45:51 [2021-05-06T13:45:51.792Z] #51 ...
13:45:51 [2021-05-06T13:45:51.792Z] 
13:45:51 [2021-05-06T13:45:51.792Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:45:51 [2021-05-06T13:45:51.792Z] #67 sha256:6d585eeb197fb2b41c680780b19bfceff3bdf58ba56a8fbbf227c359cd368331
13:45:51 [2021-05-06T13:45:51.792Z] #67 24.02 Checking out files:  60% (1153/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.
13:45:51 [2021-05-06T13:45:51.792Z] #67 24.62 + cd /tmp/tmp.Szm2eOXm9Z/src/github.com/docker/libnetwork
13:45:51 [2021-05-06T13:45:51.792Z] #67 24.62 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46
13:45:51 [2021-05-06T13:45:51.792Z] #67 25.00 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:45:52 [2021-05-06T13:45:52.732Z] #67 ...
13:45:52 [2021-05-06T13:45:52.732Z] 
13:45:52 [2021-05-06T13:45:52.732Z] #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
13:45:52 [2021-05-06T13:45:52.732Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:45:52 [2021-05-06T13:45:52.732Z] #55 21.75 Fetched 8441 kB in 17s (487 kB/s)
13:45:52 [2021-05-06T13:45:52.732Z] #55 21.75 Reading package lists...
13:45:52 [2021-05-06T13:45:52.732Z] #55 28.90 Reading package lists...
13:45:52 [2021-05-06T13:45:52.732Z] #55 ...
13:45:52 [2021-05-06T13:45:52.732Z] 
13:45:52 [2021-05-06T13:45:52.732Z] #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
13:45:52 [2021-05-06T13:45:52.732Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:45:52 [2021-05-06T13:45:52.732Z] #40 23.23 Checking out files:  80% (1364/1693)   
Checking out files:  81% (1372/1693)   
Checking out files:  82% (1389/1693)   
Checking out files:  83% (1406/1693)   
Checking out files:  84% (1423/1693)   
Checking out files:  85% (1440/1693)   
Checking out files:  86% (1456/1693)   
Checking out files:  87% (1473/1693)   
Checking out files:  88% (1490/1693)   
Checking out files:  89% (1507/1693)   
Checking out files:  90% (1524/1693)   
Checking out files:  91% (1541/1693)   
Checking out files:  92% (1558/1693)   
Checking out files:  93% (1575/1693)   
Checking out files:  94% (1592/1693)   
Checking out files:  95% (1609/1693)   
Checking out files:  96% (1626/1693)   
Checking out files:  97% (1643/1693)   
Checking out files:  98% (1660/1693)   
Checking out files:  99% (1677/1693)   
Checking out files: 100% (1693/1693)   
Checking out files: 100% (1693/1693), done.
13:45:52 [2021-05-06T13:45:52.732Z] #40 23.57 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
13:45:52 [2021-05-06T13:45:52.732Z] #40 25.57 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
13:45:52 [2021-05-06T13:45:52.991Z] #40 ...
13:45:52 [2021-05-06T13:45:52.991Z] 
13:45:52 [2021-05-06T13:45:52.991Z] #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
13:45:52 [2021-05-06T13:45:52.991Z] #45 sha256:c7a5d16dbc797fa74951efb44cde31e77e2822200ef56c73985f44b53bdf7604
13:45:52 [2021-05-06T13:45:52.991Z] #45 31.97 vendor/golang.org/x/crypto/internal/subtle
13:45:52 [2021-05-06T13:45:52.991Z] #45 32.09 vendor/golang.org/x/crypto/curve25519
13:45:55 [2021-05-06T13:45:55.530Z] #45 ...
13:45:55 [2021-05-06T13:45:55.530Z] 
13:45:55 [2021-05-06T13:45:55.530Z] #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
13:45:55 [2021-05-06T13:45:55.530Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:45:55 [2021-05-06T13:45:55.530Z] #36 24.20 Fetched 8441 kB in 18s (457 kB/s)
13:45:55 [2021-05-06T13:45:55.530Z] #36 24.20 Reading package lists...
13:45:55 [2021-05-06T13:45:55.530Z] #36 30.38 Reading package lists...
13:45:55 [2021-05-06T13:45:55.530Z] #36 ...
13:45:55 [2021-05-06T13:45:55.530Z] 
13:45:55 [2021-05-06T13:45:55.530Z] #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
13:45:55 [2021-05-06T13:45:55.531Z] #49 sha256:8aec7c16e0a2e66a06cb545d80f4398adfae42be5afc213384ca56c0dbb1b43b
13:45:55 [2021-05-06T13:45:55.531Z] #49 32.72 go: extracting github.com/gogo/protobuf v1.2.1
13:45:55 [2021-05-06T13:45:55.531Z] #49 ...
13:45:55 [2021-05-06T13:45:55.531Z] 
13:45:55 [2021-05-06T13:45:55.531Z] #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
13:45:55 [2021-05-06T13:45:55.531Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:45:55 [2021-05-06T13:45:55.531Z] #42 24.53 Fetched 8441 kB in 18s (463 kB/s)
13:45:55 [2021-05-06T13:45:55.531Z] #42 24.53 Reading package lists...
13:45:55 [2021-05-06T13:45:55.531Z] #42 30.52 Reading package lists...
13:45:55 [2021-05-06T13:45:55.531Z] #42 ...
13:45:55 [2021-05-06T13:45:55.531Z] 
13:45:55 [2021-05-06T13:45:55.531Z] #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
13:45:55 [2021-05-06T13:45:55.531Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:45:55 [2021-05-06T13:45:55.531Z] #55 28.90 Reading package lists...
13:45:56 [2021-05-06T13:45:56.360Z] #55 34.89 Building dependency tree...
13:45:56 [2021-05-06T13:45:56.360Z] #55 ...
13:45:56 [2021-05-06T13:45:56.360Z] 
13:45:56 [2021-05-06T13:45:56.360Z] #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
13:45:56 [2021-05-06T13:45:56.360Z] #58 sha256:eae05e0e30d0d3a43e5be81f7c1dbf12b6d489ef9c003fb472dc710abf5d237d
13:45:56 [2021-05-06T13:45:56.360Z] #58 25.42 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:45:56 [2021-05-06T13:45:56.360Z] #58 25.50 go: finding github.com/u-root/u-root v7.0.0+incompatible
13:45:56 [2021-05-06T13:45:56.360Z] #58 25.65 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
13:45:56 [2021-05-06T13:45:56.360Z] #58 25.83 go: finding github.com/russross/blackfriday/v2 v2.1.0
13:45:56 [2021-05-06T13:45:56.928Z] #58 ...
13:45:56 [2021-05-06T13:45:56.928Z] 
13:45:56 [2021-05-06T13:45:56.928Z] #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
13:45:56 [2021-05-06T13:45:56.928Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:45:56 [2021-05-06T13:45:56.928Z] #42 30.52 Reading package lists...
13:45:56 [2021-05-06T13:45:56.928Z] #42 36.06 Building dependency tree...
13:45:56 [2021-05-06T13:45:56.928Z] #42 ...
13:45:56 [2021-05-06T13:45:56.928Z] 
13:45:56 [2021-05-06T13:45:56.928Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:45:56 [2021-05-06T13:45:56.928Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:45:56 [2021-05-06T13:45:56.928Z] #13 22.81 Fetched 8955 kB in 19s (481 kB/s)
13:45:56 [2021-05-06T13:45:56.928Z] #13 22.81 Reading package lists...
13:45:57 [2021-05-06T13:45:57.188Z] #13 29.40 Reading package lists...
13:45:57 [2021-05-06T13:45:57.188Z] #13 ...
13:45:57 [2021-05-06T13:45:57.188Z] 
13:45:57 [2021-05-06T13:45:57.188Z] #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
13:45:57 [2021-05-06T13:45:57.188Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:45:57 [2021-05-06T13:45:57.188Z] #36 30.38 Reading package lists...
13:45:58 [2021-05-06T13:45:58.569Z] #36 36.35 Building dependency tree...
13:45:59 [2021-05-06T13:45:59.709Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0746eef2c454c2c19) in /home/ubuntu/workspace/moby_PR-42098
[Pipeline] {
[Pipeline] checkout
13:45:59 [2021-05-06T13:45:59.878Z] The recommended git tool is: git
13:46:00 [2021-05-06T13:46:00.480Z] #36 39.52 The following additional packages will be installed:
13:46:00 [2021-05-06T13:46:00.480Z] #36 39.53   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
13:46:00 [2021-05-06T13:46:00.480Z] #36 39.53 Suggested packages:
13:46:00 [2021-05-06T13:46:00.481Z] #36 39.54   cmake-doc ninja-build lrzip
13:46:00 [2021-05-06T13:46:00.481Z] #36 39.54 Recommended packages:
13:46:00 [2021-05-06T13:46:00.481Z] #36 39.54   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
13:46:01 [2021-05-06T13:46:01.426Z] #36 40.52 The following NEW packages will be installed:
13:46:01 [2021-05-06T13:46:01.426Z] #36 40.53   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
13:46:01 [2021-05-06T13:46:01.426Z] #36 40.53   vim-common xxd
13:46:01 [2021-05-06T13:46:01.426Z] #36 ...
13:46:01 [2021-05-06T13:46:01.426Z] 
13:46:01 [2021-05-06T13:46:01.426Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:46:01 [2021-05-06T13:46:01.426Z] #67 sha256:6d585eeb197fb2b41c680780b19bfceff3bdf58ba56a8fbbf227c359cd368331
13:46:01 [2021-05-06T13:46:01.426Z] #67 DONE 40.7s
13:46:01 [2021-05-06T13:46:01.686Z] 
13:46:01 [2021-05-06T13:46:01.686Z] #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
13:46:01 [2021-05-06T13:46:01.686Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:46:01 [2021-05-06T13:46:01.686Z] #55 34.89 Building dependency tree...
13:46:01 [2021-05-06T13:46:01.686Z] #55 37.74 The following additional packages will be installed:
13:46:01 [2021-05-06T13:46:01.686Z] #55 37.77   libbtrfs0
13:46:01 [2021-05-06T13:46:01.686Z] #55 37.99 The following NEW packages will be installed:
13:46:01 [2021-05-06T13:46:01.686Z] #55 38.00   libbtrfs-dev libbtrfs0
13:46:01 [2021-05-06T13:46:01.686Z] #55 38.44 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded.
13:46:01 [2021-05-06T13:46:01.686Z] #55 38.44 Need to get 119 kB of archives.
13:46:01 [2021-05-06T13:46:01.686Z] #55 38.44 After this operation, 387 kB of additional disk space will be used.
13:46:01 [2021-05-06T13:46:01.686Z] #55 38.44 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
13:46:01 [2021-05-06T13:46:01.686Z] #55 38.44 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
13:46:01 [2021-05-06T13:46:01.686Z] #55 39.49 debconf: delaying package configuration, since apt-utils is not installed
13:46:01 [2021-05-06T13:46:01.686Z] #55 39.71 Fetched 119 kB in 0s (443 kB/s)
13:46:01 [2021-05-06T13:46:01.686Z] #55 39.83 Selecting previously unselected package libbtrfs0.
13:46:01 [2021-05-06T13:46:01.686Z] #55 39.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.)
13:46:01 [2021-05-06T13:46:01.686Z] #55 39.90 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
13:46:01 [2021-05-06T13:46:01.686Z] #55 39.93 Unpacking libbtrfs0 (4.20.1-2) ...
13:46:01 [2021-05-06T13:46:01.686Z] #55 40.03 Selecting previously unselected package libbtrfs-dev.
13:46:01 [2021-05-06T13:46:01.686Z] #55 40.03 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
13:46:01 [2021-05-06T13:46:01.686Z] #55 40.04 Unpacking libbtrfs-dev (4.20.1-2) ...
13:46:01 [2021-05-06T13:46:01.686Z] #55 40.21 Setting up libbtrfs0 (4.20.1-2) ...
13:46:01 [2021-05-06T13:46:01.686Z] #55 40.23 Setting up libbtrfs-dev (4.20.1-2) ...
13:46:01 [2021-05-06T13:46:01.686Z] #55 40.25 Processing triggers for libc-bin (2.28-10) ...
13:46:01 [2021-05-06T13:46:01.686Z] #55 DONE 40.7s
13:46:01 [2021-05-06T13:46:01.686Z] 
13:46:01 [2021-05-06T13:46:01.686Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:46:01 [2021-05-06T13:46:01.686Z] #56 sha256:2c4b3c95ea616cec0ed1eb658a933aa488fd9af90585d262c55a45ab39368fea
13:46:02 [2021-05-06T13:46:02.374Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-08a798fd8d6b8310e) in /home/ubuntu/workspace/moby_PR-42098
[Pipeline] {
[Pipeline] checkout
13:46:02 [2021-05-06T13:46:02.466Z] The recommended git tool is: git
13:46:03 [2021-05-06T13:46:03.089Z] using credential docker-jenkins-github-credentials
13:46:03 [2021-05-06T13:46:03.097Z] Cloning the remote Git repository
13:46:03 [2021-05-06T13:46:03.097Z] Cloning with configured refspecs honoured and without tags
13:46:03 [2021-05-06T13:46:03.119Z] Cloning repository https://github.com/moby/moby.git
13:46:03 [2021-05-06T13:46:03.174Z]  > git init /home/ubuntu/workspace/moby_PR-42098 # timeout=10
13:46:03 [2021-05-06T13:46:03.596Z] #56 1.893 + RM_GOPATH=0
13:46:03 [2021-05-06T13:46:03.596Z] #56 1.893 + TMP_GOPATH=
13:46:03 [2021-05-06T13:46:03.596Z] #56 1.893 + : /build
13:46:03 [2021-05-06T13:46:03.596Z] #56 1.893 + '[' -z '' ']'
13:46:03 [2021-05-06T13:46:03.596Z] #56 1.893 ++ mktemp -d
13:46:03 [2021-05-06T13:46:03.596Z] #56 1.896 + export GOPATH=/tmp/tmp.NlE2HWi0r6
13:46:03 [2021-05-06T13:46:03.596Z] #56 1.896 + GOPATH=/tmp/tmp.NlE2HWi0r6
13:46:03 [2021-05-06T13:46:03.596Z] #56 1.898 + RM_GOPATH=1
13:46:03 [2021-05-06T13:46:03.596Z] #56 1.898 + case "$(go env GOARCH)" in
13:46:03 [2021-05-06T13:46:03.596Z] #56 1.911 ++ go env GOARCH
13:46:03 [2021-05-06T13:46:03.596Z] #56 1.949 + export GO_BUILDMODE=-buildmode=pie
13:46:03 [2021-05-06T13:46:03.596Z] #56 1.949 + GO_BUILDMODE=-buildmode=pie
13:46:03 [2021-05-06T13:46:03.596Z] #56 1.949 ++ dirname /tmp/install/install.sh
13:46:03 [2021-05-06T13:46:03.596Z] #56 1.949 + dir=/tmp/install
13:46:03 [2021-05-06T13:46:03.596Z] #56 1.949 + bin=containerd
13:46:03 [2021-05-06T13:46:03.596Z] #56 1.949 + shift
13:46:03 [2021-05-06T13:46:03.596Z] #56 1.949 + '[' '!' -f /tmp/install/containerd.installer ']'
13:46:03 [2021-05-06T13:46:03.596Z] #56 1.949 + . /tmp/install/containerd.installer
13:46:03 [2021-05-06T13:46:03.596Z] #56 1.949 ++ set -e
13:46:03 [2021-05-06T13:46:03.596Z] #56 1.949 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:46:03 [2021-05-06T13:46:03.596Z] #56 1.949 + install_containerd
13:46:03 [2021-05-06T13:46:03.596Z] #56 1.954 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e'
13:46:03 [2021-05-06T13:46:03.596Z] #56 1.956 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:46:03 [2021-05-06T13:46:03.596Z] #56 1.957 + git clone https://github.com/containerd/containerd.git /tmp/tmp.NlE2HWi0r6/src/github.com/containerd/containerd
13:46:03 [2021-05-06T13:46:03.596Z] #56 1.971 Cloning into '/tmp/tmp.NlE2HWi0r6/src/github.com/containerd/containerd'...
13:46:04 [2021-05-06T13:46:04.361Z] using credential docker-jenkins-github-credentials
13:46:04 [2021-05-06T13:46:04.367Z] Cloning the remote Git repository
13:46:04 [2021-05-06T13:46:04.367Z] Cloning with configured refspecs honoured and without tags
13:46:03 [2021-05-06T13:46:03.417Z] Fetching upstream changes from https://github.com/moby/moby.git
13:46:03 [2021-05-06T13:46:03.417Z]  > git --version # timeout=10
13:46:03 [2021-05-06T13:46:03.443Z]  > git --version # 'git version 2.17.1'
13:46:03 [2021-05-06T13:46:03.444Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:46:03 [2021-05-06T13:46:03.445Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42098/head:refs/remotes/origin/PR-42098 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:46:04 [2021-05-06T13:46:04.220Z] Cloning repository https://github.com/moby/moby.git
13:46:04 [2021-05-06T13:46:04.270Z]  > git init /home/ubuntu/workspace/moby_PR-42098 # timeout=10
13:46:04 [2021-05-06T13:46:04.536Z] Fetching upstream changes from https://github.com/moby/moby.git
13:46:04 [2021-05-06T13:46:04.536Z]  > git --version # timeout=10
13:46:04 [2021-05-06T13:46:04.587Z]  > git --version # 'git version 2.25.1'
13:46:04 [2021-05-06T13:46:04.587Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:46:04 [2021-05-06T13:46:04.589Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42098/head:refs/remotes/origin/PR-42098 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:46:06 [2021-05-06T13:46:06.888Z] #56 ...
13:46:06 [2021-05-06T13:46:06.888Z] 
13:46:06 [2021-05-06T13:46:06.888Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:46:06 [2021-05-06T13:46:06.888Z] #49 sha256:8aec7c16e0a2e66a06cb545d80f4398adfae42be5afc213384ca56c0dbb1b43b
13:46:06 [2021-05-06T13:46:06.888Z] #49 36.06 go: extracting golang.org/x/text v0.3.2
13:46:06 [2021-05-06T13:46:06.888Z] #49 40.60 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:46:06 [2021-05-06T13:46:06.888Z] #49 40.60 go: finding github.com/fatih/color v1.7.0
13:46:06 [2021-05-06T13:46:06.888Z] #49 40.64 go: finding github.com/mattn/go-colorable v0.1.4
13:46:06 [2021-05-06T13:46:06.888Z] #49 40.65 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:46:06 [2021-05-06T13:46:06.888Z] #49 40.68 go: finding github.com/go-critic/go-critic v0.4.1
13:46:06 [2021-05-06T13:46:06.888Z] #49 40.70 go: finding github.com/go-lintpack/lintpack v0.5.2
13:46:06 [2021-05-06T13:46:06.888Z] #49 40.70 go: finding github.com/mattn/go-isatty v0.0.8
13:46:06 [2021-05-06T13:46:06.888Z] #49 40.70 go: finding github.com/pkg/errors v0.8.1
13:46:06 [2021-05-06T13:46:06.888Z] #49 40.71 go: finding github.com/go-toolsmith/astfmt v1.0.0
13:46:06 [2021-05-06T13:46:06.888Z] #49 40.74 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:46:06 [2021-05-06T13:46:06.888Z] #49 40.78 go: finding github.com/go-toolsmith/astequal v1.0.0
13:46:06 [2021-05-06T13:46:06.888Z] #49 40.78 go: finding github.com/mitchellh/go-homedir v1.1.0
13:46:06 [2021-05-06T13:46:06.888Z] #49 40.93 go: finding github.com/go-toolsmith/astp v1.0.0
13:46:06 [2021-05-06T13:46:06.888Z] #49 40.95 go: finding github.com/spf13/viper v1.6.1
13:46:06 [2021-05-06T13:46:06.888Z] #49 40.96 go: finding github.com/go-toolsmith/astcast v1.0.0
13:46:06 [2021-05-06T13:46:06.888Z] #49 41.03 go: finding github.com/sirupsen/logrus v1.4.2
13:46:06 [2021-05-06T13:46:06.888Z] #49 41.03 go: finding github.com/go-toolsmith/typep v1.0.0
13:46:06 [2021-05-06T13:46:06.888Z] #49 41.10 go: finding github.com/stretchr/testify v1.4.0
13:46:06 [2021-05-06T13:46:06.888Z] #49 41.10 go: finding github.com/go-toolsmith/astcopy v1.0.0
13:46:06 [2021-05-06T13:46:06.888Z] #49 41.22 go: finding github.com/davecgh/go-spew v1.1.1
13:46:06 [2021-05-06T13:46:06.888Z] #49 41.28 go: finding github.com/go-toolsmith/strparse v1.0.0
13:46:06 [2021-05-06T13:46:06.888Z] #49 41.30 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
13:46:06 [2021-05-06T13:46:06.888Z] #49 41.35 go: finding github.com/bombsimon/wsl/v2 v2.0.0
13:46:06 [2021-05-06T13:46:06.888Z] #49 41.40 go: finding github.com/pmezard/go-difflib v1.0.0
13:46:06 [2021-05-06T13:46:06.888Z] #49 41.50 go: finding github.com/stretchr/objx v0.2.0
13:46:06 [2021-05-06T13:46:06.888Z] #49 41.61 go: finding github.com/fsnotify/fsnotify v1.4.7
13:46:06 [2021-05-06T13:46:06.888Z] #49 41.61 go: finding github.com/spf13/cobra v0.0.5
13:46:06 [2021-05-06T13:46:06.888Z] #49 41.62 go: finding github.com/gobwas/glob v0.2.3
13:46:06 [2021-05-06T13:46:06.888Z] #49 41.62 go: finding github.com/hashicorp/hcl v1.0.0
13:46:06 [2021-05-06T13:46:06.888Z] #49 41.66 go: finding github.com/spf13/pflag v1.0.5
13:46:06 [2021-05-06T13:46:06.888Z] #49 41.66 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:46:06 [2021-05-06T13:46:06.888Z] #49 41.69 go: finding gopkg.in/yaml.v2 v2.2.7
13:46:06 [2021-05-06T13:46:06.888Z] #49 41.72 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:46:06 [2021-05-06T13:46:06.888Z] #49 41.78 go: finding github.com/magiconair/properties v1.8.1
13:46:06 [2021-05-06T13:46:06.888Z] #49 41.85 go: finding github.com/mitchellh/mapstructure v1.1.2
13:46:06 [2021-05-06T13:46:06.888Z] #49 41.94 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:46:06 [2021-05-06T13:46:06.888Z] #49 42.00 go: finding github.com/pelletier/go-toml v1.2.0
13:46:06 [2021-05-06T13:46:06.888Z] #49 42.13 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:46:06 [2021-05-06T13:46:06.888Z] #49 42.15 go: finding github.com/spf13/afero v1.1.2
13:46:06 [2021-05-06T13:46:06.888Z] #49 42.15 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:46:06 [2021-05-06T13:46:06.888Z] #49 42.18 go: finding github.com/spf13/cast v1.3.0
13:46:06 [2021-05-06T13:46:06.888Z] #49 42.24 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:46:06 [2021-05-06T13:46:06.888Z] #49 42.24 go: finding github.com/spf13/jwalterweatherman v1.0.0
13:46:06 [2021-05-06T13:46:06.888Z] #49 42.29 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:46:06 [2021-05-06T13:46:06.888Z] #49 42.32 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:46:06 [2021-05-06T13:46:06.888Z] #49 42.39 go: finding github.com/subosito/gotenv v1.2.0
13:46:06 [2021-05-06T13:46:06.888Z] #49 42.42 go: finding gopkg.in/ini.v1 v1.51.0
13:46:06 [2021-05-06T13:46:06.888Z] #49 42.48 go: finding golang.org/x/text v0.3.2
13:46:06 [2021-05-06T13:46:06.888Z] #49 42.64 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:46:06 [2021-05-06T13:46:06.888Z] #49 42.70 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:46:06 [2021-05-06T13:46:06.888Z] #49 42.82 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:46:06 [2021-05-06T13:46:06.888Z] #49 42.87 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:46:06 [2021-05-06T13:46:06.888Z] #49 42.90 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:46:06 [2021-05-06T13:46:06.888Z] #49 42.90 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:46:06 [2021-05-06T13:46:06.888Z] #49 42.98 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:46:06 [2021-05-06T13:46:06.888Z] #49 42.99 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:46:06 [2021-05-06T13:46:06.888Z] #49 42.99 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:46:06 [2021-05-06T13:46:06.888Z] #49 43.00 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:46:06 [2021-05-06T13:46:06.888Z] #49 43.01 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:46:06 [2021-05-06T13:46:06.888Z] #49 43.02 go: finding github.com/kisielk/gotool v1.0.0
13:46:06 [2021-05-06T13:46:06.888Z] #49 43.03 go: finding github.com/sourcegraph/go-diff v0.5.1
13:46:06 [2021-05-06T13:46:06.888Z] #49 43.06 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:46:06 [2021-05-06T13:46:06.888Z] #49 43.08 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:46:06 [2021-05-06T13:46:06.888Z] #49 43.09 go: finding github.com/tommy-muehle/go-mnd v1.1.1
13:46:06 [2021-05-06T13:46:06.888Z] #49 43.12 go: finding github.com/ultraware/funlen v0.0.2
13:46:06 [2021-05-06T13:46:06.888Z] #49 43.15 go: finding github.com/ultraware/whitespace v0.0.4
13:46:06 [2021-05-06T13:46:06.888Z] #49 43.17 go: finding github.com/uudashr/gocognit v1.0.1
13:46:06 [2021-05-06T13:46:06.888Z] #49 43.25 go: finding github.com/gogo/protobuf v1.2.1
13:46:06 [2021-05-06T13:46:06.888Z] #49 43.25 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:46:06 [2021-05-06T13:46:06.888Z] #49 43.44 go: finding honnef.co/go/tools v0.0.1-2019.2.3
13:46:06 [2021-05-06T13:46:06.888Z] #49 43.49 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:46:06 [2021-05-06T13:46:06.888Z] #49 43.49 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:46:06 [2021-05-06T13:46:06.888Z] #49 43.53 go: finding github.com/BurntSushi/toml v0.3.1
13:46:06 [2021-05-06T13:46:06.888Z] #49 43.55 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:46:06 [2021-05-06T13:46:06.888Z] #49 ...
13:46:06 [2021-05-06T13:46:06.888Z] 
13:46:06 [2021-05-06T13:46:06.888Z] #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
13:46:06 [2021-05-06T13:46:06.888Z] #51 sha256:195c61246dc271f9b14d63f15569e31729f571e684f6308715f55a59842897db
13:46:06 [2021-05-06T13:46:06.888Z] #51 46.07 internal/oserror
13:46:06 [2021-05-06T13:46:06.888Z] #51 46.10 bytes
13:46:06 [2021-05-06T13:46:06.888Z] #51 46.17 syscall
13:46:08 [2021-05-06T13:46:08.267Z] #51 ...
13:46:08 [2021-05-06T13:46:08.267Z] 
13:46:08 [2021-05-06T13:46:08.267Z] #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
13:46:08 [2021-05-06T13:46:08.267Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:46:08 [2021-05-06T13:46:08.267Z] #42 36.06 Building dependency tree...
13:46:08 [2021-05-06T13:46:08.267Z] #42 38.84 The following additional packages will be installed:
13:46:08 [2021-05-06T13:46:08.267Z] #42 38.87   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
13:46:08 [2021-05-06T13:46:08.267Z] #42 38.87   libprotoc17 python-pkg-resources python-six zlib1g-dev
13:46:08 [2021-05-06T13:46:08.267Z] #42 38.88 Suggested packages:
13:46:08 [2021-05-06T13:46:08.267Z] #42 38.89   manpages-dev python-setuptools
13:46:08 [2021-05-06T13:46:08.267Z] #42 40.16 The following NEW packages will be installed:
13:46:08 [2021-05-06T13:46:08.267Z] #42 40.17   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
13:46:08 [2021-05-06T13:46:08.267Z] #42 40.17   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
13:46:08 [2021-05-06T13:46:08.267Z] #42 40.18   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
13:46:08 [2021-05-06T13:46:08.267Z] #42 40.18   python-six zlib1g-dev
13:46:08 [2021-05-06T13:46:08.267Z] #42 40.57 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded.
13:46:08 [2021-05-06T13:46:08.267Z] #42 40.57 Need to get 4095 kB of archives.
13:46:08 [2021-05-06T13:46:08.267Z] #42 40.57 After this operation, 22.5 MB of additional disk space will be used.
13:46:08 [2021-05-06T13:46:08.267Z] #42 40.57 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
13:46:08 [2021-05-06T13:46:08.267Z] #42 40.59 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
13:46:08 [2021-05-06T13:46:08.267Z] #42 40.59 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
13:46:08 [2021-05-06T13:46:08.267Z] #42 40.60 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
13:46:08 [2021-05-06T13:46:08.267Z] #42 40.62 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
13:46:08 [2021-05-06T13:46:08.267Z] #42 40.63 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
13:46:08 [2021-05-06T13:46:08.267Z] #42 40.63 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
13:46:08 [2021-05-06T13:46:08.268Z] #42 40.63 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
13:46:08 [2021-05-06T13:46:08.268Z] #42 40.64 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
13:46:08 [2021-05-06T13:46:08.268Z] #42 40.71 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
13:46:08 [2021-05-06T13:46:08.268Z] #42 40.74 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
13:46:08 [2021-05-06T13:46:08.268Z] #42 40.93 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
13:46:08 [2021-05-06T13:46:08.268Z] #42 41.01 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
13:46:08 [2021-05-06T13:46:08.268Z] #42 41.03 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
13:46:08 [2021-05-06T13:46:08.268Z] #42 41.03 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
13:46:08 [2021-05-06T13:46:08.268Z] #42 41.04 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
13:46:08 [2021-05-06T13:46:08.268Z] #42 41.04 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
13:46:08 [2021-05-06T13:46:08.268Z] #42 42.58 debconf: delaying package configuration, since apt-utils is not installed
13:46:08 [2021-05-06T13:46:08.268Z] #42 42.83 Fetched 4095 kB in 1s (5153 kB/s)
13:46:08 [2021-05-06T13:46:08.268Z] #42 43.01 Selecting previously unselected package libcap-dev:amd64.
13:46:08 [2021-05-06T13:46:08.268Z] #42 43.01 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:46:08 [2021-05-06T13:46:08.268Z] #42 43.10 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 43.11 Unpacking libcap-dev:amd64 (1:2.25-2) ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 43.23 Selecting previously unselected package libnet1:amd64.
13:46:08 [2021-05-06T13:46:08.268Z] #42 43.25 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 43.26 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 43.41 Selecting previously unselected package libnet1-dev.
13:46:08 [2021-05-06T13:46:08.268Z] #42 43.41 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 43.41 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 43.62 Selecting previously unselected package libnl-3-200:amd64.
13:46:08 [2021-05-06T13:46:08.268Z] #42 43.64 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 43.64 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 43.73 Selecting previously unselected package libnl-3-dev:amd64.
13:46:08 [2021-05-06T13:46:08.268Z] #42 43.75 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 43.76 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 43.96 Selecting previously unselected package libprotobuf-c1:amd64.
13:46:08 [2021-05-06T13:46:08.268Z] #42 43.98 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 43.98 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 44.06 Selecting previously unselected package libprotobuf-c-dev:amd64.
13:46:08 [2021-05-06T13:46:08.268Z] #42 44.07 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 44.09 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 44.24 Selecting previously unselected package zlib1g-dev:amd64.
13:46:08 [2021-05-06T13:46:08.268Z] #42 44.24 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 44.26 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 44.47 Selecting previously unselected package libprotobuf17:amd64.
13:46:08 [2021-05-06T13:46:08.268Z] #42 44.48 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 44.51 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 45.27 Selecting previously unselected package libprotobuf-lite17:amd64.
13:46:08 [2021-05-06T13:46:08.268Z] #42 45.27 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 45.28 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 45.46 Selecting previously unselected package libprotobuf-dev:amd64.
13:46:08 [2021-05-06T13:46:08.268Z] #42 45.50 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 45.50 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 46.61 Selecting previously unselected package libprotoc17:amd64.
13:46:08 [2021-05-06T13:46:08.268Z] #42 46.62 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 46.63 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 47.26 Selecting previously unselected package protobuf-c-compiler.
13:46:08 [2021-05-06T13:46:08.268Z] #42 47.28 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 47.29 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 47.41 Selecting previously unselected package protobuf-compiler.
13:46:08 [2021-05-06T13:46:08.268Z] #42 47.42 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 47.44 Unpacking protobuf-compiler (3.6.1.3-2) ...
13:46:08 [2021-05-06T13:46:08.268Z] #42 ...
13:46:08 [2021-05-06T13:46:08.268Z] 
13:46:08 [2021-05-06T13:46:08.268Z] #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
13:46:08 [2021-05-06T13:46:08.268Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
13:46:08 [2021-05-06T13:46:08.268Z] #32 46.12 Checking out files:  87% (1334/1521)   
Checking out files:  88% (1339/1521)   
Checking out files:  89% (1354/1521)   
Checking out files:  90% (1369/1521)   
Checking out files:  91% (1385/1521)   
Checking out files:  92% (1400/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
13:46:08 [2021-05-06T13:46:08.268Z] #32 46.70 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
13:46:08 [2021-05-06T13:46:08.268Z] #32 47.07 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:46:09 [2021-05-06T13:46:09.210Z] #32 ...
13:46:09 [2021-05-06T13:46:09.210Z] 
13:46:09 [2021-05-06T13:46:09.210Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:46:09 [2021-05-06T13:46:09.210Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:46:09 [2021-05-06T13:46:09.210Z] #13 29.40 Reading package lists...
13:46:09 [2021-05-06T13:46:09.210Z] #13 35.28 Building dependency tree...
13:46:09 [2021-05-06T13:46:09.210Z] #13 38.99 The following additional packages will be installed:
13:46:09 [2021-05-06T13:46:09.210Z] #13 39.00   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
13:46:09 [2021-05-06T13:46:09.210Z] #13 39.00   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
13:46:09 [2021-05-06T13:46:09.210Z] #13 39.00   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
13:46:09 [2021-05-06T13:46:09.210Z] #13 39.03   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
13:46:09 [2021-05-06T13:46:09.210Z] #13 39.03   mingw-w64-common mingw-w64-x86-64-dev
13:46:09 [2021-05-06T13:46:09.210Z] #13 39.05 Suggested packages:
13:46:09 [2021-05-06T13:46:09.210Z] #13 39.05   gcc-8-locales seccomp wine64
13:46:09 [2021-05-06T13:46:09.210Z] #13 40.69 The following NEW packages will be installed:
13:46:09 [2021-05-06T13:46:09.210Z] #13 40.70   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:46:09 [2021-05-06T13:46:09.210Z] #13 40.71   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
13:46:09 [2021-05-06T13:46:09.210Z] #13 40.71   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
13:46:09 [2021-05-06T13:46:09.210Z] #13 40.71   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
13:46:09 [2021-05-06T13:46:09.210Z] #13 40.71   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
13:46:09 [2021-05-06T13:46:09.210Z] #13 40.72   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
13:46:09 [2021-05-06T13:46:09.210Z] #13 40.74 The following packages will be upgraded:
13:46:09 [2021-05-06T13:46:09.210Z] #13 40.75   libseccomp2 libsystemd0 libudev1
13:46:09 [2021-05-06T13:46:09.210Z] #13 41.17 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded.
13:46:09 [2021-05-06T13:46:09.210Z] #13 41.17 Need to get 78.2 MB of archives.
13:46:09 [2021-05-06T13:46:09.210Z] #13 41.17 After this operation, 487 MB of additional disk space will be used.
13:46:09 [2021-05-06T13:46:09.210Z] #13 41.17 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
13:46:09 [2021-05-06T13:46:09.210Z] #13 41.17 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
13:46:09 [2021-05-06T13:46:09.210Z] #13 41.18 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB]
13:46:09 [2021-05-06T13:46:09.210Z] #13 41.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB]
13:46:09 [2021-05-06T13:46:09.210Z] #13 41.21 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
13:46:09 [2021-05-06T13:46:09.210Z] #13 41.42 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
13:46:09 [2021-05-06T13:46:09.210Z] #13 41.66 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
13:46:09 [2021-05-06T13:46:09.210Z] #13 41.68 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
13:46:09 [2021-05-06T13:46:09.210Z] #13 41.68 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
13:46:09 [2021-05-06T13:46:09.210Z] #13 41.70 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
13:46:09 [2021-05-06T13:46:09.210Z] #13 42.11 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
13:46:09 [2021-05-06T13:46:09.210Z] #13 42.35 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
13:46:09 [2021-05-06T13:46:09.210Z] #13 42.36 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB]
13:46:09 [2021-05-06T13:46:09.210Z] #13 ...
13:46:09 [2021-05-06T13:46:09.210Z] 
13:46:09 [2021-05-06T13:46:09.210Z] #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
13:46:09 [2021-05-06T13:46:09.210Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:46:09 [2021-05-06T13:46:09.210Z] #42 47.61 Selecting previously unselected package python-pkg-resources.
13:46:09 [2021-05-06T13:46:09.210Z] #42 47.61 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
13:46:09 [2021-05-06T13:46:09.210Z] #42 47.63 Unpacking python-pkg-resources (40.8.0-1) ...
13:46:09 [2021-05-06T13:46:09.210Z] #42 47.91 Selecting previously unselected package python-six.
13:46:09 [2021-05-06T13:46:09.210Z] #42 47.92 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
13:46:09 [2021-05-06T13:46:09.210Z] #42 47.92 Unpacking python-six (1.12.0-1) ...
13:46:09 [2021-05-06T13:46:09.210Z] #42 48.00 Selecting previously unselected package python-protobuf.
13:46:09 [2021-05-06T13:46:09.210Z] #42 48.01 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
13:46:09 [2021-05-06T13:46:09.210Z] #42 48.01 Unpacking python-protobuf (3.6.1.3-2) ...
13:46:09 [2021-05-06T13:46:09.469Z] #42 48.56 Setting up python-pkg-resources (40.8.0-1) ...
13:46:10 [2021-05-06T13:46:10.849Z] #42 ...
13:46:10 [2021-05-06T13:46:10.849Z] 
13:46:10 [2021-05-06T13:46:10.849Z] #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
13:46:10 [2021-05-06T13:46:10.849Z] #45 sha256:c7a5d16dbc797fa74951efb44cde31e77e2822200ef56c73985f44b53bdf7604
13:46:10 [2021-05-06T13:46:10.849Z] #45 40.09 sync
13:46:10 [2021-05-06T13:46:10.849Z] #45 40.09 internal/reflectlite
13:46:10 [2021-05-06T13:46:10.849Z] #45 42.06 github.com/LK4D4/vndr/godl/singleflight
13:46:10 [2021-05-06T13:46:10.849Z] #45 42.64 math/rand
13:46:10 [2021-05-06T13:46:10.849Z] #45 43.60 internal/singleflight
13:46:10 [2021-05-06T13:46:10.849Z] #45 43.95 sort
13:46:10 [2021-05-06T13:46:10.849Z] #45 43.95 errors
13:46:10 [2021-05-06T13:46:10.849Z] #45 44.29 io
13:46:10 [2021-05-06T13:46:10.849Z] #45 44.77 strconv
13:46:10 [2021-05-06T13:46:10.849Z] #45 45.61 bytes
13:46:10 [2021-05-06T13:46:10.849Z] #45 47.52 bufio
13:46:10 [2021-05-06T13:46:10.849Z] #45 47.77 reflect
13:46:10 [2021-05-06T13:46:10.849Z] #45 49.20 syscall
13:46:11 [2021-05-06T13:46:11.109Z] #45 ...
13:46:11 [2021-05-06T13:46:11.109Z] 
13:46:11 [2021-05-06T13:46:11.109Z] #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
13:46:11 [2021-05-06T13:46:11.109Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:46:11 [2021-05-06T13:46:11.109Z] #36 41.03 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded.
13:46:11 [2021-05-06T13:46:11.109Z] #36 41.03 Need to get 14.9 MB of archives.
13:46:11 [2021-05-06T13:46:11.109Z] #36 41.03 After this operation, 61.8 MB of additional disk space will be used.
13:46:11 [2021-05-06T13:46:11.109Z] #36 41.03 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
13:46:11 [2021-05-06T13:46:11.109Z] #36 41.05 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
13:46:11 [2021-05-06T13:46:11.109Z] #36 41.05 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
13:46:11 [2021-05-06T13:46:11.109Z] #36 41.24 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
13:46:11 [2021-05-06T13:46:11.109Z] #36 42.09 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
13:46:11 [2021-05-06T13:46:11.109Z] #36 42.14 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
13:46:11 [2021-05-06T13:46:11.109Z] #36 42.18 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
13:46:11 [2021-05-06T13:46:11.109Z] #36 42.19 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
13:46:11 [2021-05-06T13:46:11.109Z] #36 42.21 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
13:46:11 [2021-05-06T13:46:11.109Z] #36 42.22 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
13:46:11 [2021-05-06T13:46:11.109Z] #36 43.53 debconf: delaying package configuration, since apt-utils is not installed
13:46:11 [2021-05-06T13:46:11.109Z] #36 43.68 Fetched 14.9 MB in 2s (7770 kB/s)
13:46:11 [2021-05-06T13:46:11.109Z] #36 43.73 Selecting previously unselected package xxd.
13:46:11 [2021-05-06T13:46:11.109Z] #36 43.73 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
13:46:11 [2021-05-06T13:46:11.109Z] #36 43.80 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
13:46:11 [2021-05-06T13:46:11.109Z] #36 43.81 Unpacking xxd (2:8.1.0875-5) ...
13:46:11 [2021-05-06T13:46:11.109Z] #36 44.02 Selecting previously unselected package vim-common.
13:46:11 [2021-05-06T13:46:11.109Z] #36 44.02 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
13:46:11 [2021-05-06T13:46:11.109Z] #36 44.07 Unpacking vim-common (2:8.1.0875-5) ...
13:46:11 [2021-05-06T13:46:11.109Z] #36 44.40 Selecting previously unselected package cmake-data.
13:46:11 [2021-05-06T13:46:11.109Z] #36 44.40 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
13:46:11 [2021-05-06T13:46:11.109Z] #36 44.41 Unpacking cmake-data (3.13.4-1) ...
13:46:11 [2021-05-06T13:46:11.109Z] #36 47.19 Selecting previously unselected package libicu63:amd64.
13:46:11 [2021-05-06T13:46:11.109Z] #36 47.20 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
13:46:11 [2021-05-06T13:46:11.109Z] #36 47.21 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
13:46:11 [2021-05-06T13:46:11.679Z] #36 ...
13:46:11 [2021-05-06T13:46:11.679Z] 
13:46:11 [2021-05-06T13:46:11.679Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:46:11 [2021-05-06T13:46:11.679Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:46:11 [2021-05-06T13:46:11.679Z] #13 45.48 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB]
13:46:11 [2021-05-06T13:46:11.679Z] #13 47.58 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
13:46:11 [2021-05-06T13:46:11.679Z] #13 47.58 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
13:46:11 [2021-05-06T13:46:11.679Z] #13 47.58 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
13:46:11 [2021-05-06T13:46:11.679Z] #13 47.59 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
13:46:11 [2021-05-06T13:46:11.679Z] #13 47.60 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
13:46:11 [2021-05-06T13:46:11.679Z] #13 47.60 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
13:46:11 [2021-05-06T13:46:11.679Z] #13 47.61 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
13:46:11 [2021-05-06T13:46:11.679Z] #13 47.62 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
13:46:11 [2021-05-06T13:46:11.679Z] #13 47.64 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
13:46:11 [2021-05-06T13:46:11.679Z] #13 47.66 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
13:46:11 [2021-05-06T13:46:11.679Z] #13 47.67 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
13:46:11 [2021-05-06T13:46:11.679Z] #13 47.71 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
13:46:11 [2021-05-06T13:46:11.939Z] #13 47.73 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
13:46:11 [2021-05-06T13:46:11.939Z] #13 47.73 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
13:46:12 [2021-05-06T13:46:12.877Z] #13 48.83 debconf: delaying package configuration, since apt-utils is not installed
13:46:13 [2021-05-06T13:46:13.136Z] #13 48.98 Fetched 78.2 MB in 7s (11.4 MB/s)
13:46:13 [2021-05-06T13:46:13.136Z] #13 49.08 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:46:13 [2021-05-06T13:46:13.136Z] #13 49.15 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ...
13:46:13 [2021-05-06T13:46:13.396Z] #13 49.17 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
13:46:13 [2021-05-06T13:46:13.655Z] #13 49.56 Setting up libsystemd0:amd64 (241-7~deb10u7) ...
13:46:13 [2021-05-06T13:46:13.915Z] #13 49.72 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:46:13 [2021-05-06T13:46:13.915Z] #13 49.78 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
13:46:13 [2021-05-06T13:46:13.915Z] #13 49.81 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
13:46:14 [2021-05-06T13:46:14.175Z] #13 50.01 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
13:46:14 [2021-05-06T13:46:14.434Z] #13 50.14 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:46:14 [2021-05-06T13:46:14.434Z] #13 50.19 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ...
13:46:14 [2021-05-06T13:46:14.434Z] #13 50.21 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
13:46:14 [2021-05-06T13:46:14.694Z] #13 50.42 Setting up libudev1:amd64 (241-7~deb10u7) ...
13:46:14 [2021-05-06T13:46:14.694Z] #13 50.61 Selecting previously unselected package binutils-mingw-w64-i686.
13:46:14 [2021-05-06T13:46:14.954Z] #13 50.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.)
13:46:14 [2021-05-06T13:46:14.954Z] #13 50.67 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
13:46:14 [2021-05-06T13:46:14.954Z] #13 50.68 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
13:46:15 [2021-05-06T13:46:15.892Z] #13 ...
13:46:15 [2021-05-06T13:46:15.892Z] 
13:46:15 [2021-05-06T13:46:15.892Z] #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
13:46:15 [2021-05-06T13:46:15.892Z] #47 sha256:e45fba4ffb8b07a54b42bc7d21a8fa4f55815e04c8ffa22ae4736e2c7f19271a
13:46:15 [2021-05-06T13:46:15.892Z] #47 DONE 54.9s
13:46:15 [2021-05-06T13:46:15.892Z] 
13:46:15 [2021-05-06T13:46:15.892Z] #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
13:46:15 [2021-05-06T13:46:15.892Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:46:15 [2021-05-06T13:46:15.892Z] #36 53.83 Selecting previously unselected package libxml2:amd64.
13:46:15 [2021-05-06T13:46:15.892Z] #36 53.83 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
13:46:15 [2021-05-06T13:46:15.892Z] #36 53.84 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
13:46:15 [2021-05-06T13:46:15.892Z] #36 54.80 Selecting previously unselected package libarchive13:amd64.
13:46:15 [2021-05-06T13:46:15.892Z] #36 54.81 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
13:46:15 [2021-05-06T13:46:15.892Z] #36 54.82 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
13:46:16 [2021-05-06T13:46:16.169Z] #36 55.29 Selecting previously unselected package libjsoncpp1:amd64.
13:46:16 [2021-05-06T13:46:16.169Z] #36 55.30 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
13:46:16 [2021-05-06T13:46:16.169Z] #36 55.31 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
13:46:16 [2021-05-06T13:46:16.435Z] #36 55.60 Selecting previously unselected package librhash0:amd64.
13:46:16 [2021-05-06T13:46:16.435Z] #36 55.61 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
13:46:16 [2021-05-06T13:46:16.435Z] #36 55.61 Unpacking librhash0:amd64 (1.3.8-1) ...
13:46:16 [2021-05-06T13:46:16.693Z] #36 55.91 Selecting previously unselected package libuv1:amd64.
13:46:16 [2021-05-06T13:46:16.693Z] #36 55.91 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
13:46:16 [2021-05-06T13:46:16.693Z] #36 55.91 Unpacking libuv1:amd64 (1.24.1-1) ...
13:46:16 [2021-05-06T13:46:16.952Z] #36 56.23 Selecting previously unselected package cmake.
13:46:16 [2021-05-06T13:46:16.952Z] #36 56.23 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
13:46:16 [2021-05-06T13:46:16.952Z] #36 56.24 Unpacking cmake (3.13.4-1) ...
13:46:18 [2021-05-06T13:46:18.856Z] #36 ...
13:46:18 [2021-05-06T13:46:18.856Z] 
13:46:18 [2021-05-06T13:46:18.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
13:46:18 [2021-05-06T13:46:18.856Z] #51 sha256:195c61246dc271f9b14d63f15569e31729f571e684f6308715f55a59842897db
13:46:18 [2021-05-06T13:46:18.856Z] #51 48.07 reflect
13:46:18 [2021-05-06T13:46:18.856Z] #51 53.77 time
13:46:19 [2021-05-06T13:46:19.115Z] #51 ...
13:46:19 [2021-05-06T13:46:19.115Z] 
13:46:19 [2021-05-06T13:46:19.115Z] #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
13:46:19 [2021-05-06T13:46:19.115Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:46:19 [2021-05-06T13:46:19.115Z] #42 52.61 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
13:46:19 [2021-05-06T13:46:19.115Z] #42 52.62 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:46:19 [2021-05-06T13:46:19.115Z] #42 52.64 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:46:19 [2021-05-06T13:46:19.115Z] #42 52.67 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
13:46:19 [2021-05-06T13:46:19.115Z] #42 52.69 Setting up python-six (1.12.0-1) ...
13:46:19 [2021-05-06T13:46:19.115Z] #42 56.51 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
13:46:19 [2021-05-06T13:46:19.115Z] #42 56.52 Setting up libnl-3-200:amd64 (3.4.0-1) ...
13:46:19 [2021-05-06T13:46:19.115Z] #42 56.54 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
13:46:19 [2021-05-06T13:46:19.115Z] #42 56.56 Setting up libcap-dev:amd64 (1:2.25-2) ...
13:46:19 [2021-05-06T13:46:19.115Z] #42 56.57 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
13:46:19 [2021-05-06T13:46:19.115Z] #42 56.58 Setting up protobuf-compiler (3.6.1.3-2) ...
13:46:19 [2021-05-06T13:46:19.115Z] #42 56.60 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
13:46:19 [2021-05-06T13:46:19.115Z] #42 56.63 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
13:46:19 [2021-05-06T13:46:19.115Z] #42 56.64 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
13:46:19 [2021-05-06T13:46:19.115Z] #42 56.66 Setting up python-protobuf (3.6.1.3-2) ...
13:46:19 [2021-05-06T13:46:19.286Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0b7147f54f77f4b4b) in /home/ubuntu/workspace/moby_PR-42098
[Pipeline] {
[Pipeline] checkout
13:46:20 [2021-05-06T13:46:20.027Z] The recommended git tool is: git
13:46:20 [2021-05-06T13:46:20.061Z] #42 ...
13:46:20 [2021-05-06T13:46:20.061Z] 
13:46:20 [2021-05-06T13:46:20.061Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:46:20 [2021-05-06T13:46:20.061Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:46:20 [2021-05-06T13:46:20.061Z] #36 59.09 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
13:46:20 [2021-05-06T13:46:20.061Z] #36 59.11 Setting up xxd (2:8.1.0875-5) ...
13:46:20 [2021-05-06T13:46:20.061Z] #36 59.12 Setting up libuv1:amd64 (1.24.1-1) ...
13:46:20 [2021-05-06T13:46:20.061Z] #36 59.15 Setting up vim-common (2:8.1.0875-5) ...
13:46:20 [2021-05-06T13:46:20.061Z] #36 59.20 Setting up librhash0:amd64 (1.3.8-1) ...
13:46:20 [2021-05-06T13:46:20.061Z] #36 59.22 Setting up cmake-data (3.13.4-1) ...
13:46:20 [2021-05-06T13:46:20.061Z] #36 59.24 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
13:46:20 [2021-05-06T13:46:20.061Z] #36 59.26 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
13:46:20 [2021-05-06T13:46:20.061Z] #36 59.27 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
13:46:20 [2021-05-06T13:46:20.061Z] #36 59.28 Setting up cmake (3.13.4-1) ...
13:46:20 [2021-05-06T13:46:20.061Z] #36 59.30 Processing triggers for libc-bin (2.28-10) ...
13:46:20 [2021-05-06T13:46:20.320Z] #36 59.39 Processing triggers for mime-support (3.62) ...
13:46:20 [2021-05-06T13:46:20.371Z] Fetching without tags
13:46:20 [2021-05-06T13:46:20.653Z] Merging remotes/origin/master commit e42a32e4f00863d7b081f4c86a1d7553afad6b59 into PR head commit 4d3f64da6348c20f57efe01ca483b130bcf5dd9b
13:46:20 [2021-05-06T13:46:20.889Z] #36 DONE 60.0s
13:46:20 [2021-05-06T13:46:20.889Z] 
13:46:20 [2021-05-06T13:46:20.889Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:46:20 [2021-05-06T13:46:20.889Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:46:20 [2021-05-06T13:46:20.889Z] #13 53.56 Selecting previously unselected package binutils-mingw-w64-x86-64.
13:46:20 [2021-05-06T13:46:20.889Z] #13 53.57 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
13:46:20 [2021-05-06T13:46:20.889Z] #13 53.58 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
13:46:20 [2021-05-06T13:46:20.889Z] #13 55.75 Selecting previously unselected package binutils-mingw-w64.
13:46:20 [2021-05-06T13:46:20.889Z] #13 55.76 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
13:46:20 [2021-05-06T13:46:20.889Z] #13 55.76 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
13:46:20 [2021-05-06T13:46:20.889Z] #13 55.91 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:46:20 [2021-05-06T13:46:20.889Z] #13 55.92 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
13:46:20 [2021-05-06T13:46:20.889Z] #13 55.92 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
13:46:20 [2021-05-06T13:46:20.889Z] #13 56.13 Selecting previously unselected package dmsetup.
13:46:20 [2021-05-06T13:46:20.889Z] #13 56.13 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
13:46:20 [2021-05-06T13:46:20.889Z] #13 56.14 Unpacking dmsetup (2:1.02.155-3) ...
13:46:20 [2021-05-06T13:46:20.889Z] #13 56.62 Selecting previously unselected package mingw-w64-common.
13:46:20 [2021-05-06T13:46:20.889Z] #13 56.62 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
13:46:20 [2021-05-06T13:46:20.889Z] #13 56.64 Unpacking mingw-w64-common (6.0.0-3) ...
13:46:21 [2021-05-06T13:46:21.625Z] Merge succeeded, producing fe31506fec44fa0cace1ea2d1b99e4aea8df55be
13:46:21 [2021-05-06T13:46:21.625Z] Checking out Revision fe31506fec44fa0cace1ea2d1b99e4aea8df55be (PR-42098)
13:46:20 [2021-05-06T13:46:20.281Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:46:20 [2021-05-06T13:46:20.289Z]  > git config --add remote.origin.fetch +refs/pull/42098/head:refs/remotes/origin/PR-42098 # timeout=10
13:46:20 [2021-05-06T13:46:20.301Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:46:20 [2021-05-06T13:46:20.322Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:46:20 [2021-05-06T13:46:20.344Z] Fetching upstream changes from https://github.com/moby/moby.git
13:46:20 [2021-05-06T13:46:20.344Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:46:20 [2021-05-06T13:46:20.345Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42098/head:refs/remotes/origin/PR-42098 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:46:20 [2021-05-06T13:46:20.634Z]  > git config core.sparsecheckout # timeout=10
13:46:20 [2021-05-06T13:46:20.661Z]  > git checkout -f 4d3f64da6348c20f57efe01ca483b130bcf5dd9b # timeout=10
13:46:21 [2021-05-06T13:46:21.241Z]  > git remote # timeout=10
13:46:21 [2021-05-06T13:46:21.252Z]  > git config --get remote.origin.url # timeout=10
13:46:21 [2021-05-06T13:46:21.261Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:46:21 [2021-05-06T13:46:21.262Z]  > git merge e42a32e4f00863d7b081f4c86a1d7553afad6b59 # timeout=10
13:46:21 [2021-05-06T13:46:21.570Z]  > git rev-parse HEAD^{commit} # timeout=10
13:46:21 [2021-05-06T13:46:21.602Z]  > git config core.sparsecheckout # timeout=10
13:46:21 [2021-05-06T13:46:21.629Z]  > git checkout -f fe31506fec44fa0cace1ea2d1b99e4aea8df55be # timeout=10
13:46:23 [2021-05-06T13:46:23.427Z] #13 ...
13:46:23 [2021-05-06T13:46:23.427Z] 
13:46:23 [2021-05-06T13:46:23.427Z] #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
13:46:23 [2021-05-06T13:46:23.427Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:46:23 [2021-05-06T13:46:23.427Z] #42 62.15 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
13:46:23 [2021-05-06T13:46:23.427Z] #42 62.17 Processing triggers for libc-bin (2.28-10) ...
13:46:23 [2021-05-06T13:46:23.427Z] #42 DONE 62.6s
13:46:23 [2021-05-06T13:46:23.427Z] 
13:46:23 [2021-05-06T13:46:23.427Z] #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
13:46:23 [2021-05-06T13:46:23.427Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:46:24 [2021-05-06T13:46:24.034Z] using credential docker-jenkins-github-credentials
13:46:24 [2021-05-06T13:46:24.042Z] Cloning the remote Git repository
13:46:24 [2021-05-06T13:46:24.042Z] Cloning with configured refspecs honoured and without tags
13:46:24 [2021-05-06T13:46:24.125Z] Cloning repository https://github.com/moby/moby.git
13:46:24 [2021-05-06T13:46:24.197Z]  > git init /home/ubuntu/workspace/moby_PR-42098 # timeout=10
13:46:24 [2021-05-06T13:46:24.721Z] Fetching upstream changes from https://github.com/moby/moby.git
13:46:24 [2021-05-06T13:46:24.722Z]  > git --version # timeout=10
13:46:24 [2021-05-06T13:46:24.736Z]  > git --version # 'git version 2.25.1'
13:46:24 [2021-05-06T13:46:24.737Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:46:24 [2021-05-06T13:46:24.741Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42098/head:refs/remotes/origin/PR-42098 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:46:24 [2021-05-06T13:46:24.965Z] Fetching without tags
13:46:25 [2021-05-06T13:46:25.354Z] Commit message: "Merge commit 'e42a32e4f00863d7b081f4c86a1d7553afad6b59' into HEAD"
13:46:25 [2021-05-06T13:46:25.422Z] Merging remotes/origin/master commit e42a32e4f00863d7b081f4c86a1d7553afad6b59 into PR head commit 4d3f64da6348c20f57efe01ca483b130bcf5dd9b
13:46:25 [2021-05-06T13:46:25.338Z]  > git rev-list --no-walk 4d3f64da6348c20f57efe01ca483b130bcf5dd9b # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
13:46:25 [2021-05-06T13:46:25.965Z] #43 2.148 Note: Building without setproctitle() and strlcpy() support.
13:46:25 [2021-05-06T13:46:25.965Z] #43 2.148       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
13:46:25 [2021-05-06T13:46:25.965Z] #43 2.179 Note: Building without GnuTLS support
13:46:25 [2021-05-06T13:46:25.965Z] #43 2.187 Makefile.config:39: Warn: you have no libnftables installed
13:46:25 [2021-05-06T13:46:25.965Z] #43 2.187 Makefile.config:40: Warn: Building without nftables support
[Pipeline] sh
13:46:24 [2021-05-06T13:46:24.879Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:46:24 [2021-05-06T13:46:24.894Z]  > git config --add remote.origin.fetch +refs/pull/42098/head:refs/remotes/origin/PR-42098 # timeout=10
13:46:24 [2021-05-06T13:46:24.917Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:46:24 [2021-05-06T13:46:24.938Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:46:24 [2021-05-06T13:46:24.969Z] Fetching upstream changes from https://github.com/moby/moby.git
13:46:24 [2021-05-06T13:46:24.969Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:46:24 [2021-05-06T13:46:24.970Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42098/head:refs/remotes/origin/PR-42098 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:46:25 [2021-05-06T13:46:25.430Z]  > git config core.sparsecheckout # timeout=10
13:46:25 [2021-05-06T13:46:25.452Z]  > git checkout -f 4d3f64da6348c20f57efe01ca483b130bcf5dd9b # timeout=10
13:46:26 [2021-05-06T13:46:26.458Z] + docker version
13:46:26 [2021-05-06T13:46:26.738Z] Merge succeeded, producing 1f90f737c043dceb794cdae774df7b21a92b9bf8
13:46:26 [2021-05-06T13:46:26.739Z] Checking out Revision 1f90f737c043dceb794cdae774df7b21a92b9bf8 (PR-42098)
13:46:27 [2021-05-06T13:46:27.345Z] #43 ...
13:46:27 [2021-05-06T13:46:27.345Z] 
13:46:27 [2021-05-06T13:46:27.345Z] #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
13:46:27 [2021-05-06T13:46:27.345Z] #45 sha256:c7a5d16dbc797fa74951efb44cde31e77e2822200ef56c73985f44b53bdf7604
13:46:27 [2021-05-06T13:46:27.345Z] #45 56.27 time
13:46:27 [2021-05-06T13:46:27.345Z] #45 59.65 internal/fmtsort
13:46:27 [2021-05-06T13:46:27.345Z] #45 60.41 internal/syscall/execenv
13:46:27 [2021-05-06T13:46:27.345Z] #45 60.62 internal/syscall/unix
13:46:27 [2021-05-06T13:46:27.345Z] #45 60.95 strings
13:46:27 [2021-05-06T13:46:27.345Z] #45 61.31 internal/poll
13:46:27 [2021-05-06T13:46:27.345Z] #45 63.56 os
13:46:27 [2021-05-06T13:46:27.345Z] #45 63.57 regexp/syntax
13:46:27 [2021-05-06T13:46:27.345Z] #45 ...
13:46:27 [2021-05-06T13:46:27.345Z] 
13:46:27 [2021-05-06T13:46:27.345Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:46:27 [2021-05-06T13:46:27.345Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:46:27 [2021-05-06T13:46:27.346Z] #13 62.52 Selecting previously unselected package mingw-w64-x86-64-dev.
13:46:27 [2021-05-06T13:46:27.346Z] #13 62.53 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
13:46:27 [2021-05-06T13:46:27.346Z] #13 62.54 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
13:46:26 [2021-05-06T13:46:26.228Z]  > git remote # timeout=10
13:46:26 [2021-05-06T13:46:26.251Z]  > git config --get remote.origin.url # timeout=10
13:46:26 [2021-05-06T13:46:26.272Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:46:26 [2021-05-06T13:46:26.273Z]  > git merge e42a32e4f00863d7b081f4c86a1d7553afad6b59 # timeout=10
13:46:26 [2021-05-06T13:46:26.721Z]  > git rev-parse HEAD^{commit} # timeout=10
13:46:26 [2021-05-06T13:46:26.745Z]  > git config core.sparsecheckout # timeout=10
13:46:26 [2021-05-06T13:46:26.756Z]  > git checkout -f 1f90f737c043dceb794cdae774df7b21a92b9bf8 # timeout=10
13:46:30 [2021-05-06T13:46:30.642Z] #13 ...
13:46:30 [2021-05-06T13:46:30.642Z] 
13:46:30 [2021-05-06T13:46:30.642Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:46:30 [2021-05-06T13:46:30.642Z] #51 sha256:195c61246dc271f9b14d63f15569e31729f571e684f6308715f55a59842897db
13:46:30 [2021-05-06T13:46:30.642Z] #51 59.28 context
13:46:30 [2021-05-06T13:46:30.642Z] #51 59.77 encoding/binary
13:46:30 [2021-05-06T13:46:30.642Z] #51 60.19 internal/fmtsort
13:46:30 [2021-05-06T13:46:30.642Z] #51 61.11 internal/poll
13:46:30 [2021-05-06T13:46:30.642Z] #51 62.01 encoding/base64
13:46:30 [2021-05-06T13:46:30.642Z] #51 63.08 os
13:46:30 [2021-05-06T13:46:30.642Z] #51 63.09 strings
13:46:30 [2021-05-06T13:46:30.642Z] #51 65.65 golang.org/x/sys/unix
13:46:30 [2021-05-06T13:46:30.642Z] #51 66.45 fmt
13:46:30 [2021-05-06T13:46:30.642Z] #51 ...
13:46:30 [2021-05-06T13:46:30.642Z] 
13:46:30 [2021-05-06T13:46:30.642Z] #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
13:46:30 [2021-05-06T13:46:30.642Z] #37 sha256:4ea2d77433a29adc37ee475ef82dbe7fc62d8b750ed9572c0abd1bcf44c67f66
13:46:30 [2021-05-06T13:46:30.642Z] #37 1.076 + RM_GOPATH=0
13:46:30 [2021-05-06T13:46:30.642Z] #37 1.076 + TMP_GOPATH=
13:46:30 [2021-05-06T13:46:30.642Z] #37 1.076 + : /build
13:46:30 [2021-05-06T13:46:30.642Z] #37 1.076 + '[' -z '' ']'
13:46:30 [2021-05-06T13:46:30.642Z] #37 1.077 ++ mktemp -d
13:46:30 [2021-05-06T13:46:30.642Z] #37 1.078 + export GOPATH=/tmp/tmp.BoWzJAfUBW
13:46:30 [2021-05-06T13:46:30.642Z] #37 1.078 + GOPATH=/tmp/tmp.BoWzJAfUBW
13:46:30 [2021-05-06T13:46:30.642Z] #37 1.078 + RM_GOPATH=1
13:46:30 [2021-05-06T13:46:30.642Z] #37 1.078 + case "$(go env GOARCH)" in
13:46:30 [2021-05-06T13:46:30.642Z] #37 1.079 ++ go env GOARCH
13:46:30 [2021-05-06T13:46:30.642Z] #37 1.083 + export GO_BUILDMODE=-buildmode=pie
13:46:30 [2021-05-06T13:46:30.642Z] #37 1.084 + GO_BUILDMODE=-buildmode=pie
13:46:30 [2021-05-06T13:46:30.642Z] #37 1.084 ++ dirname /tmp/install/install.sh
13:46:30 [2021-05-06T13:46:30.642Z] #37 1.085 + dir=/tmp/install
13:46:30 [2021-05-06T13:46:30.643Z] #37 1.085 + bin=tini
13:46:30 [2021-05-06T13:46:30.643Z] #37 1.085 + shift
13:46:30 [2021-05-06T13:46:30.643Z] #37 1.085 + '[' '!' -f /tmp/install/tini.installer ']'
13:46:30 [2021-05-06T13:46:30.643Z] #37 1.086 + . /tmp/install/tini.installer
13:46:30 [2021-05-06T13:46:30.643Z] #37 1.086 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
13:46:30 [2021-05-06T13:46:30.643Z] #37 1.086 + install_tini
13:46:30 [2021-05-06T13:46:30.643Z] #37 1.086 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
13:46:30 [2021-05-06T13:46:30.643Z] #37 1.087 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
13:46:30 [2021-05-06T13:46:30.643Z] #37 1.087 + git clone https://github.com/krallin/tini.git /tmp/tmp.BoWzJAfUBW/tini
13:46:30 [2021-05-06T13:46:30.643Z] #37 1.128 Cloning into '/tmp/tmp.BoWzJAfUBW/tini'...
13:46:30 [2021-05-06T13:46:30.643Z] #37 1.881 + cd /tmp/tmp.BoWzJAfUBW/tini
13:46:30 [2021-05-06T13:46:30.643Z] #37 1.884 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
13:46:30 [2021-05-06T13:46:30.643Z] #37 1.896 + cmake .
13:46:30 [2021-05-06T13:46:30.643Z] #37 2.533 -- The C compiler identification is GNU 8.3.0
13:46:30 [2021-05-06T13:46:30.643Z] #37 2.573 -- Check for working C compiler: /usr/bin/cc
13:46:30 [2021-05-06T13:46:30.643Z] #37 3.364 -- Check for working C compiler: /usr/bin/cc -- works
13:46:30 [2021-05-06T13:46:30.643Z] #37 3.364 -- Detecting C compiler ABI info
13:46:30 [2021-05-06T13:46:30.643Z] #37 3.987 -- Detecting C compiler ABI info - done
13:46:30 [2021-05-06T13:46:30.643Z] #37 4.011 -- Detecting C compile features
13:46:30 [2021-05-06T13:46:30.643Z] #37 5.900 -- Detecting C compile features - done
13:46:30 [2021-05-06T13:46:30.643Z] #37 5.948 -- Performing Test HAS_BUILTIN_FORTIFY
13:46:30 [2021-05-06T13:46:30.643Z] #37 6.211 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:46:30 [2021-05-06T13:46:30.643Z] #37 6.363 -- Configuring done
13:46:30 [2021-05-06T13:46:30.643Z] #37 6.395 -- Generating done
13:46:30 [2021-05-06T13:46:30.643Z] #37 6.410 -- Build files have been written to: /tmp/tmp.BoWzJAfUBW/tini
13:46:30 [2021-05-06T13:46:30.643Z] #37 6.432 + make tini-static
13:46:30 [2021-05-06T13:46:30.643Z] #37 6.817 Scanning dependencies of target tini-static
13:46:30 [2021-05-06T13:46:30.643Z] #37 7.044 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:46:30 [2021-05-06T13:46:30.643Z] #37 8.357 [100%] Linking C executable tini-static
13:46:30 [2021-05-06T13:46:30.643Z] #37 8.878 [100%] Built target tini-static
13:46:30 [2021-05-06T13:46:30.643Z] #37 8.960 + mkdir -p /build
13:46:30 [2021-05-06T13:46:30.643Z] #37 8.964 + cp tini-static /build/docker-init
13:46:30 [2021-05-06T13:46:30.643Z] #37 DONE 9.5s
13:46:30 [2021-05-06T13:46:30.643Z] 
13:46:30 [2021-05-06T13:46:30.643Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:46:30 [2021-05-06T13:46:30.643Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:46:30 [2021-05-06T13:46:30.643Z] #43 3.969 fatal: not a git repository (or any of the parent directories): .git
13:46:30 [2021-05-06T13:46:30.643Z] #43 4.024   GEN      .gitid
13:46:30 [2021-05-06T13:46:30.643Z] #43 4.053   GEN      criu/include/version.h
13:46:30 [2021-05-06T13:46:30.643Z] #43 4.121   GEN      include/common/asm
13:46:30 [2021-05-06T13:46:30.643Z] #43 5.605   PBCC     images/timens.pb-c.c
13:46:30 [2021-05-06T13:46:30.643Z] #43 5.651   DEP      images/timens.pb-c.d
13:46:30 [2021-05-06T13:46:30.643Z] #43 5.722   PBCC     images/fown.pb-c.c
13:46:30 [2021-05-06T13:46:30.643Z] #43 5.770   PBCC     images/google/protobuf/descriptor.pb-c.c
13:46:30 [2021-05-06T13:46:30.643Z] #43 5.844   PBCC     images/opts.pb-c.c
13:46:30 [2021-05-06T13:46:30.643Z] #43 5.928   PBCC     images/memfd.pb-c.c
13:46:30 [2021-05-06T13:46:30.643Z] #43 5.988   DEP      images/fown.pb-c.d
13:46:30 [2021-05-06T13:46:30.643Z] #43 6.064   DEP      images/google/protobuf/descriptor.pb-c.d
13:46:30 [2021-05-06T13:46:30.643Z] #43 6.114   DEP      images/opts.pb-c.d
13:46:30 [2021-05-06T13:46:30.643Z] #43 6.197   DEP      images/memfd.pb-c.d
13:46:30 [2021-05-06T13:46:30.643Z] #43 6.265   PBCC     images/sit.pb-c.c
13:46:30 [2021-05-06T13:46:30.643Z] #43 6.304   DEP      images/sit.pb-c.d
13:46:30 [2021-05-06T13:46:30.643Z] #43 6.366   PBCC     images/macvlan.pb-c.c
13:46:30 [2021-05-06T13:46:30.643Z] #43 6.394   DEP      images/macvlan.pb-c.d
13:46:30 [2021-05-06T13:46:30.643Z] #43 6.466   PBCC     images/autofs.pb-c.c
13:46:30 [2021-05-06T13:46:30.643Z] #43 6.515   DEP      images/autofs.pb-c.d
13:46:30 [2021-05-06T13:46:30.643Z] #43 6.607   PBCC     images/sysctl.pb-c.c
13:46:30 [2021-05-06T13:46:30.643Z] #43 6.643   DEP      images/sysctl.pb-c.d
13:46:30 [2021-05-06T13:46:30.643Z] #43 6.703   PBCC     images/time.pb-c.c
13:46:30 [2021-05-06T13:46:30.643Z] #43 6.768   DEP      images/time.pb-c.d
13:46:30 [2021-05-06T13:46:30.643Z] #43 6.827   PBCC     images/binfmt-misc.pb-c.c
13:46:30 [2021-05-06T13:46:30.643Z] #43 6.923   DEP      images/binfmt-misc.pb-c.d
13:46:30 [2021-05-06T13:46:30.643Z] #43 6.970   PBCC     images/seccomp.pb-c.c
13:46:30 [2021-05-06T13:46:30.643Z] #43 7.031   DEP      images/seccomp.pb-c.d
13:46:30 [2021-05-06T13:46:30.643Z] #43 7.079   PBCC     images/userns.pb-c.c
13:46:30 [2021-05-06T13:46:30.643Z] #43 7.096   DEP      images/userns.pb-c.d
13:46:30 [2021-05-06T13:46:30.643Z] #43 7.127   PBCC     images/cgroup.pb-c.c
13:46:30 [2021-05-06T13:46:30.643Z] #43 7.185   DEP      images/cgroup.pb-c.d
13:46:30 [2021-05-06T13:46:30.643Z] #43 7.256   PBCC     images/ext-file.pb-c.c
13:46:30 [2021-05-06T13:46:30.643Z] #43 7.317   DEP      images/ext-file.pb-c.d
13:46:30 [2021-05-06T13:46:30.836Z] Commit message: "Merge commit 'e42a32e4f00863d7b081f4c86a1d7553afad6b59' into HEAD"
13:46:30 [2021-05-06T13:46:30.839Z]  > git rev-list --no-walk 4d3f64da6348c20f57efe01ca483b130bcf5dd9b # timeout=10
13:46:30 [2021-05-06T13:46:30.903Z] #43 7.439   PBCC     images/rpc.pb-c.c
13:46:30 [2021-05-06T13:46:30.903Z] #43 7.509   DEP      images/rpc.pb-c.d
13:46:30 [2021-05-06T13:46:30.903Z] #43 7.521   PBCC     images/siginfo.pb-c.c
13:46:30 [2021-05-06T13:46:30.903Z] #43 7.574   DEP      images/siginfo.pb-c.d
13:46:31 [2021-05-06T13:46:31.162Z] #43 7.659   PBCC     images/pagemap.pb-c.c
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
13:46:31 [2021-05-06T13:46:31.422Z] #43 7.772   DEP      images/pagemap.pb-c.d
13:46:31 [2021-05-06T13:46:31.422Z] #43 7.991   PBCC     images/rlimit.pb-c.c
13:46:31 [2021-05-06T13:46:31.422Z] #43 8.050   DEP      images/rlimit.pb-c.d
13:46:31 [2021-05-06T13:46:31.422Z] #43 8.073   PBCC     images/file-lock.pb-c.c
13:46:31 [2021-05-06T13:46:31.422Z] #43 8.091   DEP      images/file-lock.pb-c.d
13:46:31 [2021-05-06T13:46:31.681Z] #43 8.135   PBCC     images/tty.pb-c.c
13:46:31 [2021-05-06T13:46:31.681Z] #43 8.188   DEP      images/tty.pb-c.d
13:46:31 [2021-05-06T13:46:31.941Z] #43 8.244   PBCC     images/tun.pb-c.c
13:46:31 [2021-05-06T13:46:31.941Z] #43 8.289   PBCC     images/netdev.pb-c.c
13:46:31 [2021-05-06T13:46:31.941Z] #43 8.336   DEP      images/tun.pb-c.d
13:46:31 [2021-05-06T13:46:31.941Z] #43 8.369   DEP      images/netdev.pb-c.d
13:46:31 [2021-05-06T13:46:31.941Z] #43 8.429   PBCC     images/vma.pb-c.c
13:46:31 [2021-05-06T13:46:31.941Z] #43 8.502   DEP      images/vma.pb-c.d
13:46:31 [2021-05-06T13:46:31.941Z] #43 8.563   PBCC     images/creds.pb-c.c
13:46:32 [2021-05-06T13:46:32.023Z] + docker version
13:46:32 [2021-05-06T13:46:32.201Z] #43 8.618   DEP      images/creds.pb-c.d
13:46:32 [2021-05-06T13:46:32.201Z] #43 8.679   PBCC     images/utsns.pb-c.c
13:46:32 [2021-05-06T13:46:32.201Z] #43 8.704   DEP      images/utsns.pb-c.d
13:46:32 [2021-05-06T13:46:32.201Z] #43 8.756   PBCC     images/ipc-desc.pb-c.c
13:46:32 [2021-05-06T13:46:32.201Z] #43 8.784   PBCC     images/ipc-sem.pb-c.c
13:46:32 [2021-05-06T13:46:32.201Z] #43 8.802   DEP      images/ipc-desc.pb-c.d
13:46:32 [2021-05-06T13:46:32.201Z] #43 8.845   DEP      images/ipc-sem.pb-c.d
13:46:32 [2021-05-06T13:46:32.201Z] #43 8.876   PBCC     images/ipc-msg.pb-c.c
13:46:32 [2021-05-06T13:46:32.460Z] #43 8.907   DEP      images/ipc-msg.pb-c.d
13:46:32 [2021-05-06T13:46:32.460Z] #43 8.972   PBCC     images/ipc-shm.pb-c.c
13:46:32 [2021-05-06T13:46:32.460Z] #43 8.992   DEP      images/ipc-shm.pb-c.d
13:46:32 [2021-05-06T13:46:32.460Z] #43 9.036   PBCC     images/ipc-var.pb-c.c
13:46:32 [2021-05-06T13:46:32.460Z] #43 9.054   DEP      images/ipc-var.pb-c.d
13:46:32 [2021-05-06T13:46:32.460Z] #43 9.085   PBCC     images/sk-opts.pb-c.c
13:46:32 [2021-05-06T13:46:32.460Z] #43 9.124   PBCC     images/packet-sock.pb-c.c
13:46:32 [2021-05-06T13:46:32.720Z] #43 9.184   DEP      images/sk-opts.pb-c.d
13:46:32 [2021-05-06T13:46:32.720Z] #43 9.240   DEP      images/packet-sock.pb-c.d
13:46:32 [2021-05-06T13:46:32.720Z] #43 9.291   PBCC     images/sk-netlink.pb-c.c
13:46:32 [2021-05-06T13:46:32.720Z] #43 9.357   DEP      images/sk-netlink.pb-c.d
13:46:32 [2021-05-06T13:46:32.979Z] #43 9.400   PBCC     images/sk-inet.pb-c.c
13:46:32 [2021-05-06T13:46:32.979Z] #43 9.452   DEP      images/sk-inet.pb-c.d
13:46:32 [2021-05-06T13:46:32.979Z] #43 9.500   PBCC     images/sk-unix.pb-c.c
13:46:32 [2021-05-06T13:46:32.979Z] #43 9.548   DEP      images/sk-unix.pb-c.d
13:46:32 [2021-05-06T13:46:32.979Z] #43 9.588   PBCC     images/mm.pb-c.c
13:46:32 [2021-05-06T13:46:32.979Z] #43 9.646   DEP      images/mm.pb-c.d
13:46:33 [2021-05-06T13:46:33.239Z] #43 9.691   PBCC     images/timerfd.pb-c.c
13:46:33 [2021-05-06T13:46:33.239Z] #43 9.732   DEP      images/timerfd.pb-c.d
13:46:33 [2021-05-06T13:46:33.498Z] #43 9.800   PBCC     images/timer.pb-c.c
13:46:33 [2021-05-06T13:46:33.498Z] #43 9.842   DEP      images/timer.pb-c.d
13:46:33 [2021-05-06T13:46:33.498Z] #43 9.881   PBCC     images/sa.pb-c.c
13:46:33 [2021-05-06T13:46:33.498Z] #43 9.932   DEP      images/sa.pb-c.d
13:46:33 [2021-05-06T13:46:33.498Z] #43 9.986   PBCC     images/pipe-data.pb-c.c
13:46:33 [2021-05-06T13:46:33.498Z] #43 10.01   DEP      images/pipe-data.pb-c.d
13:46:33 [2021-05-06T13:46:33.498Z] #43 10.05   PBCC     images/mnt.pb-c.c
13:46:33 [2021-05-06T13:46:33.498Z] #43 10.10   DEP      images/mnt.pb-c.d
13:46:33 [2021-05-06T13:46:33.498Z] #43 10.16   PBCC     images/sk-packet.pb-c.c
13:46:33 [2021-05-06T13:46:33.758Z] #43 10.19   DEP      images/sk-packet.pb-c.d
13:46:33 [2021-05-06T13:46:33.758Z] #43 10.25   PBCC     images/tcp-stream.pb-c.c
13:46:34 [2021-05-06T13:46:34.017Z] #43 10.33   DEP      images/tcp-stream.pb-c.d
13:46:34 [2021-05-06T13:46:34.017Z] #43 10.40   PBCC     images/pipe.pb-c.c
13:46:34 [2021-05-06T13:46:34.017Z] #43 10.49   DEP      images/pipe.pb-c.d
13:46:34 [2021-05-06T13:46:34.017Z] #43 10.56   PBCC     images/pstree.pb-c.c
13:46:34 [2021-05-06T13:46:34.277Z] #43 10.58   DEP      images/pstree.pb-c.d
13:46:34 [2021-05-06T13:46:34.277Z] #43 10.62   PBCC     images/fs.pb-c.c
13:46:34 [2021-05-06T13:46:34.277Z] #43 10.65   DEP      images/fs.pb-c.d
13:46:34 [2021-05-06T13:46:34.277Z] #43 10.71   PBCC     images/signalfd.pb-c.c
13:46:34 [2021-05-06T13:46:34.277Z] #43 10.78   DEP      images/signalfd.pb-c.d
13:46:34 [2021-05-06T13:46:34.277Z] #43 10.83   PBCC     images/fh.pb-c.c
13:46:34 [2021-05-06T13:46:34.536Z] #43 10.87   PBCC     images/fsnotify.pb-c.c
13:46:34 [2021-05-06T13:46:34.536Z] #43 10.91   DEP      images/fh.pb-c.d
13:46:34 [2021-05-06T13:46:34.536Z] #43 11.01   DEP      images/fsnotify.pb-c.d
13:46:34 [2021-05-06T13:46:34.536Z] #43 11.06   PBCC     images/eventpoll.pb-c.c
13:46:34 [2021-05-06T13:46:34.536Z] #43 11.09   DEP      images/eventpoll.pb-c.d
13:46:34 [2021-05-06T13:46:34.536Z] #43 11.11   PBCC     images/eventfd.pb-c.c
13:46:34 [2021-05-06T13:46:34.536Z] #43 11.14   DEP      images/eventfd.pb-c.d
13:46:34 [2021-05-06T13:46:34.536Z] #43 11.17   PBCC     images/remap-file-path.pb-c.c
13:46:34 [2021-05-06T13:46:34.536Z] #43 11.19   DEP      images/remap-file-path.pb-c.d
13:46:34 [2021-05-06T13:46:34.559Z] Client: Docker Engine - Community
13:46:34 [2021-05-06T13:46:34.559Z]  Version:           20.10.5
13:46:34 [2021-05-06T13:46:34.559Z]  API version:       1.41
13:46:34 [2021-05-06T13:46:34.559Z]  Go version:        go1.13.15
13:46:34 [2021-05-06T13:46:34.559Z]  Git commit:        55c4c88
13:46:34 [2021-05-06T13:46:34.559Z]  Built:             Tue Mar  2 20:18:20 2021
13:46:34 [2021-05-06T13:46:34.559Z]  OS/Arch:           linux/amd64
13:46:34 [2021-05-06T13:46:34.559Z]  Context:           default
13:46:34 [2021-05-06T13:46:34.559Z]  Experimental:      true
13:46:34 [2021-05-06T13:46:34.559Z] 
13:46:34 [2021-05-06T13:46:34.559Z] Server: Docker Engine - Community
13:46:34 [2021-05-06T13:46:34.559Z]  Engine:
13:46:34 [2021-05-06T13:46:34.559Z]   Version:          20.10.5
13:46:34 [2021-05-06T13:46:34.559Z]   API version:      1.41 (minimum version 1.12)
13:46:34 [2021-05-06T13:46:34.559Z]   Go version:       go1.13.15
13:46:34 [2021-05-06T13:46:34.559Z]   Git commit:       363e9a8
13:46:34 [2021-05-06T13:46:34.559Z]   Built:            Tue Mar  2 20:16:15 2021
13:46:34 [2021-05-06T13:46:34.559Z]   OS/Arch:          linux/amd64
13:46:34 [2021-05-06T13:46:34.559Z]   Experimental:     true
13:46:34 [2021-05-06T13:46:34.559Z]  containerd:
13:46:34 [2021-05-06T13:46:34.559Z]   Version:          1.4.4
13:46:34 [2021-05-06T13:46:34.559Z]   GitCommit:        05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:46:34 [2021-05-06T13:46:34.559Z]  runc:
13:46:34 [2021-05-06T13:46:34.559Z]   Version:          1.0.0-rc93
13:46:34 [2021-05-06T13:46:34.559Z]   GitCommit:        12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:46:34 [2021-05-06T13:46:34.559Z]  docker-init:
13:46:34 [2021-05-06T13:46:34.559Z]   Version:          0.19.0
13:46:34 [2021-05-06T13:46:34.559Z]   GitCommit:        de40ad0
[Pipeline] sh
13:46:34 [2021-05-06T13:46:34.797Z] #43 11.26   PBCC     images/fifo.pb-c.c
13:46:34 [2021-05-06T13:46:34.797Z] #43 11.26   DEP      images/fifo.pb-c.d
13:46:34 [2021-05-06T13:46:34.797Z] #43 11.30   PBCC     images/ghost-file.pb-c.c
13:46:34 [2021-05-06T13:46:34.797Z] #43 11.31   DEP      images/ghost-file.pb-c.d
13:46:34 [2021-05-06T13:46:34.797Z] #43 11.38   PBCC     images/regfile.pb-c.c
13:46:34 [2021-05-06T13:46:34.797Z] #43 11.44   DEP      images/regfile.pb-c.d
13:46:34 [2021-05-06T13:46:34.900Z] + docker info
13:46:35 [2021-05-06T13:46:35.057Z] #43 11.50   PBCC     images/ns.pb-c.c
13:46:35 [2021-05-06T13:46:35.057Z] #43 11.56   DEP      images/ns.pb-c.d
13:46:35 [2021-05-06T13:46:35.057Z] #43 11.62   PBCC     images/fdinfo.pb-c.c
13:46:35 [2021-05-06T13:46:35.057Z] #43 11.71   DEP      images/fdinfo.pb-c.d
13:46:35 [2021-05-06T13:46:35.316Z] #43 11.81   PBCC     images/core-aarch64.pb-c.c
13:46:35 [2021-05-06T13:46:35.316Z] #43 11.85   PBCC     images/core-arm.pb-c.c
13:46:35 [2021-05-06T13:46:35.316Z] #43 11.89   PBCC     images/core-ppc64.pb-c.c
13:46:35 [2021-05-06T13:46:35.316Z] #43 11.93   PBCC     images/core-s390.pb-c.c
13:46:35 [2021-05-06T13:46:35.344Z] Client: Docker Engine - Community
13:46:35 [2021-05-06T13:46:35.344Z]  Version:           20.10.5
13:46:35 [2021-05-06T13:46:35.344Z]  API version:       1.41
13:46:35 [2021-05-06T13:46:35.344Z]  Go version:        go1.13.15
13:46:35 [2021-05-06T13:46:35.344Z]  Git commit:        55c4c88
13:46:35 [2021-05-06T13:46:35.344Z]  Built:             Tue Mar  2 20:18:05 2021
13:46:35 [2021-05-06T13:46:35.344Z]  OS/Arch:           linux/amd64
13:46:35 [2021-05-06T13:46:35.344Z]  Context:           default
13:46:35 [2021-05-06T13:46:35.344Z]  Experimental:      true
13:46:35 [2021-05-06T13:46:35.344Z] 
13:46:35 [2021-05-06T13:46:35.344Z] Server: Docker Engine - Community
13:46:35 [2021-05-06T13:46:35.344Z]  Engine:
13:46:35 [2021-05-06T13:46:35.344Z]   Version:          20.10.5
13:46:35 [2021-05-06T13:46:35.344Z]   API version:      1.41 (minimum version 1.12)
13:46:35 [2021-05-06T13:46:35.344Z]   Go version:       go1.13.15
13:46:35 [2021-05-06T13:46:35.344Z]   Git commit:       363e9a8
13:46:35 [2021-05-06T13:46:35.344Z]   Built:            Tue Mar  2 20:16:00 2021
13:46:35 [2021-05-06T13:46:35.344Z]   OS/Arch:          linux/amd64
13:46:35 [2021-05-06T13:46:35.344Z]   Experimental:     true
13:46:35 [2021-05-06T13:46:35.344Z]  containerd:
13:46:35 [2021-05-06T13:46:35.344Z]   Version:          1.4.4
13:46:35 [2021-05-06T13:46:35.344Z]   GitCommit:        05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:46:35 [2021-05-06T13:46:35.344Z]  runc:
13:46:35 [2021-05-06T13:46:35.344Z]   Version:          1.0.0-rc93
13:46:35 [2021-05-06T13:46:35.344Z]   GitCommit:        12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:46:35 [2021-05-06T13:46:35.344Z]  docker-init:
13:46:35 [2021-05-06T13:46:35.344Z]   Version:          0.19.0
13:46:35 [2021-05-06T13:46:35.344Z]   GitCommit:        de40ad0
[Pipeline] sh
13:46:35 [2021-05-06T13:46:35.575Z] #43 12.00   PBCC     images/core-x86.pb-c.c
13:46:35 [2021-05-06T13:46:35.575Z] #43 12.08   PBCC     images/core.pb-c.c
13:46:35 [2021-05-06T13:46:35.575Z] #43 12.18   PBCC     images/inventory.pb-c.c
13:46:35 [2021-05-06T13:46:35.703Z] + docker info
13:46:35 [2021-05-06T13:46:35.835Z] #43 12.25   DEP      images/core-aarch64.pb-c.d
13:46:35 [2021-05-06T13:46:35.835Z] #43 12.28   DEP      images/core-arm.pb-c.d
13:46:35 [2021-05-06T13:46:35.835Z] #43 12.35   DEP      images/core-ppc64.pb-c.d
13:46:35 [2021-05-06T13:46:35.835Z] #43 12.44   DEP      images/core-s390.pb-c.d
13:46:35 [2021-05-06T13:46:35.835Z] #43 12.49   DEP      images/core-x86.pb-c.d
13:46:36 [2021-05-06T13:46:36.094Z] #43 12.57   DEP      images/core.pb-c.d
13:46:36 [2021-05-06T13:46:36.094Z] #43 12.63   DEP      images/inventory.pb-c.d
13:46:36 [2021-05-06T13:46:36.353Z] #43 12.68   PBCC     images/cpuinfo.pb-c.c
13:46:36 [2021-05-06T13:46:36.353Z] #43 12.71   DEP      images/cpuinfo.pb-c.d
13:46:36 [2021-05-06T13:46:36.353Z] #43 12.78   PBCC     images/stats.pb-c.c
13:46:36 [2021-05-06T13:46:36.353Z] #43 12.81   DEP      images/stats.pb-c.d
13:46:37 [2021-05-06T13:46:37.733Z] #43 14.18 make[1]: Nothing to be done for 'all'.
13:46:37 [2021-05-06T13:46:37.992Z] #43 ...
13:46:37 [2021-05-06T13:46:37.992Z] 
13:46:37 [2021-05-06T13:46:37.992Z] #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
13:46:37 [2021-05-06T13:46:37.992Z] #45 sha256:c7a5d16dbc797fa74951efb44cde31e77e2822200ef56c73985f44b53bdf7604
13:46:37 [2021-05-06T13:46:37.992Z] #45 67.04 fmt
13:46:37 [2021-05-06T13:46:37.992Z] #45 67.68 path/filepath
13:46:37 [2021-05-06T13:46:37.992Z] #45 68.80 regexp
13:46:37 [2021-05-06T13:46:37.992Z] #45 71.83 flag
13:46:37 [2021-05-06T13:46:37.992Z] #45 73.02 go/token
13:46:37 [2021-05-06T13:46:37.992Z] #45 73.19 internal/lazyregexp
13:46:37 [2021-05-06T13:46:37.992Z] #45 73.42 path
13:46:37 [2021-05-06T13:46:37.992Z] #45 73.81 io/ioutil
13:46:37 [2021-05-06T13:46:37.992Z] #45 73.82 go/scanner
13:46:37 [2021-05-06T13:46:37.992Z] #45 74.36 net/url
13:46:37 [2021-05-06T13:46:37.992Z] #45 74.90 go/ast
13:46:37 [2021-05-06T13:46:37.992Z] #45 76.03 text/template/parse
13:46:38 [2021-05-06T13:46:38.930Z] #45 ...
13:46:38 [2021-05-06T13:46:38.930Z] 
13:46:38 [2021-05-06T13:46:38.930Z] #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
13:46:38 [2021-05-06T13:46:38.930Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:46:38 [2021-05-06T13:46:38.930Z] #43 15.56   CC       images/stats.o
13:46:39 [2021-05-06T13:46:39.498Z] #43 16.00   CC       images/core.o
13:46:40 [2021-05-06T13:46:40.067Z] #43 16.67   CC       images/core-x86.o
13:46:41 [2021-05-06T13:46:41.007Z] #43 17.28   CC       images/core-arm.o
13:46:41 [2021-05-06T13:46:41.007Z] #43 17.69   CC       images/core-aarch64.o
13:46:41 [2021-05-06T13:46:41.014Z] Client:
13:46:41 [2021-05-06T13:46:41.014Z]  Context:    default
13:46:41 [2021-05-06T13:46:41.014Z]  Debug Mode: false
13:46:41 [2021-05-06T13:46:41.014Z]  Plugins:
13:46:41 [2021-05-06T13:46:41.014Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
13:46:41 [2021-05-06T13:46:41.014Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
13:46:41 [2021-05-06T13:46:41.014Z] 
13:46:41 [2021-05-06T13:46:41.014Z] Server:
13:46:41 [2021-05-06T13:46:41.014Z]  Containers: 0
13:46:41 [2021-05-06T13:46:41.014Z]   Running: 0
13:46:41 [2021-05-06T13:46:41.014Z]   Paused: 0
13:46:41 [2021-05-06T13:46:41.014Z]   Stopped: 0
13:46:41 [2021-05-06T13:46:41.014Z]  Images: 0
13:46:41 [2021-05-06T13:46:41.014Z]  Server Version: 20.10.5
13:46:41 [2021-05-06T13:46:41.014Z]  Storage Driver: overlay2
13:46:41 [2021-05-06T13:46:41.014Z]   Backing Filesystem: extfs
13:46:41 [2021-05-06T13:46:41.014Z]   Supports d_type: true
13:46:41 [2021-05-06T13:46:41.014Z]   Native Overlay Diff: true
13:46:41 [2021-05-06T13:46:41.014Z]  Logging Driver: json-file
13:46:41 [2021-05-06T13:46:41.014Z]  Cgroup Driver: cgroupfs
13:46:41 [2021-05-06T13:46:41.014Z]  Cgroup Version: 1
13:46:41 [2021-05-06T13:46:41.014Z]  Plugins:
13:46:41 [2021-05-06T13:46:41.014Z]   Volume: local
13:46:41 [2021-05-06T13:46:41.014Z]   Network: bridge host ipvlan macvlan null overlay
13:46:41 [2021-05-06T13:46:41.014Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:46:41 [2021-05-06T13:46:41.014Z]  Swarm: inactive
13:46:41 [2021-05-06T13:46:41.014Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:46:41 [2021-05-06T13:46:41.014Z]  Default Runtime: runc
13:46:41 [2021-05-06T13:46:41.014Z]  Init Binary: docker-init
13:46:41 [2021-05-06T13:46:41.014Z]  containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:46:41 [2021-05-06T13:46:41.014Z]  runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:46:41 [2021-05-06T13:46:41.014Z]  init version: de40ad0
13:46:41 [2021-05-06T13:46:41.014Z]  Security Options:
13:46:41 [2021-05-06T13:46:41.014Z]   apparmor
13:46:41 [2021-05-06T13:46:41.014Z]   seccomp
13:46:41 [2021-05-06T13:46:41.014Z]    Profile: default
13:46:41 [2021-05-06T13:46:41.014Z]  Kernel Version: 5.4.0-1041-aws
13:46:41 [2021-05-06T13:46:41.014Z]  Operating System: Ubuntu 18.04.5 LTS
13:46:41 [2021-05-06T13:46:41.014Z]  OSType: linux
13:46:41 [2021-05-06T13:46:41.014Z]  Architecture: x86_64
13:46:41 [2021-05-06T13:46:41.014Z]  CPUs: 2
13:46:41 [2021-05-06T13:46:41.014Z]  Total Memory: 7.569GiB
13:46:41 [2021-05-06T13:46:41.014Z]  Name: ip-10-100-60-121
13:46:41 [2021-05-06T13:46:41.014Z]  ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B
13:46:41 [2021-05-06T13:46:41.014Z]  Docker Root Dir: /var/lib/docker
13:46:41 [2021-05-06T13:46:41.014Z]  Debug Mode: false
13:46:41 [2021-05-06T13:46:41.014Z]  Registry: https://index.docker.io/v1/
13:46:41 [2021-05-06T13:46:41.014Z]  Labels:
13:46:41 [2021-05-06T13:46:41.014Z]  Experimental: true
13:46:41 [2021-05-06T13:46:41.014Z]  Insecure Registries:
13:46:41 [2021-05-06T13:46:41.014Z]   127.0.0.0/8
13:46:41 [2021-05-06T13:46:41.014Z]  Live Restore Enabled: true
13:46:41 [2021-05-06T13:46:41.014Z] 
13:46:41 [2021-05-06T13:46:41.014Z] WARNING: No swap limit support
[Pipeline] sh
13:46:41 [2021-05-06T13:46:41.317Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
13:46:41 [2021-05-06T13:46:41.317Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
13:46:41 [2021-05-06T13:46:41.317Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42098/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh
13:46:41 [2021-05-06T13:46:41.317Z] + bash /home/ubuntu/workspace/moby_PR-42098/check-config.sh
13:46:41 [2021-05-06T13:46:41.317Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
13:46:41 [2021-05-06T13:46:41.317Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ...
13:46:41 [2021-05-06T13:46:41.317Z] 
13:46:41 [2021-05-06T13:46:41.317Z] Generally Necessary:
13:46:41 [2021-05-06T13:46:41.317Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
13:46:41 [2021-05-06T13:46:41.317Z] - apparmor: enabled and tools installed
13:46:41 [2021-05-06T13:46:41.317Z] - CONFIG_NAMESPACES: enabled
13:46:41 [2021-05-06T13:46:41.317Z] - CONFIG_NET_NS: enabled
13:46:41 [2021-05-06T13:46:41.317Z] - CONFIG_PID_NS: enabled
13:46:41 [2021-05-06T13:46:41.317Z] - CONFIG_IPC_NS: enabled
13:46:41 [2021-05-06T13:46:41.317Z] - CONFIG_UTS_NS: enabled
13:46:41 [2021-05-06T13:46:41.317Z] - CONFIG_CGROUPS: enabled
13:46:41 [2021-05-06T13:46:41.317Z] - CONFIG_CGROUP_CPUACCT: enabled
13:46:41 [2021-05-06T13:46:41.317Z] - CONFIG_CGROUP_DEVICE: enabled
13:46:41 [2021-05-06T13:46:41.318Z] - CONFIG_CGROUP_FREEZER: enabled
13:46:41 [2021-05-06T13:46:41.318Z] - CONFIG_CGROUP_SCHED: enabled
13:46:41 [2021-05-06T13:46:41.318Z] - CONFIG_CPUSETS: enabled
13:46:41 [2021-05-06T13:46:41.318Z] - CONFIG_MEMCG: enabled
13:46:41 [2021-05-06T13:46:41.318Z] - CONFIG_KEYS: enabled
13:46:41 [2021-05-06T13:46:41.318Z] - CONFIG_VETH: enabled (as module)
13:46:41 [2021-05-06T13:46:41.318Z] - CONFIG_BRIDGE: enabled (as module)
13:46:41 [2021-05-06T13:46:41.318Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
13:46:41 [2021-05-06T13:46:41.589Z] #43 18.14   CC       images/core-ppc64.o
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_IP_NF_FILTER: enabled (as module)
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_IP_NF_NAT: enabled (as module)
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_NF_NAT: enabled (as module)
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_POSIX_MQUEUE: enabled
13:46:41 [2021-05-06T13:46:41.604Z] 
13:46:41 [2021-05-06T13:46:41.604Z] Optional Features:
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_USER_NS: enabled
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_SECCOMP: enabled
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_SECCOMP_FILTER: enabled
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_CGROUP_PIDS: enabled
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_MEMCG_SWAP: enabled
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
13:46:41 [2021-05-06T13:46:41.604Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_BLK_CGROUP: enabled
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_BLK_DEV_THROTTLING: enabled
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_CGROUP_PERF: enabled
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_CGROUP_HUGETLB: enabled
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_CGROUP_NET_PRIO: enabled
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_CFS_BANDWIDTH: enabled
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_FAIR_GROUP_SCHED: enabled
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_RT_GROUP_SCHED: missing
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_IP_VS: enabled (as module)
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_IP_VS_NFCT: enabled
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_IP_VS_PROTO_TCP: enabled
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_IP_VS_PROTO_UDP: enabled
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_IP_VS_RR: enabled (as module)
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_SECURITY_SELINUX: enabled
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_SECURITY_APPARMOR: enabled
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_EXT4_FS: enabled
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
13:46:41 [2021-05-06T13:46:41.604Z] - CONFIG_EXT4_FS_SECURITY: enabled
13:46:41 [2021-05-06T13:46:41.604Z] - Network Drivers:
13:46:41 [2021-05-06T13:46:41.604Z]   - "overlay":
13:46:41 [2021-05-06T13:46:41.604Z]     - CONFIG_VXLAN: enabled (as module)
13:46:41 [2021-05-06T13:46:41.604Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
13:46:41 [2021-05-06T13:46:41.604Z]       Optional (for encrypted networks):
13:46:41 [2021-05-06T13:46:41.874Z]       - CONFIG_CRYPTO: enabled
13:46:41 [2021-05-06T13:46:41.874Z]       - CONFIG_CRYPTO_AEAD: enabled
13:46:41 [2021-05-06T13:46:41.874Z]       - CONFIG_CRYPTO_GCM: enabled
13:46:41 [2021-05-06T13:46:41.874Z]       - CONFIG_CRYPTO_SEQIV: enabled
13:46:41 [2021-05-06T13:46:41.874Z]       - CONFIG_CRYPTO_GHASH: enabled
13:46:41 [2021-05-06T13:46:41.874Z]       - CONFIG_XFRM: enabled
13:46:41 [2021-05-06T13:46:41.874Z]       - CONFIG_XFRM_USER: enabled (as module)
13:46:41 [2021-05-06T13:46:41.874Z]       - CONFIG_XFRM_ALGO: enabled (as module)
13:46:41 [2021-05-06T13:46:41.874Z]       - CONFIG_INET_ESP: enabled (as module)
13:46:41 [2021-05-06T13:46:41.874Z]   - "ipvlan":
13:46:41 [2021-05-06T13:46:41.874Z]     - CONFIG_IPVLAN: enabled (as module)
13:46:41 [2021-05-06T13:46:41.874Z]   - "macvlan":
13:46:41 [2021-05-06T13:46:41.874Z]     - CONFIG_MACVLAN: enabled (as module)
13:46:41 [2021-05-06T13:46:41.874Z]     - CONFIG_DUMMY: enabled (as module)
13:46:41 [2021-05-06T13:46:41.874Z]   - "ftp,tftp client in container":
13:46:41 [2021-05-06T13:46:41.874Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
13:46:41 [2021-05-06T13:46:41.874Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
13:46:41 [2021-05-06T13:46:41.874Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
13:46:41 [2021-05-06T13:46:41.874Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
13:46:41 [2021-05-06T13:46:41.874Z] - Storage Drivers:
13:46:41 [2021-05-06T13:46:41.874Z]   - "aufs":
13:46:41 [2021-05-06T13:46:41.874Z]     - CONFIG_AUFS_FS: enabled (as module)
13:46:41 [2021-05-06T13:46:41.874Z]   - "btrfs":
13:46:41 [2021-05-06T13:46:41.874Z]     - CONFIG_BTRFS_FS: enabled (as module)
13:46:41 [2021-05-06T13:46:41.874Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
13:46:41 [2021-05-06T13:46:41.874Z]   - "devicemapper":
13:46:41 [2021-05-06T13:46:41.874Z]     - CONFIG_BLK_DEV_DM: enabled
13:46:41 [2021-05-06T13:46:41.874Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
13:46:41 [2021-05-06T13:46:41.874Z]   - "overlay":
13:46:41 [2021-05-06T13:46:41.874Z]     - CONFIG_OVERLAY_FS: enabled (as module)
13:46:41 [2021-05-06T13:46:41.874Z]   - "zfs":
13:46:41 [2021-05-06T13:46:41.874Z]     - /dev/zfs: present
13:46:41 [2021-05-06T13:46:41.874Z]     - zfs command: missing
13:46:41 [2021-05-06T13:46:41.874Z]     - zpool command: missing
13:46:41 [2021-05-06T13:46:41.874Z] 
13:46:41 [2021-05-06T13:46:41.874Z] Limits:
13:46:41 [2021-05-06T13:46:41.874Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
13:46:41 [2021-05-06T13:46:41.874Z] 
13:46:41 [2021-05-06T13:46:41.874Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
13:46:42 [2021-05-06T13:46:42.157Z] #43 ...
13:46:42 [2021-05-06T13:46:42.157Z] 
13:46:42 [2021-05-06T13:46:42.157Z] #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
13:46:42 [2021-05-06T13:46:42.157Z] #51 sha256:195c61246dc271f9b14d63f15569e31729f571e684f6308715f55a59842897db
13:46:42 [2021-05-06T13:46:42.157Z] #51 71.25 encoding/json
13:46:42 [2021-05-06T13:46:42.157Z] #51 74.22 github.com/pkg/diff
13:46:42 [2021-05-06T13:46:42.157Z] #51 75.62 go/ast
13:46:42 [2021-05-06T13:46:42.157Z] #51 76.03 golang.org/x/crypto/ssh/terminal
13:46:42 [2021-05-06T13:46:42.157Z] #51 77.34 mvdan.cc/editorconfig
13:46:42 [2021-05-06T13:46:42.157Z] #51 78.85 mvdan.cc/sh/v3/fileutil
13:46:42 [2021-05-06T13:46:42.157Z] #51 79.04 text/tabwriter
13:46:42 [2021-05-06T13:46:42.157Z] #51 79.48 mvdan.cc/sh/v3/syntax
13:46:42 [2021-05-06T13:46:42.231Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 .
13:46:42 [2021-05-06T13:46:42.404Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
13:46:42 [2021-05-06T13:46:42.404Z] 
13:46:42 [2021-05-06T13:46:42.404Z] + TEST_INTEGRATION_DEST=1
13:46:42 [2021-05-06T13:46:42.404Z] + CONTAINER_NAME=docker-pr7-1
13:46:42 [2021-05-06T13:46:42.404Z] + TEST_SKIP_INTEGRATION_CLI=1
13:46:42 [2021-05-06T13:46:42.404Z] + run_tests test-integration-flaky
13:46:42 [2021-05-06T13:46:42.404Z] + '[' -n 0 ']'
13:46:42 [2021-05-06T13:46:42.404Z] + rm=
13:46:42 [2021-05-06T13:46:42.404Z] + c=0
13:46:42 [2021-05-06T13:46:42.404Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42098/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42098/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42098/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 hack/make.sh test-integration-flaky test-integration
13:46:42 [2021-05-06T13:46:42.404Z] ++ jobs -p
13:46:42 [2021-05-06T13:46:42.404Z] + for job in $(jobs -p)
13:46:42 [2021-05-06T13:46:42.404Z] + wait 11365
13:46:42 [2021-05-06T13:46:42.404Z] + TEST_INTEGRATION_DEST=3
13:46:42 [2021-05-06T13:46:42.404Z] + CONTAINER_NAME=docker-pr7-3
13:46:42 [2021-05-06T13:46:42.404Z] + TEST_SKIP_INTEGRATION=1
13:46:42 [2021-05-06T13:46:42.404Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
13:46:42 [2021-05-06T13:46:42.404Z] + run_tests
13:46:42 [2021-05-06T13:46:42.404Z] + '[' -n 0 ']'
13:46:42 [2021-05-06T13:46:42.404Z] + rm=
13:46:42 [2021-05-06T13:46:42.404Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42098/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42098/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42098/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 hack/make.sh '' test-integration
13:46:42 [2021-05-06T13:46:42.404Z] + TEST_INTEGRATION_DEST=2
13:46:42 [2021-05-06T13:46:42.404Z] + CONTAINER_NAME=docker-pr7-2
13:46:42 [2021-05-06T13:46:42.404Z] + TEST_SKIP_INTEGRATION=1
13:46:42 [2021-05-06T13:46:42.404Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
13:46:42 [2021-05-06T13:46:42.404Z] + run_tests
13:46:42 [2021-05-06T13:46:42.404Z] + '[' -n 0 ']'
13:46:42 [2021-05-06T13:46:42.404Z] + rm=
13:46:42 [2021-05-06T13:46:42.404Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42098/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42098/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42098/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 hack/make.sh '' test-integration
13:46:42 [2021-05-06T13:46:42.404Z] 
13:46:42 [2021-05-06T13:46:42.404Z] ---> Making bundle: test-integration (in bundles/test-integration)
13:46:42 [2021-05-06T13:46:42.404Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:46:42 [2021-05-06T13:46:42.404Z] HOSTNAME=f8622c490821
13:46:42 [2021-05-06T13:46:42.404Z] TEST_SKIP_INTEGRATION=1
13:46:42 [2021-05-06T13:46:42.404Z] TESTDEBUG=0
13:46:42 [2021-05-06T13:46:42.404Z] DEST=bundles/test-integration
13:46:42 [2021-05-06T13:46:42.404Z] PWD=/go/src/github.com/docker/docker
13:46:42 [2021-05-06T13:46:42.404Z] KEEPBUNDLE=1
13:46:42 [2021-05-06T13:46:42.404Z] DOCKER_GITCOMMIT=8e7ce3d4e1a110efdae2c11e84fa09ece6de9463
13:46:42 [2021-05-06T13:46:42.404Z] container=docker
13:46:42 [2021-05-06T13:46:42.404Z] HOME=/root
13:46:42 [2021-05-06T13:46:42.404Z] GOLANG_VERSION=1.13.15
13:46:42 [2021-05-06T13:46:42.404Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:46:42 [2021-05-06T13:46:42.404Z] VALIDATE_BRANCH=master
13:46:42 [2021-05-06T13:46:42.404Z] TERM=xterm
13:46:42 [2021-05-06T13:46:42.404Z] DOCKER_PKG=github.com/docker/docker
13:46:42 [2021-05-06T13:46:42.404Z] SHLVL=1
13:46:42 [2021-05-06T13:46:42.404Z] TIMEOUT=120m
13:46:42 [2021-05-06T13:46:42.404Z] DOCKER_BUILDTAGS=apparmor seccomp journald
13:46:42 [2021-05-06T13:46:42.404Z] DOCKER_GRAPHDRIVER=overlay2
13:46:42 [2021-05-06T13:46:42.404Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
13:46:42 [2021-05-06T13:46:42.404Z] GO111MODULE=off
13:46:42 [2021-05-06T13:46:42.404Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:46:42 [2021-05-06T13:46:42.404Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:46:42 [2021-05-06T13:46:42.404Z] GOPATH=/go
13:46:42 [2021-05-06T13:46:42.404Z] PKG_CONFIG=pkg-config
13:46:42 [2021-05-06T13:46:42.404Z] _=/usr/bin/env
13:46:42 [2021-05-06T13:46:42.404Z] Building test suite binary ./integration-cli/test.main
13:46:42 [2021-05-06T13:46:42.404Z] 
13:46:42 [2021-05-06T13:46:42.404Z] 
13:46:42 [2021-05-06T13:46:42.404Z] ---> Making bundle: test-integration (in bundles/test-integration)
13:46:42 [2021-05-06T13:46:42.404Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:46:42 [2021-05-06T13:46:42.404Z] HOSTNAME=7932ba8a31b1
13:46:42 [2021-05-06T13:46:42.404Z] TEST_SKIP_INTEGRATION=1
13:46:42 [2021-05-06T13:46:42.404Z] TESTDEBUG=0
13:46:42 [2021-05-06T13:46:42.404Z] DEST=bundles/test-integration
13:46:42 [2021-05-06T13:46:42.404Z] PWD=/go/src/github.com/docker/docker
13:46:42 [2021-05-06T13:46:42.404Z] KEEPBUNDLE=1
13:46:42 [2021-05-06T13:46:42.404Z] DOCKER_GITCOMMIT=8e7ce3d4e1a110efdae2c11e84fa09ece6de9463
13:46:42 [2021-05-06T13:46:42.404Z] container=docker
13:46:42 [2021-05-06T13:46:42.404Z] HOME=/root
13:46:42 [2021-05-06T13:46:42.404Z] GOLANG_VERSION=1.13.15
13:46:42 [2021-05-06T13:46:42.404Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:46:42 [2021-05-06T13:46:42.404Z] VALIDATE_BRANCH=master
13:46:42 [2021-05-06T13:46:42.404Z] TERM=xterm
13:46:42 [2021-05-06T13:46:42.404Z] DOCKER_PKG=github.com/docker/docker
13:46:42 [2021-05-06T13:46:42.404Z] SHLVL=1
13:46:42 [2021-05-06T13:46:42.404Z] TIMEOUT=120m
13:46:42 [2021-05-06T13:46:42.404Z] DOCKER_BUILDTAGS=apparmor seccomp journald
13:46:42 [2021-05-06T13:46:42.404Z] DOCKER_GRAPHDRIVER=overlay2
13:46:42 [2021-05-06T13:46:42.404Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
13:46:42 [2021-05-06T13:46:42.404Z] GO111MODULE=off
13:46:42 [2021-05-06T13:46:42.404Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:46:42 [2021-05-06T13:46:42.404Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:46:42 [2021-05-06T13:46:42.404Z] GOPATH=/go
13:46:42 [2021-05-06T13:46:42.404Z] PKG_CONFIG=pkg-config
13:46:42 [2021-05-06T13:46:42.404Z] _=/usr/bin/env
13:46:42 [2021-05-06T13:46:42.404Z] Building test suite binary ./integration-cli/test.main
13:46:42 [2021-05-06T13:46:42.404Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
13:46:42 [2021-05-06T13:46:42.404Z] No new tests added to integration.
13:46:42 [2021-05-06T13:46:42.404Z] 
13:46:42 [2021-05-06T13:46:42.404Z] ---> Making bundle: test-integration (in bundles/test-integration)
13:46:42 [2021-05-06T13:46:42.404Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:46:42 [2021-05-06T13:46:42.404Z] HOSTNAME=d804d85fbca6
13:46:42 [2021-05-06T13:46:42.404Z] TESTDEBUG=0
13:46:42 [2021-05-06T13:46:42.404Z] DEST=bundles/test-integration
13:46:42 [2021-05-06T13:46:42.404Z] PWD=/go/src/github.com/docker/docker
13:46:42 [2021-05-06T13:46:42.404Z] KEEPBUNDLE=1
13:46:42 [2021-05-06T13:46:42.404Z] DOCKER_GITCOMMIT=8e7ce3d4e1a110efdae2c11e84fa09ece6de9463
13:46:42 [2021-05-06T13:46:42.404Z] container=docker
13:46:42 [2021-05-06T13:46:42.404Z] HOME=/root
13:46:42 [2021-05-06T13:46:42.404Z] GOLANG_VERSION=1.13.15
13:46:42 [2021-05-06T13:46:42.404Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:46:42 [2021-05-06T13:46:42.404Z] VALIDATE_BRANCH=master
13:46:42 [2021-05-06T13:46:42.404Z] TERM=xterm
13:46:42 [2021-05-06T13:46:42.404Z] DOCKER_PKG=github.com/docker/docker
13:46:42 [2021-05-06T13:46:42.404Z] SHLVL=1
13:46:42 [2021-05-06T13:46:42.404Z] TIMEOUT=120m
13:46:42 [2021-05-06T13:46:42.404Z] DOCKER_BUILDTAGS=apparmor seccomp journald
13:46:42 [2021-05-06T13:46:42.404Z] DOCKER_GRAPHDRIVER=overlay2
13:46:42 [2021-05-06T13:46:42.404Z] GO111MODULE=off
13:46:42 [2021-05-06T13:46:42.404Z] TEST_SKIP_INTEGRATION_CLI=1
13:46:42 [2021-05-06T13:46:42.404Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:46:42 [2021-05-06T13:46:42.404Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:46:42 [2021-05-06T13:46:42.404Z] GOPATH=/go
13:46:42 [2021-05-06T13:46:42.404Z] PKG_CONFIG=pkg-config
13:46:42 [2021-05-06T13:46:42.404Z] _=/usr/bin/env
13:46:42 [2021-05-06T13:46:42.404Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
13:46:42 [2021-05-06T13:46:42.416Z] #51 ...
13:46:42 [2021-05-06T13:46:42.416Z] 
13:46:42 [2021-05-06T13:46:42.416Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:46:42 [2021-05-06T13:46:42.416Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:46:42 [2021-05-06T13:46:42.416Z] #43 18.81   CC       images/core-s390.o
13:46:42 [2021-05-06T13:46:42.676Z] #43 ...
13:46:42 [2021-05-06T13:46:42.676Z] 
13:46:42 [2021-05-06T13:46:42.676Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:46:42 [2021-05-06T13:46:42.676Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:46:42 [2021-05-06T13:46:42.676Z] #13 68.71 Selecting previously unselected package gcc-mingw-w64-base.
13:46:42 [2021-05-06T13:46:42.676Z] #13 68.71 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
13:46:42 [2021-05-06T13:46:42.676Z] #13 68.71 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
13:46:42 [2021-05-06T13:46:42.676Z] #13 68.89 Selecting previously unselected package gcc-mingw-w64-x86-64.
13:46:42 [2021-05-06T13:46:42.676Z] #13 68.89 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
13:46:42 [2021-05-06T13:46:42.676Z] #13 68.89 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:46:42 [2021-05-06T13:46:42.802Z] #1 [internal] load build definition from Dockerfile
13:46:42 [2021-05-06T13:46:42.802Z] #1 sha256:b6706dc974a1a7dc7856a7f1c39ec8f229b45e141744094b5d0eadf3a2f13517
13:46:42 [2021-05-06T13:46:42.802Z] #1 transferring dockerfile:
13:46:42 [2021-05-06T13:46:42.802Z] #1 transferring dockerfile: 17.07kB done
13:46:42 [2021-05-06T13:46:42.802Z] #1 DONE 0.2s
13:46:42 [2021-05-06T13:46:42.802Z] 
13:46:42 [2021-05-06T13:46:42.802Z] #2 [internal] load .dockerignore
13:46:42 [2021-05-06T13:46:42.802Z] #2 sha256:11a37cd0734e769b195cc79dffd2d9b0488c08f6d346cf9bfe606a7f97ba17de
13:46:42 [2021-05-06T13:46:42.802Z] #2 transferring context: 87B done
13:46:42 [2021-05-06T13:46:42.802Z] #2 DONE 0.1s
13:46:42 [2021-05-06T13:46:42.802Z] 
13:46:42 [2021-05-06T13:46:42.802Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
13:46:42 [2021-05-06T13:46:42.802Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
13:46:42 [2021-05-06T13:46:42.937Z] #13 ...
13:46:42 [2021-05-06T13:46:42.937Z] 
13:46:42 [2021-05-06T13:46:42.937Z] #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
13:46:42 [2021-05-06T13:46:42.937Z] #45 sha256:c7a5d16dbc797fa74951efb44cde31e77e2822200ef56c73985f44b53bdf7604
13:46:42 [2021-05-06T13:46:42.937Z] #45 78.93 go/parser
13:46:42 [2021-05-06T13:46:42.937Z] #45 80.19 text/template
13:46:43 [2021-05-06T13:46:43.319Z] Fetching without tags
13:46:43 [2021-05-06T13:46:43.379Z] #3 DONE 0.4s
13:46:43 [2021-05-06T13:46:43.379Z] 
13:46:43 [2021-05-06T13:46:43.379Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
13:46:43 [2021-05-06T13:46:43.379Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
13:46:43 [2021-05-06T13:46:43.379Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
13:46:43 [2021-05-06T13:46:43.379Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
13:46:43 [2021-05-06T13:46:43.379Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
13:46:43 [2021-05-06T13:46:43.379Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
13:46:43 [2021-05-06T13:46:43.379Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 2.10MB / 9.64MB 0.1s
13:46:43 [2021-05-06T13:46:43.504Z] #45 82.62 log
13:46:43 [2021-05-06T13:46:43.644Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.4s
13:46:43 [2021-05-06T13:46:43.686Z] Merging remotes/origin/master commit e42a32e4f00863d7b081f4c86a1d7553afad6b59 into PR head commit 4d3f64da6348c20f57efe01ca483b130bcf5dd9b
13:46:43 [2021-05-06T13:46:43.926Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.5s done
13:46:43 [2021-05-06T13:46:43.926Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4
13:46:44 [2021-05-06T13:46:44.072Z] #45 83.16 encoding/xml
13:46:44 [2021-05-06T13:46:44.188Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.3s done
13:46:44 [2021-05-06T13:46:44.188Z] #4 DONE 0.9s
13:46:43 [2021-05-06T13:46:43.272Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:46:43 [2021-05-06T13:46:43.289Z]  > git config --add remote.origin.fetch +refs/pull/42098/head:refs/remotes/origin/PR-42098 # timeout=10
13:46:43 [2021-05-06T13:46:43.298Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:46:43 [2021-05-06T13:46:43.309Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:46:43 [2021-05-06T13:46:43.326Z] Fetching upstream changes from https://github.com/moby/moby.git
13:46:43 [2021-05-06T13:46:43.326Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:46:43 [2021-05-06T13:46:43.328Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42098/head:refs/remotes/origin/PR-42098 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:46:43 [2021-05-06T13:46:43.697Z]  > git config core.sparsecheckout # timeout=10
13:46:43 [2021-05-06T13:46:43.702Z]  > git checkout -f 4d3f64da6348c20f57efe01ca483b130bcf5dd9b # timeout=10
13:46:44 [2021-05-06T13:46:44.448Z] 
13:46:44 [2021-05-06T13:46:44.448Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:46:44 [2021-05-06T13:46:44.448Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
13:46:44 [2021-05-06T13:46:44.846Z] Client:
13:46:44 [2021-05-06T13:46:44.846Z]  Context:    default
13:46:44 [2021-05-06T13:46:44.846Z]  Debug Mode: false
13:46:44 [2021-05-06T13:46:44.846Z]  Plugins:
13:46:44 [2021-05-06T13:46:44.846Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
13:46:44 [2021-05-06T13:46:44.846Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
13:46:44 [2021-05-06T13:46:44.846Z] 
13:46:44 [2021-05-06T13:46:44.846Z] Server:
13:46:44 [2021-05-06T13:46:44.846Z]  Containers: 0
13:46:44 [2021-05-06T13:46:44.846Z]   Running: 0
13:46:44 [2021-05-06T13:46:44.846Z]   Paused: 0
13:46:44 [2021-05-06T13:46:44.846Z]   Stopped: 0
13:46:44 [2021-05-06T13:46:44.846Z]  Images: 0
13:46:44 [2021-05-06T13:46:44.846Z]  Server Version: 20.10.5
13:46:44 [2021-05-06T13:46:44.846Z]  Storage Driver: overlay2
13:46:44 [2021-05-06T13:46:44.846Z]   Backing Filesystem: extfs
13:46:44 [2021-05-06T13:46:44.846Z]   Supports d_type: true
13:46:44 [2021-05-06T13:46:44.846Z]   Native Overlay Diff: true
13:46:44 [2021-05-06T13:46:44.846Z]  Logging Driver: json-file
13:46:44 [2021-05-06T13:46:44.846Z]  Cgroup Driver: systemd
13:46:44 [2021-05-06T13:46:44.846Z]  Cgroup Version: 2
13:46:44 [2021-05-06T13:46:44.846Z]  Plugins:
13:46:44 [2021-05-06T13:46:44.846Z]   Volume: local
13:46:44 [2021-05-06T13:46:44.846Z]   Network: bridge host ipvlan macvlan null overlay
13:46:44 [2021-05-06T13:46:44.846Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:46:44 [2021-05-06T13:46:44.846Z]  Swarm: inactive
13:46:44 [2021-05-06T13:46:44.846Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:46:44 [2021-05-06T13:46:44.846Z]  Default Runtime: runc
13:46:44 [2021-05-06T13:46:44.846Z]  Init Binary: docker-init
13:46:44 [2021-05-06T13:46:44.846Z]  containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:46:44 [2021-05-06T13:46:44.846Z]  runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:46:44 [2021-05-06T13:46:44.846Z]  init version: de40ad0
13:46:44 [2021-05-06T13:46:44.846Z]  Security Options:
13:46:44 [2021-05-06T13:46:44.846Z]   apparmor
13:46:44 [2021-05-06T13:46:44.846Z]   seccomp
13:46:44 [2021-05-06T13:46:44.846Z]    Profile: default
13:46:44 [2021-05-06T13:46:44.846Z]   cgroupns
13:46:44 [2021-05-06T13:46:44.846Z]  Kernel Version: 5.4.0-1041-aws
13:46:44 [2021-05-06T13:46:44.846Z]  Operating System: Ubuntu 20.04.2 LTS
13:46:44 [2021-05-06T13:46:44.846Z]  OSType: linux
13:46:44 [2021-05-06T13:46:44.846Z]  Architecture: x86_64
13:46:44 [2021-05-06T13:46:44.846Z]  CPUs: 2
13:46:44 [2021-05-06T13:46:44.846Z]  Total Memory: 7.569GiB
13:46:44 [2021-05-06T13:46:44.846Z]  Name: ip-10-100-91-237
13:46:44 [2021-05-06T13:46:44.846Z]  ID: XSCR:IMEW:U2PS:XHFP:UG4F:RXBB:XG3Q:ZRJE:MOFM:IVIM:YDU4:RNLR
13:46:44 [2021-05-06T13:46:44.846Z]  Docker Root Dir: /var/lib/docker
13:46:44 [2021-05-06T13:46:44.846Z]  Debug Mode: false
13:46:44 [2021-05-06T13:46:44.846Z]  Registry: https://index.docker.io/v1/
13:46:44 [2021-05-06T13:46:44.846Z]  Labels:
13:46:44 [2021-05-06T13:46:44.846Z]  Experimental: true
13:46:44 [2021-05-06T13:46:44.846Z]  Insecure Registries:
13:46:44 [2021-05-06T13:46:44.846Z]   127.0.0.0/8
13:46:44 [2021-05-06T13:46:44.846Z]  Live Restore Enabled: true
13:46:44 [2021-05-06T13:46:44.846Z] 
13:46:44 [2021-05-06T13:46:44.846Z] WARNING: Support for cgroup v2 is experimental
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
13:46:45 [2021-05-06T13:46:45.007Z] #45 ...
13:46:45 [2021-05-06T13:46:45.007Z] 
13:46:45 [2021-05-06T13:46:45.007Z] #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
13:46:45 [2021-05-06T13:46:45.007Z] #56 sha256:2c4b3c95ea616cec0ed1eb658a933aa488fd9af90585d262c55a45ab39368fea
13:46:45 [2021-05-06T13:46:45.193Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 .
13:46:45 [2021-05-06T13:46:45.399Z] #8 ...
13:46:45 [2021-05-06T13:46:45.399Z] 
13:46:45 [2021-05-06T13:46:45.399Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
13:46:45 [2021-05-06T13:46:45.399Z] #5 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
13:46:45 [2021-05-06T13:46:45.399Z] #5 DONE 1.0s
13:46:45 [2021-05-06T13:46:45.449Z] #2 [internal] load .dockerignore
13:46:45 [2021-05-06T13:46:45.450Z] #2 sha256:28f26f7b3b9a3ef27b1cf9ec73e05819609c1b8d2f60a1bedf44077ba5a03976
13:46:45 [2021-05-06T13:46:45.525Z] #56 42.62 Checking out files:  50% (1990/3916)   
Checking out files:  51% (1998/3916)   
Checking out files:  52% (2037/3916)   
Checking out files:  53% (2076/3916)   
Checking out files:  54% (2115/3916)   
Checking out files:  55% (2154/3916)   
Checking out files:  56% (2193/3916)   
Checking out files:  57% (2233/3916)   
Checking out files:  58% (2272/3916)   
Checking out files:  59% (2311/3916)   
Checking out files:  60% (2350/3916)   
Checking out files:  61% (2389/3916)   
Checking out files:  62% (2428/3916)   
Checking out files:  63% (2468/3916)   
Checking out files:  64% (2507/3916)   
Checking out files:  65% (2546/3916)   
Checking out files:  66% (2585/3916)   
Checking out files:  67% (2624/3916)   
Checking out files:  68% (2663/3916)   
Checking out files:  69% (2703/3916)   
Checking out files:  70% (2742/3916)   
Checking out files:  71% (2781/3916)   
Checking out files:  72% (2820/3916)   
Checking out files:  73% (2859/3916)   
Checking out files:  74% (2898/3916)   
Checking out files:  75% (2937/3916)   
Checking out files:  76% (2977/3916)   
Checking out files:  77% (3016/3916)   
Checking out files:  78% (3055/3916)   
Checking out files:  79% (3094/3916)   
Checking out files:  80% (3133/3916)   
Checking out files:  81% (3172/3916)   
Checking out files:  82% (3212/3916)   
Checking out files:  83% (3251/3916)   
Checking out files:  84% (3290/3916)   
Checking out files:  85% (3329/3916)   
Checking out files:  86% (3368/3916)   
Checking out files:  87% (3407/3916)   
Checking out files:  88% (3447/3916)   
Checking out files:  89% (3486/3916)   
Checking out files:  90% (3525/3916)   
Checking out files:  90% (3562/3916)   
Checking out files:  91% (3564/3916)   
Checking out files:  92% (3603/3916)   
Checking out files:  93% (3642/3916)   
Checking out files:  94% (3682/3916)   
Checking out files:  95% (3721/3916)   
Checking out files:  96% (3760/3916)   
Checking out files:  97% (3799/3916)   
Checking out files:  98% (3838/3916)   
Checking out files:  99% (3877/3916)   
Checking out files: 100% (3916/3916)   
Checking out files: 100% (3916/3916), done.
13:46:45 [2021-05-06T13:46:45.525Z] #56 44.00 + cd /tmp/tmp.NlE2HWi0r6/src/github.com/containerd/containerd
13:46:45 [2021-05-06T13:46:45.592Z] Merge succeeded, producing fcc821e7af7d83acfc03de9c18c7858cf229fc46
13:46:45 [2021-05-06T13:46:45.593Z] Checking out Revision fcc821e7af7d83acfc03de9c18c7858cf229fc46 (PR-42098)
13:46:45 [2021-05-06T13:46:45.661Z] 
13:46:45 [2021-05-06T13:46:45.661Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:46:45 [2021-05-06T13:46:45.661Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
13:46:45 [2021-05-06T13:46:45.661Z] #8 DONE 1.0s
13:46:45 [2021-05-06T13:46:45.661Z] 
13:46:45 [2021-05-06T13:46:45.661Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:46:45 [2021-05-06T13:46:45.661Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
13:46:45 [2021-05-06T13:46:45.661Z] #7 DONE 1.0s
13:46:45 [2021-05-06T13:46:45.661Z] 
13:46:45 [2021-05-06T13:46:45.661Z] #6 [internal] load metadata for docker.io/library/debian:buster
13:46:45 [2021-05-06T13:46:45.661Z] #6 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
13:46:45 [2021-05-06T13:46:45.661Z] #6 DONE 1.1s
13:46:45 [2021-05-06T13:46:45.780Z] #2 transferring context: 87B done
13:46:45 [2021-05-06T13:46:45.780Z] #2 DONE 0.3s
13:46:45 [2021-05-06T13:46:45.780Z] 
13:46:45 [2021-05-06T13:46:45.780Z] #1 [internal] load build definition from Dockerfile
13:46:45 [2021-05-06T13:46:45.780Z] #1 sha256:3544cb5dabf856a06fb878fd8fa025e21d65257841c4ce84f75ae7d9e327aff1
13:46:45 [2021-05-06T13:46:45.780Z] #1 transferring dockerfile: 17.07kB done
13:46:45 [2021-05-06T13:46:45.780Z] #1 DONE 0.4s
13:46:45 [2021-05-06T13:46:45.780Z] 
13:46:45 [2021-05-06T13:46:45.780Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
13:46:45 [2021-05-06T13:46:45.780Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
13:46:45 [2021-05-06T13:46:45.785Z] #56 44.00 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:46:46 [2021-05-06T13:46:46.037Z] #3 DONE 0.5s
13:46:46 [2021-05-06T13:46:46.295Z] 
13:46:46 [2021-05-06T13:46:46.295Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
13:46:46 [2021-05-06T13:46:46.295Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
13:46:46 [2021-05-06T13:46:46.295Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
13:46:46 [2021-05-06T13:46:46.295Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
13:46:46 [2021-05-06T13:46:46.295Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
13:46:46 [2021-05-06T13:46:46.295Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 1.05MB / 9.64MB 0.1s
13:46:46 [2021-05-06T13:46:46.295Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
13:46:46 [2021-05-06T13:46:46.295Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s
13:46:44 [2021-05-06T13:46:44.711Z]  > git remote # timeout=10
13:46:44 [2021-05-06T13:46:44.717Z]  > git config --get remote.origin.url # timeout=10
13:46:44 [2021-05-06T13:46:44.728Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:46:44 [2021-05-06T13:46:44.729Z]  > git merge e42a32e4f00863d7b081f4c86a1d7553afad6b59 # timeout=10
13:46:45 [2021-05-06T13:46:45.587Z]  > git rev-parse HEAD^{commit} # timeout=10
13:46:45 [2021-05-06T13:46:45.597Z]  > git config core.sparsecheckout # timeout=10
13:46:45 [2021-05-06T13:46:45.601Z]  > git checkout -f fcc821e7af7d83acfc03de9c18c7858cf229fc46 # timeout=10
13:46:46 [2021-05-06T13:46:46.564Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s done
13:46:46 [2021-05-06T13:46:46.564Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.1s
13:46:46 [2021-05-06T13:46:46.564Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done
13:46:46 [2021-05-06T13:46:46.564Z] #4 DONE 0.5s
13:46:46 [2021-05-06T13:46:46.820Z] 
13:46:46 [2021-05-06T13:46:46.820Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster
13:46:46 [2021-05-06T13:46:46.820Z] #8 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
13:46:47 [2021-05-06T13:46:47.690Z] #56 46.04 + export 'BUILDTAGS=netgo osusergo static_build'
13:46:47 [2021-05-06T13:46:47.690Z] #56 46.04 + BUILDTAGS='netgo osusergo static_build'
13:46:47 [2021-05-06T13:46:47.690Z] #56 46.04 + export EXTRA_FLAGS=-buildmode=pie
13:46:47 [2021-05-06T13:46:47.690Z] #56 46.04 + EXTRA_FLAGS=-buildmode=pie
13:46:47 [2021-05-06T13:46:47.690Z] #56 46.04 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
13:46:47 [2021-05-06T13:46:47.690Z] #56 46.04 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
13:46:47 [2021-05-06T13:46:47.690Z] #56 46.04 + '[' '' = dynamic ']'
13:46:47 [2021-05-06T13:46:47.690Z] #56 46.04 + make
13:46:47 [2021-05-06T13:46:47.749Z] #8 DONE 0.7s
13:46:47 [2021-05-06T13:46:47.749Z] 
13:46:47 [2021-05-06T13:46:47.749Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:46:47 [2021-05-06T13:46:47.749Z] #5 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
13:46:47 [2021-05-06T13:46:47.749Z] #5 DONE 0.8s
13:46:47 [2021-05-06T13:46:47.749Z] 
13:46:47 [2021-05-06T13:46:47.749Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:46:47 [2021-05-06T13:46:47.749Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
13:46:47 [2021-05-06T13:46:47.749Z] #6 DONE 0.8s
13:46:47 [2021-05-06T13:46:47.749Z] 
13:46:47 [2021-05-06T13:46:47.749Z] #7 [internal] load metadata for docker.io/library/debian:buster
13:46:47 [2021-05-06T13:46:47.749Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
13:46:47 [2021-05-06T13:46:47.749Z] #7 DONE 0.8s
13:46:48 [2021-05-06T13:46:48.967Z] 
13:46:48 [2021-05-06T13:46:48.967Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:46:48 [2021-05-06T13:46:48.967Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
13:46:48 [2021-05-06T13:46:48.967Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
13:46:48 [2021-05-06T13:46:48.967Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
13:46:48 [2021-05-06T13:46:48.967Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0B / 12.42MB 0.0s
13:46:48 [2021-05-06T13:46:48.967Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
13:46:48 [2021-05-06T13:46:48.967Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
13:46:48 [2021-05-06T13:46:48.967Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.05MB / 12.42MB 0.3s
13:46:48 [2021-05-06T13:46:48.967Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.10MB / 12.42MB 0.4s
13:46:49 [2021-05-06T13:46:49.070Z] #56 47.14 + bin/ctr
13:46:49 [2021-05-06T13:46:49.256Z] Commit message: "Merge commit 'e42a32e4f00863d7b081f4c86a1d7553afad6b59' into HEAD"
13:46:49 [2021-05-06T13:46:49.274Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.24MB / 12.42MB 0.6s
13:46:49 [2021-05-06T13:46:49.260Z]  > git rev-list --no-walk 4d3f64da6348c20f57efe01ca483b130bcf5dd9b # timeout=10
13:46:49 [2021-05-06T13:46:49.536Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.7s
13:46:49 [2021-05-06T13:46:49.645Z] 
13:46:49 [2021-05-06T13:46:49.645Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:46:49 [2021-05-06T13:46:49.645Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
13:46:49 [2021-05-06T13:46:49.645Z] #26 resolve docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 0.1s done
13:46:49 [2021-05-06T13:46:49.645Z] #26 sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 1.85kB / 1.85kB done
13:46:49 [2021-05-06T13:46:49.645Z] #26 sha256:fa335fed387465ccc369958d7908e1975e7d65677f7f3050d862161754ebcf90 529B / 529B done
13:46:49 [2021-05-06T13:46:49.645Z] #26 sha256:0d587dfbc4f4800bfe9ab08662e8396ffc37060c493f8ef24b2823fef3320df6 1.46kB / 1.46kB done
13:46:49 [2021-05-06T13:46:49.645Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 1.05MB / 50.43MB 0.2s
[Pipeline] withEnv
[Pipeline] {
13:46:49 [2021-05-06T13:46:49.797Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.1s done
13:46:49 [2021-05-06T13:46:49.797Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
13:46:49 [2021-05-06T13:46:49.931Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 7.34MB / 50.43MB 0.3s
13:46:49 [2021-05-06T13:46:49.931Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 11.53MB / 50.43MB 0.4s
13:46:50 [2021-05-06T13:46:50.189Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 25.17MB / 50.43MB 0.6s
13:46:50 [2021-05-06T13:46:50.189Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 30.41MB / 50.43MB 0.7s
13:46:50 [2021-05-06T13:46:50.189Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 33.55MB / 50.43MB 0.8s
13:46:50 [2021-05-06T13:46:50.447Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 39.85MB / 50.43MB 0.9s
13:46:50 [2021-05-06T13:46:50.447Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 48.23MB / 50.43MB 1.0s
13:46:50 [2021-05-06T13:46:50.466Z] + docker version
13:46:51 [2021-05-06T13:46:51.021Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 50.43MB / 50.43MB 1.5s done
13:46:51 [2021-05-06T13:46:51.021Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc
13:46:51 [2021-05-06T13:46:51.963Z] #26 ...
13:46:51 [2021-05-06T13:46:51.963Z] 
13:46:51 [2021-05-06T13:46:51.963Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:46:51 [2021-05-06T13:46:51.963Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
13:46:51 [2021-05-06T13:46:51.963Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
13:46:51 [2021-05-06T13:46:51.963Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
13:46:51 [2021-05-06T13:46:51.963Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
13:46:51 [2021-05-06T13:46:51.963Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
13:46:51 [2021-05-06T13:46:51.963Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done
13:46:51 [2021-05-06T13:46:51.963Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.2s done
13:46:51 [2021-05-06T13:46:51.963Z] #62 DONE 2.6s
13:46:52 [2021-05-06T13:46:52.223Z] 
13:46:52 [2021-05-06T13:46:52.223Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:46:52 [2021-05-06T13:46:52.223Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:46:52 [2021-05-06T13:46:52.223Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done
13:46:52 [2021-05-06T13:46:52.223Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
13:46:52 [2021-05-06T13:46:52.223Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
13:46:52 [2021-05-06T13:46:52.223Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
13:46:52 [2021-05-06T13:46:52.223Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.0s done
13:46:52 [2021-05-06T13:46:52.223Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 2.1s done
13:46:52 [2021-05-06T13:46:52.223Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0.4s
13:46:52 [2021-05-06T13:46:52.223Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 16.78MB / 68.67MB 2.6s
13:46:52 [2021-05-06T13:46:52.223Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.6s
13:46:52 [2021-05-06T13:46:52.223Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 2.10MB / 51.83MB 2.6s
13:46:52 [2021-05-06T13:46:52.483Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 28.31MB / 68.67MB 2.8s
13:46:52 [2021-05-06T13:46:52.483Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.6s done
13:46:52 [2021-05-06T13:46:52.483Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 9.44MB / 51.83MB 2.8s
13:46:52 [2021-05-06T13:46:52.483Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 4.19MB / 120.17MB 2.8s
13:46:52 [2021-05-06T13:46:52.483Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 12.58MB / 51.83MB 2.9s
13:46:52 [2021-05-06T13:46:52.483Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 32.51MB / 68.67MB 3.0s
13:46:52 [2021-05-06T13:46:52.483Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 15.73MB / 51.83MB 3.0s
13:46:52 [2021-05-06T13:46:52.483Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 16.29MB / 120.17MB 3.0s
13:46:52 [2021-05-06T13:46:52.742Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 44.04MB / 68.67MB 3.2s
13:46:52 [2021-05-06T13:46:52.742Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 22.02MB / 51.83MB 3.2s
13:46:52 [2021-05-06T13:46:52.742Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 27.26MB / 120.17MB 3.2s
13:46:52 [2021-05-06T13:46:52.742Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 50.33MB / 68.67MB 3.3s
13:46:52 [2021-05-06T13:46:52.742Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 25.17MB / 51.83MB 3.3s
13:46:53 [2021-05-06T13:46:53.001Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 60.82MB / 68.67MB 3.5s
13:46:53 [2021-05-06T13:46:53.001Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 32.51MB / 51.83MB 3.5s
13:46:53 [2021-05-06T13:46:53.001Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 38.80MB / 120.17MB 3.5s
13:46:53 [2021-05-06T13:46:53.001Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 35.74MB / 51.83MB 3.5s
13:46:53 [2021-05-06T13:46:53.258Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.7s
13:46:53 [2021-05-06T13:46:53.258Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 48.50MB / 51.83MB 3.7s
13:46:53 [2021-05-06T13:46:53.258Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 54.53MB / 120.17MB 3.7s
13:46:53 [2021-05-06T13:46:53.258Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.8s
13:46:53 [2021-05-06T13:46:53.258Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 66.06MB / 120.17MB 3.8s
13:46:53 [2021-05-06T13:46:53.268Z] #56 ...
13:46:53 [2021-05-06T13:46:53.268Z] 
13:46:53 [2021-05-06T13:46:53.268Z] #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
13:46:53 [2021-05-06T13:46:53.268Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:46:53 [2021-05-06T13:46:53.268Z] #43 19.51   CC       images/cpuinfo.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 19.93   CC       images/inventory.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 20.21   CC       images/fdinfo.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 20.59   CC       images/fown.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 20.84   CC       images/ns.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 21.12   CC       images/regfile.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 21.33   CC       images/ghost-file.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 21.66   CC       images/fifo.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 21.90   CC       images/remap-file-path.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 22.11   CC       images/eventfd.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 22.36   CC       images/eventpoll.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 22.63   CC       images/fh.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 23.00   CC       images/fsnotify.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 23.64   CC       images/signalfd.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 23.83   CC       images/fs.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 23.98   CC       images/pstree.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 24.20   CC       images/pipe.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 24.49   CC       images/tcp-stream.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 24.74   CC       images/sk-packet.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 25.02   CC       images/mnt.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 25.33   CC       images/pipe-data.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 25.53   CC       images/sa.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 25.72   CC       images/timer.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 26.06   CC       images/timerfd.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 26.32   CC       images/mm.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 26.58   CC       images/sk-opts.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 26.84   CC       images/sk-unix.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 27.08   CC       images/sk-inet.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 27.43   CC       images/tun.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 27.76   CC       images/sk-netlink.o
13:46:53 [2021-05-06T13:46:53.268Z] #43 28.00   CC       images/packet-sock.o
13:46:53 [2021-05-06T13:46:53.269Z] #43 28.44   CC       images/ipc-var.o
13:46:53 [2021-05-06T13:46:53.269Z] #43 28.75   CC       images/ipc-desc.o
13:46:53 [2021-05-06T13:46:53.269Z] #43 29.01   CC       images/ipc-shm.o
13:46:53 [2021-05-06T13:46:53.269Z] #43 29.24   CC       images/ipc-msg.o
13:46:53 [2021-05-06T13:46:53.269Z] #43 29.57   CC       images/ipc-sem.o
13:46:53 [2021-05-06T13:46:53.269Z] #43 29.76   CC       images/utsns.o
13:46:53 [2021-05-06T13:46:53.530Z] #43 ...
13:46:53 [2021-05-06T13:46:53.530Z] 
13:46:53 [2021-05-06T13:46:53.530Z] #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
13:46:53 [2021-05-06T13:46:53.530Z] #51 sha256:195c61246dc271f9b14d63f15569e31729f571e684f6308715f55a59842897db
13:46:53 [2021-05-06T13:46:53.530Z] #51 85.60 mvdan.cc/sh/v3/cmd/shfmt
13:46:53 [2021-05-06T13:46:53.530Z] #51 DONE 92.5s
13:46:53 [2021-05-06T13:46:53.530Z] 
13:46:53 [2021-05-06T13:46:53.530Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:46:53 [2021-05-06T13:46:53.530Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:46:53 [2021-05-06T13:46:53.530Z] #13 89.34 Selecting previously unselected package g++-mingw-w64-x86-64.
13:46:53 [2021-05-06T13:46:53.530Z] #13 89.35 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
13:46:53 [2021-05-06T13:46:53.530Z] #13 89.37 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:46:53 [2021-05-06T13:46:53.531Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 91.23MB / 120.17MB 4.1s
13:46:53 [2021-05-06T13:46:53.789Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.1s done
13:46:53 [2021-05-06T13:46:53.789Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 102.48MB / 120.17MB 4.2s
13:46:53 [2021-05-06T13:46:53.789Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 109.05MB / 120.17MB 4.3s
13:46:53 [2021-05-06T13:46:53.789Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 117.44MB / 120.17MB 4.4s
13:46:54 [2021-05-06T13:46:54.023Z] #64 ...
13:46:54 [2021-05-06T13:46:54.023Z] 
13:46:54 [2021-05-06T13:46:54.023Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:46:54 [2021-05-06T13:46:54.023Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
13:46:54 [2021-05-06T13:46:54.023Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
13:46:54 [2021-05-06T13:46:54.023Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
13:46:54 [2021-05-06T13:46:54.023Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
13:46:54 [2021-05-06T13:46:54.023Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
13:46:54 [2021-05-06T13:46:54.023Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.8s done
13:46:54 [2021-05-06T13:46:54.023Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.8s done
13:46:54 [2021-05-06T13:46:54.023Z] #62 DONE 5.1s
13:46:54 [2021-05-06T13:46:54.023Z] 
13:46:54 [2021-05-06T13:46:54.023Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:46:54 [2021-05-06T13:46:54.023Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
13:46:54 [2021-05-06T13:46:54.023Z] #64 ...
13:46:54 [2021-05-06T13:46:54.023Z] 
13:46:54 [2021-05-06T13:46:54.023Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:46:54 [2021-05-06T13:46:54.023Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:46:54 [2021-05-06T13:46:54.023Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.2s done
13:46:54 [2021-05-06T13:46:54.023Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
13:46:54 [2021-05-06T13:46:54.023Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
13:46:54 [2021-05-06T13:46:54.023Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
13:46:54 [2021-05-06T13:46:54.023Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.8s done
13:46:54 [2021-05-06T13:46:54.023Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 3.3s done
13:46:54 [2021-05-06T13:46:54.023Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.2s done
13:46:54 [2021-05-06T13:46:54.023Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.9s done
13:46:54 [2021-05-06T13:46:54.023Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.7s done
13:46:54 [2021-05-06T13:46:54.023Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 1.4s
13:46:54 [2021-05-06T13:46:54.023Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.7s done
13:46:54 [2021-05-06T13:46:54.023Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 3.77MB / 120.17MB 5.1s
13:46:54 [2021-05-06T13:46:54.023Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 11.53MB / 120.17MB 5.3s
13:46:54 [2021-05-06T13:46:54.047Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 4.5s
13:46:54 [2021-05-06T13:46:54.047Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.6s
13:46:54 [2021-05-06T13:46:54.284Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 24.12MB / 120.17MB 5.5s
13:46:54 [2021-05-06T13:46:54.284Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 33.79MB / 120.17MB 5.7s
13:46:54 [2021-05-06T13:46:54.304Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 4.6s done
13:46:54 [2021-05-06T13:46:54.858Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 44.04MB / 120.17MB 6.2s
13:46:54 [2021-05-06T13:46:54.858Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 51.38MB / 120.17MB 6.4s
13:46:54 [2021-05-06T13:46:54.868Z] #9 ...
13:46:54 [2021-05-06T13:46:54.868Z] 
13:46:54 [2021-05-06T13:46:54.868Z] #23 [internal] load build context
13:46:54 [2021-05-06T13:46:54.868Z] #23 sha256:5c90c16d499029377d03b943398b61c8660fdf955d80a4ad517e66136fad514a
13:46:54 [2021-05-06T13:46:54.868Z] #23 transferring context: 53.20MB 5.4s done
13:46:54 [2021-05-06T13:46:54.868Z] #23 DONE 5.6s
13:46:54 [2021-05-06T13:46:54.868Z] 
13:46:54 [2021-05-06T13:46:54.868Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:46:54 [2021-05-06T13:46:54.868Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:46:54 [2021-05-06T13:46:54.868Z] #9 ...
13:46:54 [2021-05-06T13:46:54.868Z] 
13:46:54 [2021-05-06T13:46:54.868Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:46:54 [2021-05-06T13:46:54.868Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
13:46:55 [2021-05-06T13:46:55.432Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 59.77MB / 120.17MB 6.8s
13:46:55 [2021-05-06T13:46:55.695Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 67.11MB / 120.17MB 7.1s
13:46:55 [2021-05-06T13:46:55.695Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 73.40MB / 120.17MB 7.2s
13:46:55 [2021-05-06T13:46:55.957Z] #9 ...
13:46:55 [2021-05-06T13:46:55.957Z] 
13:46:55 [2021-05-06T13:46:55.957Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:46:55 [2021-05-06T13:46:55.957Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
13:46:55 [2021-05-06T13:46:55.957Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.8s done
13:46:55 [2021-05-06T13:46:55.957Z] #64 DONE 7.5s
13:46:55 [2021-05-06T13:46:55.957Z] 
13:46:55 [2021-05-06T13:46:55.957Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:46:55 [2021-05-06T13:46:55.957Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:46:55 [2021-05-06T13:46:55.957Z] #9 ...
13:46:55 [2021-05-06T13:46:55.957Z] 
13:46:55 [2021-05-06T13:46:55.957Z] #23 [internal] load build context
13:46:55 [2021-05-06T13:46:55.957Z] #23 sha256:90c350c48668d4e3e22785c9fc4ccf6594ffb8006413a6213b7f1c7d19438883
13:46:55 [2021-05-06T13:46:55.957Z] #23 transferring context: 42.45MB 7.6s
13:46:56 [2021-05-06T13:46:56.219Z] #23 ...
13:46:56 [2021-05-06T13:46:56.219Z] 
13:46:56 [2021-05-06T13:46:56.219Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:46:56 [2021-05-06T13:46:56.219Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:46:56 [2021-05-06T13:46:56.219Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 85.98MB / 120.17MB 7.6s
13:46:56 [2021-05-06T13:46:56.234Z] #13 ...
13:46:56 [2021-05-06T13:46:56.234Z] 
13:46:56 [2021-05-06T13:46:56.234Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:46:56 [2021-05-06T13:46:56.234Z] #45 sha256:c7a5d16dbc797fa74951efb44cde31e77e2822200ef56c73985f44b53bdf7604
13:46:56 [2021-05-06T13:46:56.234Z] #45 84.79 go/doc
13:46:56 [2021-05-06T13:46:56.234Z] #45 87.82 github.com/LK4D4/vndr/build
13:46:56 [2021-05-06T13:46:56.234Z] #45 89.03 github.com/LK4D4/vndr/versioned
13:46:56 [2021-05-06T13:46:56.234Z] #45 89.14 compress/flate
13:46:56 [2021-05-06T13:46:56.234Z] #45 90.87 hash/crc32
13:46:56 [2021-05-06T13:46:56.234Z] #45 91.52 net
13:46:56 [2021-05-06T13:46:56.234Z] #45 91.83 compress/gzip
13:46:56 [2021-05-06T13:46:56.234Z] #45 92.38 vendor/golang.org/x/sys/cpu
13:46:56 [2021-05-06T13:46:56.234Z] #45 92.56 vendor/golang.org/x/crypto/chacha20poly1305
13:46:56 [2021-05-06T13:46:56.234Z] #45 94.24 vendor/golang.org/x/crypto/hkdf
13:46:56 [2021-05-06T13:46:56.234Z] #45 94.34 vendor/golang.org/x/text/transform
13:46:56 [2021-05-06T13:46:56.234Z] #45 95.00 vendor/golang.org/x/text/unicode/bidi
13:46:56 [2021-05-06T13:46:56.234Z] #45 ...
13:46:56 [2021-05-06T13:46:56.234Z] 
13:46:56 [2021-05-06T13:46:56.234Z] #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
13:46:56 [2021-05-06T13:46:56.234Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:46:56 [2021-05-06T13:46:56.234Z] #43 29.97   CC       images/creds.o
13:46:56 [2021-05-06T13:46:56.234Z] #43 30.44   CC       images/vma.o
13:46:56 [2021-05-06T13:46:56.234Z] #43 30.96   CC       images/netdev.o
13:46:56 [2021-05-06T13:46:56.234Z] #43 31.40   CC       images/tty.o
13:46:56 [2021-05-06T13:46:56.234Z] #43 31.91   CC       images/file-lock.o
13:46:56 [2021-05-06T13:46:56.234Z] #43 32.15   CC       images/rlimit.o
13:46:56 [2021-05-06T13:46:56.234Z] #43 32.40   CC       images/pagemap.o
13:46:56 [2021-05-06T13:46:56.234Z] #43 32.68   CC       images/siginfo.o
13:46:56 [2021-05-06T13:46:56.239Z] #26 ...
13:46:56 [2021-05-06T13:46:56.239Z] 
13:46:56 [2021-05-06T13:46:56.239Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
13:46:56 [2021-05-06T13:46:56.239Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
13:46:56 [2021-05-06T13:46:56.239Z] #63 DONE 1.1s
13:46:56 [2021-05-06T13:46:56.239Z] 
13:46:56 [2021-05-06T13:46:56.239Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:46:56 [2021-05-06T13:46:56.239Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
13:46:56 [2021-05-06T13:46:56.239Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 5.1s
13:46:56 [2021-05-06T13:46:56.493Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 94.37MB / 120.17MB 7.8s
13:46:56 [2021-05-06T13:46:56.494Z] #43 32.96   CC       images/rpc.o
13:46:56 [2021-05-06T13:46:56.804Z] #26 ...
13:46:56 [2021-05-06T13:46:56.804Z] 
13:46:56 [2021-05-06T13:46:56.804Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:46:56 [2021-05-06T13:46:56.804Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
13:46:56 [2021-05-06T13:46:56.804Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
13:46:56 [2021-05-06T13:46:56.804Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
13:46:56 [2021-05-06T13:46:56.804Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
13:46:56 [2021-05-06T13:46:56.804Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
13:46:56 [2021-05-06T13:46:56.804Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.7s done
13:46:56 [2021-05-06T13:46:56.804Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.2s done
13:46:56 [2021-05-06T13:46:56.804Z] #64 DONE 7.3s
13:46:56 [2021-05-06T13:46:56.804Z] 
13:46:56 [2021-05-06T13:46:56.804Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:46:56 [2021-05-06T13:46:56.804Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
13:46:56 [2021-05-06T13:46:56.824Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 100.66MB / 120.17MB 8.0s
13:46:56 [2021-05-06T13:46:56.824Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 117.44MB / 120.17MB 8.2s
13:46:57 [2021-05-06T13:46:57.059Z] Client: Docker Engine - Community
13:46:57 [2021-05-06T13:46:57.059Z]  Version:           20.10.5
13:46:57 [2021-05-06T13:46:57.059Z]  API version:       1.41
13:46:57 [2021-05-06T13:46:57.059Z]  Go version:        go1.13.15
13:46:57 [2021-05-06T13:46:57.059Z]  Git commit:        55c4c88
13:46:57 [2021-05-06T13:46:57.059Z]  Built:             Tue Mar  2 20:19:31 2021
13:46:57 [2021-05-06T13:46:57.059Z]  OS/Arch:           linux/arm64
13:46:57 [2021-05-06T13:46:57.059Z]  Context:           default
13:46:57 [2021-05-06T13:46:57.059Z]  Experimental:      true
13:46:57 [2021-05-06T13:46:57.059Z] 
13:46:57 [2021-05-06T13:46:57.059Z] Server: Docker Engine - Community
13:46:57 [2021-05-06T13:46:57.059Z]  Engine:
13:46:57 [2021-05-06T13:46:57.059Z]   Version:          20.10.5
13:46:57 [2021-05-06T13:46:57.059Z]   API version:      1.41 (minimum version 1.12)
13:46:57 [2021-05-06T13:46:57.059Z]   Go version:       go1.13.15
13:46:57 [2021-05-06T13:46:57.059Z]   Git commit:       363e9a8
13:46:57 [2021-05-06T13:46:57.059Z]   Built:            Tue Mar  2 20:17:22 2021
13:46:57 [2021-05-06T13:46:57.059Z]   OS/Arch:          linux/arm64
13:46:57 [2021-05-06T13:46:57.059Z]   Experimental:     true
13:46:57 [2021-05-06T13:46:57.059Z]  containerd:
13:46:57 [2021-05-06T13:46:57.059Z]   Version:          1.4.4
13:46:57 [2021-05-06T13:46:57.059Z]   GitCommit:        05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:46:57 [2021-05-06T13:46:57.059Z]  runc:
13:46:57 [2021-05-06T13:46:57.059Z]   Version:          1.0.0-rc93
13:46:57 [2021-05-06T13:46:57.059Z]   GitCommit:        12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:46:57 [2021-05-06T13:46:57.059Z]  docker-init:
13:46:57 [2021-05-06T13:46:57.059Z]   Version:          0.19.0
13:46:57 [2021-05-06T13:46:57.059Z]   GitCommit:        de40ad0
[Pipeline] sh
13:46:57 [2021-05-06T13:46:57.389Z] + docker info
13:46:57 [2021-05-06T13:46:57.399Z] #9 ...
13:46:57 [2021-05-06T13:46:57.399Z] 
13:46:57 [2021-05-06T13:46:57.399Z] #23 [internal] load build context
13:46:57 [2021-05-06T13:46:57.399Z] #23 sha256:90c350c48668d4e3e22785c9fc4ccf6594ffb8006413a6213b7f1c7d19438883
13:46:57 [2021-05-06T13:46:57.399Z] #23 transferring context: 53.21MB 8.7s done
13:46:57 [2021-05-06T13:46:57.399Z] #23 DONE 9.0s
13:46:57 [2021-05-06T13:46:57.399Z] 
13:46:57 [2021-05-06T13:46:57.399Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:46:57 [2021-05-06T13:46:57.399Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:46:57 [2021-05-06T13:46:57.399Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 8.7s done
13:46:57 [2021-05-06T13:46:57.911Z] #43 34.23   CC       images/ext-file.o
13:46:57 [2021-05-06T13:46:57.911Z] #43 34.38   CC       images/cgroup.o
13:46:58 [2021-05-06T13:46:58.178Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 7.0s done
13:46:58 [2021-05-06T13:46:58.344Z] #9 ...
13:46:58 [2021-05-06T13:46:58.344Z] 
13:46:58 [2021-05-06T13:46:58.344Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
13:46:58 [2021-05-06T13:46:58.344Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
13:46:58 [2021-05-06T13:46:58.344Z] #63 DONE 0.5s
13:46:58 [2021-05-06T13:46:58.344Z] 
13:46:58 [2021-05-06T13:46:58.344Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:46:58 [2021-05-06T13:46:58.344Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:46:58 [2021-05-06T13:46:58.344Z] #9 ...
13:46:58 [2021-05-06T13:46:58.344Z] 
13:46:58 [2021-05-06T13:46:58.344Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:46:58 [2021-05-06T13:46:58.344Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
13:46:58 [2021-05-06T13:46:58.344Z] #26 resolve docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 0.0s done
13:46:58 [2021-05-06T13:46:58.344Z] #26 sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 1.85kB / 1.85kB done
13:46:58 [2021-05-06T13:46:58.344Z] #26 sha256:fa335fed387465ccc369958d7908e1975e7d65677f7f3050d862161754ebcf90 529B / 529B done
13:46:58 [2021-05-06T13:46:58.344Z] #26 sha256:0d587dfbc4f4800bfe9ab08662e8396ffc37060c493f8ef24b2823fef3320df6 1.46kB / 1.46kB done
13:46:58 [2021-05-06T13:46:58.344Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 50.43MB / 50.43MB 1.7s done
13:46:58 [2021-05-06T13:46:58.344Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 7.8s
13:46:58 [2021-05-06T13:46:58.437Z] #26 DONE 9.1s
13:46:58 [2021-05-06T13:46:58.437Z] 
13:46:58 [2021-05-06T13:46:58.437Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
13:46:58 [2021-05-06T13:46:58.437Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
13:46:58 [2021-05-06T13:46:58.437Z] #65 DONE 0.9s
13:46:58 [2021-05-06T13:46:58.437Z] 
13:46:58 [2021-05-06T13:46:58.437Z] #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
13:46:58 [2021-05-06T13:46:58.437Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69
13:46:58 [2021-05-06T13:46:58.506Z] #43 35.04   CC       images/userns.o
13:46:58 [2021-05-06T13:46:58.606Z] #26 ...
13:46:58 [2021-05-06T13:46:58.606Z] 
13:46:58 [2021-05-06T13:46:58.606Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:46:58 [2021-05-06T13:46:58.606Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:46:58 [2021-05-06T13:46:58.868Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.5s
13:46:59 [2021-05-06T13:46:59.080Z] #43 35.37   CC       images/google/protobuf/descriptor.o
13:46:59 [2021-05-06T13:46:59.446Z] #9 ...
13:46:59 [2021-05-06T13:46:59.446Z] 
13:46:59 [2021-05-06T13:46:59.446Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
13:46:59 [2021-05-06T13:46:59.446Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
13:46:59 [2021-05-06T13:46:59.446Z] #65 DONE 1.1s
13:46:59 [2021-05-06T13:46:59.446Z] 
13:46:59 [2021-05-06T13:46:59.446Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:46:59 [2021-05-06T13:46:59.446Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:46:59 [2021-05-06T13:46:59.804Z] #27 1.232 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
13:46:59 [2021-05-06T13:46:59.804Z] #27 1.243 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:46:59 [2021-05-06T13:46:59.804Z] #27 1.281 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:46:59 [2021-05-06T13:46:59.804Z] #27 1.394 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:47:00 [2021-05-06T13:47:00.064Z] #27 1.639 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
13:47:00 [2021-05-06T13:47:00.458Z] #43 37.05   CC       images/opts.o
13:47:00 [2021-05-06T13:47:00.635Z] #27 2.102 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
13:47:00 [2021-05-06T13:47:00.718Z] #43 37.28   CC       images/seccomp.o
13:47:00 [2021-05-06T13:47:00.977Z] #43 37.50   CC       images/binfmt-misc.o
13:47:01 [2021-05-06T13:47:01.238Z] #43 37.68   CC       images/time.o
13:47:01 [2021-05-06T13:47:01.238Z] #43 37.82   CC       images/sysctl.o
13:47:01 [2021-05-06T13:47:01.498Z] #43 38.04   CC       images/autofs.o
13:47:01 [2021-05-06T13:47:01.757Z] #43 38.24   CC       images/macvlan.o
13:47:02 [2021-05-06T13:47:02.006Z] #27 3.537 Fetched 8441 kB in 3s (3302 kB/s)
13:47:02 [2021-05-06T13:47:02.011Z] #9 ...
13:47:02 [2021-05-06T13:47:02.011Z] 
13:47:02 [2021-05-06T13:47:02.011Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:47:02 [2021-05-06T13:47:02.011Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
13:47:02 [2021-05-06T13:47:02.011Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 11.1s done
13:47:02 [2021-05-06T13:47:02.011Z] #26 DONE 13.6s
13:47:02 [2021-05-06T13:47:02.011Z] 
13:47:02 [2021-05-06T13:47:02.011Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:47:02 [2021-05-06T13:47:02.011Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:47:02 [2021-05-06T13:47:02.011Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 9.8s done
13:47:02 [2021-05-06T13:47:02.028Z] #43 38.42   CC       images/sit.o
13:47:02 [2021-05-06T13:47:02.028Z] #43 38.62   CC       images/memfd.o
13:47:02 [2021-05-06T13:47:02.274Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
13:47:02 [2021-05-06T13:47:02.599Z] #43 38.97   CC       images/timens.o
13:47:02 [2021-05-06T13:47:02.943Z] #27 3.537 Reading package lists...
13:47:02 [2021-05-06T13:47:02.949Z] #43 39.26   LINK     images/built-in.o
13:47:02 [2021-05-06T13:47:02.950Z] #43 39.44   GEN      compel/include/asm
13:47:02 [2021-05-06T13:47:02.950Z] #43 39.48   GEN      compel/include/version.h
13:47:02 [2021-05-06T13:47:02.950Z] #43 39.52 touch .config
13:47:02 [2021-05-06T13:47:02.950Z] #43 39.54   GEN      include/common/config.h
13:47:02 [2021-05-06T13:47:02.950Z] #43 39.63   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
13:47:02 [2021-05-06T13:47:02.980Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.8s done
13:47:02 [2021-05-06T13:47:02.980Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
13:47:03 [2021-05-06T13:47:03.209Z] #43 39.65   GEN      compel/plugins/include/uapi/std/syscall-64.h
13:47:03 [2021-05-06T13:47:03.209Z] #43 39.68   GEN      compel/arch/x86/plugins/std/syscalls-64.S
13:47:03 [2021-05-06T13:47:03.209Z] #43 39.69   DEP      compel/arch/x86/plugins/std/syscalls-64.d
13:47:03 [2021-05-06T13:47:03.209Z] #43 39.73   DEP      compel/arch/x86/plugins/std/memcpy.d
13:47:03 [2021-05-06T13:47:03.209Z] #43 39.76   DEP      compel/arch/x86/plugins/std/parasite-head.d
13:47:03 [2021-05-06T13:47:03.468Z] #43 39.77   GEN      compel/plugins/include/uapi/std/syscall.h
13:47:03 [2021-05-06T13:47:03.468Z] #43 39.79   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
13:47:03 [2021-05-06T13:47:03.468Z] #43 39.81   GEN      compel/plugins/include/uapi/std/syscall-codes.h
13:47:03 [2021-05-06T13:47:03.468Z] #43 39.82   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
13:47:03 [2021-05-06T13:47:03.468Z] #43 39.84   DEP      compel/plugins/std/infect.d
13:47:03 [2021-05-06T13:47:03.468Z] #43 39.94   DEP      compel/plugins/std/string.d
13:47:03 [2021-05-06T13:47:03.468Z] #43 40.05   DEP      compel/plugins/std/log.d
13:47:03 [2021-05-06T13:47:03.727Z] #43 40.17   DEP      compel/plugins/std/fds.d
13:47:03 [2021-05-06T13:47:03.727Z] #43 40.30   DEP      compel/plugins/std/std.d
13:47:03 [2021-05-06T13:47:03.727Z] #43 40.40   DEP      compel/plugins/shmem/shmem.d
13:47:03 [2021-05-06T13:47:03.904Z] #27 4.425 Reading package lists...
13:47:03 [2021-05-06T13:47:03.987Z] #43 40.48   DEP      compel/plugins/fds/fds.d
13:47:03 [2021-05-06T13:47:03.987Z] #43 40.66   CC       compel/plugins/std/std.o
13:47:04 [2021-05-06T13:47:04.160Z] #27 5.446 Building dependency tree...
13:47:04 [2021-05-06T13:47:04.160Z] #27 5.746 The following additional packages will be installed:
13:47:04 [2021-05-06T13:47:04.160Z] #27 5.746   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
13:47:04 [2021-05-06T13:47:04.160Z] #27 5.746   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
13:47:04 [2021-05-06T13:47:04.160Z] #27 5.746   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
13:47:04 [2021-05-06T13:47:04.160Z] #27 5.747 Suggested packages:
13:47:04 [2021-05-06T13:47:04.160Z] #27 5.750   krb5-doc krb5-user
13:47:04 [2021-05-06T13:47:04.160Z] #27 5.750 Recommended packages:
13:47:04 [2021-05-06T13:47:04.160Z] #27 5.750   krb5-locales publicsuffix libsasl2-modules
13:47:04 [2021-05-06T13:47:04.404Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 1.0s done
13:47:04 [2021-05-06T13:47:04.404Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0.1s
13:47:04 [2021-05-06T13:47:04.416Z] #27 5.967 The following NEW packages will be installed:
13:47:04 [2021-05-06T13:47:04.416Z] #27 5.968   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
13:47:04 [2021-05-06T13:47:04.416Z] #27 5.968   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
13:47:04 [2021-05-06T13:47:04.416Z] #27 5.968   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
13:47:04 [2021-05-06T13:47:04.416Z] #27 5.969   libssh2-1 libssl1.1 openssl
13:47:04 [2021-05-06T13:47:04.555Z] #43 40.98   CC       compel/plugins/std/fds.o
13:47:04 [2021-05-06T13:47:04.672Z] #27 6.252 0 upgraded, 21 newly installed, 0 to remove and 2 not upgraded.
13:47:04 [2021-05-06T13:47:04.672Z] #27 6.252 Need to get 5059 kB of archives.
13:47:04 [2021-05-06T13:47:04.672Z] #27 6.252 After this operation, 12.1 MB of additional disk space will be used.
13:47:04 [2021-05-06T13:47:04.672Z] #27 6.252 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
13:47:04 [2021-05-06T13:47:04.672Z] #27 6.263 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
13:47:04 [2021-05-06T13:47:04.672Z] #27 6.263 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
13:47:04 [2021-05-06T13:47:04.672Z] #27 6.263 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
13:47:04 [2021-05-06T13:47:04.672Z] #27 6.263 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
13:47:04 [2021-05-06T13:47:04.672Z] #27 6.263 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
13:47:04 [2021-05-06T13:47:04.672Z] #27 6.263 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
13:47:04 [2021-05-06T13:47:04.672Z] #27 6.270 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
13:47:04 [2021-05-06T13:47:04.672Z] #27 6.270 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
13:47:04 [2021-05-06T13:47:04.672Z] #27 6.277 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
13:47:04 [2021-05-06T13:47:04.672Z] #27 6.277 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
13:47:04 [2021-05-06T13:47:04.672Z] #27 6.285 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
13:47:04 [2021-05-06T13:47:04.672Z] #27 6.285 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
13:47:04 [2021-05-06T13:47:04.672Z] #27 6.285 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
13:47:04 [2021-05-06T13:47:04.672Z] #27 6.286 Get:15 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
13:47:04 [2021-05-06T13:47:04.672Z] #27 6.289 Get:16 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
13:47:04 [2021-05-06T13:47:04.672Z] #27 6.293 Get:17 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
13:47:04 [2021-05-06T13:47:04.672Z] #27 6.298 Get:18 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
13:47:04 [2021-05-06T13:47:04.672Z] #27 6.300 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
13:47:04 [2021-05-06T13:47:04.672Z] #27 6.321 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
13:47:04 [2021-05-06T13:47:04.672Z] #27 6.326 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
13:47:04 [2021-05-06T13:47:04.929Z] #27 6.493 debconf: delaying package configuration, since apt-utils is not installed
13:47:04 [2021-05-06T13:47:04.929Z] #27 6.516 Fetched 5059 kB in 0s (15.1 MB/s)
13:47:04 [2021-05-06T13:47:04.929Z] #27 ...
13:47:04 [2021-05-06T13:47:04.929Z] 
13:47:04 [2021-05-06T13:47:04.929Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:47:04 [2021-05-06T13:47:04.929Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:47:04 [2021-05-06T13:47:04.929Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.9s done
13:47:04 [2021-05-06T13:47:04.929Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.3s done
13:47:04 [2021-05-06T13:47:04.929Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 5.3s done
13:47:04 [2021-05-06T13:47:04.929Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.6s done
13:47:04 [2021-05-06T13:47:04.929Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.3s done
13:47:04 [2021-05-06T13:47:04.929Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.2s done
13:47:04 [2021-05-06T13:47:04.929Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0.6s
13:47:05 [2021-05-06T13:47:05.124Z] #43 41.43   CC       compel/plugins/std/log.o
13:47:05 [2021-05-06T13:47:05.185Z] #9 ...
13:47:05 [2021-05-06T13:47:05.185Z] 
13:47:05 [2021-05-06T13:47:05.185Z] #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
13:47:05 [2021-05-06T13:47:05.185Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69
13:47:05 [2021-05-06T13:47:05.185Z] #27 6.565 Selecting previously unselected package libssl1.1:amd64.
13:47:05 [2021-05-06T13:47:05.185Z] #27 6.565 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
13:47:05 [2021-05-06T13:47:05.185Z] #27 6.567 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
13:47:05 [2021-05-06T13:47:05.185Z] #27 6.575 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
13:47:05 [2021-05-06T13:47:05.185Z] #27 6.783 Selecting previously unselected package openssl.
13:47:05 [2021-05-06T13:47:05.185Z] #27 6.783 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
13:47:05 [2021-05-06T13:47:05.185Z] #27 6.786 Unpacking openssl (1.1.1d-0+deb10u6) ...
13:47:05 [2021-05-06T13:47:05.441Z] #27 6.943 Selecting previously unselected package ca-certificates.
13:47:05 [2021-05-06T13:47:05.441Z] #27 6.943 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
13:47:05 [2021-05-06T13:47:05.441Z] #27 6.947 Unpacking ca-certificates (20200601~deb10u2) ...
13:47:05 [2021-05-06T13:47:05.441Z] #27 7.018 Selecting previously unselected package libkeyutils1:amd64.
13:47:05 [2021-05-06T13:47:05.441Z] #27 7.018 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
13:47:05 [2021-05-06T13:47:05.441Z] #27 7.023 Unpacking libkeyutils1:amd64 (1.6-6) ...
13:47:05 [2021-05-06T13:47:05.441Z] #27 7.064 Selecting previously unselected package libkrb5support0:amd64.
13:47:05 [2021-05-06T13:47:05.441Z] #27 7.064 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
13:47:05 [2021-05-06T13:47:05.441Z] #27 7.067 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
13:47:05 [2021-05-06T13:47:05.441Z] #27 7.105 Selecting previously unselected package libk5crypto3:amd64.
13:47:05 [2021-05-06T13:47:05.441Z] #27 7.105 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
13:47:05 [2021-05-06T13:47:05.441Z] #27 7.109 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
13:47:05 [2021-05-06T13:47:05.693Z] #43 42.21   CC       compel/plugins/std/string.o
13:47:05 [2021-05-06T13:47:05.698Z] #27 7.159 Selecting previously unselected package libkrb5-3:amd64.
13:47:05 [2021-05-06T13:47:05.698Z] #27 7.160 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
13:47:05 [2021-05-06T13:47:05.698Z] #27 7.164 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
13:47:05 [2021-05-06T13:47:05.698Z] #27 7.262 Selecting previously unselected package libgssapi-krb5-2:amd64.
13:47:05 [2021-05-06T13:47:05.698Z] #27 7.263 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
13:47:05 [2021-05-06T13:47:05.698Z] #27 7.268 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
13:47:05 [2021-05-06T13:47:05.698Z] #27 7.316 Selecting previously unselected package libsasl2-modules-db:amd64.
13:47:05 [2021-05-06T13:47:05.698Z] #27 7.316 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
13:47:05 [2021-05-06T13:47:05.698Z] #27 7.321 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:47:05 [2021-05-06T13:47:05.954Z] #27 7.353 Selecting previously unselected package libsasl2-2:amd64.
13:47:05 [2021-05-06T13:47:05.954Z] #27 7.353 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
13:47:05 [2021-05-06T13:47:05.954Z] #27 7.358 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:47:05 [2021-05-06T13:47:05.954Z] #27 7.398 Selecting previously unselected package libldap-common.
13:47:05 [2021-05-06T13:47:05.954Z] #27 7.398 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
13:47:05 [2021-05-06T13:47:05.954Z] #27 7.401 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
13:47:05 [2021-05-06T13:47:05.954Z] #27 7.441 Selecting previously unselected package libldap-2.4-2:amd64.
13:47:05 [2021-05-06T13:47:05.954Z] #27 7.441 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
13:47:05 [2021-05-06T13:47:05.954Z] #27 7.444 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
13:47:05 [2021-05-06T13:47:05.954Z] #27 7.510 Selecting previously unselected package libnghttp2-14:amd64.
13:47:05 [2021-05-06T13:47:05.954Z] #27 7.510 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
13:47:05 [2021-05-06T13:47:05.954Z] #27 7.513 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
13:47:05 [2021-05-06T13:47:05.954Z] #27 7.550 Selecting previously unselected package libpsl5:amd64.
13:47:05 [2021-05-06T13:47:05.954Z] #27 7.552 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
13:47:05 [2021-05-06T13:47:05.954Z] #27 7.558 Unpacking libpsl5:amd64 (0.20.2-2) ...
13:47:05 [2021-05-06T13:47:05.954Z] #27 7.592 Selecting previously unselected package librtmp1:amd64.
13:47:06 [2021-05-06T13:47:06.210Z] #27 7.594 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
13:47:06 [2021-05-06T13:47:06.210Z] #27 7.597 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
13:47:06 [2021-05-06T13:47:06.210Z] #27 7.636 Selecting previously unselected package libssh2-1:amd64.
13:47:06 [2021-05-06T13:47:06.210Z] #27 7.636 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
13:47:06 [2021-05-06T13:47:06.210Z] #27 7.640 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
13:47:06 [2021-05-06T13:47:06.210Z] #27 7.683 Selecting previously unselected package libcurl4:amd64.
13:47:06 [2021-05-06T13:47:06.210Z] #27 7.683 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
13:47:06 [2021-05-06T13:47:06.210Z] #27 7.688 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
13:47:06 [2021-05-06T13:47:06.210Z] #27 7.751 Selecting previously unselected package curl.
13:47:06 [2021-05-06T13:47:06.210Z] #27 7.751 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
13:47:06 [2021-05-06T13:47:06.210Z] #27 7.755 Unpacking curl (7.64.0-4+deb10u2) ...
13:47:06 [2021-05-06T13:47:06.210Z] #27 7.813 Selecting previously unselected package libonig5:amd64.
13:47:06 [2021-05-06T13:47:06.210Z] #27 7.813 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
13:47:06 [2021-05-06T13:47:06.210Z] #27 7.817 Unpacking libonig5:amd64 (6.9.1-1) ...
13:47:06 [2021-05-06T13:47:06.261Z] #43 42.80   CC       compel/plugins/std/infect.o
13:47:06 [2021-05-06T13:47:06.466Z] #27 7.880 Selecting previously unselected package libjq1:amd64.
13:47:06 [2021-05-06T13:47:06.466Z] #27 7.880 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
13:47:06 [2021-05-06T13:47:06.466Z] #27 7.883 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
13:47:06 [2021-05-06T13:47:06.466Z] #27 7.925 Selecting previously unselected package jq.
13:47:06 [2021-05-06T13:47:06.466Z] #27 7.926 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
13:47:06 [2021-05-06T13:47:06.466Z] #27 7.967 Unpacking jq (1.5+dfsg-2+b1) ...
13:47:06 [2021-05-06T13:47:06.466Z] #27 8.003 Setting up libkeyutils1:amd64 (1.6-6) ...
13:47:06 [2021-05-06T13:47:06.466Z] #27 8.014 Setting up libpsl5:amd64 (0.20.2-2) ...
13:47:06 [2021-05-06T13:47:06.466Z] #27 8.024 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
13:47:06 [2021-05-06T13:47:06.466Z] #27 8.157 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
13:47:06 [2021-05-06T13:47:06.466Z] #27 8.168 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
13:47:06 [2021-05-06T13:47:06.722Z] #27 8.183 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
13:47:06 [2021-05-06T13:47:06.723Z] #27 8.195 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:47:06 [2021-05-06T13:47:06.723Z] #27 8.209 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
13:47:06 [2021-05-06T13:47:06.723Z] #27 8.220 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
13:47:06 [2021-05-06T13:47:06.723Z] #27 8.232 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:47:06 [2021-05-06T13:47:06.723Z] #27 8.243 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
13:47:06 [2021-05-06T13:47:06.723Z] #27 8.255 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
13:47:06 [2021-05-06T13:47:06.723Z] #27 8.265 Setting up openssl (1.1.1d-0+deb10u6) ...
13:47:06 [2021-05-06T13:47:06.723Z] #27 8.279 Setting up libonig5:amd64 (6.9.1-1) ...
13:47:06 [2021-05-06T13:47:06.723Z] #27 8.289 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
13:47:06 [2021-05-06T13:47:06.723Z] #27 8.298 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
13:47:06 [2021-05-06T13:47:06.723Z] #27 8.377 Setting up ca-certificates (20200601~deb10u2) ...
13:47:06 [2021-05-06T13:47:06.830Z] #43 43.30   CC       compel/arch/x86/plugins/std/parasite-head.o
13:47:06 [2021-05-06T13:47:06.830Z] #43 43.35   CC       compel/arch/x86/plugins/std/memcpy.o
13:47:06 [2021-05-06T13:47:06.830Z] #43 43.39   CC       compel/arch/x86/plugins/std/syscalls-64.o
13:47:06 [2021-05-06T13:47:06.830Z] #43 43.44   AR       compel/plugins/std.lib.a
13:47:07 [2021-05-06T13:47:07.089Z] #43 43.51   CC       compel/plugins/fds/fds.o
13:47:07 [2021-05-06T13:47:07.349Z] #43 43.74   AR       compel/plugins/fds.lib.a
13:47:07 [2021-05-06T13:47:07.349Z] #43 43.78   HOSTDEP  compel/src/lib/log-host.d
13:47:07 [2021-05-06T13:47:07.349Z] #43 43.85   HOSTDEP  compel/src/lib/handle-elf-host.d
13:47:07 [2021-05-06T13:47:07.394Z] Client:
13:47:07 [2021-05-06T13:47:07.394Z]  Context:    default
13:47:07 [2021-05-06T13:47:07.394Z]  Debug Mode: false
13:47:07 [2021-05-06T13:47:07.394Z]  Plugins:
13:47:07 [2021-05-06T13:47:07.394Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
13:47:07 [2021-05-06T13:47:07.394Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
13:47:07 [2021-05-06T13:47:07.394Z] 
13:47:07 [2021-05-06T13:47:07.394Z] Server:
13:47:07 [2021-05-06T13:47:07.394Z]  Containers: 0
13:47:07 [2021-05-06T13:47:07.394Z]   Running: 0
13:47:07 [2021-05-06T13:47:07.394Z]   Paused: 0
13:47:07 [2021-05-06T13:47:07.394Z]   Stopped: 0
13:47:07 [2021-05-06T13:47:07.394Z]  Images: 0
13:47:07 [2021-05-06T13:47:07.394Z]  Server Version: 20.10.5
13:47:07 [2021-05-06T13:47:07.394Z]  Storage Driver: overlay2
13:47:07 [2021-05-06T13:47:07.394Z]   Backing Filesystem: extfs
13:47:07 [2021-05-06T13:47:07.394Z]   Supports d_type: true
13:47:07 [2021-05-06T13:47:07.394Z]   Native Overlay Diff: true
13:47:07 [2021-05-06T13:47:07.394Z]  Logging Driver: json-file
13:47:07 [2021-05-06T13:47:07.394Z]  Cgroup Driver: cgroupfs
13:47:07 [2021-05-06T13:47:07.394Z]  Cgroup Version: 1
13:47:07 [2021-05-06T13:47:07.394Z]  Plugins:
13:47:07 [2021-05-06T13:47:07.394Z]   Volume: local
13:47:07 [2021-05-06T13:47:07.394Z]   Network: bridge host ipvlan macvlan null overlay
13:47:07 [2021-05-06T13:47:07.394Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:47:07 [2021-05-06T13:47:07.394Z]  Swarm: inactive
13:47:07 [2021-05-06T13:47:07.394Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:47:07 [2021-05-06T13:47:07.394Z]  Default Runtime: runc
13:47:07 [2021-05-06T13:47:07.394Z]  Init Binary: docker-init
13:47:07 [2021-05-06T13:47:07.394Z]  containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:47:07 [2021-05-06T13:47:07.394Z]  runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:47:07 [2021-05-06T13:47:07.394Z]  init version: de40ad0
13:47:07 [2021-05-06T13:47:07.394Z]  Security Options:
13:47:07 [2021-05-06T13:47:07.394Z]   apparmor
13:47:07 [2021-05-06T13:47:07.394Z]   seccomp
13:47:07 [2021-05-06T13:47:07.394Z]    Profile: default
13:47:07 [2021-05-06T13:47:07.394Z]  Kernel Version: 5.4.0-1041-aws
13:47:07 [2021-05-06T13:47:07.394Z]  Operating System: Ubuntu 20.04.2 LTS
13:47:07 [2021-05-06T13:47:07.394Z]  OSType: linux
13:47:07 [2021-05-06T13:47:07.394Z]  Architecture: aarch64
13:47:07 [2021-05-06T13:47:07.394Z]  CPUs: 4
13:47:07 [2021-05-06T13:47:07.394Z]  Total Memory: 7.494GiB
13:47:07 [2021-05-06T13:47:07.394Z]  Name: ip-10-100-115-31
13:47:07 [2021-05-06T13:47:07.394Z]  ID: BVXL:CDJC:ICN6:ER53:HAUW:WQSU:QT43:6BOW:3PZO:KHYE:NTNP:UAA4
13:47:07 [2021-05-06T13:47:07.394Z]  Docker Root Dir: /var/lib/docker
13:47:07 [2021-05-06T13:47:07.394Z]  Debug Mode: false
13:47:07 [2021-05-06T13:47:07.394Z]  Registry: https://index.docker.io/v1/
13:47:07 [2021-05-06T13:47:07.394Z]  Labels:
13:47:07 [2021-05-06T13:47:07.394Z]  Experimental: true
13:47:07 [2021-05-06T13:47:07.395Z]  Insecure Registries:
13:47:07 [2021-05-06T13:47:07.395Z]   127.0.0.0/8
13:47:07 [2021-05-06T13:47:07.395Z]  Live Restore Enabled: true
13:47:07 [2021-05-06T13:47:07.395Z] 
13:47:07 [2021-05-06T13:47:07.395Z] WARNING: No swap limit support
[Pipeline] sh
13:47:07 [2021-05-06T13:47:07.608Z] #43 44.00   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
13:47:07 [2021-05-06T13:47:07.608Z] #43 44.09   HOSTDEP  compel/src/main-host.d
13:47:07 [2021-05-06T13:47:07.608Z] #43 44.19   DEP      compel/src/lib/ptrace.d
13:47:07 [2021-05-06T13:47:07.651Z] #27 9.093 Updating certificates in /etc/ssl/certs...
13:47:07 [2021-05-06T13:47:07.687Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
13:47:07 [2021-05-06T13:47:07.687Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
13:47:07 [2021-05-06T13:47:07.687Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42098/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh
13:47:07 [2021-05-06T13:47:07.687Z] + bash /home/ubuntu/workspace/moby_PR-42098/check-config.sh
13:47:07 [2021-05-06T13:47:07.687Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
13:47:07 [2021-05-06T13:47:07.687Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ...
13:47:07 [2021-05-06T13:47:07.687Z] 
13:47:07 [2021-05-06T13:47:07.687Z] Generally Necessary:
13:47:07 [2021-05-06T13:47:07.687Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
13:47:07 [2021-05-06T13:47:07.687Z] - apparmor: enabled and tools installed
13:47:07 [2021-05-06T13:47:07.687Z] - CONFIG_NAMESPACES: enabled
13:47:07 [2021-05-06T13:47:07.687Z] - CONFIG_NET_NS: enabled
13:47:07 [2021-05-06T13:47:07.687Z] - CONFIG_PID_NS: enabled
13:47:07 [2021-05-06T13:47:07.687Z] - CONFIG_IPC_NS: enabled
13:47:07 [2021-05-06T13:47:07.687Z] - CONFIG_UTS_NS: enabled
13:47:07 [2021-05-06T13:47:07.687Z] - CONFIG_CGROUPS: enabled
13:47:07 [2021-05-06T13:47:07.687Z] - CONFIG_CGROUP_CPUACCT: enabled
13:47:07 [2021-05-06T13:47:07.687Z] - CONFIG_CGROUP_DEVICE: enabled
13:47:07 [2021-05-06T13:47:07.687Z] - CONFIG_CGROUP_FREEZER: enabled
13:47:07 [2021-05-06T13:47:07.687Z] - CONFIG_CGROUP_SCHED: enabled
13:47:07 [2021-05-06T13:47:07.687Z] - CONFIG_CPUSETS: enabled
13:47:07 [2021-05-06T13:47:07.687Z] - CONFIG_MEMCG: enabled
13:47:07 [2021-05-06T13:47:07.687Z] - CONFIG_KEYS: enabled
13:47:07 [2021-05-06T13:47:07.687Z] - CONFIG_VETH: enabled (as module)
13:47:07 [2021-05-06T13:47:07.867Z] #43 ...
13:47:07 [2021-05-06T13:47:07.867Z] 
13:47:07 [2021-05-06T13:47:07.867Z] #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
13:47:07 [2021-05-06T13:47:07.867Z] #45 sha256:c7a5d16dbc797fa74951efb44cde31e77e2822200ef56c73985f44b53bdf7604
13:47:07 [2021-05-06T13:47:07.867Z] #45 96.87 vendor/golang.org/x/text/secure/bidirule
13:47:07 [2021-05-06T13:47:07.867Z] #45 97.13 vendor/golang.org/x/text/unicode/norm
13:47:07 [2021-05-06T13:47:07.867Z] #45 101.4 vendor/golang.org/x/net/idna
13:47:07 [2021-05-06T13:47:07.867Z] #45 103.4 vendor/golang.org/x/net/http2/hpack
13:47:07 [2021-05-06T13:47:07.867Z] #45 104.4 mime
13:47:07 [2021-05-06T13:47:07.867Z] #45 105.9 mime/quotedprintable
13:47:07 [2021-05-06T13:47:07.867Z] #45 106.3 net/http/internal
13:47:07 [2021-05-06T13:47:07.867Z] #45 ...
13:47:07 [2021-05-06T13:47:07.867Z] 
13:47:07 [2021-05-06T13:47:07.867Z] #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
13:47:07 [2021-05-06T13:47:07.867Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:47:07 [2021-05-06T13:47:07.867Z] #43 44.35   DEP      compel/src/lib/infect.d
13:47:07 [2021-05-06T13:47:07.948Z] - CONFIG_BRIDGE: enabled (as module)
13:47:07 [2021-05-06T13:47:07.948Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
13:47:07 [2021-05-06T13:47:07.948Z] - CONFIG_IP_NF_FILTER: enabled (as module)
13:47:07 [2021-05-06T13:47:07.948Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
13:47:07 [2021-05-06T13:47:07.948Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
13:47:07 [2021-05-06T13:47:07.948Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
13:47:07 [2021-05-06T13:47:07.948Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
13:47:07 [2021-05-06T13:47:07.948Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
13:47:07 [2021-05-06T13:47:07.948Z] - CONFIG_IP_NF_NAT: enabled (as module)
13:47:07 [2021-05-06T13:47:07.948Z] - CONFIG_NF_NAT: enabled (as module)
13:47:07 [2021-05-06T13:47:07.948Z] - CONFIG_POSIX_MQUEUE: enabled
13:47:07 [2021-05-06T13:47:07.948Z] 
13:47:07 [2021-05-06T13:47:07.948Z] Optional Features:
13:47:07 [2021-05-06T13:47:07.948Z] - CONFIG_USER_NS: enabled
13:47:07 [2021-05-06T13:47:07.948Z] - CONFIG_SECCOMP: enabled
13:47:07 [2021-05-06T13:47:07.948Z] - CONFIG_SECCOMP_FILTER: enabled
13:47:07 [2021-05-06T13:47:07.948Z] - CONFIG_CGROUP_PIDS: enabled
13:47:07 [2021-05-06T13:47:07.949Z] - CONFIG_MEMCG_SWAP: enabled
13:47:07 [2021-05-06T13:47:07.949Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
13:47:07 [2021-05-06T13:47:07.949Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
13:47:07 [2021-05-06T13:47:07.949Z] - CONFIG_BLK_CGROUP: enabled
13:47:07 [2021-05-06T13:47:07.949Z] - CONFIG_BLK_DEV_THROTTLING: enabled
13:47:07 [2021-05-06T13:47:07.949Z] - CONFIG_CGROUP_PERF: enabled
13:47:08 [2021-05-06T13:47:08.127Z] #43 44.54   DEP      compel/src/lib/infect-util.d
13:47:08 [2021-05-06T13:47:08.127Z] #43 44.67   DEP      compel/src/lib/infect-rpc.d
13:47:08 [2021-05-06T13:47:08.127Z] #43 44.77   DEP      compel/arch/x86/src/lib/infect.d
13:47:08 [2021-05-06T13:47:08.210Z] - CONFIG_CGROUP_HUGETLB: enabled
13:47:08 [2021-05-06T13:47:08.210Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
13:47:08 [2021-05-06T13:47:08.210Z] - CONFIG_CGROUP_NET_PRIO: enabled
13:47:08 [2021-05-06T13:47:08.210Z] - CONFIG_CFS_BANDWIDTH: enabled
13:47:08 [2021-05-06T13:47:08.210Z] - CONFIG_FAIR_GROUP_SCHED: enabled
13:47:08 [2021-05-06T13:47:08.210Z] - CONFIG_RT_GROUP_SCHED: missing
13:47:08 [2021-05-06T13:47:08.210Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
13:47:08 [2021-05-06T13:47:08.210Z] - CONFIG_IP_VS: enabled (as module)
13:47:08 [2021-05-06T13:47:08.210Z] - CONFIG_IP_VS_NFCT: enabled
13:47:08 [2021-05-06T13:47:08.210Z] - CONFIG_IP_VS_PROTO_TCP: enabled
13:47:08 [2021-05-06T13:47:08.210Z] - CONFIG_IP_VS_PROTO_UDP: enabled
13:47:08 [2021-05-06T13:47:08.210Z] - CONFIG_IP_VS_RR: enabled (as module)
13:47:08 [2021-05-06T13:47:08.210Z] - CONFIG_SECURITY_SELINUX: enabled
13:47:08 [2021-05-06T13:47:08.210Z] - CONFIG_SECURITY_APPARMOR: enabled
13:47:08 [2021-05-06T13:47:08.210Z] - CONFIG_EXT4_FS: enabled
13:47:08 [2021-05-06T13:47:08.210Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
13:47:08 [2021-05-06T13:47:08.210Z] - CONFIG_EXT4_FS_SECURITY: enabled
13:47:08 [2021-05-06T13:47:08.210Z] - Network Drivers:
13:47:08 [2021-05-06T13:47:08.210Z]   - "overlay":
13:47:08 [2021-05-06T13:47:08.210Z]     - CONFIG_VXLAN: enabled (as module)
13:47:08 [2021-05-06T13:47:08.210Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
13:47:08 [2021-05-06T13:47:08.210Z]       Optional (for encrypted networks):
13:47:08 [2021-05-06T13:47:08.386Z] #43 44.88   DEP      compel/arch/x86/src/lib/cpu.d
13:47:08 [2021-05-06T13:47:08.386Z] #43 44.97   DEP      compel/src/lib/log.d
13:47:08 [2021-05-06T13:47:08.470Z] #27 9.853 137 added, 0 removed; done.
13:47:08 [2021-05-06T13:47:08.470Z] #27 9.935 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
13:47:08 [2021-05-06T13:47:08.470Z] #27 9.948 Setting up jq (1.5+dfsg-2+b1) ...
13:47:08 [2021-05-06T13:47:08.470Z] #27 9.958 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
13:47:08 [2021-05-06T13:47:08.470Z] #27 10.03 Setting up curl (7.64.0-4+deb10u2) ...
13:47:08 [2021-05-06T13:47:08.470Z] #27 10.04 Processing triggers for libc-bin (2.28-10) ...
13:47:08 [2021-05-06T13:47:08.470Z] #27 10.07 Processing triggers for ca-certificates (20200601~deb10u2) ...
13:47:08 [2021-05-06T13:47:08.470Z] #27 10.07 Updating certificates in /etc/ssl/certs...
13:47:08 [2021-05-06T13:47:08.472Z]       - CONFIG_CRYPTO: enabled
13:47:08 [2021-05-06T13:47:08.472Z]       - CONFIG_CRYPTO_AEAD: enabled
13:47:08 [2021-05-06T13:47:08.472Z]       - CONFIG_CRYPTO_GCM: enabled
13:47:08 [2021-05-06T13:47:08.472Z]       - CONFIG_CRYPTO_SEQIV: enabled
13:47:08 [2021-05-06T13:47:08.472Z]       - CONFIG_CRYPTO_GHASH: enabled
13:47:08 [2021-05-06T13:47:08.472Z]       - CONFIG_XFRM: enabled
13:47:08 [2021-05-06T13:47:08.472Z]       - CONFIG_XFRM_USER: enabled (as module)
13:47:08 [2021-05-06T13:47:08.472Z]       - CONFIG_XFRM_ALGO: enabled (as module)
13:47:08 [2021-05-06T13:47:08.472Z]       - CONFIG_INET_ESP: enabled (as module)
13:47:08 [2021-05-06T13:47:08.472Z]   - "ipvlan":
13:47:08 [2021-05-06T13:47:08.472Z]     - CONFIG_IPVLAN: enabled (as module)
13:47:08 [2021-05-06T13:47:08.472Z]   - "macvlan":
13:47:08 [2021-05-06T13:47:08.472Z]     - CONFIG_MACVLAN: enabled (as module)
13:47:08 [2021-05-06T13:47:08.472Z]     - CONFIG_DUMMY: enabled (as module)
13:47:08 [2021-05-06T13:47:08.472Z]   - "ftp,tftp client in container":
13:47:08 [2021-05-06T13:47:08.472Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
13:47:08 [2021-05-06T13:47:08.472Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
13:47:08 [2021-05-06T13:47:08.472Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
13:47:08 [2021-05-06T13:47:08.472Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
13:47:08 [2021-05-06T13:47:08.472Z] - Storage Drivers:
13:47:08 [2021-05-06T13:47:08.472Z]   - "aufs":
13:47:08 [2021-05-06T13:47:08.472Z]     - CONFIG_AUFS_FS: enabled (as module)
13:47:08 [2021-05-06T13:47:08.472Z]   - "btrfs":
13:47:08 [2021-05-06T13:47:08.472Z]     - CONFIG_BTRFS_FS: enabled (as module)
13:47:08 [2021-05-06T13:47:08.472Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
13:47:08 [2021-05-06T13:47:08.472Z]   - "devicemapper":
13:47:08 [2021-05-06T13:47:08.472Z]     - CONFIG_BLK_DEV_DM: enabled
13:47:08 [2021-05-06T13:47:08.472Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
13:47:08 [2021-05-06T13:47:08.472Z]   - "overlay":
13:47:08 [2021-05-06T13:47:08.472Z]     - CONFIG_OVERLAY_FS: enabled (as module)
13:47:08 [2021-05-06T13:47:08.472Z]   - "zfs":
13:47:08 [2021-05-06T13:47:08.472Z]     - /dev/zfs: present
13:47:08 [2021-05-06T13:47:08.472Z]     - zfs command: missing
13:47:08 [2021-05-06T13:47:08.472Z]     - zpool command: missing
13:47:08 [2021-05-06T13:47:08.472Z] 
13:47:08 [2021-05-06T13:47:08.472Z] Limits:
13:47:08 [2021-05-06T13:47:08.645Z] #43 45.04   DEP      compel/src/main.d
13:47:08 [2021-05-06T13:47:08.646Z] #43 45.16   DEP      compel/src/lib/handle-elf.d
13:47:08 [2021-05-06T13:47:08.646Z] #43 45.28   DEP      compel/arch/x86/src/lib/handle-elf.d
13:47:08 [2021-05-06T13:47:08.738Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
13:47:08 [2021-05-06T13:47:08.738Z] 
13:47:08 [2021-05-06T13:47:08.738Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
13:47:08 [2021-05-06T13:47:08.905Z] #43 45.39   CC       compel/src/lib/log.o
13:47:09 [2021-05-06T13:47:09.034Z] #27 10.64 0 added, 0 removed; done.
13:47:09 [2021-05-06T13:47:09.034Z] #27 10.64 Running hooks in /etc/ca-certificates/update.d...
13:47:09 [2021-05-06T13:47:09.034Z] #27 10.64 done.
13:47:09 [2021-05-06T13:47:09.089Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 .
13:47:09 [2021-05-06T13:47:09.165Z] #43 45.70   CC       compel/arch/x86/src/lib/cpu.o
13:47:09 [2021-05-06T13:47:09.664Z] #2 [internal] load .dockerignore
13:47:09 [2021-05-06T13:47:09.664Z] #2 sha256:2c99810783856d005f42ca6e1b501aa378777693d0c7bf9a847d55cf9cd64a73
13:47:09 [2021-05-06T13:47:09.695Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.2s
13:47:09 [2021-05-06T13:47:09.925Z] #2 transferring context: 87B done
13:47:09 [2021-05-06T13:47:09.925Z] #2 DONE 0.3s
13:47:09 [2021-05-06T13:47:09.925Z] 
13:47:09 [2021-05-06T13:47:09.925Z] #1 [internal] load build definition from Dockerfile
13:47:09 [2021-05-06T13:47:09.925Z] #1 sha256:e8b4c375b8ae1a8138501ceefe4cefd1ffc268385675b1dc306c847d6b5e8604
13:47:09 [2021-05-06T13:47:09.925Z] #1 transferring dockerfile: 17.07kB done
13:47:09 [2021-05-06T13:47:09.925Z] #1 DONE 0.3s
13:47:09 [2021-05-06T13:47:09.925Z] 
13:47:09 [2021-05-06T13:47:09.925Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
13:47:09 [2021-05-06T13:47:09.925Z] #3 sha256:294a0880f468e89a28a1e5e4d13ea717bf9a656005ccb802a8dcbf12ae5d5949
13:47:10 [2021-05-06T13:47:10.106Z] #43 46.48   CC       compel/arch/x86/src/lib/infect.o
13:47:10 [2021-05-06T13:47:10.403Z] #27 DONE 12.0s
13:47:10 [2021-05-06T13:47:10.403Z] 
13:47:10 [2021-05-06T13:47:10.403Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
13:47:10 [2021-05-06T13:47:10.403Z] #28 sha256:f6bbd46da6f49c37cd450e50603238f218044db78b5e22062927226596ed3ab4
13:47:10 [2021-05-06T13:47:10.497Z] #3 DONE 0.5s
13:47:10 [2021-05-06T13:47:10.497Z] 
13:47:10 [2021-05-06T13:47:10.497Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
13:47:10 [2021-05-06T13:47:10.497Z] #4 sha256:08363c8751d4545d25bea104f7e51e11696d0e0abf10a017a959436e69805043
13:47:10 [2021-05-06T13:47:10.497Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
13:47:10 [2021-05-06T13:47:10.497Z] #4 sha256:d9b7b6a9d13deb44598f3c9a244fe9e3b10f85457aa34d4e499afaff6a85c631 1.21kB / 1.21kB done
13:47:10 [2021-05-06T13:47:10.497Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0B / 9.01MB 0.1s
13:47:10 [2021-05-06T13:47:10.497Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
13:47:10 [2021-05-06T13:47:10.497Z] #4 sha256:fedac250e13a5a3b8fcd0c6f42857dd78f31052801662f20fc895fd7993eb28a 528B / 528B done
13:47:10 [2021-05-06T13:47:10.497Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 1.05MB / 9.01MB 0.2s
13:47:10 [2021-05-06T13:47:10.759Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.3s
13:47:10 [2021-05-06T13:47:10.759Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a
13:47:10 [2021-05-06T13:47:10.965Z] #28 DONE 0.6s
13:47:10 [2021-05-06T13:47:10.965Z] 
13:47:10 [2021-05-06T13:47:10.965Z] #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
13:47:10 [2021-05-06T13:47:10.965Z] #29 sha256:ca60303bcf4b8c823ff2d2a1cb9bca568ba38d659bff7879aa3122767f4e125d
13:47:11 [2021-05-06T13:47:11.020Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.4s done
13:47:11 [2021-05-06T13:47:11.020Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0.2s done
13:47:11 [2021-05-06T13:47:11.045Z] #43 47.30   CC       compel/src/lib/infect-rpc.o
13:47:11 [2021-05-06T13:47:11.045Z] #43 47.63   CC       compel/src/lib/infect-util.o
13:47:11 [2021-05-06T13:47:11.282Z] #4 DONE 0.8s
13:47:11 [2021-05-06T13:47:11.543Z] 
13:47:11 [2021-05-06T13:47:11.543Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster
13:47:11 [2021-05-06T13:47:11.543Z] #7 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0
13:47:11 [2021-05-06T13:47:11.612Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.3s done
13:47:11 [2021-05-06T13:47:11.615Z] #43 47.95   CC       compel/src/lib/infect.o
13:47:12 [2021-05-06T13:47:12.116Z] #7 ...
13:47:12 [2021-05-06T13:47:12.116Z] 
13:47:12 [2021-05-06T13:47:12.116Z] #5 [internal] load metadata for docker.io/library/debian:buster
13:47:12 [2021-05-06T13:47:12.116Z] #5 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c
13:47:12 [2021-05-06T13:47:12.116Z] #5 DONE 0.5s
13:47:12 [2021-05-06T13:47:12.116Z] 
13:47:12 [2021-05-06T13:47:12.116Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:47:12 [2021-05-06T13:47:12.116Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
13:47:12 [2021-05-06T13:47:12.116Z] #8 DONE 0.6s
13:47:12 [2021-05-06T13:47:12.116Z] 
13:47:12 [2021-05-06T13:47:12.116Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster
13:47:12 [2021-05-06T13:47:12.116Z] #7 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0
13:47:12 [2021-05-06T13:47:12.116Z] #7 DONE 0.6s
13:47:12 [2021-05-06T13:47:12.116Z] 
13:47:12 [2021-05-06T13:47:12.116Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:47:12 [2021-05-06T13:47:12.116Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
13:47:12 [2021-05-06T13:47:12.116Z] #6 DONE 0.6s
13:47:12 [2021-05-06T13:47:12.192Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551
13:47:12 [2021-05-06T13:47:12.192Z] #9 ...
13:47:12 [2021-05-06T13:47:12.192Z] 
13:47:12 [2021-05-06T13:47:12.192Z] #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
13:47:12 [2021-05-06T13:47:12.192Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69
13:47:12 [2021-05-06T13:47:12.192Z] #27 2.326 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
13:47:12 [2021-05-06T13:47:12.192Z] #27 2.341 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:47:12 [2021-05-06T13:47:12.192Z] #27 2.370 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:47:12 [2021-05-06T13:47:12.192Z] #27 2.530 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:47:12 [2021-05-06T13:47:12.192Z] #27 3.029 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
13:47:12 [2021-05-06T13:47:12.192Z] #27 3.503 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
13:47:12 [2021-05-06T13:47:12.192Z] #27 4.871 Fetched 8441 kB in 3s (3024 kB/s)
13:47:12 [2021-05-06T13:47:12.192Z] #27 4.871 Reading package lists...
13:47:12 [2021-05-06T13:47:12.192Z] #27 5.805 Reading package lists...
13:47:12 [2021-05-06T13:47:12.192Z] #27 6.724 Building dependency tree...
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.049 The following additional packages will be installed:
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.049   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.049   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.054   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.054 Suggested packages:
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.054   krb5-doc krb5-user
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.054 Recommended packages:
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.054   krb5-locales publicsuffix libsasl2-modules
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.320 The following NEW packages will be installed:
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.320   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.320   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.320   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.325   libssh2-1 libssl1.1 openssl
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.604 0 upgraded, 21 newly installed, 0 to remove and 2 not upgraded.
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.604 Need to get 5059 kB of archives.
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.604 After this operation, 12.1 MB of additional disk space will be used.
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.604 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.618 Get:2 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.618 Get:3 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.618 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.618 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.628 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.638 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.658 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.658 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.658 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.668 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.688 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
13:47:12 [2021-05-06T13:47:12.192Z] #27 7.688 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
13:47:12 [2021-05-06T13:47:12.193Z] #27 7.688 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
13:47:12 [2021-05-06T13:47:12.193Z] #27 7.688 Get:15 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
13:47:12 [2021-05-06T13:47:12.193Z] #27 7.692 Get:16 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
13:47:12 [2021-05-06T13:47:12.193Z] #27 7.698 Get:17 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
13:47:12 [2021-05-06T13:47:12.193Z] #27 7.701 Get:18 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
13:47:12 [2021-05-06T13:47:12.193Z] #27 7.710 Get:19 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
13:47:12 [2021-05-06T13:47:12.193Z] #27 7.766 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
13:47:12 [2021-05-06T13:47:12.193Z] #27 7.824 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.005 debconf: delaying package configuration, since apt-utils is not installed
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.041 Fetched 5059 kB in 0s (10.5 MB/s)
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.088 Selecting previously unselected package libssl1.1:amd64.
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.088 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.091 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.102 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.362 Selecting previously unselected package openssl.
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.362 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.368 Unpacking openssl (1.1.1d-0+deb10u6) ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.524 Selecting previously unselected package ca-certificates.
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.524 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.529 Unpacking ca-certificates (20200601~deb10u2) ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.618 Selecting previously unselected package libkeyutils1:amd64.
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.618 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.623 Unpacking libkeyutils1:amd64 (1.6-6) ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.662 Selecting previously unselected package libkrb5support0:amd64.
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.662 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.667 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.731 Selecting previously unselected package libk5crypto3:amd64.
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.731 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.737 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.812 Selecting previously unselected package libkrb5-3:amd64.
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.812 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.823 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.945 Selecting previously unselected package libgssapi-krb5-2:amd64.
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.945 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 8.951 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.010 Selecting previously unselected package libsasl2-modules-db:amd64.
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.010 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.014 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.071 Selecting previously unselected package libsasl2-2:amd64.
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.071 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.076 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.128 Selecting previously unselected package libldap-common.
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.128 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.134 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.191 Selecting previously unselected package libldap-2.4-2:amd64.
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.191 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.201 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.288 Selecting previously unselected package libnghttp2-14:amd64.
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.288 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.292 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.353 Selecting previously unselected package libpsl5:amd64.
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.353 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.360 Unpacking libpsl5:amd64 (0.20.2-2) ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.423 Selecting previously unselected package librtmp1:amd64.
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.423 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.427 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.483 Selecting previously unselected package libssh2-1:amd64.
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.483 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.487 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.605 Selecting previously unselected package libcurl4:amd64.
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.605 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.641 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.724 Selecting previously unselected package curl.
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.724 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.729 Unpacking curl (7.64.0-4+deb10u2) ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.826 Selecting previously unselected package libonig5:amd64.
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.826 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.832 Unpacking libonig5:amd64 (6.9.1-1) ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.940 Selecting previously unselected package libjq1:amd64.
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.940 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 9.946 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 10.02 Selecting previously unselected package jq.
13:47:12 [2021-05-06T13:47:12.193Z] #27 10.02 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 10.03 Unpacking jq (1.5+dfsg-2+b1) ...
13:47:12 [2021-05-06T13:47:12.193Z] #27 10.09 Setting up libkeyutils1:amd64 (1.6-6) ...
13:47:12 [2021-05-06T13:47:12.341Z] #29 1.042 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
13:47:12 [2021-05-06T13:47:12.341Z] #29 1.117 
13:47:12 [2021-05-06T13:47:12.458Z] #27 10.10 Setting up libpsl5:amd64 (0.20.2-2) ...
13:47:12 [2021-05-06T13:47:12.458Z] #27 10.12 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
13:47:12 [2021-05-06T13:47:12.458Z] #27 10.27 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
13:47:12 [2021-05-06T13:47:12.458Z] #27 10.29 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
13:47:12 [2021-05-06T13:47:12.458Z] #27 10.30 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
13:47:12 [2021-05-06T13:47:12.458Z] #27 10.32 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:47:12 [2021-05-06T13:47:12.458Z] #27 10.33 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
13:47:12 [2021-05-06T13:47:12.458Z] #27 10.35 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
13:47:12 [2021-05-06T13:47:12.458Z] #27 10.37 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:47:12 [2021-05-06T13:47:12.458Z] #27 10.38 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
13:47:12 [2021-05-06T13:47:12.458Z] #27 10.39 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
13:47:12 [2021-05-06T13:47:12.458Z] #27 10.41 Setting up openssl (1.1.1d-0+deb10u6) ...
13:47:12 [2021-05-06T13:47:12.458Z] #27 10.43 Setting up libonig5:amd64 (6.9.1-1) ...
13:47:12 [2021-05-06T13:47:12.458Z] #27 10.44 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
13:47:12 [2021-05-06T13:47:12.458Z] #27 10.46 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
13:47:12 [2021-05-06T13:47:12.601Z] #29 1.233 
############                                                              17.9%
###########################                                               37.9%
#########################################                                 57.8%
#######################################################                   77.3%
######################################################################    97.3%
######################################################################## 100.0%
13:47:12 [2021-05-06T13:47:12.720Z] #27 10.47 Setting up ca-certificates (20200601~deb10u2) ...
13:47:12 [2021-05-06T13:47:12.858Z] #29 1.732 
13:47:12 [2021-05-06T13:47:12.858Z] #29 1.838 
######################################################################## 100.0%
13:47:12 [2021-05-06T13:47:12.858Z] #29 1.922 
13:47:13 [2021-05-06T13:47:13.117Z] #29 2.036 
################################################################          89.4%
######################################################################## 100.0%
13:47:13 [2021-05-06T13:47:13.117Z] #29 2.141 
13:47:13 [2021-05-06T13:47:13.295Z] #27 11.11 Updating certificates in /etc/ssl/certs...
13:47:13 [2021-05-06T13:47:13.523Z] #43 ...
13:47:13 [2021-05-06T13:47:13.523Z] 
13:47:13 [2021-05-06T13:47:13.523Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:47:13 [2021-05-06T13:47:13.523Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:47:13 [2021-05-06T13:47:13.523Z] #13 105.8 Selecting previously unselected package libapparmor1:amd64.
13:47:13 [2021-05-06T13:47:13.523Z] #13 105.8 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 105.8 Unpacking libapparmor1:amd64 (2.13.2-10) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 105.9 Selecting previously unselected package libapparmor-dev:amd64.
13:47:13 [2021-05-06T13:47:13.523Z] #13 105.9 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 105.9 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 106.1 Selecting previously unselected package libbtrfs0.
13:47:13 [2021-05-06T13:47:13.523Z] #13 106.1 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 106.2 Unpacking libbtrfs0 (4.20.1-2) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 106.3 Selecting previously unselected package libbtrfs-dev.
13:47:13 [2021-05-06T13:47:13.523Z] #13 106.3 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 106.3 Unpacking libbtrfs-dev (4.20.1-2) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 106.4 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
13:47:13 [2021-05-06T13:47:13.523Z] #13 106.4 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 106.4 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 106.5 Selecting previously unselected package libudev-dev:amd64.
13:47:13 [2021-05-06T13:47:13.523Z] #13 106.5 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 106.5 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 106.7 Selecting previously unselected package libsepol1-dev:amd64.
13:47:13 [2021-05-06T13:47:13.523Z] #13 106.7 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 106.7 Unpacking libsepol1-dev:amd64 (2.8-1) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 107.0 Selecting previously unselected package libpcre16-3:amd64.
13:47:13 [2021-05-06T13:47:13.523Z] #13 107.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 107.0 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 107.2 Selecting previously unselected package libpcre32-3:amd64.
13:47:13 [2021-05-06T13:47:13.523Z] #13 107.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 107.2 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 107.4 Selecting previously unselected package libpcrecpp0v5:amd64.
13:47:13 [2021-05-06T13:47:13.523Z] #13 107.4 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 107.5 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 107.6 Selecting previously unselected package libpcre3-dev:amd64.
13:47:13 [2021-05-06T13:47:13.523Z] #13 107.6 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 107.6 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 108.0 Selecting previously unselected package libselinux1-dev:amd64.
13:47:13 [2021-05-06T13:47:13.523Z] #13 108.0 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 108.1 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 108.3 Selecting previously unselected package libdevmapper-dev:amd64.
13:47:13 [2021-05-06T13:47:13.523Z] #13 108.3 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 108.3 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 108.4 Selecting previously unselected package libseccomp-dev:amd64.
13:47:13 [2021-05-06T13:47:13.523Z] #13 108.4 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 108.5 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 108.6 Selecting previously unselected package libsystemd-dev:amd64.
13:47:13 [2021-05-06T13:47:13.523Z] #13 108.6 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 108.6 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.1 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.2 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.2 Setting up libapparmor1:amd64 (2.13.2-10) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.2 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.2 Setting up libpcre16-3:amd64 (2:8.39-12) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.2 Setting up libsepol1-dev:amd64 (2.8-1) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.2 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.2 Setting up libbtrfs0 (4.20.1-2) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.2 Setting up libpcre32-3:amd64 (2:8.39-12) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.3 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.3 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.3 Setting up libbtrfs-dev (4.20.1-2) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.3 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.3 Setting up mingw-w64-common (6.0.0-3) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.3 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.4 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.4 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.4 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.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
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.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
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.4 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.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
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.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
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.5 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.5 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.5 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.5 Setting up dmsetup (2:1.02.155-3) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.5 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.6 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
13:47:13 [2021-05-06T13:47:13.523Z] #13 109.6 Processing triggers for libc-bin (2.28-10) ...
13:47:13 [2021-05-06T13:47:13.887Z] #29 2.256 
############                                                              17.7%
##########################                                                37.1%
########################################                                  56.2%
##############################################                            64.2%
###############################################################           87.5%
######################################################################## 100.0%
13:47:13 [2021-05-06T13:47:13.887Z] #29 2.946 
13:47:14 [2021-05-06T13:47:14.145Z] 
13:47:14 [2021-05-06T13:47:14.145Z] #29 ...
13:47:14 [2021-05-06T13:47:14.145Z] 
13:47:14 [2021-05-06T13:47:14.145Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:47:14 [2021-05-06T13:47:14.145Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:47:14 [2021-05-06T13:47:14.145Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.3s done
13:47:14 [2021-05-06T13:47:14.145Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.8s done
13:47:14 [2021-05-06T13:47:14.145Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
13:47:14 [2021-05-06T13:47:14.145Z] #9 DONE 24.7s
13:47:14 [2021-05-06T13:47:14.145Z] 
13:47:14 [2021-05-06T13:47:14.145Z] #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
13:47:14 [2021-05-06T13:47:14.145Z] #29 sha256:ca60303bcf4b8c823ff2d2a1cb9bca568ba38d659bff7879aa3122767f4e125d
13:47:14 [2021-05-06T13:47:14.256Z] #27 12.00 137 added, 0 removed; done.
13:47:14 [2021-05-06T13:47:14.828Z] #27 12.69 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
13:47:15 [2021-05-06T13:47:15.089Z] #27 12.90 Setting up jq (1.5+dfsg-2+b1) ...
13:47:15 [2021-05-06T13:47:15.089Z] #27 12.91 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
13:47:15 [2021-05-06T13:47:15.089Z] #27 12.93 Setting up curl (7.64.0-4+deb10u2) ...
13:47:15 [2021-05-06T13:47:15.089Z] #27 12.94 Processing triggers for libc-bin (2.28-10) ...
13:47:15 [2021-05-06T13:47:15.089Z] #27 12.96 Processing triggers for ca-certificates (20200601~deb10u2) ...
13:47:15 [2021-05-06T13:47:15.089Z] #27 12.97 Updating certificates in /etc/ssl/certs...
13:47:15 [2021-05-06T13:47:15.425Z] 
13:47:15 [2021-05-06T13:47:15.425Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:47:15 [2021-05-06T13:47:15.425Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
13:47:15 [2021-05-06T13:47:15.425Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
13:47:15 [2021-05-06T13:47:15.425Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
13:47:15 [2021-05-06T13:47:15.425Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
13:47:15 [2021-05-06T13:47:15.425Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
13:47:15 [2021-05-06T13:47:15.425Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.10MB / 9.86MB 0.2s
13:47:15 [2021-05-06T13:47:15.425Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 8.39MB / 9.86MB 0.3s
13:47:15 [2021-05-06T13:47:15.430Z] #29 3.058 
###                                                                        4.7%
#######                                                                   10.0%
##########                                                                15.1%
##############                                                            20.5%
##################                                                        25.6%
######################                                                    30.9%
#########################                                                 36.0%
#############################                                             41.4%
#################################                                         46.6%
#####################################                                     51.8%
#########################################                                 57.1%
############################################                              62.2%
################################################                          67.4%
####################################################                      72.6%
13:47:15 [2021-05-06T13:47:15.430Z] #29 ...
13:47:15 [2021-05-06T13:47:15.430Z] 
13:47:15 [2021-05-06T13:47:15.430Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:47:15 [2021-05-06T13:47:15.430Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
13:47:15 [2021-05-06T13:47:15.430Z] #10 DONE 1.5s
13:47:15 [2021-05-06T13:47:15.430Z] 
13:47:15 [2021-05-06T13:47:15.430Z] #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
13:47:15 [2021-05-06T13:47:15.430Z] #29 sha256:ca60303bcf4b8c823ff2d2a1cb9bca568ba38d659bff7879aa3122767f4e125d
13:47:15 [2021-05-06T13:47:15.431Z] #13 DONE 111.0s
13:47:15 [2021-05-06T13:47:15.431Z] 
13:47:15 [2021-05-06T13:47:15.431Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
13:47:15 [2021-05-06T13:47:15.431Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
13:47:15 [2021-05-06T13:47:15.694Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s
13:47:15 [2021-05-06T13:47:15.945Z] #29 3.058 
###                                                                        4.7%
#######                                                                   10.0%
##########                                                                15.1%
##############                                                            20.5%
##################                                                        25.6%
######################                                                    30.9%
#########################                                                 36.0%
#############################                                             41.4%
#################################                                         46.6%
#####################################                                     51.8%
#########################################                                 57.1%
############################################                              62.2%
################################################                          67.4%
####################################################                      72.6%
########################################################                  77.8%
###########################################################               82.6%
###############################################################           88.6%
###################################################################       94.1%
#######################################################################   99.3%
######################################################################## 100.0%
13:47:15 [2021-05-06T13:47:15.945Z] #29 4.915 
13:47:15 [2021-05-06T13:47:15.963Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done
13:47:15 [2021-05-06T13:47:15.963Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734
13:47:16 [2021-05-06T13:47:16.105Z] #27 13.91 0 added, 0 removed; done.
13:47:16 [2021-05-06T13:47:16.105Z] #27 13.91 Running hooks in /etc/ca-certificates/update.d...
13:47:16 [2021-05-06T13:47:16.105Z] #27 13.91 done.
13:47:16 [2021-05-06T13:47:16.204Z] #29 ...
13:47:16 [2021-05-06T13:47:16.204Z] 
13:47:16 [2021-05-06T13:47:16.204Z] #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
13:47:16 [2021-05-06T13:47:16.204Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
13:47:16 [2021-05-06T13:47:16.204Z] #11 DONE 0.7s
13:47:16 [2021-05-06T13:47:16.204Z] 
13:47:16 [2021-05-06T13:47:16.204Z] #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
13:47:16 [2021-05-06T13:47:16.204Z] #29 sha256:ca60303bcf4b8c823ff2d2a1cb9bca568ba38d659bff7879aa3122767f4e125d
13:47:16 [2021-05-06T13:47:16.204Z] #29 5.227 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
13:47:16 [2021-05-06T13:47:16.367Z] #27 ...
13:47:16 [2021-05-06T13:47:16.367Z] 
13:47:16 [2021-05-06T13:47:16.367Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:47:16 [2021-05-06T13:47:16.367Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:47:16 [2021-05-06T13:47:16.460Z] #29 5.383 
13:47:16 [2021-05-06T13:47:16.460Z] #29 5.475 
######################################################################## 100.0%
13:47:16 [2021-05-06T13:47:16.460Z] #29 ...
13:47:16 [2021-05-06T13:47:16.460Z] 
13:47:16 [2021-05-06T13:47:16.460Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
13:47:16 [2021-05-06T13:47:16.460Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
13:47:16 [2021-05-06T13:47:16.460Z] #39 DONE 0.2s
13:47:16 [2021-05-06T13:47:16.460Z] 
13:47:16 [2021-05-06T13:47:16.460Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
13:47:16 [2021-05-06T13:47:16.460Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
13:47:16 [2021-05-06T13:47:16.460Z] #31 DONE 0.3s
13:47:16 [2021-05-06T13:47:16.460Z] 
13:47:16 [2021-05-06T13:47:16.460Z] #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
13:47:16 [2021-05-06T13:47:16.460Z] #29 sha256:ca60303bcf4b8c823ff2d2a1cb9bca568ba38d659bff7879aa3122767f4e125d
13:47:16 [2021-05-06T13:47:16.460Z] #29 5.502 
13:47:16 [2021-05-06T13:47:16.940Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.1s done
13:47:16 [2021-05-06T13:47:16.943Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.8s done
13:47:16 [2021-05-06T13:47:16.943Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0.1s
13:47:17 [2021-05-06T13:47:17.341Z] #14 DONE 1.8s
13:47:17 [2021-05-06T13:47:17.341Z] 
13:47:17 [2021-05-06T13:47:17.341Z] #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
13:47:17 [2021-05-06T13:47:17.341Z] #53 sha256:57b14148c5761d3cf415acf7b9defd5728916597eb1058e0aa82295a53012d12
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.717 + RM_GOPATH=0
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.717 + TMP_GOPATH=
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.717 + : /build
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.717 + '[' -z '' ']'
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.718 ++ mktemp -d
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.720 + export GOPATH=/tmp/tmp.ACHJcZbAEH
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.721 + GOPATH=/tmp/tmp.ACHJcZbAEH
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.721 + RM_GOPATH=1
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.721 + case "$(go env GOARCH)" in
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.722 ++ go env GOARCH
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.748 + export GO_BUILDMODE=-buildmode=pie
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.749 + GO_BUILDMODE=-buildmode=pie
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.750 ++ dirname /tmp/install/install.sh
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.755 + dir=/tmp/install
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.755 + bin=runc
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.756 + shift
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.757 + '[' '!' -f /tmp/install/runc.installer ']'
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.757 + . /tmp/install/runc.installer
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.758 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.759 + install_runc
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.761 + grep -q '^3\.10\.0.*\.el7\.'
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.765 + uname -r
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.770 + RUNC_BUILDTAGS='seccomp '
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.771 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.774 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.774 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ACHJcZbAEH/src/github.com/opencontainers/runc
13:47:17 [2021-05-06T13:47:17.341Z] #53 1.782 Cloning into '/tmp/tmp.ACHJcZbAEH/src/github.com/opencontainers/runc'...
13:47:17 [2021-05-06T13:47:17.394Z] #29 6.111 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
13:47:17 [2021-05-06T13:47:17.394Z] #29 6.317 
13:47:17 [2021-05-06T13:47:17.394Z] #29 6.476 
######################################################################## 100.0%
13:47:17 [2021-05-06T13:47:17.650Z] #29 6.552 
13:47:18 [2021-05-06T13:47:18.215Z] #29 7.036 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
13:47:18 [2021-05-06T13:47:18.215Z] #29 7.176 
13:47:18 [2021-05-06T13:47:18.278Z] #53 ...
13:47:18 [2021-05-06T13:47:18.278Z] 
13:47:18 [2021-05-06T13:47:18.278Z] #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
13:47:18 [2021-05-06T13:47:18.278Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
13:47:18 [2021-05-06T13:47:18.278Z] #15 DONE 1.2s
13:47:18 [2021-05-06T13:47:18.278Z] 
13:47:18 [2021-05-06T13:47:18.278Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
13:47:18 [2021-05-06T13:47:18.278Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
13:47:18 [2021-05-06T13:47:18.353Z] #62 DONE 3.2s
13:47:18 [2021-05-06T13:47:18.353Z] 
13:47:18 [2021-05-06T13:47:18.353Z] #23 [internal] load build context
13:47:18 [2021-05-06T13:47:18.353Z] #23 sha256:29b0097319b7e31ee7145922787fcb6ed94e44286a73bae6acedd0fb285754cc
13:47:18 [2021-05-06T13:47:18.353Z] #23 transferring context: 53.21MB 2.9s done
13:47:18 [2021-05-06T13:47:18.353Z] #23 DONE 3.3s
13:47:18 [2021-05-06T13:47:18.353Z] 
13:47:18 [2021-05-06T13:47:18.353Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:47:18 [2021-05-06T13:47:18.353Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
13:47:18 [2021-05-06T13:47:18.353Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done
13:47:18 [2021-05-06T13:47:18.353Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
13:47:18 [2021-05-06T13:47:18.353Z] #9 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done
13:47:18 [2021-05-06T13:47:18.353Z] #9 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done
13:47:18 [2021-05-06T13:47:18.353Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 1.8s done
13:47:18 [2021-05-06T13:47:18.353Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.8s done
13:47:18 [2021-05-06T13:47:18.353Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 2.1s done
13:47:18 [2021-05-06T13:47:18.353Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 3.0s done
13:47:18 [2021-05-06T13:47:18.353Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 1.3s
13:47:18 [2021-05-06T13:47:18.353Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 85.39MB / 97.69MB 3.2s
13:47:18 [2021-05-06T13:47:18.353Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 0B / 156B 3.2s
13:47:18 [2021-05-06T13:47:18.354Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0B / 62.53MB 3.2s
13:47:18 [2021-05-06T13:47:18.623Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 92.27MB / 97.69MB 3.3s
13:47:18 [2021-05-06T13:47:18.623Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 3.3s done
13:47:18 [2021-05-06T13:47:18.623Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 3.15MB / 62.53MB 3.3s
13:47:18 [2021-05-06T13:47:18.623Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 3.5s
13:47:18 [2021-05-06T13:47:18.623Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 30.41MB / 62.53MB 3.5s
13:47:18 [2021-05-06T13:47:18.730Z] #29 7.300 
##                                                                         3.9%
########################                                                  33.5%
#####################################                                     51.4%
##################################################                        69.5%
###############################################################           87.5%
######################################################################## 100.0%
13:47:18 [2021-05-06T13:47:18.730Z] #29 7.796 
13:47:18 [2021-05-06T13:47:18.886Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 34.60MB / 62.53MB 3.7s
13:47:18 [2021-05-06T13:47:18.988Z] #29 8.126 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
13:47:19 [2021-05-06T13:47:19.147Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 49.28MB / 62.53MB 4.0s
13:47:19 [2021-05-06T13:47:19.215Z] #16 1.040 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
13:47:19 [2021-05-06T13:47:19.215Z] #16 DONE 1.2s
13:47:19 [2021-05-06T13:47:19.215Z] 
13:47:19 [2021-05-06T13:47:19.215Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:47:19 [2021-05-06T13:47:19.215Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:47:19 [2021-05-06T13:47:19.215Z] #43 50.31   CC       compel/src/lib/ptrace.o
13:47:19 [2021-05-06T13:47:19.215Z] #43 50.68   AR       compel/libcompel.a
13:47:19 [2021-05-06T13:47:19.215Z] #43 50.75   HOSTCC   compel/src/main-host.o
13:47:19 [2021-05-06T13:47:19.215Z] #43 51.14   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
13:47:19 [2021-05-06T13:47:19.215Z] #43 51.28   HOSTCC   compel/src/lib/handle-elf-host.o
13:47:19 [2021-05-06T13:47:19.215Z] #43 51.61   HOSTCC   compel/src/lib/log-host.o
13:47:19 [2021-05-06T13:47:19.215Z] #43 51.92   HOSTLINK compel/compel-host-bin
13:47:19 [2021-05-06T13:47:19.215Z] #43 52.21   DEP      soccr/soccr.d
13:47:19 [2021-05-06T13:47:19.215Z] #43 52.40   CC       soccr/soccr.o
13:47:19 [2021-05-06T13:47:19.215Z] #43 54.44   AR       soccr/libsoccr.a
13:47:19 [2021-05-06T13:47:19.215Z] #43 54.48 make[1]: 'soccr/libsoccr.a' is up to date.
13:47:19 [2021-05-06T13:47:19.215Z] #43 55.04   DEP      criu/arch/x86/sigframe.d
13:47:19 [2021-05-06T13:47:19.215Z] #43 55.25   DEP      criu/arch/x86/sigaction_compat.d
13:47:19 [2021-05-06T13:47:19.215Z] #43 55.33   DEP      criu/arch/x86/kerndat.d
13:47:19 [2021-05-06T13:47:19.215Z] #43 55.58   DEP      criu/arch/x86/crtools.d
13:47:19 [2021-05-06T13:47:19.215Z] #43 55.72   DEP      criu/arch/x86/cpu.d
13:47:19 [2021-05-06T13:47:19.244Z] #29 8.236 
13:47:19 [2021-05-06T13:47:19.244Z] #29 8.288 
######################################################################## 100.0%
13:47:19 [2021-05-06T13:47:19.244Z] #29 8.324 
13:47:19 [2021-05-06T13:47:19.415Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 4.2s
13:47:19 [2021-05-06T13:47:19.474Z] #43 55.93   CC       criu/arch/x86/cpu.o
13:47:19 [2021-05-06T13:47:19.495Z] #9 ...
13:47:19 [2021-05-06T13:47:19.495Z] 
13:47:19 [2021-05-06T13:47:19.495Z] #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
13:47:19 [2021-05-06T13:47:19.495Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69
13:47:19 [2021-05-06T13:47:19.495Z] #27 DONE 16.8s
13:47:19 [2021-05-06T13:47:19.495Z] 
13:47:19 [2021-05-06T13:47:19.495Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:47:19 [2021-05-06T13:47:19.495Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:47:19 [2021-05-06T13:47:19.495Z] #9 ...
13:47:19 [2021-05-06T13:47:19.495Z] 
13:47:19 [2021-05-06T13:47:19.495Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
13:47:19 [2021-05-06T13:47:19.495Z] #28 sha256:c9511efddd90d58daf415c25ab35e8a29dd904ad92abfbefa1c7902095d25482
13:47:19 [2021-05-06T13:47:19.500Z] #29 8.520 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
13:47:19 [2021-05-06T13:47:19.501Z] #29 8.614 
13:47:19 [2021-05-06T13:47:19.501Z] #29 8.664 
######################################################################## 100.0%
13:47:19 [2021-05-06T13:47:19.756Z] #28 DONE 0.6s
13:47:19 [2021-05-06T13:47:19.756Z] 
13:47:19 [2021-05-06T13:47:19.756Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:47:19 [2021-05-06T13:47:19.756Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:47:19 [2021-05-06T13:47:19.757Z] #29 8.693 
13:47:19 [2021-05-06T13:47:19.757Z] #29 8.711 Download of images into '/build' complete.
13:47:19 [2021-05-06T13:47:19.757Z] #29 8.711 Use something like the following to load the result into a Docker daemon:
13:47:19 [2021-05-06T13:47:19.757Z] #29 8.711   tar -cC '/build' . | docker load
13:47:20 [2021-05-06T13:47:20.041Z] #43 ...
13:47:20 [2021-05-06T13:47:20.041Z] 
13:47:20 [2021-05-06T13:47:20.041Z] #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
13:47:20 [2021-05-06T13:47:20.041Z] #58 sha256:eae05e0e30d0d3a43e5be81f7c1dbf12b6d489ef9c003fb472dc710abf5d237d
13:47:20 [2021-05-06T13:47:20.041Z] #58 110.1 + for f in rootlesskit rootlesskit-docker-proxy
13:47:20 [2021-05-06T13:47:20.041Z] #58 110.1 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
13:47:20 [2021-05-06T13:47:20.041Z] #58 DONE 119.3s
13:47:20 [2021-05-06T13:47:20.041Z] 
13:47:20 [2021-05-06T13:47:20.041Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
13:47:20 [2021-05-06T13:47:20.041Z] #59 sha256:8580828e0686e3817ad09c1a73898ced959f58854ba264ff613ece3ae7bc986c
13:47:20 [2021-05-06T13:47:20.301Z] #59 DONE 0.2s
13:47:20 [2021-05-06T13:47:20.301Z] 
13:47:20 [2021-05-06T13:47:20.301Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
13:47:20 [2021-05-06T13:47:20.301Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
13:47:20 [2021-05-06T13:47:20.301Z] #17 ...
13:47:20 [2021-05-06T13:47:20.301Z] 
13:47:20 [2021-05-06T13:47:20.301Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
13:47:20 [2021-05-06T13:47:20.301Z] #60 sha256:fd51a50ab4c7828dbdb290371d2ddcba2caaa93111746939b0c70d427923327e
13:47:20 [2021-05-06T13:47:20.301Z] #60 DONE 0.1s
13:47:20 [2021-05-06T13:47:20.364Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 3.2s done
13:47:20 [2021-05-06T13:47:20.560Z] 
13:47:20 [2021-05-06T13:47:20.560Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:47:20 [2021-05-06T13:47:20.560Z] #45 sha256:c7a5d16dbc797fa74951efb44cde31e77e2822200ef56c73985f44b53bdf7604
13:47:20 [2021-05-06T13:47:20.560Z] #45 109.7 crypto/tls
13:47:20 [2021-05-06T13:47:20.560Z] #45 117.1 net/http/httptrace
13:47:20 [2021-05-06T13:47:20.560Z] #45 117.5 net/http
13:47:20 [2021-05-06T13:47:20.625Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 5.2s done
13:47:20 [2021-05-06T13:47:20.691Z] #29 DONE 9.5s
13:47:20 [2021-05-06T13:47:20.691Z] 
13:47:20 [2021-05-06T13:47:20.691Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
13:47:20 [2021-05-06T13:47:20.691Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9
13:47:20 [2021-05-06T13:47:20.691Z] #12 DONE 4.3s
13:47:20 [2021-05-06T13:47:20.691Z] 
13:47:20 [2021-05-06T13:47:20.691Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:47:20 [2021-05-06T13:47:20.691Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:47:20 [2021-05-06T13:47:20.819Z] #45 ...
13:47:20 [2021-05-06T13:47:20.819Z] 
13:47:20 [2021-05-06T13:47:20.819Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:47:20 [2021-05-06T13:47:20.819Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:47:20 [2021-05-06T13:47:20.819Z] #43 57.15   CC       criu/arch/x86/crtools.o
13:47:21 [2021-05-06T13:47:21.387Z] #43 ...
13:47:21 [2021-05-06T13:47:21.387Z] 
13:47:21 [2021-05-06T13:47:21.387Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
13:47:21 [2021-05-06T13:47:21.387Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
13:47:21 [2021-05-06T13:47:21.387Z] #17 DONE 1.9s
13:47:21 [2021-05-06T13:47:21.387Z] 
13:47:21 [2021-05-06T13:47:21.387Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
13:47:21 [2021-05-06T13:47:21.387Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
13:47:22 [2021-05-06T13:47:22.010Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 6.6s done
13:47:22 [2021-05-06T13:47:22.010Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2
13:47:22 [2021-05-06T13:47:22.308Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s
13:47:22 [2021-05-06T13:47:22.582Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.3s done
13:47:23 [2021-05-06T13:47:23.291Z] #18 DONE 1.9s
13:47:23 [2021-05-06T13:47:23.291Z] 
13:47:23 [2021-05-06T13:47:23.291Z] #19 [dev-systemd-false  6/26] RUN ldconfig
13:47:23 [2021-05-06T13:47:23.291Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
13:47:23 [2021-05-06T13:47:23.993Z] #9 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3
13:47:24 [2021-05-06T13:47:24.228Z] #19 DONE 1.3s
13:47:24 [2021-05-06T13:47:24.228Z] 
13:47:24 [2021-05-06T13:47:24.228Z] #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
13:47:24 [2021-05-06T13:47:24.228Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:47:24 [2021-05-06T13:47:24.228Z] #43 59.02   CC       criu/arch/x86/kerndat.o
13:47:24 [2021-05-06T13:47:24.228Z] #43 60.01   CC       criu/arch/x86/sigaction_compat.o
13:47:24 [2021-05-06T13:47:24.228Z] #43 60.36   CC       criu/arch/x86/sigframe.o
13:47:24 [2021-05-06T13:47:24.228Z] #43 60.67   LINK     criu/arch/x86/crtools.built-in.o
13:47:24 [2021-05-06T13:47:24.228Z] #43 60.75   DEP      criu/pie/util-vdso-elf32.d
13:47:24 [2021-05-06T13:47:24.228Z] #43 60.86   DEP      criu/pie/util-vdso.d
13:47:24 [2021-05-06T13:47:24.577Z] #9 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.7s done
13:47:24 [2021-05-06T13:47:24.796Z] #43 61.21   DEP      criu/pie/util.d
13:47:25 [2021-05-06T13:47:25.054Z] #43 61.56   CC       criu/pie/util.o
13:47:25 [2021-05-06T13:47:25.155Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c
13:47:25 [2021-05-06T13:47:25.155Z] #9 ...
13:47:25 [2021-05-06T13:47:25.155Z] 
13:47:25 [2021-05-06T13:47:25.155Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:47:25 [2021-05-06T13:47:25.155Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
13:47:25 [2021-05-06T13:47:25.155Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
13:47:25 [2021-05-06T13:47:25.155Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
13:47:25 [2021-05-06T13:47:25.155Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
13:47:25 [2021-05-06T13:47:25.155Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
13:47:25 [2021-05-06T13:47:25.155Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 8.7s done
13:47:25 [2021-05-06T13:47:25.155Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.8s done
13:47:25 [2021-05-06T13:47:25.430Z] #64 DONE 10.2s
13:47:25 [2021-05-06T13:47:25.430Z] 
13:47:25 [2021-05-06T13:47:25.430Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:47:25 [2021-05-06T13:47:25.430Z] #26 sha256:47bdea7822f41a7ae5f8934db38630836f0e2a1fd7c2685e16267fad2718b13e
13:47:25 [2021-05-06T13:47:25.430Z] #26 resolve docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 0.1s done
13:47:25 [2021-05-06T13:47:25.430Z] #26 sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 1.85kB / 1.85kB done
13:47:25 [2021-05-06T13:47:25.430Z] #26 sha256:9de3fd952a4a90cb25b73e4afa386abcbfb13451aa74d95fdb206dbadc5c831c 529B / 529B done
13:47:25 [2021-05-06T13:47:25.430Z] #26 sha256:6d3b727c744260afb6a671dbe8ed3af11078bd3df69d7bc3f24607a145afa750 1.46kB / 1.46kB done
13:47:25 [2021-05-06T13:47:25.430Z] #26 sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636 49.23MB / 49.23MB 7.5s done
13:47:25 [2021-05-06T13:47:25.430Z] #26 extracting sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636 2.3s
13:47:25 [2021-05-06T13:47:25.430Z] #26 ...
13:47:25 [2021-05-06T13:47:25.430Z] 
13:47:25 [2021-05-06T13:47:25.430Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:47:25 [2021-05-06T13:47:25.430Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
13:47:25 [2021-05-06T13:47:25.622Z] #43 61.96   CC       criu/pie/util-vdso.o
13:47:25 [2021-05-06T13:47:25.882Z] #43 62.53   CC       criu/pie/util-vdso-elf32.o
13:47:25 [2021-05-06T13:47:25.951Z] #13 ...
13:47:25 [2021-05-06T13:47:25.951Z] 
13:47:25 [2021-05-06T13:47:25.951Z] #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
13:47:25 [2021-05-06T13:47:25.951Z] #47 sha256:e09d78c3f8f28ec8553749f134c4925780cfdc20dcc73b6b1bb6e1a1157986de
13:47:25 [2021-05-06T13:47:25.951Z] #47 5.362 + RM_GOPATH=0
13:47:25 [2021-05-06T13:47:25.951Z] #47 5.362 + TMP_GOPATH=
13:47:25 [2021-05-06T13:47:25.951Z] #47 5.362 + : /build
13:47:25 [2021-05-06T13:47:25.951Z] #47 5.362 + '[' -z '' ']'
13:47:25 [2021-05-06T13:47:25.951Z] #47 5.362 ++ mktemp -d
13:47:25 [2021-05-06T13:47:25.951Z] #47 5.366 + export GOPATH=/tmp/tmp.oMnAL2731A
13:47:25 [2021-05-06T13:47:25.951Z] #47 5.366 + GOPATH=/tmp/tmp.oMnAL2731A
13:47:25 [2021-05-06T13:47:25.951Z] #47 5.366 + RM_GOPATH=1
13:47:25 [2021-05-06T13:47:25.951Z] #47 5.366 + case "$(go env GOARCH)" in
13:47:25 [2021-05-06T13:47:25.952Z] #47 5.366 ++ go env GOARCH
13:47:25 [2021-05-06T13:47:25.952Z] #47 5.391 + export GO_BUILDMODE=-buildmode=pie
13:47:25 [2021-05-06T13:47:25.952Z] #47 5.391 + GO_BUILDMODE=-buildmode=pie
13:47:25 [2021-05-06T13:47:25.952Z] #47 5.391 ++ dirname /tmp/install/install.sh
13:47:25 [2021-05-06T13:47:25.952Z] #47 5.391 + dir=/tmp/install
13:47:25 [2021-05-06T13:47:25.952Z] #47 5.391 + bin=gotestsum
13:47:25 [2021-05-06T13:47:25.952Z] #47 5.391 + shift
13:47:25 [2021-05-06T13:47:25.952Z] #47 5.391 + '[' '!' -f /tmp/install/gotestsum.installer ']'
13:47:25 [2021-05-06T13:47:25.952Z] #47 5.391 + . /tmp/install/gotestsum.installer
13:47:25 [2021-05-06T13:47:25.952Z] #47 5.391 ++ : v0.5.3
13:47:25 [2021-05-06T13:47:25.952Z] #47 5.391 + install_gotestsum
13:47:25 [2021-05-06T13:47:25.952Z] #47 5.391 + set -e
13:47:25 [2021-05-06T13:47:25.952Z] #47 5.391 + export GO111MODULE=on
13:47:25 [2021-05-06T13:47:25.952Z] #47 5.391 + GO111MODULE=on
13:47:25 [2021-05-06T13:47:25.952Z] #47 5.391 + GOBIN=/build
13:47:25 [2021-05-06T13:47:25.952Z] #47 5.391 + go get gotest.tools/gotestsum@v0.5.3
13:47:25 [2021-05-06T13:47:25.952Z] #47 5.391 go: finding gotest.tools v0.5.3
13:47:25 [2021-05-06T13:47:25.952Z] #47 5.391 go: finding gotest.tools/gotestsum v0.5.3
13:47:25 [2021-05-06T13:47:25.952Z] #47 5.984 go: downloading gotest.tools/gotestsum v0.5.3
13:47:25 [2021-05-06T13:47:25.952Z] #47 6.439 go: extracting gotest.tools/gotestsum v0.5.3
13:47:25 [2021-05-06T13:47:25.952Z] #47 6.975 go: downloading github.com/fatih/color v1.9.0
13:47:25 [2021-05-06T13:47:25.952Z] #47 6.975 go: downloading github.com/spf13/pflag v1.0.3
13:47:25 [2021-05-06T13:47:25.952Z] #47 6.977 go: downloading github.com/pkg/errors v0.9.1
13:47:25 [2021-05-06T13:47:25.952Z] #47 7.047 go: extracting github.com/fatih/color v1.9.0
13:47:25 [2021-05-06T13:47:25.952Z] #47 7.089 go: extracting github.com/pkg/errors v0.9.1
13:47:25 [2021-05-06T13:47:25.952Z] #47 7.283 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:47:25 [2021-05-06T13:47:25.952Z] #47 7.358 go: downloading github.com/jonboulle/clockwork v0.1.0
13:47:25 [2021-05-06T13:47:25.952Z] #47 7.358 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:47:25 [2021-05-06T13:47:25.952Z] #47 7.458 go: extracting github.com/spf13/pflag v1.0.3
13:47:25 [2021-05-06T13:47:25.952Z] #47 7.538 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:47:25 [2021-05-06T13:47:25.952Z] #47 7.538 go: extracting github.com/jonboulle/clockwork v0.1.0
13:47:25 [2021-05-06T13:47:25.952Z] #47 7.538 go: downloading github.com/mattn/go-colorable v0.1.6
13:47:25 [2021-05-06T13:47:25.952Z] #47 7.538 go: downloading github.com/mattn/go-isatty v0.0.12
13:47:25 [2021-05-06T13:47:25.952Z] #47 7.596 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:47:25 [2021-05-06T13:47:25.952Z] #47 7.686 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:47:25 [2021-05-06T13:47:25.952Z] #47 7.711 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:47:25 [2021-05-06T13:47:25.952Z] #47 7.759 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:47:25 [2021-05-06T13:47:25.952Z] #47 7.857 go: extracting github.com/mattn/go-colorable v0.1.6
13:47:25 [2021-05-06T13:47:25.952Z] #47 7.915 go: extracting github.com/mattn/go-isatty v0.0.12
13:47:26 [2021-05-06T13:47:26.517Z] #47 ...
13:47:26 [2021-05-06T13:47:26.517Z] 
13:47:26 [2021-05-06T13:47:26.517Z] #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
13:47:26 [2021-05-06T13:47:26.517Z] #24 sha256:b897cb6676fc6f668ad7e30200ddf8af5e748d06772a322e2ecc9a29e75fec7d
13:47:26 [2021-05-06T13:47:26.517Z] #24 5.630 + RM_GOPATH=0
13:47:26 [2021-05-06T13:47:26.517Z] #24 5.630 + TMP_GOPATH=
13:47:26 [2021-05-06T13:47:26.517Z] #24 5.630 + : /build
13:47:26 [2021-05-06T13:47:26.517Z] #24 5.630 + '[' -z '' ']'
13:47:26 [2021-05-06T13:47:26.518Z] #24 5.630 ++ mktemp -d
13:47:26 [2021-05-06T13:47:26.518Z] #24 5.632 + export GOPATH=/tmp/tmp.j6twLBfK1H
13:47:26 [2021-05-06T13:47:26.518Z] #24 5.632 + GOPATH=/tmp/tmp.j6twLBfK1H
13:47:26 [2021-05-06T13:47:26.518Z] #24 5.632 + RM_GOPATH=1
13:47:26 [2021-05-06T13:47:26.518Z] #24 5.632 + case "$(go env GOARCH)" in
13:47:26 [2021-05-06T13:47:26.518Z] #24 5.639 ++ go env GOARCH
13:47:26 [2021-05-06T13:47:26.518Z] #24 5.650 + export GO_BUILDMODE=-buildmode=pie
13:47:26 [2021-05-06T13:47:26.518Z] #24 5.650 + GO_BUILDMODE=-buildmode=pie
13:47:26 [2021-05-06T13:47:26.518Z] #24 5.650 ++ dirname /tmp/install/install.sh
13:47:26 [2021-05-06T13:47:26.518Z] #24 5.650 + dir=/tmp/install
13:47:26 [2021-05-06T13:47:26.518Z] #24 5.650 + bin=dockercli
13:47:26 [2021-05-06T13:47:26.518Z] #24 5.650 + shift
13:47:26 [2021-05-06T13:47:26.518Z] #24 5.650 + '[' '!' -f /tmp/install/dockercli.installer ']'
13:47:26 [2021-05-06T13:47:26.518Z] #24 5.650 + . /tmp/install/dockercli.installer
13:47:26 [2021-05-06T13:47:26.518Z] #24 5.650 ++ : stable
13:47:26 [2021-05-06T13:47:26.518Z] #24 5.650 ++ : 17.06.2-ce
13:47:26 [2021-05-06T13:47:26.518Z] #24 5.650 + install_dockercli
13:47:26 [2021-05-06T13:47:26.518Z] #24 5.650 + echo 'Install docker/cli version 17.06.2-ce from stable'
13:47:26 [2021-05-06T13:47:26.518Z] #24 5.651 ++ uname -m
13:47:26 [2021-05-06T13:47:26.518Z] #24 5.656 + arch=x86_64
13:47:26 [2021-05-06T13:47:26.518Z] #24 5.656 + '[' x86_64 '!=' x86_64 ']'
13:47:26 [2021-05-06T13:47:26.518Z] #24 5.656 + url=https://download.docker.com/linux/static
13:47:26 [2021-05-06T13:47:26.518Z] #24 5.656 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
13:47:26 [2021-05-06T13:47:26.518Z] #24 5.656 + tar -xz docker/docker
13:47:26 [2021-05-06T13:47:26.518Z] #24 5.674 Install docker/cli version 17.06.2-ce from stable
13:47:26 [2021-05-06T13:47:26.518Z] #24 ...
13:47:26 [2021-05-06T13:47:26.518Z] 
13:47:26 [2021-05-06T13:47:26.518Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
13:47:26 [2021-05-06T13:47:26.518Z] #34 sha256:585bf837316ef42be51be81e01b4de22076ac9262afd54146f1f0a49b2c208c5
13:47:26 [2021-05-06T13:47:26.518Z] #34 5.686 Install go-toml version v1.8.1
13:47:26 [2021-05-06T13:47:26.518Z] #34 5.692 go: finding github.com v1.8.1
13:47:26 [2021-05-06T13:47:26.518Z] #34 5.692 go: finding github.com/pelletier/go-toml v1.8.1
13:47:26 [2021-05-06T13:47:26.518Z] #34 5.692 go: finding github.com/pelletier v1.8.1
13:47:26 [2021-05-06T13:47:26.518Z] #34 5.701 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1
13:47:26 [2021-05-06T13:47:26.518Z] #34 5.701 go: finding github.com/pelletier/go-toml/cmd v1.8.1
13:47:26 [2021-05-06T13:47:26.518Z] #34 6.354 go: downloading github.com/pelletier/go-toml v1.8.1
13:47:26 [2021-05-06T13:47:26.518Z] #34 6.738 go: extracting github.com/pelletier/go-toml v1.8.1
13:47:26 [2021-05-06T13:47:26.518Z] #34 8.596 github.com/pelletier/go-toml
13:47:26 [2021-05-06T13:47:26.518Z] #34 ...
13:47:26 [2021-05-06T13:47:26.518Z] 
13:47:26 [2021-05-06T13:47:26.518Z] #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
13:47:26 [2021-05-06T13:47:26.518Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:47:26 [2021-05-06T13:47:26.518Z] #42 8.137 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:47:26 [2021-05-06T13:47:26.518Z] #42 8.180 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:47:26 [2021-05-06T13:47:26.518Z] #42 8.183 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:47:26 [2021-05-06T13:47:26.518Z] #42 9.104 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:47:26 [2021-05-06T13:47:26.818Z] #43 63.26   AR       criu/pie/pie.lib.a
13:47:26 [2021-05-06T13:47:26.818Z] #43 63.33   DEP      criu/pie/restorer.d
13:47:26 [2021-05-06T13:47:26.818Z] #9 ...
13:47:26 [2021-05-06T13:47:26.818Z] 
13:47:26 [2021-05-06T13:47:26.818Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:47:26 [2021-05-06T13:47:26.818Z] #26 sha256:47bdea7822f41a7ae5f8934db38630836f0e2a1fd7c2685e16267fad2718b13e
13:47:26 [2021-05-06T13:47:26.818Z] #26 extracting sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636 2.7s done
13:47:26 [2021-05-06T13:47:26.818Z] #26 DONE 11.4s
13:47:26 [2021-05-06T13:47:26.818Z] 
13:47:26 [2021-05-06T13:47:26.818Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:47:26 [2021-05-06T13:47:26.818Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
13:47:26 [2021-05-06T13:47:26.861Z] #42 ...
13:47:26 [2021-05-06T13:47:26.861Z] 
13:47:26 [2021-05-06T13:47:26.861Z] #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
13:47:26 [2021-05-06T13:47:26.861Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
13:47:26 [2021-05-06T13:47:26.861Z] #32 7.061 + git clone https://github.com/kolyshkin/go-swagger.git .
13:47:26 [2021-05-06T13:47:26.861Z] #32 7.061 Cloning into '.'...
13:47:27 [2021-05-06T13:47:27.077Z] #43 63.54   DEP      criu/arch/x86/sigaction_compat_pie.d
13:47:27 [2021-05-06T13:47:27.148Z] #32 ...
13:47:27 [2021-05-06T13:47:27.148Z] 
13:47:27 [2021-05-06T13:47:27.148Z] #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
13:47:27 [2021-05-06T13:47:27.148Z] #51 sha256:599b9995023cc44f3c005cc58f662788e0e2a3dde9f6b5bd44522033c48a59f3
13:47:27 [2021-05-06T13:47:27.148Z] #51 6.353 + RM_GOPATH=0
13:47:27 [2021-05-06T13:47:27.148Z] #51 6.353 + TMP_GOPATH=
13:47:27 [2021-05-06T13:47:27.148Z] #51 6.353 + : /build
13:47:27 [2021-05-06T13:47:27.148Z] #51 6.353 + '[' -z '' ']'
13:47:27 [2021-05-06T13:47:27.148Z] #51 6.357 ++ mktemp -d
13:47:27 [2021-05-06T13:47:27.148Z] #51 6.357 + export GOPATH=/tmp/tmp.GVAVZQjTZi
13:47:27 [2021-05-06T13:47:27.148Z] #51 6.357 + GOPATH=/tmp/tmp.GVAVZQjTZi
13:47:27 [2021-05-06T13:47:27.148Z] #51 6.357 + RM_GOPATH=1
13:47:27 [2021-05-06T13:47:27.148Z] #51 6.357 + case "$(go env GOARCH)" in
13:47:27 [2021-05-06T13:47:27.148Z] #51 6.357 ++ go env GOARCH
13:47:27 [2021-05-06T13:47:27.148Z] #51 6.418 + export GO_BUILDMODE=-buildmode=pie
13:47:27 [2021-05-06T13:47:27.148Z] #51 6.418 + GO_BUILDMODE=-buildmode=pie
13:47:27 [2021-05-06T13:47:27.148Z] #51 6.418 ++ dirname /tmp/install/install.sh
13:47:27 [2021-05-06T13:47:27.148Z] #51 6.418 + dir=/tmp/install
13:47:27 [2021-05-06T13:47:27.148Z] #51 6.418 + bin=shfmt
13:47:27 [2021-05-06T13:47:27.148Z] #51 6.418 + shift
13:47:27 [2021-05-06T13:47:27.148Z] #51 6.418 + '[' '!' -f /tmp/install/shfmt.installer ']'
13:47:27 [2021-05-06T13:47:27.148Z] #51 6.418 + . /tmp/install/shfmt.installer
13:47:27 [2021-05-06T13:47:27.148Z] #51 6.418 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
13:47:27 [2021-05-06T13:47:27.148Z] #51 6.418 + install_shfmt
13:47:27 [2021-05-06T13:47:27.148Z] #51 6.418 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
13:47:27 [2021-05-06T13:47:27.148Z] #51 6.418 + git clone https://github.com/mvdan/sh.git /tmp/tmp.GVAVZQjTZi/src/github.com/mvdan/sh
13:47:27 [2021-05-06T13:47:27.148Z] #51 6.418 Cloning into '/tmp/tmp.GVAVZQjTZi/src/github.com/mvdan/sh'...
13:47:27 [2021-05-06T13:47:27.148Z] #51 6.419 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
13:47:27 [2021-05-06T13:47:27.148Z] #51 ...
13:47:27 [2021-05-06T13:47:27.148Z] 
13:47:27 [2021-05-06T13:47:27.148Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:47:27 [2021-05-06T13:47:27.148Z] #45 sha256:3aa4c770ceb36e28df1fd45c9d3650059aa078cf20331b33e6326aea6064c9e3
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.391 + RM_GOPATH=0
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.391 + TMP_GOPATH=
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.391 + : /build
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.391 + '[' -z '' ']'
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.391 ++ mktemp -d
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.391 + export GOPATH=/tmp/tmp.1iiO7YjhfF
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.391 + GOPATH=/tmp/tmp.1iiO7YjhfF
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.391 + RM_GOPATH=1
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.391 + case "$(go env GOARCH)" in
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.391 ++ go env GOARCH
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.407 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.407 + export GO_BUILDMODE=-buildmode=pie
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.407 + GO_BUILDMODE=-buildmode=pie
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.407 ++ dirname /tmp/install/install.sh
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.407 + dir=/tmp/install
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.407 + bin=vndr
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.407 + shift
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.407 + '[' '!' -f /tmp/install/vndr.installer ']'
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.407 + . /tmp/install/vndr.installer
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.407 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.407 + install_vndr
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.407 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.407 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.1iiO7YjhfF/src/github.com/LK4D4/vndr
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.407 Cloning into '/tmp/tmp.1iiO7YjhfF/src/github.com/LK4D4/vndr'...
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.741 + cd /tmp/tmp.1iiO7YjhfF/src/github.com/LK4D4/vndr
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.741 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
13:47:27 [2021-05-06T13:47:27.148Z] #45 5.741 + go build -buildmode=pie -v -o /build/vndr .
13:47:27 [2021-05-06T13:47:27.148Z] #45 6.438 runtime/internal/atomic
13:47:27 [2021-05-06T13:47:27.148Z] #45 6.439 internal/cpu
13:47:27 [2021-05-06T13:47:27.148Z] #45 6.584 runtime/internal/sys
13:47:27 [2021-05-06T13:47:27.148Z] #45 6.703 runtime/internal/math
13:47:27 [2021-05-06T13:47:27.148Z] #45 6.738 internal/race
13:47:27 [2021-05-06T13:47:27.148Z] #45 6.790 sync/atomic
13:47:27 [2021-05-06T13:47:27.148Z] #45 6.796 internal/bytealg
13:47:27 [2021-05-06T13:47:27.148Z] #45 7.124 unicode
13:47:27 [2021-05-06T13:47:27.148Z] #45 7.693 runtime
13:47:27 [2021-05-06T13:47:27.336Z] #43 63.73   DEP      criu/arch/x86/restorer_unmap.d
13:47:27 [2021-05-06T13:47:27.336Z] #43 63.75   DEP      criu/arch/x86/restorer.d
13:47:27 [2021-05-06T13:47:27.336Z] #43 63.93   DEP      criu/arch/x86/vdso-pie.d
13:47:27 [2021-05-06T13:47:27.404Z] #45 10.91 unicode/utf8
13:47:27 [2021-05-06T13:47:27.404Z] #45 ...
13:47:27 [2021-05-06T13:47:27.404Z] 
13:47:27 [2021-05-06T13:47:27.404Z] #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
13:47:27 [2021-05-06T13:47:27.404Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:47:27 [2021-05-06T13:47:27.404Z] #55 7.779 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:47:27 [2021-05-06T13:47:27.404Z] #55 7.835 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:47:27 [2021-05-06T13:47:27.404Z] #55 7.835 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:47:27 [2021-05-06T13:47:27.404Z] #55 8.798 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:47:27 [2021-05-06T13:47:27.404Z] #55 10.90 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
13:47:27 [2021-05-06T13:47:27.404Z] #55 ...
13:47:27 [2021-05-06T13:47:27.404Z] 
13:47:27 [2021-05-06T13:47:27.404Z] #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
13:47:27 [2021-05-06T13:47:27.404Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:47:27 [2021-05-06T13:47:27.404Z] #36 6.562 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:47:27 [2021-05-06T13:47:27.404Z] #36 6.657 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:47:27 [2021-05-06T13:47:27.404Z] #36 6.668 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:47:27 [2021-05-06T13:47:27.404Z] #36 7.538 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:47:27 [2021-05-06T13:47:27.404Z] #36 9.423 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
13:47:27 [2021-05-06T13:47:27.595Z] #43 64.03   DEP      criu/pie/parasite-vdso.d
13:47:27 [2021-05-06T13:47:27.661Z] #36 ...
13:47:27 [2021-05-06T13:47:27.661Z] 
13:47:27 [2021-05-06T13:47:27.661Z] #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
13:47:27 [2021-05-06T13:47:27.661Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:47:27 [2021-05-06T13:47:27.661Z] #40 8.154 + git clone https://github.com/docker/distribution.git .
13:47:27 [2021-05-06T13:47:27.661Z] #40 8.167 Cloning into '.'...
13:47:27 [2021-05-06T13:47:27.661Z] #40 ...
13:47:27 [2021-05-06T13:47:27.661Z] 
13:47:27 [2021-05-06T13:47:27.661Z] #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
13:47:27 [2021-05-06T13:47:27.661Z] #49 sha256:50f452a4526b90d99c3c1d85019b8126b4341148ed495bef32cc449150828294
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.134 + RM_GOPATH=0
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.134 + TMP_GOPATH=
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.134 + : /build
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.134 + '[' -z '' ']'
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.134 ++ mktemp -d
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.137 + export GOPATH=/tmp/tmp.ikjNl0muCo
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.137 + GOPATH=/tmp/tmp.ikjNl0muCo
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.137 + RM_GOPATH=1
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.137 + case "$(go env GOARCH)" in
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.139 ++ go env GOARCH
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.153 + export GO_BUILDMODE=-buildmode=pie
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.153 + GO_BUILDMODE=-buildmode=pie
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.153 ++ dirname /tmp/install/install.sh
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.165 + dir=/tmp/install
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.165 + bin=golangci_lint
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.165 + shift
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.165 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.165 + . /tmp/install/golangci_lint.installer
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.165 ++ : v1.23.8
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.165 + install_golangci_lint
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.165 + set -e
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.165 + export GO111MODULE=on
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.165 + GO111MODULE=on
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.165 + GOBIN=/build
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.165 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.249 go: finding github.com v1.23.8
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.249 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.249 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.249 go: finding github.com/golangci v1.23.8
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.249 go: finding github.com/golangci/golangci-lint v1.23.8
13:47:27 [2021-05-06T13:47:27.661Z] #49 5.803 go: downloading github.com/golangci/golangci-lint v1.23.8
13:47:27 [2021-05-06T13:47:27.661Z] #49 6.310 go: extracting github.com/golangci/golangci-lint v1.23.8
13:47:27 [2021-05-06T13:47:27.764Z] #9 ...
13:47:27 [2021-05-06T13:47:27.764Z] 
13:47:27 [2021-05-06T13:47:27.764Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
13:47:27 [2021-05-06T13:47:27.764Z] #63 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef
13:47:27 [2021-05-06T13:47:27.764Z] #63 DONE 1.0s
13:47:27 [2021-05-06T13:47:27.764Z] 
13:47:27 [2021-05-06T13:47:27.764Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:47:27 [2021-05-06T13:47:27.764Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
13:47:27 [2021-05-06T13:47:27.854Z] #43 64.20   DEP      criu/pie/parasite.d
13:47:27 [2021-05-06T13:47:27.854Z] #43 64.39   CC       criu/pie/parasite.o
13:47:27 [2021-05-06T13:47:27.918Z] #49 ...
13:47:27 [2021-05-06T13:47:27.918Z] 
13:47:27 [2021-05-06T13:47:27.918Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:47:27 [2021-05-06T13:47:27.918Z] #67 sha256:f710dca46096b575227fc0574a51a15966366b0612dae4f9a0e80246a1f4b368
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.010 + RM_GOPATH=0
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.010 + TMP_GOPATH=
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.010 + : /build
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.010 + '[' -z '' ']'
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.010 ++ mktemp -d
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.010 + export GOPATH=/tmp/tmp.dvZVtb6zok
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.010 + GOPATH=/tmp/tmp.dvZVtb6zok
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.010 + RM_GOPATH=1
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.010 + case "$(go env GOARCH)" in
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.019 ++ go env GOARCH
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.033 + export GO_BUILDMODE=-buildmode=pie
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.033 + GO_BUILDMODE=-buildmode=pie
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.033 ++ dirname /tmp/install/install.sh
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.045 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.046 + dir=/tmp/install
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.046 + bin=proxy
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.046 + shift
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.046 + '[' '!' -f /tmp/install/proxy.installer ']'
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.046 + . /tmp/install/proxy.installer
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.046 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.046 + install_proxy
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.046 + case "$1" in
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.046 + export CGO_ENABLED=0
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.046 + CGO_ENABLED=0
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.046 + _install_proxy
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.046 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46'
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.046 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.dvZVtb6zok/src/github.com/docker/libnetwork
13:47:27 [2021-05-06T13:47:27.918Z] #67 6.046 Cloning into '/tmp/tmp.dvZVtb6zok/src/github.com/docker/libnetwork'...
13:47:27 [2021-05-06T13:47:27.918Z] #67 ...
13:47:27 [2021-05-06T13:47:27.918Z] 
13:47:27 [2021-05-06T13:47:27.918Z] #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
13:47:27 [2021-05-06T13:47:27.918Z] #58 sha256:ee6c1334fe3d40f5a0d65b6ace94b50701e53ea51e0990c44dea2b7d145cdff2
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.530 + RM_GOPATH=0
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.530 + TMP_GOPATH=
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.530 + : /build
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.530 + '[' -z '' ']'
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.530 ++ mktemp -d
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.530 + export GOPATH=/tmp/tmp.i9NLx6J6vr
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.530 + GOPATH=/tmp/tmp.i9NLx6J6vr
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.530 + RM_GOPATH=1
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.530 + case "$(go env GOARCH)" in
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.530 ++ go env GOARCH
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.536 + export GO_BUILDMODE=-buildmode=pie
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.536 + GO_BUILDMODE=-buildmode=pie
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.536 ++ dirname /tmp/install/install.sh
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.551 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.551 + dir=/tmp/install
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.551 + bin=rootlesskit
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.551 + shift
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.551 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.551 + . /tmp/install/rootlesskit.installer
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.551 ++ : 4cd567642273d369adaadcbadca00880552c1778
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.551 + install_rootlesskit
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.551 + case "$1" in
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.551 + export CGO_ENABLED=0
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.551 + CGO_ENABLED=0
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.551 + _install_rootlesskit
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.551 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.553 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.i9NLx6J6vr/src/github.com/rootless-containers/rootlesskit
13:47:27 [2021-05-06T13:47:27.918Z] #58 5.553 Cloning into '/tmp/tmp.i9NLx6J6vr/src/github.com/rootless-containers/rootlesskit'...
13:47:27 [2021-05-06T13:47:27.918Z] #58 9.380 + cd /tmp/tmp.i9NLx6J6vr/src/github.com/rootless-containers/rootlesskit
13:47:27 [2021-05-06T13:47:27.918Z] #58 9.380 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
13:47:27 [2021-05-06T13:47:27.918Z] #58 9.432 + export GO111MODULE=on
13:47:27 [2021-05-06T13:47:27.918Z] #58 9.432 + GO111MODULE=on
13:47:27 [2021-05-06T13:47:27.918Z] #58 9.432 + export GOPROXY=https://proxy.golang.org
13:47:27 [2021-05-06T13:47:27.918Z] #58 9.432 + GOPROXY=https://proxy.golang.org
13:47:27 [2021-05-06T13:47:27.918Z] #58 9.432 + for f in rootlesskit rootlesskit-docker-proxy
13:47:27 [2021-05-06T13:47:27.918Z] #58 9.432 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
13:47:27 [2021-05-06T13:47:27.918Z] #58 11.64 go: downloading github.com/urfave/cli/v2 v2.3.0
13:47:27 [2021-05-06T13:47:27.918Z] #58 11.69 go: downloading github.com/sirupsen/logrus v1.8.1
13:47:27 [2021-05-06T13:47:27.918Z] #58 11.69 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:47:28 [2021-05-06T13:47:28.025Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 2.7s done
13:47:28 [2021-05-06T13:47:28.174Z] #58 11.85 go: downloading github.com/pkg/errors v0.9.1
13:47:28 [2021-05-06T13:47:28.174Z] #58 ...
13:47:28 [2021-05-06T13:47:28.174Z] 
13:47:28 [2021-05-06T13:47:28.174Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:47:28 [2021-05-06T13:47:28.174Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:47:28 [2021-05-06T13:47:28.174Z] #36 11.65 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
13:47:28 [2021-05-06T13:47:28.927Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.7s done
13:47:28 [2021-05-06T13:47:28.927Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
13:47:28 [2021-05-06T13:47:28.927Z] #9 ...
13:47:28 [2021-05-06T13:47:28.927Z] 
13:47:28 [2021-05-06T13:47:28.927Z] #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
13:47:28 [2021-05-06T13:47:28.927Z] #29 sha256:d123aea2cada9a7b4d909904d5c6d79e43243b5256cceb313881db16e8681ac8
13:47:28 [2021-05-06T13:47:28.927Z] #29 1.460 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
13:47:28 [2021-05-06T13:47:28.927Z] #29 1.562 
13:47:28 [2021-05-06T13:47:28.927Z] #29 1.689 
#########                                                                 13.2%
#########################                                                 35.6%
#######################################                                   55.5%
######################################################                    75.3%
####################################################################      95.3%
######################################################################## 100.0%
13:47:28 [2021-05-06T13:47:28.927Z] #29 2.208 
13:47:28 [2021-05-06T13:47:28.927Z] #29 2.337 
###########################                                               37.9%
######################################################################## 100.0%
13:47:28 [2021-05-06T13:47:28.927Z] #29 2.476 
13:47:28 [2021-05-06T13:47:28.927Z] #29 2.597 
###########################################                               60.1%
######################################################################## 100.0%
13:47:28 [2021-05-06T13:47:28.927Z] #29 2.713 
13:47:28 [2021-05-06T13:47:28.927Z] #29 2.838 
###########                                                               16.6%
#########################                                                 35.9%
#######################################                                   55.2%
#####################################################                     74.5%
###################################################################       93.8%
######################################################################## 100.0%
13:47:28 [2021-05-06T13:47:28.927Z] #29 3.348 
13:47:28 [2021-05-06T13:47:28.927Z] #29 3.464 
###                                                                        4.4%
######                                                                     9.7%
##########                                                                14.9%
##############                                                            20.1%
##################                                                        25.3%
#####################                                                     29.8%
###########################                                               38.5%
################################                                          44.9%
####################################                                      50.1%
#######################################                                   55.3%
###########################################                               60.5%
###############################################                           65.7%
###################################################                       70.9%
######################################################                    76.1%
##########################################################                81.3%
##############################################################            86.5%
##################################################################        91.7%
#####################################################################     96.9%
######################################################################## 100.0%
13:47:28 [2021-05-06T13:47:28.927Z] #29 5.324 
13:47:28 [2021-05-06T13:47:28.927Z] #29 5.650 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
13:47:28 [2021-05-06T13:47:28.927Z] #29 5.750 
13:47:28 [2021-05-06T13:47:28.927Z] #29 5.843 
######################################################################## 100.0%
13:47:28 [2021-05-06T13:47:28.927Z] #29 5.863 
13:47:28 [2021-05-06T13:47:28.927Z] #29 6.175 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
13:47:28 [2021-05-06T13:47:28.927Z] #29 6.277 
13:47:28 [2021-05-06T13:47:28.927Z] #29 6.408 
######################################################################    97.4%
######################################################################## 100.0%
13:47:28 [2021-05-06T13:47:28.927Z] #29 6.433 
13:47:28 [2021-05-06T13:47:28.927Z] #29 6.779 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
13:47:28 [2021-05-06T13:47:28.927Z] #29 6.907 
13:47:28 [2021-05-06T13:47:28.928Z] #29 7.043 
#######                                                                   10.7%
#######################                                                   32.6%
####################################                                      51.3%
#################################################                         69.3%
##############################################################            87.2%
######################################################################## 100.0%
13:47:28 [2021-05-06T13:47:28.928Z] #29 7.546 
13:47:28 [2021-05-06T13:47:28.928Z] #29 7.846 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
13:47:28 [2021-05-06T13:47:28.928Z] #29 7.949 
13:47:28 [2021-05-06T13:47:28.928Z] #29 8.060 
######################################################################## 100.0%
13:47:28 [2021-05-06T13:47:28.928Z] #29 8.092 
13:47:28 [2021-05-06T13:47:28.928Z] #29 8.348 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
13:47:28 [2021-05-06T13:47:28.928Z] #29 8.428 
13:47:28 [2021-05-06T13:47:28.928Z] #29 8.480 
######################################################################## 100.0%
13:47:28 [2021-05-06T13:47:28.928Z] #29 8.498 
13:47:28 [2021-05-06T13:47:28.928Z] #29 8.530 Download of images into '/build' complete.
13:47:28 [2021-05-06T13:47:28.928Z] #29 8.531 Use something like the following to load the result into a Docker daemon:
13:47:28 [2021-05-06T13:47:28.928Z] #29 8.531   tar -cC '/build' . | docker load
13:47:28 [2021-05-06T13:47:28.970Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44
13:47:29 [2021-05-06T13:47:29.188Z] #29 ...
13:47:29 [2021-05-06T13:47:29.188Z] 
13:47:29 [2021-05-06T13:47:29.188Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:47:29 [2021-05-06T13:47:29.188Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:47:29 [2021-05-06T13:47:29.188Z] #9 DONE 40.4s
13:47:29 [2021-05-06T13:47:29.188Z] 
13:47:29 [2021-05-06T13:47:29.188Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:47:29 [2021-05-06T13:47:29.188Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
13:47:29 [2021-05-06T13:47:29.232Z] #9 ...
13:47:29 [2021-05-06T13:47:29.232Z] 
13:47:29 [2021-05-06T13:47:29.232Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
13:47:29 [2021-05-06T13:47:29.232Z] #65 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08
13:47:29 [2021-05-06T13:47:29.232Z] #65 DONE 1.7s
13:47:29 [2021-05-06T13:47:29.234Z] #43 65.73   LINK     criu/pie/parasite.built-in.o
13:47:29 [2021-05-06T13:47:29.234Z] #43 65.74   GEN      criu/pie/parasite-blob.h
13:47:29 [2021-05-06T13:47:29.234Z] #43 65.77   CC       criu/pie/parasite-vdso.o
13:47:29 [2021-05-06T13:47:29.496Z] 
13:47:29 [2021-05-06T13:47:29.496Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:47:29 [2021-05-06T13:47:29.496Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
13:47:29 [2021-05-06T13:47:29.803Z] #43 66.48   CC       criu/arch/x86/vdso-pie.o
13:47:30 [2021-05-06T13:47:30.074Z] #36 ...
13:47:30 [2021-05-06T13:47:30.074Z] 
13:47:30 [2021-05-06T13:47:30.074Z] #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
13:47:30 [2021-05-06T13:47:30.074Z] #24 sha256:b897cb6676fc6f668ad7e30200ddf8af5e748d06772a322e2ecc9a29e75fec7d
13:47:30 [2021-05-06T13:47:30.074Z] #24 13.09 + mkdir -p /build
13:47:30 [2021-05-06T13:47:30.074Z] #24 13.09 + mv docker/docker /build/
13:47:30 [2021-05-06T13:47:30.074Z] #24 13.10 + rmdir docker
13:47:30 [2021-05-06T13:47:30.074Z] #24 DONE 13.7s
13:47:30 [2021-05-06T13:47:30.074Z] 
13:47:30 [2021-05-06T13:47:30.074Z] #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
13:47:30 [2021-05-06T13:47:30.074Z] #49 sha256:50f452a4526b90d99c3c1d85019b8126b4341148ed495bef32cc449150828294
13:47:30 [2021-05-06T13:47:30.074Z] #49 13.28 go: downloading github.com/pkg/errors v0.8.1
13:47:30 [2021-05-06T13:47:30.074Z] #49 13.31 go: downloading github.com/fatih/color v1.7.0
13:47:30 [2021-05-06T13:47:30.074Z] #49 13.32 go: downloading github.com/spf13/pflag v1.0.5
13:47:30 [2021-05-06T13:47:30.074Z] #49 13.33 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:47:30 [2021-05-06T13:47:30.074Z] #49 13.38 go: downloading github.com/spf13/viper v1.6.1
13:47:30 [2021-05-06T13:47:30.074Z] #49 13.66 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:47:30 [2021-05-06T13:47:30.074Z] #49 13.66 go: downloading github.com/ultraware/funlen v0.0.2
13:47:30 [2021-05-06T13:47:30.074Z] #49 13.69 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:47:30 [2021-05-06T13:47:30.074Z] #49 13.75 go: extracting github.com/pkg/errors v0.8.1
13:47:30 [2021-05-06T13:47:30.074Z] #49 13.75 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:47:30 [2021-05-06T13:47:30.074Z] #49 13.75 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:47:30 [2021-05-06T13:47:30.331Z] #49 13.97 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:47:30 [2021-05-06T13:47:30.331Z] #49 13.97 go: extracting github.com/ultraware/funlen v0.0.2
13:47:30 [2021-05-06T13:47:30.331Z] #49 13.97 go: downloading github.com/uudashr/gocognit v1.0.1
13:47:30 [2021-05-06T13:47:30.331Z] #49 13.98 go: extracting github.com/fatih/color v1.7.0
13:47:30 [2021-05-06T13:47:30.331Z] #49 14.08 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:47:30 [2021-05-06T13:47:30.331Z] #49 14.14 go: extracting github.com/spf13/viper v1.6.1
13:47:30 [2021-05-06T13:47:30.331Z] #49 14.14 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:47:30 [2021-05-06T13:47:30.372Z] #43 66.90   CC       criu/arch/x86/restorer.o
13:47:30 [2021-05-06T13:47:30.588Z] #49 14.27 go: downloading github.com/sourcegraph/go-diff v0.5.1
13:47:30 [2021-05-06T13:47:30.588Z] #49 14.27 go: extracting github.com/uudashr/gocognit v1.0.1
13:47:30 [2021-05-06T13:47:30.588Z] #49 14.33 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:47:30 [2021-05-06T13:47:30.588Z] #49 14.38 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
13:47:30 [2021-05-06T13:47:30.846Z] #49 14.74 go: extracting github.com/spf13/pflag v1.0.5
13:47:30 [2021-05-06T13:47:30.884Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 1.8s done
13:47:30 [2021-05-06T13:47:30.940Z] #43 67.44   CC       criu/arch/x86/restorer_unmap.o
13:47:31 [2021-05-06T13:47:31.103Z] #49 14.94 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:47:31 [2021-05-06T13:47:31.147Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe
13:47:31 [2021-05-06T13:47:31.199Z] #43 67.51   CC       criu/arch/x86/sigaction_compat_pie.o
13:47:31 [2021-05-06T13:47:31.360Z] #49 15.12 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:47:31 [2021-05-06T13:47:31.360Z] #49 15.12 go: extracting github.com/sourcegraph/go-diff v0.5.1
13:47:31 [2021-05-06T13:47:31.459Z] #43 67.84   CC       criu/pie/restorer.o
13:47:31 [2021-05-06T13:47:31.923Z] #49 15.62 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:47:32 [2021-05-06T13:47:32.180Z] #49 15.93 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:47:32 [2021-05-06T13:47:32.437Z] #49 15.96 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:47:32 [2021-05-06T13:47:32.695Z] #49 16.39 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:47:32 [2021-05-06T13:47:32.953Z] #49 16.48 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
13:47:33 [2021-05-06T13:47:33.366Z] #43 ...
13:47:33 [2021-05-06T13:47:33.366Z] 
13:47:33 [2021-05-06T13:47:33.366Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:47:33 [2021-05-06T13:47:33.366Z] #45 sha256:c7a5d16dbc797fa74951efb44cde31e77e2822200ef56c73985f44b53bdf7604
13:47:33 [2021-05-06T13:47:33.366Z] #45 132.3 github.com/LK4D4/vndr/godl
13:47:33 [2021-05-06T13:47:33.935Z] #45 133.1 github.com/LK4D4/vndr
13:47:34 [2021-05-06T13:47:34.479Z] #10 ...
13:47:34 [2021-05-06T13:47:34.479Z] 
13:47:34 [2021-05-06T13:47:34.479Z] #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
13:47:34 [2021-05-06T13:47:34.479Z] #29 sha256:d123aea2cada9a7b4d909904d5c6d79e43243b5256cceb313881db16e8681ac8
13:47:34 [2021-05-06T13:47:34.479Z] #29 DONE 13.9s
13:47:34 [2021-05-06T13:47:34.479Z] 
13:47:34 [2021-05-06T13:47:34.479Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:47:34 [2021-05-06T13:47:34.479Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
13:47:34 [2021-05-06T13:47:34.479Z] #10 DONE 5.4s
13:47:34 [2021-05-06T13:47:34.479Z] 
13:47:34 [2021-05-06T13:47:34.479Z] #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
13:47:34 [2021-05-06T13:47:34.479Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
13:47:34 [2021-05-06T13:47:34.505Z] #45 ...
13:47:34 [2021-05-06T13:47:34.505Z] 
13:47:34 [2021-05-06T13:47:34.505Z] #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
13:47:34 [2021-05-06T13:47:34.505Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:47:34 [2021-05-06T13:47:34.505Z] #20 1.511 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
13:47:34 [2021-05-06T13:47:34.505Z] #20 1.513 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:47:34 [2021-05-06T13:47:34.505Z] #20 1.588 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:47:34 [2021-05-06T13:47:34.505Z] #20 1.588 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:47:34 [2021-05-06T13:47:34.505Z] #20 2.234 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB]
13:47:34 [2021-05-06T13:47:34.505Z] #20 3.145 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:47:34 [2021-05-06T13:47:34.505Z] #20 4.387 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
13:47:34 [2021-05-06T13:47:34.505Z] #20 5.919 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
13:47:34 [2021-05-06T13:47:34.505Z] #20 ...
13:47:34 [2021-05-06T13:47:34.505Z] 
13:47:34 [2021-05-06T13:47:34.505Z] #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
13:47:34 [2021-05-06T13:47:34.505Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:47:34 [2021-05-06T13:47:34.505Z] #43 71.08   LINK     criu/pie/restorer.built-in.o
13:47:34 [2021-05-06T13:47:34.505Z] #43 71.10   GEN      criu/pie/restorer-blob.h
13:47:34 [2021-05-06T13:47:34.505Z] #43 71.18   DEP      criu/vdso.d
13:47:34 [2021-05-06T13:47:34.908Z] #49 18.41 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:47:35 [2021-05-06T13:47:35.074Z] #43 71.36   DEP      criu/vdso-compat.d
13:47:35 [2021-05-06T13:47:35.074Z] #43 71.51   DEP      criu/uts_ns.d
13:47:35 [2021-05-06T13:47:35.333Z] #43 71.67   DEP      criu/util.d
13:47:35 [2021-05-06T13:47:35.333Z] #43 71.92   DEP      criu/uffd.d
13:47:35 [2021-05-06T13:47:35.361Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 3.5s done
13:47:35 [2021-05-06T13:47:35.361Z] #9 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5
13:47:35 [2021-05-06T13:47:35.361Z] #9 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done
13:47:35 [2021-05-06T13:47:35.361Z] #9 DONE 20.2s
13:47:35 [2021-05-06T13:47:35.361Z] 
13:47:35 [2021-05-06T13:47:35.361Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:47:35 [2021-05-06T13:47:35.361Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6
13:47:35 [2021-05-06T13:47:35.421Z] #11 DONE 1.0s
13:47:35 [2021-05-06T13:47:35.421Z] 
13:47:35 [2021-05-06T13:47:35.421Z] #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
13:47:35 [2021-05-06T13:47:35.421Z] #58 sha256:f6ebefd7a0cfba51c241b0a70410df26885424db59a6b7c609d7e4aa3b0c7386
13:47:35 [2021-05-06T13:47:35.598Z] #43 72.13   DEP      criu/tun.d
13:47:35 [2021-05-06T13:47:35.682Z] #58 ...
13:47:35 [2021-05-06T13:47:35.682Z] 
13:47:35 [2021-05-06T13:47:35.682Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
13:47:35 [2021-05-06T13:47:35.682Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
13:47:35 [2021-05-06T13:47:35.682Z] #31 DONE 0.3s
13:47:35 [2021-05-06T13:47:35.857Z] #43 72.35   DEP      criu/tty.d
13:47:35 [2021-05-06T13:47:35.944Z] 
13:47:35 [2021-05-06T13:47:35.944Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
13:47:35 [2021-05-06T13:47:35.944Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
13:47:35 [2021-05-06T13:47:35.944Z] #39 DONE 0.4s
13:47:35 [2021-05-06T13:47:35.944Z] 
13:47:35 [2021-05-06T13:47:35.944Z] #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
13:47:35 [2021-05-06T13:47:35.944Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:47:36 [2021-05-06T13:47:36.117Z] #43 72.52   DEP      criu/timerfd.d
13:47:36 [2021-05-06T13:47:36.117Z] #43 72.70   DEP      criu/timens.d
13:47:36 [2021-05-06T13:47:36.377Z] #43 72.90   DEP      criu/sysfs_parse.d
13:47:36 [2021-05-06T13:47:36.636Z] #43 73.08   DEP      criu/sysctl.d
13:47:36 [2021-05-06T13:47:36.747Z] #10 ...
13:47:36 [2021-05-06T13:47:36.747Z] 
13:47:36 [2021-05-06T13:47:36.747Z] #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
13:47:36 [2021-05-06T13:47:36.747Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92
13:47:36 [2021-05-06T13:47:36.747Z] #27 1.884 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 1.905 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 1.928 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 2.084 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7736 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 2.351 Get:5 http://deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 2.655 Get:6 http://security.debian.org/debian-security buster/updates/main arm64 Packages [280 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 3.941 Fetched 8265 kB in 2s (3591 kB/s)
13:47:36 [2021-05-06T13:47:36.747Z] #27 3.941 Reading package lists...
13:47:36 [2021-05-06T13:47:36.747Z] #27 5.233 Reading package lists...
13:47:36 [2021-05-06T13:47:36.747Z] #27 6.516 Building dependency tree...
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.158 The following additional packages will be installed:
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.162   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.162   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.162   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.163 Suggested packages:
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.163   krb5-doc krb5-user
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.163 Recommended packages:
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.163   krb5-locales publicsuffix libsasl2-modules
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.464 The following NEW packages will be installed:
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.465   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.466   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.466   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.473   libssh2-1 libssl1.1 openssl
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.770 0 upgraded, 21 newly installed, 0 to remove and 2 not upgraded.
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.770 Need to get 4777 kB of archives.
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.770 After this operation, 11.5 MB of additional disk space will be used.
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.770 Get:1 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.803 Get:2 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.804 Get:3 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u1 [64.9 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.805 Get:4 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u1 [123 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.808 Get:5 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u1 [351 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.813 Get:6 http://security.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u6 [1382 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.826 Get:7 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u1 [150 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.826 Get:8 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.826 Get:9 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.827 Get:10 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.832 Get:11 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u6 [216 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.833 Get:12 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.835 Get:13 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.837 Get:14 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.838 Get:15 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.883 Get:16 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.883 Get:17 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.883 Get:18 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 7.996 Get:19 http://security.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1d-0+deb10u6 [823 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 8.058 Get:20 http://security.debian.org/debian-security buster/updates/main arm64 libcurl4 arm64 7.64.0-4+deb10u2 [312 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 8.076 Get:21 http://security.debian.org/debian-security buster/updates/main arm64 curl arm64 7.64.0-4+deb10u2 [260 kB]
13:47:36 [2021-05-06T13:47:36.747Z] #27 8.375 debconf: delaying package configuration, since apt-utils is not installed
13:47:36 [2021-05-06T13:47:36.747Z] #27 8.417 Fetched 4777 kB in 1s (8238 kB/s)
13:47:36 [2021-05-06T13:47:36.747Z] #27 8.461 Selecting previously unselected package libssl1.1:arm64.
13:47:36 [2021-05-06T13:47:36.747Z] #27 8.461 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
13:47:36 [2021-05-06T13:47:36.747Z] #27 8.471 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_arm64.deb ...
13:47:36 [2021-05-06T13:47:36.747Z] #27 8.489 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u6) ...
13:47:36 [2021-05-06T13:47:36.747Z] #27 8.656 Selecting previously unselected package openssl.
13:47:36 [2021-05-06T13:47:36.747Z] #27 8.657 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_arm64.deb ...
13:47:36 [2021-05-06T13:47:36.747Z] #27 8.661 Unpacking openssl (1.1.1d-0+deb10u6) ...
13:47:36 [2021-05-06T13:47:36.747Z] #27 8.825 Selecting previously unselected package ca-certificates.
13:47:36 [2021-05-06T13:47:36.747Z] #27 8.827 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
13:47:36 [2021-05-06T13:47:36.747Z] #27 8.831 Unpacking ca-certificates (20200601~deb10u2) ...
13:47:36 [2021-05-06T13:47:36.747Z] #27 8.931 Selecting previously unselected package libkeyutils1:arm64.
13:47:36 [2021-05-06T13:47:36.747Z] #27 8.933 Preparing to unpack .../03-libkeyutils1_1.6-6_arm64.deb ...
13:47:36 [2021-05-06T13:47:36.747Z] #27 8.938 Unpacking libkeyutils1:arm64 (1.6-6) ...
13:47:36 [2021-05-06T13:47:36.747Z] #27 9.059 Selecting previously unselected package libkrb5support0:arm64.
13:47:36 [2021-05-06T13:47:36.747Z] #27 9.059 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_arm64.deb ...
13:47:36 [2021-05-06T13:47:36.747Z] #27 9.063 Unpacking libkrb5support0:arm64 (1.17-3+deb10u1) ...
13:47:36 [2021-05-06T13:47:36.747Z] #27 9.118 Selecting previously unselected package libk5crypto3:arm64.
13:47:36 [2021-05-06T13:47:36.747Z] #27 9.118 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_arm64.deb ...
13:47:36 [2021-05-06T13:47:36.747Z] #27 9.122 Unpacking libk5crypto3:arm64 (1.17-3+deb10u1) ...
13:47:36 [2021-05-06T13:47:36.747Z] #27 9.186 Selecting previously unselected package libkrb5-3:arm64.
13:47:36 [2021-05-06T13:47:36.747Z] #27 9.188 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_arm64.deb ...
13:47:36 [2021-05-06T13:47:36.747Z] #27 9.192 Unpacking libkrb5-3:arm64 (1.17-3+deb10u1) ...
13:47:36 [2021-05-06T13:47:36.747Z] #27 9.308 Selecting previously unselected package libgssapi-krb5-2:arm64.
13:47:36 [2021-05-06T13:47:36.747Z] #27 9.310 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_arm64.deb ...
13:47:36 [2021-05-06T13:47:36.747Z] #27 9.576 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ...
13:47:36 [2021-05-06T13:47:36.896Z] #43 73.21   DEP      criu/string.d
13:47:36 [2021-05-06T13:47:36.896Z] #43 73.25   DEP      criu/stats.d
13:47:36 [2021-05-06T13:47:36.896Z] #43 73.44   DEP      criu/sockets.d
13:47:37 [2021-05-06T13:47:37.156Z] #43 73.76   DEP      criu/sk-unix.d
13:47:37 [2021-05-06T13:47:37.415Z] #43 74.05   DEP      criu/sk-tcp.d
13:47:37 [2021-05-06T13:47:37.437Z] #49 20.88 go: downloading github.com/mattn/go-colorable v0.1.4
13:47:37 [2021-05-06T13:47:37.437Z] #49 20.88 go: downloading github.com/ultraware/whitespace v0.0.4
13:47:37 [2021-05-06T13:47:37.437Z] #49 20.88 go: downloading github.com/hashicorp/hcl v1.0.0
13:47:37 [2021-05-06T13:47:37.437Z] #49 20.88 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:47:37 [2021-05-06T13:47:37.437Z] #49 20.88 go: downloading github.com/spf13/jwalterweatherman v1.0.0
13:47:37 [2021-05-06T13:47:37.437Z] #49 20.88 go: downloading github.com/go-lintpack/lintpack v0.5.2
13:47:37 [2021-05-06T13:47:37.437Z] #49 ...
13:47:37 [2021-05-06T13:47:37.437Z] 
13:47:37 [2021-05-06T13:47:37.437Z] #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
13:47:37 [2021-05-06T13:47:37.437Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:47:37 [2021-05-06T13:47:37.437Z] #42 10.85 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
13:47:37 [2021-05-06T13:47:37.437Z] #42 13.13 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
13:47:37 [2021-05-06T13:47:37.437Z] #42 ...
13:47:37 [2021-05-06T13:47:37.437Z] 
13:47:37 [2021-05-06T13:47:37.437Z] #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
13:47:37 [2021-05-06T13:47:37.437Z] #47 sha256:e09d78c3f8f28ec8553749f134c4925780cfdc20dcc73b6b1bb6e1a1157986de
13:47:37 [2021-05-06T13:47:37.438Z] #47 10.93 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:47:37 [2021-05-06T13:47:37.438Z] #47 11.39 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:47:37 [2021-05-06T13:47:37.438Z] #47 12.65 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:47:37 [2021-05-06T13:47:37.438Z] #47 17.70 go: finding github.com/fatih/color v1.9.0
13:47:37 [2021-05-06T13:47:37.438Z] #47 17.70 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:47:37 [2021-05-06T13:47:37.438Z] #47 17.70 go: finding github.com/pkg/errors v0.9.1
13:47:37 [2021-05-06T13:47:37.438Z] #47 17.70 go: finding github.com/spf13/pflag v1.0.3
13:47:37 [2021-05-06T13:47:37.438Z] #47 17.70 go: finding github.com/mattn/go-colorable v0.1.6
13:47:37 [2021-05-06T13:47:37.438Z] #47 17.77 go: finding github.com/mattn/go-isatty v0.0.12
13:47:37 [2021-05-06T13:47:37.438Z] #47 18.06 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:47:37 [2021-05-06T13:47:37.438Z] #47 18.16 go: finding github.com/jonboulle/clockwork v0.1.0
13:47:37 [2021-05-06T13:47:37.438Z] #47 18.25 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:47:37 [2021-05-06T13:47:37.438Z] #47 18.25 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:47:37 [2021-05-06T13:47:37.438Z] #47 18.25 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:47:37 [2021-05-06T13:47:37.438Z] #47 ...
13:47:37 [2021-05-06T13:47:37.438Z] 
13:47:37 [2021-05-06T13:47:37.438Z] #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
13:47:37 [2021-05-06T13:47:37.438Z] #49 sha256:50f452a4526b90d99c3c1d85019b8126b4341148ed495bef32cc449150828294
13:47:37 [2021-05-06T13:47:37.438Z] #49 20.91 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:47:37 [2021-05-06T13:47:37.438Z] #49 20.91 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:47:37 [2021-05-06T13:47:37.438Z] #49 20.91 go: downloading github.com/spf13/afero v1.1.2
13:47:37 [2021-05-06T13:47:37.438Z] #49 20.93 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:47:37 [2021-05-06T13:47:37.438Z] #49 21.19 go: downloading github.com/spf13/cast v1.3.0
13:47:37 [2021-05-06T13:47:37.676Z] #43 74.25   DEP      criu/sk-queue.d
13:47:37 [2021-05-06T13:47:37.688Z] #27 10.89 Selecting previously unselected package libsasl2-modules-db:arm64.
13:47:37 [2021-05-06T13:47:37.688Z] #27 10.89 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ...
13:47:37 [2021-05-06T13:47:37.688Z] #27 10.90 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ...
13:47:37 [2021-05-06T13:47:37.693Z] #49 21.39 go: extracting github.com/go-lintpack/lintpack v0.5.2
13:47:37 [2021-05-06T13:47:37.693Z] #49 21.39 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:47:37 [2021-05-06T13:47:37.693Z] #49 21.40 go: extracting github.com/spf13/jwalterweatherman v1.0.0
13:47:37 [2021-05-06T13:47:37.693Z] #49 21.40 go: downloading github.com/gogo/protobuf v1.2.1
13:47:37 [2021-05-06T13:47:37.693Z] #49 21.42 go: extracting github.com/ultraware/whitespace v0.0.4
13:47:37 [2021-05-06T13:47:37.693Z] #49 21.42 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:47:37 [2021-05-06T13:47:37.693Z] #49 21.42 go: extracting github.com/spf13/cast v1.3.0
13:47:37 [2021-05-06T13:47:37.693Z] #49 21.43 go: extracting github.com/hashicorp/hcl v1.0.0
13:47:37 [2021-05-06T13:47:37.693Z] #49 21.44 go: extracting github.com/mattn/go-colorable v0.1.4
13:47:37 [2021-05-06T13:47:37.693Z] #49 21.46 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:47:37 [2021-05-06T13:47:37.693Z] #49 21.48 go: extracting github.com/spf13/afero v1.1.2
13:47:37 [2021-05-06T13:47:37.693Z] #49 21.48 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:47:37 [2021-05-06T13:47:37.693Z] #49 21.60 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:47:37 [2021-05-06T13:47:37.937Z] #43 74.35   DEP      criu/sk-packet.d
13:47:37 [2021-05-06T13:47:37.950Z] #49 21.73 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:47:37 [2021-05-06T13:47:37.950Z] #49 21.73 go: downloading github.com/fsnotify/fsnotify v1.4.7
13:47:37 [2021-05-06T13:47:37.950Z] #49 ...
13:47:37 [2021-05-06T13:47:37.950Z] 
13:47:37 [2021-05-06T13:47:37.950Z] #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
13:47:37 [2021-05-06T13:47:37.950Z] #45 sha256:3aa4c770ceb36e28df1fd45c9d3650059aa078cf20331b33e6326aea6064c9e3
13:47:37 [2021-05-06T13:47:37.950Z] #45 11.62 math/bits
13:47:37 [2021-05-06T13:47:37.950Z] #45 12.57 math
13:47:37 [2021-05-06T13:47:37.950Z] #45 16.52 internal/testlog
13:47:37 [2021-05-06T13:47:37.950Z] #45 16.71 encoding
13:47:37 [2021-05-06T13:47:37.950Z] #45 16.87 unicode/utf16
13:47:37 [2021-05-06T13:47:37.950Z] #45 17.27 container/list
13:47:37 [2021-05-06T13:47:37.950Z] #45 17.95 crypto/internal/subtle
13:47:37 [2021-05-06T13:47:37.950Z] #45 18.04 crypto/subtle
13:47:37 [2021-05-06T13:47:37.950Z] #45 18.25 vendor/golang.org/x/crypto/cryptobyte/asn1
13:47:37 [2021-05-06T13:47:37.950Z] #45 18.25 internal/nettrace
13:47:37 [2021-05-06T13:47:37.950Z] #45 18.51 runtime/cgo
13:47:37 [2021-05-06T13:47:37.950Z] #45 ...
13:47:37 [2021-05-06T13:47:37.950Z] 
13:47:37 [2021-05-06T13:47:37.950Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:47:37 [2021-05-06T13:47:37.950Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:47:37 [2021-05-06T13:47:37.950Z] #13 7.331 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
13:47:37 [2021-05-06T13:47:37.950Z] #13 7.750 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:47:37 [2021-05-06T13:47:37.950Z] #13 7.750 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:47:37 [2021-05-06T13:47:37.950Z] #13 7.776 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:47:37 [2021-05-06T13:47:37.950Z] #13 8.499 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB]
13:47:37 [2021-05-06T13:47:37.950Z] #13 10.47 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:47:37 [2021-05-06T13:47:37.950Z] #13 13.05 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
13:47:37 [2021-05-06T13:47:37.950Z] #13 15.48 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
13:47:37 [2021-05-06T13:47:37.951Z] #27 11.47 Selecting previously unselected package libsasl2-2:arm64.
13:47:38 [2021-05-06T13:47:38.205Z] #43 74.53   DEP      criu/sk-netlink.d
13:47:38 [2021-05-06T13:47:38.205Z] #43 ...
13:47:38 [2021-05-06T13:47:38.205Z] 
13:47:38 [2021-05-06T13:47:38.205Z] #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
13:47:38 [2021-05-06T13:47:38.205Z] #53 sha256:57b14148c5761d3cf415acf7b9defd5728916597eb1058e0aa82295a53012d12
13:47:38 [2021-05-06T13:47:38.205Z] #53 12.96 + cd /tmp/tmp.ACHJcZbAEH/src/github.com/opencontainers/runc
13:47:38 [2021-05-06T13:47:38.205Z] #53 12.96 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:47:38 [2021-05-06T13:47:38.205Z] #53 13.90 + '[' -z '' ']'
13:47:38 [2021-05-06T13:47:38.205Z] #53 13.90 + target=static
13:47:38 [2021-05-06T13:47:38.205Z] #53 13.90 + make 'BUILDTAGS=seccomp ' static
13:47:38 [2021-05-06T13:47:38.205Z] #53 14.33 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc .
13:47:38 [2021-05-06T13:47:38.205Z] #53 ...
13:47:38 [2021-05-06T13:47:38.205Z] 
13:47:38 [2021-05-06T13:47:38.205Z] #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
13:47:38 [2021-05-06T13:47:38.205Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:47:38 [2021-05-06T13:47:38.205Z] #43 74.68   DEP      criu/sk-inet.d
13:47:38 [2021-05-06T13:47:38.206Z] #13 ...
13:47:38 [2021-05-06T13:47:38.206Z] 
13:47:38 [2021-05-06T13:47:38.206Z] #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
13:47:38 [2021-05-06T13:47:38.206Z] #49 sha256:50f452a4526b90d99c3c1d85019b8126b4341148ed495bef32cc449150828294
13:47:38 [2021-05-06T13:47:38.206Z] #49 21.76 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:47:38 [2021-05-06T13:47:38.206Z] #49 21.78 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:47:38 [2021-05-06T13:47:38.206Z] #49 21.87 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:47:38 [2021-05-06T13:47:38.206Z] #49 21.89 go: downloading github.com/pelletier/go-toml v1.2.0
13:47:38 [2021-05-06T13:47:38.206Z] #49 21.91 go: downloading golang.org/x/text v0.3.2
13:47:38 [2021-05-06T13:47:38.217Z] #27 11.47 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ...
13:47:38 [2021-05-06T13:47:38.217Z] #27 11.49 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ...
13:47:38 [2021-05-06T13:47:38.464Z] #43 74.84   DEP      criu/signalfd.d
13:47:38 [2021-05-06T13:47:38.464Z] #43 74.97   DEP      criu/sigframe.d
13:47:38 [2021-05-06T13:47:38.468Z] #49 ...
13:47:38 [2021-05-06T13:47:38.468Z] 
13:47:38 [2021-05-06T13:47:38.468Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
13:47:38 [2021-05-06T13:47:38.468Z] #34 sha256:585bf837316ef42be51be81e01b4de22076ac9262afd54146f1f0a49b2c208c5
13:47:38 [2021-05-06T13:47:38.468Z] #34 16.41 github.com/pelletier/go-toml/cmd/tomll
13:47:38 [2021-05-06T13:47:38.468Z] #34 DONE 22.1s
13:47:38 [2021-05-06T13:47:38.468Z] 
13:47:38 [2021-05-06T13:47:38.468Z] #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
13:47:38 [2021-05-06T13:47:38.468Z] #58 sha256:ee6c1334fe3d40f5a0d65b6ace94b50701e53ea51e0990c44dea2b7d145cdff2
13:47:38 [2021-05-06T13:47:38.468Z] #58 12.15 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:47:38 [2021-05-06T13:47:38.468Z] #58 12.32 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:47:38 [2021-05-06T13:47:38.468Z] #58 12.42 go: extracting github.com/sirupsen/logrus v1.8.1
13:47:38 [2021-05-06T13:47:38.468Z] #58 12.65 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:47:38 [2021-05-06T13:47:38.468Z] #58 12.68 go: downloading github.com/google/uuid v1.2.0
13:47:38 [2021-05-06T13:47:38.468Z] #58 12.75 go: extracting github.com/pkg/errors v0.9.1
13:47:38 [2021-05-06T13:47:38.468Z] #58 12.75 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:47:38 [2021-05-06T13:47:38.468Z] #58 12.83 go: downloading github.com/gorilla/mux v1.8.0
13:47:38 [2021-05-06T13:47:38.468Z] #58 12.86 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:47:38 [2021-05-06T13:47:38.468Z] #58 12.98 go: downloading github.com/gofrs/flock v0.8.0
13:47:38 [2021-05-06T13:47:38.468Z] #58 13.01 go: extracting github.com/moby/sys/mountinfo v0.4.1
13:47:38 [2021-05-06T13:47:38.468Z] #58 13.04 go: downloading github.com/moby/vpnkit v0.5.0
13:47:38 [2021-05-06T13:47:38.468Z] #58 13.37 go: extracting github.com/gorilla/mux v1.8.0
13:47:38 [2021-05-06T13:47:38.468Z] #58 13.43 go: extracting github.com/google/uuid v1.2.0
13:47:38 [2021-05-06T13:47:38.468Z] #58 13.61 go: extracting github.com/gofrs/flock v0.8.0
13:47:38 [2021-05-06T13:47:38.468Z] #58 14.85 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:47:38 [2021-05-06T13:47:38.468Z] #58 14.93 go: downloading github.com/u-root/u-root v7.0.0+incompatible
13:47:38 [2021-05-06T13:47:38.468Z] #58 16.63 go: extracting github.com/moby/vpnkit v0.5.0
13:47:38 [2021-05-06T13:47:38.468Z] #58 18.51 go: extracting github.com/urfave/cli/v2 v2.3.0
13:47:38 [2021-05-06T13:47:38.468Z] #58 18.53 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:47:38 [2021-05-06T13:47:38.468Z] #58 20.23 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:47:38 [2021-05-06T13:47:38.724Z] #58 ...
13:47:38 [2021-05-06T13:47:38.724Z] 
13:47:38 [2021-05-06T13:47:38.724Z] #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
13:47:38 [2021-05-06T13:47:38.724Z] #43 75.12   DEP      criu/shmem.d
13:47:38 [2021-05-06T13:47:38.724Z] #49 sha256:50f452a4526b90d99c3c1d85019b8126b4341148ed495bef32cc449150828294
13:47:38 [2021-05-06T13:47:38.724Z] #49 22.33 go: extracting github.com/fsnotify/fsnotify v1.4.7
13:47:38 [2021-05-06T13:47:38.724Z] #43 75.33   DEP      criu/servicefd.d
13:47:38 [2021-05-06T13:47:38.724Z] #49 22.33 go: downloading github.com/mitchellh/mapstructure v1.1.2
13:47:38 [2021-05-06T13:47:38.724Z] #49 22.33 go: downloading github.com/kisielk/gotool v1.0.0
13:47:38 [2021-05-06T13:47:38.724Z] #49 22.33 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:47:38 [2021-05-06T13:47:38.724Z] #49 22.33 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:47:38 [2021-05-06T13:47:38.724Z] #49 22.42 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:47:38 [2021-05-06T13:47:38.724Z] #49 22.42 go: extracting github.com/mitchellh/mapstructure v1.1.2
13:47:38 [2021-05-06T13:47:38.724Z] #49 22.50 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:47:38 [2021-05-06T13:47:38.724Z] #49 22.50 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
13:47:38 [2021-05-06T13:47:38.724Z] #49 22.50 go: extracting github.com/kisielk/gotool v1.0.0
13:47:38 [2021-05-06T13:47:38.980Z] #49 22.64 go: extracting github.com/pelletier/go-toml v1.2.0
13:47:38 [2021-05-06T13:47:38.980Z] #49 22.71 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:47:38 [2021-05-06T13:47:38.980Z] #49 22.71 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:47:38 [2021-05-06T13:47:38.980Z] #49 22.71 go: downloading github.com/go-toolsmith/astfmt v1.0.0
13:47:38 [2021-05-06T13:47:38.980Z] #49 22.71 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:47:38 [2021-05-06T13:47:38.980Z] #49 22.84 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
13:47:38 [2021-05-06T13:47:38.983Z] #43 75.49   DEP      criu/seize.d
13:47:38 [2021-05-06T13:47:38.983Z] #43 75.66   DEP      criu/seccomp.d
13:47:39 [2021-05-06T13:47:39.160Z] #27 12.57 Selecting previously unselected package libldap-common.
13:47:39 [2021-05-06T13:47:39.160Z] #27 12.58 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
13:47:39 [2021-05-06T13:47:39.160Z] #27 12.58 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
13:47:39 [2021-05-06T13:47:39.160Z] #27 12.65 Selecting previously unselected package libldap-2.4-2:arm64.
13:47:39 [2021-05-06T13:47:39.160Z] #27 12.65 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_arm64.deb ...
13:47:39 [2021-05-06T13:47:39.236Z] #49 22.90 go: downloading gopkg.in/ini.v1 v1.51.0
13:47:39 [2021-05-06T13:47:39.236Z] #49 23.03 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:47:39 [2021-05-06T13:47:39.236Z] #49 23.03 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:47:39 [2021-05-06T13:47:39.236Z] #49 23.03 go: downloading github.com/magiconair/properties v1.8.1
13:47:39 [2021-05-06T13:47:39.236Z] #49 ...
13:47:39 [2021-05-06T13:47:39.236Z] 
13:47:39 [2021-05-06T13:47:39.236Z] #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
13:47:39 [2021-05-06T13:47:39.236Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:47:39 [2021-05-06T13:47:39.236Z] #55 13.06 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
13:47:39 [2021-05-06T13:47:39.243Z] #43 75.83   DEP      criu/rst-malloc.d
13:47:39 [2021-05-06T13:47:39.243Z] #43 75.91   DEP      criu/rbtree.d
13:47:39 [2021-05-06T13:47:39.421Z] #27 12.66 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ...
13:47:39 [2021-05-06T13:47:39.421Z] #27 12.75 Selecting previously unselected package libnghttp2-14:arm64.
13:47:39 [2021-05-06T13:47:39.421Z] #27 12.75 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ...
13:47:39 [2021-05-06T13:47:39.421Z] #27 12.76 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
13:47:39 [2021-05-06T13:47:39.421Z] #27 12.83 Selecting previously unselected package libpsl5:arm64.
13:47:39 [2021-05-06T13:47:39.422Z] #27 12.83 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ...
13:47:39 [2021-05-06T13:47:39.422Z] #27 12.84 Unpacking libpsl5:arm64 (0.20.2-2) ...
13:47:39 [2021-05-06T13:47:39.492Z] #55 ...
13:47:39 [2021-05-06T13:47:39.492Z] 
13:47:39 [2021-05-06T13:47:39.492Z] #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
13:47:39 [2021-05-06T13:47:39.492Z] #49 sha256:50f452a4526b90d99c3c1d85019b8126b4341148ed495bef32cc449150828294
13:47:39 [2021-05-06T13:47:39.492Z] #49 23.18 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:47:39 [2021-05-06T13:47:39.492Z] #49 23.18 go: extracting gopkg.in/ini.v1 v1.51.0
13:47:39 [2021-05-06T13:47:39.492Z] #49 23.23 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:47:39 [2021-05-06T13:47:39.492Z] #49 23.23 go: extracting github.com/go-toolsmith/astfmt v1.0.0
13:47:39 [2021-05-06T13:47:39.492Z] #49 23.29 go: downloading github.com/mattn/go-isatty v0.0.8
13:47:39 [2021-05-06T13:47:39.503Z] #43 75.96   DEP      criu/pstree.d
13:47:39 [2021-05-06T13:47:39.683Z] #27 ...
13:47:39 [2021-05-06T13:47:39.683Z] 
13:47:39 [2021-05-06T13:47:39.683Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:47:39 [2021-05-06T13:47:39.683Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6
13:47:39 [2021-05-06T13:47:39.683Z] #10 DONE 4.3s
13:47:39 [2021-05-06T13:47:39.683Z] 
13:47:39 [2021-05-06T13:47:39.683Z] #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
13:47:39 [2021-05-06T13:47:39.683Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92
13:47:39 [2021-05-06T13:47:39.683Z] #27 12.97 Selecting previously unselected package librtmp1:arm64.
13:47:39 [2021-05-06T13:47:39.683Z] #27 12.98 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ...
13:47:39 [2021-05-06T13:47:39.683Z] #27 12.98 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
13:47:39 [2021-05-06T13:47:39.683Z] #27 13.04 Selecting previously unselected package libssh2-1:arm64.
13:47:39 [2021-05-06T13:47:39.683Z] #27 ...
13:47:39 [2021-05-06T13:47:39.683Z] 
13:47:39 [2021-05-06T13:47:39.683Z] #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
13:47:39 [2021-05-06T13:47:39.683Z] #11 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5
13:47:39 [2021-05-06T13:47:39.749Z] #49 23.36 go: extracting github.com/mitchellh/go-homedir v1.1.0
13:47:39 [2021-05-06T13:47:39.749Z] #49 23.36 go: downloading github.com/go-critic/go-critic v0.4.1
13:47:39 [2021-05-06T13:47:39.763Z] #43 76.10   DEP      criu/protobuf.d
13:47:39 [2021-05-06T13:47:39.763Z] #43 76.22   GEN      criu/protobuf-desc-gen.h
13:47:40 [2021-05-06T13:47:40.035Z] #49 23.43 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:47:40 [2021-05-06T13:47:40.035Z] #49 23.58 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:47:40 [2021-05-06T13:47:40.035Z] #49 23.61 go: extracting github.com/magiconair/properties v1.8.1
13:47:40 [2021-05-06T13:47:40.258Z] #11 DONE 0.8s
13:47:40 [2021-05-06T13:47:40.258Z] 
13:47:40 [2021-05-06T13:47:40.258Z] #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
13:47:40 [2021-05-06T13:47:40.258Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92
13:47:40 [2021-05-06T13:47:40.258Z] #27 13.04 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ...
13:47:40 [2021-05-06T13:47:40.258Z] #27 13.05 Unpacking libssh2-1:arm64 (1.8.0-2.1) ...
13:47:40 [2021-05-06T13:47:40.258Z] #27 13.13 Selecting previously unselected package libcurl4:arm64.
13:47:40 [2021-05-06T13:47:40.258Z] #27 13.13 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_arm64.deb ...
13:47:40 [2021-05-06T13:47:40.258Z] #27 13.14 Unpacking libcurl4:arm64 (7.64.0-4+deb10u2) ...
13:47:40 [2021-05-06T13:47:40.258Z] #27 13.21 Selecting previously unselected package curl.
13:47:40 [2021-05-06T13:47:40.258Z] #27 13.21 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_arm64.deb ...
13:47:40 [2021-05-06T13:47:40.258Z] #27 13.22 Unpacking curl (7.64.0-4+deb10u2) ...
13:47:40 [2021-05-06T13:47:40.258Z] #27 13.33 Selecting previously unselected package libonig5:arm64.
13:47:40 [2021-05-06T13:47:40.258Z] #27 13.33 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ...
13:47:40 [2021-05-06T13:47:40.258Z] #27 13.34 Unpacking libonig5:arm64 (6.9.1-1) ...
13:47:40 [2021-05-06T13:47:40.258Z] #27 13.46 Selecting previously unselected package libjq1:arm64.
13:47:40 [2021-05-06T13:47:40.258Z] #27 13.46 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ...
13:47:40 [2021-05-06T13:47:40.258Z] #27 13.47 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ...
13:47:40 [2021-05-06T13:47:40.258Z] #27 13.53 Selecting previously unselected package jq.
13:47:40 [2021-05-06T13:47:40.258Z] #27 13.53 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ...
13:47:40 [2021-05-06T13:47:40.258Z] #27 13.54 Unpacking jq (1.5+dfsg-2+b1) ...
13:47:40 [2021-05-06T13:47:40.258Z] #27 13.59 Setting up libkeyutils1:arm64 (1.6-6) ...
13:47:40 [2021-05-06T13:47:40.258Z] #27 13.60 Setting up libpsl5:arm64 (0.20.2-2) ...
13:47:40 [2021-05-06T13:47:40.258Z] #27 13.62 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u6) ...
13:47:40 [2021-05-06T13:47:40.292Z] #49 23.86 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
13:47:40 [2021-05-06T13:47:40.292Z] #49 23.91 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:47:40 [2021-05-06T13:47:40.292Z] #49 24.09 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:47:40 [2021-05-06T13:47:40.528Z] #27 13.85 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
13:47:40 [2021-05-06T13:47:40.528Z] #27 13.87 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
13:47:40 [2021-05-06T13:47:40.528Z] #27 13.92 Setting up libkrb5support0:arm64 (1.17-3+deb10u1) ...
13:47:40 [2021-05-06T13:47:40.528Z] #27 13.93 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ...
13:47:40 [2021-05-06T13:47:40.528Z] #27 13.95 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
13:47:40 [2021-05-06T13:47:40.528Z] #27 13.97 Setting up libk5crypto3:arm64 (1.17-3+deb10u1) ...
13:47:40 [2021-05-06T13:47:40.548Z] #49 24.23 go: downloading gopkg.in/yaml.v2 v2.2.7
13:47:40 [2021-05-06T13:47:40.795Z] #27 ...
13:47:40 [2021-05-06T13:47:40.795Z] 
13:47:40 [2021-05-06T13:47:40.795Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
13:47:40 [2021-05-06T13:47:40.795Z] #31 sha256:83c8560c50b15431e546bac469c64be716b739933dacb40c9db55dad341c2a58
13:47:40 [2021-05-06T13:47:40.795Z] #31 DONE 0.3s
13:47:40 [2021-05-06T13:47:40.795Z] 
13:47:40 [2021-05-06T13:47:40.795Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
13:47:40 [2021-05-06T13:47:40.795Z] #39 sha256:5a8b6c7320e82a4b1d150c036edc95f00476bccb86f60acf022f7ce3ac710b58
13:47:40 [2021-05-06T13:47:40.795Z] #39 DONE 0.3s
13:47:40 [2021-05-06T13:47:40.795Z] 
13:47:40 [2021-05-06T13:47:40.795Z] #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
13:47:40 [2021-05-06T13:47:40.795Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92
13:47:40 [2021-05-06T13:47:40.795Z] #27 13.99 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ...
13:47:40 [2021-05-06T13:47:40.795Z] #27 14.00 Setting up libssh2-1:arm64 (1.8.0-2.1) ...
13:47:40 [2021-05-06T13:47:40.795Z] #27 14.02 Setting up libkrb5-3:arm64 (1.17-3+deb10u1) ...
13:47:40 [2021-05-06T13:47:40.795Z] #27 14.03 Setting up openssl (1.1.1d-0+deb10u6) ...
13:47:40 [2021-05-06T13:47:40.795Z] #27 14.07 Setting up libonig5:arm64 (6.9.1-1) ...
13:47:40 [2021-05-06T13:47:40.795Z] #27 14.08 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ...
13:47:40 [2021-05-06T13:47:40.795Z] #27 14.14 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ...
13:47:40 [2021-05-06T13:47:40.795Z] #27 14.17 Setting up ca-certificates (20200601~deb10u2) ...
13:47:40 [2021-05-06T13:47:40.804Z] #49 24.56 go: extracting github.com/go-critic/go-critic v0.4.1
13:47:41 [2021-05-06T13:47:41.081Z] #49 24.78 go: extracting github.com/mattn/go-isatty v0.0.8
13:47:41 [2021-05-06T13:47:41.081Z] #49 24.84 go: downloading github.com/subosito/gotenv v1.2.0
13:47:41 [2021-05-06T13:47:41.339Z] #49 24.98 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
13:47:41 [2021-05-06T13:47:41.339Z] #49 25.10 go: extracting github.com/subosito/gotenv v1.2.0
13:47:41 [2021-05-06T13:47:41.596Z] #49 25.34 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
13:47:41 [2021-05-06T13:47:41.671Z] #43 78.04   DEP      criu/protobuf-desc.d
13:47:41 [2021-05-06T13:47:41.671Z] #43 78.26   DEP      criu/proc_parse.d
13:47:41 [2021-05-06T13:47:41.853Z] #49 25.62 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:47:41 [2021-05-06T13:47:41.931Z] #43 78.48   DEP      criu/plugin.d
13:47:42 [2021-05-06T13:47:42.110Z] #49 25.69 go: extracting gopkg.in/yaml.v2 v2.2.7
13:47:42 [2021-05-06T13:47:42.110Z] #49 25.76 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
13:47:42 [2021-05-06T13:47:42.110Z] #49 25.76 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:47:42 [2021-05-06T13:47:42.110Z] #49 25.80 go: downloading github.com/stretchr/testify v1.4.0
13:47:42 [2021-05-06T13:47:42.191Z] #43 78.64   DEP      criu/pipes.d
13:47:42 [2021-05-06T13:47:42.191Z] #43 78.87   DEP      criu/pie-util.d
13:47:42 [2021-05-06T13:47:42.197Z] #27 ...
13:47:42 [2021-05-06T13:47:42.197Z] 
13:47:42 [2021-05-06T13:47:42.197Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
13:47:42 [2021-05-06T13:47:42.197Z] #12 sha256:a4fc3b84a9fb1d234e946cc4577deb87c7e6bc40e23bcd8c860a009a391faa80
13:47:42 [2021-05-06T13:47:42.197Z] #12 DONE 1.6s
13:47:42 [2021-05-06T13:47:42.197Z] 
13:47:42 [2021-05-06T13:47:42.197Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:47:42 [2021-05-06T13:47:42.197Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
13:47:42 [2021-05-06T13:47:42.371Z] #49 26.10 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:47:42 [2021-05-06T13:47:42.371Z] #49 26.14 go: downloading github.com/spf13/cobra v0.0.5
13:47:42 [2021-05-06T13:47:42.628Z] #49 26.54 go: downloading github.com/gobwas/glob v0.2.3
13:47:42 [2021-05-06T13:47:42.645Z] #40 ...
13:47:42 [2021-05-06T13:47:42.645Z] 
13:47:42 [2021-05-06T13:47:42.645Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
13:47:42 [2021-05-06T13:47:42.645Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9
13:47:42 [2021-05-06T13:47:42.645Z] #12 DONE 6.2s
13:47:42 [2021-05-06T13:47:42.645Z] 
13:47:42 [2021-05-06T13:47:42.645Z] #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
13:47:42 [2021-05-06T13:47:42.645Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
13:47:42 [2021-05-06T13:47:42.645Z] #32 ...
13:47:42 [2021-05-06T13:47:42.645Z] 
13:47:42 [2021-05-06T13:47:42.645Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:47:42 [2021-05-06T13:47:42.645Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:47:42 [2021-05-06T13:47:42.760Z] #43 79.03   DEP      criu/pie-util-vdso.d
13:47:42 [2021-05-06T13:47:42.760Z] #43 79.18   DEP      criu/pie-util-vdso-elf32.d
13:47:42 [2021-05-06T13:47:42.760Z] #43 79.32   DEP      criu/path.d
13:47:42 [2021-05-06T13:47:42.885Z] #49 26.67 go: extracting github.com/stretchr/testify v1.4.0
13:47:43 [2021-05-06T13:47:43.020Z] #43 79.48   DEP      criu/parasite-syscall.d
13:47:43 [2021-05-06T13:47:43.142Z] #49 26.79 go: downloading github.com/sirupsen/logrus v1.4.2
13:47:43 [2021-05-06T13:47:43.142Z] #49 26.87 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:47:43 [2021-05-06T13:47:43.279Z] #43 79.72   DEP      criu/pagemap.d
13:47:43 [2021-05-06T13:47:43.398Z] #49 27.07 go: downloading github.com/davecgh/go-spew v1.1.1
13:47:43 [2021-05-06T13:47:43.398Z] #49 27.18 go: extracting github.com/gobwas/glob v0.2.3
13:47:43 [2021-05-06T13:47:43.539Z] #43 79.92   DEP      criu/pagemap-cache.d
13:47:43 [2021-05-06T13:47:43.539Z] #43 80.02   DEP      criu/page-xfer.d
13:47:43 [2021-05-06T13:47:43.654Z] #49 27.38 go: extracting github.com/sirupsen/logrus v1.4.2
13:47:43 [2021-05-06T13:47:43.654Z] #49 27.38 go: extracting github.com/spf13/cobra v0.0.5
13:47:43 [2021-05-06T13:47:43.798Z] #43 80.22   DEP      criu/page-pipe.d
13:47:43 [2021-05-06T13:47:43.799Z] #43 80.38   DEP      criu/netfilter.d
13:47:43 [2021-05-06T13:47:43.911Z] #49 27.58 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:47:44 [2021-05-06T13:47:44.060Z] #43 80.51   DEP      criu/net.d
13:47:44 [2021-05-06T13:47:44.060Z] #43 80.73   DEP      criu/namespaces.d
13:47:44 [2021-05-06T13:47:44.167Z] #49 27.86 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:47:44 [2021-05-06T13:47:44.324Z] #43 ...
13:47:44 [2021-05-06T13:47:44.325Z] 
13:47:44 [2021-05-06T13:47:44.325Z] #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
13:47:44 [2021-05-06T13:47:44.325Z] #45 sha256:c7a5d16dbc797fa74951efb44cde31e77e2822200ef56c73985f44b53bdf7604
13:47:44 [2021-05-06T13:47:44.325Z] #45 DONE 143.4s
13:47:44 [2021-05-06T13:47:44.325Z] 
13:47:44 [2021-05-06T13:47:44.325Z] #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
13:47:44 [2021-05-06T13:47:44.325Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:47:44 [2021-05-06T13:47:44.325Z] #20 11.54 Fetched 8955 kB in 10s (869 kB/s)
13:47:44 [2021-05-06T13:47:44.325Z] #20 11.54 Reading package lists...
13:47:44 [2021-05-06T13:47:44.424Z] #49 27.97 go: downloading github.com/go-toolsmith/astequal v1.0.0
13:47:44 [2021-05-06T13:47:44.424Z] #49 27.97 go: downloading github.com/go-toolsmith/astcast v1.0.0
13:47:44 [2021-05-06T13:47:44.424Z] #49 ...
13:47:44 [2021-05-06T13:47:44.424Z] 
13:47:44 [2021-05-06T13:47:44.424Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:47:44 [2021-05-06T13:47:44.424Z] #51 sha256:599b9995023cc44f3c005cc58f662788e0e2a3dde9f6b5bd44522033c48a59f3
13:47:44 [2021-05-06T13:47:44.424Z] #51 17.95 + cd /tmp/tmp.GVAVZQjTZi/src/github.com/mvdan/sh
13:47:44 [2021-05-06T13:47:44.424Z] #51 17.95 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
13:47:44 [2021-05-06T13:47:44.424Z] #51 18.04 + GO111MODULE=on
13:47:44 [2021-05-06T13:47:44.424Z] #51 18.04 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
13:47:44 [2021-05-06T13:47:44.424Z] #51 19.27 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:47:44 [2021-05-06T13:47:44.424Z] #51 19.39 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:47:44 [2021-05-06T13:47:44.424Z] #51 19.39 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:47:44 [2021-05-06T13:47:44.424Z] #51 19.65 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:47:44 [2021-05-06T13:47:44.424Z] #51 19.65 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:47:44 [2021-05-06T13:47:44.424Z] #51 20.85 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:47:44 [2021-05-06T13:47:44.424Z] #51 21.85 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:47:44 [2021-05-06T13:47:44.424Z] #51 23.24 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:47:44 [2021-05-06T13:47:44.424Z] #51 24.56 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:47:44 [2021-05-06T13:47:44.424Z] #51 24.63 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:47:44 [2021-05-06T13:47:44.424Z] #51 24.93 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:47:44 [2021-05-06T13:47:44.424Z] #51 24.93 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:47:44 [2021-05-06T13:47:44.424Z] #51 25.91 runtime/cgo
13:47:44 [2021-05-06T13:47:44.424Z] #51 25.98 runtime
13:47:44 [2021-05-06T13:47:44.424Z] #51 ...
13:47:44 [2021-05-06T13:47:44.424Z] 
13:47:44 [2021-05-06T13:47:44.424Z] #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
13:47:44 [2021-05-06T13:47:44.424Z] #49 sha256:50f452a4526b90d99c3c1d85019b8126b4341148ed495bef32cc449150828294
13:47:44 [2021-05-06T13:47:44.424Z] #49 28.15 go: extracting github.com/davecgh/go-spew v1.1.1
13:47:44 [2021-05-06T13:47:44.424Z] #49 28.15 go: extracting github.com/go-toolsmith/astcast v1.0.0
13:47:44 [2021-05-06T13:47:44.424Z] #49 28.15 go: downloading github.com/go-toolsmith/astcopy v1.0.0
13:47:44 [2021-05-06T13:47:44.584Z] #20 16.12 Reading package lists...
13:47:44 [2021-05-06T13:47:44.584Z] #20 ...
13:47:44 [2021-05-06T13:47:44.584Z] 
13:47:44 [2021-05-06T13:47:44.584Z] #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
13:47:44 [2021-05-06T13:47:44.584Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:47:44 [2021-05-06T13:47:44.584Z] #43 81.02   DEP      criu/mount.d
13:47:44 [2021-05-06T13:47:44.681Z] #49 28.37 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:47:44 [2021-05-06T13:47:44.681Z] #49 28.37 go: extracting github.com/go-toolsmith/astequal v1.0.0
13:47:44 [2021-05-06T13:47:44.681Z] #49 28.37 go: downloading github.com/stretchr/objx v0.2.0
13:47:44 [2021-05-06T13:47:44.681Z] #49 28.37 go: downloading github.com/go-toolsmith/strparse v1.0.0
13:47:44 [2021-05-06T13:47:44.844Z] #43 81.31   DEP      criu/memfd.d
13:47:44 [2021-05-06T13:47:44.937Z] #49 28.59 go: extracting github.com/go-toolsmith/astcopy v1.0.0
13:47:44 [2021-05-06T13:47:44.937Z] #49 28.61 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:47:45 [2021-05-06T13:47:45.104Z] #43 81.51   DEP      criu/mem.d
13:47:45 [2021-05-06T13:47:45.194Z] #49 28.86 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:47:45 [2021-05-06T13:47:45.194Z] #49 28.86 go: downloading github.com/BurntSushi/toml v0.3.1
13:47:45 [2021-05-06T13:47:45.363Z] #43 81.83   DEP      criu/lsm.d
13:47:45 [2021-05-06T13:47:45.450Z] #49 29.12 go: extracting github.com/go-toolsmith/strparse v1.0.0
13:47:45 [2021-05-06T13:47:45.622Z] #43 81.96   DEP      criu/log.d
13:47:45 [2021-05-06T13:47:45.623Z] #43 82.09   DEP      criu/libnetlink.d
13:47:45 [2021-05-06T13:47:45.706Z] #49 29.19 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:47:45 [2021-05-06T13:47:45.707Z] #49 29.19 go: extracting github.com/stretchr/objx v0.2.0
13:47:45 [2021-05-06T13:47:45.707Z] #49 29.31 go: downloading github.com/go-toolsmith/astp v1.0.0
13:47:45 [2021-05-06T13:47:45.882Z] #43 82.24   DEP      criu/kerndat.d
13:47:45 [2021-05-06T13:47:45.882Z] #43 82.41   DEP      criu/kcmp-ids.d
13:47:45 [2021-05-06T13:47:45.882Z] #43 82.50   DEP      criu/irmap.d
13:47:45 [2021-05-06T13:47:45.963Z] #49 29.75 go: extracting github.com/BurntSushi/toml v0.3.1
13:47:45 [2021-05-06T13:47:45.963Z] #49 29.78 go: downloading github.com/go-toolsmith/typep v1.0.0
13:47:45 [2021-05-06T13:47:45.969Z] #13 ...
13:47:45 [2021-05-06T13:47:45.969Z] 
13:47:45 [2021-05-06T13:47:45.969Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:47:45 [2021-05-06T13:47:45.969Z] #49 sha256:eee18e8ee20abc633bee40a4eea97e188166e8c88dfc91b95eace27a44d2b3e1
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.849 + RM_GOPATH=0
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.849 + TMP_GOPATH=
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.849 + : /build
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.849 + '[' -z '' ']'
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.849 ++ mktemp -d
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.849 + export GOPATH=/tmp/tmp.m2ctrYPO3J
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.849 + GOPATH=/tmp/tmp.m2ctrYPO3J
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.849 + RM_GOPATH=1
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.849 + case "$(go env GOARCH)" in
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.849 ++ go env GOARCH
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.849 + export GO_BUILDMODE=-buildmode=pie
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.849 + GO_BUILDMODE=-buildmode=pie
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.849 ++ dirname /tmp/install/install.sh
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.849 + dir=/tmp/install
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.849 + bin=golangci_lint
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.849 + shift
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.849 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.849 + . /tmp/install/golangci_lint.installer
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.849 ++ : v1.23.8
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.849 + install_golangci_lint
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.849 + set -e
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.849 + export GO111MODULE=on
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.849 + GO111MODULE=on
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.849 + GOBIN=/build
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.849 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.874 go: finding github.com v1.23.8
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.874 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.874 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.874 go: finding github.com/golangci/golangci-lint v1.23.8
13:47:45 [2021-05-06T13:47:45.969Z] #49 8.874 go: finding github.com/golangci v1.23.8
13:47:45 [2021-05-06T13:47:45.969Z] #49 9.974 go: downloading github.com/golangci/golangci-lint v1.23.8
13:47:45 [2021-05-06T13:47:45.969Z] #49 ...
13:47:45 [2021-05-06T13:47:45.969Z] 
13:47:45 [2021-05-06T13:47:45.969Z] #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
13:47:45 [2021-05-06T13:47:45.969Z] #24 sha256:b413dd532a86b773fdc3128400dd79bd5fc3276797ea5d6132179c2aa31b4420
13:47:45 [2021-05-06T13:47:45.969Z] #24 9.270 + RM_GOPATH=0
13:47:45 [2021-05-06T13:47:45.969Z] #24 9.270 + TMP_GOPATH=
13:47:45 [2021-05-06T13:47:45.969Z] #24 9.270 + : /build
13:47:45 [2021-05-06T13:47:45.969Z] #24 9.270 + '[' -z '' ']'
13:47:45 [2021-05-06T13:47:45.970Z] #24 9.285 ++ mktemp -d
13:47:45 [2021-05-06T13:47:45.970Z] #24 9.285 + export GOPATH=/tmp/tmp.YlWomjdHXb
13:47:45 [2021-05-06T13:47:45.970Z] #24 9.285 + GOPATH=/tmp/tmp.YlWomjdHXb
13:47:45 [2021-05-06T13:47:45.970Z] #24 9.285 + RM_GOPATH=1
13:47:45 [2021-05-06T13:47:45.970Z] #24 9.285 + case "$(go env GOARCH)" in
13:47:45 [2021-05-06T13:47:45.970Z] #24 9.285 ++ go env GOARCH
13:47:45 [2021-05-06T13:47:45.970Z] #24 9.322 + export GO_BUILDMODE=-buildmode=pie
13:47:45 [2021-05-06T13:47:45.970Z] #24 9.322 + GO_BUILDMODE=-buildmode=pie
13:47:45 [2021-05-06T13:47:45.970Z] #24 9.322 ++ dirname /tmp/install/install.sh
13:47:45 [2021-05-06T13:47:45.970Z] #24 9.330 + dir=/tmp/install
13:47:45 [2021-05-06T13:47:45.970Z] #24 9.330 + bin=dockercli
13:47:45 [2021-05-06T13:47:45.970Z] #24 9.330 + shift
13:47:45 [2021-05-06T13:47:45.970Z] #24 9.330 + '[' '!' -f /tmp/install/dockercli.installer ']'
13:47:45 [2021-05-06T13:47:45.970Z] #24 9.330 + . /tmp/install/dockercli.installer
13:47:45 [2021-05-06T13:47:45.970Z] #24 9.330 ++ : stable
13:47:45 [2021-05-06T13:47:45.970Z] #24 9.330 ++ : 17.06.2-ce
13:47:45 [2021-05-06T13:47:45.970Z] #24 9.330 + install_dockercli
13:47:45 [2021-05-06T13:47:45.970Z] #24 9.330 + echo 'Install docker/cli version 17.06.2-ce from stable'
13:47:45 [2021-05-06T13:47:45.970Z] #24 9.331 Install docker/cli version 17.06.2-ce from stable
13:47:45 [2021-05-06T13:47:45.970Z] #24 9.352 ++ uname -m
13:47:45 [2021-05-06T13:47:45.970Z] #24 9.388 + arch=x86_64
13:47:45 [2021-05-06T13:47:45.970Z] #24 9.388 + '[' x86_64 '!=' x86_64 ']'
13:47:45 [2021-05-06T13:47:45.970Z] #24 9.388 + url=https://download.docker.com/linux/static
13:47:45 [2021-05-06T13:47:45.970Z] #24 9.388 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
13:47:45 [2021-05-06T13:47:45.970Z] #24 9.388 + tar -xz docker/docker
13:47:45 [2021-05-06T13:47:45.970Z] #24 ...
13:47:45 [2021-05-06T13:47:45.970Z] 
13:47:45 [2021-05-06T13:47:45.970Z] #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
13:47:45 [2021-05-06T13:47:45.970Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:47:45 [2021-05-06T13:47:45.970Z] #42 ...
13:47:45 [2021-05-06T13:47:45.970Z] 
13:47:45 [2021-05-06T13:47:45.970Z] #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
13:47:45 [2021-05-06T13:47:45.970Z] #47 sha256:81b0e40c088b145af19a0420781276ba032270d1b65a30201ff8c4732358f6b6
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.165 + RM_GOPATH=0
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.165 + TMP_GOPATH=
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.165 + : /build
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.165 + '[' -z '' ']'
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.165 ++ mktemp -d
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.165 + export GOPATH=/tmp/tmp.3KdSrBko4q
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.165 + GOPATH=/tmp/tmp.3KdSrBko4q
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.165 + RM_GOPATH=1
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.165 + case "$(go env GOARCH)" in
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.165 ++ go env GOARCH
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.178 + export GO_BUILDMODE=-buildmode=pie
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.178 + GO_BUILDMODE=-buildmode=pie
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.178 ++ dirname /tmp/install/install.sh
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.180 + dir=/tmp/install
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.180 + bin=gotestsum
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.180 + shift
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.180 + '[' '!' -f /tmp/install/gotestsum.installer ']'
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.180 + . /tmp/install/gotestsum.installer
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.180 ++ : v0.5.3
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.180 + install_gotestsum
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.183 + set -e
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.184 + export GO111MODULE=on
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.184 + GO111MODULE=on
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.184 + GOBIN=/build
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.184 + go get gotest.tools/gotestsum@v0.5.3
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.232 go: finding gotest.tools/gotestsum v0.5.3
13:47:45 [2021-05-06T13:47:45.970Z] #47 8.232 go: finding gotest.tools v0.5.3
13:47:45 [2021-05-06T13:47:45.970Z] #47 9.187 go: downloading gotest.tools/gotestsum v0.5.3
13:47:45 [2021-05-06T13:47:45.970Z] #47 9.742 go: extracting gotest.tools/gotestsum v0.5.3
13:47:46 [2021-05-06T13:47:46.142Z] #43 82.63   DEP      criu/ipc_ns.d
13:47:46 [2021-05-06T13:47:46.142Z] #43 82.73   DEP      criu/image.d
13:47:46 [2021-05-06T13:47:46.219Z] #49 29.87 go: extracting github.com/go-toolsmith/astp v1.0.0
13:47:46 [2021-05-06T13:47:46.219Z] #49 29.87 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:47:46 [2021-05-06T13:47:46.219Z] #49 29.87 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:47:46 [2021-05-06T13:47:46.219Z] #49 29.95 go: extracting github.com/go-toolsmith/typep v1.0.0
13:47:46 [2021-05-06T13:47:46.219Z] #49 30.01 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:47:46 [2021-05-06T13:47:46.219Z] #49 30.04 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
13:47:46 [2021-05-06T13:47:46.234Z] #47 ...
13:47:46 [2021-05-06T13:47:46.234Z] 
13:47:46 [2021-05-06T13:47:46.234Z] #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
13:47:46 [2021-05-06T13:47:46.234Z] #51 sha256:f2522261c1fb485392905c752f35f27b56e73e5f13065a492bb4a309a1de239f
13:47:46 [2021-05-06T13:47:46.234Z] #51 8.365 + RM_GOPATH=0
13:47:46 [2021-05-06T13:47:46.234Z] #51 8.365 + TMP_GOPATH=
13:47:46 [2021-05-06T13:47:46.234Z] #51 8.365 + : /build
13:47:46 [2021-05-06T13:47:46.234Z] #51 8.365 + '[' -z '' ']'
13:47:46 [2021-05-06T13:47:46.234Z] #51 8.373 ++ mktemp -d
13:47:46 [2021-05-06T13:47:46.234Z] #51 8.377 + export GOPATH=/tmp/tmp.Hk0OFkbF1z
13:47:46 [2021-05-06T13:47:46.234Z] #51 8.377 + GOPATH=/tmp/tmp.Hk0OFkbF1z
13:47:46 [2021-05-06T13:47:46.234Z] #51 8.377 + RM_GOPATH=1
13:47:46 [2021-05-06T13:47:46.234Z] #51 8.377 + case "$(go env GOARCH)" in
13:47:46 [2021-05-06T13:47:46.234Z] #51 8.377 ++ go env GOARCH
13:47:46 [2021-05-06T13:47:46.234Z] #51 8.424 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
13:47:46 [2021-05-06T13:47:46.234Z] #51 8.424 + export GO_BUILDMODE=-buildmode=pie
13:47:46 [2021-05-06T13:47:46.234Z] #51 8.424 + GO_BUILDMODE=-buildmode=pie
13:47:46 [2021-05-06T13:47:46.234Z] #51 8.424 ++ dirname /tmp/install/install.sh
13:47:46 [2021-05-06T13:47:46.234Z] #51 8.424 + dir=/tmp/install
13:47:46 [2021-05-06T13:47:46.234Z] #51 8.424 + bin=shfmt
13:47:46 [2021-05-06T13:47:46.234Z] #51 8.424 + shift
13:47:46 [2021-05-06T13:47:46.234Z] #51 8.424 + '[' '!' -f /tmp/install/shfmt.installer ']'
13:47:46 [2021-05-06T13:47:46.234Z] #51 8.424 + . /tmp/install/shfmt.installer
13:47:46 [2021-05-06T13:47:46.234Z] #51 8.424 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
13:47:46 [2021-05-06T13:47:46.234Z] #51 8.424 + install_shfmt
13:47:46 [2021-05-06T13:47:46.234Z] #51 8.424 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
13:47:46 [2021-05-06T13:47:46.234Z] #51 8.424 + git clone https://github.com/mvdan/sh.git /tmp/tmp.Hk0OFkbF1z/src/github.com/mvdan/sh
13:47:46 [2021-05-06T13:47:46.234Z] #51 8.424 Cloning into '/tmp/tmp.Hk0OFkbF1z/src/github.com/mvdan/sh'...
13:47:46 [2021-05-06T13:47:46.234Z] #51 ...
13:47:46 [2021-05-06T13:47:46.234Z] 
13:47:46 [2021-05-06T13:47:46.234Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:47:46 [2021-05-06T13:47:46.234Z] #67 sha256:cdfebdc881e3006ee3629a3de98863c08707e202d0435661fa4e520cf163ee11
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 + RM_GOPATH=0
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 + TMP_GOPATH=
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 + : /build
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 + '[' -z '' ']'
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 ++ mktemp -d
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 + export GOPATH=/tmp/tmp.hnzlxRkrID
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 + GOPATH=/tmp/tmp.hnzlxRkrID
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 + RM_GOPATH=1
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 + case "$(go env GOARCH)" in
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 ++ go env GOARCH
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 + export GO_BUILDMODE=-buildmode=pie
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 + GO_BUILDMODE=-buildmode=pie
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 ++ dirname /tmp/install/install.sh
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 + dir=/tmp/install
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 + bin=proxy
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 + shift
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 + '[' '!' -f /tmp/install/proxy.installer ']'
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 + . /tmp/install/proxy.installer
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 + install_proxy
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 + case "$1" in
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 + export CGO_ENABLED=0
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 + CGO_ENABLED=0
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 + _install_proxy
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46'
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.hnzlxRkrID/src/github.com/docker/libnetwork
13:47:46 [2021-05-06T13:47:46.234Z] #67 7.584 Cloning into '/tmp/tmp.hnzlxRkrID/src/github.com/docker/libnetwork'...
13:47:46 [2021-05-06T13:47:46.401Z] #43 82.86   DEP      criu/image-desc.d
13:47:46 [2021-05-06T13:47:46.401Z] #43 82.95   DEP      criu/fsnotify.d
13:47:46 [2021-05-06T13:47:46.423Z] #13 4.059 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
13:47:46 [2021-05-06T13:47:46.423Z] #13 4.105 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:47:46 [2021-05-06T13:47:46.423Z] #13 4.111 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:47:46 [2021-05-06T13:47:46.423Z] #13 4.132 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:47:46 [2021-05-06T13:47:46.475Z] #49 30.08 go: downloading github.com/pmezard/go-difflib v1.0.0
13:47:46 [2021-05-06T13:47:46.495Z] #67 ...
13:47:46 [2021-05-06T13:47:46.496Z] 
13:47:46 [2021-05-06T13:47:46.496Z] #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
13:47:46 [2021-05-06T13:47:46.496Z] #45 sha256:22cfca3a0b4c3e4e5ef538e0315c7e1331d173e069c46336ca9c501feaa5efbb
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.175 + RM_GOPATH=0
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.175 + TMP_GOPATH=
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.175 + : /build
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.175 + '[' -z '' ']'
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.175 ++ mktemp -d
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.178 + export GOPATH=/tmp/tmp.ayjnWJVB7d
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.178 + GOPATH=/tmp/tmp.ayjnWJVB7d
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.178 + RM_GOPATH=1
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.178 + case "$(go env GOARCH)" in
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.178 ++ go env GOARCH
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.191 + export GO_BUILDMODE=-buildmode=pie
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.191 + GO_BUILDMODE=-buildmode=pie
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.191 ++ dirname /tmp/install/install.sh
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.193 + dir=/tmp/install
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.194 + bin=vndr
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.194 + shift
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.194 + '[' '!' -f /tmp/install/vndr.installer ']'
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.194 + . /tmp/install/vndr.installer
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.195 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.195 + install_vndr
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.195 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.195 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.ayjnWJVB7d/src/github.com/LK4D4/vndr
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.195 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.201 Cloning into '/tmp/tmp.ayjnWJVB7d/src/github.com/LK4D4/vndr'...
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.987 + cd /tmp/tmp.ayjnWJVB7d/src/github.com/LK4D4/vndr
13:47:46 [2021-05-06T13:47:46.496Z] #45 8.987 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
13:47:46 [2021-05-06T13:47:46.496Z] #45 9.028 + go build -buildmode=pie -v -o /build/vndr .
13:47:46 [2021-05-06T13:47:46.496Z] #45 10.71 internal/cpu
13:47:46 [2021-05-06T13:47:46.496Z] #45 10.72 runtime/internal/atomic
13:47:46 [2021-05-06T13:47:46.496Z] #45 11.05 runtime/internal/sys
13:47:46 [2021-05-06T13:47:46.496Z] #45 ...
13:47:46 [2021-05-06T13:47:46.496Z] 
13:47:46 [2021-05-06T13:47:46.496Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
13:47:46 [2021-05-06T13:47:46.496Z] #34 sha256:bfd84bdc9bba00bcf19dba6d1d91a7b45d20606e8fcd59d411ded18a9906672b
13:47:46 [2021-05-06T13:47:46.496Z] #34 9.103 Install go-toml version v1.8.1
13:47:46 [2021-05-06T13:47:46.496Z] #34 9.132 go: finding github.com v1.8.1
13:47:46 [2021-05-06T13:47:46.496Z] #34 9.142 go: finding github.com/pelletier/go-toml v1.8.1
13:47:46 [2021-05-06T13:47:46.496Z] #34 9.142 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1
13:47:46 [2021-05-06T13:47:46.496Z] #34 9.142 go: finding github.com/pelletier/go-toml/cmd v1.8.1
13:47:46 [2021-05-06T13:47:46.496Z] #34 9.142 go: finding github.com/pelletier v1.8.1
13:47:46 [2021-05-06T13:47:46.496Z] #34 10.71 go: downloading github.com/pelletier/go-toml v1.8.1
13:47:46 [2021-05-06T13:47:46.661Z] #43 83.06   DEP      criu/filesystems.d
13:47:46 [2021-05-06T13:47:46.661Z] #43 83.23   DEP      criu/files.d
13:47:46 [2021-05-06T13:47:46.732Z] #49 30.26 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:47:46 [2021-05-06T13:47:46.732Z] #49 30.27 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
13:47:46 [2021-05-06T13:47:46.732Z] #49 30.30 go: extracting github.com/pmezard/go-difflib v1.0.0
13:47:46 [2021-05-06T13:47:46.732Z] #49 30.30 go: extracting github.com/inconshreveable/mousetrap v1.0.0
13:47:46 [2021-05-06T13:47:46.757Z] #34 11.20 go: extracting github.com/pelletier/go-toml v1.8.1
13:47:46 [2021-05-06T13:47:46.757Z] #34 ...
13:47:46 [2021-05-06T13:47:46.757Z] 
13:47:46 [2021-05-06T13:47:46.757Z] #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
13:47:46 [2021-05-06T13:47:46.757Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:47:46 [2021-05-06T13:47:46.757Z] #36 9.256 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:47:46 [2021-05-06T13:47:46.757Z] #36 9.332 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:47:46 [2021-05-06T13:47:46.757Z] #36 9.355 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:47:46 [2021-05-06T13:47:46.757Z] #36 10.78 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:47:46 [2021-05-06T13:47:46.757Z] #36 ...
13:47:46 [2021-05-06T13:47:46.757Z] 
13:47:46 [2021-05-06T13:47:46.757Z] #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
13:47:46 [2021-05-06T13:47:46.757Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:47:46 [2021-05-06T13:47:46.757Z] #55 10.56 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:47:46 [2021-05-06T13:47:46.757Z] #55 10.70 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:47:46 [2021-05-06T13:47:46.757Z] #55 10.70 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:47:46 [2021-05-06T13:47:46.921Z] #43 83.41   DEP      criu/files-reg.d
13:47:47 [2021-05-06T13:47:47.001Z] #13 5.019 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [461 kB]
13:47:47 [2021-05-06T13:47:47.018Z] #55 ...
13:47:47 [2021-05-06T13:47:47.019Z] 
13:47:47 [2021-05-06T13:47:47.019Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:47:47 [2021-05-06T13:47:47.019Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:47:47 [2021-05-06T13:47:47.019Z] #13 5.352 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:47:47 [2021-05-06T13:47:47.019Z] #13 5.418 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:47:47 [2021-05-06T13:47:47.019Z] #13 5.420 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:47:47 [2021-05-06T13:47:47.180Z] #43 83.61   DEP      criu/files-ext.d
13:47:47 [2021-05-06T13:47:47.180Z] #43 83.75   DEP      criu/file-lock.d
13:47:47 [2021-05-06T13:47:47.265Z] #13 ...
13:47:47 [2021-05-06T13:47:47.265Z] 
13:47:47 [2021-05-06T13:47:47.265Z] #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
13:47:47 [2021-05-06T13:47:47.265Z] #47 sha256:2c5ca54b4e4b04ca07546f7bd76364e85fce3493daed5c689460e3d8f7a465ec
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.026 + RM_GOPATH=0
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.026 + TMP_GOPATH=
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.026 + : /build
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.026 + '[' -z '' ']'
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.026 ++ mktemp -d
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.026 + export GOPATH=/tmp/tmp.qk9nEYFeQL
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.026 + GOPATH=/tmp/tmp.qk9nEYFeQL
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.026 + RM_GOPATH=1
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.026 + case "$(go env GOARCH)" in
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.027 ++ go env GOARCH
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.043 + export GO_BUILDMODE=-buildmode=pie
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.043 + GO_BUILDMODE=-buildmode=pie
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.043 ++ dirname /tmp/install/install.sh
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.049 + dir=/tmp/install
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.049 + bin=gotestsum
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.049 + shift
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.049 + '[' '!' -f /tmp/install/gotestsum.installer ']'
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.049 + . /tmp/install/gotestsum.installer
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.049 ++ : v0.5.3
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.049 + install_gotestsum
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.049 + set -e
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.049 + export GO111MODULE=on
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.049 + GO111MODULE=on
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.049 + GOBIN=/build
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.049 + go get gotest.tools/gotestsum@v0.5.3
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.068 go: finding gotest.tools v0.5.3
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.068 go: finding gotest.tools/gotestsum v0.5.3
13:47:47 [2021-05-06T13:47:47.265Z] #47 4.792 go: downloading gotest.tools/gotestsum v0.5.3
13:47:47 [2021-05-06T13:47:47.265Z] #47 5.349 go: extracting gotest.tools/gotestsum v0.5.3
13:47:47 [2021-05-06T13:47:47.265Z] #47 5.916 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:47:47 [2021-05-06T13:47:47.265Z] #47 5.926 go: downloading github.com/spf13/pflag v1.0.3
13:47:47 [2021-05-06T13:47:47.265Z] #47 5.951 go: downloading github.com/fatih/color v1.9.0
13:47:47 [2021-05-06T13:47:47.265Z] #47 5.966 go: downloading github.com/jonboulle/clockwork v0.1.0
13:47:47 [2021-05-06T13:47:47.265Z] #47 6.046 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:47:47 [2021-05-06T13:47:47.265Z] #47 6.191 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:47:47 [2021-05-06T13:47:47.265Z] #47 6.197 go: extracting github.com/jonboulle/clockwork v0.1.0
13:47:47 [2021-05-06T13:47:47.265Z] #47 6.249 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:47:47 [2021-05-06T13:47:47.265Z] #47 6.257 go: downloading github.com/pkg/errors v0.9.1
13:47:47 [2021-05-06T13:47:47.265Z] #47 6.313 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:47:47 [2021-05-06T13:47:47.265Z] #47 6.325 go: extracting github.com/fatih/color v1.9.0
13:47:47 [2021-05-06T13:47:47.265Z] #47 6.466 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:47:47 [2021-05-06T13:47:47.265Z] #47 6.612 go: downloading github.com/mattn/go-colorable v0.1.6
13:47:47 [2021-05-06T13:47:47.265Z] #47 6.613 go: downloading github.com/mattn/go-isatty v0.0.12
13:47:47 [2021-05-06T13:47:47.265Z] #47 6.707 go: extracting github.com/spf13/pflag v1.0.3
13:47:47 [2021-05-06T13:47:47.265Z] #47 6.833 go: extracting github.com/mattn/go-colorable v0.1.6
13:47:47 [2021-05-06T13:47:47.265Z] #47 6.834 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:47:47 [2021-05-06T13:47:47.265Z] #47 6.879 go: extracting github.com/pkg/errors v0.9.1
13:47:47 [2021-05-06T13:47:47.265Z] #47 6.955 go: extracting github.com/mattn/go-isatty v0.0.12
13:47:47 [2021-05-06T13:47:47.291Z] #13 5.539 Get:4 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
13:47:47 [2021-05-06T13:47:47.440Z] #43 83.88   DEP      criu/file-ids.d
13:47:47 [2021-05-06T13:47:47.440Z] #43 84.02   DEP      criu/fifo.d
13:47:47 [2021-05-06T13:47:47.681Z] #49 31.49 go: extracting github.com/gogo/protobuf v1.2.1
13:47:47 [2021-05-06T13:47:47.699Z] #43 84.18   DEP      criu/fdstore.d
13:47:47 [2021-05-06T13:47:47.699Z] #43 84.28   DEP      criu/fault-injection.d
13:47:47 [2021-05-06T13:47:47.959Z] #43 84.32   DEP      criu/external.d
13:47:47 [2021-05-06T13:47:47.959Z] #43 84.43   DEP      criu/eventpoll.d
13:47:48 [2021-05-06T13:47:48.217Z] #47 ...
13:47:48 [2021-05-06T13:47:48.217Z] 
13:47:48 [2021-05-06T13:47:48.217Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:47:48 [2021-05-06T13:47:48.217Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
13:47:48 [2021-05-06T13:47:48.217Z] #13 6.083 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
13:47:48 [2021-05-06T13:47:48.218Z] #43 84.68   DEP      criu/eventfd.d
13:47:48 [2021-05-06T13:47:48.477Z] #43 84.84   DEP      criu/crtools.d
13:47:48 [2021-05-06T13:47:48.477Z] #43 85.02   DEP      criu/cr-service.d
13:47:48 [2021-05-06T13:47:48.740Z] #43 85.19   DEP      criu/cr-restore.d
13:47:48 [2021-05-06T13:47:48.999Z] #43 85.44   DEP      criu/cr-errno.d
13:47:48 [2021-05-06T13:47:48.999Z] #43 85.46   DEP      criu/cr-dump.d
13:47:49 [2021-05-06T13:47:49.048Z] #49 ...
13:47:49 [2021-05-06T13:47:49.048Z] 
13:47:49 [2021-05-06T13:47:49.048Z] #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
13:47:49 [2021-05-06T13:47:49.048Z] #58 sha256:ee6c1334fe3d40f5a0d65b6ace94b50701e53ea51e0990c44dea2b7d145cdff2
13:47:49 [2021-05-06T13:47:49.048Z] #58 22.60 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:47:49 [2021-05-06T13:47:49.048Z] #58 23.18 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
13:47:49 [2021-05-06T13:47:49.048Z] #58 23.18 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:47:49 [2021-05-06T13:47:49.048Z] #58 23.23 go: extracting github.com/u-root/u-root v7.0.0+incompatible
13:47:49 [2021-05-06T13:47:49.048Z] #58 23.40 go: extracting github.com/russross/blackfriday/v2 v2.1.0
13:47:49 [2021-05-06T13:47:49.048Z] #58 26.67 go: finding github.com/pkg/errors v0.9.1
13:47:49 [2021-05-06T13:47:49.048Z] #58 26.78 go: finding github.com/sirupsen/logrus v1.8.1
13:47:49 [2021-05-06T13:47:49.048Z] #58 26.98 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:47:49 [2021-05-06T13:47:49.048Z] #58 27.12 go: finding github.com/google/uuid v1.2.0
13:47:49 [2021-05-06T13:47:49.048Z] #58 27.15 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:47:49 [2021-05-06T13:47:49.048Z] #58 27.24 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:47:49 [2021-05-06T13:47:49.048Z] #58 27.24 go: finding github.com/gofrs/flock v0.8.0
13:47:49 [2021-05-06T13:47:49.048Z] #58 27.35 go: finding github.com/moby/vpnkit v0.5.0
13:47:49 [2021-05-06T13:47:49.048Z] #58 27.35 go: finding github.com/gorilla/mux v1.8.0
13:47:49 [2021-05-06T13:47:49.048Z] #58 27.44 go: finding github.com/moby/sys/mountinfo v0.4.1
13:47:49 [2021-05-06T13:47:49.048Z] #58 27.44 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:47:49 [2021-05-06T13:47:49.048Z] #58 27.68 go: finding github.com/urfave/cli/v2 v2.3.0
13:47:49 [2021-05-06T13:47:49.048Z] #58 27.68 go: finding github.com/u-root/u-root v7.0.0+incompatible
13:47:49 [2021-05-06T13:47:49.048Z] #58 27.75 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
13:47:49 [2021-05-06T13:47:49.048Z] #58 27.86 go: finding github.com/russross/blackfriday/v2 v2.1.0
13:47:49 [2021-05-06T13:47:49.048Z] #58 ...
13:47:49 [2021-05-06T13:47:49.048Z] 
13:47:49 [2021-05-06T13:47:49.048Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:47:49 [2021-05-06T13:47:49.048Z] #67 sha256:f710dca46096b575227fc0574a51a15966366b0612dae4f9a0e80246a1f4b368
13:47:49 [2021-05-06T13:47:49.048Z] #67 24.30 Checking out files:  58% (1113/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.
13:47:49 [2021-05-06T13:47:49.048Z] #67 24.98 + cd /tmp/tmp.dvZVtb6zok/src/github.com/docker/libnetwork
13:47:49 [2021-05-06T13:47:49.048Z] #67 24.98 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46
13:47:49 [2021-05-06T13:47:49.048Z] #67 25.61 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:47:49 [2021-05-06T13:47:49.211Z] #13 7.129 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:47:49 [2021-05-06T13:47:49.259Z] #43 85.68   DEP      criu/cr-dedup.d
13:47:49 [2021-05-06T13:47:49.259Z] #43 85.84   DEP      criu/cr-check.d
13:47:49 [2021-05-06T13:47:49.518Z] #43 86.07   DEP      criu/config.d
13:47:49 [2021-05-06T13:47:49.777Z] #43 86.28   DEP      criu/clone-noasan.d
13:47:49 [2021-05-06T13:47:49.777Z] #43 86.34   DEP      criu/cgroup.d
13:47:49 [2021-05-06T13:47:49.977Z] #67 ...
13:47:49 [2021-05-06T13:47:49.977Z] 
13:47:49 [2021-05-06T13:47:49.977Z] #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
13:47:49 [2021-05-06T13:47:49.977Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:47:49 [2021-05-06T13:47:49.977Z] #36 23.80 Fetched 8441 kB in 18s (478 kB/s)
13:47:49 [2021-05-06T13:47:49.977Z] #36 23.80 Reading package lists...
13:47:50 [2021-05-06T13:47:50.037Z] #43 ...
13:47:50 [2021-05-06T13:47:50.037Z] 
13:47:50 [2021-05-06T13:47:50.037Z] #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
13:47:50 [2021-05-06T13:47:50.037Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
13:47:50 [2021-05-06T13:47:50.037Z] #32 DONE 149.0s
13:47:50 [2021-05-06T13:47:50.037Z] 
13:47:50 [2021-05-06T13:47:50.037Z] #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
13:47:50 [2021-05-06T13:47:50.037Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:47:50 [2021-05-06T13:47:50.037Z] #43 86.57   DEP      criu/cgroup-props.d
13:47:50 [2021-05-06T13:47:50.037Z] #43 ...
13:47:50 [2021-05-06T13:47:50.037Z] 
13:47:50 [2021-05-06T13:47:50.037Z] #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
13:47:50 [2021-05-06T13:47:50.037Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:47:50 [2021-05-06T13:47:50.037Z] #20 20.41 Building dependency tree...
13:47:50 [2021-05-06T13:47:50.037Z] #20 22.15 libcap2-bin is already the newest version (1:2.25-2).
13:47:50 [2021-05-06T13:47:50.037Z] #20 22.15 The following additional packages will be installed:
13:47:50 [2021-05-06T13:47:50.037Z] #20 22.15   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
13:47:50 [2021-05-06T13:47:50.037Z] #20 22.15   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
13:47:50 [2021-05-06T13:47:50.037Z] #20 22.15   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
13:47:50 [2021-05-06T13:47:50.037Z] #20 22.16   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
13:47:50 [2021-05-06T13:47:50.037Z] #20 22.16   python3.7 python3.7-minimal vim-runtime xxd
13:47:50 [2021-05-06T13:47:50.037Z] #20 22.16 Suggested packages:
13:47:50 [2021-05-06T13:47:50.037Z] #20 22.16   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
13:47:50 [2021-05-06T13:47:50.037Z] #20 22.16   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
13:47:50 [2021-05-06T13:47:50.037Z] #20 22.16   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
13:47:50 [2021-05-06T13:47:50.037Z] #20 22.16 Recommended packages:
13:47:50 [2021-05-06T13:47:50.037Z] #20 22.16   aufs-dkms nftables build-essential python3-dev python3-keyring
13:47:50 [2021-05-06T13:47:50.037Z] #20 22.16   python3-keyrings.alt python3-xdg unzip
13:47:50 [2021-05-06T13:47:50.037Z] #20 23.99 The following NEW packages will be installed:
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.00   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.00   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.00   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.00   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.01   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.01   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.01   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.01   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.01   xz-utils zip
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.35 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded.
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.35 Need to get 28.5 MB of archives.
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.35 After this operation, 116 MB of additional disk space will be used.
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.35 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.35 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.37 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.44 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.44 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.46 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.55 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.57 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.58 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.59 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.60 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.60 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.60 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.61 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.62 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.62 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.64 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.66 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.66 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.67 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.68 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.69 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.72 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.73 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.74 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.74 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.76 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.76 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 24.76 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 25.23 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 25.24 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 25.24 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
13:47:50 [2021-05-06T13:47:50.037Z] #20 25.24 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
13:47:50 [2021-05-06T13:47:50.038Z] #20 25.24 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
13:47:50 [2021-05-06T13:47:50.038Z] #20 25.26 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
13:47:50 [2021-05-06T13:47:50.038Z] #20 25.33 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
13:47:50 [2021-05-06T13:47:50.038Z] #20 25.34 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
13:47:50 [2021-05-06T13:47:50.038Z] #20 25.35 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
13:47:50 [2021-05-06T13:47:50.038Z] #20 25.35 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
13:47:50 [2021-05-06T13:47:50.038Z] #20 25.37 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
13:47:50 [2021-05-06T13:47:50.038Z] #20 25.39 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
13:47:50 [2021-05-06T13:47:50.038Z] #20 25.39 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
13:47:50 [2021-05-06T13:47:50.038Z] #20 25.45 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
13:47:50 [2021-05-06T13:47:50.038Z] #20 25.46 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
13:47:50 [2021-05-06T13:47:50.038Z] #20 25.48 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
13:47:50 [2021-05-06T13:47:50.235Z] #36 30.53 Reading package lists...
13:47:50 [2021-05-06T13:47:50.235Z] #36 ...
13:47:50 [2021-05-06T13:47:50.235Z] 
13:47:50 [2021-05-06T13:47:50.235Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:47:50 [2021-05-06T13:47:50.235Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:47:50 [2021-05-06T13:47:50.235Z] #40 25.06 Checking out files:  89% (1512/1693)   
Checking out files:  90% (1524/1693)   
Checking out files:  91% (1541/1693)   
Checking out files:  92% (1558/1693)   
Checking out files:  93% (1575/1693)   
Checking out files:  94% (1592/1693)   
Checking out files:  95% (1609/1693)   
Checking out files:  96% (1626/1693)   
Checking out files:  97% (1643/1693)   
Checking out files:  98% (1660/1693)   
Checking out files:  99% (1677/1693)   
Checking out files: 100% (1693/1693)   
Checking out files: 100% (1693/1693), done.
13:47:50 [2021-05-06T13:47:50.235Z] #40 25.29 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
13:47:50 [2021-05-06T13:47:50.235Z] #40 27.46 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
13:47:50 [2021-05-06T13:47:50.297Z] #20 25.83 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
13:47:50 [2021-05-06T13:47:50.297Z] #20 ...
13:47:50 [2021-05-06T13:47:50.297Z] 
13:47:50 [2021-05-06T13:47:50.297Z] #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
13:47:50 [2021-05-06T13:47:50.297Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:47:50 [2021-05-06T13:47:50.297Z] #43 86.78   DEP      criu/bitmap.d
13:47:50 [2021-05-06T13:47:50.297Z] #43 86.84   DEP      criu/bfd.d
13:47:50 [2021-05-06T13:47:50.316Z] #13 7.823 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [280 kB]
13:47:50 [2021-05-06T13:47:50.316Z] #13 ...
13:47:50 [2021-05-06T13:47:50.316Z] 
13:47:50 [2021-05-06T13:47:50.316Z] #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
13:47:50 [2021-05-06T13:47:50.316Z] #58 sha256:d4612e56424fdc541ff024d2066e48f6a34d81baa48b8c33eea728dcde10ab8f
13:47:50 [2021-05-06T13:47:50.316Z] #58 4.068 + RM_GOPATH=0
13:47:50 [2021-05-06T13:47:50.316Z] #58 4.068 + TMP_GOPATH=
13:47:50 [2021-05-06T13:47:50.316Z] #58 4.068 + : /build
13:47:50 [2021-05-06T13:47:50.316Z] #58 4.068 + '[' -z '' ']'
13:47:50 [2021-05-06T13:47:50.316Z] #58 4.068 ++ mktemp -d
13:47:50 [2021-05-06T13:47:50.316Z] #58 4.068 + export GOPATH=/tmp/tmp.XEazSYK175
13:47:50 [2021-05-06T13:47:50.316Z] #58 4.068 + GOPATH=/tmp/tmp.XEazSYK175
13:47:50 [2021-05-06T13:47:50.316Z] #58 4.068 + RM_GOPATH=1
13:47:50 [2021-05-06T13:47:50.316Z] #58 4.068 + case "$(go env GOARCH)" in
13:47:50 [2021-05-06T13:47:50.316Z] #58 4.068 ++ go env GOARCH
13:47:50 [2021-05-06T13:47:50.316Z] #58 4.081 + export GO_BUILDMODE=-buildmode=pie
13:47:50 [2021-05-06T13:47:50.316Z] #58 4.081 + GO_BUILDMODE=-buildmode=pie
13:47:50 [2021-05-06T13:47:50.317Z] #58 4.085 ++ dirname /tmp/install/install.sh
13:47:50 [2021-05-06T13:47:50.317Z] #58 4.097 + dir=/tmp/install
13:47:50 [2021-05-06T13:47:50.317Z] #58 4.097 + bin=rootlesskit
13:47:50 [2021-05-06T13:47:50.317Z] #58 4.097 + shift
13:47:50 [2021-05-06T13:47:50.317Z] #58 4.097 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
13:47:50 [2021-05-06T13:47:50.317Z] #58 4.097 + . /tmp/install/rootlesskit.installer
13:47:50 [2021-05-06T13:47:50.317Z] #58 4.097 ++ : 4cd567642273d369adaadcbadca00880552c1778
13:47:50 [2021-05-06T13:47:50.317Z] #58 4.097 + install_rootlesskit
13:47:50 [2021-05-06T13:47:50.317Z] #58 4.097 + case "$1" in
13:47:50 [2021-05-06T13:47:50.317Z] #58 4.097 + export CGO_ENABLED=0
13:47:50 [2021-05-06T13:47:50.317Z] #58 4.097 + CGO_ENABLED=0
13:47:50 [2021-05-06T13:47:50.317Z] #58 4.097 + _install_rootlesskit
13:47:50 [2021-05-06T13:47:50.317Z] #58 4.097 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
13:47:50 [2021-05-06T13:47:50.317Z] #58 4.097 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.XEazSYK175/src/github.com/rootless-containers/rootlesskit
13:47:50 [2021-05-06T13:47:50.317Z] #58 4.097 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
13:47:50 [2021-05-06T13:47:50.317Z] #58 4.107 Cloning into '/tmp/tmp.XEazSYK175/src/github.com/rootless-containers/rootlesskit'...
13:47:50 [2021-05-06T13:47:50.317Z] #58 6.748 + cd /tmp/tmp.XEazSYK175/src/github.com/rootless-containers/rootlesskit
13:47:50 [2021-05-06T13:47:50.317Z] #58 6.749 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
13:47:50 [2021-05-06T13:47:50.317Z] #58 6.784 + export GO111MODULE=on
13:47:50 [2021-05-06T13:47:50.317Z] #58 6.792 + GO111MODULE=on
13:47:50 [2021-05-06T13:47:50.317Z] #58 6.792 + export GOPROXY=https://proxy.golang.org
13:47:50 [2021-05-06T13:47:50.317Z] #58 6.793 + GOPROXY=https://proxy.golang.org
13:47:50 [2021-05-06T13:47:50.317Z] #58 6.793 + for f in rootlesskit rootlesskit-docker-proxy
13:47:50 [2021-05-06T13:47:50.317Z] #58 6.793 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
13:47:50 [2021-05-06T13:47:50.317Z] #58 9.198 go: downloading github.com/pkg/errors v0.9.1
13:47:50 [2021-05-06T13:47:50.317Z] #58 9.200 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:47:50 [2021-05-06T13:47:50.317Z] #58 9.204 go: downloading github.com/sirupsen/logrus v1.8.1
13:47:50 [2021-05-06T13:47:50.317Z] #58 9.271 go: downloading github.com/urfave/cli/v2 v2.3.0
13:47:50 [2021-05-06T13:47:50.317Z] #58 9.280 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:47:50 [2021-05-06T13:47:50.317Z] #58 9.304 go: downloading github.com/gorilla/mux v1.8.0
13:47:50 [2021-05-06T13:47:50.317Z] #58 9.812 go: extracting github.com/pkg/errors v0.9.1
13:47:50 [2021-05-06T13:47:50.317Z] #58 9.814 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:47:50 [2021-05-06T13:47:50.317Z] #58 9.956 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:47:50 [2021-05-06T13:47:50.556Z] #43 86.92   DEP      criu/autofs.d
13:47:50 [2021-05-06T13:47:50.556Z] #43 87.05   DEP      criu/aio.d
13:47:50 [2021-05-06T13:47:50.556Z] #43 87.19   DEP      criu/action-scripts.d
13:47:50 [2021-05-06T13:47:50.633Z] #58 10.04 go: downloading github.com/gofrs/flock v0.8.0
13:47:50 [2021-05-06T13:47:50.633Z] #58 ...
13:47:50 [2021-05-06T13:47:50.633Z] 
13:47:50 [2021-05-06T13:47:50.633Z] #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
13:47:50 [2021-05-06T13:47:50.633Z] #49 sha256:96758323359f10fc8c1b99bd86656b2cf00c2e937a436c92fabcd87986069191
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.519 + RM_GOPATH=0
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.519 + TMP_GOPATH=
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.519 + : /build
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.519 + '[' -z '' ']'
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.519 ++ mktemp -d
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.519 + export GOPATH=/tmp/tmp.Cj0xvrF7ao
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.519 + GOPATH=/tmp/tmp.Cj0xvrF7ao
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.519 + RM_GOPATH=1
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.519 + case "$(go env GOARCH)" in
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.522 ++ go env GOARCH
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.584 + export GO_BUILDMODE=-buildmode=pie
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.584 + GO_BUILDMODE=-buildmode=pie
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.584 ++ dirname /tmp/install/install.sh
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.598 + dir=/tmp/install
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.598 + bin=golangci_lint
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.598 + shift
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.598 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.598 + . /tmp/install/golangci_lint.installer
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.598 ++ : v1.23.8
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.598 + install_golangci_lint
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.598 + set -e
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.598 + export GO111MODULE=on
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.598 + GO111MODULE=on
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.598 + GOBIN=/build
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.598 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.632 go: finding github.com v1.23.8
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.639 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.639 go: finding github.com/golangci/golangci-lint v1.23.8
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.639 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
13:47:50 [2021-05-06T13:47:50.633Z] #49 4.639 go: finding github.com/golangci v1.23.8
13:47:50 [2021-05-06T13:47:50.633Z] #49 5.559 go: downloading github.com/golangci/golangci-lint v1.23.8
13:47:50 [2021-05-06T13:47:50.633Z] #49 6.179 go: extracting github.com/golangci/golangci-lint v1.23.8
13:47:50 [2021-05-06T13:47:50.633Z] #49 ...
13:47:50 [2021-05-06T13:47:50.633Z] 
13:47:50 [2021-05-06T13:47:50.633Z] #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
13:47:50 [2021-05-06T13:47:50.633Z] #45 sha256:44145e1ef27722c389069fdd75c7ecfd2c7927ed02d8ac0ecae9719f2996f0b0
13:47:50 [2021-05-06T13:47:50.633Z] #45 4.381 + RM_GOPATH=0
13:47:50 [2021-05-06T13:47:50.633Z] #45 4.381 + TMP_GOPATH=
13:47:50 [2021-05-06T13:47:50.633Z] #45 4.381 + : /build
13:47:50 [2021-05-06T13:47:50.633Z] #45 4.381 + '[' -z '' ']'
13:47:50 [2021-05-06T13:47:50.633Z] #45 4.381 ++ mktemp -d
13:47:50 [2021-05-06T13:47:50.633Z] #45 4.381 + export GOPATH=/tmp/tmp.s8N4Q1nqnZ
13:47:50 [2021-05-06T13:47:50.633Z] #45 4.381 + GOPATH=/tmp/tmp.s8N4Q1nqnZ
13:47:50 [2021-05-06T13:47:50.633Z] #45 4.381 + RM_GOPATH=1
13:47:50 [2021-05-06T13:47:50.633Z] #45 4.381 + case "$(go env GOARCH)" in
13:47:50 [2021-05-06T13:47:50.633Z] #45 4.381 ++ go env GOARCH
13:47:50 [2021-05-06T13:47:50.633Z] #45 4.398 + export GO_BUILDMODE=-buildmode=pie
13:47:50 [2021-05-06T13:47:50.633Z] #45 4.398 + GO_BUILDMODE=-buildmode=pie
13:47:50 [2021-05-06T13:47:50.633Z] #45 4.400 ++ dirname /tmp/install/install.sh
13:47:50 [2021-05-06T13:47:50.633Z] #45 4.406 + dir=/tmp/install
13:47:50 [2021-05-06T13:47:50.633Z] #45 4.406 + bin=vndr
13:47:50 [2021-05-06T13:47:50.633Z] #45 4.406 + shift
13:47:50 [2021-05-06T13:47:50.633Z] #45 4.406 + '[' '!' -f /tmp/install/vndr.installer ']'
13:47:50 [2021-05-06T13:47:50.633Z] #45 4.406 + . /tmp/install/vndr.installer
13:47:50 [2021-05-06T13:47:50.633Z] #45 4.406 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
13:47:50 [2021-05-06T13:47:50.633Z] #45 4.406 + install_vndr
13:47:50 [2021-05-06T13:47:50.633Z] #45 4.406 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
13:47:50 [2021-05-06T13:47:50.633Z] #45 4.406 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.s8N4Q1nqnZ/src/github.com/LK4D4/vndr
13:47:50 [2021-05-06T13:47:50.633Z] #45 4.408 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
13:47:50 [2021-05-06T13:47:50.633Z] #45 4.414 Cloning into '/tmp/tmp.s8N4Q1nqnZ/src/github.com/LK4D4/vndr'...
13:47:50 [2021-05-06T13:47:50.633Z] #45 5.011 + cd /tmp/tmp.s8N4Q1nqnZ/src/github.com/LK4D4/vndr
13:47:50 [2021-05-06T13:47:50.633Z] #45 5.013 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
13:47:50 [2021-05-06T13:47:50.633Z] #45 5.037 + go build -buildmode=pie -v -o /build/vndr .
13:47:50 [2021-05-06T13:47:50.633Z] #45 6.282 internal/race
13:47:50 [2021-05-06T13:47:50.633Z] #45 6.285 runtime/internal/sys
13:47:50 [2021-05-06T13:47:50.633Z] #45 6.297 internal/cpu
13:47:50 [2021-05-06T13:47:50.633Z] #45 6.304 runtime/internal/atomic
13:47:50 [2021-05-06T13:47:50.633Z] #45 6.571 sync/atomic
13:47:50 [2021-05-06T13:47:50.633Z] #45 6.619 runtime/internal/math
13:47:50 [2021-05-06T13:47:50.633Z] #45 6.901 internal/bytealg
13:47:50 [2021-05-06T13:47:50.633Z] #45 6.967 unicode
13:47:50 [2021-05-06T13:47:50.633Z] #45 7.029 unicode/utf8
13:47:50 [2021-05-06T13:47:50.633Z] #45 7.055 math/bits
13:47:50 [2021-05-06T13:47:50.633Z] #45 7.622 internal/testlog
13:47:50 [2021-05-06T13:47:50.633Z] #45 8.071 encoding
13:47:50 [2021-05-06T13:47:50.633Z] #45 8.171 runtime
13:47:50 [2021-05-06T13:47:50.633Z] #45 8.284 math
13:47:50 [2021-05-06T13:47:50.633Z] #45 8.670 unicode/utf16
13:47:50 [2021-05-06T13:47:50.633Z] #45 9.176 container/list
13:47:50 [2021-05-06T13:47:50.633Z] #45 9.935 crypto/internal/subtle
13:47:50 [2021-05-06T13:47:50.633Z] #45 10.09 crypto/subtle
13:47:50 [2021-05-06T13:47:50.895Z] #45 ...
13:47:50 [2021-05-06T13:47:50.895Z] 
13:47:50 [2021-05-06T13:47:50.895Z] #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
13:47:50 [2021-05-06T13:47:50.895Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926
13:47:50 [2021-05-06T13:47:50.895Z] #40 5.004 + git clone https://github.com/docker/distribution.git .
13:47:50 [2021-05-06T13:47:50.895Z] #40 5.009 Cloning into '.'...
13:47:50 [2021-05-06T13:47:50.895Z] #40 ...
13:47:50 [2021-05-06T13:47:50.895Z] 
13:47:50 [2021-05-06T13:47:50.895Z] #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
13:47:50 [2021-05-06T13:47:50.895Z] #51 sha256:d6416493b538ea935a5f4e3f4a2c140ef3440091b9a105543423332c2333fa04
13:47:50 [2021-05-06T13:47:50.895Z] #51 5.319 + RM_GOPATH=0
13:47:50 [2021-05-06T13:47:50.895Z] #51 5.319 + TMP_GOPATH=
13:47:50 [2021-05-06T13:47:50.895Z] #51 5.319 + : /build
13:47:50 [2021-05-06T13:47:50.895Z] #51 5.319 + '[' -z '' ']'
13:47:50 [2021-05-06T13:47:50.895Z] #51 5.324 ++ mktemp -d
13:47:50 [2021-05-06T13:47:50.895Z] #51 5.325 + export GOPATH=/tmp/tmp.mNtE3K0tXq
13:47:50 [2021-05-06T13:47:50.895Z] #51 5.325 + GOPATH=/tmp/tmp.mNtE3K0tXq
13:47:50 [2021-05-06T13:47:50.895Z] #51 5.325 + RM_GOPATH=1
13:47:50 [2021-05-06T13:47:50.895Z] #51 5.326 + case "$(go env GOARCH)" in
13:47:50 [2021-05-06T13:47:50.895Z] #51 5.332 ++ go env GOARCH
13:47:50 [2021-05-06T13:47:50.895Z] #51 5.342 + export GO_BUILDMODE=-buildmode=pie
13:47:50 [2021-05-06T13:47:50.895Z] #51 5.342 + GO_BUILDMODE=-buildmode=pie
13:47:50 [2021-05-06T13:47:50.895Z] #51 5.359 ++ dirname /tmp/install/install.sh
13:47:50 [2021-05-06T13:47:50.895Z] #51 5.366 + dir=/tmp/install
13:47:50 [2021-05-06T13:47:50.895Z] #51 5.367 + bin=shfmt
13:47:50 [2021-05-06T13:47:50.895Z] #51 5.367 + shift
13:47:50 [2021-05-06T13:47:50.895Z] #51 5.367 + '[' '!' -f /tmp/install/shfmt.installer ']'
13:47:50 [2021-05-06T13:47:50.895Z] #51 5.368 + . /tmp/install/shfmt.installer
13:47:50 [2021-05-06T13:47:50.895Z] #51 5.368 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
13:47:50 [2021-05-06T13:47:50.895Z] #51 5.369 + install_shfmt
13:47:50 [2021-05-06T13:47:50.895Z] #51 5.369 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
13:47:50 [2021-05-06T13:47:50.895Z] #51 5.369 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
13:47:50 [2021-05-06T13:47:50.895Z] #51 5.370 + git clone https://github.com/mvdan/sh.git /tmp/tmp.mNtE3K0tXq/src/github.com/mvdan/sh
13:47:50 [2021-05-06T13:47:50.895Z] #51 5.377 Cloning into '/tmp/tmp.mNtE3K0tXq/src/github.com/mvdan/sh'...
13:47:51 [2021-05-06T13:47:51.125Z] #43 87.67   CC       criu/action-scripts.o
13:47:51 [2021-05-06T13:47:51.156Z] #51 ...
13:47:51 [2021-05-06T13:47:51.156Z] 
13:47:51 [2021-05-06T13:47:51.156Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:47:51 [2021-05-06T13:47:51.156Z] #67 sha256:4b5b480d16fa94e384f05c3e28d3b7d5c0288b3781d471664b93cac3590e2782
13:47:51 [2021-05-06T13:47:51.156Z] #67 4.999 + RM_GOPATH=0
13:47:51 [2021-05-06T13:47:51.156Z] #67 4.999 + TMP_GOPATH=
13:47:51 [2021-05-06T13:47:51.156Z] #67 4.999 + : /build
13:47:51 [2021-05-06T13:47:51.156Z] #67 4.999 + '[' -z '' ']'
13:47:51 [2021-05-06T13:47:51.156Z] #67 4.999 ++ mktemp -d
13:47:51 [2021-05-06T13:47:51.156Z] #67 5.006 + export GOPATH=/tmp/tmp.cfczjhUPBx
13:47:51 [2021-05-06T13:47:51.156Z] #67 5.006 + GOPATH=/tmp/tmp.cfczjhUPBx
13:47:51 [2021-05-06T13:47:51.156Z] #67 5.006 + RM_GOPATH=1
13:47:51 [2021-05-06T13:47:51.156Z] #67 5.006 + case "$(go env GOARCH)" in
13:47:51 [2021-05-06T13:47:51.156Z] #67 5.007 ++ go env GOARCH
13:47:51 [2021-05-06T13:47:51.156Z] #67 5.024 + export GO_BUILDMODE=-buildmode=pie
13:47:51 [2021-05-06T13:47:51.156Z] #67 5.024 + GO_BUILDMODE=-buildmode=pie
13:47:51 [2021-05-06T13:47:51.156Z] #67 5.024 ++ dirname /tmp/install/install.sh
13:47:51 [2021-05-06T13:47:51.156Z] #67 5.030 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46
13:47:51 [2021-05-06T13:47:51.156Z] #67 5.030 + dir=/tmp/install
13:47:51 [2021-05-06T13:47:51.156Z] #67 5.030 + bin=proxy
13:47:51 [2021-05-06T13:47:51.156Z] #67 5.030 + shift
13:47:51 [2021-05-06T13:47:51.156Z] #67 5.030 + '[' '!' -f /tmp/install/proxy.installer ']'
13:47:51 [2021-05-06T13:47:51.156Z] #67 5.030 + . /tmp/install/proxy.installer
13:47:51 [2021-05-06T13:47:51.156Z] #67 5.030 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46
13:47:51 [2021-05-06T13:47:51.156Z] #67 5.030 + install_proxy
13:47:51 [2021-05-06T13:47:51.156Z] #67 5.030 + case "$1" in
13:47:51 [2021-05-06T13:47:51.156Z] #67 5.030 + export CGO_ENABLED=0
13:47:51 [2021-05-06T13:47:51.156Z] #67 5.030 + CGO_ENABLED=0
13:47:51 [2021-05-06T13:47:51.156Z] #67 5.030 + _install_proxy
13:47:51 [2021-05-06T13:47:51.156Z] #67 5.030 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46'
13:47:51 [2021-05-06T13:47:51.156Z] #67 5.030 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.cfczjhUPBx/src/github.com/docker/libnetwork
13:47:51 [2021-05-06T13:47:51.156Z] #67 5.030 Cloning into '/tmp/tmp.cfczjhUPBx/src/github.com/docker/libnetwork'...
13:47:51 [2021-05-06T13:47:51.156Z] #67 ...
13:47:51 [2021-05-06T13:47:51.156Z] 
13:47:51 [2021-05-06T13:47:51.156Z] #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
13:47:51 [2021-05-06T13:47:51.156Z] #24 sha256:2e5d3f4f3ff7e467120f66103e84dd64b72d9c52747c723d54ce95db74ee02a2
13:47:51 [2021-05-06T13:47:51.156Z] #24 4.864 + RM_GOPATH=0
13:47:51 [2021-05-06T13:47:51.156Z] #24 4.864 + TMP_GOPATH=
13:47:51 [2021-05-06T13:47:51.156Z] #24 4.864 + : /build
13:47:51 [2021-05-06T13:47:51.156Z] #24 4.864 + '[' -z '' ']'
13:47:51 [2021-05-06T13:47:51.156Z] #24 4.868 ++ mktemp -d
13:47:51 [2021-05-06T13:47:51.156Z] #24 4.868 + export GOPATH=/tmp/tmp.xmD6SaLMiP
13:47:51 [2021-05-06T13:47:51.156Z] #24 4.868 + GOPATH=/tmp/tmp.xmD6SaLMiP
13:47:51 [2021-05-06T13:47:51.156Z] #24 4.868 + RM_GOPATH=1
13:47:51 [2021-05-06T13:47:51.156Z] #24 4.868 + case "$(go env GOARCH)" in
13:47:51 [2021-05-06T13:47:51.156Z] #24 4.895 ++ go env GOARCH
13:47:51 [2021-05-06T13:47:51.156Z] #24 4.898 + export GO_BUILDMODE=-buildmode=pie
13:47:51 [2021-05-06T13:47:51.156Z] #24 4.898 + GO_BUILDMODE=-buildmode=pie
13:47:51 [2021-05-06T13:47:51.156Z] #24 4.904 ++ dirname /tmp/install/install.sh
13:47:51 [2021-05-06T13:47:51.156Z] #24 4.904 + dir=/tmp/install
13:47:51 [2021-05-06T13:47:51.156Z] #24 4.904 + bin=dockercli
13:47:51 [2021-05-06T13:47:51.156Z] #24 4.904 + shift
13:47:51 [2021-05-06T13:47:51.156Z] #24 4.904 + '[' '!' -f /tmp/install/dockercli.installer ']'
13:47:51 [2021-05-06T13:47:51.156Z] #24 4.904 + . /tmp/install/dockercli.installer
13:47:51 [2021-05-06T13:47:51.156Z] #24 4.904 ++ : stable
13:47:51 [2021-05-06T13:47:51.156Z] #24 4.904 ++ : 17.06.2-ce
13:47:51 [2021-05-06T13:47:51.156Z] #24 4.904 + install_dockercli
13:47:51 [2021-05-06T13:47:51.157Z] #24 4.904 + echo 'Install docker/cli version 17.06.2-ce from stable'
13:47:51 [2021-05-06T13:47:51.157Z] #24 4.905 ++ uname -m
13:47:51 [2021-05-06T13:47:51.157Z] #24 4.906 Install docker/cli version 17.06.2-ce from stable
13:47:51 [2021-05-06T13:47:51.157Z] #24 4.907 + arch=aarch64
13:47:51 [2021-05-06T13:47:51.157Z] #24 4.907 + '[' aarch64 '!=' x86_64 ']'
13:47:51 [2021-05-06T13:47:51.157Z] #24 4.907 + '[' aarch64 '!=' s390x ']'
13:47:51 [2021-05-06T13:47:51.157Z] #24 4.911 + '[' aarch64 '!=' armhf ']'
13:47:51 [2021-05-06T13:47:51.157Z] #24 4.911 + build_dockercli
13:47:51 [2021-05-06T13:47:51.157Z] #24 4.911 + git clone https://github.com/docker/docker-ce /tmp/tmp.xmD6SaLMiP/tmp/docker-ce
13:47:51 [2021-05-06T13:47:51.157Z] #24 4.915 Cloning into '/tmp/tmp.xmD6SaLMiP/tmp/docker-ce'...
13:47:51 [2021-05-06T13:47:51.521Z] #24 ...
13:47:51 [2021-05-06T13:47:51.521Z] 
13:47:51 [2021-05-06T13:47:51.521Z] #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
13:47:51 [2021-05-06T13:47:51.521Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805
13:47:51 [2021-05-06T13:47:51.521Z] #32 4.542 + git clone https://github.com/kolyshkin/go-swagger.git .
13:47:51 [2021-05-06T13:47:51.521Z] #32 4.545 Cloning into '.'...
13:47:51 [2021-05-06T13:47:51.521Z] #32 ...
13:47:51 [2021-05-06T13:47:51.521Z] 
13:47:51 [2021-05-06T13:47:51.521Z] #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
13:47:51 [2021-05-06T13:47:51.521Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
13:47:51 [2021-05-06T13:47:51.521Z] #42 5.663 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:47:51 [2021-05-06T13:47:51.521Z] #42 5.706 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:47:51 [2021-05-06T13:47:51.521Z] #42 5.706 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:47:51 [2021-05-06T13:47:51.521Z] #42 6.570 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
13:47:51 [2021-05-06T13:47:51.521Z] #42 8.052 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [280 kB]
13:47:51 [2021-05-06T13:47:51.521Z] #42 9.881 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB]
13:47:51 [2021-05-06T13:47:51.521Z] #42 ...
13:47:51 [2021-05-06T13:47:51.521Z] 
13:47:51 [2021-05-06T13:47:51.521Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
13:47:51 [2021-05-06T13:47:51.521Z] #34 sha256:bb0bdcee298cfe15146376f59a948893f4ecc719ee8551e79f5b61a125e7ba06
13:47:51 [2021-05-06T13:47:51.521Z] #34 3.911 Install go-toml version v1.8.1
13:47:51 [2021-05-06T13:47:51.521Z] #34 3.946 go: finding github.com v1.8.1
13:47:51 [2021-05-06T13:47:51.521Z] #34 3.952 go: finding github.com/pelletier/go-toml v1.8.1
13:47:51 [2021-05-06T13:47:51.521Z] #34 3.952 go: finding github.com/pelletier v1.8.1
13:47:51 [2021-05-06T13:47:51.521Z] #34 3.952 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1
13:47:51 [2021-05-06T13:47:51.521Z] #34 3.952 go: finding github.com/pelletier/go-toml/cmd v1.8.1
13:47:51 [2021-05-06T13:47:51.521Z] #34 4.801 go: downloading github.com/pelletier/go-toml v1.8.1
13:47:51 [2021-05-06T13:47:51.521Z] #34 5.329 go: extracting github.com/pelletier/go-toml v1.8.1
13:47:51 [2021-05-06T13:47:51.521Z] #34 7.128 github.com/pelletier/go-toml
13:47:51 [2021-05-06T13:47:51.601Z] #40 ...
13:47:51 [2021-05-06T13:47:51.601Z] 
13:47:51 [2021-05-06T13:47:51.601Z] #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
13:47:51 [2021-05-06T13:47:51.601Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:47:51 [2021-05-06T13:47:51.601Z] #42 25.13 Fetched 8441 kB in 17s (490 kB/s)
13:47:51 [2021-05-06T13:47:51.601Z] #42 25.13 Reading package lists...
13:47:51 [2021-05-06T13:47:51.601Z] #42 31.92 Reading package lists...
13:47:51 [2021-05-06T13:47:51.601Z] #42 ...
13:47:51 [2021-05-06T13:47:51.601Z] 
13:47:51 [2021-05-06T13:47:51.601Z] #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
13:47:51 [2021-05-06T13:47:51.601Z] #45 sha256:3aa4c770ceb36e28df1fd45c9d3650059aa078cf20331b33e6326aea6064c9e3
13:47:51 [2021-05-06T13:47:51.601Z] #45 29.49 vendor/golang.org/x/crypto/internal/subtle
13:47:51 [2021-05-06T13:47:51.601Z] #45 29.55 vendor/golang.org/x/crypto/curve25519
13:47:51 [2021-05-06T13:47:51.601Z] #45 ...
13:47:51 [2021-05-06T13:47:51.602Z] 
13:47:51 [2021-05-06T13:47:51.602Z] #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
13:47:51 [2021-05-06T13:47:51.602Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:47:51 [2021-05-06T13:47:51.602Z] #55 25.42 Fetched 8441 kB in 18s (473 kB/s)
13:47:51 [2021-05-06T13:47:51.602Z] #55 25.42 Reading package lists...
13:47:51 [2021-05-06T13:47:51.693Z] #43 88.28   CC       criu/aio.o
13:47:52 [2021-05-06T13:47:52.015Z] #34 ...
13:47:52 [2021-05-06T13:47:52.015Z] 
13:47:52 [2021-05-06T13:47:52.015Z] #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
13:47:52 [2021-05-06T13:47:52.015Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
13:47:52 [2021-05-06T13:47:52.015Z] #55 5.143 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:47:52 [2021-05-06T13:47:52.015Z] #55 5.168 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:47:52 [2021-05-06T13:47:52.015Z] #55 5.168 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:47:52 [2021-05-06T13:47:52.015Z] #55 6.258 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
13:47:52 [2021-05-06T13:47:52.015Z] #55 7.726 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [280 kB]
13:47:52 [2021-05-06T13:47:52.015Z] #55 9.171 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB]
13:47:52 [2021-05-06T13:47:52.261Z] #43 88.77   CC       criu/autofs.o
13:47:52 [2021-05-06T13:47:52.277Z] #55 ...
13:47:52 [2021-05-06T13:47:52.277Z] 
13:47:52 [2021-05-06T13:47:52.278Z] #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
13:47:52 [2021-05-06T13:47:52.278Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
13:47:52 [2021-05-06T13:47:52.278Z] #36 5.592 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:47:52 [2021-05-06T13:47:52.278Z] #36 5.621 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:47:52 [2021-05-06T13:47:52.278Z] #36 5.621 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:47:52 [2021-05-06T13:47:52.278Z] #36 6.690 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
13:47:52 [2021-05-06T13:47:52.278Z] #36 8.481 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [280 kB]
13:47:52 [2021-05-06T13:47:52.278Z] #36 9.418 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB]
13:47:52 [2021-05-06T13:47:52.278Z] #36 ...
13:47:52 [2021-05-06T13:47:52.278Z] 
13:47:52 [2021-05-06T13:47:52.278Z] #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
13:47:52 [2021-05-06T13:47:52.278Z] #58 sha256:d4612e56424fdc541ff024d2066e48f6a34d81baa48b8c33eea728dcde10ab8f
13:47:52 [2021-05-06T13:47:52.278Z] #58 10.23 go: extracting github.com/sirupsen/logrus v1.8.1
13:47:52 [2021-05-06T13:47:52.278Z] #58 10.54 go: downloading github.com/moby/vpnkit v0.5.0
13:47:52 [2021-05-06T13:47:52.278Z] #58 10.57 go: extracting github.com/gorilla/mux v1.8.0
13:47:52 [2021-05-06T13:47:52.278Z] #58 10.65 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:47:52 [2021-05-06T13:47:52.278Z] #58 10.66 go: extracting github.com/gofrs/flock v0.8.0
13:47:52 [2021-05-06T13:47:52.278Z] #58 10.78 go: downloading github.com/google/uuid v1.2.0
13:47:52 [2021-05-06T13:47:52.278Z] #58 10.80 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:47:52 [2021-05-06T13:47:52.278Z] #58 10.84 go: extracting github.com/moby/sys/mountinfo v0.4.1
13:47:52 [2021-05-06T13:47:52.278Z] #58 11.47 go: extracting github.com/google/uuid v1.2.0
13:47:52 [2021-05-06T13:47:52.522Z] #13 10.20 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
13:47:52 [2021-05-06T13:47:52.522Z] #13 ...
13:47:52 [2021-05-06T13:47:52.522Z] 
13:47:52 [2021-05-06T13:47:52.522Z] #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
13:47:52 [2021-05-06T13:47:52.522Z] #47 sha256:81b0e40c088b145af19a0420781276ba032270d1b65a30201ff8c4732358f6b6
13:47:52 [2021-05-06T13:47:52.522Z] #47 11.01 go: downloading github.com/fatih/color v1.9.0
13:47:52 [2021-05-06T13:47:52.522Z] #47 11.02 go: downloading github.com/jonboulle/clockwork v0.1.0
13:47:52 [2021-05-06T13:47:52.522Z] #47 11.04 go: downloading github.com/pkg/errors v0.9.1
13:47:52 [2021-05-06T13:47:52.522Z] #47 11.04 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:47:52 [2021-05-06T13:47:52.522Z] #47 11.13 go: extracting github.com/fatih/color v1.9.0
13:47:52 [2021-05-06T13:47:52.522Z] #47 11.32 go: extracting github.com/pkg/errors v0.9.1
13:47:52 [2021-05-06T13:47:52.522Z] #47 11.42 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:47:52 [2021-05-06T13:47:52.522Z] #47 11.47 go: downloading github.com/mattn/go-isatty v0.0.12
13:47:52 [2021-05-06T13:47:52.522Z] #47 11.47 go: downloading github.com/spf13/pflag v1.0.3
13:47:52 [2021-05-06T13:47:52.522Z] #47 11.47 go: downloading github.com/mattn/go-colorable v0.1.6
13:47:52 [2021-05-06T13:47:52.522Z] #47 11.65 go: extracting github.com/jonboulle/clockwork v0.1.0
13:47:52 [2021-05-06T13:47:52.522Z] #47 11.83 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:47:52 [2021-05-06T13:47:52.522Z] #47 12.20 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:47:52 [2021-05-06T13:47:52.522Z] #47 12.32 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:47:52 [2021-05-06T13:47:52.522Z] #47 12.32 go: extracting github.com/mattn/go-colorable v0.1.6
13:47:52 [2021-05-06T13:47:52.522Z] #47 12.38 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:47:52 [2021-05-06T13:47:52.522Z] #47 12.50 go: extracting github.com/spf13/pflag v1.0.3
13:47:52 [2021-05-06T13:47:52.522Z] #47 12.50 go: extracting github.com/mattn/go-isatty v0.0.12
13:47:52 [2021-05-06T13:47:52.522Z] #47 12.57 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:47:52 [2021-05-06T13:47:52.522Z] #47 16.19 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:47:52 [2021-05-06T13:47:52.522Z] #47 16.38 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:47:52 [2021-05-06T13:47:52.541Z] #58 12.14 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:47:52 [2021-05-06T13:47:52.541Z] #58 12.22 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:47:52 [2021-05-06T13:47:52.811Z] #58 12.32 go: downloading github.com/u-root/u-root v7.0.0+incompatible
13:47:52 [2021-05-06T13:47:52.811Z] #58 12.36 go: extracting github.com/moby/vpnkit v0.5.0
13:47:52 [2021-05-06T13:47:52.969Z] #55 32.38 Reading package lists...
13:47:52 [2021-05-06T13:47:52.969Z] #55 ...
13:47:52 [2021-05-06T13:47:52.969Z] 
13:47:52 [2021-05-06T13:47:52.969Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:47:52 [2021-05-06T13:47:52.969Z] #49 sha256:50f452a4526b90d99c3c1d85019b8126b4341148ed495bef32cc449150828294
13:47:52 [2021-05-06T13:47:52.969Z] #49 36.61 go: extracting golang.org/x/text v0.3.2
13:47:53 [2021-05-06T13:47:53.082Z] #58 ...
13:47:53 [2021-05-06T13:47:53.082Z] 
13:47:53 [2021-05-06T13:47:53.082Z] #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
13:47:53 [2021-05-06T13:47:53.082Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92
13:47:53 [2021-05-06T13:47:53.082Z] #27 16.38 Updating certificates in /etc/ssl/certs...
13:47:53 [2021-05-06T13:47:53.082Z] #27 19.75 137 added, 0 removed; done.
13:47:53 [2021-05-06T13:47:53.082Z] #27 19.96 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ...
13:47:53 [2021-05-06T13:47:53.082Z] #27 19.99 Setting up jq (1.5+dfsg-2+b1) ...
13:47:53 [2021-05-06T13:47:53.082Z] #27 20.02 Setting up libcurl4:arm64 (7.64.0-4+deb10u2) ...
13:47:53 [2021-05-06T13:47:53.082Z] #27 20.06 Setting up curl (7.64.0-4+deb10u2) ...
13:47:53 [2021-05-06T13:47:53.082Z] #27 20.12 Processing triggers for libc-bin (2.28-10) ...
13:47:53 [2021-05-06T13:47:53.082Z] #27 20.27 Processing triggers for ca-certificates (20200601~deb10u2) ...
13:47:53 [2021-05-06T13:47:53.082Z] #27 20.39 Updating certificates in /etc/ssl/certs...
13:47:53 [2021-05-06T13:47:53.082Z] #27 24.63 0 added, 0 removed; done.
13:47:53 [2021-05-06T13:47:53.082Z] #27 24.63 Running hooks in /etc/ca-certificates/update.d...
13:47:53 [2021-05-06T13:47:53.082Z] #27 24.65 done.
13:47:53 [2021-05-06T13:47:53.082Z] #27 DONE 26.3s
13:47:53 [2021-05-06T13:47:53.082Z] 
13:47:53 [2021-05-06T13:47:53.082Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
13:47:53 [2021-05-06T13:47:53.082Z] #28 sha256:f285d248fa21ffe6336f632202fae82fac8503bb4bf15656bd4ade1408c0cbff
13:47:53 [2021-05-06T13:47:53.082Z] #28 DONE 0.2s
13:47:53 [2021-05-06T13:47:53.082Z] 
13:47:53 [2021-05-06T13:47:53.082Z] #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
13:47:53 [2021-05-06T13:47:53.082Z] #51 sha256:d6416493b538ea935a5f4e3f4a2c140ef3440091b9a105543423332c2333fa04
13:47:53 [2021-05-06T13:47:53.082Z] #51 12.61 + cd /tmp/tmp.mNtE3K0tXq/src/github.com/mvdan/sh
13:47:53 [2021-05-06T13:47:53.082Z] #51 12.61 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
13:47:53 [2021-05-06T13:47:53.357Z] #51 12.79 + GO111MODULE=on
13:47:53 [2021-05-06T13:47:53.357Z] #51 12.79 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
13:47:53 [2021-05-06T13:47:53.640Z] #43 90.16   CC       criu/bfd.o
13:47:54 [2021-05-06T13:47:54.209Z] #43 90.71   CC       criu/bitmap.o
13:47:54 [2021-05-06T13:47:54.452Z] #47 18.62 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:47:54 [2021-05-06T13:47:54.452Z] #47 ...
13:47:54 [2021-05-06T13:47:54.452Z] 
13:47:54 [2021-05-06T13:47:54.452Z] #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
13:47:54 [2021-05-06T13:47:54.452Z] #58 sha256:f6ebefd7a0cfba51c241b0a70410df26885424db59a6b7c609d7e4aa3b0c7386
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.888 + RM_GOPATH=0
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.888 + TMP_GOPATH=
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.888 + : /build
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.888 + '[' -z '' ']'
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.888 ++ mktemp -d
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.897 + export GOPATH=/tmp/tmp.DWwK7OW1i3
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.897 + GOPATH=/tmp/tmp.DWwK7OW1i3
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.897 + RM_GOPATH=1
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.897 + case "$(go env GOARCH)" in
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.897 ++ go env GOARCH
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.930 + export GO_BUILDMODE=-buildmode=pie
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.930 + GO_BUILDMODE=-buildmode=pie
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.930 ++ dirname /tmp/install/install.sh
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.948 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.951 + dir=/tmp/install
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.951 + bin=rootlesskit
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.951 + shift
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.951 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.951 + . /tmp/install/rootlesskit.installer
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.951 ++ : 4cd567642273d369adaadcbadca00880552c1778
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.951 + install_rootlesskit
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.951 + case "$1" in
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.951 + export CGO_ENABLED=0
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.951 + CGO_ENABLED=0
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.951 + _install_rootlesskit
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.951 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.951 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.DWwK7OW1i3/src/github.com/rootless-containers/rootlesskit
13:47:54 [2021-05-06T13:47:54.452Z] #58 8.951 Cloning into '/tmp/tmp.DWwK7OW1i3/src/github.com/rootless-containers/rootlesskit'...
13:47:54 [2021-05-06T13:47:54.452Z] #58 16.24 + cd /tmp/tmp.DWwK7OW1i3/src/github.com/rootless-containers/rootlesskit
13:47:54 [2021-05-06T13:47:54.452Z] #58 16.24 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
13:47:54 [2021-05-06T13:47:54.452Z] #58 16.32 + export GO111MODULE=on
13:47:54 [2021-05-06T13:47:54.452Z] #58 16.32 + GO111MODULE=on
13:47:54 [2021-05-06T13:47:54.452Z] #58 16.32 + export GOPROXY=https://proxy.golang.org
13:47:54 [2021-05-06T13:47:54.452Z] #58 16.32 + GOPROXY=https://proxy.golang.org
13:47:54 [2021-05-06T13:47:54.452Z] #58 16.32 + for f in rootlesskit rootlesskit-docker-proxy
13:47:54 [2021-05-06T13:47:54.452Z] #58 16.32 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
13:47:54 [2021-05-06T13:47:54.452Z] #58 18.97 go: downloading github.com/gofrs/flock v0.8.0
13:47:54 [2021-05-06T13:47:54.452Z] #58 18.98 go: downloading github.com/gorilla/mux v1.8.0
13:47:54 [2021-05-06T13:47:54.452Z] #58 19.05 go: downloading github.com/sirupsen/logrus v1.8.1
13:47:54 [2021-05-06T13:47:54.452Z] #58 19.05 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:47:54 [2021-05-06T13:47:54.452Z] #58 ...
13:47:54 [2021-05-06T13:47:54.452Z] 
13:47:54 [2021-05-06T13:47:54.452Z] #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
13:47:54 [2021-05-06T13:47:54.452Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
13:47:54 [2021-05-06T13:47:54.452Z] #32 8.675 + git clone https://github.com/kolyshkin/go-swagger.git .
13:47:54 [2021-05-06T13:47:54.452Z] #32 8.679 Cloning into '.'...
13:47:54 [2021-05-06T13:47:54.468Z] #43 90.86   CC       criu/cgroup-props.o
13:47:54 [2021-05-06T13:47:54.717Z] #32 ...
13:47:54 [2021-05-06T13:47:54.717Z] 
13:47:54 [2021-05-06T13:47:54.717Z] #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
13:47:54 [2021-05-06T13:47:54.717Z] #45 sha256:22cfca3a0b4c3e4e5ef538e0315c7e1331d173e069c46336ca9c501feaa5efbb
13:47:54 [2021-05-06T13:47:54.717Z] #45 11.55 runtime/internal/math
13:47:54 [2021-05-06T13:47:54.717Z] #45 11.80 internal/race
13:47:54 [2021-05-06T13:47:54.717Z] #45 11.85 internal/bytealg
13:47:54 [2021-05-06T13:47:54.717Z] #45 12.04 sync/atomic
13:47:54 [2021-05-06T13:47:54.717Z] #45 12.77 unicode
13:47:54 [2021-05-06T13:47:54.717Z] #45 13.19 runtime
13:47:54 [2021-05-06T13:47:54.717Z] #45 18.10 unicode/utf8
13:47:54 [2021-05-06T13:47:54.717Z] #45 18.97 math/bits
13:47:55 [2021-05-06T13:47:55.037Z] #43 91.60   CC       criu/cgroup.o
13:47:55 [2021-05-06T13:47:55.285Z] #51 14.57 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:47:55 [2021-05-06T13:47:55.285Z] #51 14.63 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:47:55 [2021-05-06T13:47:55.285Z] #51 14.69 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:47:55 [2021-05-06T13:47:55.285Z] #51 14.88 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:47:55 [2021-05-06T13:47:55.285Z] #51 14.93 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:47:55 [2021-05-06T13:47:55.288Z] #45 ...
13:47:55 [2021-05-06T13:47:55.288Z] 
13:47:55 [2021-05-06T13:47:55.288Z] #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
13:47:55 [2021-05-06T13:47:55.288Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:47:55 [2021-05-06T13:47:55.288Z] #40 9.205 + git clone https://github.com/docker/distribution.git .
13:47:55 [2021-05-06T13:47:55.288Z] #40 9.210 Cloning into '.'...
13:47:55 [2021-05-06T13:47:55.288Z] #40 ...
13:47:55 [2021-05-06T13:47:55.288Z] 
13:47:55 [2021-05-06T13:47:55.288Z] #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
13:47:55 [2021-05-06T13:47:55.288Z] #58 sha256:f6ebefd7a0cfba51c241b0a70410df26885424db59a6b7c609d7e4aa3b0c7386
13:47:55 [2021-05-06T13:47:55.288Z] #58 19.63 go: downloading github.com/moby/vpnkit v0.5.0
13:47:55 [2021-05-06T13:47:55.288Z] #58 19.72 go: downloading github.com/pkg/errors v0.9.1
13:47:55 [2021-05-06T13:47:55.288Z] #58 19.84 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:47:55 [2021-05-06T13:47:55.288Z] #58 19.85 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:47:55 [2021-05-06T13:47:55.906Z] #58 20.13 go: downloading github.com/google/uuid v1.2.0
13:47:55 [2021-05-06T13:47:55.906Z] #58 20.14 go: extracting github.com/gofrs/flock v0.8.0
13:47:55 [2021-05-06T13:47:55.906Z] #58 20.15 go: downloading github.com/urfave/cli/v2 v2.3.0
13:47:55 [2021-05-06T13:47:55.906Z] #58 20.34 go: extracting github.com/pkg/errors v0.9.1
13:47:55 [2021-05-06T13:47:55.906Z] #58 20.35 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:47:56 [2021-05-06T13:47:56.168Z] #58 20.65 go: extracting github.com/gorilla/mux v1.8.0
13:47:56 [2021-05-06T13:47:56.168Z] #58 20.67 go: extracting github.com/sirupsen/logrus v1.8.1
13:47:56 [2021-05-06T13:47:56.168Z] #58 ...
13:47:56 [2021-05-06T13:47:56.168Z] 
13:47:56 [2021-05-06T13:47:56.168Z] #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
13:47:56 [2021-05-06T13:47:56.168Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:47:56 [2021-05-06T13:47:56.168Z] #42 10.63 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:47:56 [2021-05-06T13:47:56.168Z] #42 10.73 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:47:56 [2021-05-06T13:47:56.168Z] #42 10.73 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:47:56 [2021-05-06T13:47:56.168Z] #42 12.56 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:47:56 [2021-05-06T13:47:56.168Z] #42 15.46 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
13:47:56 [2021-05-06T13:47:56.168Z] #42 18.63 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
13:47:56 [2021-05-06T13:47:56.238Z] #51 ...
13:47:56 [2021-05-06T13:47:56.238Z] 
13:47:56 [2021-05-06T13:47:56.238Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
13:47:56 [2021-05-06T13:47:56.238Z] #34 sha256:bb0bdcee298cfe15146376f59a948893f4ecc719ee8551e79f5b61a125e7ba06
13:47:56 [2021-05-06T13:47:56.238Z] #34 12.13 github.com/pelletier/go-toml/cmd/tomll
13:47:56 [2021-05-06T13:47:56.238Z] #34 DONE 15.6s
13:47:56 [2021-05-06T13:47:56.238Z] 
13:47:56 [2021-05-06T13:47:56.238Z] #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
13:47:56 [2021-05-06T13:47:56.238Z] #51 sha256:d6416493b538ea935a5f4e3f4a2c140ef3440091b9a105543423332c2333fa04
13:47:56 [2021-05-06T13:47:56.238Z] #51 15.69 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:47:56 [2021-05-06T13:47:56.417Z] #43 ...
13:47:56 [2021-05-06T13:47:56.417Z] 
13:47:56 [2021-05-06T13:47:56.417Z] #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
13:47:56 [2021-05-06T13:47:56.417Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:47:56 [2021-05-06T13:47:56.417Z] #20 25.89 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
13:47:56 [2021-05-06T13:47:56.417Z] #20 25.97 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
13:47:56 [2021-05-06T13:47:56.417Z] #20 27.19 debconf: delaying package configuration, since apt-utils is not installed
13:47:56 [2021-05-06T13:47:56.417Z] #20 27.29 Fetched 28.5 MB in 2s (14.8 MB/s)
13:47:56 [2021-05-06T13:47:56.417Z] #20 27.33 Selecting previously unselected package pigz.
13:47:56 [2021-05-06T13:47:56.417Z] #20 27.33 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23435 files and directories currently installed.)
13:47:56 [2021-05-06T13:47:56.417Z] #20 27.37 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
13:47:56 [2021-05-06T13:47:56.417Z] #20 27.39 Unpacking pigz (2.4-1) ...
13:47:56 [2021-05-06T13:47:56.417Z] #20 27.46 Selecting previously unselected package libpython3.7-minimal:amd64.
13:47:56 [2021-05-06T13:47:56.417Z] #20 27.46 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
13:47:56 [2021-05-06T13:47:56.417Z] #20 27.47 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
13:47:56 [2021-05-06T13:47:56.417Z] #20 27.87 Selecting previously unselected package python3.7-minimal.
13:47:56 [2021-05-06T13:47:56.417Z] #20 27.88 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
13:47:56 [2021-05-06T13:47:56.417Z] #20 27.89 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
13:47:56 [2021-05-06T13:47:56.417Z] #20 28.73 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
13:47:56 [2021-05-06T13:47:56.417Z] #20 28.76 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
13:47:56 [2021-05-06T13:47:56.417Z] #20 30.66 Selecting previously unselected package python3-minimal.
13:47:56 [2021-05-06T13:47:56.417Z] #20 30.66 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23684 files and directories currently installed.)
13:47:56 [2021-05-06T13:47:56.417Z] #20 30.72 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
13:47:56 [2021-05-06T13:47:56.417Z] #20 30.72 Unpacking python3-minimal (3.7.3-1) ...
13:47:56 [2021-05-06T13:47:56.417Z] #20 30.80 Selecting previously unselected package libmpdec2:amd64.
13:47:56 [2021-05-06T13:47:56.417Z] #20 30.81 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
13:47:56 [2021-05-06T13:47:56.417Z] #20 30.82 Unpacking libmpdec2:amd64 (2.4.2-2) ...
13:47:56 [2021-05-06T13:47:56.417Z] #20 30.91 Selecting previously unselected package libpython3.7-stdlib:amd64.
13:47:56 [2021-05-06T13:47:56.417Z] #20 30.91 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
13:47:56 [2021-05-06T13:47:56.417Z] #20 30.92 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
13:47:56 [2021-05-06T13:47:56.417Z] #20 31.86 Selecting previously unselected package python3.7.
13:47:56 [2021-05-06T13:47:56.417Z] #20 31.87 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
13:47:56 [2021-05-06T13:47:56.417Z] #20 31.87 Unpacking python3.7 (3.7.3-2+deb10u3) ...
13:47:56 [2021-05-06T13:47:56.417Z] #20 31.98 Selecting previously unselected package libpython3-stdlib:amd64.
13:47:56 [2021-05-06T13:47:56.417Z] #20 31.98 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
13:47:56 [2021-05-06T13:47:56.417Z] #20 31.99 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
13:47:56 [2021-05-06T13:47:56.430Z] #42 ...
13:47:56 [2021-05-06T13:47:56.430Z] 
13:47:56 [2021-05-06T13:47:56.430Z] #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
13:47:56 [2021-05-06T13:47:56.430Z] #49 sha256:eee18e8ee20abc633bee40a4eea97e188166e8c88dfc91b95eace27a44d2b3e1
13:47:56 [2021-05-06T13:47:56.430Z] #49 10.79 go: extracting github.com/golangci/golangci-lint v1.23.8
13:47:56 [2021-05-06T13:47:56.430Z] #49 ...
13:47:56 [2021-05-06T13:47:56.430Z] 
13:47:56 [2021-05-06T13:47:56.430Z] #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
13:47:56 [2021-05-06T13:47:56.430Z] #58 sha256:f6ebefd7a0cfba51c241b0a70410df26885424db59a6b7c609d7e4aa3b0c7386
13:47:56 [2021-05-06T13:47:56.430Z] #58 20.85 go: extracting github.com/google/uuid v1.2.0
13:47:56 [2021-05-06T13:47:56.676Z] #20 32.11 Setting up python3-minimal (3.7.3-1) ...
13:47:56 [2021-05-06T13:47:56.691Z] #58 21.33 go: extracting github.com/moby/sys/mountinfo v0.4.1
13:47:56 [2021-05-06T13:47:56.954Z] #58 21.47 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:47:57 [2021-05-06T13:47:57.147Z] #49 ...
13:47:57 [2021-05-06T13:47:57.147Z] 
13:47:57 [2021-05-06T13:47:57.147Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:47:57 [2021-05-06T13:47:57.147Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:47:57 [2021-05-06T13:47:57.147Z] #13 25.99 Fetched 8955 kB in 19s (474 kB/s)
13:47:57 [2021-05-06T13:47:57.147Z] #13 25.99 Reading package lists...
13:47:57 [2021-05-06T13:47:57.147Z] #13 33.35 Reading package lists...
13:47:57 [2021-05-06T13:47:57.147Z] #13 ...
13:47:57 [2021-05-06T13:47:57.147Z] 
13:47:57 [2021-05-06T13:47:57.147Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:47:57 [2021-05-06T13:47:57.147Z] #45 sha256:3aa4c770ceb36e28df1fd45c9d3650059aa078cf20331b33e6326aea6064c9e3
13:47:57 [2021-05-06T13:47:57.147Z] #45 40.22 internal/reflectlite
13:47:57 [2021-05-06T13:47:57.147Z] #45 40.24 sync
13:47:57 [2021-05-06T13:47:57.200Z] #51 16.81 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:47:57 [2021-05-06T13:47:57.505Z] #20 32.97 Selecting previously unselected package python3.
13:47:57 [2021-05-06T13:47:57.505Z] #20 32.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 ... 24096 files and directories currently installed.)
13:47:57 [2021-05-06T13:47:57.505Z] #20 33.02 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
13:47:57 [2021-05-06T13:47:57.505Z] #20 33.04 Unpacking python3 (3.7.3-1) ...
13:47:57 [2021-05-06T13:47:57.505Z] #20 33.15 Selecting previously unselected package libip4tc0:amd64.
13:47:57 [2021-05-06T13:47:57.505Z] #20 33.15 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
13:47:57 [2021-05-06T13:47:57.505Z] #20 33.15 Unpacking libip4tc0:amd64 (1.8.2-4) ...
13:47:57 [2021-05-06T13:47:57.505Z] #20 ...
13:47:57 [2021-05-06T13:47:57.505Z] 
13:47:57 [2021-05-06T13:47:57.505Z] #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
13:47:57 [2021-05-06T13:47:57.505Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:47:57 [2021-05-06T13:47:57.505Z] #43 94.17   CC       criu/clone-noasan.o
13:47:57 [2021-05-06T13:47:57.765Z] #43 94.37   CC       criu/config.o
13:47:57 [2021-05-06T13:47:57.897Z] #58 ...
13:47:57 [2021-05-06T13:47:57.897Z] 
13:47:57 [2021-05-06T13:47:57.897Z] #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
13:47:57 [2021-05-06T13:47:57.897Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:47:57 [2021-05-06T13:47:57.897Z] #55 12.45 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:47:57 [2021-05-06T13:47:57.897Z] #55 15.35 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
13:47:57 [2021-05-06T13:47:57.897Z] #55 18.28 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
13:47:58 [2021-05-06T13:47:58.083Z] #45 41.59 github.com/LK4D4/vndr/godl/singleflight
13:47:58 [2021-05-06T13:47:58.151Z] #51 17.58 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:47:58 [2021-05-06T13:47:58.151Z] #51 ...
13:47:58 [2021-05-06T13:47:58.151Z] 
13:47:58 [2021-05-06T13:47:58.151Z] #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
13:47:58 [2021-05-06T13:47:58.151Z] #47 sha256:2c5ca54b4e4b04ca07546f7bd76364e85fce3493daed5c689460e3d8f7a465ec
13:47:58 [2021-05-06T13:47:58.151Z] #47 7.802 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:47:58 [2021-05-06T13:47:58.151Z] #47 8.377 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:47:58 [2021-05-06T13:47:58.151Z] #47 9.140 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:47:58 [2021-05-06T13:47:58.151Z] #47 15.13 go: finding github.com/fatih/color v1.9.0
13:47:58 [2021-05-06T13:47:58.151Z] #47 15.15 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:47:58 [2021-05-06T13:47:58.151Z] #47 15.25 go: finding github.com/pkg/errors v0.9.1
13:47:58 [2021-05-06T13:47:58.151Z] #47 15.39 go: finding github.com/mattn/go-colorable v0.1.6
13:47:58 [2021-05-06T13:47:58.151Z] #47 15.42 go: finding github.com/mattn/go-isatty v0.0.12
13:47:58 [2021-05-06T13:47:58.151Z] #47 15.71 go: finding github.com/spf13/pflag v1.0.3
13:47:58 [2021-05-06T13:47:58.151Z] #47 15.75 go: finding github.com/jonboulle/clockwork v0.1.0
13:47:58 [2021-05-06T13:47:58.151Z] #47 15.80 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:47:58 [2021-05-06T13:47:58.151Z] #47 15.81 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:47:58 [2021-05-06T13:47:58.151Z] #47 15.89 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:47:58 [2021-05-06T13:47:58.151Z] #47 15.90 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:47:58 [2021-05-06T13:47:58.158Z] #55 ...
13:47:58 [2021-05-06T13:47:58.158Z] 
13:47:58 [2021-05-06T13:47:58.158Z] #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
13:47:58 [2021-05-06T13:47:58.158Z] #49 sha256:eee18e8ee20abc633bee40a4eea97e188166e8c88dfc91b95eace27a44d2b3e1
13:47:58 [2021-05-06T13:47:58.158Z] #49 21.91 go: downloading github.com/pkg/errors v0.8.1
13:47:58 [2021-05-06T13:47:58.158Z] #49 21.94 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:47:58 [2021-05-06T13:47:58.158Z] #49 21.96 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:47:58 [2021-05-06T13:47:58.158Z] #49 22.07 go: downloading github.com/stretchr/testify v1.4.0
13:47:58 [2021-05-06T13:47:58.158Z] #49 22.11 go: downloading github.com/go-critic/go-critic v0.4.1
13:47:58 [2021-05-06T13:47:58.158Z] #49 22.14 go: downloading github.com/spf13/cobra v0.0.5
13:47:58 [2021-05-06T13:47:58.158Z] #49 22.15 go: downloading github.com/sirupsen/logrus v1.4.2
13:47:58 [2021-05-06T13:47:58.158Z] #49 22.31 go: downloading github.com/mattn/go-colorable v0.1.4
13:47:58 [2021-05-06T13:47:58.158Z] #49 22.42 go: extracting github.com/pkg/errors v0.8.1
13:47:58 [2021-05-06T13:47:58.158Z] #49 22.42 go: downloading github.com/go-lintpack/lintpack v0.5.2
13:47:58 [2021-05-06T13:47:58.158Z] #49 22.49 go: extracting github.com/mitchellh/go-homedir v1.1.0
13:47:58 [2021-05-06T13:47:58.158Z] #49 22.55 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:47:58 [2021-05-06T13:47:58.158Z] #49 22.64 go: downloading github.com/spf13/pflag v1.0.5
13:47:58 [2021-05-06T13:47:58.340Z] #45 41.98 math/rand
13:47:58 [2021-05-06T13:47:58.340Z] #45 ...
13:47:58 [2021-05-06T13:47:58.340Z] 
13:47:58 [2021-05-06T13:47:58.340Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:47:58 [2021-05-06T13:47:58.340Z] #67 sha256:f710dca46096b575227fc0574a51a15966366b0612dae4f9a0e80246a1f4b368
13:47:58 [2021-05-06T13:47:58.340Z] #67 DONE 42.1s
13:47:58 [2021-05-06T13:47:58.414Z] #47 ...
13:47:58 [2021-05-06T13:47:58.414Z] 
13:47:58 [2021-05-06T13:47:58.414Z] #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
13:47:58 [2021-05-06T13:47:58.414Z] #29 sha256:c878212333acddfcbbe011b2b5201f31d0ffae1f0a81a4178543a584c7eb908c
13:47:58 [2021-05-06T13:47:58.414Z] #29 2.475 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
13:47:58 [2021-05-06T13:47:58.414Z] #29 2.871 
13:47:58 [2021-05-06T13:47:58.414Z] #29 3.172 
                                                                           0.1%
####                                                                       6.2%
######                                                                     9.7%
########                                                                  11.7%
###########                                                               16.3%
##############                                                            19.7%
#################                                                         24.3%
#####################                                                     29.4%
########################                                                  34.5%
###########################                                               38.5%
##############################                                            42.9%
#################################                                         46.1%
#####################################                                     51.9%
################################################                          67.4%
######################################################                    75.6%
########################################################                  78.9%
############################################################              83.5%
#################################################################         91.5%
#######################################################################   98.9%
######################################################################## 100.0%
13:47:58 [2021-05-06T13:47:58.597Z] 
13:47:58 [2021-05-06T13:47:58.597Z] #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
13:47:58 [2021-05-06T13:47:58.597Z] #49 sha256:50f452a4526b90d99c3c1d85019b8126b4341148ed495bef32cc449150828294
13:47:58 [2021-05-06T13:47:58.597Z] #49 41.23 go: finding github.com/fatih/color v1.7.0
13:47:58 [2021-05-06T13:47:58.597Z] #49 41.29 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:47:58 [2021-05-06T13:47:58.597Z] #49 41.34 go: finding github.com/mattn/go-colorable v0.1.4
13:47:58 [2021-05-06T13:47:58.597Z] #49 41.36 go: finding github.com/mattn/go-isatty v0.0.8
13:47:58 [2021-05-06T13:47:58.597Z] #49 41.41 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:47:58 [2021-05-06T13:47:58.597Z] #49 41.49 go: finding github.com/go-critic/go-critic v0.4.1
13:47:58 [2021-05-06T13:47:58.597Z] #49 41.51 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:47:58 [2021-05-06T13:47:58.597Z] #49 41.52 go: finding github.com/go-lintpack/lintpack v0.5.2
13:47:58 [2021-05-06T13:47:58.597Z] #49 41.55 go: finding github.com/pkg/errors v0.8.1
13:47:58 [2021-05-06T13:47:58.597Z] #49 41.61 go: finding github.com/go-toolsmith/astfmt v1.0.0
13:47:58 [2021-05-06T13:47:58.597Z] #49 41.61 go: finding github.com/go-toolsmith/astequal v1.0.0
13:47:58 [2021-05-06T13:47:58.597Z] #49 41.62 go: finding github.com/sirupsen/logrus v1.4.2
13:47:58 [2021-05-06T13:47:58.597Z] #49 41.65 go: finding github.com/stretchr/testify v1.4.0
13:47:58 [2021-05-06T13:47:58.597Z] #49 41.66 go: finding github.com/mitchellh/go-homedir v1.1.0
13:47:58 [2021-05-06T13:47:58.597Z] #49 41.67 go: finding github.com/go-toolsmith/astp v1.0.0
13:47:58 [2021-05-06T13:47:58.597Z] #49 41.67 go: finding github.com/davecgh/go-spew v1.1.1
13:47:58 [2021-05-06T13:47:58.597Z] #49 41.68 go: finding github.com/go-toolsmith/astcast v1.0.0
13:47:58 [2021-05-06T13:47:58.597Z] #49 41.71 go: finding github.com/pmezard/go-difflib v1.0.0
13:47:58 [2021-05-06T13:47:58.597Z] #49 41.71 go: finding github.com/go-toolsmith/typep v1.0.0
13:47:58 [2021-05-06T13:47:58.597Z] #49 41.72 go: finding github.com/spf13/viper v1.6.1
13:47:58 [2021-05-06T13:47:58.597Z] #49 41.74 go: finding github.com/stretchr/objx v0.2.0
13:47:58 [2021-05-06T13:47:58.597Z] #49 41.74 go: finding github.com/go-toolsmith/astcopy v1.0.0
13:47:58 [2021-05-06T13:47:58.597Z] #49 41.87 go: finding github.com/go-toolsmith/strparse v1.0.0
13:47:58 [2021-05-06T13:47:58.597Z] #49 41.95 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
13:47:58 [2021-05-06T13:47:58.597Z] #49 41.96 go: finding gopkg.in/yaml.v2 v2.2.7
13:47:58 [2021-05-06T13:47:58.597Z] #49 42.03 go: finding github.com/fsnotify/fsnotify v1.4.7
13:47:58 [2021-05-06T13:47:58.597Z] #49 42.03 go: finding github.com/spf13/cobra v0.0.5
13:47:58 [2021-05-06T13:47:58.597Z] #49 42.17 go: finding github.com/bombsimon/wsl/v2 v2.0.0
13:47:58 [2021-05-06T13:47:58.597Z] #49 42.19 go: finding github.com/gobwas/glob v0.2.3
13:47:58 [2021-05-06T13:47:58.597Z] #49 42.19 go: finding github.com/hashicorp/hcl v1.0.0
13:47:58 [2021-05-06T13:47:58.597Z] #49 42.22 go: finding github.com/spf13/pflag v1.0.5
13:47:58 [2021-05-06T13:47:58.597Z] #49 42.24 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:47:58 [2021-05-06T13:47:58.597Z] #49 42.30 go: finding github.com/magiconair/properties v1.8.1
13:47:58 [2021-05-06T13:47:58.597Z] #49 42.30 go: finding github.com/mitchellh/mapstructure v1.1.2
13:47:58 [2021-05-06T13:47:58.597Z] #49 42.34 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:47:58 [2021-05-06T13:47:58.597Z] #49 42.36 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:47:58 [2021-05-06T13:47:58.597Z] #49 42.42 go: finding github.com/spf13/afero v1.1.2
13:47:58 [2021-05-06T13:47:58.597Z] #49 42.42 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:47:58 [2021-05-06T13:47:58.597Z] #49 42.42 go: finding github.com/pelletier/go-toml v1.2.0
13:47:58 [2021-05-06T13:47:58.685Z] #29 5.529 
13:47:58 [2021-05-06T13:47:58.731Z] #49 23.23 go: downloading github.com/fatih/color v1.7.0
13:47:58 [2021-05-06T13:47:58.854Z] #49 42.45 go: finding github.com/spf13/cast v1.3.0
13:47:58 [2021-05-06T13:47:58.854Z] #49 42.48 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:47:58 [2021-05-06T13:47:58.854Z] #49 42.53 go: finding github.com/spf13/jwalterweatherman v1.0.0
13:47:58 [2021-05-06T13:47:58.854Z] #49 42.56 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:47:58 [2021-05-06T13:47:58.854Z] #49 42.56 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:47:58 [2021-05-06T13:47:58.855Z] #49 42.60 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:47:58 [2021-05-06T13:47:58.855Z] #49 42.60 go: finding github.com/subosito/gotenv v1.2.0
13:47:58 [2021-05-06T13:47:58.855Z] #49 42.68 go: finding golang.org/x/text v0.3.2
13:47:58 [2021-05-06T13:47:58.992Z] #49 23.46 go: extracting github.com/go-critic/go-critic v0.4.1
13:47:58 [2021-05-06T13:47:58.992Z] #49 23.61 go: extracting github.com/mattn/go-colorable v0.1.4
13:47:58 [2021-05-06T13:47:58.992Z] #49 23.65 go: extracting github.com/go-lintpack/lintpack v0.5.2
13:47:59 [2021-05-06T13:47:59.111Z] #49 42.70 go: finding gopkg.in/ini.v1 v1.51.0
13:47:59 [2021-05-06T13:47:59.111Z] #49 42.82 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:47:59 [2021-05-06T13:47:59.111Z] #49 42.86 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:47:59 [2021-05-06T13:47:59.111Z] #49 42.89 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:47:59 [2021-05-06T13:47:59.111Z] #49 42.91 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:47:59 [2021-05-06T13:47:59.212Z] #29 5.808 
                                                                           0.2%
#########################                                                 35.7%
################################################                          67.9%
######################################################################## 100.0%
13:47:59 [2021-05-06T13:47:59.253Z] #49 23.77 go: extracting github.com/fatih/color v1.7.0
13:47:59 [2021-05-06T13:47:59.396Z] #49 42.99 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:47:59 [2021-05-06T13:47:59.396Z] #49 42.99 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:47:59 [2021-05-06T13:47:59.396Z] #49 43.06 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:47:59 [2021-05-06T13:47:59.396Z] #49 43.06 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:47:59 [2021-05-06T13:47:59.396Z] #49 43.11 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:47:59 [2021-05-06T13:47:59.396Z] #49 43.13 go: finding github.com/kisielk/gotool v1.0.0
13:47:59 [2021-05-06T13:47:59.396Z] #49 43.13 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:47:59 [2021-05-06T13:47:59.396Z] #49 43.13 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:47:59 [2021-05-06T13:47:59.396Z] #49 43.21 go: finding github.com/sourcegraph/go-diff v0.5.1
13:47:59 [2021-05-06T13:47:59.396Z] #49 43.21 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:47:59 [2021-05-06T13:47:59.396Z] #49 43.21 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:47:59 [2021-05-06T13:47:59.475Z] #29 6.391 
13:47:59 [2021-05-06T13:47:59.515Z] #49 23.94 go: downloading github.com/mattn/go-isatty v0.0.8
13:47:59 [2021-05-06T13:47:59.515Z] #49 ...
13:47:59 [2021-05-06T13:47:59.515Z] 
13:47:59 [2021-05-06T13:47:59.515Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:47:59 [2021-05-06T13:47:59.515Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:47:59 [2021-05-06T13:47:59.515Z] #36 13.94 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
13:47:59 [2021-05-06T13:47:59.515Z] #36 16.90 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
13:47:59 [2021-05-06T13:47:59.653Z] #49 43.21 go: finding github.com/tommy-muehle/go-mnd v1.1.1
13:47:59 [2021-05-06T13:47:59.653Z] #49 43.24 go: finding github.com/ultraware/funlen v0.0.2
13:47:59 [2021-05-06T13:47:59.653Z] #49 43.25 go: finding github.com/ultraware/whitespace v0.0.4
13:47:59 [2021-05-06T13:47:59.653Z] #49 43.36 go: finding github.com/uudashr/gocognit v1.0.1
13:47:59 [2021-05-06T13:47:59.653Z] #49 43.36 go: finding github.com/gogo/protobuf v1.2.1
13:47:59 [2021-05-06T13:47:59.653Z] #49 43.36 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:47:59 [2021-05-06T13:47:59.674Z] #43 95.85   CC       criu/cr-check.o
13:47:59 [2021-05-06T13:47:59.776Z] #36 ...
13:47:59 [2021-05-06T13:47:59.776Z] 
13:47:59 [2021-05-06T13:47:59.776Z] #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
13:47:59 [2021-05-06T13:47:59.776Z] #24 sha256:b413dd532a86b773fdc3128400dd79bd5fc3276797ea5d6132179c2aa31b4420
13:47:59 [2021-05-06T13:47:59.776Z] #24 24.20 + mkdir -p /build
13:47:59 [2021-05-06T13:47:59.776Z] #24 24.20 + mv docker/docker /build/
13:47:59 [2021-05-06T13:47:59.776Z] #24 24.22 + rmdir docker
13:47:59 [2021-05-06T13:47:59.910Z] #49 43.61 go: finding honnef.co/go/tools v0.0.1-2019.2.3
13:47:59 [2021-05-06T13:47:59.910Z] #49 43.72 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:47:59 [2021-05-06T13:47:59.910Z] #49 43.72 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:47:59 [2021-05-06T13:47:59.910Z] #49 43.77 go: finding github.com/BurntSushi/toml v0.3.1
13:48:00 [2021-05-06T13:48:00.039Z] #24 DONE 24.4s
13:48:00 [2021-05-06T13:48:00.039Z] 
13:48:00 [2021-05-06T13:48:00.039Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:48:00 [2021-05-06T13:48:00.039Z] #45 sha256:22cfca3a0b4c3e4e5ef538e0315c7e1331d173e069c46336ca9c501feaa5efbb
13:48:00 [2021-05-06T13:48:00.039Z] #45 19.98 math
13:48:00 [2021-05-06T13:48:00.039Z] #45 ...
13:48:00 [2021-05-06T13:48:00.039Z] 
13:48:00 [2021-05-06T13:48:00.039Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
13:48:00 [2021-05-06T13:48:00.039Z] #34 sha256:bfd84bdc9bba00bcf19dba6d1d91a7b45d20606e8fcd59d411ded18a9906672b
13:48:00 [2021-05-06T13:48:00.039Z] #34 14.48 github.com/pelletier/go-toml
13:48:00 [2021-05-06T13:48:00.167Z] #49 43.82 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:48:00 [2021-05-06T13:48:00.271Z] #29 6.683 
                                                                           0.2%
############                                                              17.0%
#########################                                                 35.5%
###########################################                               60.0%
#####################################################                     74.7%
######################################################################## 100.0%
13:48:00 [2021-05-06T13:48:00.301Z] #34 ...
13:48:00 [2021-05-06T13:48:00.301Z] 
13:48:00 [2021-05-06T13:48:00.301Z] #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
13:48:00 [2021-05-06T13:48:00.301Z] #49 sha256:eee18e8ee20abc633bee40a4eea97e188166e8c88dfc91b95eace27a44d2b3e1
13:48:00 [2021-05-06T13:48:00.301Z] #49 24.14 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:48:00 [2021-05-06T13:48:00.301Z] #49 24.17 go: extracting github.com/spf13/cobra v0.0.5
13:48:00 [2021-05-06T13:48:00.301Z] #49 24.21 go: downloading github.com/spf13/viper v1.6.1
13:48:00 [2021-05-06T13:48:00.301Z] #49 24.26 go: extracting github.com/stretchr/testify v1.4.0
13:48:00 [2021-05-06T13:48:00.301Z] #49 24.34 go: extracting github.com/sirupsen/logrus v1.4.2
13:48:00 [2021-05-06T13:48:00.301Z] #49 24.74 go: extracting github.com/mattn/go-isatty v0.0.8
13:48:00 [2021-05-06T13:48:00.563Z] #49 25.00 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:48:00 [2021-05-06T13:48:00.563Z] #49 25.00 go: downloading github.com/go-toolsmith/astfmt v1.0.0
13:48:00 [2021-05-06T13:48:00.827Z] #49 25.33 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
13:48:00 [2021-05-06T13:48:00.847Z] #29 7.614 
13:48:00 [2021-05-06T13:48:00.847Z] #29 ...
13:48:00 [2021-05-06T13:48:00.847Z] 
13:48:00 [2021-05-06T13:48:00.847Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:48:00 [2021-05-06T13:48:00.847Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
13:48:00 [2021-05-06T13:48:00.847Z] #13 8.755 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB]
13:48:00 [2021-05-06T13:48:00.847Z] #13 16.19 Fetched 8773 kB in 12s (710 kB/s)
13:48:00 [2021-05-06T13:48:00.847Z] #13 16.19 Reading package lists...
13:48:00 [2021-05-06T13:48:00.847Z] #13 ...
13:48:00 [2021-05-06T13:48:00.847Z] 
13:48:00 [2021-05-06T13:48:00.847Z] #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
13:48:00 [2021-05-06T13:48:00.847Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926
13:48:00 [2021-05-06T13:48:00.847Z] #40 16.41 Checking out files:  82% (1402/1693)   
Checking out files:  83% (1406/1693)   
Checking out files:  84% (1423/1693)   
Checking out files:  85% (1440/1693)   
Checking out files:  86% (1456/1693)   
Checking out files:  87% (1473/1693)   
Checking out files:  88% (1490/1693)   
Checking out files:  89% (1507/1693)   
Checking out files:  90% (1524/1693)   
Checking out files:  91% (1541/1693)   
Checking out files:  92% (1558/1693)   
Checking out files:  93% (1575/1693)   
Checking out files:  94% (1592/1693)   
Checking out files:  95% (1609/1693)   
Checking out files:  96% (1626/1693)   
Checking out files:  97% (1643/1693)   
Checking out files:  98% (1660/1693)   
Checking out files:  99% (1677/1693)   
Checking out files: 100% (1693/1693)   
Checking out files: 100% (1693/1693), done.
13:48:00 [2021-05-06T13:48:00.847Z] #40 16.71 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
13:48:00 [2021-05-06T13:48:00.848Z] #40 18.57 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
13:48:01 [2021-05-06T13:48:01.053Z] #43 97.54   CC       criu/cr-dedup.o
13:48:01 [2021-05-06T13:48:01.090Z] #49 25.39 go: extracting github.com/spf13/viper v1.6.1
13:48:01 [2021-05-06T13:48:01.090Z] #49 25.40 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:48:01 [2021-05-06T13:48:01.090Z] #49 25.67 go: extracting github.com/spf13/pflag v1.0.5
13:48:01 [2021-05-06T13:48:01.098Z] #49 ...
13:48:01 [2021-05-06T13:48:01.098Z] 
13:48:01 [2021-05-06T13:48:01.099Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:48:01 [2021-05-06T13:48:01.099Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:48:01 [2021-05-06T13:48:01.099Z] #55 32.38 Reading package lists...
13:48:01 [2021-05-06T13:48:01.099Z] #55 38.82 Building dependency tree...
13:48:01 [2021-05-06T13:48:01.099Z] #55 41.91 The following additional packages will be installed:
13:48:01 [2021-05-06T13:48:01.099Z] #55 41.93   libbtrfs0
13:48:01 [2021-05-06T13:48:01.099Z] #55 42.17 The following NEW packages will be installed:
13:48:01 [2021-05-06T13:48:01.099Z] #55 42.19   libbtrfs-dev libbtrfs0
13:48:01 [2021-05-06T13:48:01.099Z] #55 42.60 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded.
13:48:01 [2021-05-06T13:48:01.099Z] #55 42.60 Need to get 119 kB of archives.
13:48:01 [2021-05-06T13:48:01.099Z] #55 42.60 After this operation, 387 kB of additional disk space will be used.
13:48:01 [2021-05-06T13:48:01.099Z] #55 42.60 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
13:48:01 [2021-05-06T13:48:01.099Z] #55 42.60 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
13:48:01 [2021-05-06T13:48:01.099Z] #55 43.64 debconf: delaying package configuration, since apt-utils is not installed
13:48:01 [2021-05-06T13:48:01.099Z] #55 43.82 Fetched 119 kB in 0s (417 kB/s)
13:48:01 [2021-05-06T13:48:01.099Z] #55 43.93 Selecting previously unselected package libbtrfs0.
13:48:01 [2021-05-06T13:48:01.099Z] #55 43.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.)
13:48:01 [2021-05-06T13:48:01.099Z] #55 44.00 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
13:48:01 [2021-05-06T13:48:01.099Z] #55 44.02 Unpacking libbtrfs0 (4.20.1-2) ...
13:48:01 [2021-05-06T13:48:01.099Z] #55 44.15 Selecting previously unselected package libbtrfs-dev.
13:48:01 [2021-05-06T13:48:01.099Z] #55 44.15 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
13:48:01 [2021-05-06T13:48:01.099Z] #55 44.15 Unpacking libbtrfs-dev (4.20.1-2) ...
13:48:01 [2021-05-06T13:48:01.099Z] #55 44.36 Setting up libbtrfs0 (4.20.1-2) ...
13:48:01 [2021-05-06T13:48:01.099Z] #55 44.44 Setting up libbtrfs-dev (4.20.1-2) ...
13:48:01 [2021-05-06T13:48:01.099Z] #55 44.45 Processing triggers for libc-bin (2.28-10) ...
13:48:01 [2021-05-06T13:48:01.099Z] #55 DONE 44.9s
13:48:01 [2021-05-06T13:48:01.111Z] #40 ...
13:48:01 [2021-05-06T13:48:01.111Z] 
13:48:01 [2021-05-06T13:48:01.111Z] #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
13:48:01 [2021-05-06T13:48:01.111Z] #45 sha256:44145e1ef27722c389069fdd75c7ecfd2c7927ed02d8ac0ecae9719f2996f0b0
13:48:01 [2021-05-06T13:48:01.111Z] #45 10.66 vendor/golang.org/x/crypto/cryptobyte/asn1
13:48:01 [2021-05-06T13:48:01.111Z] #45 10.99 internal/nettrace
13:48:01 [2021-05-06T13:48:01.111Z] #45 11.26 runtime/cgo
13:48:01 [2021-05-06T13:48:01.111Z] #45 13.04 vendor/golang.org/x/crypto/internal/subtle
13:48:01 [2021-05-06T13:48:01.111Z] #45 ...
13:48:01 [2021-05-06T13:48:01.111Z] 
13:48:01 [2021-05-06T13:48:01.111Z] #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
13:48:01 [2021-05-06T13:48:01.111Z] #29 sha256:c878212333acddfcbbe011b2b5201f31d0ffae1f0a81a4178543a584c7eb908c
13:48:01 [2021-05-06T13:48:01.353Z] #49 25.84 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
13:48:01 [2021-05-06T13:48:01.353Z] #49 25.90 go: extracting github.com/go-toolsmith/astfmt v1.0.0
13:48:01 [2021-05-06T13:48:01.353Z] #49 25.96 go: downloading github.com/stretchr/objx v0.2.0
13:48:01 [2021-05-06T13:48:01.355Z] 
13:48:01 [2021-05-06T13:48:01.355Z] #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
13:48:01 [2021-05-06T13:48:01.355Z] #56 sha256:fd9621f02a9de692404cc7a559240fbb1f8d5751bd429aae5918727ed7936cb8
13:48:01 [2021-05-06T13:48:01.615Z] #49 25.99 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:48:01 [2021-05-06T13:48:01.623Z] #43 97.99   CC       criu/cr-dump.o
13:48:02 [2021-05-06T13:48:02.600Z] #49 26.90 go: extracting github.com/stretchr/objx v0.2.0
13:48:03 [2021-05-06T13:48:03.003Z] #43 ...
13:48:03 [2021-05-06T13:48:03.003Z] 
13:48:03 [2021-05-06T13:48:03.003Z] #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
13:48:03 [2021-05-06T13:48:03.003Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:48:03 [2021-05-06T13:48:03.003Z] #20 33.26 Selecting previously unselected package libip6tc0:amd64.
13:48:03 [2021-05-06T13:48:03.003Z] #20 33.26 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 33.26 Unpacking libip6tc0:amd64 (1.8.2-4) ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 33.35 Selecting previously unselected package libiptc0:amd64.
13:48:03 [2021-05-06T13:48:03.003Z] #20 33.37 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 33.37 Unpacking libiptc0:amd64 (1.8.2-4) ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 33.49 Selecting previously unselected package libnfnetlink0:amd64.
13:48:03 [2021-05-06T13:48:03.003Z] #20 33.50 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 33.50 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 33.55 Selecting previously unselected package libnetfilter-conntrack3:amd64.
13:48:03 [2021-05-06T13:48:03.003Z] #20 33.55 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 33.56 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 33.61 Selecting previously unselected package libnftnl11:amd64.
13:48:03 [2021-05-06T13:48:03.003Z] #20 33.62 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 33.63 Unpacking libnftnl11:amd64 (1.1.2-2) ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 33.72 Selecting previously unselected package iptables.
13:48:03 [2021-05-06T13:48:03.003Z] #20 33.73 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 33.73 Unpacking iptables (1.8.2-4) ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 34.10 Selecting previously unselected package xxd.
13:48:03 [2021-05-06T13:48:03.003Z] #20 34.11 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 34.12 Unpacking xxd (2:8.1.0875-5) ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 34.25 Selecting previously unselected package vim-common.
13:48:03 [2021-05-06T13:48:03.003Z] #20 34.27 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 34.30 Unpacking vim-common (2:8.1.0875-5) ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 34.46 Selecting previously unselected package bash-completion.
13:48:03 [2021-05-06T13:48:03.003Z] #20 34.47 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 37.10 Unpacking bash-completion (1:2.8-6) ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 37.46 Selecting previously unselected package bzip2.
13:48:03 [2021-05-06T13:48:03.003Z] #20 37.48 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 37.49 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 37.61 Selecting previously unselected package xz-utils.
13:48:03 [2021-05-06T13:48:03.003Z] #20 37.61 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 37.62 Unpacking xz-utils (5.2.4-1) ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 37.76 Selecting previously unselected package apparmor.
13:48:03 [2021-05-06T13:48:03.003Z] #20 37.77 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 37.84 Unpacking apparmor (2.13.2-10) ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 38.15 Selecting previously unselected package aufs-tools.
13:48:03 [2021-05-06T13:48:03.003Z] #20 38.16 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 38.16 Unpacking aufs-tools (1:4.14+20190211-1) ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 38.25 Selecting previously unselected package libonig5:amd64.
13:48:03 [2021-05-06T13:48:03.003Z] #20 38.25 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 38.26 Unpacking libonig5:amd64 (6.9.1-1) ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 38.40 Selecting previously unselected package libjq1:amd64.
13:48:03 [2021-05-06T13:48:03.003Z] #20 38.41 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 38.42 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 38.52 Selecting previously unselected package jq.
13:48:03 [2021-05-06T13:48:03.003Z] #20 38.54 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 38.56 Unpacking jq (1.5+dfsg-2+b1) ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 38.62 Selecting previously unselected package libaio1:amd64.
13:48:03 [2021-05-06T13:48:03.003Z] #20 38.63 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 38.64 Unpacking libaio1:amd64 (0.3.112-3) ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 38.68 Selecting previously unselected package libgpm2:amd64.
13:48:03 [2021-05-06T13:48:03.003Z] #20 38.69 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 38.69 Unpacking libgpm2:amd64 (1.20.7-5) ...
13:48:03 [2021-05-06T13:48:03.003Z] #20 38.76 Selecting previously unselected package libicu63:amd64.
13:48:03 [2021-05-06T13:48:03.198Z] #49 27.56 go: downloading github.com/pmezard/go-difflib v1.0.0
13:48:03 [2021-05-06T13:48:03.198Z] #49 27.62 go: downloading github.com/davecgh/go-spew v1.1.1
13:48:03 [2021-05-06T13:48:03.251Z] #56 ...
13:48:03 [2021-05-06T13:48:03.251Z] 
13:48:03 [2021-05-06T13:48:03.251Z] #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
13:48:03 [2021-05-06T13:48:03.251Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:48:03 [2021-05-06T13:48:03.251Z] #36 30.53 Reading package lists...
13:48:03 [2021-05-06T13:48:03.251Z] #36 37.18 Building dependency tree...
13:48:03 [2021-05-06T13:48:03.251Z] #36 40.48 The following additional packages will be installed:
13:48:03 [2021-05-06T13:48:03.251Z] #36 40.48   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
13:48:03 [2021-05-06T13:48:03.251Z] #36 40.49 Suggested packages:
13:48:03 [2021-05-06T13:48:03.251Z] #36 40.50   cmake-doc ninja-build lrzip
13:48:03 [2021-05-06T13:48:03.251Z] #36 40.50 Recommended packages:
13:48:03 [2021-05-06T13:48:03.251Z] #36 40.50   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
13:48:03 [2021-05-06T13:48:03.251Z] #36 41.42 The following NEW packages will be installed:
13:48:03 [2021-05-06T13:48:03.251Z] #36 41.44   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
13:48:03 [2021-05-06T13:48:03.251Z] #36 41.44   vim-common xxd
13:48:03 [2021-05-06T13:48:03.251Z] #36 41.80 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded.
13:48:03 [2021-05-06T13:48:03.251Z] #36 41.80 Need to get 14.9 MB of archives.
13:48:03 [2021-05-06T13:48:03.251Z] #36 41.80 After this operation, 61.8 MB of additional disk space will be used.
13:48:03 [2021-05-06T13:48:03.251Z] #36 41.80 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
13:48:03 [2021-05-06T13:48:03.251Z] #36 41.80 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
13:48:03 [2021-05-06T13:48:03.251Z] #36 41.81 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
13:48:03 [2021-05-06T13:48:03.251Z] #36 41.95 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
13:48:03 [2021-05-06T13:48:03.251Z] #36 42.75 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
13:48:03 [2021-05-06T13:48:03.251Z] #36 42.82 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
13:48:03 [2021-05-06T13:48:03.251Z] #36 42.85 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
13:48:03 [2021-05-06T13:48:03.251Z] #36 42.86 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
13:48:03 [2021-05-06T13:48:03.251Z] #36 42.86 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
13:48:03 [2021-05-06T13:48:03.251Z] #36 42.88 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
13:48:03 [2021-05-06T13:48:03.251Z] #36 44.37 debconf: delaying package configuration, since apt-utils is not installed
13:48:03 [2021-05-06T13:48:03.251Z] #36 44.58 Fetched 14.9 MB in 2s (9021 kB/s)
13:48:03 [2021-05-06T13:48:03.251Z] #36 44.71 Selecting previously unselected package xxd.
13:48:03 [2021-05-06T13:48:03.251Z] #36 44.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.)
13:48:03 [2021-05-06T13:48:03.251Z] #36 44.77 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.251Z] #36 44.77 Unpacking xxd (2:8.1.0875-5) ...
13:48:03 [2021-05-06T13:48:03.251Z] #36 45.01 Selecting previously unselected package vim-common.
13:48:03 [2021-05-06T13:48:03.251Z] #36 45.06 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
13:48:03 [2021-05-06T13:48:03.251Z] #36 45.12 Unpacking vim-common (2:8.1.0875-5) ...
13:48:03 [2021-05-06T13:48:03.251Z] #36 45.45 Selecting previously unselected package cmake-data.
13:48:03 [2021-05-06T13:48:03.251Z] #36 45.45 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
13:48:03 [2021-05-06T13:48:03.251Z] #36 45.56 Unpacking cmake-data (3.13.4-1) ...
13:48:03 [2021-05-06T13:48:03.251Z] #36 ...
13:48:03 [2021-05-06T13:48:03.251Z] 
13:48:03 [2021-05-06T13:48:03.251Z] #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
13:48:03 [2021-05-06T13:48:03.251Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:48:03 [2021-05-06T13:48:03.251Z] #42 31.92 Reading package lists...
13:48:03 [2021-05-06T13:48:03.251Z] #42 38.46 Building dependency tree...
13:48:03 [2021-05-06T13:48:03.251Z] #42 41.54 The following additional packages will be installed:
13:48:03 [2021-05-06T13:48:03.251Z] #42 41.55   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
13:48:03 [2021-05-06T13:48:03.251Z] #42 41.55   libprotoc17 python-pkg-resources python-six zlib1g-dev
13:48:03 [2021-05-06T13:48:03.251Z] #42 41.55 Suggested packages:
13:48:03 [2021-05-06T13:48:03.251Z] #42 41.56   manpages-dev python-setuptools
13:48:03 [2021-05-06T13:48:03.251Z] #42 42.82 The following NEW packages will be installed:
13:48:03 [2021-05-06T13:48:03.251Z] #42 42.84   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
13:48:03 [2021-05-06T13:48:03.251Z] #42 42.84   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
13:48:03 [2021-05-06T13:48:03.251Z] #42 42.84   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
13:48:03 [2021-05-06T13:48:03.251Z] #42 42.84   python-six zlib1g-dev
13:48:03 [2021-05-06T13:48:03.251Z] #42 43.24 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded.
13:48:03 [2021-05-06T13:48:03.251Z] #42 43.24 Need to get 4095 kB of archives.
13:48:03 [2021-05-06T13:48:03.251Z] #42 43.24 After this operation, 22.5 MB of additional disk space will be used.
13:48:03 [2021-05-06T13:48:03.251Z] #42 43.24 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
13:48:03 [2021-05-06T13:48:03.251Z] #42 43.25 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
13:48:03 [2021-05-06T13:48:03.251Z] #42 43.25 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
13:48:03 [2021-05-06T13:48:03.251Z] #42 43.25 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
13:48:03 [2021-05-06T13:48:03.251Z] #42 43.25 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
13:48:03 [2021-05-06T13:48:03.251Z] #42 43.36 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
13:48:03 [2021-05-06T13:48:03.251Z] #42 43.36 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
13:48:03 [2021-05-06T13:48:03.251Z] #42 43.36 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
13:48:03 [2021-05-06T13:48:03.251Z] #42 43.36 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
13:48:03 [2021-05-06T13:48:03.252Z] #42 43.41 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
13:48:03 [2021-05-06T13:48:03.252Z] #42 43.44 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
13:48:03 [2021-05-06T13:48:03.252Z] #42 43.56 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
13:48:03 [2021-05-06T13:48:03.252Z] #42 43.64 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
13:48:03 [2021-05-06T13:48:03.252Z] #42 43.64 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
13:48:03 [2021-05-06T13:48:03.252Z] #42 43.67 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
13:48:03 [2021-05-06T13:48:03.252Z] #42 43.67 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
13:48:03 [2021-05-06T13:48:03.252Z] #42 43.67 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
13:48:03 [2021-05-06T13:48:03.252Z] #42 44.71 debconf: delaying package configuration, since apt-utils is not installed
13:48:03 [2021-05-06T13:48:03.252Z] #42 44.87 Fetched 4095 kB in 1s (5667 kB/s)
13:48:03 [2021-05-06T13:48:03.252Z] #42 44.97 Selecting previously unselected package libcap-dev:amd64.
13:48:03 [2021-05-06T13:48:03.252Z] #42 44.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.)
13:48:03 [2021-05-06T13:48:03.252Z] #42 45.01 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.252Z] #42 45.01 Unpacking libcap-dev:amd64 (1:2.25-2) ...
13:48:03 [2021-05-06T13:48:03.252Z] #42 45.15 Selecting previously unselected package libnet1:amd64.
13:48:03 [2021-05-06T13:48:03.252Z] #42 45.15 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.252Z] #42 45.19 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:48:03 [2021-05-06T13:48:03.252Z] #42 45.32 Selecting previously unselected package libnet1-dev.
13:48:03 [2021-05-06T13:48:03.252Z] #42 45.32 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.252Z] #42 45.34 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
13:48:03 [2021-05-06T13:48:03.252Z] #42 45.61 Selecting previously unselected package libnl-3-200:amd64.
13:48:03 [2021-05-06T13:48:03.252Z] #42 45.61 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.252Z] #42 45.61 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
13:48:03 [2021-05-06T13:48:03.252Z] #42 45.71 Selecting previously unselected package libnl-3-dev:amd64.
13:48:03 [2021-05-06T13:48:03.252Z] #42 45.71 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.252Z] #42 45.71 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
13:48:03 [2021-05-06T13:48:03.252Z] #42 46.00 Selecting previously unselected package libprotobuf-c1:amd64.
13:48:03 [2021-05-06T13:48:03.252Z] #42 46.00 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.252Z] #42 46.00 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:48:03 [2021-05-06T13:48:03.252Z] #42 46.11 Selecting previously unselected package libprotobuf-c-dev:amd64.
13:48:03 [2021-05-06T13:48:03.252Z] #42 46.16 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.252Z] #42 46.16 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
13:48:03 [2021-05-06T13:48:03.252Z] #42 46.25 Selecting previously unselected package zlib1g-dev:amd64.
13:48:03 [2021-05-06T13:48:03.252Z] #42 46.25 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.252Z] #42 46.28 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
13:48:03 [2021-05-06T13:48:03.252Z] #42 46.58 Selecting previously unselected package libprotobuf17:amd64.
13:48:03 [2021-05-06T13:48:03.252Z] #42 46.58 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.252Z] #42 46.58 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
13:48:03 [2021-05-06T13:48:03.263Z] #20 38.77 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.263Z] #20 38.78 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
13:48:03 [2021-05-06T13:48:03.459Z] #49 27.87 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:48:03 [2021-05-06T13:48:03.459Z] #49 27.94 go: downloading github.com/pelletier/go-toml v1.2.0
13:48:03 [2021-05-06T13:48:03.459Z] #49 28.07 go: extracting github.com/davecgh/go-spew v1.1.1
13:48:03 [2021-05-06T13:48:03.723Z] #49 28.08 go: extracting github.com/pmezard/go-difflib v1.0.0
13:48:03 [2021-05-06T13:48:03.723Z] #49 28.20 go: extracting github.com/inconshreveable/mousetrap v1.0.0
13:48:03 [2021-05-06T13:48:03.723Z] #49 28.32 go: downloading github.com/spf13/cast v1.3.0
13:48:03 [2021-05-06T13:48:03.816Z] #42 47.36 Selecting previously unselected package libprotobuf-lite17:amd64.
13:48:03 [2021-05-06T13:48:03.816Z] #42 47.36 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.816Z] #42 47.36 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
13:48:03 [2021-05-06T13:48:03.816Z] #42 47.56 Selecting previously unselected package libprotobuf-dev:amd64.
13:48:03 [2021-05-06T13:48:03.816Z] #42 47.56 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
13:48:03 [2021-05-06T13:48:03.816Z] #42 47.57 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
13:48:03 [2021-05-06T13:48:03.984Z] #49 28.33 go: extracting github.com/pelletier/go-toml v1.2.0
13:48:03 [2021-05-06T13:48:03.984Z] #49 28.42 go: downloading github.com/spf13/afero v1.1.2
13:48:03 [2021-05-06T13:48:03.984Z] #49 28.56 go: downloading github.com/subosito/gotenv v1.2.0
13:48:04 [2021-05-06T13:48:04.041Z] #29 7.909 
                                                                           0.0%
#                                                                          2.6%
####                                                                       6.7%
#######                                                                   10.4%
##########                                                                14.4%
###########                                                               16.3%
###############                                                           20.9%
###################                                                       27.5%
#######################                                                   32.5%
#########################                                                 35.5%
###########################                                               38.9%
##############################                                            42.6%
#################################                                         46.5%
###################################                                       49.3%
#####################################                                     52.7%
########################################                                  55.6%
##########################################                                59.3%
#############################################                             62.8%
##############################################                            64.8%
#################################################                         68.6%
##################################################                        69.9%
#####################################################                     73.8%
########################################################                  77.8%
##########################################################                80.6%
##########################################################                81.8%
##############################################################            86.7%
#################################################################         91.2%
####################################################################      95.1%
##
13:48:04 [2021-05-06T13:48:04.041Z] #29 ...
13:48:04 [2021-05-06T13:48:04.041Z] 
13:48:04 [2021-05-06T13:48:04.041Z] #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
13:48:04 [2021-05-06T13:48:04.041Z] #49 sha256:96758323359f10fc8c1b99bd86656b2cf00c2e937a436c92fabcd87986069191
13:48:04 [2021-05-06T13:48:04.041Z] #49 13.63 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:48:04 [2021-05-06T13:48:04.041Z] #49 13.63 go: downloading github.com/spf13/cobra v0.0.5
13:48:04 [2021-05-06T13:48:04.041Z] #49 13.65 go: downloading github.com/pkg/errors v0.8.1
13:48:04 [2021-05-06T13:48:04.041Z] #49 13.67 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:48:04 [2021-05-06T13:48:04.041Z] #49 13.74 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:48:04 [2021-05-06T13:48:04.041Z] #49 13.87 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:48:04 [2021-05-06T13:48:04.041Z] #49 14.10 go: downloading github.com/spf13/pflag v1.0.5
13:48:04 [2021-05-06T13:48:04.041Z] #49 14.14 go: extracting github.com/pkg/errors v0.8.1
13:48:04 [2021-05-06T13:48:04.041Z] #49 14.18 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:48:04 [2021-05-06T13:48:04.041Z] #49 14.20 go: downloading github.com/fatih/color v1.7.0
13:48:04 [2021-05-06T13:48:04.041Z] #49 14.26 go: downloading github.com/uudashr/gocognit v1.0.1
13:48:04 [2021-05-06T13:48:04.041Z] #49 14.31 go: extracting github.com/spf13/cobra v0.0.5
13:48:04 [2021-05-06T13:48:04.041Z] #49 14.33 go: extracting github.com/uudashr/gocognit v1.0.1
13:48:04 [2021-05-06T13:48:04.041Z] #49 14.35 go: extracting github.com/spf13/pflag v1.0.5
13:48:04 [2021-05-06T13:48:04.041Z] #49 14.35 go: extracting github.com/fatih/color v1.7.0
13:48:04 [2021-05-06T13:48:04.041Z] #49 14.36 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
13:48:04 [2021-05-06T13:48:04.041Z] #49 14.52 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:48:04 [2021-05-06T13:48:04.041Z] #49 14.76 go: downloading github.com/ultraware/whitespace v0.0.4
13:48:04 [2021-05-06T13:48:04.041Z] #49 14.84 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:48:04 [2021-05-06T13:48:04.041Z] #49 14.88 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:48:04 [2021-05-06T13:48:04.041Z] #49 14.90 go: extracting github.com/ultraware/whitespace v0.0.4
13:48:04 [2021-05-06T13:48:04.041Z] #49 14.90 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:48:04 [2021-05-06T13:48:04.041Z] #49 15.10 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:48:04 [2021-05-06T13:48:04.041Z] #49 15.35 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:48:04 [2021-05-06T13:48:04.041Z] #49 15.55 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
13:48:04 [2021-05-06T13:48:04.041Z] #49 17.83 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:48:04 [2021-05-06T13:48:04.041Z] #49 17.89 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:48:04 [2021-05-06T13:48:04.041Z] #49 17.95 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.07 go: downloading github.com/sourcegraph/go-diff v0.5.1
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.13 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.15 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.15 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.15 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.15 go: downloading github.com/ultraware/funlen v0.0.2
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.16 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.20 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.22 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.27 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.33 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.33 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.34 go: extracting github.com/ultraware/funlen v0.0.2
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.35 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.41 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.52 go: downloading github.com/BurntSushi/toml v0.3.1
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.55 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.56 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.56 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.68 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.72 go: extracting github.com/BurntSushi/toml v0.3.1
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.72 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.76 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.78 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.84 go: extracting github.com/inconshreveable/mousetrap v1.0.0
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.85 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.88 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.88 go: extracting github.com/sourcegraph/go-diff v0.5.1
13:48:04 [2021-05-06T13:48:04.041Z] #49 20.96 go: downloading github.com/go-lintpack/lintpack v0.5.2
13:48:04 [2021-05-06T13:48:04.041Z] #49 21.08 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:48:04 [2021-05-06T13:48:04.041Z] #49 21.09 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:48:04 [2021-05-06T13:48:04.041Z] #49 21.22 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:48:04 [2021-05-06T13:48:04.041Z] #49 21.26 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
13:48:04 [2021-05-06T13:48:04.041Z] #49 21.28 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:48:04 [2021-05-06T13:48:04.041Z] #49 21.29 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:48:04 [2021-05-06T13:48:04.041Z] #49 21.30 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:48:04 [2021-05-06T13:48:04.041Z] #49 21.33 go: downloading github.com/mattn/go-isatty v0.0.8
13:48:04 [2021-05-06T13:48:04.041Z] #49 21.39 go: downloading github.com/gogo/protobuf v1.2.1
13:48:04 [2021-05-06T13:48:04.041Z] #49 21.40 go: extracting github.com/go-lintpack/lintpack v0.5.2
13:48:04 [2021-05-06T13:48:04.041Z] #49 21.40 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:48:04 [2021-05-06T13:48:04.041Z] #49 21.46 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:48:04 [2021-05-06T13:48:04.041Z] #49 21.51 go: extracting github.com/mattn/go-isatty v0.0.8
13:48:04 [2021-05-06T13:48:04.041Z] #49 21.58 go: extracting github.com/mitchellh/go-homedir v1.1.0
13:48:04 [2021-05-06T13:48:04.041Z] #49 21.59 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
13:48:04 [2021-05-06T13:48:04.041Z] #49 21.74 go: downloading github.com/mattn/go-colorable v0.1.4
13:48:04 [2021-05-06T13:48:04.041Z] #49 21.85 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:48:04 [2021-05-06T13:48:04.041Z] #49 22.02 go: downloading github.com/spf13/viper v1.6.1
13:48:04 [2021-05-06T13:48:04.041Z] #49 22.06 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:48:04 [2021-05-06T13:48:04.041Z] #49 22.08 go: extracting github.com/mattn/go-colorable v0.1.4
13:48:04 [2021-05-06T13:48:04.041Z] #49 22.08 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
13:48:04 [2021-05-06T13:48:04.041Z] #49 22.29 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:48:04 [2021-05-06T13:48:04.041Z] #49 22.37 go: extracting github.com/spf13/viper v1.6.1
13:48:04 [2021-05-06T13:48:04.041Z] #49 22.51 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:48:04 [2021-05-06T13:48:04.041Z] #49 22.51 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:48:04 [2021-05-06T13:48:04.041Z] #49 22.52 go: downloading github.com/kisielk/gotool v1.0.0
13:48:04 [2021-05-06T13:48:04.041Z] #49 22.60 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:48:04 [2021-05-06T13:48:04.041Z] #49 22.63 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:48:04 [2021-05-06T13:48:04.041Z] #49 22.69 go: downloading github.com/gobwas/glob v0.2.3
13:48:04 [2021-05-06T13:48:04.041Z] #49 22.72 go: downloading github.com/go-critic/go-critic v0.4.1
13:48:04 [2021-05-06T13:48:04.041Z] #49 22.82 go: downloading github.com/go-toolsmith/astfmt v1.0.0
13:48:04 [2021-05-06T13:48:04.041Z] #49 22.84 go: extracting github.com/kisielk/gotool v1.0.0
13:48:04 [2021-05-06T13:48:04.041Z] #49 22.90 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:48:04 [2021-05-06T13:48:04.041Z] #49 22.90 go: downloading github.com/hashicorp/hcl v1.0.0
13:48:04 [2021-05-06T13:48:04.041Z] #49 22.98 go: downloading github.com/subosito/gotenv v1.2.0
13:48:04 [2021-05-06T13:48:04.041Z] #49 22.98 go: downloading github.com/mitchellh/mapstructure v1.1.2
13:48:04 [2021-05-06T13:48:04.041Z] #49 23.10 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:48:04 [2021-05-06T13:48:04.041Z] #49 23.10 go: extracting github.com/go-toolsmith/astfmt v1.0.0
13:48:04 [2021-05-06T13:48:04.041Z] #49 23.16 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:48:04 [2021-05-06T13:48:04.041Z] #49 23.22 go: downloading github.com/pelletier/go-toml v1.2.0
13:48:04 [2021-05-06T13:48:04.041Z] #49 23.24 go: extracting github.com/subosito/gotenv v1.2.0
13:48:04 [2021-05-06T13:48:04.041Z] #49 23.26 go: extracting github.com/hashicorp/hcl v1.0.0
13:48:04 [2021-05-06T13:48:04.041Z] #49 23.32 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:48:04 [2021-05-06T13:48:04.041Z] #49 23.43 go: extracting github.com/mitchellh/mapstructure v1.1.2
13:48:04 [2021-05-06T13:48:04.041Z] #49 23.46 go: extracting github.com/gobwas/glob v0.2.3
13:48:04 [2021-05-06T13:48:04.041Z] #49 23.60 go: downloading github.com/fsnotify/fsnotify v1.4.7
13:48:04 [2021-05-06T13:48:04.041Z] #49 23.66 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:48:04 [2021-05-06T13:48:04.041Z] #49 23.66 go: downloading gopkg.in/yaml.v2 v2.2.7
13:48:04 [2021-05-06T13:48:04.041Z] #49 ...
13:48:04 [2021-05-06T13:48:04.041Z] 
13:48:04 [2021-05-06T13:48:04.041Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:48:04 [2021-05-06T13:48:04.041Z] #29 sha256:c878212333acddfcbbe011b2b5201f31d0ffae1f0a81a4178543a584c7eb908c
13:48:04 [2021-05-06T13:48:04.041Z] #29 7.909 
                                                                           0.0%
#                                                                          2.6%
####                                                                       6.7%
#######                                                                   10.4%
##########                                                                14.4%
###########                                                               16.3%
###############                                                           20.9%
###################                                                       27.5%
#######################                                                   32.5%
#########################                                                 35.5%
###########################                                               38.9%
##############################                                            42.6%
#################################                                         46.5%
###################################                                       49.3%
#####################################                                     52.7%
########################################                                  55.6%
##########################################                                59.3%
#############################################                             62.8%
##############################################                            64.8%
#################################################                         68.6%
##################################################                        69.9%
#####################################################                     73.8%
########################################################                  77.8%
##########################################################                80.6%
##########################################################                81.8%
##############################################################            86.7%
#################################################################         91.2%
####################################################################      95.1%
#######################################################################   99.7%
######################################################################## 100.0%
13:48:04 [2021-05-06T13:48:04.245Z] #49 28.72 go: extracting github.com/spf13/cast v1.3.0
13:48:04 [2021-05-06T13:48:04.245Z] #49 28.73 go: extracting github.com/subosito/gotenv v1.2.0
13:48:04 [2021-05-06T13:48:04.245Z] #49 28.75 go: downloading github.com/magiconair/properties v1.8.1
13:48:04 [2021-05-06T13:48:04.304Z] #29 11.23 
13:48:04 [2021-05-06T13:48:04.506Z] #49 28.94 go: downloading github.com/hashicorp/hcl v1.0.0
13:48:04 [2021-05-06T13:48:04.506Z] #49 29.12 go: extracting github.com/spf13/afero v1.1.2
13:48:04 [2021-05-06T13:48:04.746Z] #42 ...
13:48:04 [2021-05-06T13:48:04.746Z] 
13:48:04 [2021-05-06T13:48:04.746Z] #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
13:48:04 [2021-05-06T13:48:04.746Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:48:04 [2021-05-06T13:48:04.746Z] #36 48.20 Selecting previously unselected package libicu63:amd64.
13:48:04 [2021-05-06T13:48:04.746Z] #36 48.24 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
13:48:04 [2021-05-06T13:48:04.746Z] #36 48.25 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
13:48:04 [2021-05-06T13:48:04.767Z] #49 29.33 go: extracting github.com/magiconair/properties v1.8.1
13:48:04 [2021-05-06T13:48:04.830Z] #29 11.51 
                                                                           0.0%
 
13:48:04 [2021-05-06T13:48:04.831Z] #29 ...
13:48:04 [2021-05-06T13:48:04.831Z] 
13:48:04 [2021-05-06T13:48:04.831Z] #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
13:48:04 [2021-05-06T13:48:04.831Z] #58 sha256:d4612e56424fdc541ff024d2066e48f6a34d81baa48b8c33eea728dcde10ab8f
13:48:04 [2021-05-06T13:48:04.831Z] #58 14.37 go: extracting github.com/urfave/cli/v2 v2.3.0
13:48:04 [2021-05-06T13:48:04.831Z] #58 15.09 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:48:04 [2021-05-06T13:48:04.831Z] #58 17.45 go: extracting github.com/u-root/u-root v7.0.0+incompatible
13:48:04 [2021-05-06T13:48:04.831Z] #58 18.24 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:48:04 [2021-05-06T13:48:04.831Z] #58 18.26 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
13:48:04 [2021-05-06T13:48:04.831Z] #58 18.35 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:48:04 [2021-05-06T13:48:04.831Z] #58 18.74 go: extracting github.com/russross/blackfriday/v2 v2.1.0
13:48:04 [2021-05-06T13:48:04.831Z] #58 21.82 go: finding github.com/pkg/errors v0.9.1
13:48:04 [2021-05-06T13:48:04.831Z] #58 21.87 go: finding github.com/sirupsen/logrus v1.8.1
13:48:04 [2021-05-06T13:48:04.831Z] #58 21.94 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:48:04 [2021-05-06T13:48:04.831Z] #58 22.34 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:48:04 [2021-05-06T13:48:04.831Z] #58 22.38 go: finding github.com/google/uuid v1.2.0
13:48:04 [2021-05-06T13:48:04.831Z] #58 22.48 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:48:04 [2021-05-06T13:48:04.831Z] #58 22.53 go: finding github.com/gofrs/flock v0.8.0
13:48:04 [2021-05-06T13:48:04.831Z] #58 22.56 go: finding github.com/moby/vpnkit v0.5.0
13:48:04 [2021-05-06T13:48:04.831Z] #58 22.65 go: finding github.com/gorilla/mux v1.8.0
13:48:04 [2021-05-06T13:48:04.831Z] #58 22.78 go: finding github.com/moby/sys/mountinfo v0.4.1
13:48:04 [2021-05-06T13:48:04.831Z] #58 22.86 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:48:04 [2021-05-06T13:48:04.831Z] #58 22.93 go: finding github.com/urfave/cli/v2 v2.3.0
13:48:04 [2021-05-06T13:48:04.831Z] #58 23.01 go: finding github.com/u-root/u-root v7.0.0+incompatible
13:48:04 [2021-05-06T13:48:04.831Z] #58 23.27 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
13:48:04 [2021-05-06T13:48:04.831Z] #58 23.49 go: finding github.com/russross/blackfriday/v2 v2.1.0
13:48:04 [2021-05-06T13:48:04.831Z] #58 ...
13:48:04 [2021-05-06T13:48:04.831Z] 
13:48:04 [2021-05-06T13:48:04.831Z] #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
13:48:04 [2021-05-06T13:48:04.831Z] #29 sha256:c878212333acddfcbbe011b2b5201f31d0ffae1f0a81a4178543a584c7eb908c
13:48:05 [2021-05-06T13:48:05.712Z] #49 ...
13:48:05 [2021-05-06T13:48:05.712Z] 
13:48:05 [2021-05-06T13:48:05.712Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:48:05 [2021-05-06T13:48:05.712Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:48:05 [2021-05-06T13:48:05.712Z] #13 13.77 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
13:48:05 [2021-05-06T13:48:05.712Z] #13 17.20 Get:8 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB]
13:48:05 [2021-05-06T13:48:05.712Z] #13 ...
13:48:05 [2021-05-06T13:48:05.712Z] 
13:48:05 [2021-05-06T13:48:05.712Z] #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
13:48:05 [2021-05-06T13:48:05.712Z] #47 sha256:81b0e40c088b145af19a0420781276ba032270d1b65a30201ff8c4732358f6b6
13:48:05 [2021-05-06T13:48:05.712Z] #47 26.09 go: finding github.com/fatih/color v1.9.0
13:48:05 [2021-05-06T13:48:05.712Z] #47 26.10 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:48:05 [2021-05-06T13:48:05.712Z] #47 26.12 go: finding github.com/pkg/errors v0.9.1
13:48:05 [2021-05-06T13:48:05.712Z] #47 26.31 go: finding github.com/spf13/pflag v1.0.3
13:48:05 [2021-05-06T13:48:05.712Z] #47 26.36 go: finding github.com/mattn/go-colorable v0.1.6
13:48:05 [2021-05-06T13:48:05.712Z] #47 26.48 go: finding github.com/mattn/go-isatty v0.0.12
13:48:05 [2021-05-06T13:48:05.712Z] #47 26.90 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:48:05 [2021-05-06T13:48:05.712Z] #47 27.06 go: finding github.com/jonboulle/clockwork v0.1.0
13:48:05 [2021-05-06T13:48:05.712Z] #47 27.26 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:48:05 [2021-05-06T13:48:05.712Z] #47 27.32 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:48:05 [2021-05-06T13:48:05.712Z] #47 27.37 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:48:07 [2021-05-06T13:48:07.273Z] #29 11.51 
                                                                           0.0%
                                                                           1.2%
#                                                                          2.0%
##                                                                         3.1%
###                                                                        4.3%
###                                                                        5.6%
####                                                                       6.5%
#####                                                                      8.0%
#######                                                                    9.8%
########                                                                  11.2%
#########                                                                 12.7%
#########                                                                 13.6%
##########                                                                14.7%
###########                                                               15.8%
############                                                              16.7%
############                                                              16.8%
############                                                              17.8%
#############                                                             19.0%
##############                                                            20.3%
################                                                          23.1%
##################                                                        25.1%
###################                                                       26.5%
####################                                                      28.0%
#####################                                                     29.7%
######################                                                    30.7%
13:48:07 [2021-05-06T13:48:07.273Z] #29 ...
13:48:07 [2021-05-06T13:48:07.273Z] 
13:48:07 [2021-05-06T13:48:07.273Z] #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
13:48:07 [2021-05-06T13:48:07.273Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
13:48:07 [2021-05-06T13:48:07.273Z] #55 16.92 Fetched 8265 kB in 12s (687 kB/s)
13:48:07 [2021-05-06T13:48:07.273Z] #55 16.92 Reading package lists...
13:48:07 [2021-05-06T13:48:07.458Z] #20 42.48 Selecting previously unselected package libnet1:amd64.
13:48:07 [2021-05-06T13:48:07.458Z] #20 42.48 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
13:48:07 [2021-05-06T13:48:07.458Z] #20 42.48 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:48:07 [2021-05-06T13:48:07.458Z] #20 42.58 Selecting previously unselected package libnl-3-200:amd64.
13:48:07 [2021-05-06T13:48:07.458Z] #20 42.60 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
13:48:07 [2021-05-06T13:48:07.458Z] #20 42.60 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
13:48:07 [2021-05-06T13:48:07.458Z] #20 42.70 Selecting previously unselected package libprotobuf-c1:amd64.
13:48:07 [2021-05-06T13:48:07.458Z] #20 42.71 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
13:48:07 [2021-05-06T13:48:07.458Z] #20 42.71 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:48:07 [2021-05-06T13:48:07.458Z] #20 42.77 Selecting previously unselected package libreadline5:amd64.
13:48:07 [2021-05-06T13:48:07.458Z] #20 42.79 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
13:48:07 [2021-05-06T13:48:07.458Z] #20 42.80 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
13:48:07 [2021-05-06T13:48:07.458Z] #20 42.88 Selecting previously unselected package net-tools.
13:48:07 [2021-05-06T13:48:07.458Z] #20 42.91 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
13:48:07 [2021-05-06T13:48:07.458Z] #20 42.91 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
13:48:07 [2021-05-06T13:48:07.458Z] #20 43.08 Selecting previously unselected package python-pip-whl.
13:48:07 [2021-05-06T13:48:07.458Z] #20 43.09 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
13:48:07 [2021-05-06T13:48:07.458Z] #20 43.09 Unpacking python-pip-whl (18.1-5) ...
13:48:07 [2021-05-06T13:48:07.535Z] #55 22.28 Reading package lists...
13:48:07 [2021-05-06T13:48:07.536Z] #55 ...
13:48:07 [2021-05-06T13:48:07.536Z] 
13:48:07 [2021-05-06T13:48:07.536Z] #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
13:48:07 [2021-05-06T13:48:07.536Z] #29 sha256:c878212333acddfcbbe011b2b5201f31d0ffae1f0a81a4178543a584c7eb908c
13:48:07 [2021-05-06T13:48:07.627Z] #47 ...
13:48:07 [2021-05-06T13:48:07.627Z] 
13:48:07 [2021-05-06T13:48:07.627Z] #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
13:48:07 [2021-05-06T13:48:07.627Z] #49 sha256:eee18e8ee20abc633bee40a4eea97e188166e8c88dfc91b95eace27a44d2b3e1
13:48:07 [2021-05-06T13:48:07.627Z] #49 30.40 go: downloading github.com/spf13/jwalterweatherman v1.0.0
13:48:07 [2021-05-06T13:48:07.627Z] #49 30.48 go: extracting github.com/hashicorp/hcl v1.0.0
13:48:07 [2021-05-06T13:48:07.627Z] #49 30.85 go: downloading gopkg.in/yaml.v2 v2.2.7
13:48:07 [2021-05-06T13:48:07.627Z] #49 31.03 go: downloading github.com/go-toolsmith/astp v1.0.0
13:48:07 [2021-05-06T13:48:07.627Z] #49 31.16 go: extracting github.com/spf13/jwalterweatherman v1.0.0
13:48:07 [2021-05-06T13:48:07.627Z] #49 31.26 go: downloading github.com/mitchellh/mapstructure v1.1.2
13:48:07 [2021-05-06T13:48:07.627Z] #49 31.36 go: extracting github.com/go-toolsmith/astp v1.0.0
13:48:07 [2021-05-06T13:48:07.627Z] #49 31.54 go: extracting gopkg.in/yaml.v2 v2.2.7
13:48:07 [2021-05-06T13:48:07.627Z] #49 31.98 go: extracting github.com/mitchellh/mapstructure v1.1.2
13:48:07 [2021-05-06T13:48:07.802Z] #29 11.51 
                                                                           0.0%
                                                                           1.2%
#                                                                          2.0%
##                                                                         3.1%
###                                                                        4.3%
###                                                                        5.6%
####                                                                       6.5%
#####                                                                      8.0%
#######                                                                    9.8%
########                                                                  11.2%
#########                                                                 12.7%
#########                                                                 13.6%
##########                                                                14.7%
###########                                                               15.8%
############                                                              16.7%
############                                                              16.8%
############                                                              17.8%
#############                                                             19.0%
##############                                                            20.3%
################                                                          23.1%
##################                                                        25.1%
###################                                                       26.5%
####################                                                      28.0%
#####################                                                     29.7%
######################                                                    30.7%
######################                                                    31.0%
#######################                                                   33.2%
#########################                                                 34.7%
##########################                                                36.6%
13:48:07 [2021-05-06T13:48:07.802Z] #29 ...
13:48:07 [2021-05-06T13:48:07.802Z] 
13:48:07 [2021-05-06T13:48:07.802Z] #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
13:48:07 [2021-05-06T13:48:07.802Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
13:48:07 [2021-05-06T13:48:07.802Z] #42 17.37 Fetched 8265 kB in 12s (691 kB/s)
13:48:07 [2021-05-06T13:48:07.802Z] #42 17.37 Reading package lists...
13:48:07 [2021-05-06T13:48:07.802Z] #42 22.54 Reading package lists...
13:48:07 [2021-05-06T13:48:07.802Z] #42 ...
13:48:07 [2021-05-06T13:48:07.802Z] 
13:48:07 [2021-05-06T13:48:07.802Z] #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
13:48:07 [2021-05-06T13:48:07.802Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
13:48:07 [2021-05-06T13:48:07.802Z] #36 17.50 Fetched 8265 kB in 12s (679 kB/s)
13:48:07 [2021-05-06T13:48:07.802Z] #36 17.50 Reading package lists...
13:48:07 [2021-05-06T13:48:07.891Z] #49 ...
13:48:07 [2021-05-06T13:48:07.891Z] 
13:48:07 [2021-05-06T13:48:07.891Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
13:48:07 [2021-05-06T13:48:07.891Z] #34 sha256:bfd84bdc9bba00bcf19dba6d1d91a7b45d20606e8fcd59d411ded18a9906672b
13:48:07 [2021-05-06T13:48:07.891Z] #34 26.18 github.com/pelletier/go-toml/cmd/tomll
13:48:07 [2021-05-06T13:48:07.891Z] #34 DONE 32.3s
13:48:07 [2021-05-06T13:48:07.891Z] 
13:48:07 [2021-05-06T13:48:07.891Z] #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
13:48:07 [2021-05-06T13:48:07.891Z] #49 sha256:eee18e8ee20abc633bee40a4eea97e188166e8c88dfc91b95eace27a44d2b3e1
13:48:07 [2021-05-06T13:48:07.891Z] #49 32.48 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:48:07 [2021-05-06T13:48:07.891Z] #49 32.50 go: downloading github.com/ultraware/funlen v0.0.2
13:48:08 [2021-05-06T13:48:08.044Z] #20 43.69 Selecting previously unselected package python3-lib2to3.
13:48:08 [2021-05-06T13:48:08.044Z] #20 43.70 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
13:48:08 [2021-05-06T13:48:08.065Z] #36 22.62 Reading package lists...
13:48:08 [2021-05-06T13:48:08.065Z] #36 ...
13:48:08 [2021-05-06T13:48:08.065Z] 
13:48:08 [2021-05-06T13:48:08.065Z] #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
13:48:08 [2021-05-06T13:48:08.065Z] #29 sha256:c878212333acddfcbbe011b2b5201f31d0ffae1f0a81a4178543a584c7eb908c
13:48:08 [2021-05-06T13:48:08.153Z] #49 32.57 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:48:08 [2021-05-06T13:48:08.153Z] #49 32.71 go: extracting github.com/ultraware/funlen v0.0.2
13:48:08 [2021-05-06T13:48:08.305Z] #20 43.71 Unpacking python3-lib2to3 (3.7.3-1) ...
13:48:08 [2021-05-06T13:48:08.305Z] #20 43.86 Selecting previously unselected package python3-distutils.
13:48:08 [2021-05-06T13:48:08.305Z] #20 43.88 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
13:48:08 [2021-05-06T13:48:08.305Z] #20 43.89 Unpacking python3-distutils (3.7.3-1) ...
13:48:08 [2021-05-06T13:48:08.415Z] #49 32.96 go: downloading golang.org/x/text v0.3.2
13:48:08 [2021-05-06T13:48:08.565Z] #20 44.04 Selecting previously unselected package python3-pip.
13:48:08 [2021-05-06T13:48:08.565Z] #20 44.04 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
13:48:08 [2021-05-06T13:48:08.565Z] #20 44.05 Unpacking python3-pip (18.1-5) ...
13:48:08 [2021-05-06T13:48:08.565Z] #20 44.22 Selecting previously unselected package python3-pkg-resources.
13:48:08 [2021-05-06T13:48:08.565Z] #20 44.23 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
13:48:08 [2021-05-06T13:48:08.565Z] #20 44.24 Unpacking python3-pkg-resources (40.8.0-1) ...
13:48:08 [2021-05-06T13:48:08.676Z] #49 ...
13:48:08 [2021-05-06T13:48:08.676Z] 
13:48:08 [2021-05-06T13:48:08.676Z] #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
13:48:08 [2021-05-06T13:48:08.676Z] #58 sha256:f6ebefd7a0cfba51c241b0a70410df26885424db59a6b7c609d7e4aa3b0c7386
13:48:08 [2021-05-06T13:48:08.676Z] #58 23.13 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:48:08 [2021-05-06T13:48:08.676Z] #58 25.30 go: extracting github.com/moby/vpnkit v0.5.0
13:48:08 [2021-05-06T13:48:08.676Z] #58 25.59 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:48:08 [2021-05-06T13:48:08.676Z] #58 26.74 go: extracting github.com/urfave/cli/v2 v2.3.0
13:48:08 [2021-05-06T13:48:08.676Z] #58 26.77 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:48:08 [2021-05-06T13:48:08.676Z] #58 27.01 go: downloading github.com/u-root/u-root v7.0.0+incompatible
13:48:08 [2021-05-06T13:48:08.676Z] #58 ...
13:48:08 [2021-05-06T13:48:08.676Z] 
13:48:08 [2021-05-06T13:48:08.676Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:48:08 [2021-05-06T13:48:08.676Z] #67 sha256:cdfebdc881e3006ee3629a3de98863c08707e202d0435661fa4e520cf163ee11
13:48:08 [2021-05-06T13:48:08.825Z] #20 44.37 Selecting previously unselected package python3-setuptools.
13:48:08 [2021-05-06T13:48:08.825Z] #20 44.37 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
13:48:08 [2021-05-06T13:48:08.825Z] #20 44.37 Unpacking python3-setuptools (40.8.0-1) ...
13:48:08 [2021-05-06T13:48:08.853Z] #29 11.51 
                                                                           0.0%
                                                                           1.2%
#                                                                          2.0%
##                                                                         3.1%
###                                                                        4.3%
###                                                                        5.6%
####                                                                       6.5%
#####                                                                      8.0%
#######                                                                    9.8%
########                                                                  11.2%
#########                                                                 12.7%
#########                                                                 13.6%
##########                                                                14.7%
###########                                                               15.8%
############                                                              16.7%
############                                                              16.8%
############                                                              17.8%
#############                                                             19.0%
##############                                                            20.3%
################                                                          23.1%
##################                                                        25.1%
###################                                                       26.5%
####################                                                      28.0%
#####################                                                     29.7%
######################                                                    30.7%
######################                                                    31.0%
#######################                                                   33.2%
#########################                                                 34.7%
##########################                                                36.6%
###########################                                               38.7%
#############################                                             40.8%
##############################                                            42.7%
################################                                          44.7%
#################################                                         46.6%
###################################                                       48.9%
####################################                                      50.8%
######################################                                    53.1%
#######################################                                   55.4%
########################################                                  56.6%
#########################################                                 58.1%
#
13:48:08 [2021-05-06T13:48:08.853Z] #29 ...
13:48:08 [2021-05-06T13:48:08.853Z] 
13:48:08 [2021-05-06T13:48:08.853Z] #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
13:48:08 [2021-05-06T13:48:08.853Z] #51 sha256:d6416493b538ea935a5f4e3f4a2c140ef3440091b9a105543423332c2333fa04
13:48:08 [2021-05-06T13:48:08.853Z] #51 18.54 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:48:08 [2021-05-06T13:48:08.853Z] #51 18.57 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:48:08 [2021-05-06T13:48:08.853Z] #51 18.76 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:48:08 [2021-05-06T13:48:08.853Z] #51 18.85 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:48:08 [2021-05-06T13:48:08.853Z] #51 19.93 runtime
13:48:08 [2021-05-06T13:48:08.853Z] #51 19.96 runtime/cgo
13:48:09 [2021-05-06T13:48:09.084Z] #20 44.62 Selecting previously unselected package python3-wheel.
13:48:09 [2021-05-06T13:48:09.084Z] #20 44.62 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
13:48:09 [2021-05-06T13:48:09.084Z] #20 44.63 Unpacking python3-wheel (0.32.3-2) ...
13:48:09 [2021-05-06T13:48:09.084Z] #20 44.70 Selecting previously unselected package sudo.
13:48:09 [2021-05-06T13:48:09.084Z] #20 44.71 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
13:48:09 [2021-05-06T13:48:09.084Z] #20 44.71 Unpacking sudo (1.8.27-1+deb10u3) ...
13:48:09 [2021-05-06T13:48:09.117Z] #51 ...
13:48:09 [2021-05-06T13:48:09.117Z] 
13:48:09 [2021-05-06T13:48:09.117Z] #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
13:48:09 [2021-05-06T13:48:09.117Z] #29 sha256:c878212333acddfcbbe011b2b5201f31d0ffae1f0a81a4178543a584c7eb908c
13:48:09 [2021-05-06T13:48:09.654Z] #20 45.25 Selecting previously unselected package thin-provisioning-tools.
13:48:09 [2021-05-06T13:48:09.654Z] #20 45.25 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
13:48:09 [2021-05-06T13:48:09.654Z] #20 45.26 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
13:48:09 [2021-05-06T13:48:09.913Z] #20 45.51 Selecting previously unselected package uidmap.
13:48:09 [2021-05-06T13:48:09.913Z] #20 45.53 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
13:48:09 [2021-05-06T13:48:09.913Z] #20 45.54 Unpacking uidmap (1:4.5-1.1) ...
13:48:09 [2021-05-06T13:48:09.913Z] #20 45.66 Selecting previously unselected package vim-runtime.
13:48:09 [2021-05-06T13:48:09.986Z] #67 32.59 Checking out files:  41% (800/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% (1306/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)   
13:48:09 [2021-05-06T13:48:09.986Z] #67 ...
13:48:09 [2021-05-06T13:48:09.986Z] 
13:48:09 [2021-05-06T13:48:09.986Z] #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
13:48:09 [2021-05-06T13:48:09.986Z] #51 sha256:f2522261c1fb485392905c752f35f27b56e73e5f13065a492bb4a309a1de239f
13:48:09 [2021-05-06T13:48:09.986Z] #51 24.35 + cd /tmp/tmp.Hk0OFkbF1z/src/github.com/mvdan/sh
13:48:09 [2021-05-06T13:48:09.986Z] #51 24.35 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
13:48:09 [2021-05-06T13:48:09.986Z] #51 24.56 + GO111MODULE=on
13:48:09 [2021-05-06T13:48:09.986Z] #51 24.60 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
13:48:09 [2021-05-06T13:48:09.986Z] #51 26.36 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:48:09 [2021-05-06T13:48:09.986Z] #51 26.40 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:48:09 [2021-05-06T13:48:09.986Z] #51 26.42 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:48:09 [2021-05-06T13:48:09.986Z] #51 27.09 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:48:09 [2021-05-06T13:48:09.986Z] #51 27.12 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:48:09 [2021-05-06T13:48:09.986Z] #51 28.11 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:48:09 [2021-05-06T13:48:09.986Z] #51 29.28 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:48:09 [2021-05-06T13:48:09.986Z] #51 31.57 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:48:09 [2021-05-06T13:48:09.986Z] #51 34.12 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:48:09 [2021-05-06T13:48:09.986Z] #51 34.32 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:48:09 [2021-05-06T13:48:09.986Z] #51 ...
13:48:09 [2021-05-06T13:48:09.986Z] 
13:48:09 [2021-05-06T13:48:09.986Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:48:09 [2021-05-06T13:48:09.986Z] #67 sha256:cdfebdc881e3006ee3629a3de98863c08707e202d0435661fa4e520cf163ee11
13:48:09 [2021-05-06T13:48:09.999Z] #36 ...
13:48:09 [2021-05-06T13:48:09.999Z] 
13:48:09 [2021-05-06T13:48:09.999Z] #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
13:48:09 [2021-05-06T13:48:09.999Z] #45 sha256:3aa4c770ceb36e28df1fd45c9d3650059aa078cf20331b33e6326aea6064c9e3
13:48:09 [2021-05-06T13:48:09.999Z] #45 43.13 internal/singleflight
13:48:09 [2021-05-06T13:48:09.999Z] #45 43.67 errors
13:48:09 [2021-05-06T13:48:09.999Z] #45 43.67 sort
13:48:09 [2021-05-06T13:48:09.999Z] #45 44.06 io
13:48:09 [2021-05-06T13:48:09.999Z] #45 44.73 strconv
13:48:09 [2021-05-06T13:48:09.999Z] #45 45.56 bytes
13:48:09 [2021-05-06T13:48:09.999Z] #45 47.45 bufio
13:48:09 [2021-05-06T13:48:09.999Z] #45 48.01 reflect
13:48:09 [2021-05-06T13:48:09.999Z] #45 49.08 internal/oserror
13:48:09 [2021-05-06T13:48:09.999Z] #45 49.14 syscall
13:48:09 [2021-05-06T13:48:09.999Z] #45 ...
13:48:09 [2021-05-06T13:48:09.999Z] 
13:48:09 [2021-05-06T13:48:09.999Z] #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
13:48:09 [2021-05-06T13:48:09.999Z] #56 sha256:fd9621f02a9de692404cc7a559240fbb1f8d5751bd429aae5918727ed7936cb8
13:48:09 [2021-05-06T13:48:09.999Z] #56 5.963 + RM_GOPATH=0
13:48:09 [2021-05-06T13:48:09.999Z] #56 5.963 + TMP_GOPATH=
13:48:09 [2021-05-06T13:48:09.999Z] #56 5.963 + : /build
13:48:09 [2021-05-06T13:48:09.999Z] #56 5.964 + '[' -z '' ']'
13:48:09 [2021-05-06T13:48:09.999Z] #56 5.971 ++ mktemp -d
13:48:09 [2021-05-06T13:48:09.999Z] #56 5.981 + export GOPATH=/tmp/tmp.s3ORaeQgP1
13:48:09 [2021-05-06T13:48:09.999Z] #56 5.981 + GOPATH=/tmp/tmp.s3ORaeQgP1
13:48:09 [2021-05-06T13:48:09.999Z] #56 5.981 + RM_GOPATH=1
13:48:09 [2021-05-06T13:48:09.999Z] #56 5.981 + case "$(go env GOARCH)" in
13:48:09 [2021-05-06T13:48:09.999Z] #56 5.981 ++ go env GOARCH
13:48:09 [2021-05-06T13:48:09.999Z] #56 6.019 + export GO_BUILDMODE=-buildmode=pie
13:48:09 [2021-05-06T13:48:09.999Z] #56 6.019 + GO_BUILDMODE=-buildmode=pie
13:48:09 [2021-05-06T13:48:09.999Z] #56 6.019 ++ dirname /tmp/install/install.sh
13:48:09 [2021-05-06T13:48:09.999Z] #56 6.021 + dir=/tmp/install
13:48:09 [2021-05-06T13:48:09.999Z] #56 6.021 + bin=containerd
13:48:09 [2021-05-06T13:48:09.999Z] #56 6.021 + shift
13:48:09 [2021-05-06T13:48:09.999Z] #56 6.021 + '[' '!' -f /tmp/install/containerd.installer ']'
13:48:09 [2021-05-06T13:48:09.999Z] #56 6.021 + . /tmp/install/containerd.installer
13:48:09 [2021-05-06T13:48:09.999Z] #56 6.021 ++ set -e
13:48:09 [2021-05-06T13:48:09.999Z] #56 6.021 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:48:09 [2021-05-06T13:48:09.999Z] #56 6.021 + install_containerd
13:48:09 [2021-05-06T13:48:09.999Z] #56 6.024 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e'
13:48:09 [2021-05-06T13:48:09.999Z] #56 6.026 + git clone https://github.com/containerd/containerd.git /tmp/tmp.s3ORaeQgP1/src/github.com/containerd/containerd
13:48:09 [2021-05-06T13:48:09.999Z] #56 6.026 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:48:09 [2021-05-06T13:48:09.999Z] #56 6.032 Cloning into '/tmp/tmp.s3ORaeQgP1/src/github.com/containerd/containerd'...
13:48:10 [2021-05-06T13:48:10.173Z] #20 45.66 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
13:48:10 [2021-05-06T13:48:10.173Z] #20 45.71 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
13:48:10 [2021-05-06T13:48:10.173Z] #20 45.74 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
13:48:10 [2021-05-06T13:48:10.173Z] #20 45.74 Unpacking vim-runtime (2:8.1.0875-5) ...
13:48:10 [2021-05-06T13:48:10.249Z] #67 32.59 Checking out files:  41% (800/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% (1306/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.
13:48:10 [2021-05-06T13:48:10.249Z] #67 34.63 + cd /tmp/tmp.hnzlxRkrID/src/github.com/docker/libnetwork
13:48:10 [2021-05-06T13:48:10.249Z] #67 34.63 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46
13:48:10 [2021-05-06T13:48:10.257Z] #56 ...
13:48:10 [2021-05-06T13:48:10.257Z] 
13:48:10 [2021-05-06T13:48:10.257Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:48:10 [2021-05-06T13:48:10.257Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:48:10 [2021-05-06T13:48:10.257Z] #13 33.35 Reading package lists...
13:48:10 [2021-05-06T13:48:10.257Z] #13 40.00 Building dependency tree...
13:48:10 [2021-05-06T13:48:10.257Z] #13 43.31 The following additional packages will be installed:
13:48:10 [2021-05-06T13:48:10.257Z] #13 43.31   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
13:48:10 [2021-05-06T13:48:10.257Z] #13 43.31   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
13:48:10 [2021-05-06T13:48:10.257Z] #13 43.31   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
13:48:10 [2021-05-06T13:48:10.257Z] #13 43.31   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
13:48:10 [2021-05-06T13:48:10.257Z] #13 43.31   mingw-w64-common mingw-w64-x86-64-dev
13:48:10 [2021-05-06T13:48:10.257Z] #13 43.31 Suggested packages:
13:48:10 [2021-05-06T13:48:10.257Z] #13 43.31   gcc-8-locales seccomp wine64
13:48:10 [2021-05-06T13:48:10.257Z] #13 44.53 The following NEW packages will be installed:
13:48:10 [2021-05-06T13:48:10.257Z] #13 44.53   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:48:10 [2021-05-06T13:48:10.257Z] #13 44.53   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
13:48:10 [2021-05-06T13:48:10.257Z] #13 44.54   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
13:48:10 [2021-05-06T13:48:10.257Z] #13 44.54   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
13:48:10 [2021-05-06T13:48:10.257Z] #13 44.55   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
13:48:10 [2021-05-06T13:48:10.257Z] #13 44.55   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
13:48:10 [2021-05-06T13:48:10.257Z] #13 44.56 The following packages will be upgraded:
13:48:10 [2021-05-06T13:48:10.257Z] #13 44.56   libseccomp2 libsystemd0 libudev1
13:48:10 [2021-05-06T13:48:10.257Z] #13 45.03 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded.
13:48:10 [2021-05-06T13:48:10.257Z] #13 45.03 Need to get 78.2 MB of archives.
13:48:10 [2021-05-06T13:48:10.257Z] #13 45.03 After this operation, 487 MB of additional disk space will be used.
13:48:10 [2021-05-06T13:48:10.257Z] #13 45.03 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
13:48:10 [2021-05-06T13:48:10.257Z] #13 45.03 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
13:48:10 [2021-05-06T13:48:10.257Z] #13 45.03 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB]
13:48:10 [2021-05-06T13:48:10.257Z] #13 45.03 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB]
13:48:10 [2021-05-06T13:48:10.257Z] #13 45.03 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
13:48:10 [2021-05-06T13:48:10.257Z] #13 45.26 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
13:48:10 [2021-05-06T13:48:10.257Z] #13 45.51 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
13:48:10 [2021-05-06T13:48:10.257Z] #13 45.51 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
13:48:10 [2021-05-06T13:48:10.257Z] #13 45.51 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
13:48:10 [2021-05-06T13:48:10.257Z] #13 45.55 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
13:48:10 [2021-05-06T13:48:10.257Z] #13 46.02 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
13:48:10 [2021-05-06T13:48:10.257Z] #13 46.32 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
13:48:10 [2021-05-06T13:48:10.257Z] #13 46.32 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB]
13:48:10 [2021-05-06T13:48:10.257Z] #13 49.67 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB]
13:48:10 [2021-05-06T13:48:10.515Z] #13 ...
13:48:10 [2021-05-06T13:48:10.515Z] 
13:48:10 [2021-05-06T13:48:10.515Z] #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
13:48:10 [2021-05-06T13:48:10.515Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
13:48:10 [2021-05-06T13:48:10.515Z] #32 48.24 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.
13:48:10 [2021-05-06T13:48:10.515Z] #32 48.50 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
13:48:10 [2021-05-06T13:48:10.515Z] #32 49.21 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:48:10 [2021-05-06T13:48:10.774Z] #32 ...
13:48:10 [2021-05-06T13:48:10.774Z] 
13:48:10 [2021-05-06T13:48:10.774Z] #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
13:48:10 [2021-05-06T13:48:10.774Z] #47 sha256:e09d78c3f8f28ec8553749f134c4925780cfdc20dcc73b6b1bb6e1a1157986de
13:48:10 [2021-05-06T13:48:10.774Z] #47 DONE 54.4s
13:48:10 [2021-05-06T13:48:10.774Z] 
13:48:10 [2021-05-06T13:48:10.774Z] #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
13:48:10 [2021-05-06T13:48:10.774Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:48:10 [2021-05-06T13:48:10.774Z] #42 48.84 Selecting previously unselected package libprotoc17:amd64.
13:48:10 [2021-05-06T13:48:10.774Z] #42 48.84 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
13:48:10 [2021-05-06T13:48:10.774Z] #42 48.85 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
13:48:10 [2021-05-06T13:48:10.774Z] #42 49.38 Selecting previously unselected package protobuf-c-compiler.
13:48:10 [2021-05-06T13:48:10.774Z] #42 49.38 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
13:48:10 [2021-05-06T13:48:10.774Z] #42 49.42 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
13:48:10 [2021-05-06T13:48:10.774Z] #42 49.57 Selecting previously unselected package protobuf-compiler.
13:48:10 [2021-05-06T13:48:10.774Z] #42 49.57 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
13:48:10 [2021-05-06T13:48:10.774Z] #42 49.57 Unpacking protobuf-compiler (3.6.1.3-2) ...
13:48:10 [2021-05-06T13:48:10.774Z] #42 49.81 Selecting previously unselected package python-pkg-resources.
13:48:10 [2021-05-06T13:48:10.774Z] #42 49.81 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
13:48:10 [2021-05-06T13:48:10.774Z] #42 49.81 Unpacking python-pkg-resources (40.8.0-1) ...
13:48:10 [2021-05-06T13:48:10.774Z] #42 49.97 Selecting previously unselected package python-six.
13:48:10 [2021-05-06T13:48:10.774Z] #42 49.97 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
13:48:10 [2021-05-06T13:48:10.774Z] #42 50.00 Unpacking python-six (1.12.0-1) ...
13:48:10 [2021-05-06T13:48:10.774Z] #42 50.11 Selecting previously unselected package python-protobuf.
13:48:10 [2021-05-06T13:48:10.774Z] #42 50.11 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
13:48:10 [2021-05-06T13:48:10.774Z] #42 50.11 Unpacking python-protobuf (3.6.1.3-2) ...
13:48:10 [2021-05-06T13:48:10.774Z] #42 50.68 Setting up python-pkg-resources (40.8.0-1) ...
13:48:11 [2021-05-06T13:48:11.193Z] #67 35.59 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:48:11 [2021-05-06T13:48:11.504Z] #29 11.51 
                                                                           0.0%
                                                                           1.2%
#                                                                          2.0%
##                                                                         3.1%
###                                                                        4.3%
###                                                                        5.6%
####                                                                       6.5%
#####                                                                      8.0%
#######                                                                    9.8%
########                                                                  11.2%
#########                                                                 12.7%
#########                                                                 13.6%
##########                                                                14.7%
###########                                                               15.8%
############                                                              16.7%
############                                                              16.8%
############                                                              17.8%
#############                                                             19.0%
##############                                                            20.3%
################                                                          23.1%
##################                                                        25.1%
###################                                                       26.5%
####################                                                      28.0%
#####################                                                     29.7%
######################                                                    30.7%
######################                                                    31.0%
#######################                                                   33.2%
#########################                                                 34.7%
##########################                                                36.6%
###########################                                               38.7%
#############################                                             40.8%
##############################                                            42.7%
################################                                          44.7%
#################################                                         46.6%
###################################                                       48.9%
####################################                                      50.8%
######################################                                    53.1%
#######################################                                   55.4%
########################################                                  56.6%
#########################################                                 58.1%
##########################################                                59.5%
############################################                              61.5%
#############################################                             63.3%
##############################################                            64.6%
################################################                          66.9%
#################################################                         68.6%
##################################################                        70.1%
###################################################                       71.5%
####################################################                      73.0%
#####################################################                     74.3%
######################################################                    75.5%
#######################################################                   76.6%
#######################################################                   77.8%
########################################################                  79.1%
#########################################################                 80.5%
##########################################################                81.4%
###########################################################               82.0%
############################################################              83.4%
############################################################              84.4%
##############################################################            86.2%
###############################################################           88.3%
#################################################################         90.4%
##################################################################        92.1%
###################################################################       93.8%
####################################################################      94.7%
13:48:11 [2021-05-06T13:48:11.504Z] #29 ...
13:48:11 [2021-05-06T13:48:11.504Z] 
13:48:11 [2021-05-06T13:48:11.504Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:48:11 [2021-05-06T13:48:11.504Z] #67 sha256:4b5b480d16fa94e384f05c3e28d3b7d5c0288b3781d471664b93cac3590e2782
13:48:11 [2021-05-06T13:48:11.504Z] #67 21.06 Checking out files:  63% (1203/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.
13:48:11 [2021-05-06T13:48:11.504Z] #67 21.60 + cd /tmp/tmp.cfczjhUPBx/src/github.com/docker/libnetwork
13:48:11 [2021-05-06T13:48:11.504Z] #67 21.60 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46
13:48:11 [2021-05-06T13:48:11.504Z] #67 22.22 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:48:11 [2021-05-06T13:48:11.708Z] #42 55.33 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
13:48:11 [2021-05-06T13:48:11.708Z] #42 55.34 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:48:11 [2021-05-06T13:48:11.708Z] #42 55.35 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:48:11 [2021-05-06T13:48:11.708Z] #42 55.37 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
13:48:11 [2021-05-06T13:48:11.708Z] #42 55.38 Setting up python-six (1.12.0-1) ...
13:48:11 [2021-05-06T13:48:11.768Z] #67 ...
13:48:11 [2021-05-06T13:48:11.768Z] 
13:48:11 [2021-05-06T13:48:11.768Z] #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
13:48:11 [2021-05-06T13:48:11.768Z] #29 sha256:c878212333acddfcbbe011b2b5201f31d0ffae1f0a81a4178543a584c7eb908c
13:48:12 [2021-05-06T13:48:12.047Z] #29 11.51 
                                                                           0.0%
                                                                           1.2%
#                                                                          2.0%
##                                                                         3.1%
###                                                                        4.3%
###                                                                        5.6%
####                                                                       6.5%
#####                                                                      8.0%
#######                                                                    9.8%
########                                                                  11.2%
#########                                                                 12.7%
#########                                                                 13.6%
##########                                                                14.7%
###########                                                               15.8%
############                                                              16.7%
############                                                              16.8%
############                                                              17.8%
#############                                                             19.0%
##############                                                            20.3%
################                                                          23.1%
##################                                                        25.1%
###################                                                       26.5%
####################                                                      28.0%
#####################                                                     29.7%
######################                                                    30.7%
######################                                                    31.0%
#######################                                                   33.2%
#########################                                                 34.7%
##########################                                                36.6%
###########################                                               38.7%
#############################                                             40.8%
##############################                                            42.7%
################################                                          44.7%
#################################                                         46.6%
###################################                                       48.9%
####################################                                      50.8%
######################################                                    53.1%
#######################################                                   55.4%
########################################                                  56.6%
#########################################                                 58.1%
##########################################                                59.5%
############################################                              61.5%
#############################################                             63.3%
##############################################                            64.6%
################################################                          66.9%
#################################################                         68.6%
##################################################                        70.1%
###################################################                       71.5%
####################################################                      73.0%
#####################################################                     74.3%
######################################################                    75.5%
#######################################################                   76.6%
#######################################################                   77.8%
########################################################                  79.1%
#########################################################                 80.5%
##########################################################                81.4%
###########################################################               82.0%
############################################################              83.4%
############################################################              84.4%
##############################################################            86.2%
###############################################################           88.3%
#################################################################         90.4%
##################################################################        92.1%
###################################################################       93.8%
####################################################################      94.7%
#####################################################################     96.1%
######################################################################    97.4%
######################################################################    98.2%
#######################################################################   99.6%
######################################################################## 100.0%
13:48:12 [2021-05-06T13:48:12.047Z] #29 19.00 
13:48:12 [2021-05-06T13:48:12.139Z] #67 ...
13:48:12 [2021-05-06T13:48:12.139Z] 
13:48:12 [2021-05-06T13:48:12.139Z] #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
13:48:12 [2021-05-06T13:48:12.139Z] #45 sha256:22cfca3a0b4c3e4e5ef538e0315c7e1331d173e069c46336ca9c501feaa5efbb
13:48:12 [2021-05-06T13:48:12.139Z] #45 26.58 internal/testlog
13:48:12 [2021-05-06T13:48:12.139Z] #45 27.12 encoding
13:48:12 [2021-05-06T13:48:12.139Z] #45 27.39 unicode/utf16
13:48:12 [2021-05-06T13:48:12.139Z] #45 27.67 container/list
13:48:12 [2021-05-06T13:48:12.139Z] #45 28.54 crypto/internal/subtle
13:48:12 [2021-05-06T13:48:12.139Z] #45 28.90 crypto/subtle
13:48:12 [2021-05-06T13:48:12.139Z] #45 29.14 vendor/golang.org/x/crypto/cryptobyte/asn1
13:48:12 [2021-05-06T13:48:12.139Z] #45 29.32 internal/nettrace
13:48:12 [2021-05-06T13:48:12.139Z] #45 29.65 runtime/cgo
13:48:12 [2021-05-06T13:48:12.272Z] #42 ...
13:48:12 [2021-05-06T13:48:12.272Z] 
13:48:12 [2021-05-06T13:48:12.272Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:48:12 [2021-05-06T13:48:12.272Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:48:12 [2021-05-06T13:48:12.272Z] #36 54.54 Selecting previously unselected package libxml2:amd64.
13:48:12 [2021-05-06T13:48:12.272Z] #36 54.54 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
13:48:12 [2021-05-06T13:48:12.272Z] #36 54.54 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
13:48:12 [2021-05-06T13:48:12.272Z] #36 55.16 Selecting previously unselected package libarchive13:amd64.
13:48:12 [2021-05-06T13:48:12.272Z] #36 55.16 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
13:48:12 [2021-05-06T13:48:12.272Z] #36 55.18 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
13:48:12 [2021-05-06T13:48:12.272Z] #36 55.55 Selecting previously unselected package libjsoncpp1:amd64.
13:48:12 [2021-05-06T13:48:12.272Z] #36 55.58 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
13:48:12 [2021-05-06T13:48:12.272Z] #36 55.58 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
13:48:12 [2021-05-06T13:48:12.272Z] #36 55.72 Selecting previously unselected package librhash0:amd64.
13:48:12 [2021-05-06T13:48:12.272Z] #36 55.72 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
13:48:12 [2021-05-06T13:48:12.272Z] #36 55.72 Unpacking librhash0:amd64 (1.3.8-1) ...
13:48:12 [2021-05-06T13:48:12.272Z] #36 55.93 Selecting previously unselected package libuv1:amd64.
13:48:12 [2021-05-06T13:48:12.272Z] #36 55.93 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
13:48:12 [2021-05-06T13:48:12.272Z] #36 55.93 Unpacking libuv1:amd64 (1.24.1-1) ...
13:48:12 [2021-05-06T13:48:12.401Z] #45 ...
13:48:12 [2021-05-06T13:48:12.401Z] 
13:48:12 [2021-05-06T13:48:12.401Z] #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
13:48:12 [2021-05-06T13:48:12.401Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:48:12 [2021-05-06T13:48:12.401Z] #40 33.10 Checking out files:  57% (980/1693)   
Checking out files:  58% (982/1693)   
Checking out files:  59% (999/1693)   
Checking out files:  60% (1016/1693)   
Checking out files:  61% (1033/1693)   
Checking out files:  62% (1050/1693)   
Checking out files:  63% (1067/1693)   
Checking out files:  64% (1084/1693)   
Checking out files:  65% (1101/1693)   
Checking out files:  66% (1118/1693)   
Checking out files:  67% (1135/1693)   
Checking out files:  68% (1152/1693)   
Checking out files:  69% (1169/1693)   
Checking out files:  70% (1186/1693)   
Checking out files:  71% (1203/1693)   
Checking out files:  72% (1219/1693)   
Checking out files:  73% (1236/1693)   
Checking out files:  74% (1253/1693)   
Checking out files:  75% (1270/1693)   
Checking out files:  76% (1287/1693)   
Checking out files:  77% (1304/1693)   
Checking out files:  78% (1321/1693)   
Checking out files:  79% (1338/1693)   
Checking out files:  80% (1355/1693)   
Checking out files:  81% (1372/1693)   
Checking out files:  82% (1389/1693)   
Checking out files:  83% (1406/1693)   
Checking out files:  84% (1423/1693)   
Checking out files:  85% (1440/1693)   
Checking out files:  86% (1456/1693)   
Checking out files:  87% (1473/1693)   
Checking out files:  88% (1490/1693)   
Checking out files:  89% (1507/1693)   
Checking out files:  90% (1524/1693)   
Checking out files:  91% (1541/1693)   
Checking out files:  92% (1558/1693)   
Checking out files:  93% (1575/1693)   
Checking out files:  94% (1592/1693)   
Checking out files:  95% (1609/1693)   
Checking out files:  96% (1626/1693)   
Checking out files:  97% (1643/1693)   
Checking out files:  98% (1660/1693)   
Checking out files:  99% (1677/1693)   
Checking out files: 100% (1693/1693)   
Checking out files: 100% (1693/1693), done.
13:48:12 [2021-05-06T13:48:12.401Z] #40 33.97 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
13:48:12 [2021-05-06T13:48:12.529Z] #36 56.26 Selecting previously unselected package cmake.
13:48:12 [2021-05-06T13:48:12.529Z] #36 56.26 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
13:48:12 [2021-05-06T13:48:12.529Z] #36 56.33 Unpacking cmake (3.13.4-1) ...
13:48:12 [2021-05-06T13:48:12.999Z] #29 ...
13:48:12 [2021-05-06T13:48:12.999Z] 
13:48:12 [2021-05-06T13:48:12.999Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:48:12 [2021-05-06T13:48:12.999Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
13:48:12 [2021-05-06T13:48:12.999Z] #13 16.19 Reading package lists...
13:48:12 [2021-05-06T13:48:12.999Z] #13 21.48 Reading package lists...
13:48:12 [2021-05-06T13:48:12.999Z] #13 27.05 Building dependency tree...
13:48:12 [2021-05-06T13:48:12.999Z] #13 30.12 The following additional packages will be installed:
13:48:12 [2021-05-06T13:48:12.999Z] #13 30.13   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
13:48:12 [2021-05-06T13:48:12.999Z] #13 30.13   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
13:48:12 [2021-05-06T13:48:12.999Z] #13 30.13   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
13:48:12 [2021-05-06T13:48:12.999Z] #13 30.14   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
13:48:12 [2021-05-06T13:48:12.999Z] #13 30.14   mingw-w64-common mingw-w64-x86-64-dev
13:48:12 [2021-05-06T13:48:12.999Z] #13 30.14 Suggested packages:
13:48:12 [2021-05-06T13:48:12.999Z] #13 30.14   gcc-8-locales seccomp wine64
13:48:12 [2021-05-06T13:48:12.999Z] #13 ...
13:48:12 [2021-05-06T13:48:12.999Z] 
13:48:12 [2021-05-06T13:48:12.999Z] #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
13:48:12 [2021-05-06T13:48:12.999Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
13:48:12 [2021-05-06T13:48:12.999Z] #42 22.54 Reading package lists...
13:48:12 [2021-05-06T13:48:12.999Z] #42 27.86 Building dependency tree...
13:48:12 [2021-05-06T13:48:12.999Z] #42 30.96 The following additional packages will be installed:
13:48:12 [2021-05-06T13:48:12.999Z] #42 30.96   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
13:48:12 [2021-05-06T13:48:12.999Z] #42 30.96   libprotoc17 python-pkg-resources python-six zlib1g-dev
13:48:12 [2021-05-06T13:48:12.999Z] #42 30.97 Suggested packages:
13:48:12 [2021-05-06T13:48:12.999Z] #42 30.97   manpages-dev python-setuptools
13:48:12 [2021-05-06T13:48:12.999Z] #42 32.04 The following NEW packages will be installed:
13:48:12 [2021-05-06T13:48:12.999Z] #42 32.05   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
13:48:12 [2021-05-06T13:48:12.999Z] #42 32.05   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
13:48:12 [2021-05-06T13:48:12.999Z] #42 32.05   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
13:48:12 [2021-05-06T13:48:12.999Z] #42 32.05   python-six zlib1g-dev
13:48:13 [2021-05-06T13:48:13.000Z] #42 32.43 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded.
13:48:13 [2021-05-06T13:48:13.000Z] #42 32.43 Need to get 3798 kB of archives.
13:48:13 [2021-05-06T13:48:13.000Z] #42 32.43 After this operation, 21.6 MB of additional disk space will be used.
13:48:13 [2021-05-06T13:48:13.000Z] #42 32.43 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB]
13:48:13 [2021-05-06T13:48:13.000Z] #42 32.43 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
13:48:13 [2021-05-06T13:48:13.000Z] #42 32.44 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB]
13:48:13 [2021-05-06T13:48:13.000Z] #42 32.44 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
13:48:13 [2021-05-06T13:48:13.000Z] #42 32.44 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB]
13:48:13 [2021-05-06T13:48:13.000Z] #42 32.45 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
13:48:13 [2021-05-06T13:48:13.000Z] #42 32.46 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB]
13:48:13 [2021-05-06T13:48:13.000Z] #42 32.47 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB]
13:48:13 [2021-05-06T13:48:13.000Z] #42 32.49 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB]
13:48:13 [2021-05-06T13:48:13.000Z] #42 32.53 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB]
13:48:13 [2021-05-06T13:48:13.000Z] #42 32.55 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB]
13:48:13 [2021-05-06T13:48:13.000Z] #42 32.62 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB]
13:48:13 [2021-05-06T13:48:13.000Z] #42 32.65 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB]
13:48:13 [2021-05-06T13:48:13.000Z] #42 32.69 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB]
13:48:13 [2021-05-06T13:48:13.000Z] #42 32.69 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB]
13:48:13 [2021-05-06T13:48:13.000Z] #42 32.69 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB]
13:48:13 [2021-05-06T13:48:13.000Z] #42 32.72 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB]
13:48:13 [2021-05-06T13:48:13.235Z] #40 37.13 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
13:48:13 [2021-05-06T13:48:13.465Z] #20 48.90 Selecting previously unselected package vim.
13:48:13 [2021-05-06T13:48:13.465Z] #20 48.93 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
13:48:13 [2021-05-06T13:48:13.465Z] #20 48.95 Unpacking vim (2:8.1.0875-5) ...
13:48:13 [2021-05-06T13:48:13.579Z] #42 ...
13:48:13 [2021-05-06T13:48:13.579Z] 
13:48:13 [2021-05-06T13:48:13.579Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:48:13 [2021-05-06T13:48:13.579Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
13:48:13 [2021-05-06T13:48:13.579Z] #13 31.18 The following NEW packages will be installed:
13:48:13 [2021-05-06T13:48:13.579Z] #13 31.19   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:48:13 [2021-05-06T13:48:13.579Z] #13 31.20   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
13:48:13 [2021-05-06T13:48:13.579Z] #13 31.20   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
13:48:13 [2021-05-06T13:48:13.579Z] #13 31.20   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
13:48:13 [2021-05-06T13:48:13.579Z] #13 31.20   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
13:48:13 [2021-05-06T13:48:13.579Z] #13 31.20   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
13:48:13 [2021-05-06T13:48:13.579Z] #13 31.21 The following packages will be upgraded:
13:48:13 [2021-05-06T13:48:13.579Z] #13 31.22   libseccomp2 libsystemd0 libudev1
13:48:13 [2021-05-06T13:48:13.579Z] #13 31.62 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded.
13:48:13 [2021-05-06T13:48:13.579Z] #13 31.62 Need to get 73.8 MB of archives.
13:48:13 [2021-05-06T13:48:13.579Z] #13 31.62 After this operation, 472 MB of additional disk space will be used.
13:48:13 [2021-05-06T13:48:13.579Z] #13 31.62 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd0 arm64 241-7~deb10u7 [314 kB]
13:48:13 [2021-05-06T13:48:13.579Z] #13 31.65 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev1 arm64 241-7~deb10u7 [146 kB]
13:48:13 [2021-05-06T13:48:13.579Z] #13 31.66 Get:3 http://deb.debian.org/debian buster-backports/main arm64 libseccomp2 arm64 2.4.4-1~bpo10+1 [44.2 kB]
13:48:13 [2021-05-06T13:48:13.579Z] #13 31.70 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB]
13:48:13 [2021-05-06T13:48:13.724Z] #20 49.46 Selecting previously unselected package xfsprogs.
13:48:13 [2021-05-06T13:48:13.724Z] #20 ...
13:48:13 [2021-05-06T13:48:13.724Z] 
13:48:13 [2021-05-06T13:48:13.724Z] #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
13:48:13 [2021-05-06T13:48:13.724Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:48:13 [2021-05-06T13:48:13.724Z] #43 100.3   CC       criu/cr-errno.o
13:48:13 [2021-05-06T13:48:13.724Z] #43 100.4   CC       criu/cr-restore.o
13:48:13 [2021-05-06T13:48:13.724Z] #43 105.2   CC       criu/cr-service.o
13:48:13 [2021-05-06T13:48:13.724Z] #43 106.8   CC       criu/crtools.o
13:48:13 [2021-05-06T13:48:13.724Z] #43 107.5   CC       criu/eventfd.o
13:48:13 [2021-05-06T13:48:13.724Z] #43 107.9   CC       criu/eventpoll.o
13:48:13 [2021-05-06T13:48:13.724Z] #43 108.8   CC       criu/external.o
13:48:13 [2021-05-06T13:48:13.724Z] #43 109.2   CC       criu/fault-injection.o
13:48:13 [2021-05-06T13:48:13.724Z] #43 109.3   CC       criu/fdstore.o
13:48:13 [2021-05-06T13:48:13.724Z] #43 109.8   CC       criu/fifo.o
13:48:13 [2021-05-06T13:48:13.724Z] #43 110.1   CC       criu/file-ids.o
13:48:13 [2021-05-06T13:48:13.860Z] #13 31.74 Get:5 http://deb.debian.org/debian buster-backports/main arm64 libseccomp-dev arm64 2.4.4-1~bpo10+1 [73.8 kB]
13:48:13 [2021-05-06T13:48:13.984Z] #43 110.5   CC       criu/file-lock.o
13:48:13 [2021-05-06T13:48:13.984Z] #43 ...
13:48:13 [2021-05-06T13:48:13.984Z] 
13:48:13 [2021-05-06T13:48:13.984Z] #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
13:48:13 [2021-05-06T13:48:13.984Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:48:13 [2021-05-06T13:48:13.984Z] #20 49.46 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
13:48:13 [2021-05-06T13:48:13.984Z] #20 49.47 Unpacking xfsprogs (4.20.0-1) ...
13:48:14 [2021-05-06T13:48:14.125Z] #13 31.97 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB]
13:48:14 [2021-05-06T13:48:14.125Z] #13 32.22 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
13:48:14 [2021-05-06T13:48:14.125Z] #13 32.24 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB]
13:48:14 [2021-05-06T13:48:14.125Z] #13 32.27 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB]
13:48:14 [2021-05-06T13:48:14.125Z] #13 ...
13:48:14 [2021-05-06T13:48:14.125Z] 
13:48:14 [2021-05-06T13:48:14.125Z] #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
13:48:14 [2021-05-06T13:48:14.125Z] #49 sha256:96758323359f10fc8c1b99bd86656b2cf00c2e937a436c92fabcd87986069191
13:48:14 [2021-05-06T13:48:14.125Z] #49 23.80 go: downloading github.com/magiconair/properties v1.8.1
13:48:14 [2021-05-06T13:48:14.125Z] #49 23.84 go: extracting github.com/pelletier/go-toml v1.2.0
13:48:14 [2021-05-06T13:48:14.125Z] #49 23.91 go: extracting github.com/go-critic/go-critic v0.4.1
13:48:14 [2021-05-06T13:48:14.125Z] #49 23.96 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:48:14 [2021-05-06T13:48:14.125Z] #49 24.01 go: extracting github.com/fsnotify/fsnotify v1.4.7
13:48:14 [2021-05-06T13:48:14.125Z] #49 24.23 go: extracting gopkg.in/yaml.v2 v2.2.7
13:48:14 [2021-05-06T13:48:14.125Z] #49 24.24 go: downloading golang.org/x/text v0.3.2
13:48:14 [2021-05-06T13:48:14.125Z] #49 24.38 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:48:14 [2021-05-06T13:48:14.125Z] #49 24.50 go: extracting github.com/magiconair/properties v1.8.1
13:48:14 [2021-05-06T13:48:14.125Z] #49 24.96 go: downloading github.com/spf13/cast v1.3.0
13:48:14 [2021-05-06T13:48:14.125Z] #49 25.05 go: downloading gopkg.in/ini.v1 v1.51.0
13:48:14 [2021-05-06T13:48:14.125Z] #49 25.08 go: downloading github.com/spf13/jwalterweatherman v1.0.0
13:48:14 [2021-05-06T13:48:14.125Z] #49 25.21 go: extracting github.com/spf13/cast v1.3.0
13:48:14 [2021-05-06T13:48:14.125Z] #49 25.24 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:48:14 [2021-05-06T13:48:14.125Z] #49 25.39 go: downloading github.com/stretchr/testify v1.4.0
13:48:14 [2021-05-06T13:48:14.125Z] #49 25.48 go: downloading github.com/sirupsen/logrus v1.4.2
13:48:14 [2021-05-06T13:48:14.125Z] #49 25.49 go: extracting gopkg.in/ini.v1 v1.51.0
13:48:14 [2021-05-06T13:48:14.125Z] #49 25.50 go: extracting github.com/spf13/jwalterweatherman v1.0.0
13:48:14 [2021-05-06T13:48:14.125Z] #49 25.63 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:48:14 [2021-05-06T13:48:14.125Z] #49 25.82 go: downloading github.com/spf13/afero v1.1.2
13:48:14 [2021-05-06T13:48:14.125Z] #49 25.90 go: extracting github.com/stretchr/testify v1.4.0
13:48:14 [2021-05-06T13:48:14.125Z] #49 25.97 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:48:14 [2021-05-06T13:48:14.125Z] #49 26.21 go: extracting github.com/sirupsen/logrus v1.4.2
13:48:14 [2021-05-06T13:48:14.125Z] #49 26.52 go: extracting github.com/spf13/afero v1.1.2
13:48:14 [2021-05-06T13:48:14.125Z] #49 26.62 go: downloading github.com/davecgh/go-spew v1.1.1
13:48:14 [2021-05-06T13:48:14.125Z] #49 26.64 go: downloading github.com/pmezard/go-difflib v1.0.0
13:48:14 [2021-05-06T13:48:14.125Z] #49 26.66 go: downloading github.com/stretchr/objx v0.2.0
13:48:14 [2021-05-06T13:48:14.125Z] #49 26.86 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
13:48:14 [2021-05-06T13:48:14.125Z] #49 27.04 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:48:14 [2021-05-06T13:48:14.125Z] #49 27.15 go: extracting github.com/pmezard/go-difflib v1.0.0
13:48:14 [2021-05-06T13:48:14.125Z] #49 27.24 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
13:48:14 [2021-05-06T13:48:14.125Z] #49 27.35 go: extracting github.com/davecgh/go-spew v1.1.1
13:48:14 [2021-05-06T13:48:14.125Z] #49 27.46 go: extracting github.com/stretchr/objx v0.2.0
13:48:14 [2021-05-06T13:48:14.125Z] #49 27.50 go: downloading github.com/go-toolsmith/astcopy v1.0.0
13:48:14 [2021-05-06T13:48:14.125Z] #49 27.50 go: downloading github.com/go-toolsmith/astcast v1.0.0
13:48:14 [2021-05-06T13:48:14.125Z] #49 27.54 go: downloading github.com/go-toolsmith/astp v1.0.0
13:48:14 [2021-05-06T13:48:14.125Z] #49 27.73 go: extracting github.com/go-toolsmith/astp v1.0.0
13:48:14 [2021-05-06T13:48:14.125Z] #49 27.80 go: extracting github.com/go-toolsmith/astcopy v1.0.0
13:48:14 [2021-05-06T13:48:14.125Z] #49 27.82 go: downloading github.com/go-toolsmith/strparse v1.0.0
13:48:14 [2021-05-06T13:48:14.125Z] #49 27.82 go: extracting github.com/go-toolsmith/astcast v1.0.0
13:48:14 [2021-05-06T13:48:14.125Z] #49 27.84 go: downloading github.com/go-toolsmith/astequal v1.0.0
13:48:14 [2021-05-06T13:48:14.125Z] #49 28.07 go: downloading github.com/go-toolsmith/typep v1.0.0
13:48:14 [2021-05-06T13:48:14.125Z] #49 28.16 go: extracting github.com/go-toolsmith/strparse v1.0.0
13:48:14 [2021-05-06T13:48:14.125Z] #49 28.23 go: extracting github.com/go-toolsmith/astequal v1.0.0
13:48:14 [2021-05-06T13:48:14.125Z] #49 28.23 go: extracting github.com/go-toolsmith/typep v1.0.0
13:48:14 [2021-05-06T13:48:14.125Z] #49 28.23 go: extracting github.com/gogo/protobuf v1.2.1
13:48:14 [2021-05-06T13:48:14.125Z] #49 32.68 go: extracting golang.org/x/text v0.3.2
13:48:14 [2021-05-06T13:48:14.389Z] #49 ...
13:48:14 [2021-05-06T13:48:14.389Z] 
13:48:14 [2021-05-06T13:48:14.389Z] #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
13:48:14 [2021-05-06T13:48:14.389Z] #29 sha256:c878212333acddfcbbe011b2b5201f31d0ffae1f0a81a4178543a584c7eb908c
13:48:14 [2021-05-06T13:48:14.389Z] #29 20.26 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
13:48:14 [2021-05-06T13:48:14.389Z] #29 20.69 
13:48:14 [2021-05-06T13:48:14.389Z] #29 20.93 
                                                                           0.2%
######################################################################## 100.0%
13:48:14 [2021-05-06T13:48:14.389Z] #29 21.11 
13:48:14 [2021-05-06T13:48:14.551Z] #20 49.94 Selecting previously unselected package zip.
13:48:14 [2021-05-06T13:48:14.551Z] #20 49.95 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
13:48:14 [2021-05-06T13:48:14.551Z] #20 49.96 Unpacking zip (3.0-11+b1) ...
13:48:14 [2021-05-06T13:48:14.551Z] #20 50.11 Setting up aufs-tools (1:4.14+20190211-1) ...
13:48:14 [2021-05-06T13:48:14.551Z] #20 50.14 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
13:48:14 [2021-05-06T13:48:14.551Z] #20 50.15 Setting up libip6tc0:amd64 (1.8.2-4) ...
13:48:14 [2021-05-06T13:48:14.551Z] #20 50.17 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
13:48:14 [2021-05-06T13:48:14.551Z] #20 50.18 Setting up libgpm2:amd64 (1.20.7-5) ...
13:48:14 [2021-05-06T13:48:14.551Z] #20 50.19 Setting up libip4tc0:amd64 (1.8.2-4) ...
13:48:14 [2021-05-06T13:48:14.551Z] #20 50.20 Setting up uidmap (1:4.5-1.1) ...
13:48:14 [2021-05-06T13:48:14.551Z] #20 50.21 Setting up libnftnl11:amd64 (1.1.2-2) ...
13:48:14 [2021-05-06T13:48:14.551Z] #20 50.23 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:48:14 [2021-05-06T13:48:14.551Z] #20 50.24 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
13:48:14 [2021-05-06T13:48:14.551Z] #20 50.25 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:48:14 [2021-05-06T13:48:14.551Z] #20 50.26 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
13:48:14 [2021-05-06T13:48:14.811Z] #20 50.27 Setting up xxd (2:8.1.0875-5) ...
13:48:14 [2021-05-06T13:48:14.811Z] #20 50.28 Setting up zip (3.0-11+b1) ...
13:48:14 [2021-05-06T13:48:14.811Z] #20 50.30 Setting up vim-common (2:8.1.0875-5) ...
13:48:14 [2021-05-06T13:48:14.811Z] #20 50.32 Setting up bash-completion (1:2.8-6) ...
13:48:15 [2021-05-06T13:48:15.361Z] #29 22.13 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
13:48:15 [2021-05-06T13:48:15.716Z] #29 22.46 
13:48:15 [2021-05-06T13:48:15.817Z] #36 ...
13:48:15 [2021-05-06T13:48:15.817Z] 
13:48:15 [2021-05-06T13:48:15.817Z] #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
13:48:15 [2021-05-06T13:48:15.817Z] #51 sha256:599b9995023cc44f3c005cc58f662788e0e2a3dde9f6b5bd44522033c48a59f3
13:48:15 [2021-05-06T13:48:15.817Z] #51 49.32 syscall
13:48:15 [2021-05-06T13:48:15.817Z] #51 49.38 reflect
13:48:15 [2021-05-06T13:48:15.817Z] #51 56.79 time
13:48:15 [2021-05-06T13:48:15.817Z] #51 ...
13:48:15 [2021-05-06T13:48:15.817Z] 
13:48:15 [2021-05-06T13:48:15.817Z] #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
13:48:15 [2021-05-06T13:48:15.817Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:48:15 [2021-05-06T13:48:15.817Z] #42 59.39 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
13:48:15 [2021-05-06T13:48:15.817Z] #42 59.43 Setting up libnl-3-200:amd64 (3.4.0-1) ...
13:48:15 [2021-05-06T13:48:15.817Z] #42 59.44 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
13:48:15 [2021-05-06T13:48:15.817Z] #42 59.45 Setting up libcap-dev:amd64 (1:2.25-2) ...
13:48:15 [2021-05-06T13:48:15.817Z] #42 59.46 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
13:48:15 [2021-05-06T13:48:15.817Z] #42 59.47 Setting up protobuf-compiler (3.6.1.3-2) ...
13:48:15 [2021-05-06T13:48:15.817Z] #42 59.48 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
13:48:15 [2021-05-06T13:48:15.817Z] #42 59.49 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
13:48:15 [2021-05-06T13:48:15.817Z] #42 59.50 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
13:48:15 [2021-05-06T13:48:15.817Z] #42 59.53 Setting up python-protobuf (3.6.1.3-2) ...
13:48:16 [2021-05-06T13:48:16.091Z] #29 22.62 
#################                                                         23.6%
#################                                                         23.7%
######################################################################## 100.0%
13:48:16 [2021-05-06T13:48:16.357Z] #29 22.97 
13:48:17 [2021-05-06T13:48:17.211Z] #42 ...
13:48:17 [2021-05-06T13:48:17.211Z] 
13:48:17 [2021-05-06T13:48:17.211Z] #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
13:48:17 [2021-05-06T13:48:17.211Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:48:17 [2021-05-06T13:48:17.211Z] #36 59.52 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
13:48:17 [2021-05-06T13:48:17.211Z] #36 59.54 Setting up xxd (2:8.1.0875-5) ...
13:48:17 [2021-05-06T13:48:17.211Z] #36 59.55 Setting up libuv1:amd64 (1.24.1-1) ...
13:48:17 [2021-05-06T13:48:17.211Z] #36 59.56 Setting up vim-common (2:8.1.0875-5) ...
13:48:17 [2021-05-06T13:48:17.211Z] #36 59.61 Setting up librhash0:amd64 (1.3.8-1) ...
13:48:17 [2021-05-06T13:48:17.211Z] #36 59.63 Setting up cmake-data (3.13.4-1) ...
13:48:17 [2021-05-06T13:48:17.211Z] #36 59.64 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
13:48:17 [2021-05-06T13:48:17.211Z] #36 59.67 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
13:48:17 [2021-05-06T13:48:17.211Z] #36 59.73 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
13:48:17 [2021-05-06T13:48:17.211Z] #36 59.73 Setting up cmake (3.13.4-1) ...
13:48:17 [2021-05-06T13:48:17.211Z] #36 59.75 Processing triggers for libc-bin (2.28-10) ...
13:48:17 [2021-05-06T13:48:17.211Z] #36 59.83 Processing triggers for mime-support (3.62) ...
13:48:17 [2021-05-06T13:48:17.211Z] #36 DONE 61.1s
13:48:17 [2021-05-06T13:48:17.306Z] #29 23.96 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
13:48:17 [2021-05-06T13:48:17.306Z] #29 24.23 
13:48:17 [2021-05-06T13:48:17.349Z] #20 53.09 Setting up libiptc0:amd64 (1.8.2-4) ...
13:48:17 [2021-05-06T13:48:17.470Z] 
13:48:17 [2021-05-06T13:48:17.470Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:48:17 [2021-05-06T13:48:17.470Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:48:17 [2021-05-06T13:48:17.470Z] #13 51.96 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
13:48:17 [2021-05-06T13:48:17.470Z] #13 51.96 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
13:48:17 [2021-05-06T13:48:17.470Z] #13 51.96 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
13:48:17 [2021-05-06T13:48:17.470Z] #13 51.96 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
13:48:17 [2021-05-06T13:48:17.470Z] #13 51.96 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
13:48:17 [2021-05-06T13:48:17.470Z] #13 51.96 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
13:48:17 [2021-05-06T13:48:17.470Z] #13 51.96 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
13:48:17 [2021-05-06T13:48:17.470Z] #13 51.96 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
13:48:17 [2021-05-06T13:48:17.470Z] #13 51.96 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
13:48:17 [2021-05-06T13:48:17.470Z] #13 51.98 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
13:48:17 [2021-05-06T13:48:17.470Z] #13 51.99 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
13:48:17 [2021-05-06T13:48:17.470Z] #13 52.06 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
13:48:17 [2021-05-06T13:48:17.470Z] #13 52.06 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
13:48:17 [2021-05-06T13:48:17.470Z] #13 52.06 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
13:48:17 [2021-05-06T13:48:17.470Z] #13 53.12 debconf: delaying package configuration, since apt-utils is not installed
13:48:17 [2021-05-06T13:48:17.470Z] #13 53.29 Fetched 78.2 MB in 7s (10.6 MB/s)
13:48:17 [2021-05-06T13:48:17.470Z] #13 53.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.)
13:48:17 [2021-05-06T13:48:17.470Z] #13 53.49 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ...
13:48:17 [2021-05-06T13:48:17.470Z] #13 53.50 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
13:48:17 [2021-05-06T13:48:17.470Z] #13 53.95 Setting up libsystemd0:amd64 (241-7~deb10u7) ...
13:48:17 [2021-05-06T13:48:17.470Z] #13 54.14 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:48:17 [2021-05-06T13:48:17.470Z] #13 54.19 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
13:48:17 [2021-05-06T13:48:17.470Z] #13 54.22 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
13:48:17 [2021-05-06T13:48:17.470Z] #13 54.42 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
13:48:17 [2021-05-06T13:48:17.470Z] #13 54.58 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:48:17 [2021-05-06T13:48:17.470Z] #13 54.67 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ...
13:48:17 [2021-05-06T13:48:17.470Z] #13 54.68 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
13:48:17 [2021-05-06T13:48:17.470Z] #13 54.95 Setting up libudev1:amd64 (241-7~deb10u7) ...
13:48:17 [2021-05-06T13:48:17.470Z] #13 55.08 Selecting previously unselected package binutils-mingw-w64-i686.
13:48:17 [2021-05-06T13:48:17.470Z] #13 55.08 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:48:17 [2021-05-06T13:48:17.470Z] #13 55.16 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
13:48:17 [2021-05-06T13:48:17.470Z] #13 55.17 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
13:48:17 [2021-05-06T13:48:17.609Z] #20 53.11 Setting up xz-utils (5.2.4-1) ...
13:48:17 [2021-05-06T13:48:17.609Z] #20 53.12 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:48:17 [2021-05-06T13:48:17.609Z] #20 53.15 Setting up sudo (1.8.27-1+deb10u3) ...
13:48:17 [2021-05-06T13:48:17.609Z] #20 53.23 invoke-rc.d: could not determine current runlevel
13:48:17 [2021-05-06T13:48:17.609Z] #20 53.24 invoke-rc.d: policy-rc.d denied execution of start.
13:48:17 [2021-05-06T13:48:17.609Z] #20 53.24 Setting up pigz (2.4-1) ...
13:48:17 [2021-05-06T13:48:17.609Z] #20 53.26 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
13:48:17 [2021-05-06T13:48:17.609Z] #20 53.27 Setting up libnl-3-200:amd64 (3.4.0-1) ...
13:48:17 [2021-05-06T13:48:17.609Z] #20 53.28 Setting up python-pip-whl (18.1-5) ...
13:48:17 [2021-05-06T13:48:17.609Z] #20 53.29 Setting up libmpdec2:amd64 (2.4.2-2) ...
13:48:17 [2021-05-06T13:48:17.609Z] #20 53.31 Setting up vim-runtime (2:8.1.0875-5) ...
13:48:18 [2021-05-06T13:48:18.038Z] #13 57.68 Selecting previously unselected package binutils-mingw-w64-x86-64.
13:48:18 [2021-05-06T13:48:18.136Z] #29 24.42 
                                                                           0.0%
####                                                                       5.7%
#########                                                                 13.4%
#############                                                             19.4%
13:48:18 [2021-05-06T13:48:18.136Z] #29 ...
13:48:18 [2021-05-06T13:48:18.136Z] 
13:48:18 [2021-05-06T13:48:18.136Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:48:18 [2021-05-06T13:48:18.136Z] #67 sha256:4b5b480d16fa94e384f05c3e28d3b7d5c0288b3781d471664b93cac3590e2782
13:48:18 [2021-05-06T13:48:18.136Z] #67 DONE 37.7s
13:48:18 [2021-05-06T13:48:18.136Z] 
13:48:18 [2021-05-06T13:48:18.136Z] #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
13:48:18 [2021-05-06T13:48:18.136Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
13:48:18 [2021-05-06T13:48:18.136Z] #55 22.28 Reading package lists...
13:48:18 [2021-05-06T13:48:18.136Z] #55 28.08 Building dependency tree...
13:48:18 [2021-05-06T13:48:18.136Z] #55 31.17 The following additional packages will be installed:
13:48:18 [2021-05-06T13:48:18.136Z] #55 31.18   libbtrfs0
13:48:18 [2021-05-06T13:48:18.136Z] #55 31.31 The following NEW packages will be installed:
13:48:18 [2021-05-06T13:48:18.136Z] #55 31.31   libbtrfs-dev libbtrfs0
13:48:18 [2021-05-06T13:48:18.136Z] #55 31.69 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded.
13:48:18 [2021-05-06T13:48:18.136Z] #55 31.69 Need to get 119 kB of archives.
13:48:18 [2021-05-06T13:48:18.136Z] #55 31.69 After this operation, 387 kB of additional disk space will be used.
13:48:18 [2021-05-06T13:48:18.136Z] #55 31.69 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
13:48:18 [2021-05-06T13:48:18.136Z] #55 31.69 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
13:48:18 [2021-05-06T13:48:18.136Z] #55 32.82 debconf: delaying package configuration, since apt-utils is not installed
13:48:18 [2021-05-06T13:48:18.136Z] #55 32.99 Fetched 119 kB in 0s (447 kB/s)
13:48:18 [2021-05-06T13:48:18.136Z] #55 33.09 Selecting previously unselected package libbtrfs0.
13:48:18 [2021-05-06T13:48:18.136Z] #55 33.09 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
13:48:18 [2021-05-06T13:48:18.136Z] #55 33.15 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ...
13:48:18 [2021-05-06T13:48:18.136Z] #55 33.17 Unpacking libbtrfs0 (4.20.1-2) ...
13:48:18 [2021-05-06T13:48:18.136Z] #55 33.30 Selecting previously unselected package libbtrfs-dev.
13:48:18 [2021-05-06T13:48:18.136Z] #55 33.31 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ...
13:48:18 [2021-05-06T13:48:18.136Z] #55 33.32 Unpacking libbtrfs-dev (4.20.1-2) ...
13:48:18 [2021-05-06T13:48:18.136Z] #55 33.68 Setting up libbtrfs0 (4.20.1-2) ...
13:48:18 [2021-05-06T13:48:18.136Z] #55 33.68 Setting up libbtrfs-dev (4.20.1-2) ...
13:48:18 [2021-05-06T13:48:18.136Z] #55 33.69 Processing triggers for libc-bin (2.28-10) ...
13:48:18 [2021-05-06T13:48:18.136Z] #55 DONE 37.7s
13:48:18 [2021-05-06T13:48:18.136Z] 
13:48:18 [2021-05-06T13:48:18.136Z] #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
13:48:18 [2021-05-06T13:48:18.136Z] #29 sha256:c878212333acddfcbbe011b2b5201f31d0ffae1f0a81a4178543a584c7eb908c
13:48:18 [2021-05-06T13:48:18.136Z] #29 24.42 
                                                                           0.0%
####                                                                       5.7%
#########                                                                 13.4%
#############                                                             19.4%
#################                                                         23.7%
13:48:18 [2021-05-06T13:48:18.136Z] #29 ...
13:48:18 [2021-05-06T13:48:18.136Z] 
13:48:18 [2021-05-06T13:48:18.136Z] #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
13:48:18 [2021-05-06T13:48:18.136Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
13:48:18 [2021-05-06T13:48:18.136Z] #36 22.62 Reading package lists...
13:48:18 [2021-05-06T13:48:18.136Z] #36 28.02 Building dependency tree...
13:48:18 [2021-05-06T13:48:18.136Z] #36 30.34 The following additional packages will be installed:
13:48:18 [2021-05-06T13:48:18.136Z] #36 30.35   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
13:48:18 [2021-05-06T13:48:18.136Z] #36 30.35 Suggested packages:
13:48:18 [2021-05-06T13:48:18.136Z] #36 30.35   cmake-doc ninja-build lrzip
13:48:18 [2021-05-06T13:48:18.136Z] #36 30.35 Recommended packages:
13:48:18 [2021-05-06T13:48:18.136Z] #36 30.35   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
13:48:18 [2021-05-06T13:48:18.136Z] #36 31.19 The following NEW packages will be installed:
13:48:18 [2021-05-06T13:48:18.136Z] #36 31.20   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
13:48:18 [2021-05-06T13:48:18.136Z] #36 31.20   vim-common xxd
13:48:18 [2021-05-06T13:48:18.136Z] #36 31.58 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded.
13:48:18 [2021-05-06T13:48:18.136Z] #36 31.58 Need to get 14.2 MB of archives.
13:48:18 [2021-05-06T13:48:18.136Z] #36 31.58 After this operation, 60.0 MB of additional disk space will be used.
13:48:18 [2021-05-06T13:48:18.136Z] #36 31.58 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
13:48:18 [2021-05-06T13:48:18.136Z] #36 31.59 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
13:48:18 [2021-05-06T13:48:18.136Z] #36 31.59 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB]
13:48:18 [2021-05-06T13:48:18.136Z] #36 31.67 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
13:48:18 [2021-05-06T13:48:18.136Z] #36 32.24 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u1 [625 kB]
13:48:18 [2021-05-06T13:48:18.136Z] #36 32.27 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB]
13:48:18 [2021-05-06T13:48:18.136Z] #36 32.29 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB]
13:48:18 [2021-05-06T13:48:18.136Z] #36 32.30 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB]
13:48:18 [2021-05-06T13:48:18.136Z] #36 32.31 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB]
13:48:18 [2021-05-06T13:48:18.136Z] #36 32.32 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB]
13:48:18 [2021-05-06T13:48:18.136Z] #36 33.50 debconf: delaying package configuration, since apt-utils is not installed
13:48:18 [2021-05-06T13:48:18.136Z] #36 33.69 Fetched 14.2 MB in 1s (12.1 MB/s)
13:48:18 [2021-05-06T13:48:18.136Z] #36 33.83 Selecting previously unselected package xxd.
13:48:18 [2021-05-06T13:48:18.136Z] #36 33.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 ... 15383 files and directories currently installed.)
13:48:18 [2021-05-06T13:48:18.136Z] #36 33.98 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ...
13:48:18 [2021-05-06T13:48:18.136Z] #36 34.00 Unpacking xxd (2:8.1.0875-5) ...
13:48:18 [2021-05-06T13:48:18.136Z] #36 34.75 Selecting previously unselected package vim-common.
13:48:18 [2021-05-06T13:48:18.136Z] #36 34.78 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
13:48:18 [2021-05-06T13:48:18.136Z] #36 34.84 Unpacking vim-common (2:8.1.0875-5) ...
13:48:18 [2021-05-06T13:48:18.136Z] #36 37.65 Selecting previously unselected package cmake-data.
13:48:18 [2021-05-06T13:48:18.136Z] #36 37.66 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
13:48:18 [2021-05-06T13:48:18.136Z] #36 37.68 Unpacking cmake-data (3.13.4-1) ...
13:48:18 [2021-05-06T13:48:18.136Z] #36 ...
13:48:18 [2021-05-06T13:48:18.136Z] 
13:48:18 [2021-05-06T13:48:18.136Z] #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
13:48:18 [2021-05-06T13:48:18.136Z] #49 sha256:96758323359f10fc8c1b99bd86656b2cf00c2e937a436c92fabcd87986069191
13:48:18 [2021-05-06T13:48:18.136Z] #49 37.25 go: finding github.com/fatih/color v1.7.0
13:48:18 [2021-05-06T13:48:18.136Z] #49 37.27 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:48:18 [2021-05-06T13:48:18.136Z] #49 37.38 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:48:18 [2021-05-06T13:48:18.136Z] #49 37.39 go: finding github.com/go-critic/go-critic v0.4.1
13:48:18 [2021-05-06T13:48:18.136Z] #49 37.58 go: finding github.com/go-lintpack/lintpack v0.5.2
13:48:18 [2021-05-06T13:48:18.136Z] #49 37.59 go: finding github.com/mattn/go-colorable v0.1.4
13:48:18 [2021-05-06T13:48:18.136Z] #49 37.59 go: finding github.com/pkg/errors v0.8.1
13:48:18 [2021-05-06T13:48:18.136Z] #49 37.75 go: finding github.com/mitchellh/go-homedir v1.1.0
13:48:18 [2021-05-06T13:48:18.136Z] #49 37.77 go: finding github.com/go-toolsmith/astequal v1.0.0
13:48:18 [2021-05-06T13:48:18.136Z] #49 37.81 go: finding github.com/spf13/viper v1.6.1
13:48:18 [2021-05-06T13:48:18.136Z] #49 37.88 go: finding github.com/mattn/go-isatty v0.0.8
13:48:18 [2021-05-06T13:48:18.178Z] #20 53.73 Setting up libaio1:amd64 (0.3.112-3) ...
13:48:18 [2021-05-06T13:48:18.178Z] #20 53.74 Setting up libonig5:amd64 (6.9.1-1) ...
13:48:18 [2021-05-06T13:48:18.178Z] #20 53.75 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
13:48:18 [2021-05-06T13:48:18.178Z] #20 53.76 Setting up vim (2:8.1.0875-5) ...
13:48:18 [2021-05-06T13:48:18.178Z] #20 53.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
13:48:18 [2021-05-06T13:48:18.178Z] #20 53.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
13:48:18 [2021-05-06T13:48:18.178Z] #20 53.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
13:48:18 [2021-05-06T13:48:18.178Z] #20 53.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
13:48:18 [2021-05-06T13:48:18.178Z] #20 53.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
13:48:18 [2021-05-06T13:48:18.178Z] #20 53.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
13:48:18 [2021-05-06T13:48:18.178Z] #20 53.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
13:48:18 [2021-05-06T13:48:18.178Z] #20 53.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
13:48:18 [2021-05-06T13:48:18.178Z] #20 53.85 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
13:48:18 [2021-05-06T13:48:18.294Z] #13 57.69 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
13:48:18 [2021-05-06T13:48:18.294Z] #13 57.72 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
13:48:18 [2021-05-06T13:48:18.413Z] #49 37.91 go: finding github.com/go-toolsmith/astp v1.0.0
13:48:18 [2021-05-06T13:48:18.413Z] #49 37.95 go: finding github.com/go-toolsmith/astfmt v1.0.0
13:48:18 [2021-05-06T13:48:18.413Z] #49 37.99 go: finding github.com/sirupsen/logrus v1.4.2
13:48:18 [2021-05-06T13:48:18.413Z] #49 38.04 go: finding github.com/go-toolsmith/astcast v1.0.0
13:48:18 [2021-05-06T13:48:18.413Z] #49 38.04 go: finding github.com/go-toolsmith/typep v1.0.0
13:48:18 [2021-05-06T13:48:18.413Z] #49 38.10 go: finding github.com/stretchr/testify v1.4.0
13:48:18 [2021-05-06T13:48:18.438Z] #20 53.86 Setting up thin-provisioning-tools (0.7.6-2.1) ...
13:48:18 [2021-05-06T13:48:18.438Z] #20 53.88 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
13:48:18 [2021-05-06T13:48:18.438Z] #20 53.89 Setting up jq (1.5+dfsg-2+b1) ...
13:48:18 [2021-05-06T13:48:18.438Z] #20 53.90 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
13:48:18 [2021-05-06T13:48:18.438Z] #20 53.91 Setting up python3.7 (3.7.3-2+deb10u3) ...
13:48:18 [2021-05-06T13:48:18.532Z] #40 ...
13:48:18 [2021-05-06T13:48:18.532Z] 
13:48:18 [2021-05-06T13:48:18.532Z] #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
13:48:18 [2021-05-06T13:48:18.532Z] #49 sha256:eee18e8ee20abc633bee40a4eea97e188166e8c88dfc91b95eace27a44d2b3e1
13:48:18 [2021-05-06T13:48:18.532Z] #49 42.16 go: downloading github.com/fsnotify/fsnotify v1.4.7
13:48:18 [2021-05-06T13:48:18.532Z] #49 42.16 go: downloading github.com/go-toolsmith/astcast v1.0.0
13:48:18 [2021-05-06T13:48:18.532Z] #49 42.19 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:48:18 [2021-05-06T13:48:18.532Z] #49 42.22 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:48:18 [2021-05-06T13:48:18.532Z] #49 42.22 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
13:48:18 [2021-05-06T13:48:18.532Z] #49 42.23 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:48:18 [2021-05-06T13:48:18.532Z] #49 42.26 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
13:48:18 [2021-05-06T13:48:18.532Z] #49 42.36 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:48:18 [2021-05-06T13:48:18.532Z] #49 42.52 go: downloading gopkg.in/ini.v1 v1.51.0
13:48:18 [2021-05-06T13:48:18.532Z] #49 42.76 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:48:18 [2021-05-06T13:48:18.532Z] #49 42.76 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:48:18 [2021-05-06T13:48:18.532Z] #49 42.76 go: extracting github.com/fsnotify/fsnotify v1.4.7
13:48:18 [2021-05-06T13:48:18.532Z] #49 42.77 go: extracting github.com/go-toolsmith/astcast v1.0.0
13:48:18 [2021-05-06T13:48:18.532Z] #49 42.84 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:48:18 [2021-05-06T13:48:18.677Z] #49 38.11 go: finding github.com/go-toolsmith/astcopy v1.0.0
13:48:18 [2021-05-06T13:48:18.677Z] #49 38.25 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:48:18 [2021-05-06T13:48:18.864Z] #49 43.07 go: downloading github.com/sourcegraph/go-diff v0.5.1
13:48:18 [2021-05-06T13:48:18.864Z] #49 43.07 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
13:48:18 [2021-05-06T13:48:18.864Z] #49 43.38 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:48:18 [2021-05-06T13:48:18.944Z] #49 38.50 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
13:48:18 [2021-05-06T13:48:18.944Z] #49 38.61 go: finding github.com/spf13/cobra v0.0.5
13:48:18 [2021-05-06T13:48:18.944Z] #49 38.61 go: finding github.com/fsnotify/fsnotify v1.4.7
13:48:18 [2021-05-06T13:48:18.944Z] #49 38.61 go: finding github.com/go-toolsmith/strparse v1.0.0
13:48:18 [2021-05-06T13:48:18.944Z] #49 38.65 go: finding github.com/bombsimon/wsl/v2 v2.0.0
13:48:18 [2021-05-06T13:48:18.944Z] #49 38.65 go: finding github.com/davecgh/go-spew v1.1.1
13:48:19 [2021-05-06T13:48:19.212Z] #49 38.73 go: finding github.com/pmezard/go-difflib v1.0.0
13:48:19 [2021-05-06T13:48:19.212Z] #49 38.74 go: finding github.com/hashicorp/hcl v1.0.0
13:48:19 [2021-05-06T13:48:19.212Z] #49 38.74 go: finding github.com/gobwas/glob v0.2.3
13:48:19 [2021-05-06T13:48:19.212Z] #49 38.77 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:48:19 [2021-05-06T13:48:19.212Z] #49 38.77 go: finding github.com/stretchr/objx v0.2.0
13:48:19 [2021-05-06T13:48:19.212Z] #49 38.81 go: finding github.com/spf13/pflag v1.0.5
13:48:19 [2021-05-06T13:48:19.212Z] #49 38.81 go: finding github.com/magiconair/properties v1.8.1
13:48:19 [2021-05-06T13:48:19.212Z] #49 38.85 go: finding github.com/mitchellh/mapstructure v1.1.2
13:48:19 [2021-05-06T13:48:19.212Z] #49 38.86 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:48:19 [2021-05-06T13:48:19.212Z] #49 38.87 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:48:19 [2021-05-06T13:48:19.213Z] #49 38.88 go: finding github.com/pelletier/go-toml v1.2.0
13:48:19 [2021-05-06T13:48:19.213Z] #49 38.90 go: finding gopkg.in/yaml.v2 v2.2.7
13:48:19 [2021-05-06T13:48:19.213Z] #49 38.91 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:48:19 [2021-05-06T13:48:19.437Z] #49 43.83 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:48:19 [2021-05-06T13:48:19.437Z] #49 43.85 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:48:19 [2021-05-06T13:48:19.437Z] #49 43.88 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:48:19 [2021-05-06T13:48:19.437Z] #49 43.93 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:48:19 [2021-05-06T13:48:19.437Z] #49 44.04 go: extracting github.com/sourcegraph/go-diff v0.5.1
13:48:19 [2021-05-06T13:48:19.480Z] #49 39.01 go: finding github.com/spf13/afero v1.1.2
13:48:19 [2021-05-06T13:48:19.480Z] #49 39.01 go: finding github.com/spf13/cast v1.3.0
13:48:19 [2021-05-06T13:48:19.480Z] #49 39.01 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:48:19 [2021-05-06T13:48:19.480Z] #49 39.14 go: finding github.com/spf13/jwalterweatherman v1.0.0
13:48:19 [2021-05-06T13:48:19.700Z] #49 44.18 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
13:48:19 [2021-05-06T13:48:19.700Z] #49 ...
13:48:19 [2021-05-06T13:48:19.700Z] 
13:48:19 [2021-05-06T13:48:19.700Z] #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
13:48:19 [2021-05-06T13:48:19.700Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:48:19 [2021-05-06T13:48:19.700Z] #36 34.19 Fetched 8441 kB in 25s (335 kB/s)
13:48:19 [2021-05-06T13:48:19.700Z] #36 34.19 Reading package lists...
13:48:19 [2021-05-06T13:48:19.745Z] #49 39.18 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:48:19 [2021-05-06T13:48:19.745Z] #49 39.25 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:48:19 [2021-05-06T13:48:19.745Z] #49 39.32 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:48:19 [2021-05-06T13:48:19.745Z] #49 39.38 go: finding github.com/subosito/gotenv v1.2.0
13:48:19 [2021-05-06T13:48:19.962Z] #36 ...
13:48:19 [2021-05-06T13:48:19.962Z] 
13:48:19 [2021-05-06T13:48:19.962Z] #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
13:48:19 [2021-05-06T13:48:19.962Z] #58 sha256:f6ebefd7a0cfba51c241b0a70410df26885424db59a6b7c609d7e4aa3b0c7386
13:48:19 [2021-05-06T13:48:19.962Z] #58 34.29 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:48:19 [2021-05-06T13:48:19.962Z] #58 35.15 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:48:19 [2021-05-06T13:48:19.962Z] #58 35.36 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
13:48:19 [2021-05-06T13:48:19.962Z] #58 35.64 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:48:19 [2021-05-06T13:48:19.962Z] #58 36.64 go: extracting github.com/u-root/u-root v7.0.0+incompatible
13:48:19 [2021-05-06T13:48:19.962Z] #58 36.98 go: extracting github.com/russross/blackfriday/v2 v2.1.0
13:48:19 [2021-05-06T13:48:19.962Z] #58 42.25 go: finding github.com/pkg/errors v0.9.1
13:48:19 [2021-05-06T13:48:19.962Z] #58 42.64 go: finding github.com/sirupsen/logrus v1.8.1
13:48:19 [2021-05-06T13:48:19.962Z] #58 42.87 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:48:19 [2021-05-06T13:48:19.962Z] #58 43.06 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:48:19 [2021-05-06T13:48:19.962Z] #58 43.16 go: finding github.com/google/uuid v1.2.0
13:48:19 [2021-05-06T13:48:19.962Z] #58 43.25 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:48:19 [2021-05-06T13:48:19.962Z] #58 43.32 go: finding github.com/gofrs/flock v0.8.0
13:48:19 [2021-05-06T13:48:19.962Z] #58 43.35 go: finding github.com/moby/vpnkit v0.5.0
13:48:19 [2021-05-06T13:48:19.962Z] #58 43.43 go: finding github.com/gorilla/mux v1.8.0
13:48:19 [2021-05-06T13:48:19.962Z] #58 43.64 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:48:19 [2021-05-06T13:48:19.962Z] #58 43.65 go: finding github.com/moby/sys/mountinfo v0.4.1
13:48:19 [2021-05-06T13:48:19.962Z] #58 43.80 go: finding github.com/u-root/u-root v7.0.0+incompatible
13:48:19 [2021-05-06T13:48:19.962Z] #58 43.80 go: finding github.com/urfave/cli/v2 v2.3.0
13:48:19 [2021-05-06T13:48:19.962Z] #58 44.09 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
13:48:19 [2021-05-06T13:48:19.962Z] #58 44.17 go: finding github.com/russross/blackfriday/v2 v2.1.0
13:48:19 [2021-05-06T13:48:19.962Z] #58 ...
13:48:19 [2021-05-06T13:48:19.962Z] 
13:48:19 [2021-05-06T13:48:19.962Z] #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
13:48:19 [2021-05-06T13:48:19.962Z] #49 sha256:eee18e8ee20abc633bee40a4eea97e188166e8c88dfc91b95eace27a44d2b3e1
13:48:19 [2021-05-06T13:48:19.962Z] #49 44.26 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:48:19 [2021-05-06T13:48:19.962Z] #49 44.32 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:48:19 [2021-05-06T13:48:19.962Z] #49 44.33 go: downloading github.com/go-toolsmith/astcopy v1.0.0
13:48:19 [2021-05-06T13:48:19.963Z] #49 44.50 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:48:19 [2021-05-06T13:48:19.963Z] #49 44.61 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:48:20 [2021-05-06T13:48:20.065Z] #49 39.49 go: finding gopkg.in/ini.v1 v1.51.0
13:48:20 [2021-05-06T13:48:20.065Z] #49 39.54 go: finding golang.org/x/text v0.3.2
13:48:20 [2021-05-06T13:48:20.065Z] #49 39.67 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:48:20 [2021-05-06T13:48:20.224Z] #49 44.72 go: extracting github.com/go-toolsmith/astcopy v1.0.0
13:48:20 [2021-05-06T13:48:20.224Z] #49 ...
13:48:20 [2021-05-06T13:48:20.224Z] 
13:48:20 [2021-05-06T13:48:20.224Z] #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
13:48:20 [2021-05-06T13:48:20.224Z] #51 sha256:f2522261c1fb485392905c752f35f27b56e73e5f13065a492bb4a309a1de239f
13:48:20 [2021-05-06T13:48:20.224Z] #51 34.68 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:48:20 [2021-05-06T13:48:20.224Z] #51 34.68 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:48:20 [2021-05-06T13:48:20.224Z] #51 36.26 runtime/cgo
13:48:20 [2021-05-06T13:48:20.224Z] #51 36.30 runtime
13:48:20 [2021-05-06T13:48:20.224Z] #51 ...
13:48:20 [2021-05-06T13:48:20.224Z] 
13:48:20 [2021-05-06T13:48:20.224Z] #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
13:48:20 [2021-05-06T13:48:20.224Z] #49 sha256:eee18e8ee20abc633bee40a4eea97e188166e8c88dfc91b95eace27a44d2b3e1
13:48:20 [2021-05-06T13:48:20.224Z] #49 44.73 go: extracting gopkg.in/ini.v1 v1.51.0
13:48:20 [2021-05-06T13:48:20.224Z] #49 44.78 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:48:20 [2021-05-06T13:48:20.327Z] #49 39.71 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:48:20 [2021-05-06T13:48:20.327Z] #49 39.73 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:48:20 [2021-05-06T13:48:20.327Z] #49 39.74 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:48:20 [2021-05-06T13:48:20.327Z] #49 39.98 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:48:20 [2021-05-06T13:48:20.487Z] #49 45.02 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:48:20 [2021-05-06T13:48:20.593Z] #49 40.12 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:48:20 [2021-05-06T13:48:20.593Z] #49 40.12 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:48:20 [2021-05-06T13:48:20.593Z] #49 40.12 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:48:20 [2021-05-06T13:48:20.593Z] #49 40.13 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:48:20 [2021-05-06T13:48:20.593Z] #49 40.15 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:48:20 [2021-05-06T13:48:20.593Z] #49 40.15 go: finding github.com/sourcegraph/go-diff v0.5.1
13:48:20 [2021-05-06T13:48:20.593Z] #49 40.18 go: finding github.com/kisielk/gotool v1.0.0
13:48:20 [2021-05-06T13:48:20.593Z] #49 40.22 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:48:20 [2021-05-06T13:48:20.749Z] #49 ...
13:48:20 [2021-05-06T13:48:20.749Z] 
13:48:20 [2021-05-06T13:48:20.749Z] #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
13:48:20 [2021-05-06T13:48:20.749Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:48:20 [2021-05-06T13:48:20.749Z] #55 35.20 Fetched 8441 kB in 25s (340 kB/s)
13:48:20 [2021-05-06T13:48:20.749Z] #55 35.20 Reading package lists...
13:48:20 [2021-05-06T13:48:20.813Z] #13 60.24 Selecting previously unselected package binutils-mingw-w64.
13:48:20 [2021-05-06T13:48:20.813Z] #13 60.24 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
13:48:20 [2021-05-06T13:48:20.813Z] #13 60.25 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
13:48:21 [2021-05-06T13:48:21.012Z] #55 ...
13:48:21 [2021-05-06T13:48:21.012Z] 
13:48:21 [2021-05-06T13:48:21.012Z] #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
13:48:21 [2021-05-06T13:48:21.012Z] #49 sha256:eee18e8ee20abc633bee40a4eea97e188166e8c88dfc91b95eace27a44d2b3e1
13:48:21 [2021-05-06T13:48:21.012Z] #49 45.36 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:48:21 [2021-05-06T13:48:21.012Z] #49 45.36 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:48:21 [2021-05-06T13:48:21.012Z] #49 45.36 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:48:21 [2021-05-06T13:48:21.012Z] #49 45.38 go: downloading github.com/ultraware/whitespace v0.0.4
13:48:21 [2021-05-06T13:48:21.012Z] #49 45.38 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:48:21 [2021-05-06T13:48:21.012Z] #49 45.45 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:48:21 [2021-05-06T13:48:21.069Z] #13 60.36 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:48:21 [2021-05-06T13:48:21.069Z] #13 60.36 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
13:48:21 [2021-05-06T13:48:21.069Z] #13 60.37 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
13:48:21 [2021-05-06T13:48:21.069Z] #13 60.58 Selecting previously unselected package dmsetup.
13:48:21 [2021-05-06T13:48:21.069Z] #13 60.58 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
13:48:21 [2021-05-06T13:48:21.069Z] #13 60.59 Unpacking dmsetup (2:1.02.155-3) ...
13:48:21 [2021-05-06T13:48:21.174Z] #49 40.62 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:48:21 [2021-05-06T13:48:21.174Z] #49 40.64 go: finding github.com/tommy-muehle/go-mnd v1.1.1
13:48:21 [2021-05-06T13:48:21.174Z] #49 40.64 go: finding github.com/ultraware/funlen v0.0.2
13:48:21 [2021-05-06T13:48:21.174Z] #49 ...
13:48:21 [2021-05-06T13:48:21.174Z] 
13:48:21 [2021-05-06T13:48:21.174Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:48:21 [2021-05-06T13:48:21.174Z] #45 sha256:44145e1ef27722c389069fdd75c7ecfd2c7927ed02d8ac0ecae9719f2996f0b0
13:48:21 [2021-05-06T13:48:21.174Z] #45 30.58 internal/reflectlite
13:48:21 [2021-05-06T13:48:21.174Z] #45 30.59 sync
13:48:21 [2021-05-06T13:48:21.174Z] #45 31.88 github.com/LK4D4/vndr/godl/singleflight
13:48:21 [2021-05-06T13:48:21.174Z] #45 31.88 math/rand
13:48:21 [2021-05-06T13:48:21.174Z] #45 31.88 internal/singleflight
13:48:21 [2021-05-06T13:48:21.174Z] #45 33.43 sort
13:48:21 [2021-05-06T13:48:21.174Z] #45 33.44 errors
13:48:21 [2021-05-06T13:48:21.174Z] #45 33.93 io
13:48:21 [2021-05-06T13:48:21.174Z] #45 33.98 strconv
13:48:21 [2021-05-06T13:48:21.174Z] #45 33.99 internal/oserror
13:48:21 [2021-05-06T13:48:21.174Z] #45 34.17 syscall
13:48:21 [2021-05-06T13:48:21.174Z] #45 35.12 vendor/golang.org/x/net/dns/dnsmessage
13:48:21 [2021-05-06T13:48:21.174Z] #45 35.53 bytes
13:48:21 [2021-05-06T13:48:21.174Z] #45 38.48 reflect
13:48:21 [2021-05-06T13:48:21.174Z] #45 38.80 bufio
13:48:21 [2021-05-06T13:48:21.174Z] #45 ...
13:48:21 [2021-05-06T13:48:21.174Z] 
13:48:21 [2021-05-06T13:48:21.175Z] #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
13:48:21 [2021-05-06T13:48:21.175Z] #29 sha256:c878212333acddfcbbe011b2b5201f31d0ffae1f0a81a4178543a584c7eb908c
13:48:21 [2021-05-06T13:48:21.175Z] #29 24.42 
                                                                           0.0%
####                                                                       5.7%
#########                                                                 13.4%
#############                                                             19.4%
#################                                                         23.7%
##################                                                        26.3%
####################                                                      28.7%
#######################                                                   32.9%
########################                                                  33.7%
########################                                                  34.3%
##########################                                                37.1%
#############################                                             41.0%
###############################                                           43.1%
#################################                                         46.8%
###################################                                       49.8%
######################################                                    54.0%
###########################################                               60.3%
##############################################                            64.3%
#################################################                         68.9%
###################################################                       71.3%
########################################################                  78.0%
########################################################                  78.4%
#########################################################                 80.5%
##########################################################                81.8%
#############################################################             85.2%
#################################################################         90.7%
##################################################################        92.9%
######################################################################## 100.0%
13:48:21 [2021-05-06T13:48:21.175Z] #29 27.66 
13:48:21 [2021-05-06T13:48:21.274Z] #49 45.77 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:48:21 [2021-05-06T13:48:21.274Z] #49 45.81 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:48:21 [2021-05-06T13:48:21.274Z] #49 45.84 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:48:21 [2021-05-06T13:48:21.274Z] #49 45.85 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:48:21 [2021-05-06T13:48:21.274Z] #49 ...
13:48:21 [2021-05-06T13:48:21.274Z] 
13:48:21 [2021-05-06T13:48:21.274Z] #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
13:48:21 [2021-05-06T13:48:21.274Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:48:21 [2021-05-06T13:48:21.274Z] #42 35.84 Fetched 8441 kB in 25s (333 kB/s)
13:48:21 [2021-05-06T13:48:21.274Z] #42 35.84 Reading package lists...
13:48:21 [2021-05-06T13:48:21.327Z] #13 60.75 Selecting previously unselected package mingw-w64-common.
13:48:21 [2021-05-06T13:48:21.327Z] #13 60.75 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
13:48:21 [2021-05-06T13:48:21.327Z] #13 60.77 Unpacking mingw-w64-common (6.0.0-3) ...
13:48:21 [2021-05-06T13:48:21.536Z] #42 ...
13:48:21 [2021-05-06T13:48:21.536Z] 
13:48:21 [2021-05-06T13:48:21.536Z] #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
13:48:21 [2021-05-06T13:48:21.536Z] #49 sha256:eee18e8ee20abc633bee40a4eea97e188166e8c88dfc91b95eace27a44d2b3e1
13:48:21 [2021-05-06T13:48:21.536Z] #49 45.94 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:48:21 [2021-05-06T13:48:21.536Z] #49 46.04 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:48:21 [2021-05-06T13:48:21.732Z] #20 56.96 Setting up iptables (1.8.2-4) ...
13:48:21 [2021-05-06T13:48:21.732Z] #20 57.00 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:48:21 [2021-05-06T13:48:21.732Z] #20 57.01 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:48:21 [2021-05-06T13:48:21.732Z] #20 57.02 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:48:21 [2021-05-06T13:48:21.732Z] #20 57.03 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:48:21 [2021-05-06T13:48:21.732Z] #20 57.04 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:48:21 [2021-05-06T13:48:21.732Z] #20 57.04 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:48:21 [2021-05-06T13:48:21.732Z] #20 57.06 Setting up python3 (3.7.3-1) ...
13:48:21 [2021-05-06T13:48:21.798Z] #49 46.26 go: downloading github.com/uudashr/gocognit v1.0.1
13:48:21 [2021-05-06T13:48:21.798Z] #49 46.34 go: downloading github.com/gogo/protobuf v1.2.1
13:48:21 [2021-05-06T13:48:21.798Z] #49 46.39 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:48:21 [2021-05-06T13:48:21.889Z] #13 ...
13:48:21 [2021-05-06T13:48:21.889Z] 
13:48:21 [2021-05-06T13:48:21.889Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:48:21 [2021-05-06T13:48:21.889Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:48:21 [2021-05-06T13:48:21.889Z] #42 65.62 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
13:48:21 [2021-05-06T13:48:21.889Z] #42 65.64 Processing triggers for libc-bin (2.28-10) ...
13:48:21 [2021-05-06T13:48:21.992Z] #20 57.43 Setting up python3-wheel (0.32.3-2) ...
13:48:22 [2021-05-06T13:48:22.059Z] #49 46.45 go: extracting github.com/uudashr/gocognit v1.0.1
13:48:22 [2021-05-06T13:48:22.059Z] #49 46.46 go: downloading github.com/gobwas/glob v0.2.3
13:48:22 [2021-05-06T13:48:22.059Z] #49 46.58 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:48:22 [2021-05-06T13:48:22.059Z] #49 46.58 go: extracting github.com/ultraware/whitespace v0.0.4
13:48:22 [2021-05-06T13:48:22.059Z] #49 46.59 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:48:22 [2021-05-06T13:48:22.059Z] #49 46.69 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:48:22 [2021-05-06T13:48:22.231Z] #29 28.74 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
13:48:22 [2021-05-06T13:48:22.231Z] #29 29.14 
13:48:22 [2021-05-06T13:48:22.324Z] #49 46.74 go: downloading github.com/go-toolsmith/astequal v1.0.0
13:48:22 [2021-05-06T13:48:22.452Z] #42 DONE 66.3s
13:48:22 [2021-05-06T13:48:22.452Z] 
13:48:22 [2021-05-06T13:48:22.452Z] #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
13:48:22 [2021-05-06T13:48:22.452Z] #37 sha256:2859f1d4708f9c8ab44f50ea79018622b7fd9c54b6593489c4b5eba76d54971e
13:48:22 [2021-05-06T13:48:22.452Z] #37 3.299 + RM_GOPATH=0
13:48:22 [2021-05-06T13:48:22.453Z] #37 3.299 + TMP_GOPATH=
13:48:22 [2021-05-06T13:48:22.453Z] #37 3.299 + : /build
13:48:22 [2021-05-06T13:48:22.453Z] #37 3.299 + '[' -z '' ']'
13:48:22 [2021-05-06T13:48:22.453Z] #37 3.299 ++ mktemp -d
13:48:22 [2021-05-06T13:48:22.453Z] #37 3.301 + export GOPATH=/tmp/tmp.VNi6XWOAft
13:48:22 [2021-05-06T13:48:22.453Z] #37 3.301 + GOPATH=/tmp/tmp.VNi6XWOAft
13:48:22 [2021-05-06T13:48:22.453Z] #37 3.301 + RM_GOPATH=1
13:48:22 [2021-05-06T13:48:22.453Z] #37 3.301 + case "$(go env GOARCH)" in
13:48:22 [2021-05-06T13:48:22.453Z] #37 3.303 ++ go env GOARCH
13:48:22 [2021-05-06T13:48:22.453Z] #37 3.351 + export GO_BUILDMODE=-buildmode=pie
13:48:22 [2021-05-06T13:48:22.453Z] #37 3.352 + GO_BUILDMODE=-buildmode=pie
13:48:22 [2021-05-06T13:48:22.453Z] #37 3.354 ++ dirname /tmp/install/install.sh
13:48:22 [2021-05-06T13:48:22.453Z] #37 3.356 + dir=/tmp/install
13:48:22 [2021-05-06T13:48:22.453Z] #37 3.356 + bin=tini
13:48:22 [2021-05-06T13:48:22.453Z] #37 3.357 + shift
13:48:22 [2021-05-06T13:48:22.453Z] #37 3.359 + '[' '!' -f /tmp/install/tini.installer ']'
13:48:22 [2021-05-06T13:48:22.453Z] #37 3.359 + . /tmp/install/tini.installer
13:48:22 [2021-05-06T13:48:22.453Z] #37 3.359 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
13:48:22 [2021-05-06T13:48:22.453Z] #37 3.364 + install_tini
13:48:22 [2021-05-06T13:48:22.453Z] #37 3.364 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
13:48:22 [2021-05-06T13:48:22.453Z] #37 3.365 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
13:48:22 [2021-05-06T13:48:22.453Z] #37 3.365 + git clone https://github.com/krallin/tini.git /tmp/tmp.VNi6XWOAft/tini
13:48:22 [2021-05-06T13:48:22.453Z] #37 3.380 Cloning into '/tmp/tmp.VNi6XWOAft/tini'...
13:48:22 [2021-05-06T13:48:22.453Z] #37 4.088 + cd /tmp/tmp.VNi6XWOAft/tini
13:48:22 [2021-05-06T13:48:22.453Z] #37 4.089 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
13:48:22 [2021-05-06T13:48:22.453Z] #37 4.094 + cmake .
13:48:22 [2021-05-06T13:48:22.453Z] #37 4.719 -- The C compiler identification is GNU 8.3.0
13:48:22 [2021-05-06T13:48:22.453Z] #37 4.768 -- Check for working C compiler: /usr/bin/cc
13:48:22 [2021-05-06T13:48:22.515Z] #29 29.36 
######################################################################## 100.0%
13:48:22 [2021-05-06T13:48:22.515Z] #29 29.46 
13:48:22 [2021-05-06T13:48:22.561Z] #20 58.08 Setting up apparmor (2.13.2-10) ...
13:48:22 [2021-05-06T13:48:22.585Z] #49 47.09 go: extracting github.com/gobwas/glob v0.2.3
13:48:22 [2021-05-06T13:48:22.709Z] #37 5.398 -- Check for working C compiler: /usr/bin/cc -- works
13:48:22 [2021-05-06T13:48:22.709Z] #37 5.418 -- Detecting C compiler ABI info
13:48:22 [2021-05-06T13:48:22.847Z] #49 47.21 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:48:22 [2021-05-06T13:48:22.847Z] #49 47.27 go: extracting github.com/go-toolsmith/astequal v1.0.0
13:48:22 [2021-05-06T13:48:22.847Z] #49 47.27 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:48:22 [2021-05-06T13:48:22.847Z] #49 47.34 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
13:48:23 [2021-05-06T13:48:23.420Z] #49 47.90 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:48:23 [2021-05-06T13:48:23.463Z] #29 30.15 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
13:48:23 [2021-05-06T13:48:23.636Z] #37 5.970 -- Detecting C compiler ABI info - done
13:48:23 [2021-05-06T13:48:23.636Z] #37 6.005 -- Detecting C compile features
13:48:23 [2021-05-06T13:48:23.636Z] #37 ...
13:48:23 [2021-05-06T13:48:23.636Z] 
13:48:23 [2021-05-06T13:48:23.636Z] #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
13:48:23 [2021-05-06T13:48:23.636Z] #45 sha256:3aa4c770ceb36e28df1fd45c9d3650059aa078cf20331b33e6326aea6064c9e3
13:48:23 [2021-05-06T13:48:23.636Z] #45 57.16 time
13:48:23 [2021-05-06T13:48:23.636Z] #45 60.49 internal/fmtsort
13:48:23 [2021-05-06T13:48:23.636Z] #45 61.09 internal/syscall/execenv
13:48:23 [2021-05-06T13:48:23.636Z] #45 61.39 internal/syscall/unix
13:48:23 [2021-05-06T13:48:23.636Z] #45 61.57 strings
13:48:23 [2021-05-06T13:48:23.636Z] #45 62.76 internal/poll
13:48:23 [2021-05-06T13:48:23.636Z] #45 64.41 regexp/syntax
13:48:23 [2021-05-06T13:48:23.636Z] #45 64.79 os
13:48:23 [2021-05-06T13:48:23.636Z] #45 ...
13:48:23 [2021-05-06T13:48:23.636Z] 
13:48:23 [2021-05-06T13:48:23.636Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:48:23 [2021-05-06T13:48:23.636Z] #51 sha256:599b9995023cc44f3c005cc58f662788e0e2a3dde9f6b5bd44522033c48a59f3
13:48:23 [2021-05-06T13:48:23.636Z] #51 61.98 context
13:48:23 [2021-05-06T13:48:23.636Z] #51 62.64 encoding/binary
13:48:23 [2021-05-06T13:48:23.636Z] #51 62.89 internal/poll
13:48:23 [2021-05-06T13:48:23.636Z] #51 64.64 os
13:48:23 [2021-05-06T13:48:23.636Z] #51 64.77 encoding/base64
13:48:23 [2021-05-06T13:48:23.636Z] #51 65.56 golang.org/x/sys/unix
13:48:23 [2021-05-06T13:48:23.681Z] #49 48.11 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:48:23 [2021-05-06T13:48:23.724Z] #29 30.56 
13:48:23 [2021-05-06T13:48:23.943Z] #49 48.32 go: downloading github.com/go-toolsmith/typep v1.0.0
13:48:23 [2021-05-06T13:48:23.943Z] #49 48.33 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
13:48:23 [2021-05-06T13:48:23.943Z] #49 48.34 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
13:48:23 [2021-05-06T13:48:23.943Z] #49 48.37 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:48:23 [2021-05-06T13:48:23.987Z] #29 30.79 
######################################################################## 100.0%
13:48:23 [2021-05-06T13:48:23.987Z] #29 30.89 
13:48:24 [2021-05-06T13:48:24.197Z] #51 ...
13:48:24 [2021-05-06T13:48:24.197Z] 
13:48:24 [2021-05-06T13:48:24.197Z] #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
13:48:24 [2021-05-06T13:48:24.197Z] #45 sha256:3aa4c770ceb36e28df1fd45c9d3650059aa078cf20331b33e6326aea6064c9e3
13:48:24 [2021-05-06T13:48:24.197Z] #45 67.91 fmt
13:48:24 [2021-05-06T13:48:24.251Z] #29 31.01 Download of images into '/build' complete.
13:48:24 [2021-05-06T13:48:24.251Z] #29 31.01 Use something like the following to load the result into a Docker daemon:
13:48:24 [2021-05-06T13:48:24.251Z] #29 31.01   tar -cC '/build' . | docker load
13:48:24 [2021-05-06T13:48:24.251Z] #29 ...
13:48:24 [2021-05-06T13:48:24.251Z] 
13:48:24 [2021-05-06T13:48:24.251Z] #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
13:48:24 [2021-05-06T13:48:24.251Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
13:48:24 [2021-05-06T13:48:24.251Z] #42 33.74 debconf: delaying package configuration, since apt-utils is not installed
13:48:24 [2021-05-06T13:48:24.251Z] #42 33.98 Fetched 3798 kB in 1s (6731 kB/s)
13:48:24 [2021-05-06T13:48:24.251Z] #42 34.06 Selecting previously unselected package libcap-dev:arm64.
13:48:24 [2021-05-06T13:48:24.251Z] #42 34.07 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
13:48:24 [2021-05-06T13:48:24.251Z] #42 34.21 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 34.55 Unpacking libcap-dev:arm64 (1:2.25-2) ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 35.15 Selecting previously unselected package libnet1:arm64.
13:48:24 [2021-05-06T13:48:24.251Z] #42 35.16 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 35.22 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 36.57 Selecting previously unselected package libnet1-dev.
13:48:24 [2021-05-06T13:48:24.251Z] #42 36.59 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 36.70 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 37.81 Selecting previously unselected package libnl-3-200:arm64.
13:48:24 [2021-05-06T13:48:24.251Z] #42 37.81 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 37.83 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 38.07 Selecting previously unselected package libnl-3-dev:arm64.
13:48:24 [2021-05-06T13:48:24.251Z] #42 38.08 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 38.20 Unpacking libnl-3-dev:arm64 (3.4.0-1) ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 38.65 Selecting previously unselected package libprotobuf-c1:arm64.
13:48:24 [2021-05-06T13:48:24.251Z] #42 38.65 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 38.65 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 38.81 Selecting previously unselected package libprotobuf-c-dev:arm64.
13:48:24 [2021-05-06T13:48:24.251Z] #42 38.81 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 38.84 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 39.13 Selecting previously unselected package zlib1g-dev:arm64.
13:48:24 [2021-05-06T13:48:24.251Z] #42 39.13 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 39.16 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 39.47 Selecting previously unselected package libprotobuf17:arm64.
13:48:24 [2021-05-06T13:48:24.251Z] #42 39.48 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 39.50 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 41.73 Selecting previously unselected package libprotobuf-lite17:arm64.
13:48:24 [2021-05-06T13:48:24.251Z] #42 41.74 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 41.75 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 41.95 Selecting previously unselected package libprotobuf-dev:arm64.
13:48:24 [2021-05-06T13:48:24.251Z] #42 41.95 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 41.99 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 43.27 Selecting previously unselected package libprotoc17:arm64.
13:48:24 [2021-05-06T13:48:24.251Z] #42 43.27 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 43.28 Unpacking libprotoc17:arm64 (3.6.1.3-2) ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 43.75 Selecting previously unselected package protobuf-c-compiler.
13:48:24 [2021-05-06T13:48:24.251Z] #42 43.75 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 43.77 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
13:48:24 [2021-05-06T13:48:24.251Z] #42 ...
13:48:24 [2021-05-06T13:48:24.251Z] 
13:48:24 [2021-05-06T13:48:24.251Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:48:24 [2021-05-06T13:48:24.251Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
13:48:24 [2021-05-06T13:48:24.251Z] #13 32.28 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB]
13:48:24 [2021-05-06T13:48:24.251Z] #13 32.78 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
13:48:24 [2021-05-06T13:48:24.251Z] #13 33.23 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB]
13:48:24 [2021-05-06T13:48:24.251Z] #13 33.29 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [33.2 MB]
13:48:24 [2021-05-06T13:48:24.251Z] #13 35.83 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 g++-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [24.0 MB]
13:48:24 [2021-05-06T13:48:24.251Z] #13 38.44 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB]
13:48:24 [2021-05-06T13:48:24.251Z] #13 38.44 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB]
13:48:24 [2021-05-06T13:48:24.251Z] #13 38.45 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
13:48:24 [2021-05-06T13:48:24.251Z] #13 38.45 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
13:48:24 [2021-05-06T13:48:24.251Z] #13 38.45 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB]
13:48:24 [2021-05-06T13:48:24.251Z] #13 38.45 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u7 [110 kB]
13:48:24 [2021-05-06T13:48:24.251Z] #13 38.45 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB]
13:48:24 [2021-05-06T13:48:24.251Z] #13 38.47 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB]
13:48:24 [2021-05-06T13:48:24.251Z] #13 38.53 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB]
13:48:24 [2021-05-06T13:48:24.251Z] #13 38.56 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB]
13:48:24 [2021-05-06T13:48:24.251Z] #13 38.57 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB]
13:48:24 [2021-05-06T13:48:24.251Z] #13 38.62 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB]
13:48:24 [2021-05-06T13:48:24.251Z] #13 38.65 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB]
13:48:24 [2021-05-06T13:48:24.251Z] #13 38.65 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u7 [322 kB]
13:48:24 [2021-05-06T13:48:24.251Z] #13 39.84 debconf: delaying package configuration, since apt-utils is not installed
13:48:24 [2021-05-06T13:48:24.251Z] #13 40.14 Fetched 73.8 MB in 7s (10.0 MB/s)
13:48:24 [2021-05-06T13:48:24.251Z] #13 40.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 ... 15383 files and directories currently installed.)
13:48:24 [2021-05-06T13:48:24.251Z] #13 40.40 Preparing to unpack .../libsystemd0_241-7~deb10u7_arm64.deb ...
13:48:24 [2021-05-06T13:48:24.251Z] #13 40.57 Unpacking libsystemd0:arm64 (241-7~deb10u7) over (241-7~deb10u4) ...
13:48:24 [2021-05-06T13:48:24.251Z] #13 41.12 Setting up libsystemd0:arm64 (241-7~deb10u7) ...
13:48:24 [2021-05-06T13:48:24.251Z] #13 41.28 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
13:48:24 [2021-05-06T13:48:24.251Z] #13 41.41 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_arm64.deb ...
13:48:24 [2021-05-06T13:48:24.251Z] #13 41.45 Unpacking libseccomp2:arm64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
13:48:24 [2021-05-06T13:48:24.251Z] #13 41.70 Setting up libseccomp2:arm64 (2.4.4-1~bpo10+1) ...
13:48:24 [2021-05-06T13:48:24.252Z] #13 41.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 ... 15383 files and directories currently installed.)
13:48:24 [2021-05-06T13:48:24.252Z] #13 41.92 Preparing to unpack .../libudev1_241-7~deb10u7_arm64.deb ...
13:48:24 [2021-05-06T13:48:24.252Z] #13 41.94 Unpacking libudev1:arm64 (241-7~deb10u7) over (241-7~deb10u4) ...
13:48:24 [2021-05-06T13:48:24.252Z] #13 42.22 Setting up libudev1:arm64 (241-7~deb10u7) ...
13:48:24 [2021-05-06T13:48:24.471Z] #20 59.76 Setting up xfsprogs (4.20.0-1) ...
13:48:24 [2021-05-06T13:48:24.472Z] #20 59.77 Setting up python3-lib2to3 (3.7.3-1) ...
13:48:24 [2021-05-06T13:48:24.518Z] #49 48.96 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:48:24 [2021-05-06T13:48:24.518Z] #49 49.05 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
13:48:24 [2021-05-06T13:48:24.518Z] #49 49.12 go: extracting github.com/go-toolsmith/typep v1.0.0
13:48:24 [2021-05-06T13:48:24.518Z] #49 49.17 go: downloading github.com/go-toolsmith/strparse v1.0.0
13:48:24 [2021-05-06T13:48:24.731Z] #20 60.18 Setting up python3-pkg-resources (40.8.0-1) ...
13:48:24 [2021-05-06T13:48:24.780Z] #49 49.27 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:48:24 [2021-05-06T13:48:24.780Z] #49 ...
13:48:24 [2021-05-06T13:48:24.780Z] 
13:48:24 [2021-05-06T13:48:24.780Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:48:24 [2021-05-06T13:48:24.780Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:48:24 [2021-05-06T13:48:24.780Z] #13 33.05 Fetched 8955 kB in 28s (321 kB/s)
13:48:24 [2021-05-06T13:48:24.780Z] #13 33.05 Reading package lists...
13:48:24 [2021-05-06T13:48:24.780Z] #13 ...
13:48:24 [2021-05-06T13:48:24.780Z] 
13:48:24 [2021-05-06T13:48:24.780Z] #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
13:48:24 [2021-05-06T13:48:24.780Z] #49 sha256:eee18e8ee20abc633bee40a4eea97e188166e8c88dfc91b95eace27a44d2b3e1
13:48:24 [2021-05-06T13:48:24.780Z] #49 49.39 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:48:24 [2021-05-06T13:48:24.780Z] #49 49.44 go: extracting github.com/go-toolsmith/strparse v1.0.0
13:48:24 [2021-05-06T13:48:24.991Z] #20 ...
13:48:24 [2021-05-06T13:48:24.991Z] 
13:48:24 [2021-05-06T13:48:24.991Z] #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
13:48:24 [2021-05-06T13:48:24.991Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:48:24 [2021-05-06T13:48:24.991Z] #43 111.4   CC       criu/files-ext.o
13:48:24 [2021-05-06T13:48:24.991Z] #43 111.9   CC       criu/files-reg.o
13:48:24 [2021-05-06T13:48:24.991Z] #43 114.3   CC       criu/files.o
13:48:24 [2021-05-06T13:48:24.991Z] #43 116.3   CC       criu/filesystems.o
13:48:24 [2021-05-06T13:48:24.991Z] #43 117.0   CC       criu/fsnotify.o
13:48:24 [2021-05-06T13:48:24.991Z] #43 118.2   CC       criu/image-desc.o
13:48:24 [2021-05-06T13:48:24.991Z] #43 118.3   CC       criu/image.o
13:48:24 [2021-05-06T13:48:24.991Z] #43 119.3   CC       criu/ipc_ns.o
13:48:24 [2021-05-06T13:48:24.991Z] #43 120.5   CC       criu/irmap.o
13:48:24 [2021-05-06T13:48:24.991Z] #43 121.1   CC       criu/kcmp-ids.o
13:48:24 [2021-05-06T13:48:24.991Z] #43 121.5   CC       criu/kerndat.o
13:48:25 [2021-05-06T13:48:25.041Z] #49 49.47 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:48:25 [2021-05-06T13:48:25.041Z] #49 49.55 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:48:25 [2021-05-06T13:48:25.041Z] #49 49.58 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:48:25 [2021-05-06T13:48:25.203Z] #13 ...
13:48:25 [2021-05-06T13:48:25.203Z] 
13:48:25 [2021-05-06T13:48:25.203Z] #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
13:48:25 [2021-05-06T13:48:25.203Z] #29 sha256:c878212333acddfcbbe011b2b5201f31d0ffae1f0a81a4178543a584c7eb908c
13:48:25 [2021-05-06T13:48:25.203Z] #29 DONE 31.9s
13:48:25 [2021-05-06T13:48:25.203Z] 
13:48:25 [2021-05-06T13:48:25.203Z] #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
13:48:25 [2021-05-06T13:48:25.203Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
13:48:25 [2021-05-06T13:48:25.203Z] #42 44.66 Selecting previously unselected package protobuf-compiler.
13:48:25 [2021-05-06T13:48:25.203Z] #42 44.70 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ...
13:48:25 [2021-05-06T13:48:25.203Z] #42 44.82 Unpacking protobuf-compiler (3.6.1.3-2) ...
13:48:25 [2021-05-06T13:48:25.203Z] #42 ...
13:48:25 [2021-05-06T13:48:25.203Z] 
13:48:25 [2021-05-06T13:48:25.203Z] #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
13:48:25 [2021-05-06T13:48:25.203Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805
13:48:25 [2021-05-06T13:48:25.203Z] #32 34.55 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.
13:48:25 [2021-05-06T13:48:25.203Z] #32 34.81 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
13:48:25 [2021-05-06T13:48:25.203Z] #32 35.00 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:48:25 [2021-05-06T13:48:25.251Z] #43 ...
13:48:25 [2021-05-06T13:48:25.251Z] 
13:48:25 [2021-05-06T13:48:25.251Z] #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
13:48:25 [2021-05-06T13:48:25.251Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:48:25 [2021-05-06T13:48:25.251Z] #40 184.0 + dpkg --print-architecture
13:48:25 [2021-05-06T13:48:25.251Z] #40 184.0 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
13:48:25 [2021-05-06T13:48:25.303Z] #49 49.78 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:48:25 [2021-05-06T13:48:25.473Z] #32 ...
13:48:25 [2021-05-06T13:48:25.473Z] 
13:48:25 [2021-05-06T13:48:25.473Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:48:25 [2021-05-06T13:48:25.473Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
13:48:25 [2021-05-06T13:48:25.473Z] #13 43.30 Selecting previously unselected package binutils-mingw-w64-i686.
13:48:25 [2021-05-06T13:48:25.473Z] #13 43.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 ... 15383 files and directories currently installed.)
13:48:25 [2021-05-06T13:48:25.473Z] #13 43.39 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ...
13:48:25 [2021-05-06T13:48:25.473Z] #13 43.41 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
13:48:25 [2021-05-06T13:48:25.564Z] #45 69.06 path/filepath
13:48:25 [2021-05-06T13:48:25.565Z] #49 49.92 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:48:25 [2021-05-06T13:48:25.565Z] #49 50.15 go: downloading github.com/BurntSushi/toml v0.3.1
13:48:26 [2021-05-06T13:48:26.082Z] #40 184.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
13:48:26 [2021-05-06T13:48:26.082Z] #40 184.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
13:48:26 [2021-05-06T13:48:26.138Z] #49 50.51 go: downloading github.com/kisielk/gotool v1.0.0
13:48:26 [2021-05-06T13:48:26.138Z] #49 50.66 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:48:26 [2021-05-06T13:48:26.493Z] #45 70.25 regexp
13:48:26 [2021-05-06T13:48:26.500Z] #13 ...
13:48:26 [2021-05-06T13:48:26.500Z] 
13:48:26 [2021-05-06T13:48:26.500Z] #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
13:48:26 [2021-05-06T13:48:26.500Z] #47 sha256:2c5ca54b4e4b04ca07546f7bd76364e85fce3493daed5c689460e3d8f7a465ec
13:48:26 [2021-05-06T13:48:26.500Z] #47 DONE 46.0s
13:48:26 [2021-05-06T13:48:26.500Z] 
13:48:26 [2021-05-06T13:48:26.500Z] #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
13:48:26 [2021-05-06T13:48:26.500Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
13:48:26 [2021-05-06T13:48:26.500Z] #42 45.14 Selecting previously unselected package python-pkg-resources.
13:48:26 [2021-05-06T13:48:26.500Z] #42 45.15 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
13:48:26 [2021-05-06T13:48:26.500Z] #42 45.16 Unpacking python-pkg-resources (40.8.0-1) ...
13:48:26 [2021-05-06T13:48:26.500Z] #42 46.04 Selecting previously unselected package python-six.
13:48:26 [2021-05-06T13:48:26.500Z] #42 46.05 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
13:48:26 [2021-05-06T13:48:26.500Z] #42 46.08 Unpacking python-six (1.12.0-1) ...
13:48:26 [2021-05-06T13:48:26.500Z] #42 46.22 Selecting previously unselected package python-protobuf.
13:48:26 [2021-05-06T13:48:26.763Z] #42 46.23 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ...
13:48:26 [2021-05-06T13:48:26.763Z] #42 46.24 Unpacking python-protobuf (3.6.1.3-2) ...
13:48:26 [2021-05-06T13:48:26.775Z] #49 51.06 go: extracting github.com/BurntSushi/toml v0.3.1
13:48:26 [2021-05-06T13:48:26.775Z] #49 51.07 go: extracting github.com/kisielk/gotool v1.0.0
13:48:26 [2021-05-06T13:48:26.775Z] #49 51.08 go: extracting golang.org/x/text v0.3.2
13:48:27 [2021-05-06T13:48:27.343Z] #42 46.84 Setting up python-pkg-resources (40.8.0-1) ...
13:48:28 [2021-05-06T13:48:28.292Z] #42 ...
13:48:28 [2021-05-06T13:48:28.292Z] 
13:48:28 [2021-05-06T13:48:28.292Z] #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
13:48:28 [2021-05-06T13:48:28.292Z] #56 sha256:3fbca81332cc3fbfca744c7aaddf97967352d3742dde401101afe646c85dfea3
13:48:28 [2021-05-06T13:48:28.292Z] #56 1.555 + RM_GOPATH=0
13:48:28 [2021-05-06T13:48:28.292Z] #56 1.556 + TMP_GOPATH=
13:48:28 [2021-05-06T13:48:28.292Z] #56 1.556 + : /build
13:48:28 [2021-05-06T13:48:28.292Z] #56 1.556 + '[' -z '' ']'
13:48:28 [2021-05-06T13:48:28.292Z] #56 1.562 ++ mktemp -d
13:48:28 [2021-05-06T13:48:28.292Z] #56 1.599 + export GOPATH=/tmp/tmp.iiLSOxy8Um
13:48:28 [2021-05-06T13:48:28.292Z] #56 1.599 + GOPATH=/tmp/tmp.iiLSOxy8Um
13:48:28 [2021-05-06T13:48:28.292Z] #56 1.599 + RM_GOPATH=1
13:48:28 [2021-05-06T13:48:28.292Z] #56 1.599 + case "$(go env GOARCH)" in
13:48:28 [2021-05-06T13:48:28.292Z] #56 1.600 ++ go env GOARCH
13:48:28 [2021-05-06T13:48:28.292Z] #56 1.620 + export GO_BUILDMODE=-buildmode=pie
13:48:28 [2021-05-06T13:48:28.292Z] #56 1.621 + GO_BUILDMODE=-buildmode=pie
13:48:28 [2021-05-06T13:48:28.292Z] #56 1.621 ++ dirname /tmp/install/install.sh
13:48:28 [2021-05-06T13:48:28.292Z] #56 1.625 + dir=/tmp/install
13:48:28 [2021-05-06T13:48:28.292Z] #56 1.625 + bin=containerd
13:48:28 [2021-05-06T13:48:28.292Z] #56 1.626 + shift
13:48:28 [2021-05-06T13:48:28.292Z] #56 1.626 + '[' '!' -f /tmp/install/containerd.installer ']'
13:48:28 [2021-05-06T13:48:28.292Z] #56 1.626 + . /tmp/install/containerd.installer
13:48:28 [2021-05-06T13:48:28.292Z] #56 1.626 ++ set -e
13:48:28 [2021-05-06T13:48:28.292Z] #56 1.627 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:48:28 [2021-05-06T13:48:28.292Z] #56 1.627 + install_containerd
13:48:28 [2021-05-06T13:48:28.292Z] #56 1.628 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e'
13:48:28 [2021-05-06T13:48:28.292Z] #56 1.628 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:48:28 [2021-05-06T13:48:28.292Z] #56 1.628 + git clone https://github.com/containerd/containerd.git /tmp/tmp.iiLSOxy8Um/src/github.com/containerd/containerd
13:48:28 [2021-05-06T13:48:28.292Z] #56 1.656 Cloning into '/tmp/tmp.iiLSOxy8Um/src/github.com/containerd/containerd'...
13:48:28 [2021-05-06T13:48:28.292Z] #56 ...
13:48:28 [2021-05-06T13:48:28.292Z] 
13:48:28 [2021-05-06T13:48:28.292Z] #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
13:48:28 [2021-05-06T13:48:28.292Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
13:48:28 [2021-05-06T13:48:28.292Z] #36 41.80 Selecting previously unselected package libicu63:arm64.
13:48:28 [2021-05-06T13:48:28.292Z] #36 41.80 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ...
13:48:28 [2021-05-06T13:48:28.292Z] #36 41.82 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
13:48:28 [2021-05-06T13:48:28.292Z] #36 46.62 Selecting previously unselected package libxml2:arm64.
13:48:28 [2021-05-06T13:48:28.292Z] #36 46.62 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_arm64.deb ...
13:48:28 [2021-05-06T13:48:28.292Z] #36 46.63 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ...
13:48:28 [2021-05-06T13:48:28.292Z] #36 47.31 Selecting previously unselected package libarchive13:arm64.
13:48:28 [2021-05-06T13:48:28.292Z] #36 47.33 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ...
13:48:28 [2021-05-06T13:48:28.292Z] #36 47.35 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ...
13:48:28 [2021-05-06T13:48:28.292Z] #36 47.68 Selecting previously unselected package libjsoncpp1:arm64.
13:48:28 [2021-05-06T13:48:28.292Z] #36 47.69 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ...
13:48:28 [2021-05-06T13:48:28.292Z] #36 47.71 Unpacking libjsoncpp1:arm64 (1.7.4-3) ...
13:48:28 [2021-05-06T13:48:28.556Z] #36 ...
13:48:28 [2021-05-06T13:48:28.556Z] 
13:48:28 [2021-05-06T13:48:28.556Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:48:28 [2021-05-06T13:48:28.556Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
13:48:28 [2021-05-06T13:48:28.556Z] #13 46.61 Selecting previously unselected package binutils-mingw-w64-x86-64.
13:48:28 [2021-05-06T13:48:28.556Z] #13 46.62 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ...
13:48:28 [2021-05-06T13:48:28.556Z] #13 46.66 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
13:48:28 [2021-05-06T13:48:28.707Z] #49 52.76 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:48:29 [2021-05-06T13:48:29.012Z] #45 ...
13:48:29 [2021-05-06T13:48:29.012Z] 
13:48:29 [2021-05-06T13:48:29.012Z] #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
13:48:29 [2021-05-06T13:48:29.012Z] #37 sha256:2859f1d4708f9c8ab44f50ea79018622b7fd9c54b6593489c4b5eba76d54971e
13:48:29 [2021-05-06T13:48:29.012Z] #37 7.948 -- Detecting C compile features - done
13:48:29 [2021-05-06T13:48:29.012Z] #37 7.999 -- Performing Test HAS_BUILTIN_FORTIFY
13:48:29 [2021-05-06T13:48:29.012Z] #37 8.257 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:48:29 [2021-05-06T13:48:29.012Z] #37 8.368 -- Configuring done
13:48:29 [2021-05-06T13:48:29.012Z] #37 8.392 -- Generating done
13:48:29 [2021-05-06T13:48:29.012Z] #37 8.396 -- Build files have been written to: /tmp/tmp.VNi6XWOAft/tini
13:48:29 [2021-05-06T13:48:29.012Z] #37 8.412 + make tini-static
13:48:29 [2021-05-06T13:48:29.012Z] #37 8.881 Scanning dependencies of target tini-static
13:48:29 [2021-05-06T13:48:29.012Z] #37 8.949 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:48:29 [2021-05-06T13:48:29.012Z] #37 10.08 [100%] Linking C executable tini-static
13:48:29 [2021-05-06T13:48:29.012Z] #37 10.63 [100%] Built target tini-static
13:48:29 [2021-05-06T13:48:29.012Z] #37 10.73 + mkdir -p /build
13:48:29 [2021-05-06T13:48:29.012Z] #37 10.73 + cp tini-static /build/docker-init
13:48:29 [2021-05-06T13:48:29.012Z] #37 DONE 11.3s
13:48:29 [2021-05-06T13:48:29.012Z] 
13:48:29 [2021-05-06T13:48:29.012Z] #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
13:48:29 [2021-05-06T13:48:29.012Z] #45 sha256:3aa4c770ceb36e28df1fd45c9d3650059aa078cf20331b33e6326aea6064c9e3
13:48:29 [2021-05-06T13:48:29.012Z] #45 72.45 flag
13:48:29 [2021-05-06T13:48:29.268Z] #45 ...
13:48:29 [2021-05-06T13:48:29.268Z] 
13:48:29 [2021-05-06T13:48:29.268Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:48:29 [2021-05-06T13:48:29.268Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:48:29 [2021-05-06T13:48:29.268Z] #13 66.41 Selecting previously unselected package mingw-w64-x86-64-dev.
13:48:29 [2021-05-06T13:48:29.268Z] #13 66.42 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
13:48:29 [2021-05-06T13:48:29.268Z] #13 66.43 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
13:48:29 [2021-05-06T13:48:29.378Z] #40 ...
13:48:29 [2021-05-06T13:48:29.378Z] 
13:48:29 [2021-05-06T13:48:29.378Z] #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
13:48:29 [2021-05-06T13:48:29.378Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:48:29 [2021-05-06T13:48:29.378Z] #20 61.04 Setting up python3-distutils (3.7.3-1) ...
13:48:29 [2021-05-06T13:48:29.378Z] #20 61.53 Setting up python3-setuptools (40.8.0-1) ...
13:48:29 [2021-05-06T13:48:29.378Z] #20 62.71 Setting up python3-pip (18.1-5) ...
13:48:29 [2021-05-06T13:48:29.378Z] #20 63.84 Processing triggers for libc-bin (2.28-10) ...
13:48:29 [2021-05-06T13:48:29.378Z] #20 63.87 Processing triggers for mime-support (3.62) ...
13:48:29 [2021-05-06T13:48:29.378Z] #20 DONE 64.7s
13:48:29 [2021-05-06T13:48:29.378Z] 
13:48:29 [2021-05-06T13:48:29.378Z] #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
13:48:29 [2021-05-06T13:48:29.378Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
13:48:29 [2021-05-06T13:48:29.947Z] #21 0.993 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
13:48:29 [2021-05-06T13:48:29.947Z] #21 0.997 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
13:48:29 [2021-05-06T13:48:29.960Z] #13 ...
13:48:29 [2021-05-06T13:48:29.960Z] 
13:48:29 [2021-05-06T13:48:29.960Z] #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
13:48:29 [2021-05-06T13:48:29.960Z] #51 sha256:d6416493b538ea935a5f4e3f4a2c140ef3440091b9a105543423332c2333fa04
13:48:29 [2021-05-06T13:48:29.960Z] #51 39.40 syscall
13:48:29 [2021-05-06T13:48:29.960Z] #51 39.41 reflect
13:48:29 [2021-05-06T13:48:29.960Z] #51 39.44 strings
13:48:29 [2021-05-06T13:48:29.960Z] #51 39.48 bufio
13:48:29 [2021-05-06T13:48:29.960Z] #51 41.81 text/tabwriter
13:48:29 [2021-05-06T13:48:29.960Z] #51 43.27 regexp/syntax
13:48:29 [2021-05-06T13:48:29.960Z] #51 48.42 time
13:48:29 [2021-05-06T13:48:29.960Z] #51 49.10 regexp
13:48:29 [2021-05-06T13:48:29.960Z] #51 ...
13:48:29 [2021-05-06T13:48:29.960Z] 
13:48:29 [2021-05-06T13:48:29.960Z] #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
13:48:29 [2021-05-06T13:48:29.960Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
13:48:29 [2021-05-06T13:48:29.960Z] #42 49.18 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ...
13:48:29 [2021-05-06T13:48:29.960Z] #42 49.22 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
13:48:29 [2021-05-06T13:48:29.960Z] #42 49.24 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
13:48:29 [2021-05-06T13:48:29.960Z] #42 49.26 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ...
13:48:29 [2021-05-06T13:48:29.960Z] #42 49.28 Setting up python-six (1.12.0-1) ...
13:48:30 [2021-05-06T13:48:30.096Z] #49 ...
13:48:30 [2021-05-06T13:48:30.096Z] 
13:48:30 [2021-05-06T13:48:30.096Z] #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
13:48:30 [2021-05-06T13:48:30.096Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:48:30 [2021-05-06T13:48:30.096Z] #36 44.43 Reading package lists...
13:48:30 [2021-05-06T13:48:30.214Z] #21 1.004 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
13:48:30 [2021-05-06T13:48:30.214Z] #21 DONE 1.1s
13:48:30 [2021-05-06T13:48:30.214Z] 
13:48:30 [2021-05-06T13:48:30.214Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
13:48:30 [2021-05-06T13:48:30.214Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
13:48:30 [2021-05-06T13:48:30.669Z] #36 54.54 Building dependency tree...
13:48:30 [2021-05-06T13:48:30.669Z] #36 ...
13:48:30 [2021-05-06T13:48:30.669Z] 
13:48:30 [2021-05-06T13:48:30.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
13:48:30 [2021-05-06T13:48:30.669Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:48:30 [2021-05-06T13:48:30.669Z] #55 45.52 Reading package lists...
13:48:30 [2021-05-06T13:48:30.669Z] #55 55.23 Building dependency tree...
13:48:30 [2021-05-06T13:48:30.669Z] #55 ...
13:48:30 [2021-05-06T13:48:30.669Z] 
13:48:30 [2021-05-06T13:48:30.669Z] #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
13:48:30 [2021-05-06T13:48:30.669Z] #49 sha256:eee18e8ee20abc633bee40a4eea97e188166e8c88dfc91b95eace27a44d2b3e1
13:48:30 [2021-05-06T13:48:30.669Z] #49 55.31 go: extracting github.com/gogo/protobuf v1.2.1
13:48:31 [2021-05-06T13:48:31.353Z] #42 ...
13:48:31 [2021-05-06T13:48:31.353Z] 
13:48:31 [2021-05-06T13:48:31.354Z] #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
13:48:31 [2021-05-06T13:48:31.354Z] #49 sha256:96758323359f10fc8c1b99bd86656b2cf00c2e937a436c92fabcd87986069191
13:48:31 [2021-05-06T13:48:31.354Z] #49 40.78 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:48:31 [2021-05-06T13:48:31.354Z] #49 41.18 go: finding github.com/ultraware/whitespace v0.0.4
13:48:31 [2021-05-06T13:48:31.354Z] #49 41.18 go: finding github.com/uudashr/gocognit v1.0.1
13:48:31 [2021-05-06T13:48:31.354Z] #49 41.26 go: finding github.com/gogo/protobuf v1.2.1
13:48:31 [2021-05-06T13:48:31.354Z] #49 41.31 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:48:31 [2021-05-06T13:48:31.354Z] #49 41.50 go: finding honnef.co/go/tools v0.0.1-2019.2.3
13:48:31 [2021-05-06T13:48:31.354Z] #49 41.63 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:48:31 [2021-05-06T13:48:31.354Z] #49 41.66 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:48:31 [2021-05-06T13:48:31.354Z] #49 41.66 go: finding github.com/BurntSushi/toml v0.3.1
13:48:31 [2021-05-06T13:48:31.354Z] #49 41.71 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:48:31 [2021-05-06T13:48:31.354Z] #49 ...
13:48:31 [2021-05-06T13:48:31.354Z] 
13:48:31 [2021-05-06T13:48:31.354Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:48:31 [2021-05-06T13:48:31.354Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
13:48:31 [2021-05-06T13:48:31.354Z] #13 48.24 Selecting previously unselected package binutils-mingw-w64.
13:48:31 [2021-05-06T13:48:31.354Z] #13 48.24 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
13:48:31 [2021-05-06T13:48:31.354Z] #13 48.25 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
13:48:31 [2021-05-06T13:48:31.354Z] #13 48.39 Selecting previously unselected package libdevmapper1.02.1:arm64.
13:48:31 [2021-05-06T13:48:31.354Z] #13 48.39 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ...
13:48:31 [2021-05-06T13:48:31.354Z] #13 48.40 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
13:48:31 [2021-05-06T13:48:31.354Z] #13 48.58 Selecting previously unselected package dmsetup.
13:48:31 [2021-05-06T13:48:31.354Z] #13 48.60 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ...
13:48:31 [2021-05-06T13:48:31.354Z] #13 48.61 Unpacking dmsetup (2:1.02.155-3) ...
13:48:31 [2021-05-06T13:48:31.354Z] #13 48.80 Selecting previously unselected package mingw-w64-common.
13:48:31 [2021-05-06T13:48:31.354Z] #13 48.81 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
13:48:31 [2021-05-06T13:48:31.354Z] #13 48.81 Unpacking mingw-w64-common (6.0.0-3) ...
13:48:31 [2021-05-06T13:48:31.617Z] #13 ...
13:48:31 [2021-05-06T13:48:31.617Z] 
13:48:31 [2021-05-06T13:48:31.617Z] #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
13:48:31 [2021-05-06T13:48:31.617Z] #45 sha256:44145e1ef27722c389069fdd75c7ecfd2c7927ed02d8ac0ecae9719f2996f0b0
13:48:31 [2021-05-06T13:48:31.617Z] #45 41.31 strings
13:48:31 [2021-05-06T13:48:31.617Z] #45 41.51 hash/crc32
13:48:31 [2021-05-06T13:48:31.617Z] #45 42.72 time
13:48:31 [2021-05-06T13:48:31.617Z] #45 42.83 internal/syscall/execenv
13:48:31 [2021-05-06T13:48:31.617Z] #45 43.30 internal/syscall/unix
13:48:31 [2021-05-06T13:48:31.617Z] #45 43.84 vendor/golang.org/x/text/transform
13:48:31 [2021-05-06T13:48:31.617Z] #45 45.37 regexp/syntax
13:48:31 [2021-05-06T13:48:31.617Z] #45 45.67 path
13:48:31 [2021-05-06T13:48:31.617Z] #45 50.35 context
13:48:31 [2021-05-06T13:48:31.617Z] #45 50.40 internal/poll
13:48:31 [2021-05-06T13:48:31.617Z] #45 51.37 regexp
13:48:31 [2021-05-06T13:48:31.645Z] #49 ...
13:48:31 [2021-05-06T13:48:31.645Z] 
13:48:31 [2021-05-06T13:48:31.645Z] #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
13:48:31 [2021-05-06T13:48:31.645Z] #45 sha256:22cfca3a0b4c3e4e5ef538e0315c7e1331d173e069c46336ca9c501feaa5efbb
13:48:31 [2021-05-06T13:48:31.645Z] #45 46.14 vendor/golang.org/x/crypto/internal/subtle
13:48:31 [2021-05-06T13:48:31.645Z] #45 46.28 vendor/golang.org/x/crypto/curve25519
13:48:31 [2021-05-06T13:48:31.911Z] #45 ...
13:48:31 [2021-05-06T13:48:31.911Z] 
13:48:31 [2021-05-06T13:48:31.911Z] #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
13:48:31 [2021-05-06T13:48:31.911Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:48:31 [2021-05-06T13:48:31.911Z] #36 54.54 Building dependency tree...
13:48:31 [2021-05-06T13:48:31.911Z] #36 ...
13:48:31 [2021-05-06T13:48:31.911Z] 
13:48:31 [2021-05-06T13:48:31.911Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:48:31 [2021-05-06T13:48:31.911Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:48:31 [2021-05-06T13:48:31.911Z] #42 46.42 Reading package lists...
13:48:32 [2021-05-06T13:48:32.027Z] #45 ...
13:48:32 [2021-05-06T13:48:32.027Z] 
13:48:32 [2021-05-06T13:48:32.027Z] #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
13:48:32 [2021-05-06T13:48:32.027Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
13:48:32 [2021-05-06T13:48:32.027Z] #42 51.22 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ...
13:48:32 [2021-05-06T13:48:32.027Z] #42 51.28 Setting up libnl-3-200:arm64 (3.4.0-1) ...
13:48:32 [2021-05-06T13:48:32.027Z] #42 51.35 Setting up libprotobuf17:arm64 (3.6.1.3-2) ...
13:48:32 [2021-05-06T13:48:32.027Z] #42 51.44 Setting up libcap-dev:arm64 (1:2.25-2) ...
13:48:32 [2021-05-06T13:48:32.027Z] #42 51.46 Setting up libprotoc17:arm64 (3.6.1.3-2) ...
13:48:32 [2021-05-06T13:48:32.027Z] #42 51.48 Setting up protobuf-compiler (3.6.1.3-2) ...
13:48:32 [2021-05-06T13:48:32.027Z] #42 51.52 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
13:48:32 [2021-05-06T13:48:32.027Z] #42 51.56 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ...
13:48:32 [2021-05-06T13:48:32.487Z] #42 55.61 Building dependency tree...
13:48:32 [2021-05-06T13:48:32.488Z] #42 ...
13:48:32 [2021-05-06T13:48:32.488Z] 
13:48:32 [2021-05-06T13:48:32.488Z] #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
13:48:32 [2021-05-06T13:48:32.488Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:48:32 [2021-05-06T13:48:32.488Z] #55 55.23 Building dependency tree...
13:48:32 [2021-05-06T13:48:32.536Z] #13 ...
13:48:32 [2021-05-06T13:48:32.536Z] 
13:48:32 [2021-05-06T13:48:32.536Z] #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
13:48:32 [2021-05-06T13:48:32.536Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:48:32 [2021-05-06T13:48:32.536Z] #43 4.127 Note: Building without setproctitle() and strlcpy() support.
13:48:32 [2021-05-06T13:48:32.536Z] #43 4.127       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
13:48:32 [2021-05-06T13:48:32.536Z] #43 4.147 Note: Building without GnuTLS support
13:48:32 [2021-05-06T13:48:32.536Z] #43 4.151 Makefile.config:39: Warn: you have no libnftables installed
13:48:32 [2021-05-06T13:48:32.536Z] #43 4.151 Makefile.config:40: Warn: Building without nftables support
13:48:32 [2021-05-06T13:48:32.536Z] #43 6.126 fatal: not a git repository (or any of the parent directories): .git
13:48:32 [2021-05-06T13:48:32.536Z] #43 6.236   GEN      .gitid
13:48:32 [2021-05-06T13:48:32.536Z] #43 6.267   GEN      criu/include/version.h
13:48:32 [2021-05-06T13:48:32.536Z] #43 6.331   GEN      include/common/asm
13:48:32 [2021-05-06T13:48:32.536Z] #43 7.960   PBCC     images/timens.pb-c.c
13:48:32 [2021-05-06T13:48:32.536Z] #43 7.993   DEP      images/timens.pb-c.d
13:48:32 [2021-05-06T13:48:32.536Z] #43 8.031   PBCC     images/fown.pb-c.c
13:48:32 [2021-05-06T13:48:32.536Z] #43 8.066   PBCC     images/google/protobuf/descriptor.pb-c.c
13:48:32 [2021-05-06T13:48:32.536Z] #43 8.129   PBCC     images/opts.pb-c.c
13:48:32 [2021-05-06T13:48:32.536Z] #43 8.183   PBCC     images/memfd.pb-c.c
13:48:32 [2021-05-06T13:48:32.536Z] #43 8.240   DEP      images/fown.pb-c.d
13:48:32 [2021-05-06T13:48:32.536Z] #43 8.291   DEP      images/google/protobuf/descriptor.pb-c.d
13:48:32 [2021-05-06T13:48:32.536Z] #43 8.341   DEP      images/opts.pb-c.d
13:48:32 [2021-05-06T13:48:32.536Z] #43 8.390   DEP      images/memfd.pb-c.d
13:48:32 [2021-05-06T13:48:32.536Z] #43 8.475   PBCC     images/sit.pb-c.c
13:48:32 [2021-05-06T13:48:32.536Z] #43 8.544   DEP      images/sit.pb-c.d
13:48:32 [2021-05-06T13:48:32.536Z] #43 8.640   PBCC     images/macvlan.pb-c.c
13:48:32 [2021-05-06T13:48:32.536Z] #43 8.640   DEP      images/macvlan.pb-c.d
13:48:32 [2021-05-06T13:48:32.536Z] #43 8.697   PBCC     images/autofs.pb-c.c
13:48:32 [2021-05-06T13:48:32.536Z] #43 8.743   DEP      images/autofs.pb-c.d
13:48:32 [2021-05-06T13:48:32.536Z] #43 8.792   PBCC     images/sysctl.pb-c.c
13:48:32 [2021-05-06T13:48:32.536Z] #43 8.813   DEP      images/sysctl.pb-c.d
13:48:32 [2021-05-06T13:48:32.536Z] #43 8.887   PBCC     images/time.pb-c.c
13:48:32 [2021-05-06T13:48:32.536Z] #43 8.931   DEP      images/time.pb-c.d
13:48:32 [2021-05-06T13:48:32.536Z] #43 8.995   PBCC     images/binfmt-misc.pb-c.c
13:48:32 [2021-05-06T13:48:32.536Z] #43 9.022   DEP      images/binfmt-misc.pb-c.d
13:48:32 [2021-05-06T13:48:32.536Z] #43 9.095   PBCC     images/seccomp.pb-c.c
13:48:32 [2021-05-06T13:48:32.536Z] #43 9.113   DEP      images/seccomp.pb-c.d
13:48:32 [2021-05-06T13:48:32.536Z] #43 9.177   PBCC     images/userns.pb-c.c
13:48:32 [2021-05-06T13:48:32.536Z] #43 9.208   DEP      images/userns.pb-c.d
13:48:32 [2021-05-06T13:48:32.536Z] #43 9.307   PBCC     images/cgroup.pb-c.c
13:48:32 [2021-05-06T13:48:32.536Z] #43 9.307   DEP      images/cgroup.pb-c.d
13:48:32 [2021-05-06T13:48:32.536Z] #43 9.359   PBCC     images/ext-file.pb-c.c
13:48:32 [2021-05-06T13:48:32.536Z] #43 9.400   DEP      images/ext-file.pb-c.d
13:48:32 [2021-05-06T13:48:32.536Z] #43 9.448   PBCC     images/rpc.pb-c.c
13:48:32 [2021-05-06T13:48:32.536Z] #43 9.494   DEP      images/rpc.pb-c.d
13:48:32 [2021-05-06T13:48:32.536Z] #43 9.575   PBCC     images/siginfo.pb-c.c
13:48:32 [2021-05-06T13:48:32.536Z] #43 9.631   DEP      images/siginfo.pb-c.d
13:48:32 [2021-05-06T13:48:32.536Z] #43 9.655   PBCC     images/pagemap.pb-c.c
13:48:32 [2021-05-06T13:48:32.536Z] #43 9.711   DEP      images/pagemap.pb-c.d
13:48:32 [2021-05-06T13:48:32.536Z] #43 9.763   PBCC     images/rlimit.pb-c.c
13:48:32 [2021-05-06T13:48:32.536Z] #43 9.837   DEP      images/rlimit.pb-c.d
13:48:32 [2021-05-06T13:48:32.536Z] #43 9.873   PBCC     images/file-lock.pb-c.c
13:48:32 [2021-05-06T13:48:32.536Z] #43 9.952   DEP      images/file-lock.pb-c.d
13:48:32 [2021-05-06T13:48:32.617Z] #42 52.30 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
13:48:32 [2021-05-06T13:48:32.793Z] #43 10.03   PBCC     images/tty.pb-c.c
13:48:32 [2021-05-06T13:48:32.793Z] #43 10.04   DEP      images/tty.pb-c.d
13:48:32 [2021-05-06T13:48:32.793Z] #43 10.11   PBCC     images/tun.pb-c.c
13:48:32 [2021-05-06T13:48:32.793Z] #43 ...
13:48:32 [2021-05-06T13:48:32.793Z] 
13:48:32 [2021-05-06T13:48:32.793Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:48:32 [2021-05-06T13:48:32.793Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:48:32 [2021-05-06T13:48:32.793Z] #13 72.17 Selecting previously unselected package gcc-mingw-w64-base.
13:48:32 [2021-05-06T13:48:32.793Z] #13 72.17 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
13:48:32 [2021-05-06T13:48:32.793Z] #13 72.21 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
13:48:32 [2021-05-06T13:48:32.884Z] #42 52.44 Setting up python-protobuf (3.6.1.3-2) ...
13:48:33 [2021-05-06T13:48:33.049Z] #13 72.39 Selecting previously unselected package gcc-mingw-w64-x86-64.
13:48:33 [2021-05-06T13:48:33.049Z] #13 72.39 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
13:48:33 [2021-05-06T13:48:33.049Z] #13 72.41 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:48:33 [2021-05-06T13:48:33.148Z] #42 ...
13:48:33 [2021-05-06T13:48:33.148Z] 
13:48:33 [2021-05-06T13:48:33.148Z] #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
13:48:33 [2021-05-06T13:48:33.148Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
13:48:33 [2021-05-06T13:48:33.148Z] #36 48.59 Selecting previously unselected package librhash0:arm64.
13:48:33 [2021-05-06T13:48:33.148Z] #36 48.59 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ...
13:48:33 [2021-05-06T13:48:33.148Z] #36 48.60 Unpacking librhash0:arm64 (1.3.8-1) ...
13:48:33 [2021-05-06T13:48:33.148Z] #36 48.75 Selecting previously unselected package libuv1:arm64.
13:48:33 [2021-05-06T13:48:33.148Z] #36 48.76 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ...
13:48:33 [2021-05-06T13:48:33.148Z] #36 48.77 Unpacking libuv1:arm64 (1.24.1-1) ...
13:48:33 [2021-05-06T13:48:33.148Z] #36 48.91 Selecting previously unselected package cmake.
13:48:33 [2021-05-06T13:48:33.148Z] #36 48.93 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ...
13:48:33 [2021-05-06T13:48:33.148Z] #36 48.95 Unpacking cmake (3.13.4-1) ...
13:48:33 [2021-05-06T13:48:33.148Z] #36 50.73 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
13:48:33 [2021-05-06T13:48:33.148Z] #36 50.80 Setting up xxd (2:8.1.0875-5) ...
13:48:33 [2021-05-06T13:48:33.148Z] #36 50.86 Setting up libuv1:arm64 (1.24.1-1) ...
13:48:33 [2021-05-06T13:48:33.148Z] #36 50.87 Setting up vim-common (2:8.1.0875-5) ...
13:48:33 [2021-05-06T13:48:33.148Z] #36 50.92 Setting up librhash0:arm64 (1.3.8-1) ...
13:48:33 [2021-05-06T13:48:33.148Z] #36 50.95 Setting up cmake-data (3.13.4-1) ...
13:48:33 [2021-05-06T13:48:33.148Z] #36 50.97 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ...
13:48:33 [2021-05-06T13:48:33.148Z] #36 50.99 Setting up libjsoncpp1:arm64 (1.7.4-3) ...
13:48:33 [2021-05-06T13:48:33.148Z] #36 51.01 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ...
13:48:33 [2021-05-06T13:48:33.148Z] #36 51.03 Setting up cmake (3.13.4-1) ...
13:48:33 [2021-05-06T13:48:33.148Z] #36 51.05 Processing triggers for libc-bin (2.28-10) ...
13:48:33 [2021-05-06T13:48:33.148Z] #36 51.21 Processing triggers for mime-support (3.62) ...
13:48:33 [2021-05-06T13:48:33.148Z] #36 DONE 52.6s
13:48:33 [2021-05-06T13:48:33.148Z] 
13:48:33 [2021-05-06T13:48:33.148Z] #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
13:48:33 [2021-05-06T13:48:33.148Z] #37 sha256:97c021b8e60f18c29755f8dae48e566f2018e0a953a5b49b23c6694042395c35
13:48:33 [2021-05-06T13:48:33.907Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
13:48:33 [2021-05-06T13:48:33.907Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
13:48:34 [2021-05-06T13:48:34.097Z] #37 1.213 + RM_GOPATH=0
13:48:34 [2021-05-06T13:48:34.359Z] #37 1.214 + TMP_GOPATH=
13:48:34 [2021-05-06T13:48:34.359Z] #37 1.214 + : /build
13:48:34 [2021-05-06T13:48:34.359Z] #37 1.215 + '[' -z '' ']'
13:48:34 [2021-05-06T13:48:34.359Z] #37 1.216 ++ mktemp -d
13:48:34 [2021-05-06T13:48:34.359Z] #37 1.220 + export GOPATH=/tmp/tmp.E4S7OsLfu1
13:48:34 [2021-05-06T13:48:34.359Z] #37 1.220 + GOPATH=/tmp/tmp.E4S7OsLfu1
13:48:34 [2021-05-06T13:48:34.359Z] #37 1.221 + RM_GOPATH=1
13:48:34 [2021-05-06T13:48:34.359Z] #37 1.221 + case "$(go env GOARCH)" in
13:48:34 [2021-05-06T13:48:34.359Z] #37 1.222 ++ go env GOARCH
13:48:34 [2021-05-06T13:48:34.359Z] #37 1.232 + export GO_BUILDMODE=-buildmode=pie
13:48:34 [2021-05-06T13:48:34.359Z] #37 1.232 + GO_BUILDMODE=-buildmode=pie
13:48:34 [2021-05-06T13:48:34.359Z] #37 1.233 ++ dirname /tmp/install/install.sh
13:48:34 [2021-05-06T13:48:34.359Z] #37 1.235 + dir=/tmp/install
13:48:34 [2021-05-06T13:48:34.359Z] #37 1.235 + bin=tini
13:48:34 [2021-05-06T13:48:34.359Z] #37 1.236 + shift
13:48:34 [2021-05-06T13:48:34.359Z] #37 1.236 + '[' '!' -f /tmp/install/tini.installer ']'
13:48:34 [2021-05-06T13:48:34.359Z] #37 1.237 + . /tmp/install/tini.installer
13:48:34 [2021-05-06T13:48:34.359Z] #37 1.237 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
13:48:34 [2021-05-06T13:48:34.359Z] #37 1.238 + install_tini
13:48:34 [2021-05-06T13:48:34.359Z] #37 1.240 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
13:48:34 [2021-05-06T13:48:34.359Z] #37 1.240 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
13:48:34 [2021-05-06T13:48:34.359Z] #37 1.241 + git clone https://github.com/krallin/tini.git /tmp/tmp.E4S7OsLfu1/tini
13:48:34 [2021-05-06T13:48:34.359Z] #37 1.253 Cloning into '/tmp/tmp.E4S7OsLfu1/tini'...
13:48:34 [2021-05-06T13:48:34.402Z] #55 58.61 The following additional packages will be installed:
13:48:34 [2021-05-06T13:48:34.402Z] #55 58.62   libbtrfs0
13:48:34 [2021-05-06T13:48:34.402Z] #55 58.80 The following NEW packages will be installed:
13:48:34 [2021-05-06T13:48:34.402Z] #55 58.82   libbtrfs-dev libbtrfs0
13:48:34 [2021-05-06T13:48:34.664Z] #55 59.21 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded.
13:48:34 [2021-05-06T13:48:34.664Z] #55 59.21 Need to get 119 kB of archives.
13:48:34 [2021-05-06T13:48:34.664Z] #55 59.21 After this operation, 387 kB of additional disk space will be used.
13:48:34 [2021-05-06T13:48:34.664Z] #55 59.21 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
13:48:34 [2021-05-06T13:48:34.664Z] #55 59.21 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
13:48:34 [2021-05-06T13:48:34.938Z] #13 ...
13:48:34 [2021-05-06T13:48:34.938Z] 
13:48:34 [2021-05-06T13:48:34.938Z] #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
13:48:34 [2021-05-06T13:48:34.938Z] #51 sha256:599b9995023cc44f3c005cc58f662788e0e2a3dde9f6b5bd44522033c48a59f3
13:48:34 [2021-05-06T13:48:34.938Z] #51 68.46 fmt
13:48:34 [2021-05-06T13:48:34.938Z] #51 72.24 encoding/json
13:48:34 [2021-05-06T13:48:34.938Z] #51 74.43 github.com/pkg/diff
13:48:34 [2021-05-06T13:48:34.938Z] #51 75.61 go/scanner
13:48:34 [2021-05-06T13:48:34.938Z] #51 76.86 go/ast
13:48:34 [2021-05-06T13:48:34.938Z] #51 77.78 golang.org/x/crypto/ssh/terminal
13:48:34 [2021-05-06T13:48:34.938Z] #51 ...
13:48:34 [2021-05-06T13:48:34.938Z] 
13:48:34 [2021-05-06T13:48:34.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
13:48:34 [2021-05-06T13:48:34.938Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:48:34 [2021-05-06T13:48:34.938Z] #43 10.14   PBCC     images/netdev.pb-c.c
13:48:34 [2021-05-06T13:48:34.938Z] #43 10.23   DEP      images/tun.pb-c.d
13:48:34 [2021-05-06T13:48:34.938Z] #43 10.30   DEP      images/netdev.pb-c.d
13:48:34 [2021-05-06T13:48:34.938Z] #43 10.36   PBCC     images/vma.pb-c.c
13:48:34 [2021-05-06T13:48:34.938Z] #43 10.40   DEP      images/vma.pb-c.d
13:48:34 [2021-05-06T13:48:34.938Z] #43 10.46   PBCC     images/creds.pb-c.c
13:48:34 [2021-05-06T13:48:34.938Z] #43 10.50   DEP      images/creds.pb-c.d
13:48:34 [2021-05-06T13:48:34.938Z] #43 10.54   PBCC     images/utsns.pb-c.c
13:48:34 [2021-05-06T13:48:34.938Z] #43 10.57   DEP      images/utsns.pb-c.d
13:48:34 [2021-05-06T13:48:34.938Z] #43 10.61   PBCC     images/ipc-desc.pb-c.c
13:48:34 [2021-05-06T13:48:34.938Z] #43 10.64   PBCC     images/ipc-sem.pb-c.c
13:48:34 [2021-05-06T13:48:34.938Z] #43 10.65   DEP      images/ipc-desc.pb-c.d
13:48:34 [2021-05-06T13:48:34.938Z] #43 10.70   DEP      images/ipc-sem.pb-c.d
13:48:34 [2021-05-06T13:48:34.938Z] #43 10.77   PBCC     images/ipc-msg.pb-c.c
13:48:34 [2021-05-06T13:48:34.938Z] #43 10.81   DEP      images/ipc-msg.pb-c.d
13:48:34 [2021-05-06T13:48:34.938Z] #43 10.86   PBCC     images/ipc-shm.pb-c.c
13:48:34 [2021-05-06T13:48:34.938Z] #43 10.91   DEP      images/ipc-shm.pb-c.d
13:48:34 [2021-05-06T13:48:34.938Z] #43 10.95   PBCC     images/ipc-var.pb-c.c
13:48:34 [2021-05-06T13:48:34.938Z] #43 10.98   DEP      images/ipc-var.pb-c.d
13:48:34 [2021-05-06T13:48:34.938Z] #43 11.03   PBCC     images/sk-opts.pb-c.c
13:48:34 [2021-05-06T13:48:34.938Z] #43 11.07   PBCC     images/packet-sock.pb-c.c
13:48:34 [2021-05-06T13:48:34.938Z] #43 11.13   DEP      images/sk-opts.pb-c.d
13:48:34 [2021-05-06T13:48:34.938Z] #43 11.20   DEP      images/packet-sock.pb-c.d
13:48:34 [2021-05-06T13:48:34.938Z] #43 11.26   PBCC     images/sk-netlink.pb-c.c
13:48:34 [2021-05-06T13:48:34.938Z] #43 11.31   DEP      images/sk-netlink.pb-c.d
13:48:34 [2021-05-06T13:48:34.938Z] #43 11.36   PBCC     images/sk-inet.pb-c.c
13:48:34 [2021-05-06T13:48:34.938Z] #43 11.40   DEP      images/sk-inet.pb-c.d
13:48:34 [2021-05-06T13:48:34.938Z] #43 11.44   PBCC     images/sk-unix.pb-c.c
13:48:34 [2021-05-06T13:48:34.938Z] #43 11.54   DEP      images/sk-unix.pb-c.d
13:48:34 [2021-05-06T13:48:34.938Z] #43 11.60   PBCC     images/mm.pb-c.c
13:48:34 [2021-05-06T13:48:34.938Z] #43 11.63   DEP      images/mm.pb-c.d
13:48:34 [2021-05-06T13:48:34.938Z] #43 11.69   PBCC     images/timerfd.pb-c.c
13:48:34 [2021-05-06T13:48:34.938Z] #43 11.74   DEP      images/timerfd.pb-c.d
13:48:34 [2021-05-06T13:48:34.938Z] #43 11.82   PBCC     images/timer.pb-c.c
13:48:34 [2021-05-06T13:48:34.938Z] #43 11.84   DEP      images/timer.pb-c.d
13:48:34 [2021-05-06T13:48:34.938Z] #43 11.87   PBCC     images/sa.pb-c.c
13:48:34 [2021-05-06T13:48:34.938Z] #43 11.92   DEP      images/sa.pb-c.d
13:48:34 [2021-05-06T13:48:34.938Z] #43 11.95   PBCC     images/pipe-data.pb-c.c
13:48:34 [2021-05-06T13:48:34.938Z] #43 11.98   DEP      images/pipe-data.pb-c.d
13:48:34 [2021-05-06T13:48:34.938Z] #43 12.04   PBCC     images/mnt.pb-c.c
13:48:34 [2021-05-06T13:48:34.938Z] #43 12.10   DEP      images/mnt.pb-c.d
13:48:34 [2021-05-06T13:48:34.938Z] #43 12.18   PBCC     images/sk-packet.pb-c.c
13:48:34 [2021-05-06T13:48:34.938Z] #43 12.21   DEP      images/sk-packet.pb-c.d
13:48:34 [2021-05-06T13:48:34.938Z] #43 12.25   PBCC     images/tcp-stream.pb-c.c
13:48:34 [2021-05-06T13:48:34.938Z] #43 12.30   DEP      images/tcp-stream.pb-c.d
13:48:34 [2021-05-06T13:48:34.938Z] #43 12.38   PBCC     images/pipe.pb-c.c
13:48:34 [2021-05-06T13:48:34.938Z] #43 12.43   DEP      images/pipe.pb-c.d
13:48:34 [2021-05-06T13:48:34.938Z] #43 12.50   PBCC     images/pstree.pb-c.c
13:48:35 [2021-05-06T13:48:35.195Z] #43 12.52   DEP      images/pstree.pb-c.d
13:48:35 [2021-05-06T13:48:35.195Z] #43 12.57   PBCC     images/fs.pb-c.c
13:48:35 [2021-05-06T13:48:35.195Z] #43 12.57   DEP      images/fs.pb-c.d
13:48:35 [2021-05-06T13:48:35.195Z] #43 12.64   PBCC     images/signalfd.pb-c.c
13:48:35 [2021-05-06T13:48:35.195Z] #43 12.67   DEP      images/signalfd.pb-c.d
13:48:35 [2021-05-06T13:48:35.195Z] #43 12.76   PBCC     images/fh.pb-c.c
13:48:35 [2021-05-06T13:48:35.237Z] #55 ...
13:48:35 [2021-05-06T13:48:35.237Z] 
13:48:35 [2021-05-06T13:48:35.237Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:48:35 [2021-05-06T13:48:35.237Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:48:35 [2021-05-06T13:48:35.237Z] #13 43.38 Reading package lists...
13:48:35 [2021-05-06T13:48:35.237Z] #13 52.02 Building dependency tree...#13 ...
13:48:35 [2021-05-06T13:48:35.237Z] 
13:48:35 [2021-05-06T13:48:35.237Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:48:35 [2021-05-06T13:48:35.237Z] #67 sha256:cdfebdc881e3006ee3629a3de98863c08707e202d0435661fa4e520cf163ee11
13:48:35 [2021-05-06T13:48:35.237Z] #67 DONE 59.7s
13:48:35 [2021-05-06T13:48:35.237Z] 
13:48:35 [2021-05-06T13:48:35.237Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:48:35 [2021-05-06T13:48:35.237Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:48:35 [2021-05-06T13:48:35.237Z] #13 52.02 Building dependency tree...
13:48:35 [2021-05-06T13:48:35.237Z] #13 ...
13:48:35 [2021-05-06T13:48:35.237Z] 
13:48:35 [2021-05-06T13:48:35.237Z] #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
13:48:35 [2021-05-06T13:48:35.237Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:48:35 [2021-05-06T13:48:35.237Z] #36 57.90 The following additional packages will be installed:
13:48:35 [2021-05-06T13:48:35.237Z] #36 57.90   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
13:48:35 [2021-05-06T13:48:35.237Z] #36 57.92 Suggested packages:
13:48:35 [2021-05-06T13:48:35.237Z] #36 57.93   cmake-doc ninja-build lrzip
13:48:35 [2021-05-06T13:48:35.237Z] #36 57.93 Recommended packages:
13:48:35 [2021-05-06T13:48:35.237Z] #36 57.93   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
13:48:35 [2021-05-06T13:48:35.237Z] #36 58.89 The following NEW packages will be installed:
13:48:35 [2021-05-06T13:48:35.237Z] #36 58.91   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
13:48:35 [2021-05-06T13:48:35.237Z] #36 58.91   vim-common xxd
13:48:35 [2021-05-06T13:48:35.237Z] #36 59.32 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded.
13:48:35 [2021-05-06T13:48:35.237Z] #36 59.32 Need to get 14.9 MB of archives.
13:48:35 [2021-05-06T13:48:35.237Z] #36 59.32 After this operation, 61.8 MB of additional disk space will be used.
13:48:35 [2021-05-06T13:48:35.237Z] #36 59.32 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
13:48:35 [2021-05-06T13:48:35.237Z] #36 59.32 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
13:48:35 [2021-05-06T13:48:35.237Z] #36 59.33 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
13:48:35 [2021-05-06T13:48:35.237Z] #36 59.46 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
13:48:35 [2021-05-06T13:48:35.321Z] #37 2.015 + cd /tmp/tmp.E4S7OsLfu1/tini
13:48:35 [2021-05-06T13:48:35.321Z] #37 2.028 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
13:48:35 [2021-05-06T13:48:35.321Z] #37 2.037 + cmake .
13:48:35 [2021-05-06T13:48:35.452Z] #43 12.84   PBCC     images/fsnotify.pb-c.c
13:48:35 [2021-05-06T13:48:35.452Z] #43 12.90   DEP      images/fh.pb-c.d
13:48:35 [2021-05-06T13:48:35.452Z] #43 12.96   DEP      images/fsnotify.pb-c.d
13:48:35 [2021-05-06T13:48:35.452Z] #43 13.02   PBCC     images/eventpoll.pb-c.c
13:48:35 [2021-05-06T13:48:35.497Z] #22 4.900 Collecting yamllint==1.26.1
13:48:35 [2021-05-06T13:48:35.708Z] #43 13.05   DEP      images/eventpoll.pb-c.d
13:48:35 [2021-05-06T13:48:35.708Z] #43 13.12   PBCC     images/eventfd.pb-c.c
13:48:35 [2021-05-06T13:48:35.708Z] #43 13.15   DEP      images/eventfd.pb-c.d
13:48:35 [2021-05-06T13:48:35.708Z] #43 13.21   PBCC     images/remap-file-path.pb-c.c
13:48:35 [2021-05-06T13:48:35.708Z] #43 13.22   DEP      images/remap-file-path.pb-c.d
13:48:35 [2021-05-06T13:48:35.895Z] #37 2.710 -- The C compiler identification is GNU 8.3.0
13:48:35 [2021-05-06T13:48:35.895Z] #37 2.783 -- Check for working C compiler: /usr/bin/cc
13:48:35 [2021-05-06T13:48:35.965Z] #43 13.28   PBCC     images/fifo.pb-c.c
13:48:35 [2021-05-06T13:48:35.965Z] #43 13.31   DEP      images/fifo.pb-c.d
13:48:35 [2021-05-06T13:48:35.965Z] #43 13.36   PBCC     images/ghost-file.pb-c.c
13:48:35 [2021-05-06T13:48:35.965Z] #43 13.43   DEP      images/ghost-file.pb-c.d
13:48:35 [2021-05-06T13:48:35.965Z] #43 13.50   PBCC     images/regfile.pb-c.c
13:48:35 [2021-05-06T13:48:35.965Z] #43 13.54   DEP      images/regfile.pb-c.d
13:48:36 [2021-05-06T13:48:36.180Z] #36 60.67 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
13:48:36 [2021-05-06T13:48:36.222Z] #43 13.60   PBCC     images/ns.pb-c.c
13:48:36 [2021-05-06T13:48:36.222Z] #43 13.61   DEP      images/ns.pb-c.d
13:48:36 [2021-05-06T13:48:36.222Z] #43 13.66   PBCC     images/fdinfo.pb-c.c
13:48:36 [2021-05-06T13:48:36.222Z] #43 13.77   DEP      images/fdinfo.pb-c.d
13:48:36 [2021-05-06T13:48:36.440Z] #22 ...
13:48:36 [2021-05-06T13:48:36.440Z] 
13:48:36 [2021-05-06T13:48:36.440Z] #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
13:48:36 [2021-05-06T13:48:36.440Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:48:36 [2021-05-06T13:48:36.440Z] #43 122.9   CC       criu/libnetlink.o
13:48:36 [2021-05-06T13:48:36.440Z] #43 123.3   CC       criu/log.o
13:48:36 [2021-05-06T13:48:36.440Z] #43 123.8   CC       criu/lsm.o
13:48:36 [2021-05-06T13:48:36.440Z] #43 124.3   CC       criu/mem.o
13:48:36 [2021-05-06T13:48:36.440Z] #43 126.2   CC       criu/memfd.o
13:48:36 [2021-05-06T13:48:36.440Z] #43 127.3   CC       criu/mount.o
13:48:36 [2021-05-06T13:48:36.440Z] #43 131.8   CC       criu/namespaces.o
13:48:36 [2021-05-06T13:48:36.441Z] #36 60.79 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
13:48:36 [2021-05-06T13:48:36.441Z] #36 60.86 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
13:48:36 [2021-05-06T13:48:36.441Z] #36 60.86 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
13:48:36 [2021-05-06T13:48:36.441Z] #36 60.88 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
13:48:36 [2021-05-06T13:48:36.441Z] #36 60.90 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
13:48:36 [2021-05-06T13:48:36.479Z] #43 13.81   PBCC     images/core-aarch64.pb-c.c
13:48:36 [2021-05-06T13:48:36.479Z] #43 13.85   PBCC     images/core-arm.pb-c.c
13:48:36 [2021-05-06T13:48:36.479Z] #43 13.91   PBCC     images/core-ppc64.pb-c.c
13:48:36 [2021-05-06T13:48:36.479Z] #43 13.95   PBCC     images/core-s390.pb-c.c
13:48:36 [2021-05-06T13:48:36.479Z] #43 13.99   PBCC     images/core-x86.pb-c.c
13:48:36 [2021-05-06T13:48:36.479Z] #43 14.06   PBCC     images/core.pb-c.c
13:48:36 [2021-05-06T13:48:36.736Z] #43 14.12   PBCC     images/inventory.pb-c.c
13:48:36 [2021-05-06T13:48:36.843Z] #37 3.695 -- Check for working C compiler: /usr/bin/cc -- works
13:48:36 [2021-05-06T13:48:36.843Z] #37 3.706 -- Detecting C compiler ABI info
13:48:36 [2021-05-06T13:48:36.993Z] #43 14.24   DEP      images/core-aarch64.pb-c.d
13:48:36 [2021-05-06T13:48:36.993Z] #43 14.31   DEP      images/core-arm.pb-c.d
13:48:36 [2021-05-06T13:48:36.993Z] #43 14.31   DEP      images/core-ppc64.pb-c.d
13:48:36 [2021-05-06T13:48:36.993Z] #43 14.35   DEP      images/core-s390.pb-c.d
13:48:36 [2021-05-06T13:48:36.993Z] #43 14.46   DEP      images/core-x86.pb-c.d
13:48:37 [2021-05-06T13:48:37.249Z] #43 14.53   DEP      images/core.pb-c.d
13:48:37 [2021-05-06T13:48:37.249Z] #43 14.67   DEP      images/inventory.pb-c.d
13:48:37 [2021-05-06T13:48:37.380Z] #43 133.7   CC       criu/net.o
13:48:37 [2021-05-06T13:48:37.384Z] #36 ...
13:48:37 [2021-05-06T13:48:37.384Z] 
13:48:37 [2021-05-06T13:48:37.384Z] #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
13:48:37 [2021-05-06T13:48:37.384Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:48:37 [2021-05-06T13:48:37.384Z] #55 60.55 debconf: delaying package configuration, since apt-utils is not installed
13:48:37 [2021-05-06T13:48:37.384Z] #55 60.90 Fetched 119 kB in 0s (439 kB/s)
13:48:37 [2021-05-06T13:48:37.384Z] #55 61.01 Selecting previously unselected package libbtrfs0.
13:48:37 [2021-05-06T13:48:37.384Z] #55 61.01 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:48:37 [2021-05-06T13:48:37.384Z] #55 61.08 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
13:48:37 [2021-05-06T13:48:37.384Z] #55 61.09 Unpacking libbtrfs0 (4.20.1-2) ...
13:48:37 [2021-05-06T13:48:37.384Z] #55 61.22 Selecting previously unselected package libbtrfs-dev.
13:48:37 [2021-05-06T13:48:37.384Z] #55 61.22 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
13:48:37 [2021-05-06T13:48:37.385Z] #55 61.23 Unpacking libbtrfs-dev (4.20.1-2) ...
13:48:37 [2021-05-06T13:48:37.385Z] #55 61.51 Setting up libbtrfs0 (4.20.1-2) ...
13:48:37 [2021-05-06T13:48:37.385Z] #55 61.52 Setting up libbtrfs-dev (4.20.1-2) ...
13:48:37 [2021-05-06T13:48:37.385Z] #55 61.54 Processing triggers for libc-bin (2.28-10) ...
13:48:37 [2021-05-06T13:48:37.385Z] #55 DONE 61.9s
13:48:37 [2021-05-06T13:48:37.385Z] 
13:48:37 [2021-05-06T13:48:37.385Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:48:37 [2021-05-06T13:48:37.385Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:48:37 [2021-05-06T13:48:37.385Z] #13 55.61 The following additional packages will be installed:
13:48:37 [2021-05-06T13:48:37.385Z] #13 55.61   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
13:48:37 [2021-05-06T13:48:37.385Z] #13 55.62   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
13:48:37 [2021-05-06T13:48:37.385Z] #13 55.62   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
13:48:37 [2021-05-06T13:48:37.385Z] #13 55.62   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
13:48:37 [2021-05-06T13:48:37.385Z] #13 55.62   mingw-w64-common mingw-w64-x86-64-dev
13:48:37 [2021-05-06T13:48:37.385Z] #13 55.63 Suggested packages:
13:48:37 [2021-05-06T13:48:37.385Z] #13 55.63   gcc-8-locales seccomp wine64
13:48:37 [2021-05-06T13:48:37.420Z] #37 4.519 -- Detecting C compiler ABI info - done
13:48:37 [2021-05-06T13:48:37.506Z] #43 14.73   PBCC     images/cpuinfo.pb-c.c
13:48:37 [2021-05-06T13:48:37.506Z] #43 14.75   DEP      images/cpuinfo.pb-c.d
13:48:37 [2021-05-06T13:48:37.506Z] #43 14.81   PBCC     images/stats.pb-c.c
13:48:37 [2021-05-06T13:48:37.506Z] #43 14.85   DEP      images/stats.pb-c.d
13:48:37 [2021-05-06T13:48:37.684Z] #37 4.545 -- Detecting C compile features
13:48:38 [2021-05-06T13:48:38.874Z] #43 16.28 make[1]: Nothing to be done for 'all'.
13:48:39 [2021-05-06T13:48:39.299Z] #13 57.31 The following NEW packages will be installed:
13:48:39 [2021-05-06T13:48:39.299Z] #13 57.32   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:48:39 [2021-05-06T13:48:39.299Z] #13 57.32   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
13:48:39 [2021-05-06T13:48:39.299Z] #13 57.32   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
13:48:39 [2021-05-06T13:48:39.299Z] #13 57.32   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
13:48:39 [2021-05-06T13:48:39.299Z] #13 57.32   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
13:48:39 [2021-05-06T13:48:39.299Z] #13 57.33   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
13:48:39 [2021-05-06T13:48:39.299Z] #13 57.35 The following packages will be upgraded:
13:48:39 [2021-05-06T13:48:39.299Z] #13 57.35   libseccomp2 libsystemd0 libudev1
13:48:39 [2021-05-06T13:48:39.560Z] #13 57.79 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded.
13:48:39 [2021-05-06T13:48:39.560Z] #13 57.79 Need to get 78.2 MB of archives.
13:48:39 [2021-05-06T13:48:39.560Z] #13 57.79 After this operation, 487 MB of additional disk space will be used.
13:48:39 [2021-05-06T13:48:39.560Z] #13 57.79 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
13:48:39 [2021-05-06T13:48:39.560Z] #13 57.79 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
13:48:39 [2021-05-06T13:48:39.560Z] #13 57.79 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB]
13:48:39 [2021-05-06T13:48:39.560Z] #13 57.81 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB]
13:48:39 [2021-05-06T13:48:39.560Z] #13 57.82 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
13:48:39 [2021-05-06T13:48:39.608Z] #37 ...
13:48:39 [2021-05-06T13:48:39.608Z] 
13:48:39 [2021-05-06T13:48:39.608Z] #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
13:48:39 [2021-05-06T13:48:39.608Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
13:48:39 [2021-05-06T13:48:39.608Z] #42 56.57 Setting up libnl-3-dev:arm64 (3.4.0-1) ...
13:48:39 [2021-05-06T13:48:39.608Z] #42 56.59 Processing triggers for libc-bin (2.28-10) ...
13:48:39 [2021-05-06T13:48:39.608Z] #42 DONE 58.9s
13:48:39 [2021-05-06T13:48:39.608Z] 
13:48:39 [2021-05-06T13:48:39.608Z] #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
13:48:39 [2021-05-06T13:48:39.608Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:48:39 [2021-05-06T13:48:39.821Z] #13 58.05 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
13:48:40 [2021-05-06T13:48:40.083Z] #13 58.35 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
13:48:40 [2021-05-06T13:48:40.083Z] #13 58.36 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
13:48:40 [2021-05-06T13:48:40.083Z] #13 58.39 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
13:48:40 [2021-05-06T13:48:40.083Z] #13 58.39 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
13:48:40 [2021-05-06T13:48:40.244Z] #43 ...
13:48:40 [2021-05-06T13:48:40.244Z] 
13:48:40 [2021-05-06T13:48:40.244Z] #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
13:48:40 [2021-05-06T13:48:40.244Z] #45 sha256:3aa4c770ceb36e28df1fd45c9d3650059aa078cf20331b33e6326aea6064c9e3
13:48:40 [2021-05-06T13:48:40.244Z] #45 73.76 go/token
13:48:40 [2021-05-06T13:48:40.244Z] #45 74.12 internal/lazyregexp
13:48:40 [2021-05-06T13:48:40.244Z] #45 74.36 path
13:48:40 [2021-05-06T13:48:40.244Z] #45 74.76 go/scanner
13:48:40 [2021-05-06T13:48:40.244Z] #45 74.80 io/ioutil
13:48:40 [2021-05-06T13:48:40.244Z] #45 75.33 net/url
13:48:40 [2021-05-06T13:48:40.244Z] #45 76.14 go/ast
13:48:40 [2021-05-06T13:48:40.244Z] #45 77.25 text/template/parse
13:48:40 [2021-05-06T13:48:40.244Z] #45 80.72 text/template
13:48:40 [2021-05-06T13:48:40.244Z] #45 80.74 go/parser
13:48:40 [2021-05-06T13:48:40.244Z] #45 83.78 log
13:48:40 [2021-05-06T13:48:40.244Z] #45 ...
13:48:40 [2021-05-06T13:48:40.244Z] 
13:48:40 [2021-05-06T13:48:40.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
13:48:40 [2021-05-06T13:48:40.244Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:48:40 [2021-05-06T13:48:40.244Z] #43 17.70   CC       images/stats.o
13:48:40 [2021-05-06T13:48:40.656Z] #13 58.87 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
13:48:40 [2021-05-06T13:48:40.673Z] #43 136.7   CC       criu/netfilter.o
13:48:40 [2021-05-06T13:48:40.673Z] #43 137.1   CC       criu/page-pipe.o
13:48:40 [2021-05-06T13:48:40.673Z] #43 ...
13:48:40 [2021-05-06T13:48:40.673Z] 
13:48:40 [2021-05-06T13:48:40.673Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
13:48:40 [2021-05-06T13:48:40.673Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
13:48:40 [2021-05-06T13:48:40.673Z] #22 10.31   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
13:48:40 [2021-05-06T13:48:40.808Z] #43 18.09   CC       images/core.o
13:48:40 [2021-05-06T13:48:40.921Z] #13 59.11 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
13:48:40 [2021-05-06T13:48:40.921Z] #13 59.12 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB]
13:48:41 [2021-05-06T13:48:41.370Z] #43 18.79   CC       images/core-x86.o
13:48:41 [2021-05-06T13:48:41.935Z] #43 19.43   CC       images/core-arm.o
13:48:42 [2021-05-06T13:48:42.112Z] #22 11.60 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
13:48:42 [2021-05-06T13:48:42.112Z] #22 11.69   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
13:48:42 [2021-05-06T13:48:42.112Z] #22 11.80 Collecting pyyaml (from yamllint==1.26.1)
13:48:42 [2021-05-06T13:48:42.419Z] #22 12.08   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
13:48:42 [2021-05-06T13:48:42.440Z] #43 2.946 Note: Building without setproctitle() and strlcpy() support.
13:48:42 [2021-05-06T13:48:42.440Z] #43 2.946       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
13:48:42 [2021-05-06T13:48:42.440Z] #43 2.962 Note: Building without GnuTLS support
13:48:42 [2021-05-06T13:48:42.440Z] #43 2.966 Makefile.config:39: Warn: you have no libnftables installed
13:48:42 [2021-05-06T13:48:42.440Z] #43 2.966 Makefile.config:40: Warn: Building without nftables support
13:48:42 [2021-05-06T13:48:42.499Z] #43 19.86   CC       images/core-aarch64.o
13:48:42 [2021-05-06T13:48:42.682Z] #22 12.52 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
13:48:42 [2021-05-06T13:48:42.682Z] #22 12.52 Building wheels for collected packages: yamllint
13:48:42 [2021-05-06T13:48:42.682Z] #22 12.52   Running setup.py bdist_wheel for yamllint: started
13:48:42 [2021-05-06T13:48:42.839Z] #13 ...
13:48:42 [2021-05-06T13:48:42.839Z] 
13:48:42 [2021-05-06T13:48:42.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
13:48:42 [2021-05-06T13:48:42.839Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:48:42 [2021-05-06T13:48:42.839Z] #42 55.61 Building dependency tree...
13:48:42 [2021-05-06T13:48:42.839Z] #42 58.95 The following additional packages will be installed:
13:48:42 [2021-05-06T13:48:42.839Z] #42 58.95   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
13:48:42 [2021-05-06T13:48:42.839Z] #42 58.95   libprotoc17 python-pkg-resources python-six zlib1g-dev
13:48:42 [2021-05-06T13:48:42.839Z] #42 58.96 Suggested packages:
13:48:42 [2021-05-06T13:48:42.839Z] #42 58.96   manpages-dev python-setuptools
13:48:42 [2021-05-06T13:48:42.839Z] #42 60.30 The following NEW packages will be installed:
13:48:42 [2021-05-06T13:48:42.839Z] #42 60.30   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
13:48:42 [2021-05-06T13:48:42.839Z] #42 60.30   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
13:48:42 [2021-05-06T13:48:42.839Z] #42 60.30   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
13:48:42 [2021-05-06T13:48:42.839Z] #42 60.30   python-six zlib1g-dev
13:48:42 [2021-05-06T13:48:42.839Z] #42 61.03 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded.
13:48:42 [2021-05-06T13:48:42.839Z] #42 61.03 Need to get 4095 kB of archives.
13:48:42 [2021-05-06T13:48:42.839Z] #42 61.03 After this operation, 22.5 MB of additional disk space will be used.
13:48:42 [2021-05-06T13:48:42.839Z] #42 61.03 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
13:48:42 [2021-05-06T13:48:42.839Z] #42 61.03 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
13:48:42 [2021-05-06T13:48:42.839Z] #42 61.03 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
13:48:42 [2021-05-06T13:48:42.839Z] #42 61.04 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
13:48:42 [2021-05-06T13:48:42.839Z] #42 61.04 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
13:48:42 [2021-05-06T13:48:42.839Z] #42 61.04 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
13:48:42 [2021-05-06T13:48:42.839Z] #42 61.05 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
13:48:42 [2021-05-06T13:48:42.839Z] #42 61.05 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
13:48:42 [2021-05-06T13:48:42.839Z] #42 61.08 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
13:48:42 [2021-05-06T13:48:42.839Z] #42 61.15 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
13:48:42 [2021-05-06T13:48:42.839Z] #42 61.17 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
13:48:42 [2021-05-06T13:48:42.839Z] #42 61.26 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
13:48:42 [2021-05-06T13:48:42.839Z] #42 61.29 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
13:48:42 [2021-05-06T13:48:42.839Z] #42 61.32 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
13:48:42 [2021-05-06T13:48:42.839Z] #42 61.32 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
13:48:42 [2021-05-06T13:48:42.839Z] #42 61.33 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
13:48:42 [2021-05-06T13:48:42.839Z] #42 61.34 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
13:48:42 [2021-05-06T13:48:42.839Z] #42 62.69 debconf: delaying package configuration, since apt-utils is not installed
13:48:42 [2021-05-06T13:48:42.839Z] #42 62.91 Fetched 4095 kB in 1s (4495 kB/s)
13:48:42 [2021-05-06T13:48:42.839Z] #42 63.00 Selecting previously unselected package libcap-dev:amd64.
13:48:42 [2021-05-06T13:48:42.839Z] #42 63.00 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:48:42 [2021-05-06T13:48:42.839Z] #42 63.08 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
13:48:42 [2021-05-06T13:48:42.839Z] #42 63.08 Unpacking libcap-dev:amd64 (1:2.25-2) ...
13:48:42 [2021-05-06T13:48:42.839Z] #42 63.26 Selecting previously unselected package libnet1:amd64.
13:48:42 [2021-05-06T13:48:42.839Z] #42 63.28 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
13:48:42 [2021-05-06T13:48:42.839Z] #42 63.30 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:48:42 [2021-05-06T13:48:42.839Z] #42 63.45 Selecting previously unselected package libnet1-dev.
13:48:42 [2021-05-06T13:48:42.839Z] #42 63.48 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
13:48:42 [2021-05-06T13:48:42.839Z] #42 63.48 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
13:48:42 [2021-05-06T13:48:42.839Z] #42 63.67 Selecting previously unselected package libnl-3-200:amd64.
13:48:42 [2021-05-06T13:48:42.839Z] #42 63.67 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
13:48:42 [2021-05-06T13:48:42.839Z] #42 63.67 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
13:48:42 [2021-05-06T13:48:42.839Z] #42 63.82 Selecting previously unselected package libnl-3-dev:amd64.
13:48:42 [2021-05-06T13:48:42.839Z] #42 63.84 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
13:48:42 [2021-05-06T13:48:42.839Z] #42 63.85 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
13:48:42 [2021-05-06T13:48:42.839Z] #42 64.09 Selecting previously unselected package libprotobuf-c1:amd64.
13:48:42 [2021-05-06T13:48:42.839Z] #42 64.11 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
13:48:42 [2021-05-06T13:48:42.839Z] #42 64.12 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:48:42 [2021-05-06T13:48:42.839Z] #42 64.21 Selecting previously unselected package libprotobuf-c-dev:amd64.
13:48:42 [2021-05-06T13:48:42.839Z] #42 64.21 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
13:48:42 [2021-05-06T13:48:42.839Z] #42 64.22 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
13:48:42 [2021-05-06T13:48:42.839Z] #42 64.38 Selecting previously unselected package zlib1g-dev:amd64.
13:48:42 [2021-05-06T13:48:42.839Z] #42 64.39 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
13:48:42 [2021-05-06T13:48:42.839Z] #42 64.39 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
13:48:42 [2021-05-06T13:48:42.839Z] #42 64.63 Selecting previously unselected package libprotobuf17:amd64.
13:48:42 [2021-05-06T13:48:42.839Z] #42 64.63 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
13:48:42 [2021-05-06T13:48:42.839Z] #42 64.64 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
13:48:42 [2021-05-06T13:48:42.839Z] #42 65.44 Selecting previously unselected package libprotobuf-lite17:amd64.
13:48:42 [2021-05-06T13:48:42.839Z] #42 65.45 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
13:48:42 [2021-05-06T13:48:42.839Z] #42 65.46 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
13:48:42 [2021-05-06T13:48:42.839Z] #42 65.67 Selecting previously unselected package libprotobuf-dev:amd64.
13:48:42 [2021-05-06T13:48:42.839Z] #42 65.69 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
13:48:42 [2021-05-06T13:48:42.839Z] #42 65.71 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
13:48:42 [2021-05-06T13:48:42.839Z] #42 66.92 Selecting previously unselected package libprotoc17:amd64.
13:48:42 [2021-05-06T13:48:42.839Z] #42 66.94 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
13:48:42 [2021-05-06T13:48:42.839Z] #42 66.95 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
13:48:42 [2021-05-06T13:48:42.839Z] #42 ...
13:48:42 [2021-05-06T13:48:42.839Z] 
13:48:42 [2021-05-06T13:48:42.839Z] #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
13:48:42 [2021-05-06T13:48:42.839Z] #49 sha256:eee18e8ee20abc633bee40a4eea97e188166e8c88dfc91b95eace27a44d2b3e1
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.05 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.05 go: finding github.com/fatih/color v1.7.0
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.13 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.14 go: finding github.com/mattn/go-colorable v0.1.4
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.16 go: finding github.com/go-critic/go-critic v0.4.1
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.18 go: finding github.com/go-lintpack/lintpack v0.5.2
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.18 go: finding github.com/mattn/go-isatty v0.0.8
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.18 go: finding github.com/pkg/errors v0.8.1
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.23 go: finding github.com/go-toolsmith/astequal v1.0.0
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.24 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.25 go: finding github.com/mitchellh/go-homedir v1.1.0
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.27 go: finding github.com/go-toolsmith/astp v1.0.0
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.34 go: finding github.com/spf13/viper v1.6.1
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.34 go: finding github.com/go-toolsmith/astfmt v1.0.0
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.36 go: finding github.com/go-toolsmith/astcast v1.0.0
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.39 go: finding github.com/go-toolsmith/typep v1.0.0
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.40 go: finding github.com/sirupsen/logrus v1.4.2
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.45 go: finding github.com/stretchr/testify v1.4.0
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.45 go: finding github.com/go-toolsmith/astcopy v1.0.0
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.48 go: finding github.com/davecgh/go-spew v1.1.1
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.53 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.56 go: finding github.com/go-toolsmith/strparse v1.0.0
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.58 go: finding github.com/bombsimon/wsl/v2 v2.0.0
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.59 go: finding github.com/pmezard/go-difflib v1.0.0
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.59 go: finding github.com/gobwas/glob v0.2.3
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.62 go: finding github.com/fsnotify/fsnotify v1.4.7
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.66 go: finding github.com/stretchr/objx v0.2.0
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.71 go: finding github.com/hashicorp/hcl v1.0.0
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.73 go: finding gopkg.in/yaml.v2 v2.2.7
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.75 go: finding github.com/spf13/cobra v0.0.5
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.77 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.81 go: finding github.com/spf13/pflag v1.0.5
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.84 go: finding github.com/magiconair/properties v1.8.1
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.91 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.92 go: finding github.com/mitchellh/mapstructure v1.1.2
13:48:42 [2021-05-06T13:48:42.839Z] #49 61.99 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:48:42 [2021-05-06T13:48:42.839Z] #49 62.00 go: finding github.com/pelletier/go-toml v1.2.0
13:48:42 [2021-05-06T13:48:42.839Z] #49 62.10 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:48:42 [2021-05-06T13:48:42.839Z] #49 62.17 go: finding github.com/spf13/afero v1.1.2
13:48:42 [2021-05-06T13:48:42.839Z] #49 62.33 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:48:42 [2021-05-06T13:48:42.839Z] #49 62.34 go: finding github.com/spf13/cast v1.3.0
13:48:42 [2021-05-06T13:48:42.839Z] #49 62.37 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:48:42 [2021-05-06T13:48:42.839Z] #49 62.40 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:48:42 [2021-05-06T13:48:42.839Z] #49 62.42 go: finding github.com/spf13/jwalterweatherman v1.0.0
13:48:42 [2021-05-06T13:48:42.839Z] #49 62.45 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:48:42 [2021-05-06T13:48:42.839Z] #49 62.49 go: finding github.com/subosito/gotenv v1.2.0
13:48:42 [2021-05-06T13:48:42.839Z] #49 62.59 go: finding gopkg.in/ini.v1 v1.51.0
13:48:42 [2021-05-06T13:48:42.839Z] #49 62.66 go: finding golang.org/x/text v0.3.2
13:48:42 [2021-05-06T13:48:42.839Z] #49 62.79 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:48:42 [2021-05-06T13:48:42.839Z] #49 62.81 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:48:42 [2021-05-06T13:48:42.839Z] #49 62.86 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:48:42 [2021-05-06T13:48:42.839Z] #49 62.96 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:48:42 [2021-05-06T13:48:42.839Z] #49 62.97 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:48:42 [2021-05-06T13:48:42.839Z] #49 62.99 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:48:42 [2021-05-06T13:48:42.839Z] #49 63.03 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:48:42 [2021-05-06T13:48:42.839Z] #49 63.06 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:48:42 [2021-05-06T13:48:42.839Z] #49 63.07 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:48:42 [2021-05-06T13:48:42.839Z] #49 63.09 go: finding github.com/kisielk/gotool v1.0.0
13:48:42 [2021-05-06T13:48:42.839Z] #49 63.12 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:48:42 [2021-05-06T13:48:42.839Z] #49 63.14 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:48:42 [2021-05-06T13:48:42.839Z] #49 63.22 go: finding github.com/sourcegraph/go-diff v0.5.1
13:48:42 [2021-05-06T13:48:42.839Z] #49 63.23 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:48:42 [2021-05-06T13:48:42.839Z] #49 63.25 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:48:42 [2021-05-06T13:48:42.839Z] #49 63.26 go: finding github.com/tommy-muehle/go-mnd v1.1.1
13:48:42 [2021-05-06T13:48:42.839Z] #49 63.30 go: finding github.com/ultraware/funlen v0.0.2
13:48:42 [2021-05-06T13:48:42.839Z] #49 63.31 go: finding github.com/ultraware/whitespace v0.0.4
13:48:42 [2021-05-06T13:48:42.839Z] #49 63.37 go: finding github.com/uudashr/gocognit v1.0.1
13:48:42 [2021-05-06T13:48:42.839Z] #49 63.41 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:48:42 [2021-05-06T13:48:42.839Z] #49 63.42 go: finding github.com/gogo/protobuf v1.2.1
13:48:42 [2021-05-06T13:48:42.839Z] #49 63.55 go: finding honnef.co/go/tools v0.0.1-2019.2.3
13:48:42 [2021-05-06T13:48:42.839Z] #49 63.57 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:48:42 [2021-05-06T13:48:42.839Z] #49 63.61 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:48:42 [2021-05-06T13:48:42.839Z] #49 63.64 go: finding github.com/BurntSushi/toml v0.3.1
13:48:42 [2021-05-06T13:48:42.839Z] #49 63.67 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:48:43 [2021-05-06T13:48:43.062Z] #43 20.34   CC       images/core-ppc64.o
13:48:43 [2021-05-06T13:48:43.101Z] #49 ...
13:48:43 [2021-05-06T13:48:43.101Z] 
13:48:43 [2021-05-06T13:48:43.101Z] #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
13:48:43 [2021-05-06T13:48:43.101Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:48:43 [2021-05-06T13:48:43.101Z] #42 67.54 Selecting previously unselected package protobuf-c-compiler.
13:48:43 [2021-05-06T13:48:43.101Z] #42 67.56 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
13:48:43 [2021-05-06T13:48:43.101Z] #42 67.58 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
13:48:43 [2021-05-06T13:48:43.101Z] #42 67.71 Selecting previously unselected package protobuf-compiler.
13:48:43 [2021-05-06T13:48:43.101Z] #42 67.73 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
13:48:43 [2021-05-06T13:48:43.101Z] #42 67.75 Unpacking protobuf-compiler (3.6.1.3-2) ...
13:48:43 [2021-05-06T13:48:43.389Z] #43 ...
13:48:43 [2021-05-06T13:48:43.389Z] 
13:48:43 [2021-05-06T13:48:43.389Z] #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
13:48:43 [2021-05-06T13:48:43.389Z] #45 sha256:44145e1ef27722c389069fdd75c7ecfd2c7927ed02d8ac0ecae9719f2996f0b0
13:48:43 [2021-05-06T13:48:43.389Z] #45 53.02 os
13:48:43 [2021-05-06T13:48:43.389Z] #45 54.62 encoding/binary
13:48:43 [2021-05-06T13:48:43.389Z] #45 54.82 github.com/LK4D4/vndr/versioned
13:48:43 [2021-05-06T13:48:43.389Z] #45 56.23 crypto/cipher
13:48:43 [2021-05-06T13:48:43.389Z] #45 56.24 crypto/sha512
13:48:43 [2021-05-06T13:48:43.389Z] #45 56.25 encoding/base64
13:48:43 [2021-05-06T13:48:43.389Z] #45 57.11 fmt
13:48:43 [2021-05-06T13:48:43.389Z] #45 57.27 path/filepath
13:48:43 [2021-05-06T13:48:43.389Z] #45 57.41 internal/lazyregexp
13:48:43 [2021-05-06T13:48:43.389Z] #45 57.67 crypto/ed25519/internal/edwards25519
13:48:43 [2021-05-06T13:48:43.389Z] #45 58.01 crypto/aes
13:48:43 [2021-05-06T13:48:43.389Z] #45 59.01 io/ioutil
13:48:43 [2021-05-06T13:48:43.389Z] #45 59.88 crypto/des
13:48:43 [2021-05-06T13:48:43.389Z] #45 60.43 crypto/md5
13:48:43 [2021-05-06T13:48:43.389Z] #45 60.53 crypto/sha1
13:48:43 [2021-05-06T13:48:43.389Z] #45 60.59 crypto/sha256
13:48:43 [2021-05-06T13:48:43.389Z] #45 61.49 encoding/pem
13:48:43 [2021-05-06T13:48:43.389Z] #45 61.57 net
13:48:43 [2021-05-06T13:48:43.389Z] #45 62.02 vendor/golang.org/x/crypto/internal/chacha20
13:48:43 [2021-05-06T13:48:43.389Z] #45 62.36 vendor/golang.org/x/crypto/poly1305
13:48:43 [2021-05-06T13:48:43.389Z] #45 62.62 vendor/golang.org/x/crypto/curve25519
13:48:43 [2021-05-06T13:48:43.389Z] #45 62.80 vendor/golang.org/x/crypto/chacha20poly1305
13:48:43 [2021-05-06T13:48:43.625Z] #43 20.99   CC       images/core-s390.o
13:48:43 [2021-05-06T13:48:43.652Z] #45 ...
13:48:43 [2021-05-06T13:48:43.652Z] 
13:48:43 [2021-05-06T13:48:43.652Z] #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
13:48:43 [2021-05-06T13:48:43.652Z] #37 sha256:97c021b8e60f18c29755f8dae48e566f2018e0a953a5b49b23c6694042395c35
13:48:43 [2021-05-06T13:48:43.652Z] #37 7.127 -- Detecting C compile features - done
13:48:43 [2021-05-06T13:48:43.652Z] #37 7.170 -- Performing Test HAS_BUILTIN_FORTIFY
13:48:43 [2021-05-06T13:48:43.652Z] #37 7.682 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:48:43 [2021-05-06T13:48:43.652Z] #37 7.824 -- Configuring done
13:48:43 [2021-05-06T13:48:43.652Z] #37 7.844 -- Generating done
13:48:43 [2021-05-06T13:48:43.652Z] #37 7.849 -- Build files have been written to: /tmp/tmp.E4S7OsLfu1/tini
13:48:43 [2021-05-06T13:48:43.652Z] #37 7.861 + make tini-static
13:48:43 [2021-05-06T13:48:43.652Z] #37 8.383 Scanning dependencies of target tini-static
13:48:43 [2021-05-06T13:48:43.652Z] #37 8.613 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:48:43 [2021-05-06T13:48:43.652Z] #37 9.915 [100%] Linking C executable tini-static
13:48:43 [2021-05-06T13:48:43.652Z] #37 10.52 [100%] Built target tini-static
13:48:43 [2021-05-06T13:48:43.652Z] #37 10.61 + mkdir -p /build
13:48:43 [2021-05-06T13:48:43.652Z] #37 10.61 + cp tini-static /build/docker-init
13:48:43 [2021-05-06T13:48:43.673Z] #42 67.93 Selecting previously unselected package python-pkg-resources.
13:48:43 [2021-05-06T13:48:43.673Z] #42 67.93 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
13:48:43 [2021-05-06T13:48:43.673Z] #42 67.93 Unpacking python-pkg-resources (40.8.0-1) ...
13:48:43 [2021-05-06T13:48:43.673Z] #42 68.20 Selecting previously unselected package python-six.
13:48:43 [2021-05-06T13:48:43.673Z] #42 68.20 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
13:48:43 [2021-05-06T13:48:43.673Z] #42 68.21 Unpacking python-six (1.12.0-1) ...
13:48:43 [2021-05-06T13:48:43.935Z] #42 68.33 Selecting previously unselected package python-protobuf.
13:48:43 [2021-05-06T13:48:43.935Z] #42 68.36 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
13:48:43 [2021-05-06T13:48:43.935Z] #42 68.37 Unpacking python-protobuf (3.6.1.3-2) ...
13:48:44 [2021-05-06T13:48:44.088Z] #22 13.75   Running setup.py bdist_wheel for yamllint: finished with status 'done'
13:48:44 [2021-05-06T13:48:44.088Z] #22 13.77   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
13:48:44 [2021-05-06T13:48:44.088Z] #22 13.83 Successfully built yamllint
13:48:44 [2021-05-06T13:48:44.088Z] #22 13.87 Installing collected packages: pathspec, pyyaml, yamllint
13:48:44 [2021-05-06T13:48:44.188Z] #43 21.61   CC       images/cpuinfo.o
13:48:44 [2021-05-06T13:48:44.198Z] #42 ...
13:48:44 [2021-05-06T13:48:44.198Z] 
13:48:44 [2021-05-06T13:48:44.198Z] #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
13:48:44 [2021-05-06T13:48:44.198Z] #45 sha256:22cfca3a0b4c3e4e5ef538e0315c7e1331d173e069c46336ca9c501feaa5efbb
13:48:44 [2021-05-06T13:48:44.198Z] #45 58.57 internal/reflectlite
13:48:44 [2021-05-06T13:48:44.198Z] #45 58.59 sync
13:48:44 [2021-05-06T13:48:44.198Z] #45 60.32 github.com/LK4D4/vndr/godl/singleflight
13:48:44 [2021-05-06T13:48:44.198Z] #45 60.83 math/rand
13:48:44 [2021-05-06T13:48:44.198Z] #45 61.81 internal/singleflight
13:48:44 [2021-05-06T13:48:44.198Z] #45 62.33 errors
13:48:44 [2021-05-06T13:48:44.198Z] #45 62.33 sort
13:48:44 [2021-05-06T13:48:44.198Z] #45 62.87 io
13:48:44 [2021-05-06T13:48:44.198Z] #45 63.80 strconv
13:48:44 [2021-05-06T13:48:44.198Z] #45 64.01 bytes
13:48:44 [2021-05-06T13:48:44.198Z] #45 65.86 bufio
13:48:44 [2021-05-06T13:48:44.198Z] #45 67.19 reflect
13:48:44 [2021-05-06T13:48:44.198Z] #45 67.43 syscall
13:48:44 [2021-05-06T13:48:44.198Z] #45 ...
13:48:44 [2021-05-06T13:48:44.198Z] 
13:48:44 [2021-05-06T13:48:44.198Z] #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
13:48:44 [2021-05-06T13:48:44.198Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
13:48:44 [2021-05-06T13:48:44.198Z] #32 64.74 Checking out files:  89% (1360/1521)   
Checking out files:  90% (1369/1521)   
Checking out files:  91% (1385/1521)   
Checking out files:  92% (1400/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
13:48:44 [2021-05-06T13:48:44.198Z] #32 65.20 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
13:48:44 [2021-05-06T13:48:44.198Z] #32 66.03 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:48:44 [2021-05-06T13:48:44.227Z] #37 ...
13:48:44 [2021-05-06T13:48:44.227Z] 
13:48:44 [2021-05-06T13:48:44.227Z] #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
13:48:44 [2021-05-06T13:48:44.227Z] #51 sha256:d6416493b538ea935a5f4e3f4a2c140ef3440091b9a105543423332c2333fa04
13:48:44 [2021-05-06T13:48:44.227Z] #51 53.86 encoding/binary
13:48:44 [2021-05-06T13:48:44.227Z] #51 53.88 internal/fmtsort
13:48:44 [2021-05-06T13:48:44.227Z] #51 54.88 os
13:48:44 [2021-05-06T13:48:44.227Z] #51 55.59 golang.org/x/sys/unix
13:48:44 [2021-05-06T13:48:44.227Z] #51 55.60 encoding/base64
13:48:44 [2021-05-06T13:48:44.227Z] #51 57.87 fmt
13:48:44 [2021-05-06T13:48:44.227Z] #51 57.87 path/filepath
13:48:44 [2021-05-06T13:48:44.227Z] #51 57.87 mvdan.cc/sh/v3/fileutil
13:48:44 [2021-05-06T13:48:44.227Z] #51 59.18 io/ioutil
13:48:44 [2021-05-06T13:48:44.227Z] #51 61.74 flag
13:48:44 [2021-05-06T13:48:44.227Z] #51 61.74 encoding/json
13:48:44 [2021-05-06T13:48:44.227Z] #51 61.77 github.com/pkg/diff
13:48:44 [2021-05-06T13:48:44.490Z] #51 64.05 go/token
13:48:44 [2021-05-06T13:48:44.490Z] #51 ...
13:48:44 [2021-05-06T13:48:44.490Z] 
13:48:44 [2021-05-06T13:48:44.490Z] #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
13:48:44 [2021-05-06T13:48:44.490Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:48:44 [2021-05-06T13:48:44.490Z] #43 5.139 fatal: not a git repository (or any of the parent directories): .git
13:48:44 [2021-05-06T13:48:44.490Z] #43 5.243   GEN      .gitid
13:48:44 [2021-05-06T13:48:44.490Z] #43 5.295   GEN      criu/include/version.h
13:48:44 [2021-05-06T13:48:44.666Z] #22 14.32 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
13:48:44 [2021-05-06T13:48:44.750Z] #43 22.05   CC       images/inventory.o
13:48:44 [2021-05-06T13:48:44.750Z] #43 22.29   CC       images/fdinfo.o
13:48:44 [2021-05-06T13:48:44.753Z] #43 5.408   GEN      include/common/asm
13:48:44 [2021-05-06T13:48:44.930Z] #22 DONE 14.8s
13:48:44 [2021-05-06T13:48:44.930Z] 
13:48:44 [2021-05-06T13:48:44.930Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
13:48:44 [2021-05-06T13:48:44.930Z] #25 sha256:4501eb3578fb71630f5bb789b6c8b6cd6a7114a1e629bb643f800c3d563b915f
13:48:45 [2021-05-06T13:48:45.018Z] #43 ...
13:48:45 [2021-05-06T13:48:45.018Z] 
13:48:45 [2021-05-06T13:48:45.018Z] #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
13:48:45 [2021-05-06T13:48:45.018Z] #37 sha256:97c021b8e60f18c29755f8dae48e566f2018e0a953a5b49b23c6694042395c35
13:48:45 [2021-05-06T13:48:45.018Z] #37 DONE 12.0s
13:48:45 [2021-05-06T13:48:45.018Z] 
13:48:45 [2021-05-06T13:48:45.018Z] #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
13:48:45 [2021-05-06T13:48:45.018Z] #45 sha256:44145e1ef27722c389069fdd75c7ecfd2c7927ed02d8ac0ecae9719f2996f0b0
13:48:45 [2021-05-06T13:48:45.018Z] #45 63.49 os/exec
13:48:45 [2021-05-06T13:48:45.018Z] #45 64.30 go/token
13:48:45 [2021-05-06T13:48:45.018Z] #45 64.32 net/url
13:48:45 [2021-05-06T13:48:45.198Z] #25 DONE 0.4s
13:48:45 [2021-05-06T13:48:45.198Z] 
13:48:45 [2021-05-06T13:48:45.198Z] #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
13:48:45 [2021-05-06T13:48:45.198Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:48:45 [2021-05-06T13:48:45.198Z] #43 137.9   CC       criu/page-xfer.o
13:48:45 [2021-05-06T13:48:45.198Z] #43 139.8   CC       criu/pagemap-cache.o
13:48:45 [2021-05-06T13:48:45.198Z] #43 140.4   CC       criu/pagemap.o
13:48:45 [2021-05-06T13:48:45.313Z] #43 22.64   CC       images/fown.o
13:48:45 [2021-05-06T13:48:45.313Z] #43 22.86   CC       images/ns.o
13:48:45 [2021-05-06T13:48:45.313Z] #43 ...
13:48:45 [2021-05-06T13:48:45.313Z] 
13:48:45 [2021-05-06T13:48:45.313Z] #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
13:48:45 [2021-05-06T13:48:45.313Z] #51 sha256:599b9995023cc44f3c005cc58f662788e0e2a3dde9f6b5bd44522033c48a59f3
13:48:45 [2021-05-06T13:48:45.313Z] #51 79.13 mvdan.cc/editorconfig
13:48:45 [2021-05-06T13:48:45.313Z] #51 80.13 mvdan.cc/sh/v3/fileutil
13:48:45 [2021-05-06T13:48:45.313Z] #51 80.26 text/tabwriter
13:48:45 [2021-05-06T13:48:45.313Z] #51 81.06 mvdan.cc/sh/v3/syntax
13:48:45 [2021-05-06T13:48:45.313Z] #51 87.11 mvdan.cc/sh/v3/cmd/shfmt
13:48:45 [2021-05-06T13:48:45.456Z] #43 141.9   CC       criu/parasite-syscall.o
13:48:45 [2021-05-06T13:48:45.570Z] #51 ...
13:48:45 [2021-05-06T13:48:45.570Z] 
13:48:45 [2021-05-06T13:48:45.570Z] #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
13:48:45 [2021-05-06T13:48:45.570Z] #45 sha256:3aa4c770ceb36e28df1fd45c9d3650059aa078cf20331b33e6326aea6064c9e3
13:48:45 [2021-05-06T13:48:45.570Z] #45 84.28 encoding/xml
13:48:45 [2021-05-06T13:48:45.570Z] #45 85.68 go/doc
13:48:45 [2021-05-06T13:48:45.570Z] #45 88.50 github.com/LK4D4/vndr/build
13:48:45 [2021-05-06T13:48:45.570Z] #45 ...
13:48:45 [2021-05-06T13:48:45.570Z] 
13:48:45 [2021-05-06T13:48:45.570Z] #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
13:48:45 [2021-05-06T13:48:45.570Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:48:45 [2021-05-06T13:48:45.570Z] #43 23.12   CC       images/regfile.o
13:48:45 [2021-05-06T13:48:45.826Z] #43 23.38   CC       images/ghost-file.o
13:48:46 [2021-05-06T13:48:46.389Z] #43 23.75   CC       images/fifo.o
13:48:46 [2021-05-06T13:48:46.389Z] #43 23.95   CC       images/remap-file-path.o
13:48:46 [2021-05-06T13:48:46.413Z] #45 ...
13:48:46 [2021-05-06T13:48:46.413Z] 
13:48:46 [2021-05-06T13:48:46.413Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:48:46 [2021-05-06T13:48:46.413Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
13:48:46 [2021-05-06T13:48:46.413Z] #13 54.28 Selecting previously unselected package mingw-w64-x86-64-dev.
13:48:46 [2021-05-06T13:48:46.413Z] #13 54.28 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
13:48:46 [2021-05-06T13:48:46.413Z] #13 54.29 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
13:48:46 [2021-05-06T13:48:46.413Z] #13 59.65 Selecting previously unselected package gcc-mingw-w64-base.
13:48:46 [2021-05-06T13:48:46.413Z] #13 59.65 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ...
13:48:46 [2021-05-06T13:48:46.413Z] #13 59.67 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
13:48:46 [2021-05-06T13:48:46.413Z] #13 59.82 Selecting previously unselected package gcc-mingw-w64-x86-64.
13:48:46 [2021-05-06T13:48:46.413Z] #13 59.83 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
13:48:46 [2021-05-06T13:48:46.413Z] #13 59.84 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:48:46 [2021-05-06T13:48:46.413Z] #13 ...
13:48:46 [2021-05-06T13:48:46.413Z] 
13:48:46 [2021-05-06T13:48:46.413Z] #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
13:48:46 [2021-05-06T13:48:46.413Z] #51 sha256:d6416493b538ea935a5f4e3f4a2c140ef3440091b9a105543423332c2333fa04
13:48:46 [2021-05-06T13:48:46.413Z] #51 64.29 mvdan.cc/editorconfig
13:48:46 [2021-05-06T13:48:46.413Z] #51 65.11 go/scanner
13:48:46 [2021-05-06T13:48:46.413Z] #51 65.62 golang.org/x/crypto/ssh/terminal
13:48:46 [2021-05-06T13:48:46.413Z] #51 66.02 mvdan.cc/sh/v3/syntax
13:48:46 [2021-05-06T13:48:46.833Z] #43 143.2   CC       criu/path.o
13:48:46 [2021-05-06T13:48:46.833Z] #43 143.5   CC       criu/pie-util-vdso-elf32.o
13:48:46 [2021-05-06T13:48:46.951Z] #43 24.20   CC       images/eventfd.o
13:48:46 [2021-05-06T13:48:46.951Z] #43 24.40   CC       images/eventpoll.o
13:48:47 [2021-05-06T13:48:47.208Z] #43 24.70   CC       images/fh.o
13:48:47 [2021-05-06T13:48:47.361Z] #51 67.04 go/ast
13:48:47 [2021-05-06T13:48:47.402Z] #43 143.9   CC       criu/pie-util-vdso.o
13:48:47 [2021-05-06T13:48:47.505Z] #32 ...
13:48:47 [2021-05-06T13:48:47.505Z] 
13:48:47 [2021-05-06T13:48:47.505Z] #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
13:48:47 [2021-05-06T13:48:47.505Z] #56 sha256:040ee8fef5714818ced038e64006c9e87d0442b9217fd774c887a6370a7b18b3
13:48:47 [2021-05-06T13:48:47.505Z] #56 1.361 + RM_GOPATH=0
13:48:47 [2021-05-06T13:48:47.505Z] #56 1.361 + TMP_GOPATH=
13:48:47 [2021-05-06T13:48:47.505Z] #56 1.361 + : /build
13:48:47 [2021-05-06T13:48:47.505Z] #56 1.361 + '[' -z '' ']'
13:48:47 [2021-05-06T13:48:47.505Z] #56 1.361 ++ mktemp -d
13:48:47 [2021-05-06T13:48:47.505Z] #56 1.363 + export GOPATH=/tmp/tmp.dxvgCqGP93
13:48:47 [2021-05-06T13:48:47.505Z] #56 1.363 + GOPATH=/tmp/tmp.dxvgCqGP93
13:48:47 [2021-05-06T13:48:47.505Z] #56 1.363 + RM_GOPATH=1
13:48:47 [2021-05-06T13:48:47.505Z] #56 1.363 + case "$(go env GOARCH)" in
13:48:47 [2021-05-06T13:48:47.505Z] #56 1.364 ++ go env GOARCH
13:48:47 [2021-05-06T13:48:47.505Z] #56 1.400 + export GO_BUILDMODE=-buildmode=pie
13:48:47 [2021-05-06T13:48:47.505Z] #56 1.401 + GO_BUILDMODE=-buildmode=pie
13:48:47 [2021-05-06T13:48:47.505Z] #56 1.401 ++ dirname /tmp/install/install.sh
13:48:47 [2021-05-06T13:48:47.505Z] #56 1.406 + dir=/tmp/install
13:48:47 [2021-05-06T13:48:47.505Z] #56 1.406 + bin=containerd
13:48:47 [2021-05-06T13:48:47.505Z] #56 1.406 + shift
13:48:47 [2021-05-06T13:48:47.505Z] #56 1.406 + '[' '!' -f /tmp/install/containerd.installer ']'
13:48:47 [2021-05-06T13:48:47.505Z] #56 1.407 + . /tmp/install/containerd.installer
13:48:47 [2021-05-06T13:48:47.505Z] #56 1.407 ++ set -e
13:48:47 [2021-05-06T13:48:47.505Z] #56 1.407 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:48:47 [2021-05-06T13:48:47.505Z] #56 1.408 + install_containerd
13:48:47 [2021-05-06T13:48:47.505Z] #56 1.408 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e'
13:48:47 [2021-05-06T13:48:47.505Z] #56 1.408 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:48:47 [2021-05-06T13:48:47.505Z] #56 1.408 + git clone https://github.com/containerd/containerd.git /tmp/tmp.dxvgCqGP93/src/github.com/containerd/containerd
13:48:47 [2021-05-06T13:48:47.505Z] #56 1.417 Cloning into '/tmp/tmp.dxvgCqGP93/src/github.com/containerd/containerd'...
13:48:47 [2021-05-06T13:48:47.505Z] #56 ...
13:48:47 [2021-05-06T13:48:47.505Z] 
13:48:47 [2021-05-06T13:48:47.505Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:48:47 [2021-05-06T13:48:47.505Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:48:47 [2021-05-06T13:48:47.505Z] #13 62.08 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB]
13:48:47 [2021-05-06T13:48:47.505Z] #13 64.23 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
13:48:47 [2021-05-06T13:48:47.505Z] #13 64.23 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
13:48:47 [2021-05-06T13:48:47.505Z] #13 64.24 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
13:48:47 [2021-05-06T13:48:47.505Z] #13 64.24 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
13:48:47 [2021-05-06T13:48:47.505Z] #13 64.24 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
13:48:47 [2021-05-06T13:48:47.505Z] #13 64.25 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
13:48:47 [2021-05-06T13:48:47.505Z] #13 64.26 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
13:48:47 [2021-05-06T13:48:47.505Z] #13 64.29 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
13:48:47 [2021-05-06T13:48:47.505Z] #13 64.31 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
13:48:47 [2021-05-06T13:48:47.505Z] #13 64.33 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
13:48:47 [2021-05-06T13:48:47.505Z] #13 64.34 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
13:48:47 [2021-05-06T13:48:47.505Z] #13 64.37 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
13:48:47 [2021-05-06T13:48:47.505Z] #13 64.38 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
13:48:47 [2021-05-06T13:48:47.505Z] #13 64.39 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
13:48:47 [2021-05-06T13:48:47.505Z] #13 65.37 debconf: delaying package configuration, since apt-utils is not installed
13:48:47 [2021-05-06T13:48:47.505Z] #13 65.56 Fetched 78.2 MB in 7s (11.3 MB/s)
13:48:47 [2021-05-06T13:48:47.505Z] #13 65.67 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:48:47 [2021-05-06T13:48:47.505Z] #13 65.77 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ...
13:48:47 [2021-05-06T13:48:47.505Z] #13 65.79 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
13:48:47 [2021-05-06T13:48:47.771Z] #43 25.04   CC       images/fsnotify.o
13:48:47 [2021-05-06T13:48:47.970Z] #43 144.5   CC       criu/pie-util.o
13:48:48 [2021-05-06T13:48:48.081Z] #13 66.23 Setting up libsystemd0:amd64 (241-7~deb10u7) ...
13:48:48 [2021-05-06T13:48:48.081Z] #13 ...
13:48:48 [2021-05-06T13:48:48.081Z] 
13:48:48 [2021-05-06T13:48:48.081Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:48:48 [2021-05-06T13:48:48.081Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:48:48 [2021-05-06T13:48:48.081Z] #36 62.50 debconf: delaying package configuration, since apt-utils is not installed
13:48:48 [2021-05-06T13:48:48.081Z] #36 62.77 Fetched 14.9 MB in 2s (7064 kB/s)
13:48:48 [2021-05-06T13:48:48.081Z] #36 62.88 Selecting previously unselected package xxd.
13:48:48 [2021-05-06T13:48:48.081Z] #36 62.88 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:48:48 [2021-05-06T13:48:48.081Z] #36 62.95 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
13:48:48 [2021-05-06T13:48:48.081Z] #36 62.96 Unpacking xxd (2:8.1.0875-5) ...
13:48:48 [2021-05-06T13:48:48.081Z] #36 63.20 Selecting previously unselected package vim-common.
13:48:48 [2021-05-06T13:48:48.081Z] #36 63.20 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
13:48:48 [2021-05-06T13:48:48.081Z] #36 63.25 Unpacking vim-common (2:8.1.0875-5) ...
13:48:48 [2021-05-06T13:48:48.081Z] #36 63.60 Selecting previously unselected package cmake-data.
13:48:48 [2021-05-06T13:48:48.081Z] #36 63.60 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
13:48:48 [2021-05-06T13:48:48.081Z] #36 63.61 Unpacking cmake-data (3.13.4-1) ...
13:48:48 [2021-05-06T13:48:48.081Z] #36 66.39 Selecting previously unselected package libicu63:amd64.
13:48:48 [2021-05-06T13:48:48.081Z] #36 66.40 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
13:48:48 [2021-05-06T13:48:48.081Z] #36 66.41 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
13:48:48 [2021-05-06T13:48:48.081Z] #36 72.44 Selecting previously unselected package libxml2:amd64.
13:48:48 [2021-05-06T13:48:48.081Z] #36 72.44 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
13:48:48 [2021-05-06T13:48:48.081Z] #36 72.44 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
13:48:48 [2021-05-06T13:48:48.081Z] #36 ...
13:48:48 [2021-05-06T13:48:48.081Z] 
13:48:48 [2021-05-06T13:48:48.081Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:48:48 [2021-05-06T13:48:48.081Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:48:48 [2021-05-06T13:48:48.081Z] #13 66.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.)
13:48:48 [2021-05-06T13:48:48.081Z] #13 66.44 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
13:48:48 [2021-05-06T13:48:48.081Z] #13 66.46 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
13:48:48 [2021-05-06T13:48:48.230Z] #43 144.7   CC       criu/pipes.o
13:48:48 [2021-05-06T13:48:48.334Z] #43 25.71   CC       images/signalfd.o
13:48:48 [2021-05-06T13:48:48.343Z] #13 66.66 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
13:48:48 [2021-05-06T13:48:48.591Z] #43 26.02   CC       images/fs.o
13:48:48 [2021-05-06T13:48:48.605Z] #13 66.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.)
13:48:48 [2021-05-06T13:48:48.605Z] #13 66.88 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ...
13:48:48 [2021-05-06T13:48:48.605Z] #13 66.91 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
13:48:48 [2021-05-06T13:48:48.799Z] #43 145.4   CC       criu/plugin.o
13:48:48 [2021-05-06T13:48:48.848Z] #43 26.26   CC       images/pstree.o
13:48:48 [2021-05-06T13:48:48.870Z] #13 67.15 Setting up libudev1:amd64 (241-7~deb10u7) ...
13:48:49 [2021-05-06T13:48:49.105Z] #43 26.49   CC       images/pipe.o
13:48:49 [2021-05-06T13:48:49.132Z] #13 67.40 Selecting previously unselected package binutils-mingw-w64-i686.
13:48:49 [2021-05-06T13:48:49.132Z] #13 67.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.)
13:48:49 [2021-05-06T13:48:49.132Z] #13 67.46 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
13:48:49 [2021-05-06T13:48:49.132Z] #13 67.50 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
13:48:49 [2021-05-06T13:48:49.363Z] #43 26.81   CC       images/tcp-stream.o
13:48:49 [2021-05-06T13:48:49.367Z] #43 ...
13:48:49 [2021-05-06T13:48:49.367Z] 
13:48:49 [2021-05-06T13:48:49.367Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
13:48:49 [2021-05-06T13:48:49.367Z] #30 sha256:27107e2e4606621d83b8239a6813ff8fcb25dcfdf4e1061b49a0bd5a18df6088
13:48:49 [2021-05-06T13:48:49.367Z] #30 DONE 4.0s
13:48:49 [2021-05-06T13:48:49.367Z] 
13:48:49 [2021-05-06T13:48:49.367Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:48:49 [2021-05-06T13:48:49.367Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:48:49 [2021-05-06T13:48:49.367Z] #43 145.9   CC       criu/proc_parse.o
13:48:49 [2021-05-06T13:48:49.367Z] #43 ...
13:48:49 [2021-05-06T13:48:49.367Z] 
13:48:49 [2021-05-06T13:48:49.367Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
13:48:49 [2021-05-06T13:48:49.367Z] #33 sha256:3357f2b525bd0cb28f9727c86d7ea0295e025707693d68294ab06dad0f3cd38a
13:48:49 [2021-05-06T13:48:49.395Z] #13 ...
13:48:49 [2021-05-06T13:48:49.395Z] 
13:48:49 [2021-05-06T13:48:49.395Z] #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
13:48:49 [2021-05-06T13:48:49.395Z] #47 sha256:81b0e40c088b145af19a0420781276ba032270d1b65a30201ff8c4732358f6b6
13:48:49 [2021-05-06T13:48:49.395Z] #47 DONE 73.9s
13:48:49 [2021-05-06T13:48:49.620Z] #43 ...
13:48:49 [2021-05-06T13:48:49.620Z] 
13:48:49 [2021-05-06T13:48:49.620Z] #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
13:48:49 [2021-05-06T13:48:49.620Z] #51 sha256:599b9995023cc44f3c005cc58f662788e0e2a3dde9f6b5bd44522033c48a59f3
13:48:49 [2021-05-06T13:48:49.620Z] #51 DONE 93.2s
13:48:49 [2021-05-06T13:48:49.620Z] 
13:48:49 [2021-05-06T13:48:49.620Z] #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
13:48:49 [2021-05-06T13:48:49.620Z] #56 sha256:fd9621f02a9de692404cc7a559240fbb1f8d5751bd429aae5918727ed7936cb8
13:48:49 [2021-05-06T13:48:49.620Z] #56 45.99 Checking out files:  50% (1983/3916)   
Checking out files:  51% (1998/3916)   
Checking out files:  52% (2037/3916)   
Checking out files:  53% (2076/3916)   
Checking out files:  54% (2115/3916)   
Checking out files:  55% (2154/3916)   
Checking out files:  56% (2193/3916)   
Checking out files:  57% (2233/3916)   
Checking out files:  58% (2272/3916)   
Checking out files:  59% (2311/3916)   
Checking out files:  60% (2350/3916)   
Checking out files:  61% (2389/3916)   
Checking out files:  62% (2428/3916)   
Checking out files:  63% (2468/3916)   
Checking out files:  64% (2507/3916)   
Checking out files:  65% (2546/3916)   
Checking out files:  66% (2585/3916)   
Checking out files:  67% (2624/3916)   
Checking out files:  68% (2663/3916)   
Checking out files:  69% (2703/3916)   
Checking out files:  70% (2742/3916)   
Checking out files:  71% (2781/3916)   
Checking out files:  72% (2820/3916)   
Checking out files:  73% (2859/3916)   
Checking out files:  74% (2898/3916)   
Checking out files:  75% (2937/3916)   
Checking out files:  76% (2977/3916)   
Checking out files:  77% (3016/3916)   
Checking out files:  78% (3055/3916)   
Checking out files:  79% (3094/3916)   
Checking out files:  80% (3133/3916)   
Checking out files:  81% (3172/3916)   
Checking out files:  82% (3212/3916)   
Checking out files:  83% (3251/3916)   
Checking out files:  84% (3290/3916)   
Checking out files:  85% (3329/3916)   
Checking out files:  86% (3368/3916)   
Checking out files:  87% (3407/3916)   
Checking out files:  88% (3447/3916)   
Checking out files:  89% (3486/3916)   
Checking out files:  90% (3525/3916)   
Checking out files:  91% (3564/3916)   
Checking out files:  91% (3597/3916)   
Checking out files:  92% (3603/3916)   
Checking out files:  93% (3642/3916)   
Checking out files:  94% (3682/3916)   
Checking out files:  95% (3721/3916)   
Checking out files:  96% (3760/3916)   
Checking out files:  97% (3799/3916)   
Checking out files:  98% (3838/3916)   
Checking out files:  99% (3877/3916)   
Checking out files: 100% (3916/3916)   
Checking out files: 100% (3916/3916), done.
13:48:49 [2021-05-06T13:48:49.620Z] #56 47.39 + cd /tmp/tmp.s3ORaeQgP1/src/github.com/containerd/containerd
13:48:49 [2021-05-06T13:48:49.620Z] #56 47.39 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:48:49 [2021-05-06T13:48:49.626Z] #33 DONE 0.3s
13:48:49 [2021-05-06T13:48:49.626Z] 
13:48:49 [2021-05-06T13:48:49.626Z] #35 [dev-systemd-false 13/26] COPY --from=tomll         /build/ /usr/local/bin/
13:48:49 [2021-05-06T13:48:49.626Z] #35 sha256:15f79ca7d73172f87709dda7f3ed116e7fed4e7e1c5f8a04bc93787836b538c9
13:48:49 [2021-05-06T13:48:49.626Z] #35 DONE 0.0s
13:48:49 [2021-05-06T13:48:49.626Z] 
13:48:49 [2021-05-06T13:48:49.626Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
13:48:49 [2021-05-06T13:48:49.626Z] #38 sha256:d4bc3bac2768c29a4e2dd97e9244c0c144f0af75b96ca501714cfb4e1f4f7c23
13:48:49 [2021-05-06T13:48:49.626Z] #38 DONE 0.0s
13:48:49 [2021-05-06T13:48:49.626Z] 
13:48:49 [2021-05-06T13:48:49.626Z] #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
13:48:49 [2021-05-06T13:48:49.626Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:48:49 [2021-05-06T13:48:49.657Z] 
13:48:49 [2021-05-06T13:48:49.657Z] #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
13:48:49 [2021-05-06T13:48:49.657Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:48:49 [2021-05-06T13:48:49.657Z] #36 72.89 Selecting previously unselected package libarchive13:amd64.
13:48:49 [2021-05-06T13:48:49.657Z] #36 72.89 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
13:48:49 [2021-05-06T13:48:49.657Z] #36 72.90 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
13:48:49 [2021-05-06T13:48:49.657Z] #36 73.27 Selecting previously unselected package libjsoncpp1:amd64.
13:48:49 [2021-05-06T13:48:49.657Z] #36 73.27 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
13:48:49 [2021-05-06T13:48:49.657Z] #36 73.29 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
13:48:49 [2021-05-06T13:48:49.657Z] #36 73.49 Selecting previously unselected package librhash0:amd64.
13:48:49 [2021-05-06T13:48:49.657Z] #36 73.51 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
13:48:49 [2021-05-06T13:48:49.657Z] #36 73.57 Unpacking librhash0:amd64 (1.3.8-1) ...
13:48:49 [2021-05-06T13:48:49.657Z] #36 73.84 Selecting previously unselected package libuv1:amd64.
13:48:49 [2021-05-06T13:48:49.657Z] #36 73.85 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
13:48:49 [2021-05-06T13:48:49.657Z] #36 73.88 Unpacking libuv1:amd64 (1.24.1-1) ...
13:48:49 [2021-05-06T13:48:49.657Z] #36 74.09 Selecting previously unselected package cmake.
13:48:49 [2021-05-06T13:48:49.657Z] #36 74.12 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
13:48:49 [2021-05-06T13:48:49.657Z] #36 74.14 Unpacking cmake (3.13.4-1) ...
13:48:49 [2021-05-06T13:48:49.917Z] #51 ...
13:48:49 [2021-05-06T13:48:49.917Z] 
13:48:49 [2021-05-06T13:48:49.917Z] #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
13:48:49 [2021-05-06T13:48:49.917Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:48:49 [2021-05-06T13:48:49.917Z] #43 7.291   PBCC     images/timens.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 7.400   DEP      images/timens.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 7.463   PBCC     images/fown.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 7.491   PBCC     images/google/protobuf/descriptor.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 7.587   PBCC     images/opts.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 7.627   PBCC     images/memfd.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 7.675   DEP      images/fown.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 7.767   DEP      images/google/protobuf/descriptor.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 7.837   DEP      images/opts.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 7.928   DEP      images/memfd.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 8.015   PBCC     images/sit.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 8.102   DEP      images/sit.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 8.178   PBCC     images/macvlan.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 8.227   DEP      images/macvlan.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 8.288   PBCC     images/autofs.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 8.298   DEP      images/autofs.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 8.333   PBCC     images/sysctl.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 8.360   DEP      images/sysctl.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 8.436   PBCC     images/time.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 8.471   DEP      images/time.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 8.531   PBCC     images/binfmt-misc.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 8.566   DEP      images/binfmt-misc.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 8.631   PBCC     images/seccomp.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 8.640   DEP      images/seccomp.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 8.732   PBCC     images/userns.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 8.754   DEP      images/userns.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 8.805   PBCC     images/cgroup.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 8.875   DEP      images/cgroup.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 8.984   PBCC     images/ext-file.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 9.011   DEP      images/ext-file.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 9.056   PBCC     images/rpc.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 9.090   DEP      images/rpc.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 9.155   PBCC     images/siginfo.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 9.186   DEP      images/siginfo.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 9.218   PBCC     images/pagemap.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 9.259   DEP      images/pagemap.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 9.331   PBCC     images/rlimit.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 9.354   DEP      images/rlimit.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 9.451   PBCC     images/file-lock.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 9.483   DEP      images/file-lock.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 9.534   PBCC     images/tty.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 9.599   DEP      images/tty.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 9.695   PBCC     images/tun.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 9.723   PBCC     images/netdev.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 9.769   DEP      images/tun.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 9.832   DEP      images/netdev.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 9.907   PBCC     images/vma.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 9.935   DEP      images/vma.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 10.00   PBCC     images/creds.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 10.04   DEP      images/creds.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 10.10   PBCC     images/utsns.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 10.12   DEP      images/utsns.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 10.21   PBCC     images/ipc-desc.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 10.23   PBCC     images/ipc-sem.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 10.25   DEP      images/ipc-desc.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 10.31   DEP      images/ipc-sem.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 10.41   PBCC     images/ipc-msg.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 10.46   DEP      images/ipc-msg.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 10.56   PBCC     images/ipc-shm.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 10.58   DEP      images/ipc-shm.pb-c.d
13:48:49 [2021-05-06T13:48:49.917Z] #43 10.68   PBCC     images/ipc-var.pb-c.c
13:48:49 [2021-05-06T13:48:49.917Z] #43 10.70   DEP      images/ipc-var.pb-c.d
13:48:50 [2021-05-06T13:48:50.180Z] #43 10.76   PBCC     images/sk-opts.pb-c.c
13:48:50 [2021-05-06T13:48:50.180Z] #43 10.78   PBCC     images/packet-sock.pb-c.c
13:48:50 [2021-05-06T13:48:50.180Z] #43 10.86   DEP      images/sk-opts.pb-c.d
13:48:50 [2021-05-06T13:48:50.180Z] #43 10.90   DEP      images/packet-sock.pb-c.d
13:48:50 [2021-05-06T13:48:50.180Z] #43 10.95   PBCC     images/sk-netlink.pb-c.c
13:48:50 [2021-05-06T13:48:50.442Z] #43 11.01   DEP      images/sk-netlink.pb-c.d
13:48:50 [2021-05-06T13:48:50.442Z] #43 11.09   PBCC     images/sk-inet.pb-c.c
13:48:50 [2021-05-06T13:48:50.442Z] #43 11.16   DEP      images/sk-inet.pb-c.d
13:48:50 [2021-05-06T13:48:50.442Z] #43 11.24   PBCC     images/sk-unix.pb-c.c
13:48:50 [2021-05-06T13:48:50.705Z] #43 11.34   DEP      images/sk-unix.pb-c.d
13:48:50 [2021-05-06T13:48:50.705Z] #43 11.43   PBCC     images/mm.pb-c.c
13:48:50 [2021-05-06T13:48:50.705Z] #43 11.51   DEP      images/mm.pb-c.d
13:48:50 [2021-05-06T13:48:50.705Z] #43 11.54   PBCC     images/timerfd.pb-c.c
13:48:50 [2021-05-06T13:48:50.968Z] #43 11.63   DEP      images/timerfd.pb-c.d
13:48:50 [2021-05-06T13:48:50.968Z] #43 11.74   PBCC     images/timer.pb-c.c
13:48:50 [2021-05-06T13:48:50.968Z] #43 11.77   DEP      images/timer.pb-c.d
13:48:50 [2021-05-06T13:48:50.968Z] #43 11.82   PBCC     images/sa.pb-c.c
13:48:50 [2021-05-06T13:48:50.988Z] #56 49.46 + export 'BUILDTAGS=netgo osusergo static_build'
13:48:50 [2021-05-06T13:48:50.988Z] #56 49.46 + BUILDTAGS='netgo osusergo static_build'
13:48:50 [2021-05-06T13:48:50.988Z] #56 49.46 + export EXTRA_FLAGS=-buildmode=pie
13:48:50 [2021-05-06T13:48:50.988Z] #56 49.46 + EXTRA_FLAGS=-buildmode=pie
13:48:50 [2021-05-06T13:48:50.988Z] #56 49.46 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
13:48:50 [2021-05-06T13:48:50.988Z] #56 49.46 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
13:48:50 [2021-05-06T13:48:50.988Z] #56 49.46 + '[' '' = dynamic ']'
13:48:50 [2021-05-06T13:48:50.988Z] #56 49.46 + make
13:48:51 [2021-05-06T13:48:51.232Z] #43 11.91   DEP      images/sa.pb-c.d
13:48:51 [2021-05-06T13:48:51.232Z] #43 12.01   PBCC     images/pipe-data.pb-c.c
13:48:51 [2021-05-06T13:48:51.232Z] #43 12.02   DEP      images/pipe-data.pb-c.d
13:48:51 [2021-05-06T13:48:51.494Z] #43 12.15   PBCC     images/mnt.pb-c.c
13:48:51 [2021-05-06T13:48:51.494Z] #43 12.23   DEP      images/mnt.pb-c.d
13:48:51 [2021-05-06T13:48:51.494Z] #43 12.33   PBCC     images/sk-packet.pb-c.c
13:48:51 [2021-05-06T13:48:51.756Z] #43 12.37   DEP      images/sk-packet.pb-c.d
13:48:51 [2021-05-06T13:48:51.756Z] #43 12.45   PBCC     images/tcp-stream.pb-c.c
13:48:51 [2021-05-06T13:48:51.756Z] #43 12.53   DEP      images/tcp-stream.pb-c.d
13:48:51 [2021-05-06T13:48:51.919Z] #56 50.58 + bin/ctr
13:48:52 [2021-05-06T13:48:52.019Z] #43 12.61   PBCC     images/pipe.pb-c.c
13:48:52 [2021-05-06T13:48:52.019Z] #43 12.70   DEP      images/pipe.pb-c.d
13:48:52 [2021-05-06T13:48:52.019Z] #43 12.79   PBCC     images/pstree.pb-c.c
13:48:52 [2021-05-06T13:48:52.019Z] #43 12.82   DEP      images/pstree.pb-c.d
13:48:52 [2021-05-06T13:48:52.019Z] #43 12.87   PBCC     images/fs.pb-c.c
13:48:52 [2021-05-06T13:48:52.163Z] #43 148.2   CC       criu/protobuf-desc.o
13:48:52 [2021-05-06T13:48:52.281Z] #43 12.89   DEP      images/fs.pb-c.d
13:48:52 [2021-05-06T13:48:52.281Z] #43 12.97   PBCC     images/signalfd.pb-c.c
13:48:52 [2021-05-06T13:48:52.281Z] #43 13.06   DEP      images/signalfd.pb-c.d
13:48:52 [2021-05-06T13:48:52.281Z] #43 13.10   PBCC     images/fh.pb-c.c
13:48:52 [2021-05-06T13:48:52.544Z] #43 13.15   PBCC     images/fsnotify.pb-c.c
13:48:52 [2021-05-06T13:48:52.544Z] #43 13.19   DEP      images/fh.pb-c.d
13:48:52 [2021-05-06T13:48:52.544Z] #43 13.25   DEP      images/fsnotify.pb-c.d
13:48:52 [2021-05-06T13:48:52.544Z] #43 13.31   PBCC     images/eventpoll.pb-c.c
13:48:52 [2021-05-06T13:48:52.544Z] #43 13.33   DEP      images/eventpoll.pb-c.d
13:48:52 [2021-05-06T13:48:52.544Z] #43 13.38   PBCC     images/eventfd.pb-c.c
13:48:52 [2021-05-06T13:48:52.731Z] #43 149.1   CC       criu/protobuf.o
13:48:52 [2021-05-06T13:48:52.807Z] #43 13.41   DEP      images/eventfd.pb-c.d
13:48:52 [2021-05-06T13:48:52.807Z] #43 13.46   PBCC     images/remap-file-path.pb-c.c
13:48:52 [2021-05-06T13:48:52.807Z] #43 13.47   DEP      images/remap-file-path.pb-c.d
13:48:52 [2021-05-06T13:48:52.807Z] #43 13.52   PBCC     images/fifo.pb-c.c
13:48:52 [2021-05-06T13:48:52.807Z] #43 13.54   DEP      images/fifo.pb-c.d
13:48:52 [2021-05-06T13:48:52.807Z] #43 13.58   PBCC     images/ghost-file.pb-c.c
13:48:52 [2021-05-06T13:48:52.807Z] #43 13.61   DEP      images/ghost-file.pb-c.d
13:48:52 [2021-05-06T13:48:52.807Z] #43 ...
13:48:52 [2021-05-06T13:48:52.807Z] 
13:48:52 [2021-05-06T13:48:52.807Z] #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
13:48:52 [2021-05-06T13:48:52.807Z] #56 sha256:3fbca81332cc3fbfca744c7aaddf97967352d3742dde401101afe646c85dfea3
13:48:52 [2021-05-06T13:48:52.965Z] #36 ...
13:48:52 [2021-05-06T13:48:52.965Z] 
13:48:52 [2021-05-06T13:48:52.965Z] #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
13:48:52 [2021-05-06T13:48:52.965Z] #51 sha256:f2522261c1fb485392905c752f35f27b56e73e5f13065a492bb4a309a1de239f
13:48:52 [2021-05-06T13:48:52.965Z] #51 66.94 internal/oserror
13:48:52 [2021-05-06T13:48:52.965Z] #51 66.94 strconv
13:48:52 [2021-05-06T13:48:52.965Z] #51 67.01 syscall
13:48:52 [2021-05-06T13:48:52.965Z] #51 70.40 reflect
13:48:52 [2021-05-06T13:48:52.965Z] #51 74.55 time
13:48:52 [2021-05-06T13:48:52.965Z] #51 ...
13:48:52 [2021-05-06T13:48:52.965Z] 
13:48:52 [2021-05-06T13:48:52.965Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:48:52 [2021-05-06T13:48:52.965Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:48:52 [2021-05-06T13:48:52.965Z] #13 70.44 Selecting previously unselected package binutils-mingw-w64-x86-64.
13:48:52 [2021-05-06T13:48:52.965Z] #13 70.45 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
13:48:52 [2021-05-06T13:48:52.965Z] #13 70.45 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
13:48:52 [2021-05-06T13:48:52.990Z] #43 149.6   CC       criu/pstree.o
13:48:53 [2021-05-06T13:48:53.538Z] #13 ...
13:48:53 [2021-05-06T13:48:53.538Z] 
13:48:53 [2021-05-06T13:48:53.538Z] #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
13:48:53 [2021-05-06T13:48:53.538Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:48:53 [2021-05-06T13:48:53.538Z] #36 77.32 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
13:48:53 [2021-05-06T13:48:53.538Z] #36 77.35 Setting up xxd (2:8.1.0875-5) ...
13:48:53 [2021-05-06T13:48:53.538Z] #36 77.36 Setting up libuv1:amd64 (1.24.1-1) ...
13:48:53 [2021-05-06T13:48:53.538Z] #36 77.37 Setting up vim-common (2:8.1.0875-5) ...
13:48:53 [2021-05-06T13:48:53.538Z] #36 77.40 Setting up librhash0:amd64 (1.3.8-1) ...
13:48:53 [2021-05-06T13:48:53.538Z] #36 77.41 Setting up cmake-data (3.13.4-1) ...
13:48:53 [2021-05-06T13:48:53.538Z] #36 77.43 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
13:48:53 [2021-05-06T13:48:53.538Z] #36 77.45 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
13:48:53 [2021-05-06T13:48:53.538Z] #36 77.46 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
13:48:53 [2021-05-06T13:48:53.538Z] #36 77.48 Setting up cmake (3.13.4-1) ...
13:48:53 [2021-05-06T13:48:53.538Z] #36 77.50 Processing triggers for libc-bin (2.28-10) ...
13:48:53 [2021-05-06T13:48:53.538Z] #36 77.59 Processing triggers for mime-support (3.62) ...
13:48:53 [2021-05-06T13:48:53.538Z] #36 DONE 78.0s
13:48:53 [2021-05-06T13:48:53.538Z] 
13:48:53 [2021-05-06T13:48:53.538Z] #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
13:48:53 [2021-05-06T13:48:53.538Z] #37 sha256:cc33ab7f19ba4805717224a016d80c4fdf81d5a7643f385317d12385f21bf240
13:48:54 [2021-05-06T13:48:54.370Z] #43 150.6   CC       criu/rbtree.o
13:48:54 [2021-05-06T13:48:54.382Z] #56 34.88 Checking out files:  49% (1928/3916)   
Checking out files:  50% (1958/3916)   
Checking out files:  51% (1998/3916)   
Checking out files:  52% (2037/3916)   
Checking out files:  53% (2076/3916)   
Checking out files:  54% (2115/3916)   
Checking out files:  55% (2154/3916)   
Checking out files:  56% (2193/3916)   
Checking out files:  57% (2233/3916)   
Checking out files:  58% (2272/3916)   
Checking out files:  59% (2311/3916)   
Checking out files:  60% (2350/3916)   
Checking out files:  61% (2389/3916)   
Checking out files:  62% (2428/3916)   
Checking out files:  63% (2468/3916)   
Checking out files:  64% (2507/3916)   
Checking out files:  65% (2546/3916)   
Checking out files:  66% (2585/3916)   
Checking out files:  67% (2624/3916)   
Checking out files:  68% (2663/3916)   
Checking out files:  69% (2703/3916)   
Checking out files:  70% (2742/3916)   
Checking out files:  71% (2781/3916)   
Checking out files:  72% (2820/3916)   
Checking out files:  73% (2859/3916)   
Checking out files:  74% (2898/3916)   
Checking out files:  75% (2937/3916)   
Checking out files:  76% (2977/3916)   
Checking out files:  77% (3016/3916)   
Checking out files:  78% (3055/3916)   
Checking out files:  79% (3094/3916)   
Checking out files:  80% (3133/3916)   
Checking out files:  81% (3172/3916)   
Checking out files:  82% (3212/3916)   
Checking out files:  83% (3251/3916)   
Checking out files:  84% (3290/3916)   
Checking out files:  85% (3329/3916)   
Checking out files:  86% (3368/3916)   
Checking out files:  87% (3407/3916)   
Checking out files:  88% (3447/3916)   
Checking out files:  89% (3486/3916)   
Checking out files:  90% (3525/3916)   
Checking out files:  91% (3564/3916)   
Checking out files:  92% (3603/3916)   
Checking out files:  93% (3642/3916)   
Checking out files:  94% (3682/3916)   
Checking out files:  95% (3721/3916)   
Checking out files:  96% (3760/3916)   
Checking out files:  97% (3799/3916)   
Checking out files:  98% (3838/3916)   
Checking out files:  99% (3877/3916)   
Checking out files: 100% (3916/3916)   
Checking out files: 100% (3916/3916), done.
13:48:54 [2021-05-06T13:48:54.382Z] #56 36.27 + cd /tmp/tmp.iiLSOxy8Um/src/github.com/containerd/containerd
13:48:54 [2021-05-06T13:48:54.382Z] #56 36.28 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:48:54 [2021-05-06T13:48:54.440Z] #56 ...
13:48:54 [2021-05-06T13:48:54.440Z] 
13:48:54 [2021-05-06T13:48:54.440Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:48:54 [2021-05-06T13:48:54.440Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:48:54 [2021-05-06T13:48:54.440Z] #13 93.72 Selecting previously unselected package g++-mingw-w64-x86-64.
13:48:54 [2021-05-06T13:48:54.440Z] #13 93.72 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
13:48:54 [2021-05-06T13:48:54.440Z] #13 93.73 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:48:54 [2021-05-06T13:48:54.484Z] #37 1.105 + RM_GOPATH=0
13:48:54 [2021-05-06T13:48:54.484Z] #37 ...
13:48:54 [2021-05-06T13:48:54.484Z] 
13:48:54 [2021-05-06T13:48:54.484Z] #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
13:48:54 [2021-05-06T13:48:54.484Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:48:54 [2021-05-06T13:48:54.484Z] #42 68.96 Setting up python-pkg-resources (40.8.0-1) ...
13:48:54 [2021-05-06T13:48:54.484Z] #42 73.69 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
13:48:54 [2021-05-06T13:48:54.484Z] #42 73.74 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:48:54 [2021-05-06T13:48:54.484Z] #42 73.78 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:48:54 [2021-05-06T13:48:54.484Z] #42 73.85 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
13:48:54 [2021-05-06T13:48:54.484Z] #42 73.89 Setting up python-six (1.12.0-1) ...
13:48:54 [2021-05-06T13:48:54.484Z] #42 78.56 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
13:48:54 [2021-05-06T13:48:54.484Z] #42 78.58 Setting up libnl-3-200:amd64 (3.4.0-1) ...
13:48:54 [2021-05-06T13:48:54.484Z] #42 78.69 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
13:48:54 [2021-05-06T13:48:54.484Z] #42 78.71 Setting up libcap-dev:amd64 (1:2.25-2) ...
13:48:54 [2021-05-06T13:48:54.484Z] #42 78.80 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
13:48:54 [2021-05-06T13:48:54.484Z] #42 78.85 Setting up protobuf-compiler (3.6.1.3-2) ...
13:48:54 [2021-05-06T13:48:54.484Z] #42 78.88 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
13:48:54 [2021-05-06T13:48:54.484Z] #42 78.93 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
13:48:54 [2021-05-06T13:48:54.484Z] #42 78.94 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
13:48:54 [2021-05-06T13:48:54.484Z] #42 78.96 Setting up python-protobuf (3.6.1.3-2) ...
13:48:54 [2021-05-06T13:48:54.629Z] #43 150.9   CC       criu/rst-malloc.o
13:48:54 [2021-05-06T13:48:54.629Z] #43 151.2   CC       criu/seccomp.o
13:48:54 [2021-05-06T13:48:54.745Z] #42 ...
13:48:54 [2021-05-06T13:48:54.745Z] 
13:48:54 [2021-05-06T13:48:54.745Z] #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
13:48:54 [2021-05-06T13:48:54.745Z] #37 sha256:cc33ab7f19ba4805717224a016d80c4fdf81d5a7643f385317d12385f21bf240
13:48:54 [2021-05-06T13:48:54.745Z] #37 1.105 + TMP_GOPATH=
13:48:54 [2021-05-06T13:48:54.745Z] #37 1.106 + : /build
13:48:54 [2021-05-06T13:48:54.745Z] #37 1.106 + '[' -z '' ']'
13:48:54 [2021-05-06T13:48:54.745Z] #37 1.107 ++ mktemp -d
13:48:54 [2021-05-06T13:48:54.745Z] #37 1.109 + export GOPATH=/tmp/tmp.YVm9Z31r4p
13:48:54 [2021-05-06T13:48:54.745Z] #37 1.109 + GOPATH=/tmp/tmp.YVm9Z31r4p
13:48:54 [2021-05-06T13:48:54.745Z] #37 1.109 + RM_GOPATH=1
13:48:54 [2021-05-06T13:48:54.745Z] #37 1.110 + case "$(go env GOARCH)" in
13:48:54 [2021-05-06T13:48:54.745Z] #37 1.110 ++ go env GOARCH
13:48:54 [2021-05-06T13:48:54.745Z] #37 1.153 + export GO_BUILDMODE=-buildmode=pie
13:48:54 [2021-05-06T13:48:54.745Z] #37 1.153 + GO_BUILDMODE=-buildmode=pie
13:48:54 [2021-05-06T13:48:54.745Z] #37 1.154 ++ dirname /tmp/install/install.sh
13:48:54 [2021-05-06T13:48:54.745Z] #37 1.155 + dir=/tmp/install
13:48:54 [2021-05-06T13:48:54.745Z] #37 1.156 + bin=tini
13:48:54 [2021-05-06T13:48:54.745Z] #37 1.157 + shift
13:48:54 [2021-05-06T13:48:54.745Z] #37 1.157 + '[' '!' -f /tmp/install/tini.installer ']'
13:48:54 [2021-05-06T13:48:54.745Z] #37 1.158 + . /tmp/install/tini.installer
13:48:54 [2021-05-06T13:48:54.745Z] #37 1.158 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
13:48:54 [2021-05-06T13:48:54.745Z] #37 1.158 + install_tini
13:48:54 [2021-05-06T13:48:54.746Z] #37 1.159 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
13:48:54 [2021-05-06T13:48:54.746Z] #37 1.159 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
13:48:54 [2021-05-06T13:48:54.746Z] #37 1.159 + git clone https://github.com/krallin/tini.git /tmp/tmp.YVm9Z31r4p/tini
13:48:54 [2021-05-06T13:48:54.746Z] #37 1.161 Cloning into '/tmp/tmp.YVm9Z31r4p/tini'...
13:48:55 [2021-05-06T13:48:55.198Z] #43 151.7   CC       criu/seize.o
13:48:55 [2021-05-06T13:48:55.320Z] #37 1.798 + cd /tmp/tmp.YVm9Z31r4p/tini
13:48:55 [2021-05-06T13:48:55.320Z] #37 1.798 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
13:48:55 [2021-05-06T13:48:55.320Z] #37 1.804 + cmake .
13:48:55 [2021-05-06T13:48:55.457Z] #43 ...
13:48:55 [2021-05-06T13:48:55.457Z] 
13:48:55 [2021-05-06T13:48:55.457Z] #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
13:48:55 [2021-05-06T13:48:55.457Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:48:55 [2021-05-06T13:48:55.457Z] #40 DONE 214.1s
13:48:55 [2021-05-06T13:48:55.457Z] 
13:48:55 [2021-05-06T13:48:55.457Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:48:55 [2021-05-06T13:48:55.457Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:48:55 [2021-05-06T13:48:55.895Z] #37 2.402 -- The C compiler identification is GNU 8.3.0
13:48:55 [2021-05-06T13:48:55.895Z] #37 2.458 -- Check for working C compiler: /usr/bin/cc
13:48:56 [2021-05-06T13:48:56.303Z] #56 38.04 + export 'BUILDTAGS=netgo osusergo static_build'
13:48:56 [2021-05-06T13:48:56.303Z] #56 38.04 + BUILDTAGS='netgo osusergo static_build'
13:48:56 [2021-05-06T13:48:56.303Z] #56 38.04 + export EXTRA_FLAGS=-buildmode=pie
13:48:56 [2021-05-06T13:48:56.303Z] #56 38.04 + EXTRA_FLAGS=-buildmode=pie
13:48:56 [2021-05-06T13:48:56.303Z] #56 38.04 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
13:48:56 [2021-05-06T13:48:56.303Z] #56 38.04 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
13:48:56 [2021-05-06T13:48:56.303Z] #56 38.04 + '[' '' = dynamic ']'
13:48:56 [2021-05-06T13:48:56.303Z] #56 38.04 + make
13:48:56 [2021-05-06T13:48:56.333Z] #13 ...
13:48:56 [2021-05-06T13:48:56.333Z] 
13:48:56 [2021-05-06T13:48:56.333Z] #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
13:48:56 [2021-05-06T13:48:56.333Z] #45 sha256:3aa4c770ceb36e28df1fd45c9d3650059aa078cf20331b33e6326aea6064c9e3
13:48:56 [2021-05-06T13:48:56.333Z] #45 89.93 github.com/LK4D4/vndr/versioned
13:48:56 [2021-05-06T13:48:56.333Z] #45 90.09 compress/flate
13:48:56 [2021-05-06T13:48:56.333Z] #45 91.93 hash/crc32
13:48:56 [2021-05-06T13:48:56.333Z] #45 92.49 vendor/golang.org/x/crypto/cryptobyte
13:48:56 [2021-05-06T13:48:56.333Z] #45 93.15 compress/gzip
13:48:56 [2021-05-06T13:48:56.333Z] #45 93.95 net
13:48:56 [2021-05-06T13:48:56.333Z] #45 94.86 vendor/golang.org/x/sys/cpu
13:48:56 [2021-05-06T13:48:56.333Z] #45 95.21 vendor/golang.org/x/crypto/chacha20poly1305
13:48:56 [2021-05-06T13:48:56.333Z] #45 96.52 vendor/golang.org/x/crypto/hkdf
13:48:56 [2021-05-06T13:48:56.333Z] #45 96.70 vendor/golang.org/x/text/transform
13:48:56 [2021-05-06T13:48:56.333Z] #45 97.49 vendor/golang.org/x/text/unicode/bidi
13:48:56 [2021-05-06T13:48:56.333Z] #45 99.24 vendor/golang.org/x/text/secure/bidirule
13:48:56 [2021-05-06T13:48:56.333Z] #45 99.51 vendor/golang.org/x/text/unicode/norm
13:48:56 [2021-05-06T13:48:56.333Z] #45 ...
13:48:56 [2021-05-06T13:48:56.333Z] 
13:48:56 [2021-05-06T13:48:56.333Z] #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
13:48:56 [2021-05-06T13:48:56.333Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:48:56 [2021-05-06T13:48:56.333Z] #43 27.04   CC       images/sk-packet.o
13:48:56 [2021-05-06T13:48:56.333Z] #43 27.34   CC       images/mnt.o
13:48:56 [2021-05-06T13:48:56.333Z] #43 27.66   CC       images/pipe-data.o
13:48:56 [2021-05-06T13:48:56.333Z] #43 27.94   CC       images/sa.o
13:48:56 [2021-05-06T13:48:56.333Z] #43 28.18   CC       images/timer.o
13:48:56 [2021-05-06T13:48:56.333Z] #43 28.53   CC       images/timerfd.o
13:48:56 [2021-05-06T13:48:56.333Z] #43 28.84   CC       images/mm.o
13:48:56 [2021-05-06T13:48:56.333Z] #43 29.16   CC       images/sk-opts.o
13:48:56 [2021-05-06T13:48:56.333Z] #43 29.45   CC       images/sk-unix.o
13:48:56 [2021-05-06T13:48:56.333Z] #43 29.75   CC       images/sk-inet.o
13:48:56 [2021-05-06T13:48:56.333Z] #43 30.16   CC       images/tun.o
13:48:56 [2021-05-06T13:48:56.333Z] #43 30.48   CC       images/sk-netlink.o
13:48:56 [2021-05-06T13:48:56.333Z] #43 30.66   CC       images/packet-sock.o
13:48:56 [2021-05-06T13:48:56.333Z] #43 30.96   CC       images/ipc-var.o
13:48:56 [2021-05-06T13:48:56.333Z] #43 31.13   CC       images/ipc-desc.o
13:48:56 [2021-05-06T13:48:56.333Z] #43 31.40   CC       images/ipc-shm.o
13:48:56 [2021-05-06T13:48:56.333Z] #43 31.65   CC       images/ipc-msg.o
13:48:56 [2021-05-06T13:48:56.333Z] #43 31.92   CC       images/ipc-sem.o
13:48:56 [2021-05-06T13:48:56.333Z] #43 32.11   CC       images/utsns.o
13:48:56 [2021-05-06T13:48:56.333Z] #43 32.29   CC       images/creds.o
13:48:56 [2021-05-06T13:48:56.333Z] #43 32.46   CC       images/vma.o
13:48:56 [2021-05-06T13:48:56.333Z] #43 32.62   CC       images/netdev.o
13:48:56 [2021-05-06T13:48:56.333Z] #43 32.98   CC       images/tty.o
13:48:56 [2021-05-06T13:48:56.333Z] #43 33.60   CC       images/file-lock.o
13:48:56 [2021-05-06T13:48:56.333Z] #43 33.86   CC       images/rlimit.o
13:48:56 [2021-05-06T13:48:56.471Z] #37 3.026 -- Check for working C compiler: /usr/bin/cc -- works
13:48:56 [2021-05-06T13:48:56.471Z] #37 3.030 -- Detecting C compiler ABI info
13:48:56 [2021-05-06T13:48:56.590Z] #43 34.03   CC       images/pagemap.o
13:48:56 [2021-05-06T13:48:56.836Z] #43 153.1   CC       criu/servicefd.o
13:48:56 [2021-05-06T13:48:56.847Z] #43 34.30   CC       images/siginfo.o
13:48:56 [2021-05-06T13:48:56.879Z] #56 ...
13:48:56 [2021-05-06T13:48:56.879Z] 
13:48:56 [2021-05-06T13:48:56.879Z] #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
13:48:56 [2021-05-06T13:48:56.879Z] #45 sha256:44145e1ef27722c389069fdd75c7ecfd2c7927ed02d8ac0ecae9719f2996f0b0
13:48:56 [2021-05-06T13:48:56.879Z] #45 66.27 go/scanner
13:48:56 [2021-05-06T13:48:56.879Z] #45 66.65 text/template/parse
13:48:56 [2021-05-06T13:48:56.879Z] #45 67.00 log
13:48:56 [2021-05-06T13:48:56.879Z] #45 67.84 encoding/json
13:48:56 [2021-05-06T13:48:56.879Z] #45 67.85 go/ast
13:48:56 [2021-05-06T13:48:56.879Z] #45 72.50 text/template
13:48:56 [2021-05-06T13:48:56.879Z] #45 74.05 go/parser
13:48:56 [2021-05-06T13:48:56.879Z] #45 75.36 encoding/xml
13:48:56 [2021-05-06T13:48:56.879Z] #45 ...
13:48:56 [2021-05-06T13:48:56.879Z] 
13:48:56 [2021-05-06T13:48:56.879Z] #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
13:48:56 [2021-05-06T13:48:56.879Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:48:56 [2021-05-06T13:48:56.879Z] #43 13.68   PBCC     images/regfile.pb-c.c
13:48:56 [2021-05-06T13:48:56.879Z] #43 13.73   DEP      images/regfile.pb-c.d
13:48:56 [2021-05-06T13:48:56.879Z] #43 13.82   PBCC     images/ns.pb-c.c
13:48:56 [2021-05-06T13:48:56.879Z] #43 13.85   DEP      images/ns.pb-c.d
13:48:56 [2021-05-06T13:48:56.879Z] #43 13.93   PBCC     images/fdinfo.pb-c.c
13:48:56 [2021-05-06T13:48:56.879Z] #43 14.05   DEP      images/fdinfo.pb-c.d
13:48:56 [2021-05-06T13:48:56.879Z] #43 14.07   PBCC     images/core-aarch64.pb-c.c
13:48:56 [2021-05-06T13:48:56.879Z] #43 14.14   PBCC     images/core-arm.pb-c.c
13:48:56 [2021-05-06T13:48:56.879Z] #43 14.18   PBCC     images/core-ppc64.pb-c.c
13:48:56 [2021-05-06T13:48:56.879Z] #43 14.22   PBCC     images/core-s390.pb-c.c
13:48:56 [2021-05-06T13:48:56.879Z] #43 14.26   PBCC     images/core-x86.pb-c.c
13:48:56 [2021-05-06T13:48:56.879Z] #43 14.30   PBCC     images/core.pb-c.c
13:48:56 [2021-05-06T13:48:56.879Z] #43 14.35   PBCC     images/inventory.pb-c.c
13:48:56 [2021-05-06T13:48:56.879Z] #43 14.39   DEP      images/core-aarch64.pb-c.d
13:48:56 [2021-05-06T13:48:56.879Z] #43 14.52   DEP      images/core-arm.pb-c.d
13:48:56 [2021-05-06T13:48:56.879Z] #43 14.61   DEP      images/core-ppc64.pb-c.d
13:48:56 [2021-05-06T13:48:56.879Z] #43 14.69   DEP      images/core-s390.pb-c.d
13:48:56 [2021-05-06T13:48:56.879Z] #43 14.77   DEP      images/core-x86.pb-c.d
13:48:56 [2021-05-06T13:48:56.879Z] #43 14.84   DEP      images/core.pb-c.d
13:48:56 [2021-05-06T13:48:56.879Z] #43 14.94   DEP      images/inventory.pb-c.d
13:48:56 [2021-05-06T13:48:56.879Z] #43 15.00   PBCC     images/cpuinfo.pb-c.c
13:48:56 [2021-05-06T13:48:56.879Z] #43 15.03   DEP      images/cpuinfo.pb-c.d
13:48:56 [2021-05-06T13:48:56.879Z] #43 15.11   PBCC     images/stats.pb-c.c
13:48:56 [2021-05-06T13:48:56.879Z] #43 15.14   DEP      images/stats.pb-c.d
13:48:56 [2021-05-06T13:48:56.879Z] #43 16.63 make[1]: Nothing to be done for 'all'.
13:48:57 [2021-05-06T13:48:57.095Z] #43 ...
13:48:57 [2021-05-06T13:48:57.095Z] 
13:48:57 [2021-05-06T13:48:57.095Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
13:48:57 [2021-05-06T13:48:57.095Z] #41 sha256:5f6bbcbd4590e9ef58c6fc8ddfbe84d1b27f77b42c699f78f39565677e625218
13:48:57 [2021-05-06T13:48:57.095Z] #41 DONE 0.6s
13:48:57 [2021-05-06T13:48:57.095Z] 
13:48:57 [2021-05-06T13:48:57.095Z] #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
13:48:57 [2021-05-06T13:48:57.095Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:48:57 [2021-05-06T13:48:57.095Z] #43 153.5   CC       criu/shmem.o
13:48:57 [2021-05-06T13:48:57.104Z] #43 34.54   CC       images/rpc.o
13:48:57 [2021-05-06T13:48:57.416Z] #37 3.703 -- Detecting C compiler ABI info - done
13:48:57 [2021-05-06T13:48:57.416Z] #37 3.739 -- Detecting C compile features
13:48:57 [2021-05-06T13:48:57.454Z] #43 18.07   CC       images/stats.o
13:48:57 [2021-05-06T13:48:57.664Z] #43 154.3   CC       criu/sigframe.o
13:48:57 [2021-05-06T13:48:57.924Z] #43 154.4   CC       criu/signalfd.o
13:48:58 [2021-05-06T13:48:58.030Z] #43 18.63   CC       images/core.o
13:48:58 [2021-05-06T13:48:58.183Z] #43 154.6   CC       criu/sk-inet.o
13:48:58 [2021-05-06T13:48:58.483Z] #43 35.69   CC       images/ext-file.o
13:48:58 [2021-05-06T13:48:58.483Z] #43 35.92   CC       images/cgroup.o
13:48:58 [2021-05-06T13:48:58.607Z] #43 19.45   CC       images/core-x86.o
13:48:58 [2021-05-06T13:48:58.751Z] #43 155.4   CC       criu/sk-netlink.o
13:48:59 [2021-05-06T13:48:59.011Z] #43 ...
13:48:59 [2021-05-06T13:48:59.011Z] 
13:48:59 [2021-05-06T13:48:59.011Z] #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
13:48:59 [2021-05-06T13:48:59.011Z] #49 sha256:8aec7c16e0a2e66a06cb545d80f4398adfae42be5afc213384ca56c0dbb1b43b
13:48:59 [2021-05-06T13:48:59.011Z] #49 217.4 + /build/golangci-lint --version
13:48:59 [2021-05-06T13:48:59.011Z] #49 217.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
13:48:59 [2021-05-06T13:48:59.011Z] #49 DONE 218.0s
13:48:59 [2021-05-06T13:48:59.011Z] 
13:48:59 [2021-05-06T13:48:59.011Z] #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
13:48:59 [2021-05-06T13:48:59.011Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:48:59 [2021-05-06T13:48:59.183Z] #43 19.86   CC       images/core-arm.o
13:48:59 [2021-05-06T13:48:59.270Z] #43 155.8   CC       criu/sk-packet.o
13:48:59 [2021-05-06T13:48:59.333Z] #37 5.714 -- Detecting C compile features - done
13:48:59 [2021-05-06T13:48:59.333Z] #37 5.744 -- Performing Test HAS_BUILTIN_FORTIFY
13:48:59 [2021-05-06T13:48:59.333Z] #37 5.986 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:48:59 [2021-05-06T13:48:59.414Z] #43 36.58   CC       images/userns.o
13:48:59 [2021-05-06T13:48:59.414Z] #43 36.85   CC       images/google/protobuf/descriptor.o
13:48:59 [2021-05-06T13:48:59.446Z] #43 20.16   CC       images/core-aarch64.o
13:48:59 [2021-05-06T13:48:59.446Z] #43 ...
13:48:59 [2021-05-06T13:48:59.446Z] 
13:48:59 [2021-05-06T13:48:59.446Z] #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
13:48:59 [2021-05-06T13:48:59.446Z] #45 sha256:44145e1ef27722c389069fdd75c7ecfd2c7927ed02d8ac0ecae9719f2996f0b0
13:48:59 [2021-05-06T13:48:59.446Z] #45 78.99 go/doc
13:48:59 [2021-05-06T13:48:59.594Z] #37 6.092 -- Configuring done
13:48:59 [2021-05-06T13:48:59.594Z] #37 6.108 -- Generating done
13:48:59 [2021-05-06T13:48:59.594Z] #37 6.130 -- Build files have been written to: /tmp/tmp.YVm9Z31r4p/tini
13:48:59 [2021-05-06T13:48:59.594Z] #37 6.139 + make tini-static
13:48:59 [2021-05-06T13:48:59.671Z] #43 ...
13:48:59 [2021-05-06T13:48:59.671Z] 
13:48:59 [2021-05-06T13:48:59.671Z] #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
13:48:59 [2021-05-06T13:48:59.671Z] #45 sha256:3aa4c770ceb36e28df1fd45c9d3650059aa078cf20331b33e6326aea6064c9e3
13:48:59 [2021-05-06T13:48:59.671Z] #45 103.3 vendor/golang.org/x/net/idna
13:49:00 [2021-05-06T13:49:00.167Z] #37 6.568 Scanning dependencies of target tini-static
13:49:00 [2021-05-06T13:49:00.167Z] #37 ...
13:49:00 [2021-05-06T13:49:00.167Z] 
13:49:00 [2021-05-06T13:49:00.167Z] #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
13:49:00 [2021-05-06T13:49:00.167Z] #45 sha256:22cfca3a0b4c3e4e5ef538e0315c7e1331d173e069c46336ca9c501feaa5efbb
13:49:00 [2021-05-06T13:49:00.167Z] #45 74.58 time
13:49:00 [2021-05-06T13:49:00.167Z] #45 79.96 internal/poll
13:49:00 [2021-05-06T13:49:00.167Z] #45 80.82 internal/fmtsort
13:49:00 [2021-05-06T13:49:00.167Z] #45 81.46 internal/syscall/execenv
13:49:00 [2021-05-06T13:49:00.167Z] #45 81.60 internal/syscall/unix
13:49:00 [2021-05-06T13:49:00.167Z] #45 81.80 strings
13:49:00 [2021-05-06T13:49:00.167Z] #45 81.84 os
13:49:00 [2021-05-06T13:49:00.167Z] #45 84.69 fmt
13:49:00 [2021-05-06T13:49:00.167Z] #45 ...
13:49:00 [2021-05-06T13:49:00.167Z] 
13:49:00 [2021-05-06T13:49:00.167Z] #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
13:49:00 [2021-05-06T13:49:00.167Z] #37 sha256:cc33ab7f19ba4805717224a016d80c4fdf81d5a7643f385317d12385f21bf240
13:49:00 [2021-05-06T13:49:00.167Z] #37 6.753 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:49:00 [2021-05-06T13:49:00.207Z] #43 156.6   CC       criu/sk-queue.o
13:49:00 [2021-05-06T13:49:00.395Z] #45 79.91 crypto/rand
13:49:00 [2021-05-06T13:49:00.891Z] #43 157.2   CC       criu/sk-tcp.o
13:49:00 [2021-05-06T13:49:00.891Z] #43 157.5   CC       criu/sk-unix.o
13:49:00 [2021-05-06T13:49:00.892Z] #37 ...
13:49:00 [2021-05-06T13:49:00.892Z] 
13:49:00 [2021-05-06T13:49:00.892Z] #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
13:49:00 [2021-05-06T13:49:00.892Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:49:00 [2021-05-06T13:49:00.892Z] #42 84.89 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
13:49:00 [2021-05-06T13:49:00.892Z] #42 84.91 Processing triggers for libc-bin (2.28-10) ...
13:49:00 [2021-05-06T13:49:00.892Z] #42 DONE 85.4s
13:49:01 [2021-05-06T13:49:01.154Z] 
13:49:01 [2021-05-06T13:49:01.154Z] #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
13:49:01 [2021-05-06T13:49:01.154Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:49:01 [2021-05-06T13:49:01.346Z] #45 80.85 crypto/elliptic
13:49:01 [2021-05-06T13:49:01.564Z] #45 105.4 vendor/golang.org/x/net/http2/hpack
13:49:01 [2021-05-06T13:49:01.611Z] #45 ...
13:49:01 [2021-05-06T13:49:01.611Z] 
13:49:01 [2021-05-06T13:49:01.611Z] #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
13:49:01 [2021-05-06T13:49:01.611Z] #51 sha256:d6416493b538ea935a5f4e3f4a2c140ef3440091b9a105543423332c2333fa04
13:49:01 [2021-05-06T13:49:01.611Z] #51 73.79 mvdan.cc/sh/v3/cmd/shfmt
13:49:01 [2021-05-06T13:49:01.611Z] #51 DONE 81.1s
13:49:01 [2021-05-06T13:49:01.611Z] 
13:49:01 [2021-05-06T13:49:01.611Z] #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
13:49:01 [2021-05-06T13:49:01.611Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:49:01 [2021-05-06T13:49:01.611Z] #43 20.51   CC       images/core-ppc64.o
13:49:01 [2021-05-06T13:49:01.611Z] #43 20.98   CC       images/core-s390.o
13:49:01 [2021-05-06T13:49:01.611Z] #43 21.75   CC       images/cpuinfo.o
13:49:01 [2021-05-06T13:49:01.611Z] #43 22.27   CC       images/inventory.o
13:49:02 [2021-05-06T13:49:02.187Z] #43 22.68   CC       images/fdinfo.o
13:49:02 [2021-05-06T13:49:02.187Z] #43 23.06   CC       images/fown.o
13:49:02 [2021-05-06T13:49:02.271Z] #43 158.6   CC       criu/sockets.o
13:49:02 [2021-05-06T13:49:02.454Z] #43 23.33   CC       images/ns.o
13:49:02 [2021-05-06T13:49:02.531Z] #43 159.2   CC       criu/stats.o
13:49:02 [2021-05-06T13:49:02.790Z] #43 159.4   CC       criu/string.o
13:49:02 [2021-05-06T13:49:02.790Z] #43 159.4   CC       criu/sysctl.o
13:49:02 [2021-05-06T13:49:02.942Z] #45 106.6 mime
13:49:03 [2021-05-06T13:49:03.029Z] #43 23.65   CC       images/regfile.o
13:49:03 [2021-05-06T13:49:03.073Z] #43 ...
13:49:03 [2021-05-06T13:49:03.074Z] 
13:49:03 [2021-05-06T13:49:03.074Z] #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
13:49:03 [2021-05-06T13:49:03.074Z] #37 sha256:cc33ab7f19ba4805717224a016d80c4fdf81d5a7643f385317d12385f21bf240
13:49:03 [2021-05-06T13:49:03.074Z] #37 8.523 [100%] Linking C executable tini-static
13:49:03 [2021-05-06T13:49:03.074Z] #37 9.069 [100%] Built target tini-static
13:49:03 [2021-05-06T13:49:03.074Z] #37 9.156 + mkdir -p /build
13:49:03 [2021-05-06T13:49:03.074Z] #37 9.161 + cp tini-static /build/docker-init
13:49:03 [2021-05-06T13:49:03.074Z] #37 DONE 9.4s
13:49:03 [2021-05-06T13:49:03.074Z] 
13:49:03 [2021-05-06T13:49:03.074Z] #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
13:49:03 [2021-05-06T13:49:03.074Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:49:03 [2021-05-06T13:49:03.074Z] #43 2.186 Note: Building without setproctitle() and strlcpy() support.
13:49:03 [2021-05-06T13:49:03.074Z] #43 2.186       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
13:49:03 [2021-05-06T13:49:03.074Z] #43 2.226 Note: Building without GnuTLS support
13:49:03 [2021-05-06T13:49:03.074Z] #43 2.239 Makefile.config:39: Warn: you have no libnftables installed
13:49:03 [2021-05-06T13:49:03.074Z] #43 2.239 Makefile.config:40: Warn: Building without nftables support
13:49:03 [2021-05-06T13:49:03.292Z] #43 23.94   CC       images/ghost-file.o
13:49:03 [2021-05-06T13:49:03.359Z] #43 159.8   CC       criu/sysfs_parse.o
13:49:03 [2021-05-06T13:49:03.556Z] #43 24.33   CC       images/fifo.o
13:49:03 [2021-05-06T13:49:03.618Z] #43 160.1   CC       criu/timens.o
13:49:03 [2021-05-06T13:49:03.819Z] #43 24.49   CC       images/remap-file-path.o
13:49:03 [2021-05-06T13:49:03.877Z] #43 160.3   CC       criu/timerfd.o
13:49:03 [2021-05-06T13:49:03.877Z] #43 160.5   CC       criu/tty.o
13:49:04 [2021-05-06T13:49:04.156Z] #43 24.76   CC       images/eventfd.o
13:49:04 [2021-05-06T13:49:04.156Z] #43 25.04   CC       images/eventpoll.o
13:49:04 [2021-05-06T13:49:04.747Z] #43 25.46   CC       images/fh.o
13:49:04 [2021-05-06T13:49:04.747Z] #43 ...
13:49:04 [2021-05-06T13:49:04.747Z] 
13:49:04 [2021-05-06T13:49:04.747Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:49:04 [2021-05-06T13:49:04.747Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
13:49:04 [2021-05-06T13:49:04.747Z] #13 72.78 Selecting previously unselected package g++-mingw-w64-x86-64.
13:49:04 [2021-05-06T13:49:04.747Z] #13 72.78 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
13:49:04 [2021-05-06T13:49:04.747Z] #13 72.80 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:49:04 [2021-05-06T13:49:04.859Z] #45 108.6 mime/quotedprintable
13:49:05 [2021-05-06T13:49:05.009Z] #13 ...
13:49:05 [2021-05-06T13:49:05.009Z] 
13:49:05 [2021-05-06T13:49:05.009Z] #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
13:49:05 [2021-05-06T13:49:05.009Z] #45 sha256:44145e1ef27722c389069fdd75c7ecfd2c7927ed02d8ac0ecae9719f2996f0b0
13:49:05 [2021-05-06T13:49:05.009Z] #45 82.77 crypto/rsa
13:49:05 [2021-05-06T13:49:05.009Z] #45 83.84 github.com/LK4D4/vndr/build
13:49:05 [2021-05-06T13:49:05.009Z] #45 84.65 vendor/golang.org/x/crypto/cryptobyte
13:49:05 [2021-05-06T13:49:05.115Z] #45 ...
13:49:05 [2021-05-06T13:49:05.115Z] 
13:49:05 [2021-05-06T13:49:05.115Z] #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
13:49:05 [2021-05-06T13:49:05.115Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:49:05 [2021-05-06T13:49:05.115Z] #43 38.40   CC       images/opts.o
13:49:05 [2021-05-06T13:49:05.115Z] #43 38.62   CC       images/seccomp.o
13:49:05 [2021-05-06T13:49:05.115Z] #43 38.89   CC       images/binfmt-misc.o
13:49:05 [2021-05-06T13:49:05.115Z] #43 39.08   CC       images/time.o
13:49:05 [2021-05-06T13:49:05.115Z] #43 39.34   CC       images/sysctl.o
13:49:05 [2021-05-06T13:49:05.115Z] #43 39.51   CC       images/autofs.o
13:49:05 [2021-05-06T13:49:05.115Z] #43 39.68   CC       images/macvlan.o
13:49:05 [2021-05-06T13:49:05.115Z] #43 39.92   CC       images/sit.o
13:49:05 [2021-05-06T13:49:05.115Z] #43 40.13   CC       images/memfd.o
13:49:05 [2021-05-06T13:49:05.115Z] #43 40.39   CC       images/timens.o
13:49:05 [2021-05-06T13:49:05.115Z] #43 40.66   LINK     images/built-in.o
13:49:05 [2021-05-06T13:49:05.115Z] #43 40.82   GEN      compel/include/asm
13:49:05 [2021-05-06T13:49:05.115Z] #43 40.85   GEN      compel/include/version.h
13:49:05 [2021-05-06T13:49:05.115Z] #43 40.88 touch .config
13:49:05 [2021-05-06T13:49:05.115Z] #43 40.93   GEN      include/common/config.h
13:49:05 [2021-05-06T13:49:05.115Z] #43 41.01   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
13:49:05 [2021-05-06T13:49:05.115Z] #43 41.03   GEN      compel/plugins/include/uapi/std/syscall-64.h
13:49:05 [2021-05-06T13:49:05.115Z] #43 41.06   GEN      compel/arch/x86/plugins/std/syscalls-64.S
13:49:05 [2021-05-06T13:49:05.115Z] #43 41.09   DEP      compel/arch/x86/plugins/std/syscalls-64.d
13:49:05 [2021-05-06T13:49:05.115Z] #43 41.13   DEP      compel/arch/x86/plugins/std/memcpy.d
13:49:05 [2021-05-06T13:49:05.115Z] #43 41.19   DEP      compel/arch/x86/plugins/std/parasite-head.d
13:49:05 [2021-05-06T13:49:05.115Z] #43 41.20   GEN      compel/plugins/include/uapi/std/syscall.h
13:49:05 [2021-05-06T13:49:05.115Z] #43 41.23   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
13:49:05 [2021-05-06T13:49:05.115Z] #43 41.24   GEN      compel/plugins/include/uapi/std/syscall-codes.h
13:49:05 [2021-05-06T13:49:05.115Z] #43 41.26   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
13:49:05 [2021-05-06T13:49:05.115Z] #43 41.27   DEP      compel/plugins/std/infect.d
13:49:05 [2021-05-06T13:49:05.115Z] #43 41.44   DEP      compel/plugins/std/string.d
13:49:05 [2021-05-06T13:49:05.115Z] #43 41.54   DEP      compel/plugins/std/log.d
13:49:05 [2021-05-06T13:49:05.115Z] #43 41.61   DEP      compel/plugins/std/fds.d
13:49:05 [2021-05-06T13:49:05.115Z] #43 41.74   DEP      compel/plugins/std/std.d
13:49:05 [2021-05-06T13:49:05.115Z] #43 41.85   DEP      compel/plugins/shmem/shmem.d
13:49:05 [2021-05-06T13:49:05.115Z] #43 41.98   DEP      compel/plugins/fds/fds.d
13:49:05 [2021-05-06T13:49:05.115Z] #43 42.12   CC       compel/plugins/std/std.o
13:49:05 [2021-05-06T13:49:05.115Z] #43 42.37   CC       compel/plugins/std/fds.o
13:49:05 [2021-05-06T13:49:05.258Z] #43 161.7   CC       criu/tun.o
13:49:05 [2021-05-06T13:49:05.279Z] #45 84.74 vendor/golang.org/x/net/idna
13:49:05 [2021-05-06T13:49:05.518Z] #43 162.1   CC       criu/uffd.o
13:49:05 [2021-05-06T13:49:05.623Z] #43 ...
13:49:05 [2021-05-06T13:49:05.623Z] 
13:49:05 [2021-05-06T13:49:05.623Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:49:05 [2021-05-06T13:49:05.623Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:49:05 [2021-05-06T13:49:05.623Z] #13 73.57 Selecting previously unselected package binutils-mingw-w64.
13:49:05 [2021-05-06T13:49:05.623Z] #13 73.58 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
13:49:05 [2021-05-06T13:49:05.623Z] #13 73.59 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
13:49:05 [2021-05-06T13:49:05.623Z] #13 73.76 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:49:05 [2021-05-06T13:49:05.623Z] #13 73.76 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
13:49:05 [2021-05-06T13:49:05.623Z] #13 73.76 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
13:49:05 [2021-05-06T13:49:05.623Z] #13 73.92 Selecting previously unselected package dmsetup.
13:49:05 [2021-05-06T13:49:05.623Z] #13 73.93 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
13:49:05 [2021-05-06T13:49:05.623Z] #13 73.93 Unpacking dmsetup (2:1.02.155-3) ...
13:49:05 [2021-05-06T13:49:05.623Z] #13 74.08 Selecting previously unselected package mingw-w64-common.
13:49:05 [2021-05-06T13:49:05.623Z] #13 74.08 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
13:49:05 [2021-05-06T13:49:05.623Z] #13 74.09 Unpacking mingw-w64-common (6.0.0-3) ...
13:49:05 [2021-05-06T13:49:05.623Z] #13 80.02 Selecting previously unselected package mingw-w64-x86-64-dev.
13:49:05 [2021-05-06T13:49:05.623Z] #13 80.03 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
13:49:05 [2021-05-06T13:49:05.623Z] #13 80.04 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
13:49:05 [2021-05-06T13:49:05.623Z] #13 ...
13:49:05 [2021-05-06T13:49:05.623Z] 
13:49:05 [2021-05-06T13:49:05.623Z] #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
13:49:05 [2021-05-06T13:49:05.623Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:49:05 [2021-05-06T13:49:05.623Z] #43 4.502 fatal: not a git repository (or any of the parent directories): .git
13:49:05 [2021-05-06T13:49:05.623Z] #43 4.530   GEN      .gitid
13:49:05 [2021-05-06T13:49:05.623Z] #43 4.569   GEN      criu/include/version.h
13:49:05 [2021-05-06T13:49:05.623Z] #43 4.635   GEN      include/common/asm
13:49:05 [2021-05-06T13:49:05.623Z] #43 ...
13:49:05 [2021-05-06T13:49:05.623Z] 
13:49:05 [2021-05-06T13:49:05.623Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:49:05 [2021-05-06T13:49:05.623Z] #51 sha256:f2522261c1fb485392905c752f35f27b56e73e5f13065a492bb4a309a1de239f
13:49:05 [2021-05-06T13:49:05.623Z] #51 80.21 context
13:49:05 [2021-05-06T13:49:05.623Z] #51 81.37 internal/poll
13:49:05 [2021-05-06T13:49:05.623Z] #51 83.31 os
13:49:05 [2021-05-06T13:49:05.623Z] #51 83.35 encoding/binary
13:49:05 [2021-05-06T13:49:05.623Z] #51 85.14 encoding/base64
13:49:05 [2021-05-06T13:49:05.623Z] #51 86.30 golang.org/x/sys/unix
13:49:05 [2021-05-06T13:49:05.623Z] #51 87.19 fmt
13:49:05 [2021-05-06T13:49:05.677Z] #43 42.87   CC       compel/plugins/std/log.o
13:49:06 [2021-05-06T13:49:06.456Z] #43 162.8   CC       criu/util.o
13:49:06 [2021-05-06T13:49:06.605Z] #43 43.75   CC       compel/plugins/std/string.o
13:49:07 [2021-05-06T13:49:07.010Z] #51 ...
13:49:07 [2021-05-06T13:49:07.010Z] 
13:49:07 [2021-05-06T13:49:07.010Z] #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
13:49:07 [2021-05-06T13:49:07.010Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:49:07 [2021-05-06T13:49:07.010Z] #43 5.968   PBCC     images/timens.pb-c.c
13:49:07 [2021-05-06T13:49:07.010Z] #43 6.016   DEP      images/timens.pb-c.d
13:49:07 [2021-05-06T13:49:07.010Z] #43 6.049   PBCC     images/fown.pb-c.c
13:49:07 [2021-05-06T13:49:07.010Z] #43 6.073   PBCC     images/google/protobuf/descriptor.pb-c.c
13:49:07 [2021-05-06T13:49:07.010Z] #43 6.145   PBCC     images/opts.pb-c.c
13:49:07 [2021-05-06T13:49:07.010Z] #43 6.189   PBCC     images/memfd.pb-c.c
13:49:07 [2021-05-06T13:49:07.010Z] #43 6.251   DEP      images/fown.pb-c.d
13:49:07 [2021-05-06T13:49:07.010Z] #43 6.299   DEP      images/google/protobuf/descriptor.pb-c.d
13:49:07 [2021-05-06T13:49:07.024Z] #43 163.6   CC       criu/uts_ns.o
13:49:07 [2021-05-06T13:49:07.168Z] #43 44.34   CC       compel/plugins/std/infect.o
13:49:07 [2021-05-06T13:49:07.272Z] #43 6.354   DEP      images/opts.pb-c.d
13:49:07 [2021-05-06T13:49:07.272Z] #43 6.395   DEP      images/memfd.pb-c.d
13:49:07 [2021-05-06T13:49:07.272Z] #43 6.459   PBCC     images/sit.pb-c.c
13:49:07 [2021-05-06T13:49:07.272Z] #43 6.518   DEP      images/sit.pb-c.d
13:49:07 [2021-05-06T13:49:07.272Z] #43 6.574   PBCC     images/macvlan.pb-c.c
13:49:07 [2021-05-06T13:49:07.283Z] #43 163.7   CC       criu/vdso-compat.o
13:49:07 [2021-05-06T13:49:07.424Z] #43 44.81   CC       compel/arch/x86/plugins/std/parasite-head.o
13:49:07 [2021-05-06T13:49:07.424Z] #43 44.88   CC       compel/arch/x86/plugins/std/memcpy.o
13:49:07 [2021-05-06T13:49:07.533Z] #43 6.614   DEP      images/macvlan.pb-c.d
13:49:07 [2021-05-06T13:49:07.533Z] #43 6.678   PBCC     images/autofs.pb-c.c
13:49:07 [2021-05-06T13:49:07.533Z] #43 6.704   DEP      images/autofs.pb-c.d
13:49:07 [2021-05-06T13:49:07.533Z] #43 6.750   PBCC     images/sysctl.pb-c.c
13:49:07 [2021-05-06T13:49:07.533Z] #43 6.766   DEP      images/sysctl.pb-c.d
13:49:07 [2021-05-06T13:49:07.533Z] #43 6.798   PBCC     images/time.pb-c.c
13:49:07 [2021-05-06T13:49:07.542Z] #43 163.8   CC       criu/vdso.o
13:49:07 [2021-05-06T13:49:07.681Z] #43 44.93   CC       compel/arch/x86/plugins/std/syscalls-64.o
13:49:07 [2021-05-06T13:49:07.681Z] #43 45.03   AR       compel/plugins/std.lib.a
13:49:07 [2021-05-06T13:49:07.681Z] #43 45.13   CC       compel/plugins/fds/fds.o
13:49:07 [2021-05-06T13:49:07.795Z] #43 6.820   DEP      images/time.pb-c.d
13:49:07 [2021-05-06T13:49:07.795Z] #43 6.894   PBCC     images/binfmt-misc.pb-c.c
13:49:07 [2021-05-06T13:49:07.795Z] #43 6.923   DEP      images/binfmt-misc.pb-c.d
13:49:07 [2021-05-06T13:49:07.795Z] #43 6.974   PBCC     images/seccomp.pb-c.c
13:49:07 [2021-05-06T13:49:07.795Z] #43 6.982   DEP      images/seccomp.pb-c.d
13:49:07 [2021-05-06T13:49:07.795Z] #43 7.031   PBCC     images/userns.pb-c.c
13:49:07 [2021-05-06T13:49:07.802Z] #43 164.3   LINK     criu/built-in.o
13:49:07 [2021-05-06T13:49:07.802Z] #43 164.4   LINK     criu/criu
13:49:07 [2021-05-06T13:49:07.832Z] #45 87.03 mime
13:49:07 [2021-05-06T13:49:07.832Z] #45 ...
13:49:07 [2021-05-06T13:49:07.832Z] 
13:49:07 [2021-05-06T13:49:07.832Z] #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
13:49:07 [2021-05-06T13:49:07.832Z] #56 sha256:3fbca81332cc3fbfca744c7aaddf97967352d3742dde401101afe646c85dfea3
13:49:07 [2021-05-06T13:49:07.832Z] #56 39.38 + bin/ctr
13:49:07 [2021-05-06T13:49:07.832Z] #56 ...
13:49:07 [2021-05-06T13:49:07.832Z] 
13:49:07 [2021-05-06T13:49:07.832Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:49:07 [2021-05-06T13:49:07.832Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
13:49:07 [2021-05-06T13:49:07.832Z] #13 84.86 Selecting previously unselected package libapparmor1:arm64.
13:49:07 [2021-05-06T13:49:07.832Z] #13 84.86 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ...
13:49:07 [2021-05-06T13:49:07.832Z] #13 84.90 Unpacking libapparmor1:arm64 (2.13.2-10) ...
13:49:07 [2021-05-06T13:49:07.832Z] #13 85.03 Selecting previously unselected package libapparmor-dev:arm64.
13:49:07 [2021-05-06T13:49:07.832Z] #13 85.04 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ...
13:49:07 [2021-05-06T13:49:07.832Z] #13 85.05 Unpacking libapparmor-dev:arm64 (2.13.2-10) ...
13:49:07 [2021-05-06T13:49:07.832Z] #13 85.18 Selecting previously unselected package libbtrfs0.
13:49:07 [2021-05-06T13:49:07.832Z] #13 85.19 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ...
13:49:07 [2021-05-06T13:49:07.832Z] #13 85.20 Unpacking libbtrfs0 (4.20.1-2) ...
13:49:07 [2021-05-06T13:49:07.832Z] #13 85.28 Selecting previously unselected package libbtrfs-dev.
13:49:07 [2021-05-06T13:49:07.832Z] #13 85.29 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ...
13:49:07 [2021-05-06T13:49:07.832Z] #13 85.29 Unpacking libbtrfs-dev (4.20.1-2) ...
13:49:07 [2021-05-06T13:49:07.832Z] #13 85.44 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
13:49:07 [2021-05-06T13:49:07.832Z] #13 85.45 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ...
13:49:07 [2021-05-06T13:49:07.832Z] #13 85.48 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
13:49:07 [2021-05-06T13:49:07.832Z] #13 85.61 Selecting previously unselected package libudev-dev:arm64.
13:49:07 [2021-05-06T13:49:07.832Z] #13 85.62 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_arm64.deb ...
13:49:07 [2021-05-06T13:49:07.832Z] #13 85.66 Unpacking libudev-dev:arm64 (241-7~deb10u7) ...
13:49:07 [2021-05-06T13:49:07.832Z] #13 85.86 Selecting previously unselected package libsepol1-dev:arm64.
13:49:07 [2021-05-06T13:49:07.832Z] #13 85.87 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ...
13:49:07 [2021-05-06T13:49:07.832Z] #13 85.90 Unpacking libsepol1-dev:arm64 (2.8-1) ...
13:49:07 [2021-05-06T13:49:07.937Z] #43 45.46   AR       compel/plugins/fds.lib.a
13:49:07 [2021-05-06T13:49:07.937Z] #43 45.51   HOSTDEP  compel/src/lib/log-host.d
13:49:08 [2021-05-06T13:49:08.056Z] #43 7.066   DEP      images/userns.pb-c.d
13:49:08 [2021-05-06T13:49:08.056Z] #43 7.097   PBCC     images/cgroup.pb-c.c
13:49:08 [2021-05-06T13:49:08.056Z] #43 7.130   DEP      images/cgroup.pb-c.d
13:49:08 [2021-05-06T13:49:08.056Z] #43 7.164   PBCC     images/ext-file.pb-c.c
13:49:08 [2021-05-06T13:49:08.056Z] #43 7.195   DEP      images/ext-file.pb-c.d
13:49:08 [2021-05-06T13:49:08.056Z] #43 7.207   PBCC     images/rpc.pb-c.c
13:49:08 [2021-05-06T13:49:08.056Z] #43 7.266   DEP      images/rpc.pb-c.d
13:49:08 [2021-05-06T13:49:08.095Z] #13 86.16 Selecting previously unselected package libpcre16-3:arm64.
13:49:08 [2021-05-06T13:49:08.194Z] #43 45.58   HOSTDEP  compel/src/lib/handle-elf-host.d
13:49:08 [2021-05-06T13:49:08.318Z] #43 7.351   PBCC     images/siginfo.pb-c.c
13:49:08 [2021-05-06T13:49:08.318Z] #43 7.361   DEP      images/siginfo.pb-c.d
13:49:08 [2021-05-06T13:49:08.318Z] #43 7.415   PBCC     images/pagemap.pb-c.c
13:49:08 [2021-05-06T13:49:08.318Z] #43 7.491   DEP      images/pagemap.pb-c.d
13:49:08 [2021-05-06T13:49:08.318Z] #43 7.535   PBCC     images/rlimit.pb-c.c
13:49:08 [2021-05-06T13:49:08.358Z] #13 86.16 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ...
13:49:08 [2021-05-06T13:49:08.358Z] #13 86.18 Unpacking libpcre16-3:arm64 (2:8.39-12) ...
13:49:08 [2021-05-06T13:49:08.358Z] #13 86.31 Selecting previously unselected package libpcre32-3:arm64.
13:49:08 [2021-05-06T13:49:08.358Z] #13 86.31 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ...
13:49:08 [2021-05-06T13:49:08.358Z] #13 86.32 Unpacking libpcre32-3:arm64 (2:8.39-12) ...
13:49:08 [2021-05-06T13:49:08.370Z] #43 164.7   DEP      lib/c/criu.d
13:49:08 [2021-05-06T13:49:08.370Z] #43 164.8   CC       images/rpc.pb-c.o
13:49:08 [2021-05-06T13:49:08.451Z] #43 45.69   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
13:49:08 [2021-05-06T13:49:08.451Z] #43 45.82   HOSTDEP  compel/src/main-host.d
13:49:08 [2021-05-06T13:49:08.579Z] #43 7.557   DEP      images/rlimit.pb-c.d
13:49:08 [2021-05-06T13:49:08.579Z] #43 7.613   PBCC     images/file-lock.pb-c.c
13:49:08 [2021-05-06T13:49:08.579Z] #43 7.638   DEP      images/file-lock.pb-c.d
13:49:08 [2021-05-06T13:49:08.579Z] #43 7.676   PBCC     images/tty.pb-c.c
13:49:08 [2021-05-06T13:49:08.579Z] #43 7.716   DEP      images/tty.pb-c.d
13:49:08 [2021-05-06T13:49:08.621Z] #13 86.50 Selecting previously unselected package libpcrecpp0v5:arm64.
13:49:08 [2021-05-06T13:49:08.621Z] #13 86.50 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ...
13:49:08 [2021-05-06T13:49:08.621Z] #13 86.52 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ...
13:49:08 [2021-05-06T13:49:08.621Z] #13 86.65 Selecting previously unselected package libpcre3-dev:arm64.
13:49:08 [2021-05-06T13:49:08.621Z] #13 86.66 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ...
13:49:08 [2021-05-06T13:49:08.621Z] #13 86.68 Unpacking libpcre3-dev:arm64 (2:8.39-12) ...
13:49:08 [2021-05-06T13:49:08.708Z] #43 45.97   DEP      compel/src/lib/ptrace.d
13:49:08 [2021-05-06T13:49:08.708Z] #43 46.06   DEP      compel/src/lib/infect.d
13:49:08 [2021-05-06T13:49:08.708Z] #43 46.18   DEP      compel/src/lib/infect-util.d
13:49:08 [2021-05-06T13:49:08.841Z] #43 7.796   PBCC     images/tun.pb-c.c
13:49:08 [2021-05-06T13:49:08.841Z] #43 7.860   PBCC     images/netdev.pb-c.c
13:49:08 [2021-05-06T13:49:08.841Z] #43 7.896   DEP      images/tun.pb-c.d
13:49:08 [2021-05-06T13:49:08.841Z] #43 7.977   DEP      images/netdev.pb-c.d
13:49:08 [2021-05-06T13:49:08.841Z] #43 8.038   PBCC     images/vma.pb-c.c
13:49:08 [2021-05-06T13:49:08.938Z] #43 165.2   CC       lib/c/criu.o
13:49:08 [2021-05-06T13:49:08.964Z] #43 46.27   DEP      compel/src/lib/infect-rpc.d
13:49:08 [2021-05-06T13:49:08.964Z] #43 46.38   DEP      compel/arch/x86/src/lib/infect.d
13:49:08 [2021-05-06T13:49:08.964Z] #43 46.50   DEP      compel/arch/x86/src/lib/cpu.d
13:49:08 [2021-05-06T13:49:08.964Z] #43 ...
13:49:08 [2021-05-06T13:49:08.964Z] 
13:49:08 [2021-05-06T13:49:08.964Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:49:08 [2021-05-06T13:49:08.964Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:49:08 [2021-05-06T13:49:08.964Z] #13 108.5 Selecting previously unselected package libapparmor1:amd64.
13:49:08 [2021-05-06T13:49:08.964Z] #13 108.5 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
13:49:08 [2021-05-06T13:49:08.964Z] #13 108.5 Unpacking libapparmor1:amd64 (2.13.2-10) ...
13:49:09 [2021-05-06T13:49:09.103Z] #43 8.112   DEP      images/vma.pb-c.d
13:49:09 [2021-05-06T13:49:09.103Z] #43 8.218   PBCC     images/creds.pb-c.c
13:49:09 [2021-05-06T13:49:09.103Z] #43 8.284   DEP      images/creds.pb-c.d
13:49:09 [2021-05-06T13:49:09.199Z] #13 87.15 Selecting previously unselected package libselinux1-dev:arm64.
13:49:09 [2021-05-06T13:49:09.199Z] #13 87.15 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ...
13:49:09 [2021-05-06T13:49:09.199Z] #13 87.16 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ...
13:49:09 [2021-05-06T13:49:09.221Z] #13 108.6 Selecting previously unselected package libapparmor-dev:amd64.
13:49:09 [2021-05-06T13:49:09.221Z] #13 108.6 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
13:49:09 [2021-05-06T13:49:09.221Z] #13 108.6 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
13:49:09 [2021-05-06T13:49:09.221Z] #13 108.8 Selecting previously unselected package libbtrfs0.
13:49:09 [2021-05-06T13:49:09.364Z] #43 8.355   PBCC     images/utsns.pb-c.c
13:49:09 [2021-05-06T13:49:09.364Z] #43 8.405   DEP      images/utsns.pb-c.d
13:49:09 [2021-05-06T13:49:09.364Z] #43 8.438   PBCC     images/ipc-desc.pb-c.c
13:49:09 [2021-05-06T13:49:09.364Z] #43 8.456   PBCC     images/ipc-sem.pb-c.c
13:49:09 [2021-05-06T13:49:09.364Z] #43 8.478   DEP      images/ipc-desc.pb-c.d
13:49:09 [2021-05-06T13:49:09.364Z] #43 8.529   DEP      images/ipc-sem.pb-c.d
13:49:09 [2021-05-06T13:49:09.364Z] #43 8.558   PBCC     images/ipc-msg.pb-c.c
13:49:09 [2021-05-06T13:49:09.364Z] #43 8.602   DEP      images/ipc-msg.pb-c.d
13:49:09 [2021-05-06T13:49:09.364Z] #43 8.646   PBCC     images/ipc-shm.pb-c.c
13:49:09 [2021-05-06T13:49:09.364Z] #43 8.667   DEP      images/ipc-shm.pb-c.d
13:49:09 [2021-05-06T13:49:09.478Z] #13 108.8 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
13:49:09 [2021-05-06T13:49:09.478Z] #13 108.8 Unpacking libbtrfs0 (4.20.1-2) ...
13:49:09 [2021-05-06T13:49:09.478Z] #13 108.9 Selecting previously unselected package libbtrfs-dev.
13:49:09 [2021-05-06T13:49:09.478Z] #13 108.9 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
13:49:09 [2021-05-06T13:49:09.478Z] #13 108.9 Unpacking libbtrfs-dev (4.20.1-2) ...
13:49:09 [2021-05-06T13:49:09.478Z] #13 109.0 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
13:49:09 [2021-05-06T13:49:09.478Z] #13 109.0 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
13:49:09 [2021-05-06T13:49:09.478Z] #13 109.0 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
13:49:09 [2021-05-06T13:49:09.478Z] #13 109.1 Selecting previously unselected package libudev-dev:amd64.
13:49:09 [2021-05-06T13:49:09.507Z] #43 166.0   LINK     lib/c/built-in.o
13:49:09 [2021-05-06T13:49:09.507Z] #43 166.0   LINK     lib/c/libcriu.so
13:49:09 [2021-05-06T13:49:09.507Z] #43 166.0   LINK     lib/c/libcriu.a
13:49:09 [2021-05-06T13:49:09.626Z] #43 8.693   PBCC     images/ipc-var.pb-c.c
13:49:09 [2021-05-06T13:49:09.626Z] #43 8.726   DEP      images/ipc-var.pb-c.d
13:49:09 [2021-05-06T13:49:09.626Z] #43 8.767   PBCC     images/sk-opts.pb-c.c
13:49:09 [2021-05-06T13:49:09.626Z] #43 8.795   PBCC     images/packet-sock.pb-c.c
13:49:09 [2021-05-06T13:49:09.626Z] #43 8.862   DEP      images/sk-opts.pb-c.d
13:49:09 [2021-05-06T13:49:09.626Z] #43 8.927   DEP      images/packet-sock.pb-c.d
13:49:09 [2021-05-06T13:49:09.735Z] #13 109.1 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
13:49:09 [2021-05-06T13:49:09.735Z] #13 109.1 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
13:49:09 [2021-05-06T13:49:09.766Z] #43 166.1   GEN      magic.py
13:49:09 [2021-05-06T13:49:09.766Z] #43 166.2 Note: Building without setproctitle() and strlcpy() support.
13:49:09 [2021-05-06T13:49:09.766Z] #43 166.2       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
13:49:09 [2021-05-06T13:49:09.766Z] #43 166.2 Note: Building without GnuTLS support
13:49:09 [2021-05-06T13:49:09.766Z] #43 166.2 Makefile.config:39: Warn: you have no libnftables installed
13:49:09 [2021-05-06T13:49:09.766Z] #43 166.2 Makefile.config:40: Warn: Building without nftables support
13:49:09 [2021-05-06T13:49:09.774Z] #13 87.51 Selecting previously unselected package libdevmapper-dev:arm64.
13:49:09 [2021-05-06T13:49:09.774Z] #13 87.54 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ...
13:49:09 [2021-05-06T13:49:09.774Z] #13 87.55 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ...
13:49:09 [2021-05-06T13:49:09.774Z] #13 87.70 Selecting previously unselected package libseccomp-dev:arm64.
13:49:09 [2021-05-06T13:49:09.774Z] #13 87.72 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_arm64.deb ...
13:49:09 [2021-05-06T13:49:09.774Z] #13 87.73 Unpacking libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ...
13:49:09 [2021-05-06T13:49:09.774Z] #13 87.87 Selecting previously unselected package libsystemd-dev:arm64.
13:49:09 [2021-05-06T13:49:09.774Z] #13 87.88 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_arm64.deb ...
13:49:09 [2021-05-06T13:49:09.774Z] #13 87.89 Unpacking libsystemd-dev:arm64 (241-7~deb10u7) ...
13:49:09 [2021-05-06T13:49:09.888Z] #43 8.980   PBCC     images/sk-netlink.pb-c.c
13:49:09 [2021-05-06T13:49:09.888Z] #43 9.037   DEP      images/sk-netlink.pb-c.d
13:49:09 [2021-05-06T13:49:09.888Z] #43 9.086   PBCC     images/sk-inet.pb-c.c
13:49:09 [2021-05-06T13:49:09.888Z] #43 9.133   DEP      images/sk-inet.pb-c.d
13:49:09 [2021-05-06T13:49:09.991Z] #13 109.3 Selecting previously unselected package libsepol1-dev:amd64.
13:49:09 [2021-05-06T13:49:09.991Z] #13 109.3 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
13:49:09 [2021-05-06T13:49:09.991Z] #13 109.3 Unpacking libsepol1-dev:amd64 (2.8-1) ...
13:49:10 [2021-05-06T13:49:10.149Z] #43 9.232   PBCC     images/sk-unix.pb-c.c
13:49:10 [2021-05-06T13:49:10.149Z] #43 9.277   DEP      images/sk-unix.pb-c.d
13:49:10 [2021-05-06T13:49:10.248Z] #13 109.6 Selecting previously unselected package libpcre16-3:amd64.
13:49:10 [2021-05-06T13:49:10.248Z] #13 109.6 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
13:49:10 [2021-05-06T13:49:10.248Z] #13 109.6 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
13:49:10 [2021-05-06T13:49:10.248Z] #13 109.8 Selecting previously unselected package libpcre32-3:amd64.
13:49:10 [2021-05-06T13:49:10.248Z] #13 109.8 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
13:49:10 [2021-05-06T13:49:10.248Z] #13 109.8 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
13:49:10 [2021-05-06T13:49:10.342Z] #43 166.8 fatal: not a git repository (or any of the parent directories): .git
13:49:10 [2021-05-06T13:49:10.411Z] #43 9.359   PBCC     images/mm.pb-c.c
13:49:10 [2021-05-06T13:49:10.411Z] #43 9.417   DEP      images/mm.pb-c.d
13:49:10 [2021-05-06T13:49:10.411Z] #43 9.462   PBCC     images/timerfd.pb-c.c
13:49:10 [2021-05-06T13:49:10.411Z] #43 ...
13:49:10 [2021-05-06T13:49:10.411Z] 
13:49:10 [2021-05-06T13:49:10.411Z] #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
13:49:10 [2021-05-06T13:49:10.411Z] #45 sha256:22cfca3a0b4c3e4e5ef538e0315c7e1331d173e069c46336ca9c501feaa5efbb
13:49:10 [2021-05-06T13:49:10.411Z] #45 84.74 path/filepath
13:49:10 [2021-05-06T13:49:10.411Z] #45 86.39 regexp/syntax
13:49:10 [2021-05-06T13:49:10.411Z] #45 89.85 flag
13:49:10 [2021-05-06T13:49:10.411Z] #45 90.81 go/token
13:49:10 [2021-05-06T13:49:10.411Z] #45 91.26 regexp
13:49:10 [2021-05-06T13:49:10.411Z] #45 91.64 go/scanner
13:49:10 [2021-05-06T13:49:10.411Z] #45 92.87 go/ast
13:49:10 [2021-05-06T13:49:10.411Z] #45 ...
13:49:10 [2021-05-06T13:49:10.411Z] 
13:49:10 [2021-05-06T13:49:10.411Z] #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
13:49:10 [2021-05-06T13:49:10.411Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:49:10 [2021-05-06T13:49:10.411Z] #43 9.502   DEP      images/timerfd.pb-c.d
13:49:10 [2021-05-06T13:49:10.411Z] #43 9.553   PBCC     images/timer.pb-c.c
13:49:10 [2021-05-06T13:49:10.411Z] #43 9.598   DEP      images/timer.pb-c.d
13:49:10 [2021-05-06T13:49:10.411Z] #43 9.637   PBCC     images/sa.pb-c.c
13:49:10 [2021-05-06T13:49:10.411Z] #43 9.704   DEP      images/sa.pb-c.d
13:49:10 [2021-05-06T13:49:10.508Z] #13 110.0 Selecting previously unselected package libpcrecpp0v5:amd64.
13:49:10 [2021-05-06T13:49:10.508Z] #13 110.0 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
13:49:10 [2021-05-06T13:49:10.508Z] #13 110.0 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
13:49:10 [2021-05-06T13:49:10.509Z] #13 110.1 Selecting previously unselected package libpcre3-dev:amd64.
13:49:10 [2021-05-06T13:49:10.673Z] #43 9.770   PBCC     images/pipe-data.pb-c.c
13:49:10 [2021-05-06T13:49:10.673Z] #43 9.780   DEP      images/pipe-data.pb-c.d
13:49:10 [2021-05-06T13:49:10.673Z] #43 9.827   PBCC     images/mnt.pb-c.c
13:49:10 [2021-05-06T13:49:10.673Z] #43 9.899   DEP      images/mnt.pb-c.d
13:49:10 [2021-05-06T13:49:10.673Z] #43 9.973   PBCC     images/sk-packet.pb-c.c
13:49:10 [2021-05-06T13:49:10.725Z] #13 88.58 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ...
13:49:10 [2021-05-06T13:49:10.725Z] #13 88.61 Setting up libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ...
13:49:10 [2021-05-06T13:49:10.725Z] #13 88.63 Setting up libapparmor1:arm64 (2.13.2-10) ...
13:49:10 [2021-05-06T13:49:10.725Z] #13 88.64 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
13:49:10 [2021-05-06T13:49:10.725Z] #13 88.71 Setting up libpcre16-3:arm64 (2:8.39-12) ...
13:49:10 [2021-05-06T13:49:10.766Z] #13 110.1 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
13:49:10 [2021-05-06T13:49:10.766Z] #13 110.1 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
13:49:10 [2021-05-06T13:49:10.911Z] #43 167.3 make[1]: Nothing to be done for 'all'.
13:49:10 [2021-05-06T13:49:10.934Z] #43 10.01   DEP      images/sk-packet.pb-c.d
13:49:10 [2021-05-06T13:49:10.934Z] #43 10.07   PBCC     images/tcp-stream.pb-c.c
13:49:10 [2021-05-06T13:49:10.934Z] #43 10.13   DEP      images/tcp-stream.pb-c.d
13:49:10 [2021-05-06T13:49:10.934Z] #43 10.17   PBCC     images/pipe.pb-c.c
13:49:10 [2021-05-06T13:49:10.934Z] #43 10.23   DEP      images/pipe.pb-c.d
13:49:10 [2021-05-06T13:49:10.987Z] #13 88.84 Setting up libsepol1-dev:arm64 (2.8-1) ...
13:49:10 [2021-05-06T13:49:10.987Z] #13 88.87 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
13:49:10 [2021-05-06T13:49:10.987Z] #13 88.91 Setting up libbtrfs0 (4.20.1-2) ...
13:49:10 [2021-05-06T13:49:10.987Z] #13 88.97 Setting up libpcre32-3:arm64 (2:8.39-12) ...
13:49:10 [2021-05-06T13:49:10.987Z] #13 88.98 Setting up libudev-dev:arm64 (241-7~deb10u7) ...
13:49:10 [2021-05-06T13:49:10.987Z] #13 89.02 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
13:49:10 [2021-05-06T13:49:10.987Z] #13 89.04 Setting up libbtrfs-dev (4.20.1-2) ...
13:49:10 [2021-05-06T13:49:10.987Z] #13 89.06 Setting up libapparmor-dev:arm64 (2.13.2-10) ...
13:49:11 [2021-05-06T13:49:11.023Z] #13 110.5 Selecting previously unselected package libselinux1-dev:amd64.
13:49:11 [2021-05-06T13:49:11.023Z] #13 110.5 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
13:49:11 [2021-05-06T13:49:11.023Z] #13 110.5 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
13:49:11 [2021-05-06T13:49:11.196Z] #43 10.29   PBCC     images/pstree.pb-c.c
13:49:11 [2021-05-06T13:49:11.196Z] #43 10.33   DEP      images/pstree.pb-c.d
13:49:11 [2021-05-06T13:49:11.196Z] #43 10.38   PBCC     images/fs.pb-c.c
13:49:11 [2021-05-06T13:49:11.196Z] #43 10.41   DEP      images/fs.pb-c.d
13:49:11 [2021-05-06T13:49:11.196Z] #43 10.47   PBCC     images/signalfd.pb-c.c
13:49:11 [2021-05-06T13:49:11.250Z] #13 89.10 Setting up mingw-w64-common (6.0.0-3) ...
13:49:11 [2021-05-06T13:49:11.250Z] #13 89.20 Setting up libsystemd-dev:arm64 (241-7~deb10u7) ...
13:49:11 [2021-05-06T13:49:11.280Z] #13 110.8 Selecting previously unselected package libdevmapper-dev:amd64.
13:49:11 [2021-05-06T13:49:11.280Z] #13 110.8 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
13:49:11 [2021-05-06T13:49:11.280Z] #13 110.8 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
13:49:11 [2021-05-06T13:49:11.280Z] #13 110.9 Selecting previously unselected package libseccomp-dev:amd64.
13:49:11 [2021-05-06T13:49:11.457Z] #43 10.51   DEP      images/signalfd.pb-c.d
13:49:11 [2021-05-06T13:49:11.457Z] #43 10.58   PBCC     images/fh.pb-c.c
13:49:11 [2021-05-06T13:49:11.457Z] #43 10.60   PBCC     images/fsnotify.pb-c.c
13:49:11 [2021-05-06T13:49:11.457Z] #43 10.65   DEP      images/fh.pb-c.d
13:49:11 [2021-05-06T13:49:11.457Z] #43 10.71   DEP      images/fsnotify.pb-c.d
13:49:11 [2021-05-06T13:49:11.478Z] #43 167.9 make[1]: 'images/built-in.o' is up to date.
13:49:11 [2021-05-06T13:49:11.478Z] #43 167.9 make[1]: 'compel/plugins/std.lib.a' is up to date.
13:49:11 [2021-05-06T13:49:11.478Z] #43 167.9 make[1]: 'compel/plugins/fds.lib.a' is up to date.
13:49:11 [2021-05-06T13:49:11.478Z] #43 167.9 make[1]: 'compel/libcompel.a' is up to date.
13:49:11 [2021-05-06T13:49:11.478Z] #43 168.0 make[1]: 'compel/compel-host-bin' is up to date.
13:49:11 [2021-05-06T13:49:11.478Z] #43 168.0 make[1]: Nothing to be done for 'all'.
13:49:11 [2021-05-06T13:49:11.478Z] #43 168.0 make[1]: 'soccr/libsoccr.a' is up to date.
13:49:11 [2021-05-06T13:49:11.513Z] #13 89.34 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
13:49:11 [2021-05-06T13:49:11.513Z] #13 89.45 Setting up libpcre3-dev:arm64 (2:8.39-12) ...
13:49:11 [2021-05-06T13:49:11.513Z] #13 89.50 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:49:11 [2021-05-06T13:49:11.513Z] #13 89.53 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
13:49:11 [2021-05-06T13:49:11.513Z] #13 89.53 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
13:49:11 [2021-05-06T13:49:11.513Z] #13 89.56 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:49:11 [2021-05-06T13:49:11.513Z] #13 89.57 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
13:49:11 [2021-05-06T13:49:11.513Z] #13 89.58 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
13:49:11 [2021-05-06T13:49:11.513Z] #13 89.59 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
13:49:11 [2021-05-06T13:49:11.513Z] #13 89.61 Setting up libselinux1-dev:arm64 (2.8-1+b1) ...
13:49:11 [2021-05-06T13:49:11.513Z] #13 89.64 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
13:49:11 [2021-05-06T13:49:11.536Z] #13 110.9 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
13:49:11 [2021-05-06T13:49:11.536Z] #13 110.9 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
13:49:11 [2021-05-06T13:49:11.719Z] #43 10.75   PBCC     images/eventpoll.pb-c.c
13:49:11 [2021-05-06T13:49:11.719Z] #43 10.79   DEP      images/eventpoll.pb-c.d
13:49:11 [2021-05-06T13:49:11.719Z] #43 10.87   PBCC     images/eventfd.pb-c.c
13:49:11 [2021-05-06T13:49:11.719Z] #43 10.90   DEP      images/eventfd.pb-c.d
13:49:11 [2021-05-06T13:49:11.719Z] #43 10.95   PBCC     images/remap-file-path.pb-c.c
13:49:11 [2021-05-06T13:49:11.719Z] #43 10.98   DEP      images/remap-file-path.pb-c.d
13:49:11 [2021-05-06T13:49:11.736Z] #43 168.1 make[2]: Nothing to be done for 'all'.
13:49:11 [2021-05-06T13:49:11.736Z] #43 168.1 make[2]: Nothing to be done for 'all'.
13:49:11 [2021-05-06T13:49:11.736Z] #43 168.2 make[2]: Nothing to be done for 'all'.
13:49:11 [2021-05-06T13:49:11.736Z] #43 168.3 make[2]: Nothing to be done for 'all'.
13:49:11 [2021-05-06T13:49:11.736Z] #43 168.3 make[2]: Nothing to be done for 'all'.
13:49:11 [2021-05-06T13:49:11.776Z] #13 89.66 Setting up dmsetup (2:1.02.155-3) ...
13:49:11 [2021-05-06T13:49:11.776Z] #13 89.68 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
13:49:11 [2021-05-06T13:49:11.776Z] #13 89.69 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ...
13:49:11 [2021-05-06T13:49:11.776Z] #13 89.71 Processing triggers for libc-bin (2.28-10) ...
13:49:11 [2021-05-06T13:49:11.794Z] #13 111.1 Selecting previously unselected package libsystemd-dev:amd64.
13:49:11 [2021-05-06T13:49:11.794Z] #13 111.1 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
13:49:11 [2021-05-06T13:49:11.794Z] #13 111.1 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
13:49:11 [2021-05-06T13:49:11.982Z] #43 11.04   PBCC     images/fifo.pb-c.c
13:49:11 [2021-05-06T13:49:11.982Z] #43 11.07   DEP      images/fifo.pb-c.d
13:49:11 [2021-05-06T13:49:11.982Z] #43 11.11   PBCC     images/ghost-file.pb-c.c
13:49:11 [2021-05-06T13:49:11.982Z] #43 11.19   DEP      images/ghost-file.pb-c.d
13:49:11 [2021-05-06T13:49:11.982Z] #43 11.25   PBCC     images/regfile.pb-c.c
13:49:11 [2021-05-06T13:49:11.994Z] #43 168.3 make[2]: Nothing to be done for 'all'.
13:49:11 [2021-05-06T13:49:11.994Z] #43 168.3 make[2]: Nothing to be done for 'all'.
13:49:11 [2021-05-06T13:49:11.994Z] #43 168.5 make[2]: Nothing to be done for 'all'.
13:49:11 [2021-05-06T13:49:11.994Z] #43 168.5   INSTALL  criu/criu
13:49:12 [2021-05-06T13:49:12.051Z] #13 111.6 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
13:49:12 [2021-05-06T13:49:12.243Z] #43 11.30   DEP      images/regfile.pb-c.d
13:49:12 [2021-05-06T13:49:12.243Z] #43 11.37   PBCC     images/ns.pb-c.c
13:49:12 [2021-05-06T13:49:12.243Z] #43 11.40   DEP      images/ns.pb-c.d
13:49:12 [2021-05-06T13:49:12.243Z] #43 11.46   PBCC     images/fdinfo.pb-c.c
13:49:12 [2021-05-06T13:49:12.254Z] #43 DONE 168.7s
13:49:12 [2021-05-06T13:49:12.254Z] 
13:49:12 [2021-05-06T13:49:12.254Z] #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
13:49:12 [2021-05-06T13:49:12.254Z] #56 sha256:2c4b3c95ea616cec0ed1eb658a933aa488fd9af90585d262c55a45ab39368fea
13:49:12 [2021-05-06T13:49:12.318Z] #13 111.7 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
13:49:12 [2021-05-06T13:49:12.318Z] #13 111.7 Setting up libapparmor1:amd64 (2.13.2-10) ...
13:49:12 [2021-05-06T13:49:12.318Z] #13 111.7 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
13:49:12 [2021-05-06T13:49:12.318Z] #13 111.7 Setting up libpcre16-3:amd64 (2:8.39-12) ...
13:49:12 [2021-05-06T13:49:12.318Z] #13 111.7 Setting up libsepol1-dev:amd64 (2.8-1) ...
13:49:12 [2021-05-06T13:49:12.318Z] #13 111.7 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
13:49:12 [2021-05-06T13:49:12.318Z] #13 111.7 Setting up libbtrfs0 (4.20.1-2) ...
13:49:12 [2021-05-06T13:49:12.318Z] #13 111.7 Setting up libpcre32-3:amd64 (2:8.39-12) ...
13:49:12 [2021-05-06T13:49:12.318Z] #13 111.8 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
13:49:12 [2021-05-06T13:49:12.318Z] #13 111.8 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
13:49:12 [2021-05-06T13:49:12.318Z] #13 111.8 Setting up libbtrfs-dev (4.20.1-2) ...
13:49:12 [2021-05-06T13:49:12.318Z] #13 111.9 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
13:49:12 [2021-05-06T13:49:12.318Z] #13 111.9 Setting up mingw-w64-common (6.0.0-3) ...
13:49:12 [2021-05-06T13:49:12.505Z] #43 11.55   DEP      images/fdinfo.pb-c.d
13:49:12 [2021-05-06T13:49:12.505Z] #43 11.62   PBCC     images/core-aarch64.pb-c.c
13:49:12 [2021-05-06T13:49:12.505Z] #43 11.67   PBCC     images/core-arm.pb-c.c
13:49:12 [2021-05-06T13:49:12.505Z] #43 11.72   PBCC     images/core-ppc64.pb-c.c
13:49:12 [2021-05-06T13:49:12.575Z] #13 111.9 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
13:49:12 [2021-05-06T13:49:12.575Z] #13 111.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
13:49:12 [2021-05-06T13:49:12.575Z] #13 111.9 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
13:49:12 [2021-05-06T13:49:12.575Z] #13 111.9 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:49:12 [2021-05-06T13:49:12.575Z] #13 111.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
13:49:12 [2021-05-06T13:49:12.575Z] #13 112.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
13:49:12 [2021-05-06T13:49:12.575Z] #13 112.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:49:12 [2021-05-06T13:49:12.575Z] #13 112.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
13:49:12 [2021-05-06T13:49:12.575Z] #13 112.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
13:49:12 [2021-05-06T13:49:12.575Z] #13 112.0 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
13:49:12 [2021-05-06T13:49:12.575Z] #13 112.1 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
13:49:12 [2021-05-06T13:49:12.575Z] #13 112.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
13:49:12 [2021-05-06T13:49:12.575Z] #13 112.1 Setting up dmsetup (2:1.02.155-3) ...
13:49:12 [2021-05-06T13:49:12.575Z] #13 112.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
13:49:12 [2021-05-06T13:49:12.575Z] #13 112.1 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
13:49:12 [2021-05-06T13:49:12.767Z] #43 11.77   PBCC     images/core-s390.pb-c.c
13:49:12 [2021-05-06T13:49:12.767Z] #43 11.83   PBCC     images/core-x86.pb-c.c
13:49:12 [2021-05-06T13:49:12.767Z] #43 11.89   PBCC     images/core.pb-c.c
13:49:12 [2021-05-06T13:49:12.767Z] #43 11.95   PBCC     images/inventory.pb-c.c
13:49:12 [2021-05-06T13:49:12.767Z] #43 12.00   DEP      images/core-aarch64.pb-c.d
13:49:12 [2021-05-06T13:49:12.832Z] #13 112.1 Processing triggers for libc-bin (2.28-10) ...
13:49:13 [2021-05-06T13:49:13.029Z] #43 12.05   DEP      images/core-arm.pb-c.d
13:49:13 [2021-05-06T13:49:13.029Z] #43 12.11   DEP      images/core-ppc64.pb-c.d
13:49:13 [2021-05-06T13:49:13.029Z] #43 12.15   DEP      images/core-s390.pb-c.d
13:49:13 [2021-05-06T13:49:13.029Z] #43 12.20   DEP      images/core-x86.pb-c.d
13:49:13 [2021-05-06T13:49:13.169Z] #13 DONE 91.0s
13:49:13 [2021-05-06T13:49:13.169Z] 
13:49:13 [2021-05-06T13:49:13.169Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
13:49:13 [2021-05-06T13:49:13.169Z] #14 sha256:8a6ac16c6f60b3ddd6666e188160503c9d1e0f23b198ede20cd2b4a914d2344c
13:49:13 [2021-05-06T13:49:13.192Z] #56 ...
13:49:13 [2021-05-06T13:49:13.192Z] 
13:49:13 [2021-05-06T13:49:13.192Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
13:49:13 [2021-05-06T13:49:13.192Z] #44 sha256:62ceabc60150f32e43a6cdda0689d765b1b7b41054a9997d33b4470adfa4e7cf
13:49:13 [2021-05-06T13:49:13.192Z] #44 DONE 0.1s
13:49:13 [2021-05-06T13:49:13.192Z] 
13:49:13 [2021-05-06T13:49:13.192Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
13:49:13 [2021-05-06T13:49:13.192Z] #46 sha256:34450fbb86aec8db95ffeb7c1dde293901274d20311ea5fda417daaad86207d3
13:49:13 [2021-05-06T13:49:13.192Z] #46 DONE 0.1s
13:49:13 [2021-05-06T13:49:13.192Z] 
13:49:13 [2021-05-06T13:49:13.192Z] #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
13:49:13 [2021-05-06T13:49:13.192Z] #56 sha256:2c4b3c95ea616cec0ed1eb658a933aa488fd9af90585d262c55a45ab39368fea
13:49:13 [2021-05-06T13:49:13.290Z] #43 12.28   DEP      images/core.pb-c.d
13:49:13 [2021-05-06T13:49:13.290Z] #43 12.32   DEP      images/inventory.pb-c.d
13:49:13 [2021-05-06T13:49:13.290Z] #43 12.39   PBCC     images/cpuinfo.pb-c.c
13:49:13 [2021-05-06T13:49:13.290Z] #43 12.42   DEP      images/cpuinfo.pb-c.d
13:49:13 [2021-05-06T13:49:13.290Z] #43 12.47   PBCC     images/stats.pb-c.c
13:49:13 [2021-05-06T13:49:13.290Z] #43 12.50   DEP      images/stats.pb-c.d
13:49:13 [2021-05-06T13:49:13.451Z] #56 ...
13:49:13 [2021-05-06T13:49:13.452Z] 
13:49:13 [2021-05-06T13:49:13.452Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
13:49:13 [2021-05-06T13:49:13.452Z] #48 sha256:97446ae1130330d348031acaa805f693905e45baae162b0bc34e979c97a5ec0d
13:49:13 [2021-05-06T13:49:13.452Z] #48 DONE 0.1s
13:49:13 [2021-05-06T13:49:13.452Z] 
13:49:13 [2021-05-06T13:49:13.452Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
13:49:13 [2021-05-06T13:49:13.452Z] #50 sha256:f3d9aa60c3af56c91e57ceb99beb3e67ac8f71ca3edac5d08afebc8b7820bb38
13:49:13 [2021-05-06T13:49:13.711Z] #50 DONE 0.3s
13:49:13 [2021-05-06T13:49:13.711Z] 
13:49:13 [2021-05-06T13:49:13.711Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
13:49:13 [2021-05-06T13:49:13.711Z] #52 sha256:2caed23cd8bbfae447d162dadb3bbcdfcbd76a81d4caae230b69898ed4845488
13:49:13 [2021-05-06T13:49:13.711Z] #52 DONE 0.1s
13:49:13 [2021-05-06T13:49:13.711Z] 
13:49:13 [2021-05-06T13:49:13.711Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:49:13 [2021-05-06T13:49:13.711Z] #56 sha256:2c4b3c95ea616cec0ed1eb658a933aa488fd9af90585d262c55a45ab39368fea
13:49:13 [2021-05-06T13:49:13.763Z] #13 DONE 113.3s
13:49:13 [2021-05-06T13:49:13.763Z] 
13:49:13 [2021-05-06T13:49:13.763Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:49:13 [2021-05-06T13:49:13.763Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:49:13 [2021-05-06T13:49:13.763Z] #43 46.61   DEP      compel/src/lib/log.d
13:49:13 [2021-05-06T13:49:13.763Z] #43 46.68   DEP      compel/src/main.d
13:49:13 [2021-05-06T13:49:13.763Z] #43 46.80   DEP      compel/src/lib/handle-elf.d
13:49:13 [2021-05-06T13:49:13.763Z] #43 46.90   DEP      compel/arch/x86/src/lib/handle-elf.d
13:49:13 [2021-05-06T13:49:13.763Z] #43 46.99   CC       compel/src/lib/log.o
13:49:13 [2021-05-06T13:49:13.763Z] #43 47.25   CC       compel/arch/x86/src/lib/cpu.o
13:49:13 [2021-05-06T13:49:13.763Z] #43 48.00   CC       compel/arch/x86/src/lib/infect.o
13:49:13 [2021-05-06T13:49:13.763Z] #43 48.89   CC       compel/src/lib/infect-rpc.o
13:49:13 [2021-05-06T13:49:13.763Z] #43 49.25   CC       compel/src/lib/infect-util.o
13:49:13 [2021-05-06T13:49:13.763Z] #43 49.60   CC       compel/src/lib/infect.o
13:49:14 [2021-05-06T13:49:14.695Z] #43 52.16   CC       compel/src/lib/ptrace.o
13:49:15 [2021-05-06T13:49:15.095Z] #14 DONE 1.9s
13:49:15 [2021-05-06T13:49:15.095Z] 
13:49:15 [2021-05-06T13:49:15.095Z] #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
13:49:15 [2021-05-06T13:49:15.095Z] #53 sha256:ba74e639f7c67c6026716fa162d5ed984fda8c55b1d581ebbf1073f03758a0d0
13:49:15 [2021-05-06T13:49:15.095Z] #53 1.659 + RM_GOPATH=0
13:49:15 [2021-05-06T13:49:15.095Z] #53 1.659 + TMP_GOPATH=
13:49:15 [2021-05-06T13:49:15.095Z] #53 1.659 + : /build
13:49:15 [2021-05-06T13:49:15.095Z] #53 1.659 + '[' -z '' ']'
13:49:15 [2021-05-06T13:49:15.095Z] #53 1.660 ++ mktemp -d
13:49:15 [2021-05-06T13:49:15.095Z] #53 1.665 + export GOPATH=/tmp/tmp.bIRMVptdT5
13:49:15 [2021-05-06T13:49:15.095Z] #53 1.667 + GOPATH=/tmp/tmp.bIRMVptdT5
13:49:15 [2021-05-06T13:49:15.095Z] #53 1.667 + RM_GOPATH=1
13:49:15 [2021-05-06T13:49:15.095Z] #53 1.668 + case "$(go env GOARCH)" in
13:49:15 [2021-05-06T13:49:15.095Z] #53 1.669 ++ go env GOARCH
13:49:15 [2021-05-06T13:49:15.095Z] #53 1.722 + export GO_BUILDMODE=-buildmode=pie
13:49:15 [2021-05-06T13:49:15.095Z] #53 1.722 + GO_BUILDMODE=-buildmode=pie
13:49:15 [2021-05-06T13:49:15.095Z] #53 1.723 ++ dirname /tmp/install/install.sh
13:49:15 [2021-05-06T13:49:15.095Z] #53 1.724 + dir=/tmp/install
13:49:15 [2021-05-06T13:49:15.095Z] #53 1.725 + bin=runc
13:49:15 [2021-05-06T13:49:15.095Z] #53 1.725 + shift
13:49:15 [2021-05-06T13:49:15.095Z] #53 1.725 + '[' '!' -f /tmp/install/runc.installer ']'
13:49:15 [2021-05-06T13:49:15.096Z] #53 1.725 + . /tmp/install/runc.installer
13:49:15 [2021-05-06T13:49:15.096Z] #53 1.725 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:49:15 [2021-05-06T13:49:15.096Z] #53 1.726 + install_runc
13:49:15 [2021-05-06T13:49:15.096Z] #53 1.727 + grep -q '^3\.10\.0.*\.el7\.'
13:49:15 [2021-05-06T13:49:15.096Z] #53 1.728 + uname -r
13:49:15 [2021-05-06T13:49:15.096Z] #53 1.734 + RUNC_BUILDTAGS='seccomp '
13:49:15 [2021-05-06T13:49:15.096Z] #53 1.734 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
13:49:15 [2021-05-06T13:49:15.096Z] #53 1.734 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
13:49:15 [2021-05-06T13:49:15.096Z] #53 1.735 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.bIRMVptdT5/src/github.com/opencontainers/runc
13:49:15 [2021-05-06T13:49:15.096Z] #53 1.742 Cloning into '/tmp/tmp.bIRMVptdT5/src/github.com/opencontainers/runc'...
13:49:15 [2021-05-06T13:49:15.096Z] #53 ...
13:49:15 [2021-05-06T13:49:15.096Z] 
13:49:15 [2021-05-06T13:49:15.096Z] #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
13:49:15 [2021-05-06T13:49:15.096Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:49:15 [2021-05-06T13:49:15.096Z] #43 25.82   CC       images/fsnotify.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 26.55   CC       images/signalfd.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 26.86   CC       images/fs.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 27.08   CC       images/pstree.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 27.37   CC       images/pipe.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 27.65   CC       images/tcp-stream.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 28.03   CC       images/sk-packet.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 28.37   CC       images/mnt.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 28.66   CC       images/pipe-data.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 28.94   CC       images/sa.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 29.25   CC       images/timer.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 29.79   CC       images/timerfd.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 30.11   CC       images/mm.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 30.51   CC       images/sk-opts.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 30.86   CC       images/sk-unix.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 31.25   CC       images/sk-inet.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 31.75   CC       images/tun.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 32.10   CC       images/sk-netlink.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 32.30   CC       images/packet-sock.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 32.63   CC       images/ipc-var.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 32.88   CC       images/ipc-desc.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 33.09   CC       images/ipc-shm.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 33.37   CC       images/ipc-msg.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 33.68   CC       images/ipc-sem.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 34.05   CC       images/utsns.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 34.49   CC       images/creds.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 34.71   CC       images/vma.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 35.04   CC       images/netdev.o
13:49:15 [2021-05-06T13:49:15.096Z] #43 35.54   CC       images/tty.o
13:49:15 [2021-05-06T13:49:15.221Z] #43 13.89 make[1]: Nothing to be done for 'all'.
13:49:15 [2021-05-06T13:49:15.259Z] #43 52.60   AR       compel/libcompel.a
13:49:15 [2021-05-06T13:49:15.259Z] #43 ...
13:49:15 [2021-05-06T13:49:15.259Z] 
13:49:15 [2021-05-06T13:49:15.259Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:49:15 [2021-05-06T13:49:15.259Z] #45 sha256:3aa4c770ceb36e28df1fd45c9d3650059aa078cf20331b33e6326aea6064c9e3
13:49:15 [2021-05-06T13:49:15.259Z] #45 108.9 net/http/internal
13:49:15 [2021-05-06T13:49:15.259Z] #45 111.6 crypto/tls
13:49:15 [2021-05-06T13:49:15.259Z] #45 117.8 net/http/httptrace
13:49:15 [2021-05-06T13:49:15.259Z] #45 118.1 net/http
13:49:15 [2021-05-06T13:49:15.259Z] #45 ...
13:49:15 [2021-05-06T13:49:15.259Z] 
13:49:15 [2021-05-06T13:49:15.259Z] #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
13:49:15 [2021-05-06T13:49:15.259Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:49:15 [2021-05-06T13:49:15.259Z] #43 52.73   HOSTCC   compel/src/main-host.o
13:49:15 [2021-05-06T13:49:15.671Z] #43 36.35   CC       images/file-lock.o
13:49:15 [2021-05-06T13:49:15.822Z] #43 53.00   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
13:49:15 [2021-05-06T13:49:15.822Z] #43 53.17   HOSTCC   compel/src/lib/handle-elf-host.o
13:49:15 [2021-05-06T13:49:15.934Z] #43 36.57   CC       images/rlimit.o
13:49:16 [2021-05-06T13:49:16.079Z] #43 ...
13:49:16 [2021-05-06T13:49:16.079Z] 
13:49:16 [2021-05-06T13:49:16.079Z] #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
13:49:16 [2021-05-06T13:49:16.079Z] #58 sha256:ee6c1334fe3d40f5a0d65b6ace94b50701e53ea51e0990c44dea2b7d145cdff2
13:49:16 [2021-05-06T13:49:16.079Z] #58 111.8 + for f in rootlesskit rootlesskit-docker-proxy
13:49:16 [2021-05-06T13:49:16.079Z] #58 111.8 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
13:49:16 [2021-05-06T13:49:16.079Z] #58 DONE 119.7s
13:49:16 [2021-05-06T13:49:16.079Z] 
13:49:16 [2021-05-06T13:49:16.079Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
13:49:16 [2021-05-06T13:49:16.079Z] #59 sha256:574dc605bdc51bf4e3e2d2613e8fc8f1f8e0ebb3a4eedc54af20b85bcef5274c
13:49:16 [2021-05-06T13:49:16.079Z] #59 DONE 0.2s
13:49:16 [2021-05-06T13:49:16.079Z] 
13:49:16 [2021-05-06T13:49:16.079Z] #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
13:49:16 [2021-05-06T13:49:16.079Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:49:16 [2021-05-06T13:49:16.079Z] #43 53.55   HOSTCC   compel/src/lib/log-host.o
13:49:16 [2021-05-06T13:49:16.196Z] #43 36.89   CC       images/pagemap.o
13:49:16 [2021-05-06T13:49:16.336Z] #43 ...
13:49:16 [2021-05-06T13:49:16.336Z] 
13:49:16 [2021-05-06T13:49:16.336Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
13:49:16 [2021-05-06T13:49:16.336Z] #60 sha256:53e1154ba5b1b46dee2143eae37d02015914e03e8dda5b84c3b4ee9ecf2ae573
13:49:16 [2021-05-06T13:49:16.336Z] #60 DONE 0.1s
13:49:16 [2021-05-06T13:49:16.336Z] 
13:49:16 [2021-05-06T13:49:16.336Z] #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
13:49:16 [2021-05-06T13:49:16.336Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:49:16 [2021-05-06T13:49:16.336Z] #43 53.67   HOSTLINK compel/compel-host-bin
13:49:16 [2021-05-06T13:49:16.336Z] #43 53.81   DEP      soccr/soccr.d
13:49:16 [2021-05-06T13:49:16.459Z] #43 ...
13:49:16 [2021-05-06T13:49:16.459Z] 
13:49:16 [2021-05-06T13:49:16.459Z] #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
13:49:16 [2021-05-06T13:49:16.459Z] #15 sha256:daa9f6e8adf5b429e62d5ff15da3779572527060f146ba0a193beaf894564a3f
13:49:16 [2021-05-06T13:49:16.459Z] #15 DONE 1.6s
13:49:16 [2021-05-06T13:49:16.459Z] 
13:49:16 [2021-05-06T13:49:16.459Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
13:49:16 [2021-05-06T13:49:16.459Z] #16 sha256:65e089c5b1d7082ef58fefc5a2c440b5b720136eae7084c036f4b9a2be3fd5b1
13:49:16 [2021-05-06T13:49:16.593Z] #43 54.01   CC       soccr/soccr.o
13:49:16 [2021-05-06T13:49:16.608Z] #43 15.39   CC       images/stats.o
13:49:16 [2021-05-06T13:49:16.608Z] #43 15.75   CC       images/core.o
13:49:17 [2021-05-06T13:49:17.552Z] #43 16.39   CC       images/core-x86.o
13:49:17 [2021-05-06T13:49:17.552Z] #43 ...
13:49:17 [2021-05-06T13:49:17.552Z] 
13:49:17 [2021-05-06T13:49:17.552Z] #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
13:49:17 [2021-05-06T13:49:17.552Z] #51 sha256:f2522261c1fb485392905c752f35f27b56e73e5f13065a492bb4a309a1de239f
13:49:17 [2021-05-06T13:49:17.552Z] #51 91.88 encoding/json
13:49:17 [2021-05-06T13:49:17.552Z] #51 94.45 github.com/pkg/diff
13:49:17 [2021-05-06T13:49:17.552Z] #51 95.72 go/ast
13:49:17 [2021-05-06T13:49:17.552Z] #51 97.53 golang.org/x/crypto/ssh/terminal
13:49:17 [2021-05-06T13:49:17.552Z] #51 99.07 mvdan.cc/editorconfig
13:49:17 [2021-05-06T13:49:17.552Z] #51 100.1 mvdan.cc/sh/v3/fileutil
13:49:17 [2021-05-06T13:49:17.552Z] #51 100.2 text/tabwriter
13:49:17 [2021-05-06T13:49:17.552Z] #51 100.6 mvdan.cc/sh/v3/syntax
13:49:17 [2021-05-06T13:49:17.552Z] #51 ...
13:49:17 [2021-05-06T13:49:17.552Z] 
13:49:17 [2021-05-06T13:49:17.552Z] #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
13:49:17 [2021-05-06T13:49:17.552Z] #45 sha256:22cfca3a0b4c3e4e5ef538e0315c7e1331d173e069c46336ca9c501feaa5efbb
13:49:17 [2021-05-06T13:49:17.552Z] #45 95.05 internal/lazyregexp
13:49:17 [2021-05-06T13:49:17.552Z] #45 95.27 path
13:49:17 [2021-05-06T13:49:17.552Z] #45 95.73 net/url
13:49:17 [2021-05-06T13:49:17.552Z] #45 97.00 text/template/parse
13:49:17 [2021-05-06T13:49:17.552Z] #45 97.22 go/parser
13:49:17 [2021-05-06T13:49:17.552Z] #45 100.3 log
13:49:17 [2021-05-06T13:49:17.552Z] #45 100.9 encoding/xml
13:49:17 [2021-05-06T13:49:17.552Z] #45 101.0 text/template
13:49:17 [2021-05-06T13:49:17.813Z] #45 ...
13:49:17 [2021-05-06T13:49:17.813Z] 
13:49:17 [2021-05-06T13:49:17.814Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:49:17 [2021-05-06T13:49:17.814Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:49:17 [2021-05-06T13:49:17.814Z] #13 86.26 Selecting previously unselected package gcc-mingw-w64-base.
13:49:17 [2021-05-06T13:49:17.814Z] #13 86.26 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
13:49:17 [2021-05-06T13:49:17.814Z] #13 86.28 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
13:49:17 [2021-05-06T13:49:17.814Z] #13 86.40 Selecting previously unselected package gcc-mingw-w64-x86-64.
13:49:17 [2021-05-06T13:49:17.814Z] #13 86.41 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
13:49:17 [2021-05-06T13:49:17.814Z] #13 86.42 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:49:17 [2021-05-06T13:49:17.864Z] #16 1.417 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
13:49:17 [2021-05-06T13:49:17.962Z] #43 55.17   AR       soccr/libsoccr.a
13:49:17 [2021-05-06T13:49:17.962Z] #43 55.21 make[1]: 'soccr/libsoccr.a' is up to date.
13:49:18 [2021-05-06T13:49:18.075Z] #13 ...
13:49:18 [2021-05-06T13:49:18.075Z] 
13:49:18 [2021-05-06T13:49:18.075Z] #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
13:49:18 [2021-05-06T13:49:18.075Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:49:18 [2021-05-06T13:49:18.075Z] #43 17.00   CC       images/core-arm.o
13:49:18 [2021-05-06T13:49:18.129Z] #16 DONE 1.7s
13:49:18 [2021-05-06T13:49:18.129Z] 
13:49:18 [2021-05-06T13:49:18.129Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
13:49:18 [2021-05-06T13:49:18.129Z] #17 sha256:8adba43626e6c2ad9c104858cdfccc193309ce46f8df97e23fb1104bc3eb1997
13:49:18 [2021-05-06T13:49:18.218Z] #43 55.53   DEP      criu/arch/x86/sigframe.d
13:49:18 [2021-05-06T13:49:18.337Z] #43 17.42   CC       images/core-aarch64.o
13:49:18 [2021-05-06T13:49:18.475Z] #43 55.77   DEP      criu/arch/x86/sigaction_compat.d
13:49:18 [2021-05-06T13:49:18.475Z] #43 55.85   DEP      criu/arch/x86/kerndat.d
13:49:18 [2021-05-06T13:49:18.599Z] #43 17.76   CC       images/core-ppc64.o
13:49:18 [2021-05-06T13:49:18.732Z] #43 56.02   DEP      criu/arch/x86/crtools.d
13:49:18 [2021-05-06T13:49:18.732Z] #43 56.19   DEP      criu/arch/x86/cpu.d
13:49:18 [2021-05-06T13:49:18.732Z] #43 56.30   CC       criu/arch/x86/cpu.o
13:49:19 [2021-05-06T13:49:19.078Z] #17 ...
13:49:19 [2021-05-06T13:49:19.078Z] 
13:49:19 [2021-05-06T13:49:19.078Z] #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
13:49:19 [2021-05-06T13:49:19.078Z] #58 sha256:d4612e56424fdc541ff024d2066e48f6a34d81baa48b8c33eea728dcde10ab8f
13:49:19 [2021-05-06T13:49:19.078Z] #58 91.51 + for f in rootlesskit rootlesskit-docker-proxy
13:49:19 [2021-05-06T13:49:19.078Z] #58 91.51 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
13:49:19 [2021-05-06T13:49:19.078Z] #58 DONE 98.7s
13:49:19 [2021-05-06T13:49:19.078Z] 
13:49:19 [2021-05-06T13:49:19.078Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
13:49:19 [2021-05-06T13:49:19.078Z] #59 sha256:6ee1da0533c2b71040b24bbf801c273c795f26853a885e990c07eaf93197ed02
13:49:19 [2021-05-06T13:49:19.078Z] #59 DONE 0.1s
13:49:19 [2021-05-06T13:49:19.078Z] 
13:49:19 [2021-05-06T13:49:19.078Z] #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
13:49:19 [2021-05-06T13:49:19.078Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:49:19 [2021-05-06T13:49:19.078Z] #43 37.38   CC       images/siginfo.o
13:49:19 [2021-05-06T13:49:19.078Z] #43 37.79   CC       images/rpc.o
13:49:19 [2021-05-06T13:49:19.078Z] #43 39.43   CC       images/ext-file.o
13:49:19 [2021-05-06T13:49:19.078Z] #43 39.73   CC       images/cgroup.o
13:49:19 [2021-05-06T13:49:19.172Z] #43 18.32   CC       images/core-s390.o
13:49:19 [2021-05-06T13:49:19.341Z] #43 ...
13:49:19 [2021-05-06T13:49:19.341Z] 
13:49:19 [2021-05-06T13:49:19.341Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
13:49:19 [2021-05-06T13:49:19.341Z] #60 sha256:64d55bbb78e669155fe20efff9c19506c5b729b8bdf00dca16b698fb5b94950b
13:49:19 [2021-05-06T13:49:19.341Z] #60 DONE 0.1s
13:49:19 [2021-05-06T13:49:19.609Z] 
13:49:19 [2021-05-06T13:49:19.609Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:49:19 [2021-05-06T13:49:19.609Z] #45 sha256:44145e1ef27722c389069fdd75c7ecfd2c7927ed02d8ac0ecae9719f2996f0b0
13:49:19 [2021-05-06T13:49:19.609Z] #45 91.05 vendor/golang.org/x/net/http/httpproxy
13:49:19 [2021-05-06T13:49:19.609Z] #45 91.05 net/textproto
13:49:19 [2021-05-06T13:49:19.609Z] #45 91.08 crypto/x509
13:49:19 [2021-05-06T13:49:19.609Z] #45 92.30 vendor/golang.org/x/net/http/httpguts
13:49:19 [2021-05-06T13:49:19.609Z] #45 92.30 mime/multipart
13:49:19 [2021-05-06T13:49:19.609Z] #45 94.65 crypto/tls
13:49:19 [2021-05-06T13:49:19.609Z] #45 ...
13:49:19 [2021-05-06T13:49:19.609Z] 
13:49:19 [2021-05-06T13:49:19.609Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
13:49:19 [2021-05-06T13:49:19.609Z] #17 sha256:8adba43626e6c2ad9c104858cdfccc193309ce46f8df97e23fb1104bc3eb1997
13:49:19 [2021-05-06T13:49:19.609Z] #17 DONE 1.6s
13:49:19 [2021-05-06T13:49:19.662Z] #43 56.89   CC       criu/arch/x86/crtools.o
13:49:19 [2021-05-06T13:49:19.662Z] #43 ...
13:49:19 [2021-05-06T13:49:19.662Z] 
13:49:19 [2021-05-06T13:49:19.662Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
13:49:19 [2021-05-06T13:49:19.662Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
13:49:19 [2021-05-06T13:49:19.662Z] #14 DONE 6.0s
13:49:19 [2021-05-06T13:49:19.872Z] 
13:49:19 [2021-05-06T13:49:19.872Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:49:19 [2021-05-06T13:49:19.872Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:49:19 [2021-05-06T13:49:19.872Z] #43 40.53   CC       images/userns.o
13:49:19 [2021-05-06T13:49:19.919Z] 
13:49:19 [2021-05-06T13:49:19.919Z] #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
13:49:19 [2021-05-06T13:49:19.919Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
13:49:20 [2021-05-06T13:49:20.115Z] #43 19.03   CC       images/cpuinfo.o
13:49:20 [2021-05-06T13:49:20.135Z] #43 40.86   CC       images/google/protobuf/descriptor.o
13:49:20 [2021-05-06T13:49:20.282Z] #56 197.8 + bin/containerd
13:49:20 [2021-05-06T13:49:20.378Z] #43 19.52   CC       images/inventory.o
13:49:20 [2021-05-06T13:49:20.639Z] #43 19.82   CC       images/fdinfo.o
13:49:21 [2021-05-06T13:49:21.212Z] #43 20.24   CC       images/fown.o
13:49:21 [2021-05-06T13:49:21.474Z] #43 20.47   CC       images/ns.o
13:49:21 [2021-05-06T13:49:21.474Z] #43 20.66   CC       images/regfile.o
13:49:22 [2021-05-06T13:49:22.049Z] #43 20.92   CC       images/ghost-file.o
13:49:22 [2021-05-06T13:49:22.058Z] #43 ...
13:49:22 [2021-05-06T13:49:22.058Z] 
13:49:22 [2021-05-06T13:49:22.058Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
13:49:22 [2021-05-06T13:49:22.058Z] #18 sha256:3cacc04a1189660550b8cc885d68df049614571821b02a63bff579b9e9bd4f22
13:49:22 [2021-05-06T13:49:22.058Z] #18 DONE 2.0s
13:49:22 [2021-05-06T13:49:22.058Z] 
13:49:22 [2021-05-06T13:49:22.058Z] #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
13:49:22 [2021-05-06T13:49:22.058Z] #45 sha256:44145e1ef27722c389069fdd75c7ecfd2c7927ed02d8ac0ecae9719f2996f0b0
13:49:22 [2021-05-06T13:49:22.058Z] #45 101.6 net/http/httptrace
13:49:22 [2021-05-06T13:49:22.311Z] #43 21.28   CC       images/fifo.o
13:49:22 [2021-05-06T13:49:22.311Z] #43 21.49   CC       images/remap-file-path.o
13:49:22 [2021-05-06T13:49:22.321Z] #45 101.9 net/http
13:49:22 [2021-05-06T13:49:22.572Z] #43 21.70   CC       images/eventfd.o
13:49:22 [2021-05-06T13:49:22.833Z] #43 21.95   CC       images/eventpoll.o
13:49:23 [2021-05-06T13:49:23.121Z] #43 22.28   CC       images/fh.o
13:49:23 [2021-05-06T13:49:23.386Z] #43 22.54   CC       images/fsnotify.o
13:49:23 [2021-05-06T13:49:23.649Z] #43 ...
13:49:23 [2021-05-06T13:49:23.649Z] 
13:49:23 [2021-05-06T13:49:23.649Z] #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
13:49:23 [2021-05-06T13:49:23.649Z] #56 sha256:040ee8fef5714818ced038e64006c9e87d0442b9217fd774c887a6370a7b18b3
13:49:23 [2021-05-06T13:49:23.649Z] #56 42.22 Checking out files:  41% (1644/3916)   
Checking out files:  42% (1645/3916)   
Checking out files:  43% (1684/3916)   
Checking out files:  44% (1724/3916)   
Checking out files:  45% (1763/3916)   
Checking out files:  46% (1802/3916)   
Checking out files:  47% (1841/3916)   
Checking out files:  48% (1880/3916)   
Checking out files:  49% (1919/3916)   
Checking out files:  50% (1958/3916)   
Checking out files:  51% (1998/3916)   
Checking out files:  52% (2037/3916)   
Checking out files:  53% (2076/3916)   
Checking out files:  54% (2115/3916)   
Checking out files:  55% (2154/3916)   
Checking out files:  56% (2193/3916)   
Checking out files:  57% (2233/3916)   
Checking out files:  58% (2272/3916)   
Checking out files:  59% (2311/3916)   
Checking out files:  60% (2350/3916)   
Checking out files:  61% (2389/3916)   
Checking out files:  62% (2428/3916)   
Checking out files:  63% (2468/3916)   
Checking out files:  64% (2507/3916)   
Checking out files:  65% (2546/3916)   
Checking out files:  66% (2585/3916)   
Checking out files:  67% (2624/3916)   
Checking out files:  68% (2663/3916)   
Checking out files:  69% (2703/3916)   
Checking out files:  70% (2742/3916)   
Checking out files:  71% (2781/3916)   
Checking out files:  72% (2820/3916)   
Checking out files:  73% (2859/3916)   
Checking out files:  74% (2898/3916)   
Checking out files:  75% (2937/3916)   
Checking out files:  76% (2977/3916)   
Checking out files:  77% (3016/3916)   
Checking out files:  78% (3055/3916)   
Checking out files:  79% (3094/3916)   
Checking out files:  80% (3133/3916)   
Checking out files:  81% (3172/3916)   
Checking out files:  82% (3212/3916)   
Checking out files:  83% (3251/3916)   
Checking out files:  84% (3290/3916)   
Checking out files:  84% (3308/3916)   
Checking out files:  85% (3329/3916)   
Checking out files:  86% (3368/3916)   
Checking out files:  87% (3407/3916)   
Checking out files:  88% (3447/3916)   
Checking out files:  89% (3486/3916)   
Checking out files:  90% (3525/3916)   
Checking out files:  91% (3564/3916)   
Checking out files:  92% (3603/3916)   
Checking out files:  93% (3642/3916)   
Checking out files:  94% (3682/3916)   
Checking out files:  95% (3721/3916)   
Checking out files:  96% (3760/3916)   
Checking out files:  97% (3799/3916)   
Checking out files:  98% (3838/3916)   
Checking out files:  99% (3877/3916)   
Checking out files: 100% (3916/3916)   
Checking out files: 100% (3916/3916), done.
13:49:23 [2021-05-06T13:49:23.649Z] #56 43.78 + cd /tmp/tmp.dxvgCqGP93/src/github.com/containerd/containerd
13:49:23 [2021-05-06T13:49:23.649Z] #56 43.78 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:49:23 [2021-05-06T13:49:23.716Z] #45 ...
13:49:23 [2021-05-06T13:49:23.716Z] 
13:49:23 [2021-05-06T13:49:23.716Z] #19 [dev-systemd-false  6/26] RUN ldconfig
13:49:23 [2021-05-06T13:49:23.716Z] #19 sha256:4c1fddb96b703d3806ef5aae6835a85678c055f769b5f99c9926d604e1adf9d6
13:49:23 [2021-05-06T13:49:23.716Z] #19 DONE 1.8s
13:49:23 [2021-05-06T13:49:23.925Z] #56 46.61 + export 'BUILDTAGS=netgo osusergo static_build'
13:49:23 [2021-05-06T13:49:23.981Z] 
13:49:23 [2021-05-06T13:49:23.981Z] #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
13:49:23 [2021-05-06T13:49:23.981Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:49:23 [2021-05-06T13:49:23.981Z] #43 43.12   CC       images/opts.o
13:49:23 [2021-05-06T13:49:23.981Z] #43 43.42   CC       images/seccomp.o
13:49:23 [2021-05-06T13:49:23.981Z] #43 43.74   CC       images/binfmt-misc.o
13:49:23 [2021-05-06T13:49:23.981Z] #43 44.03   CC       images/time.o
13:49:23 [2021-05-06T13:49:23.981Z] #43 44.16   CC       images/sysctl.o
13:49:23 [2021-05-06T13:49:23.981Z] #43 44.53   CC       images/autofs.o
13:49:23 [2021-05-06T13:49:23.981Z] #43 44.74   CC       images/macvlan.o
13:49:24 [2021-05-06T13:49:24.094Z] #15 ...
13:49:24 [2021-05-06T13:49:24.094Z] 
13:49:24 [2021-05-06T13:49:24.094Z] #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
13:49:24 [2021-05-06T13:49:24.094Z] #53 sha256:056c570bd1adb5d79823637065ea58d66ba7611bd8a2cda05c8179335f142d2b
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.126 + RM_GOPATH=0
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.126 + TMP_GOPATH=
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.126 + : /build
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.126 + '[' -z '' ']'
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.126 ++ mktemp -d
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.126 + export GOPATH=/tmp/tmp.8XgrqIP7Kb
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.126 + GOPATH=/tmp/tmp.8XgrqIP7Kb
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.126 + RM_GOPATH=1
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.126 + case "$(go env GOARCH)" in
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.126 ++ go env GOARCH
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.126 + export GO_BUILDMODE=-buildmode=pie
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.126 + GO_BUILDMODE=-buildmode=pie
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.126 ++ dirname /tmp/install/install.sh
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.168 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.172 + dir=/tmp/install
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.172 + bin=runc
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.172 + shift
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.172 + '[' '!' -f /tmp/install/runc.installer ']'
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.172 + . /tmp/install/runc.installer
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.172 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.172 + install_runc
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.172 + grep -q '^3\.10\.0.*\.el7\.'
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.172 + uname -r
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.172 + RUNC_BUILDTAGS='seccomp '
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.172 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.172 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.8XgrqIP7Kb/src/github.com/opencontainers/runc
13:49:24 [2021-05-06T13:49:24.094Z] #53 5.172 Cloning into '/tmp/tmp.8XgrqIP7Kb/src/github.com/opencontainers/runc'...
13:49:24 [2021-05-06T13:49:24.094Z] #53 ...
13:49:24 [2021-05-06T13:49:24.094Z] 
13:49:24 [2021-05-06T13:49:24.094Z] #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
13:49:24 [2021-05-06T13:49:24.094Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
13:49:24 [2021-05-06T13:49:24.094Z] #15 DONE 4.2s
13:49:24 [2021-05-06T13:49:24.094Z] 
13:49:24 [2021-05-06T13:49:24.094Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
13:49:24 [2021-05-06T13:49:24.094Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
13:49:24 [2021-05-06T13:49:24.186Z] #56 46.61 + BUILDTAGS='netgo osusergo static_build'
13:49:24 [2021-05-06T13:49:24.186Z] #56 46.61 + export EXTRA_FLAGS=-buildmode=pie
13:49:24 [2021-05-06T13:49:24.186Z] #56 46.61 + EXTRA_FLAGS=-buildmode=pie
13:49:24 [2021-05-06T13:49:24.186Z] #56 46.61 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
13:49:24 [2021-05-06T13:49:24.186Z] #56 46.61 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
13:49:24 [2021-05-06T13:49:24.186Z] #56 46.61 + '[' '' = dynamic ']'
13:49:24 [2021-05-06T13:49:24.186Z] #56 46.61 + make
13:49:24 [2021-05-06T13:49:24.245Z] #43 45.03   CC       images/sit.o
13:49:24 [2021-05-06T13:49:24.478Z] #56 ...
13:49:24 [2021-05-06T13:49:24.478Z] 
13:49:24 [2021-05-06T13:49:24.478Z] #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
13:49:24 [2021-05-06T13:49:24.478Z] #53 sha256:57b14148c5761d3cf415acf7b9defd5728916597eb1058e0aa82295a53012d12
13:49:24 [2021-05-06T13:49:24.478Z] #53 128.2 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
13:49:24 [2021-05-06T13:49:24.478Z] #53 129.1 + mkdir -p /build
13:49:24 [2021-05-06T13:49:24.478Z] #53 129.1 + cp runc /build/runc
13:49:24 [2021-05-06T13:49:24.478Z] #53 DONE 129.3s
13:49:24 [2021-05-06T13:49:24.478Z] 
13:49:24 [2021-05-06T13:49:24.478Z] #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
13:49:24 [2021-05-06T13:49:24.478Z] #56 sha256:2c4b3c95ea616cec0ed1eb658a933aa488fd9af90585d262c55a45ab39368fea
13:49:24 [2021-05-06T13:49:24.509Z] #43 45.17   CC       images/memfd.o
13:49:24 [2021-05-06T13:49:24.772Z] #43 45.34   CC       images/timens.o
13:49:25 [2021-05-06T13:49:25.036Z] #43 45.63   LINK     images/built-in.o
13:49:25 [2021-05-06T13:49:25.036Z] #43 45.90   GEN      compel/include/asm
13:49:25 [2021-05-06T13:49:25.299Z] #43 45.96   GEN      compel/include/version.h
13:49:25 [2021-05-06T13:49:25.299Z] #43 45.99 touch .config
13:49:25 [2021-05-06T13:49:25.299Z] #43 46.07   GEN      include/common/config.h
13:49:25 [2021-05-06T13:49:25.561Z] #43 46.21   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
13:49:25 [2021-05-06T13:49:25.561Z] #43 46.22   GEN      compel/arch/aarch64/plugins/std/syscalls/syscalls.S
13:49:25 [2021-05-06T13:49:25.561Z] #43 46.28   DEP      compel/arch/aarch64/plugins/std/syscalls/syscalls.d
13:49:25 [2021-05-06T13:49:25.561Z] #43 46.31   DEP      compel/arch/aarch64/plugins/std/parasite-head.d
13:49:25 [2021-05-06T13:49:25.561Z] #43 46.36   DEP      compel/plugins/std/infect.d
13:49:25 [2021-05-06T13:49:25.579Z] #56 47.79 + bin/ctr
13:49:25 [2021-05-06T13:49:25.824Z] #43 46.57   DEP      compel/plugins/std/string.d
13:49:25 [2021-05-06T13:49:25.859Z] #56 ...
13:49:25 [2021-05-06T13:49:25.859Z] 
13:49:25 [2021-05-06T13:49:25.859Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
13:49:25 [2021-05-06T13:49:25.859Z] #54 sha256:e9ee2ae86cf1355bf0e2caa75b4a43ee5ef6ac4a49b976f8af7a505bcfc515b8
13:49:26 [2021-05-06T13:49:26.086Z] #43 46.73   DEP      compel/plugins/std/log.d
13:49:26 [2021-05-06T13:49:26.086Z] #43 46.84   DEP      compel/plugins/std/fds.d
13:49:26 [2021-05-06T13:49:26.120Z] #54 DONE 0.2s
13:49:26 [2021-05-06T13:49:26.120Z] 
13:49:26 [2021-05-06T13:49:26.120Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:49:26 [2021-05-06T13:49:26.120Z] #56 sha256:2c4b3c95ea616cec0ed1eb658a933aa488fd9af90585d262c55a45ab39368fea
13:49:26 [2021-05-06T13:49:26.349Z] #43 46.99   DEP      compel/plugins/std/std.d
13:49:26 [2021-05-06T13:49:26.611Z] #43 47.19   DEP      compel/plugins/shmem/shmem.d
13:49:26 [2021-05-06T13:49:26.611Z] #43 47.40   DEP      compel/plugins/fds/fds.d
13:49:26 [2021-05-06T13:49:26.873Z] #43 47.54   CC       compel/plugins/std/std.o
13:49:27 [2021-05-06T13:49:27.136Z] #43 47.83   CC       compel/plugins/std/fds.o
13:49:27 [2021-05-06T13:49:27.367Z] #16 3.346 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
13:49:27 [2021-05-06T13:49:27.367Z] #16 DONE 3.4s
13:49:27 [2021-05-06T13:49:27.367Z] 
13:49:27 [2021-05-06T13:49:27.367Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
13:49:27 [2021-05-06T13:49:27.367Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
13:49:27 [2021-05-06T13:49:27.497Z] #56 ...
13:49:27 [2021-05-06T13:49:27.497Z] 
13:49:27 [2021-05-06T13:49:27.497Z] #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
13:49:27 [2021-05-06T13:49:27.497Z] #51 sha256:f2522261c1fb485392905c752f35f27b56e73e5f13065a492bb4a309a1de239f
13:49:27 [2021-05-06T13:49:27.497Z] #51 106.6 mvdan.cc/sh/v3/cmd/shfmt
13:49:27 [2021-05-06T13:49:27.497Z] #51 DONE 112.1s
13:49:27 [2021-05-06T13:49:27.497Z] 
13:49:27 [2021-05-06T13:49:27.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
13:49:27 [2021-05-06T13:49:27.497Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:49:27 [2021-05-06T13:49:27.497Z] #43 23.08   CC       images/signalfd.o
13:49:27 [2021-05-06T13:49:27.497Z] #43 23.31   CC       images/fs.o
13:49:27 [2021-05-06T13:49:27.497Z] #43 23.61   CC       images/pstree.o
13:49:27 [2021-05-06T13:49:27.497Z] #43 23.82   CC       images/pipe.o
13:49:27 [2021-05-06T13:49:27.497Z] #43 24.15   CC       images/tcp-stream.o
13:49:27 [2021-05-06T13:49:27.497Z] #43 24.47   CC       images/sk-packet.o
13:49:27 [2021-05-06T13:49:27.497Z] #43 24.73   CC       images/mnt.o
13:49:27 [2021-05-06T13:49:27.497Z] #43 25.02   CC       images/pipe-data.o
13:49:27 [2021-05-06T13:49:27.497Z] #43 25.27   CC       images/sa.o
13:49:27 [2021-05-06T13:49:27.497Z] #43 25.50   CC       images/timer.o
13:49:27 [2021-05-06T13:49:27.497Z] #43 25.91   CC       images/timerfd.o
13:49:27 [2021-05-06T13:49:27.497Z] #43 26.24   CC       images/mm.o
13:49:27 [2021-05-06T13:49:27.497Z] #43 26.51   CC       images/sk-opts.o
13:49:27 [2021-05-06T13:49:27.497Z] #43 26.74   CC       images/sk-unix.o
13:49:27 [2021-05-06T13:49:27.710Z] #43 48.37   CC       compel/plugins/std/log.o
13:49:28 [2021-05-06T13:49:28.071Z] #43 27.16   CC       images/sk-inet.o
13:49:28 [2021-05-06T13:49:28.644Z] #43 27.79   CC       images/tun.o
13:49:28 [2021-05-06T13:49:28.657Z] #43 49.39   CC       compel/plugins/std/string.o
13:49:28 [2021-05-06T13:49:28.906Z] #43 27.99   CC       images/sk-netlink.o
13:49:29 [2021-05-06T13:49:29.167Z] #43 28.19   CC       images/packet-sock.o
13:49:29 [2021-05-06T13:49:29.236Z] #43 50.03   CC       compel/plugins/std/infect.o
13:49:29 [2021-05-06T13:49:29.740Z] #43 28.60   CC       images/ipc-var.o
13:49:29 [2021-05-06T13:49:29.740Z] #43 28.78   CC       images/ipc-desc.o
13:49:29 [2021-05-06T13:49:29.811Z] #43 50.61   CC       compel/arch/aarch64/plugins/std/parasite-head.o
13:49:29 [2021-05-06T13:49:29.811Z] #43 50.66   CC       compel/arch/aarch64/plugins/std/syscalls/syscalls.o
13:49:30 [2021-05-06T13:49:30.002Z] #43 29.05   CC       images/ipc-shm.o
13:49:30 [2021-05-06T13:49:30.073Z] #43 50.74   AR       compel/plugins/std.lib.a
13:49:30 [2021-05-06T13:49:30.264Z] #43 29.26   CC       images/ipc-msg.o
13:49:30 [2021-05-06T13:49:30.264Z] #43 ...
13:49:30 [2021-05-06T13:49:30.264Z] 
13:49:30 [2021-05-06T13:49:30.264Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:49:30 [2021-05-06T13:49:30.264Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:49:30 [2021-05-06T13:49:30.264Z] #13 108.4 Selecting previously unselected package g++-mingw-w64-x86-64.
13:49:30 [2021-05-06T13:49:30.264Z] #13 108.4 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
13:49:30 [2021-05-06T13:49:30.264Z] #13 108.4 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:49:30 [2021-05-06T13:49:30.336Z] #43 50.85   CC       compel/plugins/fds/fds.o
13:49:30 [2021-05-06T13:49:30.599Z] #43 51.17   AR       compel/plugins/fds.lib.a
13:49:30 [2021-05-06T13:49:30.599Z] #43 51.23   HOSTDEP  compel/src/lib/log-host.d
13:49:30 [2021-05-06T13:49:30.640Z] #17 DONE 2.8s
13:49:30 [2021-05-06T13:49:30.640Z] 
13:49:30 [2021-05-06T13:49:30.640Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
13:49:30 [2021-05-06T13:49:30.640Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
13:49:30 [2021-05-06T13:49:30.862Z] #43 51.42   HOSTDEP  compel/src/lib/handle-elf-host.d
13:49:30 [2021-05-06T13:49:30.862Z] #43 51.57   HOSTDEP  compel/arch/aarch64/src/lib/handle-elf-host.d
13:49:30 [2021-05-06T13:49:30.862Z] #43 51.65   HOSTDEP  compel/src/main-host.d
13:49:30 [2021-05-06T13:49:30.897Z] #18 ...
13:49:30 [2021-05-06T13:49:30.897Z] 
13:49:30 [2021-05-06T13:49:30.897Z] #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
13:49:30 [2021-05-06T13:49:30.897Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:49:30 [2021-05-06T13:49:30.897Z] #43 58.30   CC       criu/arch/x86/kerndat.o
13:49:30 [2021-05-06T13:49:30.897Z] #43 58.90   CC       criu/arch/x86/sigaction_compat.o
13:49:30 [2021-05-06T13:49:30.897Z] #43 59.09   CC       criu/arch/x86/sigframe.o
13:49:30 [2021-05-06T13:49:30.897Z] #43 59.35   LINK     criu/arch/x86/crtools.built-in.o
13:49:30 [2021-05-06T13:49:30.897Z] #43 59.42   DEP      criu/pie/util-vdso-elf32.d
13:49:30 [2021-05-06T13:49:30.897Z] #43 59.55   DEP      criu/pie/util-vdso.d
13:49:30 [2021-05-06T13:49:30.897Z] #43 59.67   DEP      criu/pie/util.d
13:49:30 [2021-05-06T13:49:30.897Z] #43 59.80   CC       criu/pie/util.o
13:49:30 [2021-05-06T13:49:30.897Z] #43 60.11   CC       criu/pie/util-vdso.o
13:49:30 [2021-05-06T13:49:30.897Z] #43 60.79   CC       criu/pie/util-vdso-elf32.o
13:49:30 [2021-05-06T13:49:30.897Z] #43 61.66   AR       criu/pie/pie.lib.a
13:49:30 [2021-05-06T13:49:30.897Z] #43 61.75   DEP      criu/pie/restorer.d
13:49:30 [2021-05-06T13:49:30.897Z] #43 61.99   DEP      criu/arch/x86/sigaction_compat_pie.d
13:49:30 [2021-05-06T13:49:30.897Z] #43 62.11   DEP      criu/arch/x86/restorer_unmap.d
13:49:30 [2021-05-06T13:49:30.897Z] #43 62.15   DEP      criu/arch/x86/restorer.d
13:49:30 [2021-05-06T13:49:30.897Z] #43 62.39   DEP      criu/arch/x86/vdso-pie.d
13:49:30 [2021-05-06T13:49:30.897Z] #43 62.52   DEP      criu/pie/parasite-vdso.d
13:49:30 [2021-05-06T13:49:30.897Z] #43 62.78   DEP      criu/pie/parasite.d
13:49:30 [2021-05-06T13:49:30.897Z] #43 62.97   CC       criu/pie/parasite.o
13:49:30 [2021-05-06T13:49:30.897Z] #43 64.28   LINK     criu/pie/parasite.built-in.o
13:49:30 [2021-05-06T13:49:30.897Z] #43 64.28   GEN      criu/pie/parasite-blob.h
13:49:30 [2021-05-06T13:49:30.897Z] #43 64.31   CC       criu/pie/parasite-vdso.o
13:49:30 [2021-05-06T13:49:30.897Z] #43 65.19   CC       criu/arch/x86/vdso-pie.o
13:49:30 [2021-05-06T13:49:30.897Z] #43 65.50   CC       criu/arch/x86/restorer.o
13:49:30 [2021-05-06T13:49:30.897Z] #43 66.07   CC       criu/arch/x86/restorer_unmap.o
13:49:30 [2021-05-06T13:49:30.897Z] #43 66.12   CC       criu/arch/x86/sigaction_compat_pie.o
13:49:30 [2021-05-06T13:49:30.897Z] #43 66.41   CC       criu/pie/restorer.o
13:49:31 [2021-05-06T13:49:31.125Z] #43 51.82   DEP      compel/src/lib/ptrace.d
13:49:31 [2021-05-06T13:49:31.208Z] #13 ...
13:49:31 [2021-05-06T13:49:31.208Z] 
13:49:31 [2021-05-06T13:49:31.208Z] #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
13:49:31 [2021-05-06T13:49:31.208Z] #45 sha256:22cfca3a0b4c3e4e5ef538e0315c7e1331d173e069c46336ca9c501feaa5efbb
13:49:31 [2021-05-06T13:49:31.208Z] #45 105.8 go/doc
13:49:31 [2021-05-06T13:49:31.208Z] #45 106.5 github.com/LK4D4/vndr/versioned
13:49:31 [2021-05-06T13:49:31.208Z] #45 106.6 compress/flate
13:49:31 [2021-05-06T13:49:31.208Z] #45 109.5 hash/crc32
13:49:31 [2021-05-06T13:49:31.208Z] #45 109.5 github.com/LK4D4/vndr/build
13:49:31 [2021-05-06T13:49:31.208Z] #45 110.1 compress/gzip
13:49:31 [2021-05-06T13:49:31.208Z] #45 110.9 vendor/golang.org/x/crypto/cryptobyte
13:49:31 [2021-05-06T13:49:31.208Z] #45 113.2 net
13:49:31 [2021-05-06T13:49:31.208Z] #45 113.6 vendor/golang.org/x/crypto/poly1305
13:49:31 [2021-05-06T13:49:31.208Z] #45 114.1 vendor/golang.org/x/sys/cpu
13:49:31 [2021-05-06T13:49:31.208Z] #45 114.3 vendor/golang.org/x/crypto/chacha20poly1305
13:49:31 [2021-05-06T13:49:31.208Z] #45 115.3 vendor/golang.org/x/crypto/hkdf
13:49:31 [2021-05-06T13:49:31.208Z] #45 115.6 vendor/golang.org/x/text/transform
13:49:31 [2021-05-06T13:49:31.388Z] #43 51.98   DEP      compel/src/lib/infect.d
13:49:31 [2021-05-06T13:49:31.388Z] #43 52.20   DEP      compel/src/lib/infect-util.d
13:49:31 [2021-05-06T13:49:31.470Z] #45 ...
13:49:31 [2021-05-06T13:49:31.471Z] 
13:49:31 [2021-05-06T13:49:31.471Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:49:31 [2021-05-06T13:49:31.471Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:49:31 [2021-05-06T13:49:31.471Z] #43 29.48   CC       images/ipc-sem.o
13:49:31 [2021-05-06T13:49:31.471Z] #43 29.69   CC       images/utsns.o
13:49:31 [2021-05-06T13:49:31.471Z] #43 29.90   CC       images/creds.o
13:49:31 [2021-05-06T13:49:31.471Z] #43 30.09   CC       images/vma.o
13:49:31 [2021-05-06T13:49:31.471Z] #43 30.39   CC       images/netdev.o
13:49:31 [2021-05-06T13:49:31.471Z] #43 30.76   CC       images/tty.o
13:49:31 [2021-05-06T13:49:31.651Z] #43 52.36   DEP      compel/src/lib/infect-rpc.d
13:49:31 [2021-05-06T13:49:31.651Z] #43 ...
13:49:31 [2021-05-06T13:49:31.651Z] 
13:49:31 [2021-05-06T13:49:31.651Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:49:31 [2021-05-06T13:49:31.651Z] #45 sha256:44145e1ef27722c389069fdd75c7ecfd2c7927ed02d8ac0ecae9719f2996f0b0
13:49:31 [2021-05-06T13:49:31.651Z] #45 111.3 github.com/LK4D4/vndr/godl
13:49:32 [2021-05-06T13:49:32.042Z] #43 31.26   CC       images/file-lock.o
13:49:32 [2021-05-06T13:49:32.226Z] #45 111.9 github.com/LK4D4/vndr
13:49:32 [2021-05-06T13:49:32.266Z] #43 69.48   LINK     criu/pie/restorer.built-in.o
13:49:32 [2021-05-06T13:49:32.266Z] #43 69.50   GEN      criu/pie/restorer-blob.h
13:49:32 [2021-05-06T13:49:32.266Z] #43 69.62   DEP      criu/vdso.d
13:49:32 [2021-05-06T13:49:32.304Z] #43 31.44   CC       images/rlimit.o
13:49:32 [2021-05-06T13:49:32.522Z] #43 69.90   DEP      criu/vdso-compat.d
13:49:32 [2021-05-06T13:49:32.522Z] #43 70.02   DEP      criu/uts_ns.d
13:49:32 [2021-05-06T13:49:32.565Z] #43 31.62   CC       images/pagemap.o
13:49:32 [2021-05-06T13:49:32.565Z] #43 31.86   CC       images/siginfo.o
13:49:32 [2021-05-06T13:49:32.779Z] #43 ...
13:49:32 [2021-05-06T13:49:32.779Z] 
13:49:32 [2021-05-06T13:49:32.779Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
13:49:32 [2021-05-06T13:49:32.779Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
13:49:32 [2021-05-06T13:49:32.779Z] #18 DONE 2.6s
13:49:32 [2021-05-06T13:49:32.779Z] 
13:49:32 [2021-05-06T13:49:32.779Z] #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
13:49:32 [2021-05-06T13:49:32.779Z] #53 sha256:056c570bd1adb5d79823637065ea58d66ba7611bd8a2cda05c8179335f142d2b
13:49:32 [2021-05-06T13:49:32.779Z] #53 14.80 + cd /tmp/tmp.8XgrqIP7Kb/src/github.com/opencontainers/runc
13:49:32 [2021-05-06T13:49:32.779Z] #53 14.80 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:49:32 [2021-05-06T13:49:32.779Z] #53 15.57 + '[' -z '' ']'
13:49:32 [2021-05-06T13:49:32.779Z] #53 15.57 + target=static
13:49:32 [2021-05-06T13:49:32.779Z] #53 15.57 + make 'BUILDTAGS=seccomp ' static
13:49:32 [2021-05-06T13:49:32.779Z] #53 15.96 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 .
13:49:33 [2021-05-06T13:49:33.139Z] #43 32.06   CC       images/rpc.o
13:49:33 [2021-05-06T13:49:33.618Z] #45 ...
13:49:33 [2021-05-06T13:49:33.618Z] 
13:49:33 [2021-05-06T13:49:33.618Z] #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
13:49:33 [2021-05-06T13:49:33.618Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
13:49:33 [2021-05-06T13:49:33.618Z] #20 1.655 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
13:49:33 [2021-05-06T13:49:33.618Z] #20 1.816 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:49:33 [2021-05-06T13:49:33.618Z] #20 1.901 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:49:33 [2021-05-06T13:49:33.618Z] #20 1.904 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:49:33 [2021-05-06T13:49:33.618Z] #20 2.415 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [461 kB]
13:49:33 [2021-05-06T13:49:33.618Z] #20 3.243 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
13:49:33 [2021-05-06T13:49:33.618Z] #20 4.237 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [280 kB]
13:49:33 [2021-05-06T13:49:33.618Z] #20 5.295 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB]
13:49:33 [2021-05-06T13:49:33.618Z] #20 8.229 Fetched 8773 kB in 7s (1288 kB/s)
13:49:33 [2021-05-06T13:49:33.618Z] #20 8.229 Reading package lists...
13:49:33 [2021-05-06T13:49:33.618Z] #20 ...
13:49:33 [2021-05-06T13:49:33.618Z] 
13:49:33 [2021-05-06T13:49:33.618Z] #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
13:49:33 [2021-05-06T13:49:33.618Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:49:33 [2021-05-06T13:49:33.618Z] #43 52.52   DEP      compel/arch/aarch64/src/lib/infect.d
13:49:33 [2021-05-06T13:49:33.618Z] #43 52.64   DEP      compel/arch/aarch64/src/lib/cpu.d
13:49:33 [2021-05-06T13:49:33.618Z] #43 52.70   DEP      compel/src/lib/log.d
13:49:33 [2021-05-06T13:49:33.618Z] #43 52.81   DEP      compel/src/main.d
13:49:33 [2021-05-06T13:49:33.618Z] #43 52.93   DEP      compel/src/lib/handle-elf.d
13:49:33 [2021-05-06T13:49:33.618Z] #43 53.02   DEP      compel/arch/aarch64/src/lib/handle-elf.d
13:49:33 [2021-05-06T13:49:33.618Z] #43 53.20   CC       compel/src/lib/log.o
13:49:33 [2021-05-06T13:49:33.618Z] #43 53.51   CC       compel/arch/aarch64/src/lib/cpu.o
13:49:33 [2021-05-06T13:49:33.618Z] #43 53.90   CC       compel/arch/aarch64/src/lib/infect.o
13:49:33 [2021-05-06T13:49:33.618Z] #43 54.42   CC       compel/src/lib/infect-rpc.o
13:49:34 [2021-05-06T13:49:34.149Z] #53 ...
13:49:34 [2021-05-06T13:49:34.149Z] 
13:49:34 [2021-05-06T13:49:34.150Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:49:34 [2021-05-06T13:49:34.150Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:49:34 [2021-05-06T13:49:34.150Z] #43 70.25   DEP      criu/util.d
13:49:34 [2021-05-06T13:49:34.150Z] #43 70.49   DEP      criu/uffd.d
13:49:34 [2021-05-06T13:49:34.150Z] #43 70.71   DEP      criu/tun.d
13:49:34 [2021-05-06T13:49:34.150Z] #43 70.86   DEP      criu/tty.d
13:49:34 [2021-05-06T13:49:34.150Z] #43 71.04   DEP      criu/timerfd.d
13:49:34 [2021-05-06T13:49:34.150Z] #43 71.20   DEP      criu/timens.d
13:49:34 [2021-05-06T13:49:34.150Z] #43 71.43   DEP      criu/sysfs_parse.d
13:49:34 [2021-05-06T13:49:34.150Z] #43 71.59   DEP      criu/sysctl.d
13:49:34 [2021-05-06T13:49:34.191Z] #43 54.85   CC       compel/src/lib/infect-util.o
13:49:34 [2021-05-06T13:49:34.406Z] #43 71.78   DEP      criu/string.d
13:49:34 [2021-05-06T13:49:34.406Z] #43 71.84   DEP      criu/stats.d
13:49:34 [2021-05-06T13:49:34.453Z] #43 55.14   CC       compel/src/lib/infect.o
13:49:34 [2021-05-06T13:49:34.542Z] #43 33.37   CC       images/ext-file.o
13:49:34 [2021-05-06T13:49:34.543Z] #43 33.58   CC       images/cgroup.o
13:49:34 [2021-05-06T13:49:34.662Z] #43 72.00   DEP      criu/sockets.d
13:49:34 [2021-05-06T13:49:34.918Z] #43 72.26   DEP      criu/sk-unix.d
13:49:35 [2021-05-06T13:49:35.118Z] #43 34.16   CC       images/userns.o
13:49:35 [2021-05-06T13:49:35.118Z] #43 34.40   CC       images/google/protobuf/descriptor.o
13:49:35 [2021-05-06T13:49:35.175Z] #43 72.51   DEP      criu/sk-tcp.d
13:49:35 [2021-05-06T13:49:35.402Z] #43 ...
13:49:35 [2021-05-06T13:49:35.402Z] 
13:49:35 [2021-05-06T13:49:35.402Z] #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
13:49:35 [2021-05-06T13:49:35.402Z] #53 sha256:ba74e639f7c67c6026716fa162d5ed984fda8c55b1d581ebbf1073f03758a0d0
13:49:35 [2021-05-06T13:49:35.402Z] #53 12.18 + cd /tmp/tmp.bIRMVptdT5/src/github.com/opencontainers/runc
13:49:35 [2021-05-06T13:49:35.402Z] #53 12.18 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:49:35 [2021-05-06T13:49:35.402Z] #53 12.98 + '[' -z '' ']'
13:49:35 [2021-05-06T13:49:35.402Z] #53 12.99 + target=static
13:49:35 [2021-05-06T13:49:35.402Z] #53 12.99 + make 'BUILDTAGS=seccomp ' static
13:49:35 [2021-05-06T13:49:35.402Z] #53 13.39 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 .
13:49:35 [2021-05-06T13:49:35.402Z] #53 ...
13:49:35 [2021-05-06T13:49:35.402Z] 
13:49:35 [2021-05-06T13:49:35.402Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:49:35 [2021-05-06T13:49:35.402Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
13:49:35 [2021-05-06T13:49:35.402Z] #20 8.229 Reading package lists...
13:49:35 [2021-05-06T13:49:35.432Z] #43 72.75   DEP      criu/sk-queue.d
13:49:35 [2021-05-06T13:49:35.432Z] #43 ...
13:49:35 [2021-05-06T13:49:35.432Z] 
13:49:35 [2021-05-06T13:49:35.432Z] #19 [dev-systemd-false  6/26] RUN ldconfig
13:49:35 [2021-05-06T13:49:35.432Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
13:49:35 [2021-05-06T13:49:35.432Z] #19 DONE 2.8s
13:49:35 [2021-05-06T13:49:35.432Z] 
13:49:35 [2021-05-06T13:49:35.432Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:49:35 [2021-05-06T13:49:35.432Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:49:35 [2021-05-06T13:49:35.432Z] #43 72.92   DEP      criu/sk-packet.d
13:49:35 [2021-05-06T13:49:35.995Z] #43 73.20   DEP      criu/sk-netlink.d
13:49:35 [2021-05-06T13:49:35.995Z] #43 73.40   DEP      criu/sk-inet.d
13:49:36 [2021-05-06T13:49:36.252Z] #43 73.61   DEP      criu/signalfd.d
13:49:36 [2021-05-06T13:49:36.509Z] #43 73.82   DEP      criu/sigframe.d
13:49:36 [2021-05-06T13:49:36.509Z] #43 ...
13:49:36 [2021-05-06T13:49:36.509Z] 
13:49:36 [2021-05-06T13:49:36.509Z] #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
13:49:36 [2021-05-06T13:49:36.509Z] #45 sha256:3aa4c770ceb36e28df1fd45c9d3650059aa078cf20331b33e6326aea6064c9e3
13:49:36 [2021-05-06T13:49:36.509Z] #45 130.2 github.com/LK4D4/vndr/godl
13:49:36 [2021-05-06T13:49:36.509Z] #45 130.9 github.com/LK4D4/vndr
13:49:36 [2021-05-06T13:49:36.509Z] #45 ...
13:49:36 [2021-05-06T13:49:36.509Z] 
13:49:36 [2021-05-06T13:49:36.509Z] #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
13:49:36 [2021-05-06T13:49:36.509Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:49:36 [2021-05-06T13:49:36.509Z] #43 73.93   DEP      criu/shmem.d
13:49:36 [2021-05-06T13:49:36.766Z] #43 74.19   DEP      criu/servicefd.d
13:49:36 [2021-05-06T13:49:36.766Z] #43 ...
13:49:36 [2021-05-06T13:49:36.766Z] 
13:49:36 [2021-05-06T13:49:36.766Z] #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
13:49:36 [2021-05-06T13:49:36.766Z] #45 sha256:3aa4c770ceb36e28df1fd45c9d3650059aa078cf20331b33e6326aea6064c9e3
13:49:36 [2021-05-06T13:49:36.766Z] #45 DONE 140.6s
13:49:37 [2021-05-06T13:49:37.023Z] 
13:49:37 [2021-05-06T13:49:37.023Z] #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
13:49:37 [2021-05-06T13:49:37.023Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:49:37 [2021-05-06T13:49:37.023Z] #43 74.45   DEP      criu/seize.d
13:49:37 [2021-05-06T13:49:37.023Z] #43 74.54   DEP      criu/seccomp.d
13:49:37 [2021-05-06T13:49:37.036Z] #43 35.97   CC       images/opts.o
13:49:37 [2021-05-06T13:49:37.298Z] #43 36.23   CC       images/seccomp.o
13:49:37 [2021-05-06T13:49:37.559Z] #43 36.56   CC       images/binfmt-misc.o
13:49:37 [2021-05-06T13:49:37.559Z] #43 36.76   CC       images/time.o
13:49:37 [2021-05-06T13:49:37.586Z] #43 74.77   DEP      criu/rst-malloc.d
13:49:37 [2021-05-06T13:49:37.586Z] #43 74.83   DEP      criu/rbtree.d
13:49:37 [2021-05-06T13:49:37.586Z] #43 74.89   DEP      criu/pstree.d
13:49:37 [2021-05-06T13:49:37.821Z] #43 36.94   CC       images/sysctl.o
13:49:37 [2021-05-06T13:49:37.842Z] #43 75.10   DEP      criu/protobuf.d
13:49:37 [2021-05-06T13:49:37.842Z] #43 75.21   GEN      criu/protobuf-desc-gen.h
13:49:37 [2021-05-06T13:49:37.958Z] #20 11.27 Reading package lists...
13:49:38 [2021-05-06T13:49:38.083Z] #43 37.10   CC       images/autofs.o
13:49:38 [2021-05-06T13:49:38.083Z] #43 37.27   CC       images/macvlan.o
13:49:38 [2021-05-06T13:49:38.484Z] #20 14.41 Building dependency tree...
13:49:38 [2021-05-06T13:49:38.657Z] #43 37.54   CC       images/sit.o
13:49:38 [2021-05-06T13:49:38.657Z] #43 37.73   CC       images/memfd.o
13:49:38 [2021-05-06T13:49:38.918Z] #43 38.09   CC       images/timens.o
13:49:39 [2021-05-06T13:49:39.060Z] #20 ...
13:49:39 [2021-05-06T13:49:39.060Z] 
13:49:39 [2021-05-06T13:49:39.060Z] #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
13:49:39 [2021-05-06T13:49:39.060Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805
13:49:39 [2021-05-06T13:49:39.060Z] #32 DONE 118.4s
13:49:39 [2021-05-06T13:49:39.060Z] 
13:49:39 [2021-05-06T13:49:39.060Z] #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
13:49:39 [2021-05-06T13:49:39.060Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
13:49:39 [2021-05-06T13:49:39.060Z] #20 15.49 libcap2-bin is already the newest version (1:2.25-2).
13:49:39 [2021-05-06T13:49:39.060Z] #20 15.49 The following additional packages will be installed:
13:49:39 [2021-05-06T13:49:39.060Z] #20 15.49   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
13:49:39 [2021-05-06T13:49:39.060Z] #20 15.49   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
13:49:39 [2021-05-06T13:49:39.060Z] #20 15.49   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
13:49:39 [2021-05-06T13:49:39.060Z] #20 15.49   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
13:49:39 [2021-05-06T13:49:39.060Z] #20 15.49   python3.7 python3.7-minimal vim-runtime xxd
13:49:39 [2021-05-06T13:49:39.060Z] #20 15.50 Suggested packages:
13:49:39 [2021-05-06T13:49:39.060Z] #20 15.50   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
13:49:39 [2021-05-06T13:49:39.060Z] #20 15.50   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
13:49:39 [2021-05-06T13:49:39.060Z] #20 15.50   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
13:49:39 [2021-05-06T13:49:39.060Z] #20 15.50 Recommended packages:
13:49:39 [2021-05-06T13:49:39.060Z] #20 15.50   aufs-dkms nftables build-essential python3-dev python3-keyring
13:49:39 [2021-05-06T13:49:39.060Z] #20 15.50   python3-keyrings.alt python3-xdg unzip
13:49:39 [2021-05-06T13:49:39.180Z] #43 38.33   LINK     images/built-in.o
13:49:39 [2021-05-06T13:49:39.447Z] #43 38.51   GEN      compel/include/asm
13:49:39 [2021-05-06T13:49:39.447Z] #43 38.53   GEN      compel/include/version.h
13:49:39 [2021-05-06T13:49:39.447Z] #43 38.56 touch .config
13:49:39 [2021-05-06T13:49:39.447Z] #43 38.62   GEN      include/common/config.h
13:49:39 [2021-05-06T13:49:39.447Z] #43 38.68   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
13:49:39 [2021-05-06T13:49:39.447Z] #43 38.71   GEN      compel/plugins/include/uapi/std/syscall-64.h
13:49:39 [2021-05-06T13:49:39.447Z] #43 38.73   GEN      compel/arch/x86/plugins/std/syscalls-64.S
13:49:39 [2021-05-06T13:49:39.634Z] #20 ...
13:49:39 [2021-05-06T13:49:39.634Z] 
13:49:39 [2021-05-06T13:49:39.634Z] #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
13:49:39 [2021-05-06T13:49:39.634Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:49:39 [2021-05-06T13:49:39.634Z] #43 57.40   CC       compel/src/lib/ptrace.o
13:49:39 [2021-05-06T13:49:39.634Z] #43 57.79   AR       compel/libcompel.a
13:49:39 [2021-05-06T13:49:39.634Z] #43 57.93   HOSTCC   compel/src/main-host.o
13:49:39 [2021-05-06T13:49:39.634Z] #43 58.19   HOSTCC   compel/arch/aarch64/src/lib/handle-elf-host.o
13:49:39 [2021-05-06T13:49:39.634Z] #43 58.29   HOSTCC   compel/src/lib/handle-elf-host.o
13:49:39 [2021-05-06T13:49:39.634Z] #43 58.78   HOSTCC   compel/src/lib/log-host.o
13:49:39 [2021-05-06T13:49:39.634Z] #43 59.09   HOSTLINK compel/compel-host-bin
13:49:39 [2021-05-06T13:49:39.634Z] #43 59.37   DEP      soccr/soccr.d
13:49:39 [2021-05-06T13:49:39.634Z] #43 59.64   CC       soccr/soccr.o
13:49:39 [2021-05-06T13:49:39.709Z] #43 38.76   DEP      compel/arch/x86/plugins/std/syscalls-64.d
13:49:39 [2021-05-06T13:49:39.709Z] #43 38.78   DEP      compel/arch/x86/plugins/std/memcpy.d
13:49:39 [2021-05-06T13:49:39.709Z] #43 38.81   DEP      compel/arch/x86/plugins/std/parasite-head.d
13:49:39 [2021-05-06T13:49:39.709Z] #43 38.85   GEN      compel/plugins/include/uapi/std/syscall.h
13:49:39 [2021-05-06T13:49:39.709Z] #43 38.87   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
13:49:39 [2021-05-06T13:49:39.709Z] #43 38.88   GEN      compel/plugins/include/uapi/std/syscall-codes.h
13:49:39 [2021-05-06T13:49:39.709Z] #43 38.91   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
13:49:39 [2021-05-06T13:49:39.709Z] #43 38.92   DEP      compel/plugins/std/infect.d
13:49:39 [2021-05-06T13:49:39.732Z] #43 76.93   DEP      criu/protobuf-desc.d
13:49:39 [2021-05-06T13:49:39.732Z] #43 77.05   DEP      criu/proc_parse.d
13:49:39 [2021-05-06T13:49:39.732Z] #43 77.28   DEP      criu/plugin.d
13:49:39 [2021-05-06T13:49:39.971Z] #43 39.09   DEP      compel/plugins/std/string.d
13:49:39 [2021-05-06T13:49:39.988Z] #43 77.38   DEP      criu/pipes.d
13:49:40 [2021-05-06T13:49:40.232Z] #43 39.19   DEP      compel/plugins/std/log.d
13:49:40 [2021-05-06T13:49:40.232Z] #43 39.30   DEP      compel/plugins/std/fds.d
13:49:40 [2021-05-06T13:49:40.232Z] #43 39.43   DEP      compel/plugins/std/std.d
13:49:40 [2021-05-06T13:49:40.244Z] #43 77.57   DEP      criu/pie-util.d
13:49:40 [2021-05-06T13:49:40.244Z] #43 77.65   DEP      criu/pie-util-vdso.d
13:49:40 [2021-05-06T13:49:40.494Z] #43 39.51   DEP      compel/plugins/shmem/shmem.d
13:49:40 [2021-05-06T13:49:40.494Z] #43 39.57   DEP      compel/plugins/fds/fds.d
13:49:40 [2021-05-06T13:49:40.501Z] #43 77.85   DEP      criu/pie-util-vdso-elf32.d
13:49:40 [2021-05-06T13:49:40.501Z] #43 78.02   DEP      criu/path.d
13:49:40 [2021-05-06T13:49:40.756Z] #43 39.75   CC       compel/plugins/std/std.o
13:49:41 [2021-05-06T13:49:41.017Z] #43 40.12   CC       compel/plugins/std/fds.o
13:49:41 [2021-05-06T13:49:41.026Z] #43 61.53   AR       soccr/libsoccr.a
13:49:41 [2021-05-06T13:49:41.026Z] #43 61.60 make[1]: 'soccr/libsoccr.a' is up to date.
13:49:41 [2021-05-06T13:49:41.026Z] #43 ...
13:49:41 [2021-05-06T13:49:41.026Z] 
13:49:41 [2021-05-06T13:49:41.026Z] #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
13:49:41 [2021-05-06T13:49:41.026Z] #45 sha256:44145e1ef27722c389069fdd75c7ecfd2c7927ed02d8ac0ecae9719f2996f0b0
13:49:41 [2021-05-06T13:49:41.026Z] #45 DONE 120.7s
13:49:41 [2021-05-06T13:49:41.064Z] #43 78.30   DEP      criu/parasite-syscall.d
13:49:41 [2021-05-06T13:49:41.064Z] #43 78.47   DEP      criu/pagemap.d
13:49:41 [2021-05-06T13:49:41.289Z] 
13:49:41 [2021-05-06T13:49:41.289Z] #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
13:49:41 [2021-05-06T13:49:41.289Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
13:49:41 [2021-05-06T13:49:41.289Z] #20 17.43 The following NEW packages will be installed:
13:49:41 [2021-05-06T13:49:41.289Z] #20 17.43   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
13:49:41 [2021-05-06T13:49:41.289Z] #20 17.43   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
13:49:41 [2021-05-06T13:49:41.289Z] #20 17.43   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
13:49:41 [2021-05-06T13:49:41.289Z] #20 17.43   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
13:49:41 [2021-05-06T13:49:41.289Z] #20 17.44   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
13:49:41 [2021-05-06T13:49:41.289Z] #20 17.44   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
13:49:41 [2021-05-06T13:49:41.289Z] #20 17.44   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
13:49:41 [2021-05-06T13:49:41.289Z] #20 17.44   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
13:49:41 [2021-05-06T13:49:41.289Z] #20 17.44   xz-utils zip
13:49:41 [2021-05-06T13:49:41.289Z] #20 17.77 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded.
13:49:41 [2021-05-06T13:49:41.289Z] #20 17.77 Need to get 27.6 MB of archives.
13:49:41 [2021-05-06T13:49:41.289Z] #20 17.77 After this operation, 114 MB of additional disk space will be used.
13:49:41 [2021-05-06T13:49:41.289Z] #20 17.77 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB]
13:49:41 [2021-05-06T13:49:41.289Z] #20 17.78 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u3 [588 kB]
13:49:41 [2021-05-06T13:49:41.289Z] #20 17.81 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u3 [1404 kB]
13:49:41 [2021-05-06T13:49:41.321Z] #43 78.63   DEP      criu/pagemap-cache.d
13:49:41 [2021-05-06T13:49:41.321Z] #43 78.74   DEP      criu/page-xfer.d
13:49:41 [2021-05-06T13:49:41.564Z] #20 17.89 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
13:49:41 [2021-05-06T13:49:41.564Z] #20 17.89 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
13:49:41 [2021-05-06T13:49:41.564Z] #20 17.89 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u3 [1642 kB]
13:49:41 [2021-05-06T13:49:41.564Z] #20 17.97 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u3 [330 kB]
13:49:41 [2021-05-06T13:49:41.564Z] #20 17.99 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]
13:49:41 [2021-05-06T13:49:41.564Z] #20 18.01 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]
13:49:41 [2021-05-06T13:49:41.564Z] #20 18.01 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB]
13:49:41 [2021-05-06T13:49:41.564Z] #20 18.01 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB]
13:49:41 [2021-05-06T13:49:41.564Z] #20 18.02 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB]
13:49:41 [2021-05-06T13:49:41.564Z] #20 18.03 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
13:49:41 [2021-05-06T13:49:41.577Z] #43 78.93   DEP      criu/page-pipe.d
13:49:41 [2021-05-06T13:49:41.577Z] #43 79.03   DEP      criu/netfilter.d
13:49:41 [2021-05-06T13:49:41.591Z] #43 40.61   CC       compel/plugins/std/log.o
13:49:41 [2021-05-06T13:49:41.636Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
13:49:41 [2021-05-06T13:49:41.829Z] #20 18.04 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB]
13:49:41 [2021-05-06T13:49:41.829Z] #20 18.04 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB]
13:49:41 [2021-05-06T13:49:41.829Z] #20 18.06 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB]
13:49:41 [2021-05-06T13:49:41.829Z] #20 18.06 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
13:49:41 [2021-05-06T13:49:41.829Z] #20 18.08 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
13:49:41 [2021-05-06T13:49:41.829Z] #20 18.08 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB]
13:49:41 [2021-05-06T13:49:41.829Z] #20 18.11 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB]
13:49:41 [2021-05-06T13:49:41.829Z] #20 18.12 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB]
13:49:41 [2021-05-06T13:49:41.829Z] #20 18.13 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB]
13:49:41 [2021-05-06T13:49:41.829Z] #20 18.16 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB]
13:49:41 [2021-05-06T13:49:41.829Z] #20 18.16 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB]
13:49:41 [2021-05-06T13:49:41.829Z] #20 18.17 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB]
13:49:41 [2021-05-06T13:49:41.829Z] #20 18.17 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB]
13:49:41 [2021-05-06T13:49:41.829Z] #20 18.18 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB]
13:49:41 [2021-05-06T13:49:41.829Z] #20 18.19 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB]
13:49:41 [2021-05-06T13:49:41.829Z] #20 18.19 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
13:49:41 [2021-05-06T13:49:41.834Z] #43 79.24   DEP      criu/net.d
13:49:41 [2021-05-06T13:49:41.852Z] #43 ...
13:49:41 [2021-05-06T13:49:41.852Z] 
13:49:41 [2021-05-06T13:49:41.852Z] #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
13:49:41 [2021-05-06T13:49:41.852Z] #45 sha256:22cfca3a0b4c3e4e5ef538e0315c7e1331d173e069c46336ca9c501feaa5efbb
13:49:41 [2021-05-06T13:49:41.852Z] #45 116.4 vendor/golang.org/x/text/unicode/bidi
13:49:41 [2021-05-06T13:49:41.852Z] #45 117.9 vendor/golang.org/x/text/secure/bidirule
13:49:41 [2021-05-06T13:49:41.852Z] #45 118.2 vendor/golang.org/x/text/unicode/norm
13:49:41 [2021-05-06T13:49:41.852Z] #45 122.1 vendor/golang.org/x/net/idna
13:49:41 [2021-05-06T13:49:41.852Z] #45 124.3 vendor/golang.org/x/net/http2/hpack
13:49:41 [2021-05-06T13:49:41.852Z] #45 125.5 mime
13:49:42 [2021-05-06T13:49:42.091Z] #43 79.45   DEP      criu/namespaces.d
13:49:42 [2021-05-06T13:49:42.347Z] #43 79.62   DEP      criu/mount.d
13:49:42 [2021-05-06T13:49:42.347Z] #43 79.89   DEP      criu/memfd.d
13:49:42 [2021-05-06T13:49:42.426Z] #45 ...
13:49:42 [2021-05-06T13:49:42.426Z] 
13:49:42 [2021-05-06T13:49:42.426Z] #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
13:49:42 [2021-05-06T13:49:42.426Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:49:42 [2021-05-06T13:49:42.426Z] #43 41.44   CC       compel/plugins/std/string.o
13:49:42 [2021-05-06T13:49:42.446Z] #20 18.65 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
13:49:42 [2021-05-06T13:49:42.446Z] #20 18.65 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
13:49:42 [2021-05-06T13:49:42.446Z] #20 18.65 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
13:49:42 [2021-05-06T13:49:42.446Z] #20 18.65 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB]
13:49:42 [2021-05-06T13:49:42.447Z] #20 18.66 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB]
13:49:42 [2021-05-06T13:49:42.447Z] #20 18.67 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB]
13:49:42 [2021-05-06T13:49:42.447Z] #20 18.76 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
13:49:42 [2021-05-06T13:49:42.447Z] #20 18.79 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB]
13:49:42 [2021-05-06T13:49:42.447Z] #20 18.81 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB]
13:49:42 [2021-05-06T13:49:42.447Z] #20 18.81 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB]
13:49:42 [2021-05-06T13:49:42.447Z] #20 18.82 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB]
13:49:42 [2021-05-06T13:49:42.447Z] #20 18.85 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB]
13:49:42 [2021-05-06T13:49:42.447Z] #20 18.85 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u3 [1208 kB]
13:49:42 [2021-05-06T13:49:42.604Z] #43 80.04   DEP      criu/mem.d
13:49:42 [2021-05-06T13:49:42.725Z] #20 18.93 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB]
13:49:42 [2021-05-06T13:49:42.725Z] #20 18.94 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB]
13:49:42 [2021-05-06T13:49:42.725Z] #20 18.96 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB]
13:49:42 [2021-05-06T13:49:42.860Z] #43 80.23   DEP      criu/lsm.d
13:49:42 [2021-05-06T13:49:42.989Z] #20 19.24 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB]
13:49:42 [2021-05-06T13:49:42.989Z] #20 19.35 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB]
13:49:42 [2021-05-06T13:49:42.989Z] #20 19.38 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB]
13:49:42 [2021-05-06T13:49:42.999Z] #43 42.16   CC       compel/plugins/std/infect.o
13:49:43 [2021-05-06T13:49:43.117Z] #43 80.35   DEP      criu/log.d
13:49:43 [2021-05-06T13:49:43.117Z] #43 80.48   DEP      criu/libnetlink.d
13:49:43 [2021-05-06T13:49:43.117Z] #43 80.63   DEP      criu/kerndat.d
13:49:43 [2021-05-06T13:49:43.383Z] #43 80.82   DEP      criu/kcmp-ids.d
13:49:43 [2021-05-06T13:49:43.383Z] #43 80.93   DEP      criu/irmap.d
13:49:43 [2021-05-06T13:49:43.572Z] #43 42.68   CC       compel/arch/x86/plugins/std/parasite-head.o
13:49:43 [2021-05-06T13:49:43.572Z] #43 42.73   CC       compel/arch/x86/plugins/std/memcpy.o
13:49:43 [2021-05-06T13:49:43.639Z] #43 81.12   DEP      criu/ipc_ns.d
13:49:43 [2021-05-06T13:49:43.833Z] #43 42.77   CC       compel/arch/x86/plugins/std/syscalls-64.o
13:49:43 [2021-05-06T13:49:43.833Z] #43 42.82   AR       compel/plugins/std.lib.a
13:49:43 [2021-05-06T13:49:43.833Z] #43 42.88   CC       compel/plugins/fds/fds.o
13:49:43 [2021-05-06T13:49:43.895Z] #43 81.26   DEP      criu/image.d
13:49:43 [2021-05-06T13:49:43.936Z] #20 20.17 debconf: delaying package configuration, since apt-utils is not installed
13:49:43 [2021-05-06T13:49:43.936Z] #20 20.29 Fetched 27.6 MB in 2s (14.6 MB/s)
13:49:43 [2021-05-06T13:49:43.936Z] #20 20.38 Selecting previously unselected package pigz.
13:49:44 [2021-05-06T13:49:44.095Z] #43 43.09   AR       compel/plugins/fds.lib.a
13:49:44 [2021-05-06T13:49:44.095Z] #43 43.16   HOSTDEP  compel/src/lib/log-host.d
13:49:44 [2021-05-06T13:49:44.095Z] #43 43.24   HOSTDEP  compel/src/lib/handle-elf-host.d
13:49:44 [2021-05-06T13:49:44.162Z] #43 81.41   DEP      criu/image-desc.d
13:49:44 [2021-05-06T13:49:44.162Z] #43 81.50   DEP      criu/fsnotify.d
13:49:44 [2021-05-06T13:49:44.199Z] #20 20.38 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23408 files and directories currently installed.)
13:49:44 [2021-05-06T13:49:44.199Z] #20 20.49 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ...
13:49:44 [2021-05-06T13:49:44.199Z] #20 20.50 Unpacking pigz (2.4-1) ...
13:49:44 [2021-05-06T13:49:44.199Z] #20 20.63 Selecting previously unselected package libpython3.7-minimal:arm64.
13:49:44 [2021-05-06T13:49:44.199Z] #20 20.64 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_arm64.deb ...
13:49:44 [2021-05-06T13:49:44.356Z] #43 43.37   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
13:49:44 [2021-05-06T13:49:44.356Z] #43 43.50   HOSTDEP  compel/src/main-host.d
13:49:44 [2021-05-06T13:49:44.356Z] #43 43.60   DEP      compel/src/lib/ptrace.d
13:49:44 [2021-05-06T13:49:44.445Z] #43 81.70   DEP      criu/filesystems.d
13:49:44 [2021-05-06T13:49:44.445Z] #43 81.89   DEP      criu/files.d
13:49:44 [2021-05-06T13:49:44.462Z] #20 20.69 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ...
13:49:44 [2021-05-06T13:49:44.618Z] #43 43.72   DEP      compel/src/lib/infect.d
13:49:44 [2021-05-06T13:49:44.705Z] #43 82.07   DEP      criu/files-reg.d
13:49:44 [2021-05-06T13:49:44.725Z] #20 21.11 Selecting previously unselected package python3.7-minimal.
13:49:44 [2021-05-06T13:49:44.725Z] #20 21.13 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_arm64.deb ...
13:49:44 [2021-05-06T13:49:44.725Z] #20 21.15 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
13:49:44 [2021-05-06T13:49:44.841Z] Running on azwin-2-869860 in d:\jenkins\workspace\moby_PR-42098
[Pipeline] {
[Pipeline] ws
13:49:44 [2021-05-06T13:49:44.860Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
13:49:44 [2021-05-06T13:49:44.880Z] #43 43.92   DEP      compel/src/lib/infect-util.d
13:49:44 [2021-05-06T13:49:44.880Z] #43 44.05   DEP      compel/src/lib/infect-rpc.d
13:49:44 [2021-05-06T13:49:44.880Z] #43 44.16   DEP      compel/arch/x86/src/lib/infect.d
[Pipeline] checkout
13:49:44 [2021-05-06T13:49:44.982Z] #43 82.24   DEP      criu/files-ext.d
13:49:44 [2021-05-06T13:49:44.982Z] #43 ...
13:49:44 [2021-05-06T13:49:44.982Z] 
13:49:44 [2021-05-06T13:49:44.982Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:49:44 [2021-05-06T13:49:44.982Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
13:49:44 [2021-05-06T13:49:44.982Z] #32 DONE 148.5s
13:49:44 [2021-05-06T13:49:44.982Z] 
13:49:44 [2021-05-06T13:49:44.982Z] #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
13:49:44 [2021-05-06T13:49:44.982Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:49:44 [2021-05-06T13:49:44.982Z] #43 82.47   DEP      criu/file-lock.d
13:49:44 [2021-05-06T13:49:44.982Z] #43 ...
13:49:44 [2021-05-06T13:49:44.982Z] 
13:49:44 [2021-05-06T13:49:44.982Z] #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
13:49:44 [2021-05-06T13:49:44.982Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:49:44 [2021-05-06T13:49:44.982Z] #20 3.603 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
13:49:44 [2021-05-06T13:49:44.982Z] #20 3.746 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:49:44 [2021-05-06T13:49:44.982Z] #20 3.843 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:49:44 [2021-05-06T13:49:44.982Z] #20 4.000 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:49:44 [2021-05-06T13:49:44.982Z] #20 4.216 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB]
13:49:44 [2021-05-06T13:49:44.982Z] #20 5.206 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:49:44 [2021-05-06T13:49:44.982Z] #20 6.351 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
13:49:44 [2021-05-06T13:49:44.982Z] #20 7.865 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
13:49:45 [2021-05-06T13:49:45.141Z] #43 44.38   DEP      compel/arch/x86/src/lib/cpu.d
13:49:45 [2021-05-06T13:49:45.141Z] #43 44.41   DEP      compel/src/lib/log.d
13:49:45 [2021-05-06T13:49:45.251Z] #20 ...
13:49:45 [2021-05-06T13:49:45.251Z] 
13:49:45 [2021-05-06T13:49:45.251Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:49:45 [2021-05-06T13:49:45.251Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:49:45 [2021-05-06T13:49:45.251Z] #43 82.76   DEP      criu/file-ids.d
13:49:45 [2021-05-06T13:49:45.403Z] #43 44.45   DEP      compel/src/main.d
13:49:45 [2021-05-06T13:49:45.403Z] #43 44.62   DEP      compel/src/lib/handle-elf.d
13:49:45 [2021-05-06T13:49:45.403Z] #43 44.70   DEP      compel/arch/x86/src/lib/handle-elf.d
13:49:45 [2021-05-06T13:49:45.507Z] #43 82.94   DEP      criu/fifo.d
13:49:45 [2021-05-06T13:49:45.672Z] #20 21.81 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ...
13:49:45 [2021-05-06T13:49:45.672Z] #20 21.84 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
13:49:45 [2021-05-06T13:49:45.763Z] #43 83.13   DEP      criu/fdstore.d
13:49:45 [2021-05-06T13:49:45.976Z] #43 44.88   CC       compel/src/lib/log.o
13:49:45 [2021-05-06T13:49:45.976Z] #43 45.09   CC       compel/arch/x86/src/lib/cpu.o
13:49:46 [2021-05-06T13:49:46.019Z] #43 83.22   DEP      criu/fault-injection.d
13:49:46 [2021-05-06T13:49:46.019Z] #43 83.28   DEP      criu/external.d
13:49:46 [2021-05-06T13:49:46.019Z] #43 83.42   DEP      criu/eventpoll.d
13:49:46 [2021-05-06T13:49:46.237Z] The recommended git tool is: git
13:49:46 [2021-05-06T13:49:46.277Z] #43 83.65   DEP      criu/eventfd.d
13:49:46 [2021-05-06T13:49:46.536Z] #43 83.84   DEP      criu/crtools.d
13:49:46 [2021-05-06T13:49:46.536Z] #43 84.10   DEP      criu/cr-service.d
13:49:46 [2021-05-06T13:49:46.549Z] #43 45.78   CC       compel/arch/x86/src/lib/infect.o
13:49:47 [2021-05-06T13:49:47.098Z] #43 84.28   DEP      criu/cr-restore.d
13:49:47 [2021-05-06T13:49:47.355Z] #43 84.56   DEP      criu/cr-errno.d
13:49:47 [2021-05-06T13:49:47.355Z] #43 84.58   DEP      criu/cr-dump.d
13:49:47 [2021-05-06T13:49:47.355Z] #43 84.81   DEP      criu/cr-dedup.d
13:49:47 [2021-05-06T13:49:47.494Z] #43 46.57   CC       compel/src/lib/infect-rpc.o
13:49:47 [2021-05-06T13:49:47.611Z] #43 84.99   DEP      criu/cr-check.d
13:49:47 [2021-05-06T13:49:47.755Z] #43 46.93   CC       compel/src/lib/infect-util.o
13:49:47 [2021-05-06T13:49:47.868Z] #43 85.26   DEP      criu/config.d
13:49:48 [2021-05-06T13:49:48.017Z] #43 47.24   CC       compel/src/lib/infect.o
13:49:48 [2021-05-06T13:49:48.124Z] #43 85.43   DEP      criu/clone-noasan.d
13:49:48 [2021-05-06T13:49:48.124Z] #43 85.53   DEP      criu/cgroup.d
13:49:48 [2021-05-06T13:49:48.231Z] #20 24.23 Selecting previously unselected package python3-minimal.
13:49:48 [2021-05-06T13:49:48.231Z] #20 24.23 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23657 files and directories currently installed.)
13:49:48 [2021-05-06T13:49:48.231Z] #20 24.31 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ...
13:49:48 [2021-05-06T13:49:48.231Z] #20 24.32 Unpacking python3-minimal (3.7.3-1) ...
13:49:48 [2021-05-06T13:49:48.231Z] #20 24.45 Selecting previously unselected package libmpdec2:arm64.
13:49:48 [2021-05-06T13:49:48.231Z] #20 24.45 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ...
13:49:48 [2021-05-06T13:49:48.231Z] #20 24.48 Unpacking libmpdec2:arm64 (2.4.2-2) ...
13:49:48 [2021-05-06T13:49:48.279Z] #43 ...
13:49:48 [2021-05-06T13:49:48.279Z] 
13:49:48 [2021-05-06T13:49:48.279Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:49:48 [2021-05-06T13:49:48.279Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:49:48 [2021-05-06T13:49:48.279Z] #13 123.8 Selecting previously unselected package libapparmor1:amd64.
13:49:48 [2021-05-06T13:49:48.279Z] #13 123.8 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 123.8 Unpacking libapparmor1:amd64 (2.13.2-10) ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 123.9 Selecting previously unselected package libapparmor-dev:amd64.
13:49:48 [2021-05-06T13:49:48.279Z] #13 123.9 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 123.9 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 124.1 Selecting previously unselected package libbtrfs0.
13:49:48 [2021-05-06T13:49:48.279Z] #13 124.1 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 124.1 Unpacking libbtrfs0 (4.20.1-2) ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 124.2 Selecting previously unselected package libbtrfs-dev.
13:49:48 [2021-05-06T13:49:48.279Z] #13 124.2 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 124.2 Unpacking libbtrfs-dev (4.20.1-2) ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 124.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
13:49:48 [2021-05-06T13:49:48.279Z] #13 124.3 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 124.3 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 124.4 Selecting previously unselected package libudev-dev:amd64.
13:49:48 [2021-05-06T13:49:48.279Z] #13 124.4 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 124.5 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 124.6 Selecting previously unselected package libsepol1-dev:amd64.
13:49:48 [2021-05-06T13:49:48.279Z] #13 124.6 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 124.7 Unpacking libsepol1-dev:amd64 (2.8-1) ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 125.0 Selecting previously unselected package libpcre16-3:amd64.
13:49:48 [2021-05-06T13:49:48.279Z] #13 125.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 125.0 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 125.3 Selecting previously unselected package libpcre32-3:amd64.
13:49:48 [2021-05-06T13:49:48.279Z] #13 125.3 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 125.3 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 125.5 Selecting previously unselected package libpcrecpp0v5:amd64.
13:49:48 [2021-05-06T13:49:48.279Z] #13 125.5 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 125.5 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 125.6 Selecting previously unselected package libpcre3-dev:amd64.
13:49:48 [2021-05-06T13:49:48.279Z] #13 125.6 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 125.6 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 126.1 Selecting previously unselected package libselinux1-dev:amd64.
13:49:48 [2021-05-06T13:49:48.279Z] #13 126.1 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 126.1 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 126.3 Selecting previously unselected package libdevmapper-dev:amd64.
13:49:48 [2021-05-06T13:49:48.279Z] #13 126.4 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 126.4 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 126.4 Selecting previously unselected package libseccomp-dev:amd64.
13:49:48 [2021-05-06T13:49:48.279Z] #13 126.5 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 126.5 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 126.6 Selecting previously unselected package libsystemd-dev:amd64.
13:49:48 [2021-05-06T13:49:48.279Z] #13 126.6 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
13:49:48 [2021-05-06T13:49:48.279Z] #13 126.6 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
13:49:48 [2021-05-06T13:49:48.380Z] #43 85.68   DEP      criu/cgroup-props.d
13:49:48 [2021-05-06T13:49:48.380Z] #43 85.76   DEP      criu/bitmap.d
13:49:48 [2021-05-06T13:49:48.380Z] #43 85.78   DEP      criu/bfd.d
13:49:48 [2021-05-06T13:49:48.494Z] #20 24.65 Selecting previously unselected package libpython3.7-stdlib:arm64.
13:49:48 [2021-05-06T13:49:48.494Z] #20 24.65 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_arm64.deb ...
13:49:48 [2021-05-06T13:49:48.494Z] #20 24.66 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ...
13:49:48 [2021-05-06T13:49:48.640Z] #43 85.88   DEP      criu/autofs.d
13:49:48 [2021-05-06T13:49:48.640Z] #43 86.01   DEP      criu/aio.d
13:49:48 [2021-05-06T13:49:48.852Z] #13 127.1 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
13:49:48 [2021-05-06T13:49:48.852Z] #13 127.1 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
13:49:48 [2021-05-06T13:49:48.852Z] #13 127.2 Setting up libapparmor1:amd64 (2.13.2-10) ...
13:49:48 [2021-05-06T13:49:48.852Z] #13 127.2 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
13:49:48 [2021-05-06T13:49:48.852Z] #13 127.2 Setting up libpcre16-3:amd64 (2:8.39-12) ...
13:49:48 [2021-05-06T13:49:48.852Z] #13 127.2 Setting up libsepol1-dev:amd64 (2.8-1) ...
13:49:48 [2021-05-06T13:49:48.852Z] #13 127.2 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
13:49:48 [2021-05-06T13:49:48.852Z] #13 127.2 Setting up libbtrfs0 (4.20.1-2) ...
13:49:48 [2021-05-06T13:49:48.852Z] #13 127.3 Setting up libpcre32-3:amd64 (2:8.39-12) ...
13:49:48 [2021-05-06T13:49:48.852Z] #13 127.3 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
13:49:48 [2021-05-06T13:49:48.852Z] #13 127.3 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
13:49:48 [2021-05-06T13:49:48.852Z] #13 127.3 Setting up libbtrfs-dev (4.20.1-2) ...
13:49:48 [2021-05-06T13:49:48.896Z] #43 86.22   DEP      criu/action-scripts.d
13:49:49 [2021-05-06T13:49:49.114Z] #13 127.3 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
13:49:49 [2021-05-06T13:49:49.114Z] #13 127.4 Setting up mingw-w64-common (6.0.0-3) ...
13:49:49 [2021-05-06T13:49:49.114Z] #13 127.4 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
13:49:49 [2021-05-06T13:49:49.114Z] #13 127.4 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
13:49:49 [2021-05-06T13:49:49.114Z] #13 127.4 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
13:49:49 [2021-05-06T13:49:49.114Z] #13 127.4 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:49:49 [2021-05-06T13:49:49.114Z] #13 127.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
13:49:49 [2021-05-06T13:49:49.114Z] #13 127.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
13:49:49 [2021-05-06T13:49:49.114Z] #13 127.4 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:49:49 [2021-05-06T13:49:49.114Z] #13 127.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
13:49:49 [2021-05-06T13:49:49.114Z] #13 127.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
13:49:49 [2021-05-06T13:49:49.114Z] #13 127.5 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
13:49:49 [2021-05-06T13:49:49.114Z] #13 127.5 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
13:49:49 [2021-05-06T13:49:49.114Z] #13 127.5 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
13:49:49 [2021-05-06T13:49:49.114Z] #13 127.5 Setting up dmsetup (2:1.02.155-3) ...
13:49:49 [2021-05-06T13:49:49.114Z] #13 127.5 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
13:49:49 [2021-05-06T13:49:49.114Z] #13 127.5 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
13:49:49 [2021-05-06T13:49:49.152Z] #43 86.52   CC       criu/action-scripts.o
13:49:49 [2021-05-06T13:49:49.376Z] #13 127.6 Processing triggers for libc-bin (2.28-10) ...
13:49:49 [2021-05-06T13:49:49.442Z] #20 25.50 Selecting previously unselected package python3.7.
13:49:49 [2021-05-06T13:49:49.442Z] #20 25.51 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_arm64.deb ...
13:49:49 [2021-05-06T13:49:49.442Z] #20 25.52 Unpacking python3.7 (3.7.3-2+deb10u3) ...
13:49:49 [2021-05-06T13:49:49.442Z] #20 25.67 Selecting previously unselected package libpython3-stdlib:arm64.
13:49:49 [2021-05-06T13:49:49.442Z] #20 25.68 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ...
13:49:49 [2021-05-06T13:49:49.442Z] #20 25.70 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
13:49:49 [2021-05-06T13:49:49.442Z] #20 25.82 Setting up python3-minimal (3.7.3-1) ...
13:49:49 [2021-05-06T13:49:49.716Z] #43 86.90   CC       criu/aio.o
13:49:49 [2021-05-06T13:49:49.950Z] #13 DONE 128.3s
13:49:49 [2021-05-06T13:49:49.950Z] 
13:49:49 [2021-05-06T13:49:49.950Z] #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
13:49:49 [2021-05-06T13:49:49.950Z] #58 sha256:f6ebefd7a0cfba51c241b0a70410df26885424db59a6b7c609d7e4aa3b0c7386
13:49:49 [2021-05-06T13:49:49.950Z] #58 133.1 + for f in rootlesskit rootlesskit-docker-proxy
13:49:49 [2021-05-06T13:49:49.950Z] #58 133.1 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
13:49:49 [2021-05-06T13:49:49.974Z] #43 87.35   CC       criu/autofs.o
13:49:50 [2021-05-06T13:49:50.392Z] #20 ...
13:49:50 [2021-05-06T13:49:50.392Z] 
13:49:50 [2021-05-06T13:49:50.392Z] #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
13:49:50 [2021-05-06T13:49:50.392Z] #24 sha256:2e5d3f4f3ff7e467120f66103e84dd64b72d9c52747c723d54ce95db74ee02a2
13:49:50 [2021-05-06T13:49:50.392Z] #24 119.8 Checking out files:  13% (1525/11355)   
Checking out files:  14% (1590/11355)   
Checking out files:  15% (1704/11355)   
Checking out files:  16% (1817/11355)   
Checking out files:  17% (1931/11355)   
Checking out files:  18% (2044/11355)   
Checking out files:  19% (2158/11355)   
Checking out files:  20% (2271/11355)   
Checking out files:  21% (2385/11355)   
Checking out files:  22% (2499/11355)   
Checking out files:  23% (2612/11355)   
Checking out files:  24% (2726/11355)   
Checking out files:  25% (2839/11355)   
Checking out files:  26% (2953/11355)   
Checking out files:  27% (3066/11355)   
Checking out files:  27% (3116/11355)   
Checking out files:  28% (3180/11355)   
Checking out files:  29% (3293/11355)   
Checking out files:  30% (3407/11355)   
Checking out files:  31% (3521/11355)   
Checking out files:  32% (3634/11355)   
Checking out files:  33% (3748/11355)   
Checking out files:  34% (3861/11355)   
Checking out files:  35% (3975/11355)   
Checking out files:  36% (4088/11355)   
Checking out files:  37% (4202/11355)   
Checking out files:  38% (4315/11355)   
Checking out files:  39% (4429/11355)   
Checking out files:  39% (4530/11355)   
Checking out files:  40% (4542/11355)   
Checking out files:  41% (4656/11355)   
Checking out files:  42% (4770/11355)   
Checking out files:  43% (4883/11355)   
Checking out files:  44% (4997/11355)   
Checking out files:  45% (5110/11355)   
Checking out files:  46% (5224/11355)   
Checking out files:  47% (5337/11355)   
Checking out files:  48% (5451/11355)   
Checking out files:  49% (5564/11355)   
Checking out files:  50% (5678/11355)   
Checking out files:  51% (5792/11355)   
Checking out files:  52% (5905/11355)   
Checking out files:  53% (6019/11355)   
Checking out files:  54% (6132/11355)   
Checking out files:  55% (6246/11355)   
Checking out files:  56% (6359/11355)   
Checking out files:  57% (6473/11355)   
Checking out files:  58% (6586/11355)   
Checking out files:  59% (6700/11355)   
Checking out files:  60% (6813/11355)   
Checking out files:  60% (6913/11355)   
Checking out files:  61% (6927/11355)   
Checking out files:  62% (7041/11355)   
Checking out files:  63% (7154/11355)   
Checking out files:  64% (7268/11355)   
Checking out files:  65% (7381/11355)   
Checking out files:  66% (7495/11355)   
Checking out files:  67% (7608/11355)   
Checking out files:  68% (7722/11355)   
Checking out files:  69% (7835/11355)   
Checking out files:  70% (7949/11355)   
Checking out files:  71% (8063/11355)   
Checking out files:  72% (8176/11355)   
Checking out files:  73% (8290/11355)   
Checking out files:  74% (8403/11355)   
Checking out files:  75% (8517/11355)   
Checking out files:  76% (8630/11355)   
Checking out files:  77% (8744/11355)   
Checking out files:  78% (8857/11355)   
Checking out files:  79% (8971/11355)   
Checking out files:  80% (9084/11355)   
Checking out files:  81% (9198/11355)   
Checking out files:  81% (9283/11355)   
Checking out files:  82% (9312/11355)   
Checking out files:  83% (9425/11355)   
Checking out files:  84% (9539/11355)   
Checking out files:  85% (9652/11355)   
Checking out files:  86% (9766/11355)   
Checking out files:  87% (9879/11355)   
Checking out files:  88% (9993/11355)   
Checking out files:  89% (10106/11355)   
Checking out files:  90% (10220/11355)   
Checking out files:  91% (10334/11355)   
Checking out files:  92% (10447/11355)   
Checking out files:  93% (10561/11355)   
Checking out files:  94% (10674/11355)   
Checking out files:  95% (10788/11355)   
Checking out files:  96% (10901/11355)   
Checking out files:  97% (11015/11355)   
Checking out files:  98% (11128/11355)   
Checking out files:  99% (11242/11355)   
Checking out files: 100% (11355/11355)   
Checking out files: 100% (11355/11355), done.
13:49:50 [2021-05-06T13:49:50.392Z] #24 124.6 + cd /tmp/tmp.xmD6SaLMiP/tmp/docker-ce
13:49:50 [2021-05-06T13:49:50.392Z] #24 124.6 + git checkout -q v17.06.2-ce
13:49:50 [2021-05-06T13:49:50.392Z] #24 128.1 + mkdir -p /tmp/tmp.xmD6SaLMiP/src/github.com/docker
13:49:50 [2021-05-06T13:49:50.392Z] #24 128.1 + mv components/cli /tmp/tmp.xmD6SaLMiP/src/github.com/docker/cli
13:49:50 [2021-05-06T13:49:50.392Z] #24 128.1 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
13:49:50 [2021-05-06T13:49:50.655Z] #24 ...
13:49:50 [2021-05-06T13:49:50.655Z] 
13:49:50 [2021-05-06T13:49:50.655Z] #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
13:49:50 [2021-05-06T13:49:50.655Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
13:49:50 [2021-05-06T13:49:50.655Z] #20 27.00 Selecting previously unselected package python3.
13:49:50 [2021-05-06T13:49:50.655Z] #20 27.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 ... 24069 files and directories currently installed.)
13:49:50 [2021-05-06T13:49:50.655Z] #20 27.06 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ...
13:49:50 [2021-05-06T13:49:50.918Z] #20 27.09 Unpacking python3 (3.7.3-1) ...
13:49:50 [2021-05-06T13:49:50.918Z] #20 27.24 Selecting previously unselected package libip4tc0:arm64.
13:49:50 [2021-05-06T13:49:50.918Z] #20 27.24 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ...
13:49:50 [2021-05-06T13:49:50.918Z] #20 27.25 Unpacking libip4tc0:arm64 (1.8.2-4) ...
13:49:51 [2021-05-06T13:49:51.184Z] #20 27.37 Selecting previously unselected package libip6tc0:arm64.
13:49:51 [2021-05-06T13:49:51.184Z] #20 27.37 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ...
13:49:51 [2021-05-06T13:49:51.184Z] #20 27.38 Unpacking libip6tc0:arm64 (1.8.2-4) ...
13:49:51 [2021-05-06T13:49:51.184Z] #20 27.49 Selecting previously unselected package libiptc0:arm64.
13:49:51 [2021-05-06T13:49:51.184Z] #20 27.49 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ...
13:49:51 [2021-05-06T13:49:51.184Z] #20 27.51 Unpacking libiptc0:arm64 (1.8.2-4) ...
13:49:51 [2021-05-06T13:49:51.343Z] #43 88.56   CC       criu/bfd.o
13:49:51 [2021-05-06T13:49:51.445Z] #20 27.60 Selecting previously unselected package libnfnetlink0:arm64.
13:49:51 [2021-05-06T13:49:51.445Z] #20 27.61 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
13:49:51 [2021-05-06T13:49:51.445Z] #20 27.61 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
13:49:51 [2021-05-06T13:49:51.445Z] #20 27.69 Selecting previously unselected package libnetfilter-conntrack3:arm64.
13:49:51 [2021-05-06T13:49:51.445Z] #20 27.69 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ...
13:49:51 [2021-05-06T13:49:51.445Z] #20 27.74 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ...
13:49:51 [2021-05-06T13:49:51.445Z] #20 27.85 Selecting previously unselected package libnftnl11:arm64.
13:49:51 [2021-05-06T13:49:51.445Z] #20 ...
13:49:51 [2021-05-06T13:49:51.445Z] 
13:49:51 [2021-05-06T13:49:51.445Z] #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
13:49:51 [2021-05-06T13:49:51.445Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:49:51 [2021-05-06T13:49:51.445Z] #43 62.08   DEP      criu/arch/aarch64/sigframe.d
13:49:51 [2021-05-06T13:49:51.445Z] #43 62.27   DEP      criu/arch/aarch64/crtools.d
13:49:51 [2021-05-06T13:49:51.445Z] #43 62.57   DEP      criu/arch/aarch64/cpu.d
13:49:51 [2021-05-06T13:49:51.445Z] #43 62.63   DEP      criu/arch/aarch64/bitops.d
13:49:51 [2021-05-06T13:49:51.445Z] #43 62.69   CC       criu/arch/aarch64/bitops.o
13:49:51 [2021-05-06T13:49:51.445Z] #43 62.76   CC       criu/arch/aarch64/cpu.o
13:49:51 [2021-05-06T13:49:51.445Z] #43 63.04   CC       criu/arch/aarch64/crtools.o
13:49:51 [2021-05-06T13:49:51.445Z] #43 63.95   CC       criu/arch/aarch64/sigframe.o
13:49:51 [2021-05-06T13:49:51.445Z] #43 64.28   LINK     criu/arch/aarch64/crtools.built-in.o
13:49:51 [2021-05-06T13:49:51.445Z] #43 64.36   DEP      criu/pie/util-vdso.d
13:49:51 [2021-05-06T13:49:51.445Z] #43 64.57   DEP      criu/pie/util.d
13:49:51 [2021-05-06T13:49:51.445Z] #43 64.73   CC       criu/pie/util.o
13:49:51 [2021-05-06T13:49:51.445Z] #43 65.08   CC       criu/pie/util-vdso.o
13:49:51 [2021-05-06T13:49:51.445Z] #43 65.69   AR       criu/pie/pie.lib.a
13:49:51 [2021-05-06T13:49:51.445Z] #43 65.77   DEP      criu/pie/restorer.d
13:49:51 [2021-05-06T13:49:51.445Z] #43 66.04   DEP      criu/arch/aarch64/intraprocedure.d
13:49:51 [2021-05-06T13:49:51.445Z] #43 66.06   DEP      criu/arch/aarch64/restorer.d
13:49:51 [2021-05-06T13:49:51.445Z] #43 66.15   DEP      criu/arch/aarch64/vdso-pie.d
13:49:51 [2021-05-06T13:49:51.445Z] #43 66.26   DEP      criu/pie/parasite-vdso.d
13:49:51 [2021-05-06T13:49:51.445Z] #43 66.45   DEP      criu/pie/parasite.d
13:49:51 [2021-05-06T13:49:51.445Z] #43 66.69   CC       criu/pie/parasite.o
13:49:51 [2021-05-06T13:49:51.445Z] #43 67.70   LINK     criu/pie/parasite.built-in.o
13:49:51 [2021-05-06T13:49:51.445Z] #43 67.71   GEN      criu/pie/parasite-blob.h
13:49:51 [2021-05-06T13:49:51.445Z] #43 67.72   CC       criu/pie/parasite-vdso.o
13:49:51 [2021-05-06T13:49:51.445Z] #43 68.19   CC       criu/arch/aarch64/vdso-pie.o
13:49:51 [2021-05-06T13:49:51.445Z] #43 68.58   CC       criu/arch/aarch64/restorer.o
13:49:51 [2021-05-06T13:49:51.445Z] #43 69.04   CC       criu/arch/aarch64/intraprocedure.o
13:49:51 [2021-05-06T13:49:51.445Z] #43 69.12   CC       criu/pie/restorer.o
13:49:51 [2021-05-06T13:49:51.445Z] #43 71.58   LINK     criu/pie/restorer.built-in.o
13:49:51 [2021-05-06T13:49:51.445Z] #43 71.60   GEN      criu/pie/restorer-blob.h
13:49:51 [2021-05-06T13:49:51.445Z] #43 71.70   DEP      criu/vdso.d
13:49:51 [2021-05-06T13:49:51.445Z] #43 71.98   DEP      criu/uts_ns.d
13:49:51 [2021-05-06T13:49:51.445Z] #43 72.15   DEP      criu/util.d
13:49:51 [2021-05-06T13:49:51.599Z] #43 89.00   CC       criu/bitmap.o
13:49:51 [2021-05-06T13:49:51.708Z] #43 ...
13:49:51 [2021-05-06T13:49:51.708Z] 
13:49:51 [2021-05-06T13:49:51.708Z] #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
13:49:51 [2021-05-06T13:49:51.708Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
13:49:51 [2021-05-06T13:49:51.708Z] #20 27.85 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ...
13:49:51 [2021-05-06T13:49:51.708Z] #20 27.88 Unpacking libnftnl11:arm64 (1.1.2-2) ...
13:49:51 [2021-05-06T13:49:51.708Z] #20 28.01 Selecting previously unselected package iptables.
13:49:51 [2021-05-06T13:49:51.708Z] #20 28.01 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ...
13:49:51 [2021-05-06T13:49:51.708Z] #20 28.03 Unpacking iptables (1.8.2-4) ...
13:49:51 [2021-05-06T13:49:51.855Z] #43 89.16   CC       criu/cgroup-props.o
13:49:51 [2021-05-06T13:49:51.871Z] #58 ...
13:49:51 [2021-05-06T13:49:51.871Z] 
13:49:51 [2021-05-06T13:49:51.871Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
13:49:51 [2021-05-06T13:49:51.871Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
13:49:51 [2021-05-06T13:49:51.871Z] #14 DONE 1.8s
13:49:51 [2021-05-06T13:49:51.871Z] 
13:49:51 [2021-05-06T13:49:51.871Z] #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
13:49:51 [2021-05-06T13:49:51.871Z] #53 sha256:c46e8d8e6ebd72485e572f4d102e32dde8fc28a3c7261858952389bfee5faad9
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.725 + RM_GOPATH=0
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.725 + TMP_GOPATH=
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.725 + : /build
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.725 + '[' -z '' ']'
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.726 ++ mktemp -d
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.727 + export GOPATH=/tmp/tmp.A1IClvpeBu
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.727 + GOPATH=/tmp/tmp.A1IClvpeBu
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.727 + RM_GOPATH=1
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.727 + case "$(go env GOARCH)" in
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.730 ++ go env GOARCH
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.762 + export GO_BUILDMODE=-buildmode=pie
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.762 + GO_BUILDMODE=-buildmode=pie
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.762 ++ dirname /tmp/install/install.sh
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.762 + dir=/tmp/install
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.762 + bin=runc
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.762 + shift
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.762 + '[' '!' -f /tmp/install/runc.installer ']'
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.762 + . /tmp/install/runc.installer
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.762 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.762 + install_runc
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.768 + grep -q '^3\.10\.0.*\.el7\.'
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.770 + uname -r
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.776 + RUNC_BUILDTAGS='seccomp '
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.776 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.776 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.776 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.A1IClvpeBu/src/github.com/opencontainers/runc
13:49:51 [2021-05-06T13:49:51.871Z] #53 1.782 Cloning into '/tmp/tmp.A1IClvpeBu/src/github.com/opencontainers/runc'...
13:49:51 [2021-05-06T13:49:51.971Z] #20 28.38 Selecting previously unselected package xxd.
13:49:51 [2021-05-06T13:49:51.971Z] #20 28.39 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ...
13:49:51 [2021-05-06T13:49:51.971Z] #20 28.39 Unpacking xxd (2:8.1.0875-5) ...
13:49:52 [2021-05-06T13:49:52.234Z] #20 28.53 Selecting previously unselected package vim-common.
13:49:52 [2021-05-06T13:49:52.234Z] #20 28.55 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
13:49:52 [2021-05-06T13:49:52.234Z] #20 28.58 Unpacking vim-common (2:8.1.0875-5) ...
13:49:52 [2021-05-06T13:49:52.417Z] #43 89.90   CC       criu/cgroup.o
13:49:52 [2021-05-06T13:49:52.496Z] #20 28.87 Selecting previously unselected package bash-completion.
13:49:52 [2021-05-06T13:49:52.496Z] #20 28.88 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
13:49:52 [2021-05-06T13:49:52.675Z] #56 228.6 + bin/containerd-stress
13:49:52 [2021-05-06T13:49:52.675Z] #56 230.5 + bin/containerd-shim
13:49:52 [2021-05-06T13:49:52.820Z] #53 ...
13:49:52 [2021-05-06T13:49:52.820Z] 
13:49:52 [2021-05-06T13:49:52.820Z] #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
13:49:52 [2021-05-06T13:49:52.820Z] #45 sha256:22cfca3a0b4c3e4e5ef538e0315c7e1331d173e069c46336ca9c501feaa5efbb
13:49:52 [2021-05-06T13:49:52.820Z] #45 127.0 mime/quotedprintable
13:49:52 [2021-05-06T13:49:52.820Z] #45 127.4 net/http/internal
13:49:52 [2021-05-06T13:49:52.820Z] #45 130.5 crypto/tls
13:49:52 [2021-05-06T13:49:52.820Z] #45 ...
13:49:52 [2021-05-06T13:49:52.820Z] 
13:49:52 [2021-05-06T13:49:52.820Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:49:52 [2021-05-06T13:49:52.820Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:49:52 [2021-05-06T13:49:52.820Z] #43 50.13   CC       compel/src/lib/ptrace.o
13:49:52 [2021-05-06T13:49:52.820Z] #43 50.81   AR       compel/libcompel.a
13:49:52 [2021-05-06T13:49:52.820Z] #43 50.96   HOSTCC   compel/src/main-host.o
13:49:52 [2021-05-06T13:49:52.820Z] #43 51.49   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
13:49:52 [2021-05-06T13:49:52.820Z] #43 51.80   HOSTCC   compel/src/lib/handle-elf-host.o
13:49:53 [2021-05-06T13:49:53.082Z] #43 ...
13:49:53 [2021-05-06T13:49:53.082Z] 
13:49:53 [2021-05-06T13:49:53.082Z] #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
13:49:53 [2021-05-06T13:49:53.082Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
13:49:53 [2021-05-06T13:49:53.082Z] #15 DONE 1.3s
13:49:53 [2021-05-06T13:49:53.082Z] 
13:49:53 [2021-05-06T13:49:53.082Z] #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
13:49:53 [2021-05-06T13:49:53.082Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:49:53 [2021-05-06T13:49:53.082Z] #43 52.29   HOSTCC   compel/src/lib/log-host.o
13:49:53 [2021-05-06T13:49:53.351Z] #43 52.64   HOSTLINK compel/compel-host-bin
13:49:53 [2021-05-06T13:49:53.927Z] #43 52.96   DEP      soccr/soccr.d
13:49:53 [2021-05-06T13:49:53.927Z] #43 53.19   CC       soccr/soccr.o
13:49:54 [2021-05-06T13:49:54.189Z] #43 ...
13:49:54 [2021-05-06T13:49:54.189Z] 
13:49:54 [2021-05-06T13:49:54.189Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
13:49:54 [2021-05-06T13:49:54.189Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
13:49:54 [2021-05-06T13:49:54.189Z] #16 1.150 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
13:49:54 [2021-05-06T13:49:54.189Z] #16 DONE 1.3s
13:49:54 [2021-05-06T13:49:54.451Z] 
13:49:54 [2021-05-06T13:49:54.451Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
13:49:54 [2021-05-06T13:49:54.451Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
13:49:55 [2021-05-06T13:49:55.684Z] #43 92.72   CC       criu/clone-noasan.o
13:49:55 [2021-05-06T13:49:55.684Z] #43 92.91   CC       criu/config.o
13:49:55 [2021-05-06T13:49:55.810Z] #20 31.87 Unpacking bash-completion (1:2.8-6) ...
13:49:55 [2021-05-06T13:49:55.854Z] #17 DONE 1.5s
13:49:55 [2021-05-06T13:49:55.854Z] 
13:49:55 [2021-05-06T13:49:55.854Z] #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
13:49:55 [2021-05-06T13:49:55.854Z] #45 sha256:22cfca3a0b4c3e4e5ef538e0315c7e1331d173e069c46336ca9c501feaa5efbb
13:49:55 [2021-05-06T13:49:55.854Z] #45 138.3 net/http/httptrace
13:49:55 [2021-05-06T13:49:55.854Z] #45 138.6 net/http
13:49:56 [2021-05-06T13:49:56.072Z] #20 32.33 Selecting previously unselected package bzip2.
13:49:56 [2021-05-06T13:49:56.072Z] #20 32.35 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ...
13:49:56 [2021-05-06T13:49:56.072Z] #20 32.36 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
13:49:56 [2021-05-06T13:49:56.072Z] #20 32.52 Selecting previously unselected package xz-utils.
13:49:56 [2021-05-06T13:49:56.072Z] #20 32.52 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ...
13:49:56 [2021-05-06T13:49:56.072Z] #20 32.53 Unpacking xz-utils (5.2.4-1) ...
13:49:56 [2021-05-06T13:49:56.335Z] #20 32.74 Selecting previously unselected package apparmor.
13:49:56 [2021-05-06T13:49:56.597Z] #20 32.74 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ...
13:49:56 [2021-05-06T13:49:56.597Z] #20 32.81 Unpacking apparmor (2.13.2-10) ...
13:49:56 [2021-05-06T13:49:56.611Z] #43 94.16   CC       criu/cr-check.o
13:49:56 [2021-05-06T13:49:56.860Z] #20 33.14 Selecting previously unselected package aufs-tools.
13:49:56 [2021-05-06T13:49:56.860Z] #20 33.16 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ...
13:49:56 [2021-05-06T13:49:56.860Z] #20 33.17 Unpacking aufs-tools (1:4.14+20190211-1) ...
13:49:57 [2021-05-06T13:49:57.123Z] #20 33.35 Selecting previously unselected package libonig5:arm64.
13:49:57 [2021-05-06T13:49:57.123Z] #20 33.36 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ...
13:49:57 [2021-05-06T13:49:57.123Z] #20 33.37 Unpacking libonig5:arm64 (6.9.1-1) ...
13:49:57 [2021-05-06T13:49:57.123Z] #20 33.54 Selecting previously unselected package libjq1:arm64.
13:49:57 [2021-05-06T13:49:57.251Z] #45 ...
13:49:57 [2021-05-06T13:49:57.251Z] 
13:49:57 [2021-05-06T13:49:57.251Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
13:49:57 [2021-05-06T13:49:57.251Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
13:49:57 [2021-05-06T13:49:57.251Z] #18 DONE 1.3s
13:49:57 [2021-05-06T13:49:57.251Z] 
13:49:57 [2021-05-06T13:49:57.251Z] #19 [dev-systemd-false  6/26] RUN ldconfig
13:49:57 [2021-05-06T13:49:57.251Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
13:49:57 [2021-05-06T13:49:57.386Z] #20 33.55 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ...
13:49:57 [2021-05-06T13:49:57.386Z] #20 33.55 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ...
13:49:57 [2021-05-06T13:49:57.386Z] #20 33.69 Selecting previously unselected package jq.
13:49:57 [2021-05-06T13:49:57.386Z] #20 33.70 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ...
13:49:57 [2021-05-06T13:49:57.386Z] #20 33.72 Unpacking jq (1.5+dfsg-2+b1) ...
13:49:57 [2021-05-06T13:49:57.649Z] #20 33.87 Selecting previously unselected package libaio1:arm64.
13:49:57 [2021-05-06T13:49:57.649Z] #20 33.88 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ...
13:49:57 [2021-05-06T13:49:57.649Z] #20 33.89 Unpacking libaio1:arm64 (0.3.112-3) ...
13:49:57 [2021-05-06T13:49:57.649Z] #20 33.97 Selecting previously unselected package libgpm2:arm64.
13:49:57 [2021-05-06T13:49:57.649Z] #20 33.98 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ...
13:49:57 [2021-05-06T13:49:57.649Z] #20 33.98 Unpacking libgpm2:arm64 (1.20.7-5) ...
13:49:57 [2021-05-06T13:49:57.649Z] #20 34.12 Selecting previously unselected package libicu63:arm64.
13:49:57 [2021-05-06T13:49:57.912Z] #20 34.12 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ...
13:49:57 [2021-05-06T13:49:57.912Z] #20 34.13 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
13:49:57 [2021-05-06T13:49:57.975Z] #43 ...
13:49:57 [2021-05-06T13:49:57.975Z] 
13:49:57 [2021-05-06T13:49:57.975Z] #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
13:49:57 [2021-05-06T13:49:57.975Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:49:57 [2021-05-06T13:49:57.975Z] #20 13.12 Fetched 8955 kB in 10s (911 kB/s)
13:49:57 [2021-05-06T13:49:57.975Z] #20 13.12 Reading package lists...
13:49:57 [2021-05-06T13:49:57.975Z] #20 16.37 Reading package lists...
13:49:57 [2021-05-06T13:49:57.975Z] #20 19.46 Building dependency tree...
13:49:57 [2021-05-06T13:49:57.975Z] #20 20.67 libcap2-bin is already the newest version (1:2.25-2).
13:49:57 [2021-05-06T13:49:57.975Z] #20 20.67 The following additional packages will be installed:
13:49:57 [2021-05-06T13:49:57.975Z] #20 20.67   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
13:49:57 [2021-05-06T13:49:57.975Z] #20 20.67   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
13:49:57 [2021-05-06T13:49:57.975Z] #20 20.67   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
13:49:57 [2021-05-06T13:49:57.975Z] #20 20.67   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
13:49:57 [2021-05-06T13:49:57.975Z] #20 20.67   python3.7 python3.7-minimal vim-runtime xxd
13:49:57 [2021-05-06T13:49:57.975Z] #20 20.68 Suggested packages:
13:49:57 [2021-05-06T13:49:57.975Z] #20 20.68   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
13:49:57 [2021-05-06T13:49:57.975Z] #20 20.68   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
13:49:57 [2021-05-06T13:49:57.975Z] #20 20.68   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
13:49:57 [2021-05-06T13:49:57.975Z] #20 20.68 Recommended packages:
13:49:57 [2021-05-06T13:49:57.976Z] #20 20.68   aufs-dkms nftables build-essential python3-dev python3-keyring
13:49:57 [2021-05-06T13:49:57.976Z] #20 20.68   python3-keyrings.alt python3-xdg unzip
13:49:57 [2021-05-06T13:49:57.976Z] #20 22.29 The following NEW packages will be installed:
13:49:57 [2021-05-06T13:49:57.976Z] #20 22.31   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
13:49:57 [2021-05-06T13:49:57.976Z] #20 22.31   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
13:49:57 [2021-05-06T13:49:57.976Z] #20 22.31   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
13:49:57 [2021-05-06T13:49:57.976Z] #20 22.31   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
13:49:57 [2021-05-06T13:49:57.976Z] #20 22.31   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
13:49:57 [2021-05-06T13:49:57.976Z] #20 22.31   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
13:49:57 [2021-05-06T13:49:57.976Z] #20 22.31   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
13:49:57 [2021-05-06T13:49:57.976Z] #20 22.31   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
13:49:57 [2021-05-06T13:49:57.976Z] #20 22.31   xz-utils zip
13:49:58 [2021-05-06T13:49:58.204Z] #19 DONE 1.2s
13:49:58 [2021-05-06T13:49:58.204Z] 
13:49:58 [2021-05-06T13:49:58.204Z] #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
13:49:58 [2021-05-06T13:49:58.204Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:49:58 [2021-05-06T13:49:58.231Z] #20 22.64 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded.
13:49:58 [2021-05-06T13:49:58.231Z] #20 22.64 Need to get 28.5 MB of archives.
13:49:58 [2021-05-06T13:49:58.231Z] #20 22.64 After this operation, 116 MB of additional disk space will be used.
13:49:58 [2021-05-06T13:49:58.231Z] #20 22.64 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
13:49:58 [2021-05-06T13:49:58.231Z] #20 22.64 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
13:49:58 [2021-05-06T13:49:58.231Z] #20 22.67 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
13:49:58 [2021-05-06T13:49:58.231Z] #20 22.75 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
13:49:58 [2021-05-06T13:49:58.231Z] #20 22.75 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
13:49:58 [2021-05-06T13:49:58.231Z] #20 22.75 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
13:49:58 [2021-05-06T13:49:58.231Z] #20 22.83 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
13:49:58 [2021-05-06T13:49:58.231Z] #20 ...
13:49:58 [2021-05-06T13:49:58.231Z] 
13:49:58 [2021-05-06T13:49:58.231Z] #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
13:49:58 [2021-05-06T13:49:58.231Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:49:58 [2021-05-06T13:49:58.231Z] #43 95.74   CC       criu/cr-dedup.o
13:49:58 [2021-05-06T13:49:58.793Z] #43 96.24   CC       criu/cr-dump.o
13:49:59 [2021-05-06T13:49:59.247Z] #56 237.1 + bin/containerd-shim-runc-v1
13:50:00 [2021-05-06T13:50:00.122Z] #20 ...
13:50:00 [2021-05-06T13:50:00.122Z] 
13:50:00 [2021-05-06T13:50:00.122Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:50:00 [2021-05-06T13:50:00.122Z] #58 sha256:f6ebefd7a0cfba51c241b0a70410df26885424db59a6b7c609d7e4aa3b0c7386
13:50:00 [2021-05-06T13:50:00.122Z] #58 DONE 144.3s
13:50:00 [2021-05-06T13:50:00.122Z] 
13:50:00 [2021-05-06T13:50:00.122Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
13:50:00 [2021-05-06T13:50:00.122Z] #59 sha256:0ad1e64096f54e39e471920db00aaec511cd0e3721c2e1f4ab72cf51eae353f2
13:50:00 [2021-05-06T13:50:00.122Z] #59 DONE 0.1s
13:50:00 [2021-05-06T13:50:00.122Z] 
13:50:00 [2021-05-06T13:50:00.122Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:50:00 [2021-05-06T13:50:00.122Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:50:00 [2021-05-06T13:50:00.122Z] #20 1.620 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
13:50:00 [2021-05-06T13:50:00.122Z] #20 1.689 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:50:00 [2021-05-06T13:50:00.122Z] #20 1.689 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:50:00 [2021-05-06T13:50:00.122Z] #20 ...
13:50:00 [2021-05-06T13:50:00.122Z] 
13:50:00 [2021-05-06T13:50:00.122Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
13:50:00 [2021-05-06T13:50:00.122Z] #60 sha256:245e894493d4d4b9ff66d2e1e27beb8cf614302fc405af5a68526e9da8af3f10
13:50:00 [2021-05-06T13:50:00.122Z] #60 DONE 0.1s
13:50:00 [2021-05-06T13:50:00.122Z] 
13:50:00 [2021-05-06T13:50:00.122Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:50:00 [2021-05-06T13:50:00.122Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:50:00 [2021-05-06T13:50:00.122Z] #20 1.811 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:50:00 [2021-05-06T13:50:00.467Z] #20 36.76 Selecting previously unselected package libnet1:arm64.
13:50:00 [2021-05-06T13:50:00.467Z] #20 36.76 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
13:50:00 [2021-05-06T13:50:00.467Z] #20 36.78 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
13:50:00 [2021-05-06T13:50:00.731Z] #20 36.93 Selecting previously unselected package libnl-3-200:arm64.
13:50:00 [2021-05-06T13:50:00.731Z] #20 36.93 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ...
13:50:00 [2021-05-06T13:50:00.731Z] #20 36.94 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
13:50:00 [2021-05-06T13:50:00.731Z] #20 37.05 Selecting previously unselected package libprotobuf-c1:arm64.
13:50:00 [2021-05-06T13:50:00.731Z] #20 37.06 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
13:50:00 [2021-05-06T13:50:00.731Z] #20 37.06 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
13:50:00 [2021-05-06T13:50:00.994Z] #20 37.21 Selecting previously unselected package libreadline5:arm64.
13:50:00 [2021-05-06T13:50:00.994Z] #20 37.21 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ...
13:50:00 [2021-05-06T13:50:00.994Z] #20 37.22 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ...
13:50:00 [2021-05-06T13:50:00.994Z] #20 37.37 Selecting previously unselected package net-tools.
13:50:00 [2021-05-06T13:50:00.994Z] #20 37.38 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ...
13:50:00 [2021-05-06T13:50:00.994Z] #20 37.39 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
13:50:01 [2021-05-06T13:50:01.257Z] #20 37.68 Selecting previously unselected package python-pip-whl.
13:50:01 [2021-05-06T13:50:01.257Z] #20 37.68 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
13:50:01 [2021-05-06T13:50:01.257Z] #20 37.74 Unpacking python-pip-whl (18.1-5) ...
13:50:01 [2021-05-06T13:50:01.308Z] #43 98.41   CC       criu/cr-errno.o
13:50:01 [2021-05-06T13:50:01.308Z] #43 98.50   CC       criu/cr-restore.o
13:50:01 [2021-05-06T13:50:01.510Z] #20 3.045 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB]
13:50:01 [2021-05-06T13:50:01.832Z] #20 ...
13:50:01 [2021-05-06T13:50:01.832Z] 
13:50:01 [2021-05-06T13:50:01.832Z] #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
13:50:01 [2021-05-06T13:50:01.832Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:50:01 [2021-05-06T13:50:01.832Z] #43 72.42   DEP      criu/uffd.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 72.65   DEP      criu/tun.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 72.81   DEP      criu/tty.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 73.01   DEP      criu/timerfd.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 73.16   DEP      criu/timens.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 73.30   DEP      criu/sysfs_parse.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 73.43   DEP      criu/sysctl.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 73.52   DEP      criu/string.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 73.56   DEP      criu/stats.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 73.71   DEP      criu/sockets.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 73.94   DEP      criu/sk-unix.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 74.20   DEP      criu/sk-tcp.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 74.44   DEP      criu/sk-queue.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 74.64   DEP      criu/sk-packet.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 74.90   DEP      criu/sk-netlink.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 75.06   DEP      criu/sk-inet.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 75.28   DEP      criu/signalfd.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 75.43   DEP      criu/sigframe.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 75.54   DEP      criu/shmem.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 75.69   DEP      criu/servicefd.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 75.86   DEP      criu/seize.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 76.02   DEP      criu/seccomp.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 76.23   DEP      criu/rst-malloc.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 76.37   DEP      criu/rbtree.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 76.42   DEP      criu/pstree.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 76.63   DEP      criu/protobuf.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 76.78   GEN      criu/protobuf-desc-gen.h
13:50:01 [2021-05-06T13:50:01.832Z] #43 78.48   DEP      criu/protobuf-desc.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 78.61   DEP      criu/proc_parse.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 78.85   DEP      criu/plugin.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 78.97   DEP      criu/pipes.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 79.19   DEP      criu/pie-util.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 79.32   DEP      criu/pie-util-vdso.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 79.48   DEP      criu/path.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 79.76   DEP      criu/parasite-syscall.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 80.02   DEP      criu/pagemap.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 80.31   DEP      criu/pagemap-cache.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 80.43   DEP      criu/page-xfer.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 80.59   DEP      criu/page-pipe.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 80.70   DEP      criu/netfilter.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 80.90   DEP      criu/net.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 81.14   DEP      criu/namespaces.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 81.34   DEP      criu/mount.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 81.60   DEP      criu/memfd.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 81.76   DEP      criu/mem.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 81.90   DEP      criu/lsm.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 82.06   DEP      criu/log.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 82.31   DEP      criu/libnetlink.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 82.49   DEP      criu/kerndat.d
13:50:01 [2021-05-06T13:50:01.832Z] #43 ...
13:50:01 [2021-05-06T13:50:01.832Z] 
13:50:01 [2021-05-06T13:50:01.832Z] #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
13:50:01 [2021-05-06T13:50:01.832Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
13:50:01 [2021-05-06T13:50:01.832Z] #20 38.16 Selecting previously unselected package python3-lib2to3.
13:50:01 [2021-05-06T13:50:01.832Z] #20 38.16 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
13:50:01 [2021-05-06T13:50:01.832Z] #20 38.17 Unpacking python3-lib2to3 (3.7.3-1) ...
13:50:02 [2021-05-06T13:50:02.095Z] #20 38.30 Selecting previously unselected package python3-distutils.
13:50:02 [2021-05-06T13:50:02.095Z] #20 38.32 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
13:50:02 [2021-05-06T13:50:02.095Z] #20 38.33 Unpacking python3-distutils (3.7.3-1) ...
13:50:02 [2021-05-06T13:50:02.358Z] #20 38.53 Selecting previously unselected package python3-pip.
13:50:02 [2021-05-06T13:50:02.358Z] #20 38.54 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
13:50:02 [2021-05-06T13:50:02.358Z] #20 38.55 Unpacking python3-pip (18.1-5) ...
13:50:02 [2021-05-06T13:50:02.454Z] #20 4.177 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:50:02 [2021-05-06T13:50:02.621Z] #20 38.78 Selecting previously unselected package python3-pkg-resources.
13:50:02 [2021-05-06T13:50:02.621Z] #20 38.79 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
13:50:02 [2021-05-06T13:50:02.621Z] #20 38.80 Unpacking python3-pkg-resources (40.8.0-1) ...
13:50:02 [2021-05-06T13:50:02.621Z] #20 38.92 Selecting previously unselected package python3-setuptools.
13:50:02 [2021-05-06T13:50:02.621Z] #20 38.93 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
13:50:02 [2021-05-06T13:50:02.621Z] #20 38.95 Unpacking python3-setuptools (40.8.0-1) ...
13:50:02 [2021-05-06T13:50:02.884Z] #20 39.22 Selecting previously unselected package python3-wheel.
13:50:02 [2021-05-06T13:50:02.884Z] #20 39.23 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
13:50:02 [2021-05-06T13:50:02.884Z] #20 39.25 Unpacking python3-wheel (0.32.3-2) ...
13:50:03 [2021-05-06T13:50:03.146Z] #20 39.47 Selecting previously unselected package sudo.
13:50:03 [2021-05-06T13:50:03.146Z] #20 39.48 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_arm64.deb ...
13:50:03 [2021-05-06T13:50:03.146Z] #20 39.50 Unpacking sudo (1.8.27-1+deb10u3) ...
13:50:03 [2021-05-06T13:50:03.440Z] #56 241.5 + bin/containerd-shim-runc-v2
13:50:03 [2021-05-06T13:50:03.743Z] #20 40.03 Selecting previously unselected package thin-provisioning-tools.
13:50:03 [2021-05-06T13:50:03.743Z] #20 40.06 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ...
13:50:03 [2021-05-06T13:50:03.743Z] #20 40.06 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
13:50:03 [2021-05-06T13:50:03.823Z] #43 ...
13:50:03 [2021-05-06T13:50:03.823Z] 
13:50:03 [2021-05-06T13:50:03.823Z] #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
13:50:03 [2021-05-06T13:50:03.823Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:50:03 [2021-05-06T13:50:03.823Z] #20 22.85 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 22.85 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 22.85 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 22.86 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 22.86 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 22.87 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 22.87 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 22.88 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 22.88 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 22.91 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 22.91 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 22.92 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 22.94 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 22.94 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 22.95 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 22.97 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 22.97 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 22.99 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 22.99 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 22.99 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 23.00 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 23.01 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 23.42 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 23.42 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 23.42 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 23.42 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 23.42 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 23.43 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 23.50 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 23.51 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 23.52 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 23.53 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 23.54 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 23.55 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 23.55 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 23.61 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 23.63 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 23.64 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 23.93 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 23.99 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 24.04 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
13:50:03 [2021-05-06T13:50:03.823Z] #20 24.62 debconf: delaying package configuration, since apt-utils is not installed
13:50:03 [2021-05-06T13:50:03.823Z] #20 24.73 Fetched 28.5 MB in 2s (16.9 MB/s)
13:50:03 [2021-05-06T13:50:03.823Z] #20 24.80 Selecting previously unselected package pigz.
13:50:03 [2021-05-06T13:50:03.823Z] #20 24.80 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23435 files and directories currently installed.)
13:50:03 [2021-05-06T13:50:03.823Z] #20 24.86 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
13:50:03 [2021-05-06T13:50:03.823Z] #20 24.87 Unpacking pigz (2.4-1) ...
13:50:03 [2021-05-06T13:50:03.823Z] #20 24.95 Selecting previously unselected package libpython3.7-minimal:amd64.
13:50:03 [2021-05-06T13:50:03.823Z] #20 24.95 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
13:50:03 [2021-05-06T13:50:03.823Z] #20 24.96 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
13:50:03 [2021-05-06T13:50:03.823Z] #20 25.41 Selecting previously unselected package python3.7-minimal.
13:50:03 [2021-05-06T13:50:03.823Z] #20 25.41 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
13:50:03 [2021-05-06T13:50:03.824Z] #20 25.42 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
13:50:03 [2021-05-06T13:50:03.824Z] #20 26.26 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
13:50:03 [2021-05-06T13:50:03.824Z] #20 26.27 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
13:50:03 [2021-05-06T13:50:03.824Z] #20 28.29 Selecting previously unselected package python3-minimal.
13:50:03 [2021-05-06T13:50:03.824Z] #20 28.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 ... 23684 files and directories currently installed.)
13:50:03 [2021-05-06T13:50:03.824Z] #20 28.33 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
13:50:03 [2021-05-06T13:50:03.824Z] #20 28.34 Unpacking python3-minimal (3.7.3-1) ...
13:50:04 [2021-05-06T13:50:04.006Z] #20 40.32 Selecting previously unselected package uidmap.
13:50:04 [2021-05-06T13:50:04.006Z] #20 40.33 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ...
13:50:04 [2021-05-06T13:50:04.006Z] #20 40.35 Unpacking uidmap (1:4.5-1.1) ...
13:50:04 [2021-05-06T13:50:04.007Z] #56 242.4 + binaries
13:50:04 [2021-05-06T13:50:04.007Z] #56 242.4 + install -D bin/containerd /build/containerd
13:50:04 [2021-05-06T13:50:04.007Z] #56 242.4 + install -D bin/containerd-shim /build/containerd-shim
13:50:04 [2021-05-06T13:50:04.007Z] #56 242.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
13:50:04 [2021-05-06T13:50:04.007Z] #56 242.5 + install -D bin/ctr /build/ctr
13:50:04 [2021-05-06T13:50:04.079Z] #20 28.42 Selecting previously unselected package libmpdec2:amd64.
13:50:04 [2021-05-06T13:50:04.079Z] #20 28.43 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
13:50:04 [2021-05-06T13:50:04.079Z] #20 28.45 Unpacking libmpdec2:amd64 (2.4.2-2) ...
13:50:04 [2021-05-06T13:50:04.079Z] #20 28.58 Selecting previously unselected package libpython3.7-stdlib:amd64.
13:50:04 [2021-05-06T13:50:04.079Z] #20 28.58 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
13:50:04 [2021-05-06T13:50:04.079Z] #20 28.59 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
13:50:04 [2021-05-06T13:50:04.268Z] #20 40.48 Selecting previously unselected package vim-runtime.
13:50:04 [2021-05-06T13:50:04.268Z] #20 40.48 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
13:50:04 [2021-05-06T13:50:04.269Z] #20 40.53 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
13:50:04 [2021-05-06T13:50:04.269Z] #20 40.59 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
13:50:04 [2021-05-06T13:50:04.269Z] #20 40.60 Unpacking vim-runtime (2:8.1.0875-5) ...
13:50:04 [2021-05-06T13:50:04.373Z] #20 5.701 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
13:50:05 [2021-05-06T13:50:05.008Z] #20 29.51 Selecting previously unselected package python3.7.
13:50:05 [2021-05-06T13:50:05.008Z] #20 29.51 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
13:50:05 [2021-05-06T13:50:05.008Z] #20 29.52 Unpacking python3.7 (3.7.3-2+deb10u3) ...
13:50:05 [2021-05-06T13:50:05.223Z] #20 ...
13:50:05 [2021-05-06T13:50:05.223Z] 
13:50:05 [2021-05-06T13:50:05.223Z] #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
13:50:05 [2021-05-06T13:50:05.223Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926
13:50:05 [2021-05-06T13:50:05.223Z] #40 143.4 + dpkg --print-architecture
13:50:05 [2021-05-06T13:50:05.223Z] #40 DONE 144.7s
13:50:05 [2021-05-06T13:50:05.264Z] #20 29.66 Selecting previously unselected package libpython3-stdlib:amd64.
13:50:05 [2021-05-06T13:50:05.264Z] #20 29.66 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
13:50:05 [2021-05-06T13:50:05.264Z] #20 29.68 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
13:50:05 [2021-05-06T13:50:05.316Z] #20 7.169 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
13:50:05 [2021-05-06T13:50:05.492Z] 
13:50:05 [2021-05-06T13:50:05.492Z] #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
13:50:05 [2021-05-06T13:50:05.492Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:50:05 [2021-05-06T13:50:05.492Z] #43 82.74   DEP      criu/kcmp-ids.d
13:50:05 [2021-05-06T13:50:05.492Z] #43 82.86   DEP      criu/irmap.d
13:50:05 [2021-05-06T13:50:05.492Z] #43 83.06   DEP      criu/ipc_ns.d
13:50:05 [2021-05-06T13:50:05.492Z] #43 83.25   DEP      criu/image.d
13:50:05 [2021-05-06T13:50:05.492Z] #43 83.43   DEP      criu/image-desc.d
13:50:05 [2021-05-06T13:50:05.492Z] #43 83.55   DEP      criu/fsnotify.d
13:50:05 [2021-05-06T13:50:05.492Z] #43 83.79   DEP      criu/filesystems.d
13:50:05 [2021-05-06T13:50:05.492Z] #43 83.95   DEP      criu/files.d
13:50:05 [2021-05-06T13:50:05.492Z] #43 84.15   DEP      criu/files-reg.d
13:50:05 [2021-05-06T13:50:05.492Z] #43 84.34   DEP      criu/files-ext.d
13:50:05 [2021-05-06T13:50:05.492Z] #43 84.47   DEP      criu/file-lock.d
13:50:05 [2021-05-06T13:50:05.492Z] #43 84.76   DEP      criu/file-ids.d
13:50:05 [2021-05-06T13:50:05.492Z] #43 84.90   DEP      criu/fifo.d
13:50:05 [2021-05-06T13:50:05.492Z] #43 85.11   DEP      criu/fdstore.d
13:50:05 [2021-05-06T13:50:05.492Z] #43 85.22   DEP      criu/fault-injection.d
13:50:05 [2021-05-06T13:50:05.492Z] #43 85.45   DEP      criu/external.d
13:50:05 [2021-05-06T13:50:05.492Z] #43 85.56   DEP      criu/eventpoll.d
13:50:05 [2021-05-06T13:50:05.492Z] #43 85.67   DEP      criu/eventfd.d
13:50:05 [2021-05-06T13:50:05.492Z] #43 85.74   DEP      criu/crtools.d
13:50:05 [2021-05-06T13:50:05.492Z] #43 86.00   DEP      criu/cr-service.d
13:50:05 [2021-05-06T13:50:05.520Z] #20 29.80 Setting up python3-minimal (3.7.3-1) ...
13:50:05 [2021-05-06T13:50:05.762Z] #43 86.31   DEP      criu/cr-restore.d
13:50:05 [2021-05-06T13:50:05.910Z] #56 DONE 243.9s
13:50:06 [2021-05-06T13:50:06.028Z] #43 86.59   DEP      criu/cr-errno.d
13:50:06 [2021-05-06T13:50:06.028Z] #43 86.60   DEP      criu/cr-dump.d
13:50:06 [2021-05-06T13:50:06.028Z] #43 86.83   DEP      criu/cr-dedup.d
13:50:06 [2021-05-06T13:50:06.082Z] #20 30.65 Selecting previously unselected package python3.
13:50:06 [2021-05-06T13:50:06.168Z] 
13:50:06 [2021-05-06T13:50:06.169Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
13:50:06 [2021-05-06T13:50:06.169Z] #57 sha256:1350ed3b8d012d02e4052e6f3be2ab6466332e511ea0363ee2f6ea03baa7179e
13:50:06 [2021-05-06T13:50:06.261Z] #20 ...
13:50:06 [2021-05-06T13:50:06.261Z] 
13:50:06 [2021-05-06T13:50:06.261Z] #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
13:50:06 [2021-05-06T13:50:06.261Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:50:06 [2021-05-06T13:50:06.261Z] #43 55.20   AR       soccr/libsoccr.a
13:50:06 [2021-05-06T13:50:06.261Z] #43 55.25 make[1]: 'soccr/libsoccr.a' is up to date.
13:50:06 [2021-05-06T13:50:06.261Z] #43 55.70   DEP      criu/arch/x86/sigframe.d
13:50:06 [2021-05-06T13:50:06.261Z] #43 55.91   DEP      criu/arch/x86/sigaction_compat.d
13:50:06 [2021-05-06T13:50:06.261Z] #43 56.03   DEP      criu/arch/x86/kerndat.d
13:50:06 [2021-05-06T13:50:06.261Z] #43 56.29   DEP      criu/arch/x86/crtools.d
13:50:06 [2021-05-06T13:50:06.261Z] #43 56.62   DEP      criu/arch/x86/cpu.d
13:50:06 [2021-05-06T13:50:06.261Z] #43 56.90   CC       criu/arch/x86/cpu.o
13:50:06 [2021-05-06T13:50:06.261Z] #43 57.78   CC       criu/arch/x86/crtools.o
13:50:06 [2021-05-06T13:50:06.261Z] #43 59.73   CC       criu/arch/x86/kerndat.o
13:50:06 [2021-05-06T13:50:06.261Z] #43 60.52   CC       criu/arch/x86/sigaction_compat.o
13:50:06 [2021-05-06T13:50:06.261Z] #43 60.87   CC       criu/arch/x86/sigframe.o
13:50:06 [2021-05-06T13:50:06.261Z] #43 61.16   LINK     criu/arch/x86/crtools.built-in.o
13:50:06 [2021-05-06T13:50:06.261Z] #43 61.22   DEP      criu/pie/util-vdso-elf32.d
13:50:06 [2021-05-06T13:50:06.261Z] #43 61.35   DEP      criu/pie/util-vdso.d
13:50:06 [2021-05-06T13:50:06.261Z] #43 61.46   DEP      criu/pie/util.d
13:50:06 [2021-05-06T13:50:06.261Z] #43 61.59   CC       criu/pie/util.o
13:50:06 [2021-05-06T13:50:06.261Z] #43 62.01   CC       criu/pie/util-vdso.o
13:50:06 [2021-05-06T13:50:06.261Z] #43 62.89   CC       criu/pie/util-vdso-elf32.o
13:50:06 [2021-05-06T13:50:06.261Z] #43 63.51   AR       criu/pie/pie.lib.a
13:50:06 [2021-05-06T13:50:06.261Z] #43 63.55   DEP      criu/pie/restorer.d
13:50:06 [2021-05-06T13:50:06.261Z] #43 63.74   DEP      criu/arch/x86/sigaction_compat_pie.d
13:50:06 [2021-05-06T13:50:06.261Z] #43 63.88   DEP      criu/arch/x86/restorer_unmap.d
13:50:06 [2021-05-06T13:50:06.261Z] #43 63.90   DEP      criu/arch/x86/restorer.d
13:50:06 [2021-05-06T13:50:06.261Z] #43 64.10   DEP      criu/arch/x86/vdso-pie.d
13:50:06 [2021-05-06T13:50:06.261Z] #43 64.23   DEP      criu/pie/parasite-vdso.d
13:50:06 [2021-05-06T13:50:06.261Z] #43 64.37   DEP      criu/pie/parasite.d
13:50:06 [2021-05-06T13:50:06.261Z] #43 64.62   CC       criu/pie/parasite.o
13:50:06 [2021-05-06T13:50:06.291Z] #43 87.07   DEP      criu/cr-check.d
13:50:06 [2021-05-06T13:50:06.338Z] #20 30.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 ... 24096 files and directories currently installed.)
13:50:06 [2021-05-06T13:50:06.338Z] #20 30.70 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
13:50:06 [2021-05-06T13:50:06.338Z] #20 30.71 Unpacking python3 (3.7.3-1) ...
13:50:06 [2021-05-06T13:50:06.338Z] #20 30.80 Selecting previously unselected package libip4tc0:amd64.
13:50:06 [2021-05-06T13:50:06.338Z] #20 30.81 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
13:50:06 [2021-05-06T13:50:06.338Z] #20 30.81 Unpacking libip4tc0:amd64 (1.8.2-4) ...
13:50:06 [2021-05-06T13:50:06.338Z] #20 30.90 Selecting previously unselected package libip6tc0:amd64.
13:50:06 [2021-05-06T13:50:06.553Z] #43 87.28   DEP      criu/config.d
13:50:06 [2021-05-06T13:50:06.594Z] #20 30.91 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
13:50:06 [2021-05-06T13:50:06.594Z] #20 30.93 Unpacking libip6tc0:amd64 (1.8.2-4) ...
13:50:06 [2021-05-06T13:50:06.594Z] #20 31.00 Selecting previously unselected package libiptc0:amd64.
13:50:06 [2021-05-06T13:50:06.594Z] #20 31.01 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
13:50:06 [2021-05-06T13:50:06.594Z] #20 31.01 Unpacking libiptc0:amd64 (1.8.2-4) ...
13:50:06 [2021-05-06T13:50:06.594Z] #20 31.10 Selecting previously unselected package libnfnetlink0:amd64.
13:50:06 [2021-05-06T13:50:06.594Z] #20 31.10 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
13:50:06 [2021-05-06T13:50:06.594Z] #20 31.11 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
13:50:06 [2021-05-06T13:50:06.816Z] #43 87.47   DEP      criu/clone-noasan.d
13:50:06 [2021-05-06T13:50:06.837Z] #43 65.87   LINK     criu/pie/parasite.built-in.o
13:50:06 [2021-05-06T13:50:06.837Z] #43 65.88   GEN      criu/pie/parasite-blob.h
13:50:06 [2021-05-06T13:50:06.837Z] #43 65.89   CC       criu/pie/parasite-vdso.o
13:50:06 [2021-05-06T13:50:06.851Z] #20 31.21 Selecting previously unselected package libnetfilter-conntrack3:amd64.
13:50:06 [2021-05-06T13:50:06.851Z] #20 31.21 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
13:50:06 [2021-05-06T13:50:06.851Z] #20 31.22 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
13:50:06 [2021-05-06T13:50:06.851Z] #20 31.30 Selecting previously unselected package libnftnl11:amd64.
13:50:06 [2021-05-06T13:50:06.851Z] #20 31.30 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
13:50:06 [2021-05-06T13:50:06.851Z] #20 31.32 Unpacking libnftnl11:amd64 (1.1.2-2) ...
13:50:06 [2021-05-06T13:50:06.851Z] #20 31.40 Selecting previously unselected package iptables.
13:50:06 [2021-05-06T13:50:06.851Z] #20 31.41 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
13:50:06 [2021-05-06T13:50:06.851Z] #20 31.41 Unpacking iptables (1.8.2-4) ...
13:50:07 [2021-05-06T13:50:07.079Z] #43 87.59   DEP      criu/cgroup.d
13:50:07 [2021-05-06T13:50:07.079Z] #43 87.81   DEP      criu/cgroup-props.d
13:50:07 [2021-05-06T13:50:07.102Z] #57 DONE 0.9s
13:50:07 [2021-05-06T13:50:07.102Z] 
13:50:07 [2021-05-06T13:50:07.102Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
13:50:07 [2021-05-06T13:50:07.102Z] #61 sha256:600549930fe2c2b37791ce0b9205e9f7fea95293fcd0e5834940dd6fcaabee2e
13:50:07 [2021-05-06T13:50:07.360Z] #61 DONE 0.2s
13:50:07 [2021-05-06T13:50:07.360Z] 
13:50:07 [2021-05-06T13:50:07.360Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
13:50:07 [2021-05-06T13:50:07.360Z] #66 sha256:888982ae3cb26d96d31a7ea7b346cf5a9b2fb0fd4974ac10de6ea60457d40d19
13:50:07 [2021-05-06T13:50:07.364Z] #43 87.95   DEP      criu/bitmap.d
13:50:07 [2021-05-06T13:50:07.364Z] #43 88.01   DEP      criu/bfd.d
13:50:07 [2021-05-06T13:50:07.413Z] #20 31.74 Selecting previously unselected package xxd.
13:50:07 [2021-05-06T13:50:07.413Z] #20 31.76 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
13:50:07 [2021-05-06T13:50:07.413Z] #20 31.77 Unpacking xxd (2:8.1.0875-5) ...
13:50:07 [2021-05-06T13:50:07.413Z] #20 31.91 Selecting previously unselected package vim-common.
13:50:07 [2021-05-06T13:50:07.413Z] #20 31.91 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
13:50:07 [2021-05-06T13:50:07.413Z] #20 31.94 Unpacking vim-common (2:8.1.0875-5) ...
13:50:07 [2021-05-06T13:50:07.627Z] #43 88.19   DEP      criu/autofs.d
13:50:07 [2021-05-06T13:50:07.627Z] #43 88.33   DEP      criu/aio.d
13:50:07 [2021-05-06T13:50:07.627Z] #43 ...
13:50:07 [2021-05-06T13:50:07.627Z] 
13:50:07 [2021-05-06T13:50:07.627Z] #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
13:50:07 [2021-05-06T13:50:07.627Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
13:50:07 [2021-05-06T13:50:07.669Z] #20 32.12 Selecting previously unselected package bash-completion.
13:50:07 [2021-05-06T13:50:07.669Z] #20 32.12 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
13:50:07 [2021-05-06T13:50:07.781Z] #43 66.66   CC       criu/arch/x86/vdso-pie.o
13:50:07 [2021-05-06T13:50:07.889Z] #20 44.10 Selecting previously unselected package vim.
13:50:07 [2021-05-06T13:50:07.889Z] #20 44.10 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ...
13:50:07 [2021-05-06T13:50:07.889Z] #20 44.12 Unpacking vim (2:8.1.0875-5) ...
13:50:07 [2021-05-06T13:50:07.947Z] using credential docker-jenkins-github-credentials
13:50:08 [2021-05-06T13:50:08.018Z] Cloning the remote Git repository
13:50:08 [2021-05-06T13:50:08.018Z] Cloning with configured refspecs honoured and without tags
13:50:08 [2021-05-06T13:50:08.043Z] #43 66.97   CC       criu/arch/x86/restorer.o
13:50:08 [2021-05-06T13:50:08.295Z] #66 DONE 0.8s
13:50:08 [2021-05-06T13:50:08.295Z] 
13:50:08 [2021-05-06T13:50:08.295Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
13:50:08 [2021-05-06T13:50:08.295Z] #68 sha256:2d5696de27db1d435de56489d3a16a9b4825a95a1ec744c8d019905d15768003
13:50:08 [2021-05-06T13:50:08.295Z] #68 DONE 0.0s
13:50:08 [2021-05-06T13:50:08.295Z] 
13:50:08 [2021-05-06T13:50:08.295Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
13:50:08 [2021-05-06T13:50:08.295Z] #69 sha256:fd32e9ee7a9a6f590d9cc386f4080ffdc296bf53d857ab033b46d47089c554e6
13:50:08 [2021-05-06T13:50:08.295Z] #69 DONE 0.0s
13:50:08 [2021-05-06T13:50:08.295Z] 
13:50:08 [2021-05-06T13:50:08.295Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker
13:50:08 [2021-05-06T13:50:08.295Z] #70 sha256:034dd47892622191d9ac63a63084d534a5c6c3cedc1a97bcd7159580866d649c
13:50:08 [2021-05-06T13:50:08.304Z] #43 67.52   CC       criu/arch/x86/restorer_unmap.o
13:50:08 [2021-05-06T13:50:08.464Z] #20 44.58 Selecting previously unselected package xfsprogs.
13:50:08 [2021-05-06T13:50:08.464Z] #20 44.58 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ...
13:50:08 [2021-05-06T13:50:08.464Z] #20 44.59 Unpacking xfsprogs (4.20.0-1) ...
13:50:08 [2021-05-06T13:50:08.565Z] #43 67.59   CC       criu/arch/x86/sigaction_compat_pie.o
13:50:08 [2021-05-06T13:50:08.726Z] #20 45.02 Selecting previously unselected package zip.
13:50:08 [2021-05-06T13:50:08.726Z] #20 45.02 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ...
13:50:08 [2021-05-06T13:50:08.726Z] #20 45.03 Unpacking zip (3.0-11+b1) ...
13:50:08 [2021-05-06T13:50:08.826Z] #43 67.91   CC       criu/pie/restorer.o
13:50:08 [2021-05-06T13:50:08.862Z] #70 DONE 0.7s
13:50:08 [2021-05-06T13:50:08.862Z] 
13:50:08 [2021-05-06T13:50:08.862Z] #71 exporting to image
13:50:08 [2021-05-06T13:50:08.862Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:50:08 [2021-05-06T13:50:08.862Z] #71 exporting layers
13:50:08 [2021-05-06T13:50:08.989Z] #20 45.29 Setting up aufs-tools (1:4.14+20190211-1) ...
13:50:08 [2021-05-06T13:50:08.989Z] #20 45.32 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
13:50:08 [2021-05-06T13:50:08.989Z] #20 45.33 Setting up libip6tc0:arm64 (1.8.2-4) ...
13:50:08 [2021-05-06T13:50:08.989Z] #20 45.35 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ...
13:50:08 [2021-05-06T13:50:08.989Z] #20 45.36 Setting up libgpm2:arm64 (1.20.7-5) ...
13:50:08 [2021-05-06T13:50:08.989Z] #20 45.38 Setting up libip4tc0:arm64 (1.8.2-4) ...
13:50:08 [2021-05-06T13:50:08.989Z] #20 45.40 Setting up uidmap (1:4.5-1.1) ...
13:50:08 [2021-05-06T13:50:08.989Z] #20 45.41 Setting up libnftnl11:arm64 (1.1.2-2) ...
13:50:08 [2021-05-06T13:50:08.989Z] #20 45.43 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
13:50:08 [2021-05-06T13:50:08.989Z] #20 45.44 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
13:50:08 [2021-05-06T13:50:08.989Z] #20 45.46 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
13:50:09 [2021-05-06T13:50:09.252Z] #20 45.47 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
13:50:09 [2021-05-06T13:50:09.252Z] #20 45.48 Setting up xxd (2:8.1.0875-5) ...
13:50:09 [2021-05-06T13:50:09.252Z] #20 45.50 Setting up zip (3.0-11+b1) ...
13:50:09 [2021-05-06T13:50:09.252Z] #20 45.51 Setting up vim-common (2:8.1.0875-5) ...
13:50:09 [2021-05-06T13:50:09.252Z] #20 45.55 Setting up bash-completion (1:2.8-6) ...
13:50:09 [2021-05-06T13:50:09.399Z] #43 ...
13:50:09 [2021-05-06T13:50:09.399Z] 
13:50:09 [2021-05-06T13:50:09.399Z] #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
13:50:09 [2021-05-06T13:50:09.399Z] #45 sha256:22cfca3a0b4c3e4e5ef538e0315c7e1331d173e069c46336ca9c501feaa5efbb
13:50:09 [2021-05-06T13:50:09.399Z] #45 153.8 github.com/LK4D4/vndr/godl
13:50:08 [2021-05-06T13:50:08.217Z] Cloning repository https://github.com/moby/moby.git
13:50:08 [2021-05-06T13:50:08.592Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
13:50:10 [2021-05-06T13:50:10.343Z] #45 154.6 github.com/LK4D4/vndr
13:50:10 [2021-05-06T13:50:10.936Z] #20 34.93 Unpacking bash-completion (1:2.8-6) ...
13:50:10 [2021-05-06T13:50:10.936Z] #20 35.28 Selecting previously unselected package bzip2.
13:50:10 [2021-05-06T13:50:10.936Z] #20 35.29 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
13:50:10 [2021-05-06T13:50:10.936Z] #20 35.29 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
13:50:10 [2021-05-06T13:50:10.936Z] #20 35.38 Selecting previously unselected package xz-utils.
13:50:10 [2021-05-06T13:50:10.936Z] #20 35.38 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
13:50:10 [2021-05-06T13:50:10.936Z] #20 35.41 Unpacking xz-utils (5.2.4-1) ...
13:50:11 [2021-05-06T13:50:11.192Z] #20 35.57 Selecting previously unselected package apparmor.
13:50:11 [2021-05-06T13:50:11.192Z] #20 35.58 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
13:50:11 [2021-05-06T13:50:11.192Z] #20 35.69 Unpacking apparmor (2.13.2-10) ...
13:50:11 [2021-05-06T13:50:11.754Z] #20 36.02 Selecting previously unselected package aufs-tools.
13:50:11 [2021-05-06T13:50:11.754Z] #20 36.03 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
13:50:11 [2021-05-06T13:50:11.754Z] #20 36.04 Unpacking aufs-tools (1:4.14+20190211-1) ...
13:50:11 [2021-05-06T13:50:11.754Z] #20 36.19 Selecting previously unselected package libonig5:amd64.
13:50:11 [2021-05-06T13:50:11.754Z] #20 36.19 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
13:50:11 [2021-05-06T13:50:11.754Z] #20 36.19 Unpacking libonig5:amd64 (6.9.1-1) ...
13:50:09 [2021-05-06T13:50:09.935Z] Fetching upstream changes from https://github.com/moby/moby.git
13:50:09 [2021-05-06T13:50:09.935Z]  > git --version # timeout=10
13:50:09 [2021-05-06T13:50:09.981Z]  > git --version # 'git version 2.24.1.windows.2'
13:50:09 [2021-05-06T13:50:09.982Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:50:09 [2021-05-06T13:50:09.985Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42098/head:refs/remotes/origin/PR-42098 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:50:12 [2021-05-06T13:50:12.009Z] #20 36.35 Selecting previously unselected package libjq1:amd64.
13:50:12 [2021-05-06T13:50:12.009Z] #20 36.36 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
13:50:12 [2021-05-06T13:50:12.009Z] #20 36.37 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
13:50:12 [2021-05-06T13:50:12.009Z] #20 36.48 Selecting previously unselected package jq.
13:50:12 [2021-05-06T13:50:12.009Z] #20 36.49 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
13:50:12 [2021-05-06T13:50:12.009Z] #20 36.49 Unpacking jq (1.5+dfsg-2+b1) ...
13:50:12 [2021-05-06T13:50:12.265Z] #20 36.59 Selecting previously unselected package libaio1:amd64.
13:50:12 [2021-05-06T13:50:12.265Z] #20 36.61 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
13:50:12 [2021-05-06T13:50:12.265Z] #20 36.62 Unpacking libaio1:amd64 (0.3.112-3) ...
13:50:12 [2021-05-06T13:50:12.265Z] #20 36.68 Selecting previously unselected package libgpm2:amd64.
13:50:12 [2021-05-06T13:50:12.265Z] #20 36.70 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
13:50:12 [2021-05-06T13:50:12.265Z] #20 36.70 Unpacking libgpm2:amd64 (1.20.7-5) ...
13:50:12 [2021-05-06T13:50:12.265Z] #20 36.78 Selecting previously unselected package libicu63:amd64.
13:50:12 [2021-05-06T13:50:12.265Z] #20 36.78 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
13:50:12 [2021-05-06T13:50:12.265Z] #20 36.78 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
13:50:12 [2021-05-06T13:50:12.565Z] #20 48.64 Setting up libiptc0:arm64 (1.8.2-4) ...
13:50:12 [2021-05-06T13:50:12.565Z] #20 48.66 Setting up xz-utils (5.2.4-1) ...
13:50:12 [2021-05-06T13:50:12.565Z] #20 48.71 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:50:12 [2021-05-06T13:50:12.565Z] #20 48.73 Setting up sudo (1.8.27-1+deb10u3) ...
13:50:12 [2021-05-06T13:50:12.565Z] #20 48.86 invoke-rc.d: could not determine current runlevel
13:50:12 [2021-05-06T13:50:12.565Z] #20 48.88 invoke-rc.d: policy-rc.d denied execution of start.
13:50:12 [2021-05-06T13:50:12.565Z] #20 48.89 Setting up pigz (2.4-1) ...
13:50:12 [2021-05-06T13:50:12.565Z] #20 48.90 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
13:50:12 [2021-05-06T13:50:12.565Z] #20 48.92 Setting up libnl-3-200:arm64 (3.4.0-1) ...
13:50:12 [2021-05-06T13:50:12.565Z] #20 48.95 Setting up python-pip-whl (18.1-5) ...
13:50:12 [2021-05-06T13:50:12.565Z] #20 48.97 Setting up libmpdec2:arm64 (2.4.2-2) ...
13:50:12 [2021-05-06T13:50:12.828Z] #20 48.98 Setting up vim-runtime (2:8.1.0875-5) ...
13:50:13 [2021-05-06T13:50:13.091Z] #20 49.49 Setting up libaio1:arm64 (0.3.112-3) ...
13:50:13 [2021-05-06T13:50:13.091Z] #20 49.51 Setting up libonig5:arm64 (6.9.1-1) ...
13:50:13 [2021-05-06T13:50:13.091Z] #20 49.53 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ...
13:50:13 [2021-05-06T13:50:13.091Z] #20 49.55 Setting up vim (2:8.1.0875-5) ...
13:50:13 [2021-05-06T13:50:13.091Z] #20 49.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
13:50:13 [2021-05-06T13:50:13.091Z] #20 49.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
13:50:13 [2021-05-06T13:50:13.092Z] #20 49.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
13:50:13 [2021-05-06T13:50:13.092Z] #20 49.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
13:50:13 [2021-05-06T13:50:13.092Z] #20 49.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
13:50:13 [2021-05-06T13:50:13.092Z] #20 49.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
13:50:13 [2021-05-06T13:50:13.092Z] #20 49.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
13:50:13 [2021-05-06T13:50:13.355Z] #20 49.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
13:50:13 [2021-05-06T13:50:13.355Z] #20 49.69 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ...
13:50:13 [2021-05-06T13:50:13.355Z] #20 49.73 Setting up thin-provisioning-tools (0.7.6-2.1) ...
13:50:13 [2021-05-06T13:50:13.355Z] #20 49.76 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ...
13:50:13 [2021-05-06T13:50:13.618Z] #20 49.78 Setting up jq (1.5+dfsg-2+b1) ...
13:50:13 [2021-05-06T13:50:13.618Z] #20 49.79 Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
13:50:13 [2021-05-06T13:50:13.618Z] #20 49.81 Setting up python3.7 (3.7.3-2+deb10u3) ...
13:50:13 [2021-05-06T13:50:13.723Z] #45 ...
13:50:13 [2021-05-06T13:50:13.723Z] 
13:50:13 [2021-05-06T13:50:13.723Z] #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
13:50:13 [2021-05-06T13:50:13.723Z] #53 sha256:c46e8d8e6ebd72485e572f4d102e32dde8fc28a3c7261858952389bfee5faad9
13:50:13 [2021-05-06T13:50:13.723Z] #53 13.75 + cd /tmp/tmp.A1IClvpeBu/src/github.com/opencontainers/runc
13:50:13 [2021-05-06T13:50:13.723Z] #53 13.75 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:50:13 [2021-05-06T13:50:13.723Z] #53 14.50 + '[' -z '' ']'
13:50:13 [2021-05-06T13:50:13.723Z] #53 14.50 + target=static
13:50:13 [2021-05-06T13:50:13.723Z] #53 14.50 + make 'BUILDTAGS=seccomp ' static
13:50:13 [2021-05-06T13:50:13.723Z] #53 15.06 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 .
13:50:13 [2021-05-06T13:50:13.723Z] #53 ...
13:50:13 [2021-05-06T13:50:13.723Z] 
13:50:13 [2021-05-06T13:50:13.723Z] #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
13:50:13 [2021-05-06T13:50:13.723Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:50:13 [2021-05-06T13:50:13.723Z] #43 70.99   LINK     criu/pie/restorer.built-in.o
13:50:13 [2021-05-06T13:50:13.723Z] #43 71.02   GEN      criu/pie/restorer-blob.h
13:50:13 [2021-05-06T13:50:13.723Z] #43 71.10   DEP      criu/vdso.d
13:50:13 [2021-05-06T13:50:13.723Z] #43 71.34   DEP      criu/vdso-compat.d
13:50:13 [2021-05-06T13:50:13.723Z] #43 71.49   DEP      criu/uts_ns.d
13:50:13 [2021-05-06T13:50:13.723Z] #43 71.76   DEP      criu/util.d
13:50:13 [2021-05-06T13:50:13.723Z] #43 72.01   DEP      criu/uffd.d
13:50:13 [2021-05-06T13:50:13.723Z] #43 72.26   DEP      criu/tun.d
13:50:13 [2021-05-06T13:50:13.723Z] #43 72.46   DEP      criu/tty.d
13:50:13 [2021-05-06T13:50:13.723Z] #43 72.71   DEP      criu/timerfd.d
13:50:13 [2021-05-06T13:50:13.723Z] #43 72.89   DEP      criu/timens.d
13:50:13 [2021-05-06T13:50:13.758Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
13:50:13 [2021-05-06T13:50:13.758Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
13:50:13 [2021-05-06T13:50:13.984Z] #43 73.12   DEP      criu/sysfs_parse.d
13:50:13 [2021-05-06T13:50:13.984Z] #43 73.23   DEP      criu/sysctl.d
13:50:14 [2021-05-06T13:50:14.244Z] #43 73.39   DEP      criu/string.d
13:50:14 [2021-05-06T13:50:14.244Z] #43 73.43   DEP      criu/stats.d
13:50:14 [2021-05-06T13:50:14.505Z] #43 73.58   DEP      criu/sockets.d
13:50:14 [2021-05-06T13:50:14.505Z] #43 73.78   DEP      criu/sk-unix.d
13:50:14 [2021-05-06T13:50:14.765Z] #43 74.03   DEP      criu/sk-tcp.d
13:50:15 [2021-05-06T13:50:15.026Z] #43 74.26   DEP      criu/sk-queue.d
13:50:15 [2021-05-06T13:50:15.287Z] #43 74.44   DEP      criu/sk-packet.d
13:50:15 [2021-05-06T13:50:15.427Z] #71 exporting layers 6.5s done
13:50:15 [2021-05-06T13:50:15.427Z] #71 writing image sha256:50de3933817ed68aa0e1c69f9d4491dbafbc89dd1b65525d77856565ce49d698 done
13:50:15 [2021-05-06T13:50:15.427Z] #71 naming to docker.io/library/docker:8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 done
13:50:15 [2021-05-06T13:50:15.427Z] #71 DONE 6.6s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
13:50:15 [2021-05-06T13:50:15.532Z] #20 ...
13:50:15 [2021-05-06T13:50:15.532Z] 
13:50:15 [2021-05-06T13:50:15.532Z] #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
13:50:15 [2021-05-06T13:50:15.532Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:50:15 [2021-05-06T13:50:15.532Z] #43 102.8   CC       criu/cr-service.o
13:50:15 [2021-05-06T13:50:15.532Z] #43 104.5   CC       criu/crtools.o
13:50:15 [2021-05-06T13:50:15.532Z] #43 105.1   CC       criu/eventfd.o
13:50:15 [2021-05-06T13:50:15.532Z] #43 105.5   CC       criu/eventpoll.o
13:50:15 [2021-05-06T13:50:15.532Z] #43 106.3   CC       criu/external.o
13:50:15 [2021-05-06T13:50:15.532Z] #43 106.6   CC       criu/fault-injection.o
13:50:15 [2021-05-06T13:50:15.532Z] #43 106.8   CC       criu/fdstore.o
13:50:15 [2021-05-06T13:50:15.532Z] #43 107.2   CC       criu/fifo.o
13:50:15 [2021-05-06T13:50:15.532Z] #43 107.6   CC       criu/file-ids.o
13:50:15 [2021-05-06T13:50:15.532Z] #43 107.9   CC       criu/file-lock.o
13:50:15 [2021-05-06T13:50:15.532Z] #43 108.8   CC       criu/files-ext.o
13:50:15 [2021-05-06T13:50:15.532Z] #43 109.2   CC       criu/files-reg.o
13:50:15 [2021-05-06T13:50:15.532Z] #43 111.2   CC       criu/files.o
13:50:15 [2021-05-06T13:50:15.547Z] #43 74.73   DEP      criu/sk-netlink.d
13:50:15 [2021-05-06T13:50:15.762Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42098/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42098/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 hack/validate/default
13:50:15 [2021-05-06T13:50:15.787Z] #43 ...
13:50:15 [2021-05-06T13:50:15.787Z] 
13:50:15 [2021-05-06T13:50:15.787Z] #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
13:50:15 [2021-05-06T13:50:15.787Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:50:15 [2021-05-06T13:50:15.787Z] #20 40.22 Selecting previously unselected package libnet1:amd64.
13:50:15 [2021-05-06T13:50:15.788Z] #20 40.23 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
13:50:15 [2021-05-06T13:50:15.788Z] #20 40.23 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:50:15 [2021-05-06T13:50:15.788Z] #20 40.34 Selecting previously unselected package libnl-3-200:amd64.
13:50:15 [2021-05-06T13:50:15.788Z] #20 40.35 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
13:50:15 [2021-05-06T13:50:15.788Z] #20 40.35 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
13:50:15 [2021-05-06T13:50:15.808Z] #43 75.01   DEP      criu/sk-inet.d
13:50:16 [2021-05-06T13:50:16.043Z] #20 40.45 Selecting previously unselected package libprotobuf-c1:amd64.
13:50:16 [2021-05-06T13:50:16.043Z] #20 40.45 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
13:50:16 [2021-05-06T13:50:16.043Z] #20 40.45 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:50:16 [2021-05-06T13:50:16.043Z] #20 40.51 Selecting previously unselected package libreadline5:amd64.
13:50:16 [2021-05-06T13:50:16.043Z] #20 40.52 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
13:50:16 [2021-05-06T13:50:16.043Z] #20 40.52 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
13:50:16 [2021-05-06T13:50:16.069Z] #43 75.26   DEP      criu/signalfd.d
13:50:16 [2021-05-06T13:50:16.175Z] #20 52.25 Setting up iptables (1.8.2-4) ...
13:50:16 [2021-05-06T13:50:16.175Z] #20 52.29 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:50:16 [2021-05-06T13:50:16.175Z] #20 52.31 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:50:16 [2021-05-06T13:50:16.175Z] #20 52.32 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:50:16 [2021-05-06T13:50:16.175Z] #20 52.32 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:50:16 [2021-05-06T13:50:16.175Z] #20 52.33 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:50:16 [2021-05-06T13:50:16.175Z] #20 52.35 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:50:16 [2021-05-06T13:50:16.175Z] #20 52.36 Setting up python3 (3.7.3-1) ...
13:50:16 [2021-05-06T13:50:16.299Z] #20 40.64 Selecting previously unselected package net-tools.
13:50:16 [2021-05-06T13:50:16.299Z] #20 40.64 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
13:50:16 [2021-05-06T13:50:16.299Z] #20 40.64 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
13:50:16 [2021-05-06T13:50:16.299Z] #20 40.81 Selecting previously unselected package python-pip-whl.
13:50:16 [2021-05-06T13:50:16.299Z] #20 40.81 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
13:50:16 [2021-05-06T13:50:16.299Z] #20 40.82 Unpacking python-pip-whl (18.1-5) ...
13:50:16 [2021-05-06T13:50:16.329Z] Congratulations!  All commits are properly signed with the DCO!
13:50:16 [2021-05-06T13:50:16.330Z] #43 75.44   DEP      criu/sigframe.d
13:50:16 [2021-05-06T13:50:16.330Z] #43 75.51   DEP      criu/shmem.d
13:50:16 [2021-05-06T13:50:16.588Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
13:50:16 [2021-05-06T13:50:16.592Z] #43 75.76   DEP      criu/servicefd.d
13:50:16 [2021-05-06T13:50:16.751Z] #20 52.96 Setting up python3-wheel (0.32.3-2) ...
13:50:16 [2021-05-06T13:50:16.853Z] #43 75.91   DEP      criu/seize.d
13:50:16 [2021-05-06T13:50:16.864Z] #20 41.36 Selecting previously unselected package python3-lib2to3.
13:50:16 [2021-05-06T13:50:16.864Z] #20 41.37 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
13:50:16 [2021-05-06T13:50:16.864Z] #20 41.37 Unpacking python3-lib2to3 (3.7.3-1) ...
13:50:17 [2021-05-06T13:50:17.114Z] #43 76.14   DEP      criu/seccomp.d
13:50:17 [2021-05-06T13:50:17.114Z] #43 76.30   DEP      criu/rst-malloc.d
13:50:17 [2021-05-06T13:50:17.114Z] #43 76.36   DEP      criu/rbtree.d
13:50:17 [2021-05-06T13:50:17.120Z] #20 41.50 Selecting previously unselected package python3-distutils.
13:50:17 [2021-05-06T13:50:17.120Z] #20 41.50 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
13:50:17 [2021-05-06T13:50:17.120Z] #20 41.51 Unpacking python3-distutils (3.7.3-1) ...
13:50:17 [2021-05-06T13:50:17.120Z] #20 41.63 Selecting previously unselected package python3-pip.
13:50:17 [2021-05-06T13:50:17.120Z] #20 41.66 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
13:50:17 [2021-05-06T13:50:17.120Z] #20 41.66 Unpacking python3-pip (18.1-5) ...
13:50:17 [2021-05-06T13:50:17.375Z] #43 76.39   DEP      criu/pstree.d
13:50:17 [2021-05-06T13:50:17.375Z] #43 76.55   DEP      criu/protobuf.d
13:50:17 [2021-05-06T13:50:17.375Z] #20 41.82 Selecting previously unselected package python3-pkg-resources.
13:50:17 [2021-05-06T13:50:17.375Z] #20 41.82 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
13:50:17 [2021-05-06T13:50:17.375Z] #20 41.82 Unpacking python3-pkg-resources (40.8.0-1) ...
13:50:17 [2021-05-06T13:50:17.375Z] #20 41.98 Selecting previously unselected package python3-setuptools.
13:50:17 [2021-05-06T13:50:17.375Z] #20 41.98 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
13:50:17 [2021-05-06T13:50:17.375Z] #20 42.02 Unpacking python3-setuptools (40.8.0-1) ...
13:50:17 [2021-05-06T13:50:17.631Z] #20 42.26 Selecting previously unselected package python3-wheel.
13:50:17 [2021-05-06T13:50:17.631Z] #20 42.26 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
13:50:17 [2021-05-06T13:50:17.631Z] #20 42.28 Unpacking python3-wheel (0.32.3-2) ...
13:50:17 [2021-05-06T13:50:17.636Z] #43 76.68   GEN      criu/protobuf-desc-gen.h
13:50:17 [2021-05-06T13:50:17.698Z] #20 53.87 Setting up apparmor (2.13.2-10) ...
13:50:17 [2021-05-06T13:50:17.698Z] #20 ...
13:50:17 [2021-05-06T13:50:17.698Z] 
13:50:17 [2021-05-06T13:50:17.698Z] #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
13:50:17 [2021-05-06T13:50:17.698Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:50:17 [2021-05-06T13:50:17.698Z] #43 88.49   DEP      criu/action-scripts.d
13:50:17 [2021-05-06T13:50:17.698Z] #43 88.77   CC       criu/action-scripts.o
13:50:17 [2021-05-06T13:50:17.698Z] #43 89.30   CC       criu/aio.o
13:50:17 [2021-05-06T13:50:17.698Z] #43 89.83   CC       criu/autofs.o
13:50:17 [2021-05-06T13:50:17.698Z] #43 91.33   CC       criu/bfd.o
13:50:17 [2021-05-06T13:50:17.698Z] #43 91.95   CC       criu/bitmap.o
13:50:17 [2021-05-06T13:50:17.698Z] #43 92.11   CC       criu/cgroup-props.o
13:50:17 [2021-05-06T13:50:17.698Z] #43 92.81   CC       criu/cgroup.o
13:50:17 [2021-05-06T13:50:17.698Z] #43 94.82   CC       criu/clone-noasan.o
13:50:17 [2021-05-06T13:50:17.698Z] #43 95.01   CC       criu/config.o
13:50:17 [2021-05-06T13:50:17.698Z] #43 96.25   CC       criu/cr-check.o
13:50:17 [2021-05-06T13:50:17.698Z] #43 97.79   CC       criu/cr-dedup.o
13:50:17 [2021-05-06T13:50:17.698Z] #43 98.15   CC       criu/cr-dump.o
13:50:17 [2021-05-06T13:50:17.887Z] #20 42.37 Selecting previously unselected package sudo.
13:50:17 [2021-05-06T13:50:17.887Z] #20 42.38 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
13:50:17 [2021-05-06T13:50:17.887Z] #20 42.40 Unpacking sudo (1.8.27-1+deb10u3) ...
13:50:17 [2021-05-06T13:50:17.966Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
13:50:18 [2021-05-06T13:50:18.451Z] #20 42.85 Selecting previously unselected package thin-provisioning-tools.
13:50:18 [2021-05-06T13:50:18.451Z] #20 42.85 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
13:50:18 [2021-05-06T13:50:18.451Z] #20 42.85 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
13:50:18 [2021-05-06T13:50:18.451Z] #20 43.09 Selecting previously unselected package uidmap.
13:50:18 [2021-05-06T13:50:18.493Z] Congratulations!  All API changes are done the right way.
13:50:18 [2021-05-06T13:50:18.493Z] Congratulations!  All TOML source files changed here have valid syntax.
13:50:18 [2021-05-06T13:50:18.493Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:50:18 [2021-05-06T13:50:18.493Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:50:18 [2021-05-06T13:50:18.493Z] Congratulations!  No new tests were added to integration-cli.
13:50:18 [2021-05-06T13:50:18.493Z] 
13:50:18 [2021-05-06T13:50:18.493Z] INFO Start validation with golang-ci-lint
13:50:18 [2021-05-06T13:50:18.493Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
13:50:18 [2021-05-06T13:50:18.493Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:50:18 [2021-05-06T13:50:18.493Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:50:18 [2021-05-06T13:50:18.707Z] #20 43.10 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
13:50:18 [2021-05-06T13:50:18.707Z] #20 43.11 Unpacking uidmap (1:4.5-1.1) ...
13:50:18 [2021-05-06T13:50:18.964Z] #20 43.25 Selecting previously unselected package vim-runtime.
13:50:18 [2021-05-06T13:50:18.964Z] #20 43.26 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
13:50:18 [2021-05-06T13:50:18.964Z] #20 43.31 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
13:50:18 [2021-05-06T13:50:18.964Z] #20 43.49 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
13:50:19 [2021-05-06T13:50:19.220Z] #20 43.57 Unpacking vim-runtime (2:8.1.0875-5) ...
13:50:19 [2021-05-06T13:50:19.550Z] #43 78.42   DEP      criu/protobuf-desc.d
13:50:19 [2021-05-06T13:50:19.550Z] #43 78.54   DEP      criu/proc_parse.d
13:50:19 [2021-05-06T13:50:19.550Z] #43 78.75   DEP      criu/plugin.d
13:50:19 [2021-05-06T13:50:19.550Z] #43 78.84   DEP      criu/pipes.d
13:50:19 [2021-05-06T13:50:19.622Z] #43 100.1   CC       criu/cr-errno.o
13:50:19 [2021-05-06T13:50:19.622Z] #43 100.2   CC       criu/cr-restore.o
13:50:19 [2021-05-06T13:50:19.622Z] #43 ...
13:50:19 [2021-05-06T13:50:19.622Z] 
13:50:19 [2021-05-06T13:50:19.623Z] #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
13:50:19 [2021-05-06T13:50:19.623Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
13:50:19 [2021-05-06T13:50:19.623Z] #20 56.08 Setting up xfsprogs (4.20.0-1) ...
13:50:19 [2021-05-06T13:50:19.812Z] #43 79.01   DEP      criu/pie-util.d
13:50:19 [2021-05-06T13:50:19.812Z] #43 79.09   DEP      criu/pie-util-vdso.d
13:50:19 [2021-05-06T13:50:19.885Z] #20 56.09 Setting up python3-lib2to3 (3.7.3-1) ...
13:50:20 [2021-05-06T13:50:20.074Z] #43 ...
13:50:20 [2021-05-06T13:50:20.074Z] 
13:50:20 [2021-05-06T13:50:20.074Z] #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
13:50:20 [2021-05-06T13:50:20.074Z] #45 sha256:22cfca3a0b4c3e4e5ef538e0315c7e1331d173e069c46336ca9c501feaa5efbb
13:50:20 [2021-05-06T13:50:20.074Z] #45 DONE 164.5s
13:50:20 [2021-05-06T13:50:20.074Z] 
13:50:20 [2021-05-06T13:50:20.074Z] #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
13:50:20 [2021-05-06T13:50:20.074Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:50:20 [2021-05-06T13:50:20.074Z] #20 12.54 Fetched 8955 kB in 11s (802 kB/s)
13:50:20 [2021-05-06T13:50:20.074Z] #20 12.54 Reading package lists...
13:50:20 [2021-05-06T13:50:20.074Z] #20 17.08 Reading package lists...
13:50:20 [2021-05-06T13:50:20.148Z] #20 56.51 Setting up python3-pkg-resources (40.8.0-1) ...
13:50:20 [2021-05-06T13:50:20.336Z] #20 21.22 Building dependency tree...
13:50:20 [2021-05-06T13:50:20.336Z] #20 ...
13:50:20 [2021-05-06T13:50:20.336Z] 
13:50:20 [2021-05-06T13:50:20.336Z] #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
13:50:20 [2021-05-06T13:50:20.336Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:50:20 [2021-05-06T13:50:20.336Z] #43 79.27   DEP      criu/pie-util-vdso-elf32.d
13:50:20 [2021-05-06T13:50:20.336Z] #43 79.43   DEP      criu/path.d
13:50:20 [2021-05-06T13:50:20.600Z] #43 79.71   DEP      criu/parasite-syscall.d
13:50:20 [2021-05-06T13:50:20.861Z] #43 79.98   DEP      criu/pagemap.d
13:50:21 [2021-05-06T13:50:21.096Z] #20 57.36 Setting up python3-distutils (3.7.3-1) ...
13:50:21 [2021-05-06T13:50:21.125Z] #43 80.25   DEP      criu/pagemap-cache.d
13:50:21 [2021-05-06T13:50:21.270Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
13:50:21 [2021-05-06T13:50:21.387Z] #43 80.50   DEP      criu/page-xfer.d
13:50:21 [2021-05-06T13:50:21.531Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
13:50:21 [2021-05-06T13:50:21.648Z] #43 80.64   DEP      criu/page-pipe.d
13:50:21 [2021-05-06T13:50:21.648Z] #43 80.79   DEP      criu/netfilter.d
13:50:21 [2021-05-06T13:50:21.672Z] #20 58.06 Setting up python3-setuptools (40.8.0-1) ...
13:50:21 [2021-05-06T13:50:21.909Z] #43 81.01   DEP      criu/net.d
13:50:22 [2021-05-06T13:50:22.170Z] #43 81.18   DEP      criu/namespaces.d
13:50:22 [2021-05-06T13:50:22.170Z] #43 81.33   DEP      criu/mount.d
13:50:22 [2021-05-06T13:50:22.431Z] #43 81.50   DEP      criu/memfd.d
13:50:22 [2021-05-06T13:50:22.488Z] #20 46.69 Selecting previously unselected package vim.
13:50:22 [2021-05-06T13:50:22.488Z] #20 46.69 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
13:50:22 [2021-05-06T13:50:22.488Z] #20 46.71 Unpacking vim (2:8.1.0875-5) ...
13:50:22 [2021-05-06T13:50:22.693Z] #43 81.64   DEP      criu/mem.d
13:50:22 [2021-05-06T13:50:22.693Z] #43 81.88   DEP      criu/lsm.d
13:50:22 [2021-05-06T13:50:22.693Z] #43 81.99   DEP      criu/log.d
13:50:22 [2021-05-06T13:50:22.744Z] #20 47.20 Selecting previously unselected package xfsprogs.
13:50:22 [2021-05-06T13:50:22.744Z] #20 47.22 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
13:50:22 [2021-05-06T13:50:22.744Z] #20 47.22 Unpacking xfsprogs (4.20.0-1) ...
13:50:22 [2021-05-06T13:50:22.955Z] #43 82.11   DEP      criu/libnetlink.d
13:50:22 [2021-05-06T13:50:22.955Z] #43 82.22   DEP      criu/kerndat.d
13:50:23 [2021-05-06T13:50:23.071Z] #20 59.50 Setting up python3-pip (18.1-5) ...
13:50:23 [2021-05-06T13:50:23.216Z] #43 82.37   DEP      criu/kcmp-ids.d
13:50:23 [2021-05-06T13:50:23.216Z] #43 82.44   DEP      criu/irmap.d
13:50:23 [2021-05-06T13:50:23.307Z] #20 47.66 Selecting previously unselected package zip.
13:50:23 [2021-05-06T13:50:23.307Z] #20 47.66 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
13:50:23 [2021-05-06T13:50:23.307Z] #20 47.67 Unpacking zip (3.0-11+b1) ...
13:50:23 [2021-05-06T13:50:23.477Z] #43 82.55   DEP      criu/ipc_ns.d
13:50:23 [2021-05-06T13:50:23.563Z] #20 47.89 Setting up aufs-tools (1:4.14+20190211-1) ...
13:50:23 [2021-05-06T13:50:23.563Z] #20 47.94 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
13:50:23 [2021-05-06T13:50:23.563Z] #20 47.96 Setting up libip6tc0:amd64 (1.8.2-4) ...
13:50:23 [2021-05-06T13:50:23.563Z] #20 47.98 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
13:50:23 [2021-05-06T13:50:23.563Z] #20 47.99 Setting up libgpm2:amd64 (1.20.7-5) ...
13:50:23 [2021-05-06T13:50:23.563Z] #20 48.01 Setting up libip4tc0:amd64 (1.8.2-4) ...
13:50:23 [2021-05-06T13:50:23.563Z] #20 48.02 Setting up uidmap (1:4.5-1.1) ...
13:50:23 [2021-05-06T13:50:23.563Z] #20 48.04 Setting up libnftnl11:amd64 (1.1.2-2) ...
13:50:23 [2021-05-06T13:50:23.563Z] #20 48.05 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:50:23 [2021-05-06T13:50:23.563Z] #20 48.06 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
13:50:23 [2021-05-06T13:50:23.563Z] #20 48.08 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:50:23 [2021-05-06T13:50:23.739Z] #43 82.78   DEP      criu/image.d
13:50:23 [2021-05-06T13:50:23.739Z] #43 82.92   DEP      criu/image-desc.d
13:50:23 [2021-05-06T13:50:23.819Z] #20 48.09 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
13:50:23 [2021-05-06T13:50:23.819Z] #20 48.11 Setting up xxd (2:8.1.0875-5) ...
13:50:23 [2021-05-06T13:50:23.819Z] #20 48.12 Setting up zip (3.0-11+b1) ...
13:50:23 [2021-05-06T13:50:23.819Z] #20 48.13 Setting up vim-common (2:8.1.0875-5) ...
13:50:23 [2021-05-06T13:50:23.819Z] #20 48.15 Setting up bash-completion (1:2.8-6) ...
13:50:24 [2021-05-06T13:50:24.000Z] #43 82.99   DEP      criu/fsnotify.d
13:50:24 [2021-05-06T13:50:24.000Z] #43 83.13   DEP      criu/filesystems.d
13:50:24 [2021-05-06T13:50:24.261Z] #43 83.25   DEP      criu/files.d
13:50:24 [2021-05-06T13:50:24.261Z] #43 83.44   DEP      criu/files-reg.d
13:50:24 [2021-05-06T13:50:24.465Z] #20 60.78 Processing triggers for libc-bin (2.28-10) ...
13:50:24 [2021-05-06T13:50:24.465Z] #20 60.85 Processing triggers for mime-support (3.62) ...
13:50:24 [2021-05-06T13:50:24.523Z] #43 83.68   DEP      criu/files-ext.d
13:50:24 [2021-05-06T13:50:24.784Z] #43 83.86   DEP      criu/file-lock.d
13:50:24 [2021-05-06T13:50:24.784Z] #43 ...
13:50:24 [2021-05-06T13:50:24.784Z] 
13:50:24 [2021-05-06T13:50:24.784Z] #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
13:50:24 [2021-05-06T13:50:24.784Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
13:50:24 [2021-05-06T13:50:24.784Z] #32 DONE 169.0s
13:50:25 [2021-05-06T13:50:25.049Z] 
13:50:25 [2021-05-06T13:50:25.049Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:50:25 [2021-05-06T13:50:25.049Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:50:25 [2021-05-06T13:50:25.049Z] #43 84.14   DEP      criu/file-ids.d
13:50:25 [2021-05-06T13:50:25.104Z] #20 DONE 61.4s
13:50:25 [2021-05-06T13:50:25.104Z] 
13:50:25 [2021-05-06T13:50:25.104Z] #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
13:50:25 [2021-05-06T13:50:25.104Z] #21 sha256:3a04c6fdd7ef5872a267faf8a5f2edcdb730aaf9dae03f62142eed23000d4fab
13:50:25 [2021-05-06T13:50:25.311Z] #43 84.44   DEP      criu/fifo.d
13:50:25 [2021-05-06T13:50:25.572Z] #43 84.67   DEP      criu/fdstore.d
13:50:25 [2021-05-06T13:50:25.833Z] #43 84.83   DEP      criu/fault-injection.d
13:50:25 [2021-05-06T13:50:25.833Z] #43 84.99   DEP      criu/external.d
13:50:25 [2021-05-06T13:50:25.833Z] #43 85.13   DEP      criu/eventpoll.d
13:50:26 [2021-05-06T13:50:26.052Z] Fetching without tags
13:50:26 [2021-05-06T13:50:26.094Z] #43 85.31   DEP      criu/eventfd.d
13:50:26 [2021-05-06T13:50:26.335Z] #20 ...
13:50:26 [2021-05-06T13:50:26.335Z] 
13:50:26 [2021-05-06T13:50:26.335Z] #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
13:50:26 [2021-05-06T13:50:26.335Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:50:26 [2021-05-06T13:50:26.335Z] #43 113.3   CC       criu/filesystems.o
13:50:26 [2021-05-06T13:50:26.335Z] #43 113.9   CC       criu/fsnotify.o
13:50:26 [2021-05-06T13:50:26.335Z] #43 115.2   CC       criu/image-desc.o
13:50:26 [2021-05-06T13:50:26.335Z] #43 115.3   CC       criu/image.o
13:50:26 [2021-05-06T13:50:26.335Z] #43 116.3   CC       criu/ipc_ns.o
13:50:26 [2021-05-06T13:50:26.335Z] #43 117.4   CC       criu/irmap.o
13:50:26 [2021-05-06T13:50:26.335Z] #43 118.1   CC       criu/kcmp-ids.o
13:50:26 [2021-05-06T13:50:26.335Z] #43 118.4   CC       criu/kerndat.o
13:50:26 [2021-05-06T13:50:26.335Z] #43 119.6   CC       criu/libnetlink.o
13:50:26 [2021-05-06T13:50:26.335Z] #43 120.0   CC       criu/log.o
13:50:26 [2021-05-06T13:50:26.335Z] #43 120.6   CC       criu/lsm.o
13:50:26 [2021-05-06T13:50:26.335Z] #43 121.0   CC       criu/mem.o
13:50:26 [2021-05-06T13:50:26.335Z] #43 122.9   CC       criu/memfd.o
13:50:26 [2021-05-06T13:50:26.335Z] #43 123.5   CC       criu/mount.o
13:50:26 [2021-05-06T13:50:26.335Z] #43 ...
13:50:26 [2021-05-06T13:50:26.335Z] 
13:50:26 [2021-05-06T13:50:26.335Z] #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
13:50:26 [2021-05-06T13:50:26.335Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:50:26 [2021-05-06T13:50:26.335Z] #40 183.2 + dpkg --print-architecture
13:50:26 [2021-05-06T13:50:26.335Z] #40 183.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
13:50:26 [2021-05-06T13:50:26.335Z] #40 183.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
13:50:26 [2021-05-06T13:50:26.335Z] #40 183.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
13:50:26 [2021-05-06T13:50:26.356Z] #43 85.41   DEP      criu/crtools.d
13:50:26 [2021-05-06T13:50:26.516Z] #21 1.416 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
13:50:26 [2021-05-06T13:50:26.516Z] #21 1.452 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
13:50:26 [2021-05-06T13:50:26.516Z] #21 1.463 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
13:50:26 [2021-05-06T13:50:26.516Z] #21 DONE 1.6s
13:50:26 [2021-05-06T13:50:26.516Z] 
13:50:26 [2021-05-06T13:50:26.516Z] #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
13:50:26 [2021-05-06T13:50:26.516Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:50:26 [2021-05-06T13:50:26.516Z] #43 103.7   CC       criu/cr-service.o
13:50:26 [2021-05-06T13:50:26.516Z] #43 105.4   CC       criu/crtools.o
13:50:26 [2021-05-06T13:50:26.516Z] #43 105.9   CC       criu/eventfd.o
13:50:26 [2021-05-06T13:50:26.516Z] #43 106.3   CC       criu/eventpoll.o
13:50:26 [2021-05-06T13:50:26.591Z] #40 ...
13:50:26 [2021-05-06T13:50:26.591Z] 
13:50:26 [2021-05-06T13:50:26.591Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:50:26 [2021-05-06T13:50:26.591Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:50:26 [2021-05-06T13:50:26.591Z] #20 51.01 Setting up libiptc0:amd64 (1.8.2-4) ...
13:50:26 [2021-05-06T13:50:26.591Z] #20 51.04 Setting up xz-utils (5.2.4-1) ...
13:50:26 [2021-05-06T13:50:26.591Z] #20 51.06 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:50:26 [2021-05-06T13:50:26.591Z] #20 51.11 Setting up sudo (1.8.27-1+deb10u3) ...
13:50:26 [2021-05-06T13:50:26.591Z] #20 51.17 invoke-rc.d: could not determine current runlevel
13:50:26 [2021-05-06T13:50:26.617Z] #43 85.55   DEP      criu/cr-service.d
13:50:26 [2021-05-06T13:50:26.617Z] #43 85.67   DEP      criu/cr-restore.d
13:50:26 [2021-05-06T13:50:26.617Z] #43 85.81   DEP      criu/cr-errno.d
13:50:25 [2021-05-06T13:50:25.745Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:50:25 [2021-05-06T13:50:25.814Z]  > git config --add remote.origin.fetch +refs/pull/42098/head:refs/remotes/origin/PR-42098 # timeout=10
13:50:25 [2021-05-06T13:50:25.856Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:50:25 [2021-05-06T13:50:25.968Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:50:26 [2021-05-06T13:50:26.084Z] Fetching upstream changes from https://github.com/moby/moby.git
13:50:26 [2021-05-06T13:50:26.084Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:50:26 [2021-05-06T13:50:26.085Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42098/head:refs/remotes/origin/PR-42098 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:50:26 [2021-05-06T13:50:26.777Z] Merging remotes/origin/master commit e42a32e4f00863d7b081f4c86a1d7553afad6b59 into PR head commit 4d3f64da6348c20f57efe01ca483b130bcf5dd9b
13:50:26 [2021-05-06T13:50:26.778Z] #43 107.3   CC       criu/external.o
13:50:26 [2021-05-06T13:50:26.823Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
13:50:26 [2021-05-06T13:50:26.847Z] #20 51.18 invoke-rc.d: policy-rc.d denied execution of start.
13:50:26 [2021-05-06T13:50:26.847Z] #20 51.18 Setting up pigz (2.4-1) ...
13:50:26 [2021-05-06T13:50:26.847Z] #20 51.19 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
13:50:26 [2021-05-06T13:50:26.847Z] #20 51.21 Setting up libnl-3-200:amd64 (3.4.0-1) ...
13:50:26 [2021-05-06T13:50:26.847Z] #20 51.25 Setting up python-pip-whl (18.1-5) ...
13:50:26 [2021-05-06T13:50:26.847Z] #20 51.27 Setting up libmpdec2:amd64 (2.4.2-2) ...
13:50:26 [2021-05-06T13:50:26.847Z] #20 51.28 Setting up vim-runtime (2:8.1.0875-5) ...
13:50:26 [2021-05-06T13:50:26.878Z] #43 85.83   DEP      criu/cr-dump.d
13:50:26 [2021-05-06T13:50:26.878Z] #43 85.97   DEP      criu/cr-dedup.d
13:50:26 [2021-05-06T13:50:26.878Z] #43 86.11   DEP      criu/cr-check.d
13:50:27 [2021-05-06T13:50:27.041Z] #43 107.7   CC       criu/fault-injection.o
13:50:27 [2021-05-06T13:50:27.041Z] #43 107.9   CC       criu/fdstore.o
13:50:27 [2021-05-06T13:50:27.103Z] #20 51.72 Setting up libaio1:amd64 (0.3.112-3) ...
13:50:27 [2021-05-06T13:50:27.140Z] #43 86.34   DEP      criu/config.d
13:50:27 [2021-05-06T13:50:27.358Z] #20 51.74 Setting up libonig5:amd64 (6.9.1-1) ...
13:50:27 [2021-05-06T13:50:27.358Z] #20 51.75 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
13:50:27 [2021-05-06T13:50:27.358Z] #20 51.77 Setting up vim (2:8.1.0875-5) ...
13:50:27 [2021-05-06T13:50:27.358Z] #20 51.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
13:50:27 [2021-05-06T13:50:27.358Z] #20 51.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
13:50:27 [2021-05-06T13:50:27.358Z] #20 51.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
13:50:27 [2021-05-06T13:50:27.358Z] #20 51.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
13:50:27 [2021-05-06T13:50:27.358Z] #20 51.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
13:50:27 [2021-05-06T13:50:27.358Z] #20 51.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
13:50:27 [2021-05-06T13:50:27.358Z] #20 51.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
13:50:27 [2021-05-06T13:50:27.358Z] #20 51.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
13:50:27 [2021-05-06T13:50:27.358Z] #20 51.85 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
13:50:27 [2021-05-06T13:50:27.358Z] #20 51.86 Setting up thin-provisioning-tools (0.7.6-2.1) ...
13:50:27 [2021-05-06T13:50:27.358Z] #20 51.88 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
13:50:27 [2021-05-06T13:50:27.358Z] #20 51.89 Setting up jq (1.5+dfsg-2+b1) ...
13:50:27 [2021-05-06T13:50:27.358Z] #20 51.90 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
13:50:27 [2021-05-06T13:50:27.358Z] #20 51.92 Setting up python3.7 (3.7.3-2+deb10u3) ...
13:50:27 [2021-05-06T13:50:27.401Z] #43 86.48   DEP      criu/clone-noasan.d
13:50:27 [2021-05-06T13:50:27.401Z] #43 86.55   DEP      criu/cgroup.d
13:50:27 [2021-05-06T13:50:27.616Z] #43 108.4   CC       criu/fifo.o
13:50:27 [2021-05-06T13:50:27.663Z] #43 86.73   DEP      criu/cgroup-props.d
13:50:27 [2021-05-06T13:50:27.663Z] #43 86.83   DEP      criu/bitmap.d
13:50:27 [2021-05-06T13:50:27.924Z] #43 86.85   DEP      criu/bfd.d
13:50:27 [2021-05-06T13:50:27.924Z] #43 86.98   DEP      criu/autofs.d
13:50:28 [2021-05-06T13:50:28.185Z] #43 87.14   DEP      criu/aio.d
13:50:28 [2021-05-06T13:50:28.185Z] #43 87.31   DEP      criu/action-scripts.d
13:50:28 [2021-05-06T13:50:28.191Z] #43 108.8   CC       criu/file-ids.o
13:50:28 [2021-05-06T13:50:28.447Z] #43 87.57   CC       criu/action-scripts.o
13:50:28 [2021-05-06T13:50:28.453Z] #43 109.1   CC       criu/file-lock.o
13:50:28 [2021-05-06T13:50:28.708Z] #43 87.98   CC       criu/aio.o
13:50:29 [2021-05-06T13:50:29.281Z] #43 88.53   CC       criu/autofs.o
13:50:29 [2021-05-06T13:50:29.400Z] #43 109.9   CC       criu/files-ext.o
13:50:29 [2021-05-06T13:50:29.400Z] #43 110.3   CC       criu/files-reg.o
13:50:26 [2021-05-06T13:50:26.877Z]  > git config core.sparsecheckout # timeout=10
13:50:26 [2021-05-06T13:50:26.924Z]  > git checkout -f 4d3f64da6348c20f57efe01ca483b130bcf5dd9b # timeout=10
13:50:29 [2021-05-06T13:50:29.449Z]  > git remote # timeout=10
13:50:29 [2021-05-06T13:50:29.526Z]  > git config --get remote.origin.url # timeout=10
13:50:29 [2021-05-06T13:50:29.571Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:50:29 [2021-05-06T13:50:29.572Z]  > git merge e42a32e4f00863d7b081f4c86a1d7553afad6b59 # timeout=10
13:50:29 [2021-05-06T13:50:29.970Z] Merge succeeded, producing 47dcc4db6f7dda6627844d743cd06bf0017998bf
13:50:29 [2021-05-06T13:50:29.970Z] Checking out Revision 47dcc4db6f7dda6627844d743cd06bf0017998bf (PR-42098)
13:50:30 [2021-05-06T13:50:30.626Z] #20 54.80 Setting up iptables (1.8.2-4) ...
13:50:30 [2021-05-06T13:50:30.626Z] #20 54.82 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:50:30 [2021-05-06T13:50:30.626Z] #20 54.83 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:50:30 [2021-05-06T13:50:30.626Z] #20 54.83 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:50:30 [2021-05-06T13:50:30.626Z] #20 54.84 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:50:30 [2021-05-06T13:50:30.626Z] #20 54.84 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:50:30 [2021-05-06T13:50:30.626Z] #20 54.85 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:50:30 [2021-05-06T13:50:30.626Z] #20 54.86 Setting up python3 (3.7.3-1) ...
13:50:30 [2021-05-06T13:50:30.669Z] #43 89.93   CC       criu/bfd.o
13:50:30 [2021-05-06T13:50:30.882Z] #20 55.32 Setting up python3-wheel (0.32.3-2) ...
13:50:30 [2021-05-06T13:50:30.931Z] #43 ...
13:50:30 [2021-05-06T13:50:30.931Z] 
13:50:30 [2021-05-06T13:50:30.931Z] #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
13:50:30 [2021-05-06T13:50:30.931Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:50:30 [2021-05-06T13:50:30.931Z] #20 21.22 Building dependency tree...
13:50:30 [2021-05-06T13:50:30.931Z] #20 23.67 libcap2-bin is already the newest version (1:2.25-2).
13:50:30 [2021-05-06T13:50:30.931Z] #20 23.67 The following additional packages will be installed:
13:50:30 [2021-05-06T13:50:30.931Z] #20 23.67   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
13:50:30 [2021-05-06T13:50:30.931Z] #20 23.67   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
13:50:30 [2021-05-06T13:50:30.931Z] #20 23.67   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
13:50:30 [2021-05-06T13:50:30.931Z] #20 23.67   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
13:50:30 [2021-05-06T13:50:30.931Z] #20 23.67   python3.7 python3.7-minimal vim-runtime xxd
13:50:30 [2021-05-06T13:50:30.931Z] #20 23.67 Suggested packages:
13:50:30 [2021-05-06T13:50:30.931Z] #20 23.67   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
13:50:30 [2021-05-06T13:50:30.931Z] #20 23.67   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
13:50:30 [2021-05-06T13:50:30.931Z] #20 23.67   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
13:50:30 [2021-05-06T13:50:30.931Z] #20 23.67 Recommended packages:
13:50:30 [2021-05-06T13:50:30.931Z] #20 23.67   aufs-dkms nftables build-essential python3-dev python3-keyring
13:50:30 [2021-05-06T13:50:30.931Z] #20 23.67   python3-keyrings.alt python3-xdg unzip
13:50:30 [2021-05-06T13:50:30.931Z] #20 25.65 The following NEW packages will be installed:
13:50:30 [2021-05-06T13:50:30.931Z] #20 25.65   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
13:50:30 [2021-05-06T13:50:30.931Z] #20 25.65   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
13:50:30 [2021-05-06T13:50:30.931Z] #20 25.65   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
13:50:30 [2021-05-06T13:50:30.931Z] #20 25.65   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
13:50:30 [2021-05-06T13:50:30.931Z] #20 25.66   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
13:50:30 [2021-05-06T13:50:30.931Z] #20 25.66   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
13:50:30 [2021-05-06T13:50:30.931Z] #20 25.66   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
13:50:30 [2021-05-06T13:50:30.931Z] #20 25.66   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
13:50:30 [2021-05-06T13:50:30.931Z] #20 25.66   xz-utils zip
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.01 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded.
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.01 Need to get 28.5 MB of archives.
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.01 After this operation, 116 MB of additional disk space will be used.
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.01 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.01 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.03 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.13 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.14 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.14 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.25 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.27 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.28 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.29 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.29 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.30 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.31 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.31 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.31 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.32 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.35 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.36 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.38 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.40 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.40 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.41 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.45 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.46 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.46 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.48 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.48 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.48 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 26.49 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 27.10 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 27.10 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 27.11 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 27.11 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 27.12 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 27.15 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 27.27 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 27.27 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 27.28 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 27.29 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 27.31 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 27.33 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 27.33 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 27.43 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 27.45 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 27.47 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 27.77 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 27.82 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 27.86 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
13:50:30 [2021-05-06T13:50:30.931Z] #20 28.40 debconf: delaying package configuration, since apt-utils is not installed
13:50:30 [2021-05-06T13:50:30.931Z] #20 28.52 Fetched 28.5 MB in 2s (13.4 MB/s)
13:50:30 [2021-05-06T13:50:30.931Z] #20 28.57 Selecting previously unselected package pigz.
13:50:30 [2021-05-06T13:50:30.932Z] #20 28.57 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23435 files and directories currently installed.)
13:50:30 [2021-05-06T13:50:30.932Z] #20 28.64 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
13:50:30 [2021-05-06T13:50:30.932Z] #20 28.65 Unpacking pigz (2.4-1) ...
13:50:30 [2021-05-06T13:50:30.932Z] #20 28.73 Selecting previously unselected package libpython3.7-minimal:amd64.
13:50:30 [2021-05-06T13:50:30.932Z] #20 28.74 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
13:50:30 [2021-05-06T13:50:30.932Z] #20 28.75 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
13:50:30 [2021-05-06T13:50:30.932Z] #20 29.18 Selecting previously unselected package python3.7-minimal.
13:50:30 [2021-05-06T13:50:30.932Z] #20 29.18 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
13:50:30 [2021-05-06T13:50:30.932Z] #20 29.19 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
13:50:30 [2021-05-06T13:50:30.932Z] #20 30.02 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
13:50:30 [2021-05-06T13:50:30.932Z] #20 30.05 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
13:50:30 [2021-05-06T13:50:30.932Z] #20 31.97 Selecting previously unselected package python3-minimal.
13:50:30 [2021-05-06T13:50:30.932Z] #20 31.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 ... 23684 files and directories currently installed.)
13:50:30 [2021-05-06T13:50:30.932Z] #20 32.02 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
13:50:30 [2021-05-06T13:50:30.932Z] #20 32.03 Unpacking python3-minimal (3.7.3-1) ...
13:50:30 [2021-05-06T13:50:30.932Z] #20 32.12 Selecting previously unselected package libmpdec2:amd64.
13:50:30 [2021-05-06T13:50:30.932Z] #20 32.13 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
13:50:30 [2021-05-06T13:50:30.932Z] #20 32.14 Unpacking libmpdec2:amd64 (2.4.2-2) ...
13:50:30 [2021-05-06T13:50:30.932Z] #20 32.23 Selecting previously unselected package libpython3.7-stdlib:amd64.
13:50:30 [2021-05-06T13:50:30.932Z] #20 32.24 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
13:50:30 [2021-05-06T13:50:30.932Z] #20 32.25 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
13:50:31 [2021-05-06T13:50:31.194Z] #20 33.07 Selecting previously unselected package python3.7.
13:50:31 [2021-05-06T13:50:31.194Z] #20 33.07 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
13:50:31 [2021-05-06T13:50:31.194Z] #20 ...
13:50:31 [2021-05-06T13:50:31.194Z] 
13:50:31 [2021-05-06T13:50:31.194Z] #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
13:50:31 [2021-05-06T13:50:31.194Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:50:31 [2021-05-06T13:50:31.194Z] #43 90.44   CC       criu/bitmap.o
13:50:31 [2021-05-06T13:50:31.457Z] #43 90.66   CC       criu/cgroup-props.o
13:50:31 [2021-05-06T13:50:31.737Z] #20 56.00 Setting up apparmor (2.13.2-10) ...
13:50:31 [2021-05-06T13:50:31.956Z] #43 112.3   CC       criu/files.o
13:50:32 [2021-05-06T13:50:32.405Z] #43 91.36   CC       criu/cgroup.o
13:50:29 [2021-05-06T13:50:29.888Z]  > git rev-parse "HEAD^{commit}" # timeout=10
13:50:30 [2021-05-06T13:50:30.000Z]  > git config core.sparsecheckout # timeout=10
13:50:30 [2021-05-06T13:50:30.046Z]  > git checkout -f 47dcc4db6f7dda6627844d743cd06bf0017998bf # timeout=10
13:50:32 [2021-05-06T13:50:32.903Z] #43 113.7   CC       criu/filesystems.o
13:50:33 [2021-05-06T13:50:33.479Z] #43 114.3   CC       criu/fsnotify.o
13:50:33 [2021-05-06T13:50:33.630Z] #20 57.70 Setting up xfsprogs (4.20.0-1) ...
13:50:33 [2021-05-06T13:50:33.630Z] #20 57.72 Setting up python3-lib2to3 (3.7.3-1) ...
13:50:33 [2021-05-06T13:50:33.630Z] #20 58.05 Setting up python3-pkg-resources (40.8.0-1) ...
13:50:34 [2021-05-06T13:50:34.426Z] #43 115.2   CC       criu/image-desc.o
13:50:34 [2021-05-06T13:50:34.426Z] #43 115.3   CC       criu/image.o
13:50:34 [2021-05-06T13:50:34.559Z] #20 58.91 Setting up python3-distutils (3.7.3-1) ...
13:50:34 [2021-05-06T13:50:34.953Z] #43 94.25   CC       criu/clone-noasan.o
13:50:35 [2021-05-06T13:50:35.121Z] #20 59.39 Setting up python3-setuptools (40.8.0-1) ...
13:50:35 [2021-05-06T13:50:35.374Z] #43 116.1   CC       criu/ipc_ns.o
13:50:35 [2021-05-06T13:50:35.525Z] #43 94.49   CC       criu/config.o
13:50:35 [2021-05-06T13:50:35.637Z] #43 ...
13:50:35 [2021-05-06T13:50:35.637Z] 
13:50:35 [2021-05-06T13:50:35.637Z] #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
13:50:35 [2021-05-06T13:50:35.637Z] #49 sha256:96758323359f10fc8c1b99bd86656b2cf00c2e937a436c92fabcd87986069191
13:50:35 [2021-05-06T13:50:35.637Z] #49 175.1 + /build/golangci-lint --version
13:50:35 [2021-05-06T13:50:35.900Z] #49 175.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
13:50:36 [2021-05-06T13:50:36.048Z] #20 60.56 Setting up python3-pip (18.1-5) ...
13:50:36 [2021-05-06T13:50:36.469Z] #43 ...
13:50:36 [2021-05-06T13:50:36.469Z] 
13:50:36 [2021-05-06T13:50:36.469Z] #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
13:50:36 [2021-05-06T13:50:36.469Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:50:36 [2021-05-06T13:50:36.469Z] #20 33.07 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 33.09 Unpacking python3.7 (3.7.3-2+deb10u3) ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 33.21 Selecting previously unselected package libpython3-stdlib:amd64.
13:50:36 [2021-05-06T13:50:36.469Z] #20 33.22 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 33.23 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 33.34 Setting up python3-minimal (3.7.3-1) ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 34.18 Selecting previously unselected package python3.
13:50:36 [2021-05-06T13:50:36.469Z] #20 34.18 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24096 files and directories currently installed.)
13:50:36 [2021-05-06T13:50:36.469Z] #20 34.24 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 34.25 Unpacking python3 (3.7.3-1) ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 34.33 Selecting previously unselected package libip4tc0:amd64.
13:50:36 [2021-05-06T13:50:36.469Z] #20 34.35 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 34.36 Unpacking libip4tc0:amd64 (1.8.2-4) ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 34.44 Selecting previously unselected package libip6tc0:amd64.
13:50:36 [2021-05-06T13:50:36.469Z] #20 34.45 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 34.47 Unpacking libip6tc0:amd64 (1.8.2-4) ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 34.54 Selecting previously unselected package libiptc0:amd64.
13:50:36 [2021-05-06T13:50:36.469Z] #20 34.54 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 34.55 Unpacking libiptc0:amd64 (1.8.2-4) ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 34.65 Selecting previously unselected package libnfnetlink0:amd64.
13:50:36 [2021-05-06T13:50:36.469Z] #20 34.65 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 34.66 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 34.72 Selecting previously unselected package libnetfilter-conntrack3:amd64.
13:50:36 [2021-05-06T13:50:36.469Z] #20 34.72 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 34.73 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 34.81 Selecting previously unselected package libnftnl11:amd64.
13:50:36 [2021-05-06T13:50:36.469Z] #20 34.82 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 34.83 Unpacking libnftnl11:amd64 (1.1.2-2) ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 34.91 Selecting previously unselected package iptables.
13:50:36 [2021-05-06T13:50:36.469Z] #20 34.91 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 34.93 Unpacking iptables (1.8.2-4) ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 35.23 Selecting previously unselected package xxd.
13:50:36 [2021-05-06T13:50:36.469Z] #20 35.23 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 35.24 Unpacking xxd (2:8.1.0875-5) ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 35.39 Selecting previously unselected package vim-common.
13:50:36 [2021-05-06T13:50:36.469Z] #20 35.40 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 35.44 Unpacking vim-common (2:8.1.0875-5) ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 35.60 Selecting previously unselected package bash-completion.
13:50:36 [2021-05-06T13:50:36.469Z] #20 35.60 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
13:50:36 [2021-05-06T13:50:36.469Z] #20 38.31 Unpacking bash-completion (1:2.8-6) ...
13:50:36 [2021-05-06T13:50:36.730Z] #20 ...
13:50:36 [2021-05-06T13:50:36.730Z] 
13:50:36 [2021-05-06T13:50:36.730Z] #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
13:50:36 [2021-05-06T13:50:36.730Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:50:36 [2021-05-06T13:50:36.730Z] #43 95.98   CC       criu/cr-check.o
13:50:36 [2021-05-06T13:50:36.848Z] #49 ...
13:50:36 [2021-05-06T13:50:36.848Z] 
13:50:36 [2021-05-06T13:50:36.848Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
13:50:36 [2021-05-06T13:50:36.848Z] #22 sha256:828ffd8e1dc815641f30bb5bb583e958b4c6e9831dc05d10effd12fa54d04780
13:50:36 [2021-05-06T13:50:36.848Z] #22 5.120 Collecting yamllint==1.26.1
13:50:36 [2021-05-06T13:50:36.848Z] #22 ...
13:50:36 [2021-05-06T13:50:36.848Z] 
13:50:36 [2021-05-06T13:50:36.848Z] #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
13:50:36 [2021-05-06T13:50:36.848Z] #49 sha256:96758323359f10fc8c1b99bd86656b2cf00c2e937a436c92fabcd87986069191
13:50:36 [2021-05-06T13:50:36.848Z] #49 DONE 176.4s
13:50:36 [2021-05-06T13:50:36.848Z] 
13:50:36 [2021-05-06T13:50:36.848Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:50:36 [2021-05-06T13:50:36.848Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:50:36 [2021-05-06T13:50:36.848Z] #43 117.0   CC       criu/irmap.o
13:50:36 [2021-05-06T13:50:36.848Z] #43 117.5   CC       criu/kcmp-ids.o
13:50:37 [2021-05-06T13:50:37.111Z] #43 117.8   CC       criu/kerndat.o
13:50:37 [2021-05-06T13:50:37.414Z] #20 61.68 Processing triggers for libc-bin (2.28-10) ...
13:50:37 [2021-05-06T13:50:37.414Z] #20 61.71 Processing triggers for mime-support (3.62) ...
13:50:37 [2021-05-06T13:50:37.669Z] #20 DONE 62.1s
13:50:37 [2021-05-06T13:50:37.669Z] 
13:50:37 [2021-05-06T13:50:37.669Z] #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
13:50:37 [2021-05-06T13:50:37.669Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:50:37 [2021-05-06T13:50:37.669Z] #43 127.6   CC       criu/namespaces.o
13:50:37 [2021-05-06T13:50:37.669Z] #43 129.9   CC       criu/net.o
13:50:37 [2021-05-06T13:50:37.669Z] #43 133.3   CC       criu/netfilter.o
13:50:37 [2021-05-06T13:50:37.669Z] #43 133.7   CC       criu/page-pipe.o
13:50:37 [2021-05-06T13:50:37.669Z] #43 134.4   CC       criu/page-xfer.o
13:50:37 [2021-05-06T13:50:37.669Z] #43 ...
13:50:37 [2021-05-06T13:50:37.669Z] 
13:50:37 [2021-05-06T13:50:37.669Z] #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
13:50:37 [2021-05-06T13:50:37.669Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
13:50:38 [2021-05-06T13:50:38.502Z] #43 119.2   CC       criu/libnetlink.o
13:50:38 [2021-05-06T13:50:38.646Z] #43 97.61   CC       criu/cr-dedup.o
13:50:38 [2021-05-06T13:50:38.765Z] #43 119.5   CC       criu/log.o
13:50:38 [2021-05-06T13:50:38.907Z] #43 98.06   CC       criu/cr-dump.o
13:50:39 [2021-05-06T13:50:39.348Z] #43 120.0   CC       criu/lsm.o
13:50:39 [2021-05-06T13:50:39.560Z] #21 1.816 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
13:50:39 [2021-05-06T13:50:39.560Z] #21 1.821 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
13:50:39 [2021-05-06T13:50:39.560Z] #21 1.824 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
13:50:39 [2021-05-06T13:50:39.560Z] #21 DONE 1.9s
13:50:39 [2021-05-06T13:50:39.560Z] 
13:50:39 [2021-05-06T13:50:39.560Z] #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
13:50:39 [2021-05-06T13:50:39.560Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:50:39 [2021-05-06T13:50:39.560Z] #43 136.4   CC       criu/pagemap-cache.o
13:50:39 [2021-05-06T13:50:39.560Z] #43 136.8   CC       criu/pagemap.o
13:50:39 [2021-05-06T13:50:39.611Z] #43 120.3   CC       criu/mem.o
13:50:40 [2021-05-06T13:50:40.927Z] #43 138.1   CC       criu/parasite-syscall.o
13:50:41 [2021-05-06T13:50:41.456Z] #43 100.4   CC       criu/cr-errno.o
13:50:41 [2021-05-06T13:50:41.456Z] #43 100.5   CC       criu/cr-restore.o
13:50:41 [2021-05-06T13:50:41.535Z] #43 122.2   CC       criu/memfd.o
13:50:41 [2021-05-06T13:50:41.685Z] Commit message: "Merge commit 'e42a32e4f00863d7b081f4c86a1d7553afad6b59' into HEAD"
13:50:41 [2021-05-06T13:50:41.738Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
13:50:41 [2021-05-06T13:50:41.716Z]  > git rev-list --no-walk 4d3f64da6348c20f57efe01ca483b130bcf5dd9b # timeout=10
13:50:42 [2021-05-06T13:50:42.110Z] #43 122.7   CC       criu/mount.o
13:50:42 [2021-05-06T13:50:42.295Z] #43 139.4   CC       criu/path.o
13:50:42 [2021-05-06T13:50:42.295Z] #43 139.7   CC       criu/pie-util-vdso-elf32.o
13:50:42 [2021-05-06T13:50:42.404Z] #43 ...
13:50:42 [2021-05-06T13:50:42.404Z] 
13:50:42 [2021-05-06T13:50:42.404Z] #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
13:50:42 [2021-05-06T13:50:42.404Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:50:42 [2021-05-06T13:50:42.404Z] #20 38.65 Selecting previously unselected package bzip2.
13:50:42 [2021-05-06T13:50:42.404Z] #20 38.65 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 38.66 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 38.74 Selecting previously unselected package xz-utils.
13:50:42 [2021-05-06T13:50:42.404Z] #20 38.75 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 38.76 Unpacking xz-utils (5.2.4-1) ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 38.97 Selecting previously unselected package apparmor.
13:50:42 [2021-05-06T13:50:42.404Z] #20 38.97 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 39.04 Unpacking apparmor (2.13.2-10) ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 39.42 Selecting previously unselected package aufs-tools.
13:50:42 [2021-05-06T13:50:42.404Z] #20 39.43 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 39.44 Unpacking aufs-tools (1:4.14+20190211-1) ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 39.58 Selecting previously unselected package libonig5:amd64.
13:50:42 [2021-05-06T13:50:42.404Z] #20 39.58 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 39.59 Unpacking libonig5:amd64 (6.9.1-1) ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 39.73 Selecting previously unselected package libjq1:amd64.
13:50:42 [2021-05-06T13:50:42.404Z] #20 39.74 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 39.76 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 39.86 Selecting previously unselected package jq.
13:50:42 [2021-05-06T13:50:42.404Z] #20 39.86 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 39.87 Unpacking jq (1.5+dfsg-2+b1) ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 39.98 Selecting previously unselected package libaio1:amd64.
13:50:42 [2021-05-06T13:50:42.404Z] #20 39.99 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 39.99 Unpacking libaio1:amd64 (0.3.112-3) ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 40.05 Selecting previously unselected package libgpm2:amd64.
13:50:42 [2021-05-06T13:50:42.404Z] #20 40.06 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 40.08 Unpacking libgpm2:amd64 (1.20.7-5) ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 40.16 Selecting previously unselected package libicu63:amd64.
13:50:42 [2021-05-06T13:50:42.404Z] #20 40.16 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 40.18 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 43.65 Selecting previously unselected package libnet1:amd64.
13:50:42 [2021-05-06T13:50:42.404Z] #20 43.66 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 43.66 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 43.76 Selecting previously unselected package libnl-3-200:amd64.
13:50:42 [2021-05-06T13:50:42.404Z] #20 43.76 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 43.77 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 43.90 Selecting previously unselected package libprotobuf-c1:amd64.
13:50:42 [2021-05-06T13:50:42.404Z] #20 43.90 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 43.91 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 43.97 Selecting previously unselected package libreadline5:amd64.
13:50:42 [2021-05-06T13:50:42.404Z] #20 43.98 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 43.99 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 44.06 Selecting previously unselected package net-tools.
13:50:42 [2021-05-06T13:50:42.404Z] #20 44.08 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
13:50:42 [2021-05-06T13:50:42.404Z] #20 44.08 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
13:50:42 [2021-05-06T13:50:42.665Z] #20 44.27 Selecting previously unselected package python-pip-whl.
13:50:42 [2021-05-06T13:50:42.666Z] #20 44.27 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
13:50:42 [2021-05-06T13:50:42.666Z] #20 44.28 Unpacking python-pip-whl (18.1-5) ...
13:50:42 [2021-05-06T13:50:42.886Z] #43 140.3   CC       criu/pie-util-vdso.o
13:50:42 [2021-05-06T13:50:42.928Z] #20 44.78 Selecting previously unselected package python3-lib2to3.
13:50:43 [2021-05-06T13:50:43.189Z] #20 44.78 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
13:50:43 [2021-05-06T13:50:43.189Z] #20 44.80 Unpacking python3-lib2to3 (3.7.3-1) ...
13:50:43 [2021-05-06T13:50:43.189Z] #20 44.93 Selecting previously unselected package python3-distutils.
13:50:43 [2021-05-06T13:50:43.189Z] #20 44.93 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
13:50:43 [2021-05-06T13:50:43.189Z] #20 44.93 Unpacking python3-distutils (3.7.3-1) ...
13:50:43 [2021-05-06T13:50:43.450Z] #43 140.8   CC       criu/pie-util.o
13:50:43 [2021-05-06T13:50:43.450Z] #20 45.11 Selecting previously unselected package python3-pip.
13:50:43 [2021-05-06T13:50:43.450Z] #20 45.11 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
13:50:43 [2021-05-06T13:50:43.450Z] #20 45.12 Unpacking python3-pip (18.1-5) ...
13:50:43 [2021-05-06T13:50:43.706Z] #43 141.1   CC       criu/pipes.o
13:50:43 [2021-05-06T13:50:43.711Z] #20 45.28 Selecting previously unselected package python3-pkg-resources.
13:50:43 [2021-05-06T13:50:43.711Z] #20 45.29 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
13:50:43 [2021-05-06T13:50:43.711Z] #20 45.29 Unpacking python3-pkg-resources (40.8.0-1) ...
13:50:43 [2021-05-06T13:50:43.973Z] #20 45.48 Selecting previously unselected package python3-setuptools.
13:50:43 [2021-05-06T13:50:43.973Z] #20 45.50 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
13:50:43 [2021-05-06T13:50:43.973Z] #20 45.50 Unpacking python3-setuptools (40.8.0-1) ...
13:50:43 [2021-05-06T13:50:43.973Z] #20 45.75 Selecting previously unselected package python3-wheel.
13:50:43 [2021-05-06T13:50:43.973Z] #20 45.76 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
13:50:43 [2021-05-06T13:50:43.973Z] #20 45.77 Unpacking python3-wheel (0.32.3-2) ...
13:50:43 [2021-05-06T13:50:43.973Z] #20 45.85 Selecting previously unselected package sudo.
13:50:43 [2021-05-06T13:50:43.973Z] #20 45.85 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
13:50:44 [2021-05-06T13:50:44.234Z] #20 45.86 Unpacking sudo (1.8.27-1+deb10u3) ...
13:50:44 [2021-05-06T13:50:44.282Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
13:50:44 [2021-05-06T13:50:44.635Z] #43 141.8   CC       criu/plugin.o
13:50:44 [2021-05-06T13:50:44.807Z] #20 46.39 Selecting previously unselected package thin-provisioning-tools.
13:50:44 [2021-05-06T13:50:44.807Z] #20 46.40 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
13:50:44 [2021-05-06T13:50:44.807Z] #20 46.40 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
13:50:44 [2021-05-06T13:50:44.892Z] #43 142.2   CC       criu/proc_parse.o
13:50:45 [2021-05-06T13:50:45.068Z] #20 46.67 Selecting previously unselected package uidmap.
13:50:45 [2021-05-06T13:50:45.069Z] #20 46.68 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
13:50:45 [2021-05-06T13:50:45.069Z] #20 46.69 Unpacking uidmap (1:4.5-1.1) ...
13:50:45 [2021-05-06T13:50:45.069Z] #20 46.81 Selecting previously unselected package vim-runtime.
13:50:45 [2021-05-06T13:50:45.069Z] #20 46.81 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
13:50:45 [2021-05-06T13:50:45.069Z] #20 46.87 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
13:50:45 [2021-05-06T13:50:45.291Z] + docker version
13:50:45 [2021-05-06T13:50:45.330Z] #20 46.90 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
13:50:45 [2021-05-06T13:50:45.330Z] #20 46.90 Unpacking vim-runtime (2:8.1.0875-5) ...
13:50:45 [2021-05-06T13:50:45.425Z] #43 125.6   CC       criu/namespaces.o
13:50:46 [2021-05-06T13:50:46.372Z] #43 127.0   CC       criu/net.o
13:50:47 [2021-05-06T13:50:47.320Z] #43 ...
13:50:47 [2021-05-06T13:50:47.320Z] 
13:50:47 [2021-05-06T13:50:47.320Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
13:50:47 [2021-05-06T13:50:47.320Z] #22 sha256:828ffd8e1dc815641f30bb5bb583e958b4c6e9831dc05d10effd12fa54d04780
13:50:47 [2021-05-06T13:50:47.320Z] #22 10.63   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
13:50:47 [2021-05-06T13:50:47.320Z] #22 12.03 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
13:50:47 [2021-05-06T13:50:47.320Z] #22 12.12   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
13:50:47 [2021-05-06T13:50:47.320Z] #22 12.24 Collecting pyyaml (from yamllint==1.26.1)
13:50:47 [2021-05-06T13:50:47.320Z] #22 12.68   Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB)
13:50:47 [2021-05-06T13:50:47.320Z] #22 13.27   Installing build dependencies: started
13:50:47 [2021-05-06T13:50:47.412Z] #43 144.7   CC       criu/protobuf-desc.o
13:50:48 [2021-05-06T13:50:48.340Z] #43 145.6   CC       criu/protobuf.o
13:50:48 [2021-05-06T13:50:48.485Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
13:50:48 [2021-05-06T13:50:48.596Z] #43 146.1   CC       criu/pstree.o
13:50:48 [2021-05-06T13:50:48.634Z] #20 50.23 Selecting previously unselected package vim.
13:50:48 [2021-05-06T13:50:48.634Z] #20 50.23 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
13:50:48 [2021-05-06T13:50:48.634Z] #20 50.25 Unpacking vim (2:8.1.0875-5) ...
13:50:49 [2021-05-06T13:50:49.206Z] #20 50.85 Selecting previously unselected package xfsprogs.
13:50:49 [2021-05-06T13:50:49.207Z] #20 50.85 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
13:50:49 [2021-05-06T13:50:49.207Z] #20 50.86 Unpacking xfsprogs (4.20.0-1) ...
13:50:49 [2021-05-06T13:50:49.242Z] #22 ...
13:50:49 [2021-05-06T13:50:49.242Z] 
13:50:49 [2021-05-06T13:50:49.242Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:50:49 [2021-05-06T13:50:49.242Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:50:49 [2021-05-06T13:50:49.242Z] #43 129.7   CC       criu/netfilter.o
13:50:49 [2021-05-06T13:50:49.242Z] #43 130.1   CC       criu/page-pipe.o
13:50:49 [2021-05-06T13:50:49.525Z] #43 ...
13:50:49 [2021-05-06T13:50:49.525Z] 
13:50:49 [2021-05-06T13:50:49.525Z] #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
13:50:49 [2021-05-06T13:50:49.525Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:50:49 [2021-05-06T13:50:49.525Z] #40 DONE 212.9s
13:50:49 [2021-05-06T13:50:49.525Z] 
13:50:49 [2021-05-06T13:50:49.525Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
13:50:49 [2021-05-06T13:50:49.525Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
13:50:49 [2021-05-06T13:50:49.525Z] #22 5.663 Collecting yamllint==1.26.1
13:50:49 [2021-05-06T13:50:49.779Z] #20 51.36 Selecting previously unselected package zip.
13:50:49 [2021-05-06T13:50:49.779Z] #20 51.39 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
13:50:49 [2021-05-06T13:50:49.779Z] #20 51.40 Unpacking zip (3.0-11+b1) ...
13:50:49 [2021-05-06T13:50:49.779Z] #20 51.54 Setting up aufs-tools (1:4.14+20190211-1) ...
13:50:49 [2021-05-06T13:50:49.779Z] #20 51.56 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
13:50:49 [2021-05-06T13:50:49.779Z] #20 51.58 Setting up libip6tc0:amd64 (1.8.2-4) ...
13:50:49 [2021-05-06T13:50:49.779Z] #20 51.59 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
13:50:49 [2021-05-06T13:50:49.779Z] #20 51.60 Setting up libgpm2:amd64 (1.20.7-5) ...
13:50:49 [2021-05-06T13:50:49.779Z] #20 51.62 Setting up libip4tc0:amd64 (1.8.2-4) ...
13:50:49 [2021-05-06T13:50:49.779Z] #20 51.63 Setting up uidmap (1:4.5-1.1) ...
13:50:49 [2021-05-06T13:50:49.781Z] #22 ...
13:50:49 [2021-05-06T13:50:49.781Z] 
13:50:49 [2021-05-06T13:50:49.781Z] #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
13:50:49 [2021-05-06T13:50:49.781Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:50:49 [2021-05-06T13:50:49.781Z] #43 147.1   CC       criu/rbtree.o
13:50:49 [2021-05-06T13:50:49.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
13:50:50 [2021-05-06T13:50:50.038Z] #43 147.5   CC       criu/rst-malloc.o
13:50:50 [2021-05-06T13:50:50.040Z] #20 51.65 Setting up libnftnl11:amd64 (1.1.2-2) ...
13:50:50 [2021-05-06T13:50:50.040Z] #20 51.70 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:50:50 [2021-05-06T13:50:50.040Z] #20 51.72 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
13:50:50 [2021-05-06T13:50:50.040Z] #20 51.73 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:50:50 [2021-05-06T13:50:50.040Z] #20 51.75 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
13:50:50 [2021-05-06T13:50:50.040Z] #20 51.76 Setting up xxd (2:8.1.0875-5) ...
13:50:50 [2021-05-06T13:50:50.040Z] #20 51.78 Setting up zip (3.0-11+b1) ...
13:50:50 [2021-05-06T13:50:50.040Z] #20 51.79 Setting up vim-common (2:8.1.0875-5) ...
13:50:50 [2021-05-06T13:50:50.040Z] #20 51.81 Setting up bash-completion (1:2.8-6) ...
13:50:50 [2021-05-06T13:50:50.188Z] #43 130.7   CC       criu/page-xfer.o
13:50:50 [2021-05-06T13:50:50.601Z] #43 147.9   CC       criu/seccomp.o
13:50:51 [2021-05-06T13:50:51.027Z] Client: Docker Engine - Enterprise
13:50:51 [2021-05-06T13:50:51.027Z]  Version:           19.03.12
13:50:51 [2021-05-06T13:50:51.027Z]  API version:       1.40
13:50:51 [2021-05-06T13:50:51.027Z]  Go version:        go1.13.13
13:50:51 [2021-05-06T13:50:51.027Z]  Git commit:        4306744
13:50:51 [2021-05-06T13:50:51.027Z]  Built:             08/05/2020 19:27:53
13:50:51 [2021-05-06T13:50:51.027Z]  OS/Arch:           windows/amd64
13:50:51 [2021-05-06T13:50:51.027Z]  Experimental:      false
13:50:51 [2021-05-06T13:50:51.027Z] 
13:50:51 [2021-05-06T13:50:51.027Z] Server: Docker Engine - Enterprise
13:50:51 [2021-05-06T13:50:51.027Z]  Engine:
13:50:51 [2021-05-06T13:50:51.027Z]   Version:          19.03.12
13:50:51 [2021-05-06T13:50:51.027Z]   API version:      1.40 (minimum version 1.24)
13:50:51 [2021-05-06T13:50:51.027Z]   Go version:       go1.13.13
13:50:51 [2021-05-06T13:50:51.027Z]   Git commit:       f295753ffd
13:50:51 [2021-05-06T13:50:51.027Z]   Built:            08/05/2020 19:26:41
13:50:51 [2021-05-06T13:50:51.027Z]   OS/Arch:          windows/amd64
13:50:51 [2021-05-06T13:50:51.027Z]   Experimental:     true
13:50:51 [2021-05-06T13:50:51.530Z] #43 148.7   CC       criu/seize.o
13:50:51 [2021-05-06T13:50:51.582Z] #43 132.3   CC       criu/pagemap-cache.o
[Pipeline] sh
13:50:52 [2021-05-06T13:50:52.157Z] #43 132.7   CC       criu/pagemap.o
13:50:52 [2021-05-06T13:50:52.460Z] #43 149.8   CC       criu/servicefd.o
13:50:52 [2021-05-06T13:50:52.508Z] + docker info
13:50:52 [2021-05-06T13:50:52.732Z] #43 133.5   CC       criu/parasite-syscall.o
13:50:53 [2021-05-06T13:50:53.022Z] #43 150.4   CC       criu/shmem.o
13:50:53 [2021-05-06T13:50:53.344Z] #20 54.56 Setting up libiptc0:amd64 (1.8.2-4) ...
13:50:53 [2021-05-06T13:50:53.344Z] #20 54.59 Setting up xz-utils (5.2.4-1) ...
13:50:53 [2021-05-06T13:50:53.344Z] #20 54.61 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:50:53 [2021-05-06T13:50:53.344Z] #20 54.62 Setting up sudo (1.8.27-1+deb10u3) ...
13:50:53 [2021-05-06T13:50:53.344Z] #20 54.67 invoke-rc.d: could not determine current runlevel
13:50:53 [2021-05-06T13:50:53.344Z] #20 54.68 invoke-rc.d: policy-rc.d denied execution of start.
13:50:53 [2021-05-06T13:50:53.344Z] #20 54.69 Setting up pigz (2.4-1) ...
13:50:53 [2021-05-06T13:50:53.344Z] #20 54.71 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
13:50:53 [2021-05-06T13:50:53.344Z] #20 54.77 Setting up libnl-3-200:amd64 (3.4.0-1) ...
13:50:53 [2021-05-06T13:50:53.344Z] #20 54.80 Setting up python-pip-whl (18.1-5) ...
13:50:53 [2021-05-06T13:50:53.344Z] #20 54.81 Setting up libmpdec2:amd64 (2.4.2-2) ...
13:50:53 [2021-05-06T13:50:53.344Z] #20 54.83 Setting up vim-runtime (2:8.1.0875-5) ...
13:50:53 [2021-05-06T13:50:53.607Z] #20 55.38 Setting up libaio1:amd64 (0.3.112-3) ...
13:50:53 [2021-05-06T13:50:53.607Z] #20 55.40 Setting up libonig5:amd64 (6.9.1-1) ...
13:50:53 [2021-05-06T13:50:53.607Z] #20 55.42 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
13:50:53 [2021-05-06T13:50:53.607Z] #20 55.43 Setting up vim (2:8.1.0875-5) ...
13:50:53 [2021-05-06T13:50:53.607Z] #20 55.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
13:50:53 [2021-05-06T13:50:53.607Z] #20 55.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
13:50:53 [2021-05-06T13:50:53.607Z] #20 55.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
13:50:53 [2021-05-06T13:50:53.607Z] #20 55.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
13:50:53 [2021-05-06T13:50:53.680Z] #43 134.4   CC       criu/path.o
13:50:53 [2021-05-06T13:50:53.868Z] #20 55.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
13:50:53 [2021-05-06T13:50:53.868Z] #20 55.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
13:50:53 [2021-05-06T13:50:53.868Z] #20 55.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
13:50:53 [2021-05-06T13:50:53.868Z] #20 55.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
13:50:53 [2021-05-06T13:50:53.868Z] #20 55.54 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
13:50:53 [2021-05-06T13:50:53.868Z] #20 55.55 Setting up thin-provisioning-tools (0.7.6-2.1) ...
13:50:53 [2021-05-06T13:50:53.868Z] #20 55.57 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
13:50:53 [2021-05-06T13:50:53.868Z] #20 55.59 Setting up jq (1.5+dfsg-2+b1) ...
13:50:53 [2021-05-06T13:50:53.868Z] #20 55.60 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
13:50:53 [2021-05-06T13:50:53.868Z] #20 55.62 Setting up python3.7 (3.7.3-2+deb10u3) ...
13:50:53 [2021-05-06T13:50:53.942Z] #43 134.6   CC       criu/pie-util-vdso.o
13:50:53 [2021-05-06T13:50:53.951Z] #43 151.3   CC       criu/sigframe.o
13:50:53 [2021-05-06T13:50:53.951Z] #43 ...
13:50:53 [2021-05-06T13:50:53.951Z] 
13:50:53 [2021-05-06T13:50:53.951Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
13:50:53 [2021-05-06T13:50:53.951Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
13:50:53 [2021-05-06T13:50:53.951Z] #22 11.13   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
13:50:53 [2021-05-06T13:50:53.951Z] #22 12.16 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
13:50:53 [2021-05-06T13:50:53.951Z] #22 12.24   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
13:50:53 [2021-05-06T13:50:53.951Z] #22 12.29 Collecting pyyaml (from yamllint==1.26.1)
13:50:53 [2021-05-06T13:50:53.951Z] #22 12.54   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
13:50:53 [2021-05-06T13:50:53.951Z] #22 12.86 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
13:50:53 [2021-05-06T13:50:53.951Z] #22 12.87 Building wheels for collected packages: yamllint
13:50:53 [2021-05-06T13:50:53.951Z] #22 12.88   Running setup.py bdist_wheel for yamllint: started
13:50:53 [2021-05-06T13:50:53.951Z] #22 13.96   Running setup.py bdist_wheel for yamllint: finished with status 'done'
13:50:53 [2021-05-06T13:50:53.951Z] #22 13.96   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
13:50:53 [2021-05-06T13:50:53.951Z] #22 14.00 Successfully built yamllint
13:50:53 [2021-05-06T13:50:53.951Z] #22 14.03 Installing collected packages: pathspec, pyyaml, yamllint
13:50:53 [2021-05-06T13:50:53.951Z] #22 14.32 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
13:50:53 [2021-05-06T13:50:53.951Z] #22 DONE 14.6s
13:50:53 [2021-05-06T13:50:53.951Z] 
13:50:53 [2021-05-06T13:50:53.951Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:50:53 [2021-05-06T13:50:53.951Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:50:53 [2021-05-06T13:50:53.951Z] #43 151.5   CC       criu/signalfd.o
13:50:54 [2021-05-06T13:50:54.074Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
13:50:54 [2021-05-06T13:50:54.205Z] #43 ...
13:50:54 [2021-05-06T13:50:54.205Z] 
13:50:54 [2021-05-06T13:50:54.205Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
13:50:54 [2021-05-06T13:50:54.205Z] #22 sha256:828ffd8e1dc815641f30bb5bb583e958b4c6e9831dc05d10effd12fa54d04780
13:50:54 [2021-05-06T13:50:54.205Z] #22 27.71   Installing build dependencies: finished with status 'done'
13:50:54 [2021-05-06T13:50:54.208Z] #43 ...
13:50:54 [2021-05-06T13:50:54.208Z] 
13:50:54 [2021-05-06T13:50:54.208Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
13:50:54 [2021-05-06T13:50:54.208Z] #25 sha256:357514e6e65accfe8c719741524ac9de2409399e74fa8d5e6a25d202abfa2434
13:50:54 [2021-05-06T13:50:54.208Z] #25 DONE 0.3s
13:50:54 [2021-05-06T13:50:54.465Z] 
13:50:54 [2021-05-06T13:50:54.465Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:50:54 [2021-05-06T13:50:54.465Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:50:54 [2021-05-06T13:50:54.465Z] #43 151.8   CC       criu/sk-inet.o
13:50:55 [2021-05-06T13:50:55.394Z] #43 152.8   CC       criu/sk-netlink.o
13:50:55 [2021-05-06T13:50:55.651Z] #43 153.1   CC       criu/sk-packet.o
13:50:55 [2021-05-06T13:50:55.784Z] #20 ...
13:50:55 [2021-05-06T13:50:55.784Z] 
13:50:55 [2021-05-06T13:50:55.784Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:50:55 [2021-05-06T13:50:55.784Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:50:55 [2021-05-06T13:50:55.784Z] #43 104.8   CC       criu/cr-service.o
13:50:55 [2021-05-06T13:50:55.784Z] #43 106.3   CC       criu/crtools.o
13:50:55 [2021-05-06T13:50:55.784Z] #43 106.9   CC       criu/eventfd.o
13:50:55 [2021-05-06T13:50:55.784Z] #43 107.2   CC       criu/eventpoll.o
13:50:55 [2021-05-06T13:50:55.784Z] #43 108.1   CC       criu/external.o
13:50:55 [2021-05-06T13:50:55.784Z] #43 108.5   CC       criu/fault-injection.o
13:50:55 [2021-05-06T13:50:55.784Z] #43 108.6   CC       criu/fdstore.o
13:50:55 [2021-05-06T13:50:55.784Z] #43 109.0   CC       criu/fifo.o
13:50:55 [2021-05-06T13:50:55.784Z] #43 109.5   CC       criu/file-ids.o
13:50:55 [2021-05-06T13:50:55.784Z] #43 109.9   CC       criu/file-lock.o
13:50:55 [2021-05-06T13:50:55.784Z] #43 110.9   CC       criu/files-ext.o
13:50:55 [2021-05-06T13:50:55.784Z] #43 111.3   CC       criu/files-reg.o
13:50:55 [2021-05-06T13:50:55.784Z] #43 113.5   CC       criu/files.o
13:50:56 [2021-05-06T13:50:56.213Z] #43 153.5   CC       criu/sk-queue.o
13:50:56 [2021-05-06T13:50:56.356Z] #43 115.7   CC       criu/filesystems.o
13:50:56 [2021-05-06T13:50:56.470Z] #43 153.8   CC       criu/sk-tcp.o
13:50:56 [2021-05-06T13:50:56.726Z] #43 ...
13:50:56 [2021-05-06T13:50:56.726Z] 
13:50:56 [2021-05-06T13:50:56.726Z] #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
13:50:56 [2021-05-06T13:50:56.726Z] #49 sha256:50f452a4526b90d99c3c1d85019b8126b4341148ed495bef32cc449150828294
13:50:56 [2021-05-06T13:50:56.726Z] #49 217.7 + /build/golangci-lint --version
13:50:56 [2021-05-06T13:50:56.726Z] #49 218.3 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
13:50:56 [2021-05-06T13:50:56.726Z] #49 DONE 220.5s
13:50:56 [2021-05-06T13:50:56.726Z] 
13:50:56 [2021-05-06T13:50:56.726Z] #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
13:50:56 [2021-05-06T13:50:56.726Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:50:56 [2021-05-06T13:50:56.726Z] #43 154.2   CC       criu/sk-unix.o
13:50:56 [2021-05-06T13:50:56.930Z] #43 ...
13:50:56 [2021-05-06T13:50:56.930Z] 
13:50:56 [2021-05-06T13:50:56.930Z] #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
13:50:56 [2021-05-06T13:50:56.930Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:50:56 [2021-05-06T13:50:56.930Z] #20 58.39 Setting up iptables (1.8.2-4) ...
13:50:56 [2021-05-06T13:50:56.930Z] #20 58.41 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:50:56 [2021-05-06T13:50:56.930Z] #20 58.41 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:50:56 [2021-05-06T13:50:56.930Z] #20 58.42 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:50:56 [2021-05-06T13:50:56.930Z] #20 58.43 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:50:56 [2021-05-06T13:50:56.930Z] #20 58.43 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:50:56 [2021-05-06T13:50:56.930Z] #20 58.44 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:50:56 [2021-05-06T13:50:56.930Z] #20 58.45 Setting up python3 (3.7.3-1) ...
13:50:57 [2021-05-06T13:50:57.191Z] #20 58.86 Setting up python3-wheel (0.32.3-2) ...
13:50:57 [2021-05-06T13:50:57.374Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
13:50:58 [2021-05-06T13:50:58.026Z] #20 59.57 Setting up apparmor (2.13.2-10) ...
13:50:58 [2021-05-06T13:50:58.619Z] #43 ...
13:50:58 [2021-05-06T13:50:58.619Z] 
13:50:58 [2021-05-06T13:50:58.619Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
13:50:58 [2021-05-06T13:50:58.619Z] #30 sha256:e5153197407ffa1539839220a80a702f55d4ca6da3264c990b89d7bf134b7d71
13:50:58 [2021-05-06T13:50:58.619Z] #30 DONE 3.9s
13:50:58 [2021-05-06T13:50:58.619Z] 
13:50:58 [2021-05-06T13:50:58.619Z] #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
13:50:58 [2021-05-06T13:50:58.619Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:50:58 [2021-05-06T13:50:58.619Z] #43 155.7   CC       criu/sockets.o
13:50:58 [2021-05-06T13:50:58.619Z] #43 ...
13:50:58 [2021-05-06T13:50:58.619Z] 
13:50:58 [2021-05-06T13:50:58.619Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
13:50:58 [2021-05-06T13:50:58.619Z] #33 sha256:3497541c4000946bd5c9d776836434ff3e5c5ed4dca627c68d881b37f57606fa
13:50:58 [2021-05-06T13:50:58.619Z] #33 DONE 0.4s
13:50:58 [2021-05-06T13:50:58.876Z] 
13:50:58 [2021-05-06T13:50:58.876Z] #35 [dev-systemd-false 13/26] COPY --from=tomll         /build/ /usr/local/bin/
13:50:58 [2021-05-06T13:50:58.876Z] #35 sha256:e8d2d3652515253f5e7778d467515dec2f410b926085c82074adb5bcac54c335
13:50:58 [2021-05-06T13:50:58.876Z] #35 DONE 0.2s
13:50:58 [2021-05-06T13:50:58.876Z] 
13:50:58 [2021-05-06T13:50:58.876Z] #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
13:50:58 [2021-05-06T13:50:58.876Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:50:58 [2021-05-06T13:50:58.876Z] #43 156.4   CC       criu/stats.o
13:50:59 [2021-05-06T13:50:59.132Z] #43 ...
13:50:59 [2021-05-06T13:50:59.132Z] 
13:50:59 [2021-05-06T13:50:59.132Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
13:50:59 [2021-05-06T13:50:59.132Z] #38 sha256:f8382a900762d8240feeb44ff5cdbfd3211f2cac0caeda5c2da2b8766c225ae3
13:50:59 [2021-05-06T13:50:59.132Z] #38 DONE 0.1s
13:50:59 [2021-05-06T13:50:59.132Z] 
13:50:59 [2021-05-06T13:50:59.132Z] #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
13:50:59 [2021-05-06T13:50:59.132Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:50:59 [2021-05-06T13:50:59.132Z] #43 156.7   CC       criu/string.o
13:50:59 [2021-05-06T13:50:59.389Z] #43 156.7   CC       criu/sysctl.o
13:50:59 [2021-05-06T13:50:59.645Z] #43 ...
13:50:59 [2021-05-06T13:50:59.645Z] 
13:50:59 [2021-05-06T13:50:59.645Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
13:50:59 [2021-05-06T13:50:59.645Z] #41 sha256:25168f3b729c7485618527b933a15582e94c60b35e1e366e5d83f075e6051841
13:50:59 [2021-05-06T13:50:59.645Z] #41 DONE 0.8s
13:50:59 [2021-05-06T13:50:59.901Z] 
13:50:59 [2021-05-06T13:50:59.901Z] #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
13:50:59 [2021-05-06T13:50:59.901Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:50:59 [2021-05-06T13:50:59.901Z] #43 157.3   CC       criu/sysfs_parse.o
13:50:59 [2021-05-06T13:50:59.942Z] #20 61.43 Setting up xfsprogs (4.20.0-1) ...
13:50:59 [2021-05-06T13:50:59.942Z] #20 61.44 Setting up python3-lib2to3 (3.7.3-1) ...
13:51:00 [2021-05-06T13:51:00.158Z] #43 157.5   CC       criu/timens.o
13:51:00 [2021-05-06T13:51:00.204Z] #20 61.84 Setting up python3-pkg-resources (40.8.0-1) ...
13:51:00 [2021-05-06T13:51:00.414Z] #43 157.8   CC       criu/timerfd.o
13:51:00 [2021-05-06T13:51:00.670Z] #43 158.1   CC       criu/tty.o
13:51:00 [2021-05-06T13:51:00.808Z] #22 ...
13:51:00 [2021-05-06T13:51:00.808Z] 
13:51:00 [2021-05-06T13:51:00.808Z] #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
13:51:00 [2021-05-06T13:51:00.809Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:51:00 [2021-05-06T13:51:00.809Z] #43 135.0   CC       criu/pie-util.o
13:51:00 [2021-05-06T13:51:00.809Z] #43 135.2   CC       criu/pipes.o
13:51:00 [2021-05-06T13:51:00.809Z] #43 135.8   CC       criu/plugin.o
13:51:00 [2021-05-06T13:51:00.809Z] #43 136.2   CC       criu/proc_parse.o
13:51:00 [2021-05-06T13:51:00.809Z] #43 139.0   CC       criu/protobuf-desc.o
13:51:00 [2021-05-06T13:51:00.809Z] #43 140.0   CC       criu/protobuf.o
13:51:00 [2021-05-06T13:51:00.809Z] #43 140.6   CC       criu/pstree.o
13:51:00 [2021-05-06T13:51:00.809Z] #43 ...
13:51:00 [2021-05-06T13:51:00.809Z] 
13:51:00 [2021-05-06T13:51:00.809Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
13:51:00 [2021-05-06T13:51:00.809Z] #22 sha256:828ffd8e1dc815641f30bb5bb583e958b4c6e9831dc05d10effd12fa54d04780
13:51:00 [2021-05-06T13:51:00.809Z] #22 33.97 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
13:51:00 [2021-05-06T13:51:00.809Z] #22 33.98 Building wheels for collected packages: yamllint, pyyaml
13:51:00 [2021-05-06T13:51:00.809Z] #22 33.98   Running setup.py bdist_wheel for yamllint: started
13:51:01 [2021-05-06T13:51:01.147Z] #20 62.84 Setting up python3-distutils (3.7.3-1) ...
13:51:01 [2021-05-06T13:51:01.720Z] #20 63.34 Setting up python3-setuptools (40.8.0-1) ...
13:51:01 [2021-05-06T13:51:01.756Z] #22 35.02   Running setup.py bdist_wheel for yamllint: finished with status 'done'
13:51:01 [2021-05-06T13:51:01.756Z] #22 35.02   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
13:51:01 [2021-05-06T13:51:01.756Z] #22 35.11   Running setup.py bdist_wheel for pyyaml: started
13:51:02 [2021-05-06T13:51:02.037Z] #43 159.3   CC       criu/tun.o
13:51:02 [2021-05-06T13:51:02.294Z] #43 159.7   CC       criu/uffd.o
13:51:02 [2021-05-06T13:51:02.665Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
13:51:02 [2021-05-06T13:51:02.856Z] #43 160.4   CC       criu/util.o
13:51:03 [2021-05-06T13:51:03.177Z] #20 64.88 Setting up python3-pip (18.1-5) ...
13:51:03 [2021-05-06T13:51:03.678Z] #22 37.12   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
13:51:03 [2021-05-06T13:51:03.678Z] #22 37.13   Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028
13:51:03 [2021-05-06T13:51:03.941Z] #22 37.25 Successfully built yamllint pyyaml
13:51:03 [2021-05-06T13:51:03.941Z] #22 37.26 Installing collected packages: pathspec, pyyaml, yamllint
13:51:04 [2021-05-06T13:51:04.203Z] #22 37.56 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
13:51:04 [2021-05-06T13:51:04.225Z] #43 161.4   CC       criu/uts_ns.o
13:51:04 [2021-05-06T13:51:04.225Z] #43 161.5   CC       criu/vdso-compat.o
13:51:04 [2021-05-06T13:51:04.225Z] #43 161.7   CC       criu/vdso.o
13:51:04 [2021-05-06T13:51:04.572Z] #20 ...
13:51:04 [2021-05-06T13:51:04.572Z] 
13:51:04 [2021-05-06T13:51:04.572Z] #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
13:51:04 [2021-05-06T13:51:04.572Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:51:04 [2021-05-06T13:51:04.572Z] #40 205.5 + dpkg --print-architecture
13:51:04 [2021-05-06T13:51:04.572Z] #40 205.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
13:51:04 [2021-05-06T13:51:04.572Z] #40 206.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
13:51:04 [2021-05-06T13:51:04.572Z] #40 206.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
13:51:04 [2021-05-06T13:51:04.788Z] #43 162.1   LINK     criu/built-in.o
13:51:04 [2021-05-06T13:51:04.788Z] #43 162.2   LINK     criu/criu
13:51:05 [2021-05-06T13:51:05.149Z] #40 ...
13:51:05 [2021-05-06T13:51:05.149Z] 
13:51:05 [2021-05-06T13:51:05.149Z] #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
13:51:05 [2021-05-06T13:51:05.149Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:51:05 [2021-05-06T13:51:05.149Z] #20 66.13 Processing triggers for libc-bin (2.28-10) ...
13:51:05 [2021-05-06T13:51:05.149Z] #20 66.17 Processing triggers for mime-support (3.62) ...
13:51:05 [2021-05-06T13:51:05.149Z] #20 DONE 66.9s
13:51:05 [2021-05-06T13:51:05.150Z] #22 DONE 38.5s
13:51:05 [2021-05-06T13:51:05.150Z] 
13:51:05 [2021-05-06T13:51:05.150Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:51:05 [2021-05-06T13:51:05.150Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:51:05 [2021-05-06T13:51:05.150Z] #43 142.0   CC       criu/rbtree.o
13:51:05 [2021-05-06T13:51:05.150Z] #43 142.4   CC       criu/rst-malloc.o
13:51:05 [2021-05-06T13:51:05.150Z] #43 142.9   CC       criu/seccomp.o
13:51:05 [2021-05-06T13:51:05.150Z] #43 143.6   CC       criu/seize.o
13:51:05 [2021-05-06T13:51:05.150Z] #43 144.5   CC       criu/servicefd.o
13:51:05 [2021-05-06T13:51:05.150Z] #43 144.9   CC       criu/shmem.o
13:51:05 [2021-05-06T13:51:05.150Z] #43 145.7   CC       criu/sigframe.o
13:51:05 [2021-05-06T13:51:05.150Z] #43 145.9   CC       criu/signalfd.o
13:51:05 [2021-05-06T13:51:05.212Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
13:51:05 [2021-05-06T13:51:05.350Z] #43 162.5   DEP      lib/c/criu.d
13:51:05 [2021-05-06T13:51:05.350Z] #43 162.6   CC       images/rpc.pb-c.o
13:51:05 [2021-05-06T13:51:05.410Z] 
13:51:05 [2021-05-06T13:51:05.410Z] #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
13:51:05 [2021-05-06T13:51:05.410Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
13:51:05 [2021-05-06T13:51:05.413Z] #43 146.2   CC       criu/sk-inet.o
13:51:05 [2021-05-06T13:51:05.607Z] #43 163.0   CC       lib/c/criu.o
13:51:06 [2021-05-06T13:51:06.355Z] #21 1.055 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
13:51:06 [2021-05-06T13:51:06.355Z] #21 1.059 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
13:51:06 [2021-05-06T13:51:06.355Z] #21 1.068 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
13:51:06 [2021-05-06T13:51:06.355Z] #21 DONE 1.2s
13:51:06 [2021-05-06T13:51:06.355Z] 
13:51:06 [2021-05-06T13:51:06.355Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
13:51:06 [2021-05-06T13:51:06.355Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
13:51:06 [2021-05-06T13:51:06.360Z] #43 147.1   CC       criu/sk-netlink.o
13:51:06 [2021-05-06T13:51:06.536Z] #43 163.8   LINK     lib/c/built-in.o
13:51:06 [2021-05-06T13:51:06.536Z] #43 163.8   LINK     lib/c/libcriu.so
13:51:06 [2021-05-06T13:51:06.536Z] #43 163.8   LINK     lib/c/libcriu.a
13:51:06 [2021-05-06T13:51:06.536Z] #43 163.9   GEN      magic.py
13:51:06 [2021-05-06T13:51:06.536Z] #43 164.0 Note: Building without setproctitle() and strlcpy() support.
13:51:06 [2021-05-06T13:51:06.536Z] #43 164.0       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
13:51:06 [2021-05-06T13:51:06.536Z] #43 164.0 Note: Building without GnuTLS support
13:51:06 [2021-05-06T13:51:06.536Z] #43 164.0 Makefile.config:39: Warn: you have no libnftables installed
13:51:06 [2021-05-06T13:51:06.536Z] #43 164.0 Makefile.config:40: Warn: Building without nftables support
13:51:06 [2021-05-06T13:51:06.623Z] #43 147.4   CC       criu/sk-packet.o
13:51:07 [2021-05-06T13:51:07.098Z] #43 164.6 fatal: not a git repository (or any of the parent directories): .git
13:51:07 [2021-05-06T13:51:07.198Z] #43 148.0   CC       criu/sk-queue.o
13:51:07 [2021-05-06T13:51:07.212Z] Client:
13:51:07 [2021-05-06T13:51:07.212Z]  Debug Mode: false
13:51:07 [2021-05-06T13:51:07.212Z]  Plugins:
13:51:07 [2021-05-06T13:51:07.212Z]   cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0)
13:51:07 [2021-05-06T13:51:07.212Z] 
13:51:07 [2021-05-06T13:51:07.212Z] Server:
13:51:07 [2021-05-06T13:51:07.212Z]  Containers: 0
13:51:07 [2021-05-06T13:51:07.212Z]   Running: 0
13:51:07 [2021-05-06T13:51:07.212Z]   Paused: 0
13:51:07 [2021-05-06T13:51:07.212Z]   Stopped: 0
13:51:07 [2021-05-06T13:51:07.212Z]  Images: 0
13:51:07 [2021-05-06T13:51:07.212Z]  Server Version: 19.03.12
13:51:07 [2021-05-06T13:51:07.212Z]  Storage Driver: lcow (linux) windowsfilter (windows)
13:51:07 [2021-05-06T13:51:07.212Z]   LCOW: 
13:51:07 [2021-05-06T13:51:07.212Z]   Windows: 
13:51:07 [2021-05-06T13:51:07.212Z]  Logging Driver: json-file
13:51:07 [2021-05-06T13:51:07.212Z]  Plugins:
13:51:07 [2021-05-06T13:51:07.212Z]   Volume: local
13:51:07 [2021-05-06T13:51:07.212Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
13:51:07 [2021-05-06T13:51:07.212Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
13:51:07 [2021-05-06T13:51:07.212Z]  Swarm: inactive
13:51:07 [2021-05-06T13:51:07.212Z]  Default Isolation: process
13:51:07 [2021-05-06T13:51:07.212Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
13:51:07 [2021-05-06T13:51:07.212Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757)
13:51:07 [2021-05-06T13:51:07.212Z]  OSType: windows
13:51:07 [2021-05-06T13:51:07.212Z]  Architecture: x86_64
13:51:07 [2021-05-06T13:51:07.212Z]  CPUs: 4
13:51:07 [2021-05-06T13:51:07.212Z]  Total Memory: 32GiB
13:51:07 [2021-05-06T13:51:07.212Z]  Name: azwin-2-869860
13:51:07 [2021-05-06T13:51:07.212Z]  ID: WN5Z:FHZS:DLL2:44FT:5VQE:5IBG:D3OX:ZQY2:XHHE:F6GE:ORMY:IJ6Q
13:51:07 [2021-05-06T13:51:07.212Z]  Docker Root Dir: D:\docker
13:51:07 [2021-05-06T13:51:07.212Z]  Debug Mode: false
13:51:07 [2021-05-06T13:51:07.212Z]  Registry: https://index.docker.io/v1/
13:51:07 [2021-05-06T13:51:07.212Z]  Labels:
13:51:07 [2021-05-06T13:51:07.212Z]  Experimental: true
13:51:07 [2021-05-06T13:51:07.212Z]  Insecure Registries:
13:51:07 [2021-05-06T13:51:07.212Z]   10.0.0.4:5000
13:51:07 [2021-05-06T13:51:07.212Z]   127.0.0.0/8
13:51:07 [2021-05-06T13:51:07.212Z]  Registry Mirrors:
13:51:07 [2021-05-06T13:51:07.212Z]   http://10.0.0.4:5000/
13:51:07 [2021-05-06T13:51:07.212Z]  Live Restore Enabled: false
13:51:07 [2021-05-06T13:51:07.212Z] 
13:51:07 [2021-05-06T13:51:07.303Z] #22 ...
13:51:07 [2021-05-06T13:51:07.303Z] 
13:51:07 [2021-05-06T13:51:07.303Z] #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
13:51:07 [2021-05-06T13:51:07.303Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:51:07 [2021-05-06T13:51:07.303Z] #43 116.5   CC       criu/fsnotify.o
13:51:07 [2021-05-06T13:51:07.303Z] #43 117.6   CC       criu/image-desc.o
13:51:07 [2021-05-06T13:51:07.303Z] #43 117.8   CC       criu/image.o
13:51:07 [2021-05-06T13:51:07.303Z] #43 118.8   CC       criu/ipc_ns.o
13:51:07 [2021-05-06T13:51:07.303Z] #43 120.0   CC       criu/irmap.o
13:51:07 [2021-05-06T13:51:07.303Z] #43 120.8   CC       criu/kcmp-ids.o
13:51:07 [2021-05-06T13:51:07.303Z] #43 121.0   CC       criu/kerndat.o
13:51:07 [2021-05-06T13:51:07.303Z] #43 122.2   CC       criu/libnetlink.o
13:51:07 [2021-05-06T13:51:07.303Z] #43 122.7   CC       criu/log.o
13:51:07 [2021-05-06T13:51:07.303Z] #43 123.3   CC       criu/lsm.o
13:51:07 [2021-05-06T13:51:07.303Z] #43 123.7   CC       criu/mem.o
13:51:07 [2021-05-06T13:51:07.303Z] #43 126.2   CC       criu/memfd.o
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] powershell
13:51:07 [2021-05-06T13:51:07.661Z] #43 165.1 make[1]: Nothing to be done for 'all'.
13:51:07 [2021-05-06T13:51:07.773Z] #43 148.4   CC       criu/sk-tcp.o
13:51:07 [2021-05-06T13:51:07.876Z] #43 127.0   CC       criu/mount.o
13:51:08 [2021-05-06T13:51:08.224Z] #43 165.6 make[1]: 'images/built-in.o' is up to date.
13:51:08 [2021-05-06T13:51:08.224Z] #43 165.6 make[1]: 'compel/plugins/std.lib.a' is up to date.
13:51:08 [2021-05-06T13:51:08.224Z] #43 165.6 make[1]: 'compel/plugins/fds.lib.a' is up to date.
13:51:08 [2021-05-06T13:51:08.224Z] #43 165.7 make[1]: 'compel/libcompel.a' is up to date.
13:51:08 [2021-05-06T13:51:08.224Z] #43 165.7 make[1]: 'compel/compel-host-bin' is up to date.
13:51:08 [2021-05-06T13:51:08.224Z] #43 165.7 make[1]: Nothing to be done for 'all'.
13:51:08 [2021-05-06T13:51:08.224Z] #43 165.7 make[1]: 'soccr/libsoccr.a' is up to date.
13:51:08 [2021-05-06T13:51:08.348Z] #43 148.9   CC       criu/sk-unix.o
13:51:08 [2021-05-06T13:51:08.480Z] #43 165.9 make[2]: Nothing to be done for 'all'.
13:51:08 [2021-05-06T13:51:08.480Z] #43 165.9 make[2]: Nothing to be done for 'all'.
13:51:08 [2021-05-06T13:51:08.480Z] #43 165.9 make[2]: Nothing to be done for 'all'.
13:51:08 [2021-05-06T13:51:08.480Z] #43 166.0 make[2]: Nothing to be done for 'all'.
13:51:08 [2021-05-06T13:51:08.515Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
13:51:08 [2021-05-06T13:51:08.736Z] #43 166.0 make[2]: Nothing to be done for 'all'.
13:51:08 [2021-05-06T13:51:08.736Z] #43 166.1 make[2]: Nothing to be done for 'all'.
13:51:08 [2021-05-06T13:51:08.736Z] #43 166.1 make[2]: Nothing to be done for 'all'.
13:51:08 [2021-05-06T13:51:08.736Z] #43 166.2 make[2]: Nothing to be done for 'all'.
13:51:08 [2021-05-06T13:51:08.736Z] #43 166.2   INSTALL  criu/criu
13:51:09 [2021-05-06T13:51:09.299Z] #43 DONE 166.5s
13:51:09 [2021-05-06T13:51:09.299Z] 
13:51:09 [2021-05-06T13:51:09.299Z] #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
13:51:09 [2021-05-06T13:51:09.299Z] #56 sha256:fd9621f02a9de692404cc7a559240fbb1f8d5751bd429aae5918727ed7936cb8
13:51:09 [2021-05-06T13:51:09.740Z] #43 150.5   CC       criu/sockets.o
13:51:10 [2021-05-06T13:51:10.767Z] #43 151.2   CC       criu/stats.o
13:51:11 [2021-05-06T13:51:11.032Z] #43 151.5   CC       criu/string.o
13:51:11 [2021-05-06T13:51:11.032Z] #43 151.6   CC       criu/sysctl.o
13:51:11 [2021-05-06T13:51:11.191Z] #56 ...
13:51:11 [2021-05-06T13:51:11.191Z] 
13:51:11 [2021-05-06T13:51:11.191Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
13:51:11 [2021-05-06T13:51:11.191Z] #44 sha256:0438e8db1505c217ef8e941fb12af5e905274065abcd4b09028e12e7437785c6
13:51:11 [2021-05-06T13:51:11.191Z] #44 DONE 0.1s
13:51:11 [2021-05-06T13:51:11.191Z] 
13:51:11 [2021-05-06T13:51:11.191Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
13:51:11 [2021-05-06T13:51:11.191Z] #46 sha256:b70e406d8648d2307b9bb7627da8be9c33fe2cf1f9baf93b5c883440979f587b
13:51:11 [2021-05-06T13:51:11.447Z] #46 DONE 0.2s
13:51:11 [2021-05-06T13:51:11.447Z] 
13:51:11 [2021-05-06T13:51:11.447Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
13:51:11 [2021-05-06T13:51:11.447Z] #48 sha256:d0c585297da8e6a2fc35c7adf8fd89e9825e9e09b7c5fbfe926034f95693c4f7
13:51:11 [2021-05-06T13:51:11.447Z] #48 DONE 0.1s
13:51:11 [2021-05-06T13:51:11.447Z] 
13:51:11 [2021-05-06T13:51:11.447Z] #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
13:51:11 [2021-05-06T13:51:11.447Z] #53 sha256:056c570bd1adb5d79823637065ea58d66ba7611bd8a2cda05c8179335f142d2b
13:51:11 [2021-05-06T13:51:11.641Z] #43 ...
13:51:11 [2021-05-06T13:51:11.641Z] 
13:51:11 [2021-05-06T13:51:11.641Z] #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
13:51:11 [2021-05-06T13:51:11.641Z] #53 sha256:ba74e639f7c67c6026716fa162d5ed984fda8c55b1d581ebbf1073f03758a0d0
13:51:11 [2021-05-06T13:51:11.641Z] #53 118.6 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
13:51:11 [2021-05-06T13:51:11.704Z] #53 ...
13:51:11 [2021-05-06T13:51:11.704Z] 
13:51:11 [2021-05-06T13:51:11.704Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
13:51:11 [2021-05-06T13:51:11.704Z] #50 sha256:008b357d54761d5edf9c2fd88ba7e65c5a9ea77318201d069ca2508453345480
13:51:11 [2021-05-06T13:51:11.818Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
13:51:11 [2021-05-06T13:51:11.818Z] Using test binary docker
13:51:11 [2021-05-06T13:51:11.961Z] #50 DONE 0.6s
13:51:11 [2021-05-06T13:51:11.961Z] 
13:51:11 [2021-05-06T13:51:11.961Z] #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
13:51:11 [2021-05-06T13:51:11.961Z] #53 sha256:056c570bd1adb5d79823637065ea58d66ba7611bd8a2cda05c8179335f142d2b
13:51:12 [2021-05-06T13:51:12.090Z] #43 ...
13:51:12 [2021-05-06T13:51:12.090Z] 
13:51:12 [2021-05-06T13:51:12.090Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
13:51:12 [2021-05-06T13:51:12.090Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
13:51:12 [2021-05-06T13:51:12.090Z] #22 5.362 Collecting yamllint==1.26.1
13:51:12 [2021-05-06T13:51:12.124Z] +++ /etc/init.d/apparmor start
13:51:12 [2021-05-06T13:51:12.124Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
13:51:12 [2021-05-06T13:51:12.124Z] INFO: Waiting for daemon to start...
13:51:12 [2021-05-06T13:51:12.124Z] Starting dockerd
13:51:12 [2021-05-06T13:51:12.124Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true
13:51:12 [2021-05-06T13:51:12.217Z] #53 ...
13:51:12 [2021-05-06T13:51:12.217Z] 
13:51:12 [2021-05-06T13:51:12.217Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
13:51:12 [2021-05-06T13:51:12.217Z] #52 sha256:47b0bc16a9f1726da78de0deade5fed843ad4d48d475174785e0ee004328555e
13:51:12 [2021-05-06T13:51:12.217Z] #52 DONE 0.1s
13:51:12 [2021-05-06T13:51:12.474Z] 
13:51:12 [2021-05-06T13:51:12.474Z] #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
13:51:12 [2021-05-06T13:51:12.474Z] #53 sha256:056c570bd1adb5d79823637065ea58d66ba7611bd8a2cda05c8179335f142d2b
13:51:13 [2021-05-06T13:51:13.055Z] #53 119.9 + mkdir -p /build
13:51:13 [2021-05-06T13:51:13.055Z] #53 119.9 + cp runc /build/runc
13:51:13 [2021-05-06T13:51:13.316Z] #53 ...
13:51:13 [2021-05-06T13:51:13.316Z] 
13:51:13 [2021-05-06T13:51:13.316Z] #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
13:51:13 [2021-05-06T13:51:13.316Z] #56 sha256:3fbca81332cc3fbfca744c7aaddf97967352d3742dde401101afe646c85dfea3
13:51:13 [2021-05-06T13:51:13.316Z] #56 165.2 + bin/containerd
13:51:13 [2021-05-06T13:51:13.316Z] #56 ...
13:51:13 [2021-05-06T13:51:13.316Z] 
13:51:13 [2021-05-06T13:51:13.316Z] #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
13:51:13 [2021-05-06T13:51:13.316Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:51:13 [2021-05-06T13:51:13.316Z] #43 152.3   CC       criu/sysfs_parse.o
13:51:13 [2021-05-06T13:51:13.316Z] #43 152.8   CC       criu/timens.o
13:51:13 [2021-05-06T13:51:13.316Z] #43 153.1   CC       criu/timerfd.o
13:51:13 [2021-05-06T13:51:13.316Z] #43 153.5   CC       criu/tty.o
13:51:14 [2021-05-06T13:51:14.687Z] .
13:51:14 [2021-05-06T13:51:14.687Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
13:51:14 [2021-05-06T13:51:14.687Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
13:51:14 [2021-05-06T13:51:14.687Z] Error: No such image: emptyfs
13:51:14 [2021-05-06T13:51:14.687Z] ++++ tar -cC bundles/test-integration/emptyfs .
13:51:14 [2021-05-06T13:51:14.687Z] ++++ docker load
13:51:14 [2021-05-06T13:51:14.706Z] #43 155.3   CC       criu/tun.o
13:51:14 [2021-05-06T13:51:14.949Z] Running integration-test (iteration 1)
13:51:14 [2021-05-06T13:51:14.950Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
13:51:14 [2021-05-06T13:51:14.950Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m
13:51:14 [2021-05-06T13:51:14.950Z] ++ set -e
13:51:14 [2021-05-06T13:51:14.950Z] ++ '[' -n 0 ']'
13:51:14 [2021-05-06T13:51:14.950Z] ++ set -x
13:51:14 [2021-05-06T13:51:14.950Z] ++ 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
13:51:14 [2021-05-06T13:51:14.967Z] #43 ...
13:51:14 [2021-05-06T13:51:14.967Z] 
13:51:14 [2021-05-06T13:51:14.967Z] #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
13:51:14 [2021-05-06T13:51:14.967Z] #53 sha256:ba74e639f7c67c6026716fa162d5ed984fda8c55b1d581ebbf1073f03758a0d0
13:51:14 [2021-05-06T13:51:14.967Z] #53 DONE 121.9s
13:51:14 [2021-05-06T13:51:14.967Z] 
13:51:14 [2021-05-06T13:51:14.967Z] #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
13:51:14 [2021-05-06T13:51:14.967Z] #24 sha256:2e5d3f4f3ff7e467120f66103e84dd64b72d9c52747c723d54ce95db74ee02a2
13:51:14 [2021-05-06T13:51:14.967Z] #24 213.4 + return
13:51:14 [2021-05-06T13:51:14.967Z] #24 DONE 214.6s
13:51:14 [2021-05-06T13:51:14.967Z] 
13:51:14 [2021-05-06T13:51:14.967Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:51:14 [2021-05-06T13:51:14.967Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:51:14 [2021-05-06T13:51:14.967Z] #43 155.7   CC       criu/uffd.o
13:51:16 [2021-05-06T13:51:16.360Z] #43 156.7   CC       criu/util.o
13:51:17 [2021-05-06T13:51:17.310Z] #43 157.8   CC       criu/uts_ns.o
13:51:17 [2021-05-06T13:51:17.310Z] #43 158.0   CC       criu/vdso.o
13:51:17 [2021-05-06T13:51:17.385Z] #22 10.77   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
13:51:17 [2021-05-06T13:51:17.884Z] #43 158.6   LINK     criu/built-in.o
13:51:17 [2021-05-06T13:51:17.884Z] #43 158.7   LINK     criu/criu
13:51:18 [2021-05-06T13:51:18.330Z] #22 11.94 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
13:51:18 [2021-05-06T13:51:18.330Z] #22 12.02   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
13:51:18 [2021-05-06T13:51:18.457Z] #43 159.1   DEP      lib/c/criu.d
13:51:18 [2021-05-06T13:51:18.457Z] #43 159.1   CC       images/rpc.pb-c.o
13:51:18 [2021-05-06T13:51:18.592Z] #22 12.10 Collecting pyyaml (from yamllint==1.26.1)
13:51:18 [2021-05-06T13:51:18.592Z] #22 12.38   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
13:51:18 [2021-05-06T13:51:18.719Z] #43 ...
13:51:18 [2021-05-06T13:51:18.719Z] 
13:51:18 [2021-05-06T13:51:18.719Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
13:51:18 [2021-05-06T13:51:18.719Z] #25 sha256:c7e23cd42dfd25787ea5c200462e01242b356bc21449343de7fa66d125d9d23f
13:51:18 [2021-05-06T13:51:18.719Z] #25 DONE 1.0s
13:51:18 [2021-05-06T13:51:18.981Z] 
13:51:18 [2021-05-06T13:51:18.981Z] #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
13:51:18 [2021-05-06T13:51:18.981Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:51:18 [2021-05-06T13:51:18.981Z] #43 159.7   CC       lib/c/criu.o
13:51:19 [2021-05-06T13:51:19.065Z] #53 ...
13:51:19 [2021-05-06T13:51:19.065Z] 
13:51:19 [2021-05-06T13:51:19.065Z] #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
13:51:19 [2021-05-06T13:51:19.065Z] #56 sha256:fd9621f02a9de692404cc7a559240fbb1f8d5751bd429aae5918727ed7936cb8
13:51:19 [2021-05-06T13:51:19.065Z] #56 196.7 + bin/containerd
13:51:19 [2021-05-06T13:51:19.165Z] #22 12.72 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
13:51:19 [2021-05-06T13:51:19.165Z] #22 12.73 Building wheels for collected packages: yamllint
13:51:19 [2021-05-06T13:51:19.165Z] #22 12.73   Running setup.py bdist_wheel for yamllint: started
13:51:19 [2021-05-06T13:51:19.926Z] #43 160.7   LINK     lib/c/built-in.o
13:51:20 [2021-05-06T13:51:20.188Z] #43 160.7   LINK     lib/c/libcriu.so
13:51:20 [2021-05-06T13:51:20.188Z] #43 160.8   LINK     lib/c/libcriu.a
13:51:20 [2021-05-06T13:51:20.188Z] #43 160.9   GEN      magic.py
13:51:20 [2021-05-06T13:51:20.450Z] #43 161.1 Note: Building without setproctitle() and strlcpy() support.
13:51:20 [2021-05-06T13:51:20.450Z] #43 161.1       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
13:51:20 [2021-05-06T13:51:20.450Z] #43 161.1 Note: Building without GnuTLS support
13:51:20 [2021-05-06T13:51:20.450Z] #43 161.2 Makefile.config:39: Warn: you have no libnftables installed
13:51:20 [2021-05-06T13:51:20.450Z] #43 161.2 Makefile.config:40: Warn: Building without nftables support
13:51:20 [2021-05-06T13:51:20.553Z] #22 13.93   Running setup.py bdist_wheel for yamllint: finished with status 'done'
13:51:20 [2021-05-06T13:51:20.553Z] #22 13.94   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
13:51:20 [2021-05-06T13:51:20.553Z] #22 13.99 Successfully built yamllint
13:51:20 [2021-05-06T13:51:20.553Z] #22 14.01 Installing collected packages: pathspec, pyyaml, yamllint
13:51:20 [2021-05-06T13:51:20.815Z] #22 14.45 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
13:51:21 [2021-05-06T13:51:21.023Z] #43 161.9 fatal: not a git repository (or any of the parent directories): .git
13:51:21 [2021-05-06T13:51:21.388Z] #22 DONE 14.9s
13:51:21 [2021-05-06T13:51:21.388Z] 
13:51:21 [2021-05-06T13:51:21.388Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
13:51:21 [2021-05-06T13:51:21.388Z] #25 sha256:81ffffb27a317b3dfa9014be97c735d7e8f106a21c7ffc6d97e594b659523b43
13:51:21 [2021-05-06T13:51:21.388Z] #25 DONE 0.2s
13:51:21 [2021-05-06T13:51:21.388Z] 
13:51:21 [2021-05-06T13:51:21.388Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
13:51:21 [2021-05-06T13:51:21.388Z] #30 sha256:02035e1487ac1f900a40a54441dfb2369c65b49ae417d9498a4a4a9ffbc6332e
13:51:21 [2021-05-06T13:51:21.961Z] #30 ...
13:51:21 [2021-05-06T13:51:21.961Z] 
13:51:21 [2021-05-06T13:51:21.961Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:51:21 [2021-05-06T13:51:21.961Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:51:21 [2021-05-06T13:51:21.961Z] #43 131.2   CC       criu/namespaces.o
13:51:21 [2021-05-06T13:51:21.961Z] #43 133.1   CC       criu/net.o
13:51:21 [2021-05-06T13:51:21.961Z] #43 136.0   CC       criu/netfilter.o
13:51:21 [2021-05-06T13:51:21.961Z] #43 136.4   CC       criu/page-pipe.o
13:51:21 [2021-05-06T13:51:21.961Z] #43 137.1   CC       criu/page-xfer.o
13:51:21 [2021-05-06T13:51:21.961Z] #43 138.8   CC       criu/pagemap-cache.o
13:51:21 [2021-05-06T13:51:21.961Z] #43 139.3   CC       criu/pagemap.o
13:51:21 [2021-05-06T13:51:21.961Z] #43 140.3   CC       criu/parasite-syscall.o
13:51:21 [2021-05-06T13:51:21.971Z] #43 162.6 make[1]: Nothing to be done for 'all'.
13:51:22 [2021-05-06T13:51:22.536Z] #43 141.5   CC       criu/path.o
13:51:22 [2021-05-06T13:51:22.536Z] #43 ...
13:51:22 [2021-05-06T13:51:22.536Z] 
13:51:22 [2021-05-06T13:51:22.536Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
13:51:22 [2021-05-06T13:51:22.536Z] #30 sha256:02035e1487ac1f900a40a54441dfb2369c65b49ae417d9498a4a4a9ffbc6332e
13:51:22 [2021-05-06T13:51:22.536Z] #30 DONE 1.1s
13:51:22 [2021-05-06T13:51:22.536Z] 
13:51:22 [2021-05-06T13:51:22.536Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
13:51:22 [2021-05-06T13:51:22.536Z] #33 sha256:0c653b4de0ad0b2e1ed62f5c60a8f91c7598fef2ae0b300c714af8202c74caa3
13:51:22 [2021-05-06T13:51:22.536Z] #33 DONE 0.1s
13:51:22 [2021-05-06T13:51:22.536Z] 
13:51:22 [2021-05-06T13:51:22.536Z] #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
13:51:22 [2021-05-06T13:51:22.536Z] #56 sha256:040ee8fef5714818ced038e64006c9e87d0442b9217fd774c887a6370a7b18b3
13:51:22 [2021-05-06T13:51:22.798Z] #56 ...
13:51:22 [2021-05-06T13:51:22.798Z] 
13:51:22 [2021-05-06T13:51:22.798Z] #35 [dev-systemd-false 13/26] COPY --from=tomll         /build/ /usr/local/bin/
13:51:22 [2021-05-06T13:51:22.798Z] #35 sha256:8a5ea5fb22bcd4e5dcc4d0c1b8694151dcac544393823c4b1a453a9185b143b8
13:51:22 [2021-05-06T13:51:22.798Z] #35 DONE 0.1s
13:51:22 [2021-05-06T13:51:22.798Z] 
13:51:22 [2021-05-06T13:51:22.798Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
13:51:22 [2021-05-06T13:51:22.798Z] #38 sha256:ce7d5755e1a23d4cbb2b98b66efcb707c38833504cacb66cbb226228f7824bea
13:51:22 [2021-05-06T13:51:22.798Z] #38 DONE 0.1s
13:51:22 [2021-05-06T13:51:22.798Z] 
13:51:22 [2021-05-06T13:51:22.798Z] #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
13:51:22 [2021-05-06T13:51:22.798Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:51:22 [2021-05-06T13:51:22.798Z] #43 141.8   CC       criu/pie-util-vdso-elf32.o
13:51:22 [2021-05-06T13:51:22.918Z] #43 163.5 make[1]: 'images/built-in.o' is up to date.
13:51:22 [2021-05-06T13:51:22.918Z] #43 163.5 make[1]: 'compel/plugins/std.lib.a' is up to date.
13:51:22 [2021-05-06T13:51:22.918Z] #43 163.6 make[1]: 'compel/plugins/fds.lib.a' is up to date.
13:51:22 [2021-05-06T13:51:22.918Z] #43 163.6 make[1]: 'compel/libcompel.a' is up to date.
13:51:22 [2021-05-06T13:51:22.918Z] #43 163.7 make[1]: 'compel/compel-host-bin' is up to date.
13:51:23 [2021-05-06T13:51:23.060Z] #43 142.3   CC       criu/pie-util-vdso.o
13:51:23 [2021-05-06T13:51:23.181Z] #43 163.7 make[1]: Nothing to be done for 'all'.
13:51:23 [2021-05-06T13:51:23.181Z] #43 163.8 make[1]: 'soccr/libsoccr.a' is up to date.
13:51:23 [2021-05-06T13:51:23.233Z] #56 ...
13:51:23 [2021-05-06T13:51:23.233Z] 
13:51:23 [2021-05-06T13:51:23.233Z] #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
13:51:23 [2021-05-06T13:51:23.233Z] #53 sha256:056c570bd1adb5d79823637065ea58d66ba7611bd8a2cda05c8179335f142d2b
13:51:23 [2021-05-06T13:51:23.233Z] #53 127.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
13:51:23 [2021-05-06T13:51:23.233Z] #53 128.7 + mkdir -p /build
13:51:23 [2021-05-06T13:51:23.233Z] #53 128.7 + cp runc /build/runc
13:51:23 [2021-05-06T13:51:23.233Z] #53 DONE 129.1s
13:51:23 [2021-05-06T13:51:23.233Z] 
13:51:23 [2021-05-06T13:51:23.233Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:51:23 [2021-05-06T13:51:23.233Z] #56 sha256:fd9621f02a9de692404cc7a559240fbb1f8d5751bd429aae5918727ed7936cb8
13:51:23 [2021-05-06T13:51:23.443Z] #43 164.0 make[2]: Nothing to be done for 'all'.
13:51:23 [2021-05-06T13:51:23.443Z] #43 164.1 make[2]: Nothing to be done for 'all'.
13:51:23 [2021-05-06T13:51:23.443Z] #43 164.2 make[2]: Nothing to be done for 'all'.
13:51:23 [2021-05-06T13:51:23.443Z] #43 164.3 make[2]: Nothing to be done for 'all'.
13:51:23 [2021-05-06T13:51:23.633Z] #43 142.8   CC       criu/pie-util.o
13:51:23 [2021-05-06T13:51:23.706Z] #43 164.3 make[2]: Nothing to be done for 'all'.
13:51:23 [2021-05-06T13:51:23.706Z] #43 164.4 make[2]: Nothing to be done for 'all'.
13:51:23 [2021-05-06T13:51:23.706Z] #43 164.4 make[2]: Nothing to be done for 'all'.
13:51:23 [2021-05-06T13:51:23.706Z] #43 164.5 make[2]: Nothing to be done for 'all'.
13:51:23 [2021-05-06T13:51:23.797Z] #56 ...
13:51:23 [2021-05-06T13:51:23.797Z] 
13:51:23 [2021-05-06T13:51:23.797Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
13:51:23 [2021-05-06T13:51:23.797Z] #54 sha256:e21890404de74b87e0954e241374f9f1412164c92e1072ce948235dd1911378f
13:51:23 [2021-05-06T13:51:23.894Z] #43 143.0   CC       criu/pipes.o
13:51:23 [2021-05-06T13:51:23.967Z] #43 164.5   INSTALL  criu/criu
13:51:24 [2021-05-06T13:51:24.362Z] #54 DONE 0.2s
13:51:24 [2021-05-06T13:51:24.362Z] 
13:51:24 [2021-05-06T13:51:24.362Z] #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
13:51:24 [2021-05-06T13:51:24.362Z] #56 sha256:fd9621f02a9de692404cc7a559240fbb1f8d5751bd429aae5918727ed7936cb8
13:51:24 [2021-05-06T13:51:24.467Z] #43 143.6   CC       criu/plugin.o
13:51:25 [2021-05-06T13:51:25.040Z] #43 144.1   CC       criu/proc_parse.o
13:51:27 [2021-05-06T13:51:27.278Z] #43 DONE 167.7s
13:51:27 [2021-05-06T13:51:27.278Z] 
13:51:27 [2021-05-06T13:51:27.278Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
13:51:27 [2021-05-06T13:51:27.278Z] #30 sha256:c8eeb5bd2e8a9a3d9501c5fa02c08e1f64c169d7eb54692f19aba2d86ced2cd7
13:51:27 [2021-05-06T13:51:27.278Z] #30 DONE 8.3s
13:51:27 [2021-05-06T13:51:27.278Z] 
13:51:27 [2021-05-06T13:51:27.278Z] #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
13:51:27 [2021-05-06T13:51:27.278Z] #56 sha256:3fbca81332cc3fbfca744c7aaddf97967352d3742dde401101afe646c85dfea3
13:51:27 [2021-05-06T13:51:27.278Z] #56 ...
13:51:27 [2021-05-06T13:51:27.278Z] 
13:51:27 [2021-05-06T13:51:27.278Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
13:51:27 [2021-05-06T13:51:27.278Z] #33 sha256:e39cf850d1d2dd6f3d21a18aa38eb2842d30cf0e8752ff6b46899f3fe9999c6c
13:51:27 [2021-05-06T13:51:27.589Z] #43 146.7   CC       criu/protobuf-desc.o
13:51:27 [2021-05-06T13:51:27.850Z] #33 DONE 0.7s
13:51:27 [2021-05-06T13:51:27.850Z] 
13:51:27 [2021-05-06T13:51:27.850Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:51:27 [2021-05-06T13:51:27.850Z] #56 sha256:3fbca81332cc3fbfca744c7aaddf97967352d3742dde401101afe646c85dfea3
13:51:27 [2021-05-06T13:51:27.850Z] #56 ...
13:51:27 [2021-05-06T13:51:27.850Z] 
13:51:27 [2021-05-06T13:51:27.850Z] #35 [dev-systemd-false 13/26] COPY --from=tomll         /build/ /usr/local/bin/
13:51:27 [2021-05-06T13:51:27.850Z] #35 sha256:2bdc862085ece483ee833f16b27c38a40334d1f92d1ed7fa93b57c2d77246197
13:51:27 [2021-05-06T13:51:27.850Z] #35 DONE 0.1s
13:51:28 [2021-05-06T13:51:28.111Z] 
13:51:28 [2021-05-06T13:51:28.112Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
13:51:28 [2021-05-06T13:51:28.112Z] #38 sha256:dc002ddb60e0ce1f10d115b11e63e85203fa7e6d88d6bd7ab0775a4026e946c2
13:51:28 [2021-05-06T13:51:28.112Z] #38 DONE 0.1s
13:51:28 [2021-05-06T13:51:28.112Z] 
13:51:28 [2021-05-06T13:51:28.112Z] #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
13:51:28 [2021-05-06T13:51:28.112Z] #56 sha256:3fbca81332cc3fbfca744c7aaddf97967352d3742dde401101afe646c85dfea3
13:51:28 [2021-05-06T13:51:28.112Z] #56 ...
13:51:28 [2021-05-06T13:51:28.112Z] 
13:51:28 [2021-05-06T13:51:28.112Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
13:51:28 [2021-05-06T13:51:28.112Z] #41 sha256:cf8144d60b1d245734a889e9a302f838568a3dca5b48eae07cee134bc5fe64bf
13:51:28 [2021-05-06T13:51:28.534Z] #43 147.6   CC       criu/protobuf.o
13:51:28 [2021-05-06T13:51:28.698Z] #41 DONE 0.7s
13:51:28 [2021-05-06T13:51:28.698Z] 
13:51:28 [2021-05-06T13:51:28.698Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
13:51:28 [2021-05-06T13:51:28.698Z] #44 sha256:b2ba126d19215eb84ebec2d8698d579e2bb7664196887fc43561a5ebcfa2b5b4
13:51:28 [2021-05-06T13:51:28.962Z] #44 DONE 0.1s
13:51:28 [2021-05-06T13:51:28.962Z] 
13:51:28 [2021-05-06T13:51:28.963Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
13:51:28 [2021-05-06T13:51:28.963Z] #46 sha256:275c60dab5f31bb9b701db31262f162863df7b02b23d956bbc7b605c3d7110a5
13:51:28 [2021-05-06T13:51:28.963Z] #46 DONE 0.1s
13:51:28 [2021-05-06T13:51:28.963Z] 
13:51:28 [2021-05-06T13:51:28.963Z] #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
13:51:28 [2021-05-06T13:51:28.963Z] #56 sha256:3fbca81332cc3fbfca744c7aaddf97967352d3742dde401101afe646c85dfea3
13:51:28 [2021-05-06T13:51:28.963Z] #56 ...
13:51:28 [2021-05-06T13:51:28.963Z] 
13:51:28 [2021-05-06T13:51:28.963Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
13:51:28 [2021-05-06T13:51:28.963Z] #48 sha256:c9992f53acd40f4acd08a5ea80762341bd6f9ef40e767a5f2500778ec2a2e603
13:51:28 [2021-05-06T13:51:28.963Z] #48 DONE 0.1s
13:51:28 [2021-05-06T13:51:28.963Z] 
13:51:28 [2021-05-06T13:51:28.963Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
13:51:28 [2021-05-06T13:51:28.963Z] #50 sha256:0e69a0df3647fb48d847a941564bf7dfee34f54c116558deb00e716c55cd2e6e
13:51:29 [2021-05-06T13:51:29.106Z] #43 148.0   CC       criu/pstree.o
13:51:29 [2021-05-06T13:51:29.537Z] #50 DONE 0.4s
13:51:29 [2021-05-06T13:51:29.537Z] 
13:51:29 [2021-05-06T13:51:29.537Z] #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
13:51:29 [2021-05-06T13:51:29.537Z] #56 sha256:3fbca81332cc3fbfca744c7aaddf97967352d3742dde401101afe646c85dfea3
13:51:29 [2021-05-06T13:51:29.537Z] #56 ...
13:51:29 [2021-05-06T13:51:29.537Z] 
13:51:29 [2021-05-06T13:51:29.537Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
13:51:29 [2021-05-06T13:51:29.537Z] #52 sha256:e4da551fae663d65fde4ddfd2e8750e1cad42e9b744d311491ff87aef1cf6089
13:51:29 [2021-05-06T13:51:29.537Z] #52 DONE 0.1s
13:51:29 [2021-05-06T13:51:29.537Z] 
13:51:29 [2021-05-06T13:51:29.537Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
13:51:29 [2021-05-06T13:51:29.537Z] #54 sha256:c3e40f3fb106d54cc48d3a6f76b2228b1bc9a54c1896c4c1c47849afba40b9a6
13:51:29 [2021-05-06T13:51:29.798Z] #54 DONE 0.3s
13:51:29 [2021-05-06T13:51:29.798Z] 
13:51:29 [2021-05-06T13:51:29.798Z] #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
13:51:29 [2021-05-06T13:51:29.798Z] #56 sha256:3fbca81332cc3fbfca744c7aaddf97967352d3742dde401101afe646c85dfea3
13:51:30 [2021-05-06T13:51:30.050Z] #43 ...
13:51:30 [2021-05-06T13:51:30.050Z] 
13:51:30 [2021-05-06T13:51:30.050Z] #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
13:51:30 [2021-05-06T13:51:30.050Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:51:30 [2021-05-06T13:51:30.050Z] #40 DONE 234.0s
13:51:30 [2021-05-06T13:51:30.050Z] 
13:51:30 [2021-05-06T13:51:30.050Z] #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
13:51:30 [2021-05-06T13:51:30.050Z] #49 sha256:eee18e8ee20abc633bee40a4eea97e188166e8c88dfc91b95eace27a44d2b3e1
13:51:30 [2021-05-06T13:51:30.312Z] #49 ...
13:51:30 [2021-05-06T13:51:30.312Z] 
13:51:30 [2021-05-06T13:51:30.312Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:51:30 [2021-05-06T13:51:30.312Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:51:30 [2021-05-06T13:51:30.312Z] #43 149.3   CC       criu/rbtree.o
13:51:30 [2021-05-06T13:51:30.573Z] #43 149.7   CC       criu/rst-malloc.o
13:51:31 [2021-05-06T13:51:31.146Z] #43 150.1   CC       criu/seccomp.o
13:51:31 [2021-05-06T13:51:31.722Z] #43 ...
13:51:31 [2021-05-06T13:51:31.722Z] 
13:51:31 [2021-05-06T13:51:31.722Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
13:51:31 [2021-05-06T13:51:31.722Z] #41 sha256:e0681c6bfe6ee233ed93c02d53b61e96d35669df95a4896451befcc997f13b5f
13:51:31 [2021-05-06T13:51:31.722Z] #41 DONE 0.2s
13:51:31 [2021-05-06T13:51:31.983Z] 
13:51:31 [2021-05-06T13:51:31.983Z] #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
13:51:31 [2021-05-06T13:51:31.983Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:51:31 [2021-05-06T13:51:31.983Z] #43 151.0   CC       criu/seize.o
13:51:32 [2021-05-06T13:51:32.556Z] #43 151.7   CC       criu/servicefd.o
13:51:32 [2021-05-06T13:51:32.817Z] #43 152.1   CC       criu/shmem.o
13:51:32 [2021-05-06T13:51:32.896Z] DEBUG: print all environment variables to check how Jenkins runs this script
13:51:32 [2021-05-06T13:51:32.896Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-b6cfd0f0\powershellScript.ps1'; exit $LASTEXITCODE;
13:51:32 [2021-05-06T13:51:32.896Z] ----------------------------------------------------------------------------
13:51:32 [2021-05-06T13:51:32.896Z] 
13:51:32 [2021-05-06T13:51:32.896Z] INFO: executeCI.ps1 starting at Thu May  6 13:51:29 CUT 2021
13:51:32 [2021-05-06T13:51:32.896Z] 
13:51:32 [2021-05-06T13:51:32.896Z] INFO: Script version 05-Feb-2019 09:03 PDT
13:51:32 [2021-05-06T13:51:32.896Z] INFO: Running git version 2.24.1.windows.2
13:51:32 [2021-05-06T13:51:32.896Z] INFO: Branch:rs5_release Build:17763.1.180914-1434
13:51:32 [2021-05-06T13:51:32.896Z] INFO: Environment variables:
13:51:32 [2021-05-06T13:51:32.896Z] 
13:51:32 [2021-05-06T13:51:32.896Z] Name                           Value                                                                                   
13:51:32 [2021-05-06T13:51:32.896Z] ----                           -----                                                                                   
13:51:32 [2021-05-06T13:51:32.896Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
13:51:32 [2021-05-06T13:51:32.896Z] amd64                          true                                                                                    
13:51:32 [2021-05-06T13:51:32.896Z] APPDATA                        C:\windows\system32\config\systemprofile\AppData\Roaming                                
13:51:32 [2021-05-06T13:51:32.896Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
13:51:32 [2021-05-06T13:51:32.896Z] arm64                          true                                                                                    
13:51:32 [2021-05-06T13:51:32.896Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.10                     
13:51:32 [2021-05-06T13:51:32.896Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}]                                    
13:51:32 [2021-05-06T13:51:32.896Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.10                                                                                 
13:51:32 [2021-05-06T13:51:32.896Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN                                                                                 
13:51:32 [2021-05-06T13:51:32.896Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16                                                                           
13:51:32 [2021-05-06T13:51:32.896Z] BRANCH_NAME                    PR-42098                                                                                
13:51:32 [2021-05-06T13:51:32.896Z] BUILD_DISPLAY_NAME             #7                                                                                      
13:51:32 [2021-05-06T13:51:32.896Z] BUILD_ID                       7                                                                                       
13:51:32 [2021-05-06T13:51:32.896Z] BUILD_NUMBER                   7                                                                                       
13:51:32 [2021-05-06T13:51:32.896Z] BUILD_TAG                      jenkins-moby-PR-42098-7                                                                 
13:51:32 [2021-05-06T13:51:32.896Z] BUILD_URL                      https://ci-next.docker.com/public/job/moby/job/PR-42098/7/                              
13:51:32 [2021-05-06T13:51:32.896Z] cgroup2                        true                                                                                    
13:51:32 [2021-05-06T13:51:32.896Z] CHANGE_AUTHOR                  thaJeztah                                                                               
13:51:32 [2021-05-06T13:51:32.896Z] CHANGE_AUTHOR_DISPLAY_NAME     Sebastiaan van Stijn                                                                    
13:51:32 [2021-05-06T13:51:32.896Z] CHANGE_BRANCH                  deprecate_quiet                                                                         
13:51:32 [2021-05-06T13:51:32.897Z] CHANGE_FORK                    thaJeztah/docker                                                                        
13:51:32 [2021-05-06T13:51:32.897Z] CHANGE_ID                      42098                                                                                   
13:51:32 [2021-05-06T13:51:32.897Z] CHANGE_TARGET                  master                                                                                  
13:51:32 [2021-05-06T13:51:32.897Z] CHANGE_TITLE                   API-client: remove unused ContainerListOptions.Quiet field                              
13:51:32 [2021-05-06T13:51:32.897Z] CHANGE_URL                     https://github.com/moby/moby/pull/42098                                                 
13:51:32 [2021-05-06T13:51:32.897Z] CHECK_CONFIG_COMMIT            2b0755b936416834e14208c6c37b36977e67ea35                                                
13:51:32 [2021-05-06T13:51:32.897Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
13:51:32 [2021-05-06T13:51:32.897Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
13:51:32 [2021-05-06T13:51:32.897Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
13:51:32 [2021-05-06T13:51:32.897Z] COMPUTERNAME                   azwin-2-869860                                                                          
13:51:32 [2021-05-06T13:51:32.897Z] ComSpec                        C:\windows\system32\cmd.exe                                                             
13:51:32 [2021-05-06T13:51:32.897Z] ConfigSequenceNumber           0                                                                                       
13:51:32 [2021-05-06T13:51:32.897Z] dco                            true                                                                                    
13:51:32 [2021-05-06T13:51:32.897Z] DOCKER_BUILDKIT                0                                                                                       
13:51:32 [2021-05-06T13:51:32.897Z] DOCKER_DUT_DEBUG               1                                                                                       
13:51:32 [2021-05-06T13:51:32.897Z] DOCKER_EXPERIMENTAL            1                                                                                       
13:51:32 [2021-05-06T13:51:32.897Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
13:51:32 [2021-05-06T13:51:32.897Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
13:51:32 [2021-05-06T13:51:32.897Z] EXECUTOR_NUMBER                0                                                                                       
13:51:32 [2021-05-06T13:51:32.897Z] FQDN                           azwin-2-869860.westus.cloudapp.azure.com                                                
13:51:32 [2021-05-06T13:51:32.897Z] GIT_BRANCH                     PR-42098                                                                                
13:51:32 [2021-05-06T13:51:32.897Z] GIT_COMMIT                     8e7ce3d4e1a110efdae2c11e84fa09ece6de9463                                                
13:51:32 [2021-05-06T13:51:32.897Z] GIT_PREVIOUS_COMMIT            4d3f64da6348c20f57efe01ca483b130bcf5dd9b                                                
13:51:32 [2021-05-06T13:51:32.897Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT f2177d5b62556d187f8491d6d25b41eb6cefbb9d                                                
13:51:32 [2021-05-06T13:51:32.897Z] GIT_URL                        https://github.com/moby/moby.git                                                        
13:51:32 [2021-05-06T13:51:32.897Z] HUDSON_COOKIE                  97725229-69c7-43ba-87a9-77f09a9c5397                                                    
13:51:32 [2021-05-06T13:51:32.897Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
13:51:32 [2021-05-06T13:51:32.897Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
13:51:32 [2021-05-06T13:51:32.897Z] HUDSON_URL                     https://ci-next.docker.com/public/                                                      
13:51:32 [2021-05-06T13:51:32.897Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64                          
13:51:32 [2021-05-06T13:51:32.897Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
13:51:32 [2021-05-06T13:51:32.897Z] JENKINS_NODE_COOKIE            a11a5ef3-0551-4218-b78d-670d9d81b6d0                                                    
13:51:32 [2021-05-06T13:51:32.897Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
13:51:32 [2021-05-06T13:51:32.897Z] JENKINS_URL                    https://ci-next.docker.com/public/                                                      
13:51:32 [2021-05-06T13:51:32.897Z] JOB_BASE_NAME                  PR-42098                                                                                
13:51:32 [2021-05-06T13:51:32.897Z] JOB_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42098/display/redirect                
13:51:32 [2021-05-06T13:51:32.897Z] JOB_NAME                       moby/PR-42098                                                                           
13:51:32 [2021-05-06T13:51:32.897Z] JOB_URL                        https://ci-next.docker.com/public/job/moby/job/PR-42098/                                
13:51:32 [2021-05-06T13:51:32.897Z] library.jps.version            master                                                                                  
13:51:32 [2021-05-06T13:51:32.897Z] LOCALAPPDATA                   C:\windows\system32\config\systemprofile\AppData\Local                                  
13:51:32 [2021-05-06T13:51:32.897Z] NODE_LABELS                    amd64 azure azwin-2-869860 azwin-2019 docker west-us windows windows-2019 x86_64        
13:51:32 [2021-05-06T13:51:32.897Z] NODE_NAME                      azwin-2-869860                                                                          
13:51:32 [2021-05-06T13:51:32.897Z] NUMBER_OF_PROCESSORS           4                                                                                       
13:51:32 [2021-05-06T13:51:32.897Z] OS                             Windows_NT                                                                              
13:51:32 [2021-05-06T13:51:32.897Z] Path                           C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo...
13:51:32 [2021-05-06T13:51:32.897Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
13:51:32 [2021-05-06T13:51:32.897Z] ppc64le                        false                                                                                   
13:51:32 [2021-05-06T13:51:32.897Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
13:51:32 [2021-05-06T13:51:32.897Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 85 Stepping 4, GenuineIntel                                      
13:51:32 [2021-05-06T13:51:32.897Z] PROCESSOR_LEVEL                6                                                                                       
13:51:32 [2021-05-06T13:51:32.897Z] PROCESSOR_REVISION             5504                                                                                    
13:51:32 [2021-05-06T13:51:32.897Z] ProgramData                    C:\ProgramData                                                                          
13:51:32 [2021-05-06T13:51:32.897Z] ProgramFiles                   C:\Program Files                                                                        
13:51:32 [2021-05-06T13:51:32.897Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
13:51:32 [2021-05-06T13:51:32.897Z] ProgramW6432                   C:\Program Files                                                                        
13:51:32 [2021-05-06T13:51:32.897Z] PROMPT                         $P$G                                                                                    
13:51:32 [2021-05-06T13:51:32.897Z] PSExecutionPolicyPreference    Bypass                                                                                  
13:51:32 [2021-05-06T13:51:32.897Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste...
13:51:32 [2021-05-06T13:51:32.897Z] PUBLIC                         C:\Users\Public                                                                         
13:51:32 [2021-05-06T13:51:32.897Z] rootless                       true                                                                                    
13:51:32 [2021-05-06T13:51:32.897Z] RUN_ARTIFACTS_DISPLAY_URL      https://ci-next.docker.com/public/job/moby/job/PR-42098/7/display/redirect?page=artif...
13:51:32 [2021-05-06T13:51:32.897Z] RUN_CHANGES_DISPLAY_URL        https://ci-next.docker.com/public/job/moby/job/PR-42098/7/display/redirect?page=changes 
13:51:32 [2021-05-06T13:51:32.897Z] RUN_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42098/7/display/redirect              
13:51:32 [2021-05-06T13:51:32.897Z] RUN_TESTS_DISPLAY_URL          https://ci-next.docker.com/public/job/moby/job/PR-42098/7/display/redirect?page=tests   
13:51:32 [2021-05-06T13:51:32.897Z] s390x                          false                                                                                   
13:51:32 [2021-05-06T13:51:32.897Z] SKIP_VALIDATION_TESTS          1                                                                                       
13:51:32 [2021-05-06T13:51:32.897Z] SOURCES_DRIVE                  d                                                                                       
13:51:32 [2021-05-06T13:51:32.897Z] SOURCES_SUBDIR                 gopath                                                                                  
13:51:32 [2021-05-06T13:51:32.897Z] STAGE_NAME                     Run tests                                                                               
13:51:32 [2021-05-06T13:51:32.897Z] SystemDrive                    C:                                                                                      
13:51:32 [2021-05-06T13:51:32.897Z] SystemRoot                     C:\windows                                                                              
13:51:32 [2021-05-06T13:51:32.897Z] TEMP                           C:\windows\TEMP                                                                         
13:51:32 [2021-05-06T13:51:32.897Z] TESTDEBUG                      0                                                                                       
13:51:32 [2021-05-06T13:51:32.897Z] TESTRUN_DRIVE                  d                                                                                       
13:51:32 [2021-05-06T13:51:32.897Z] TESTRUN_SUBDIR                 CI                                                                                      
13:51:32 [2021-05-06T13:51:32.897Z] TIMEOUT                        120m                                                                                    
13:51:32 [2021-05-06T13:51:32.897Z] TMP                            C:\windows\TEMP                                                                         
13:51:32 [2021-05-06T13:51:32.897Z] unit_validate                  true                                                                                    
13:51:32 [2021-05-06T13:51:32.897Z] USERDOMAIN                     WORKGROUP                                                                               
13:51:32 [2021-05-06T13:51:32.897Z] USERNAME                       azwin-2-869860$                                                                         
13:51:32 [2021-05-06T13:51:32.897Z] USERPROFILE                    C:\windows\system32\config\systemprofile                                                
13:51:32 [2021-05-06T13:51:32.897Z] validate_force                 false                                                                                   
13:51:32 [2021-05-06T13:51:32.897Z] windir                         C:\windows                                                                              
13:51:32 [2021-05-06T13:51:32.897Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore                                                    
13:51:32 [2021-05-06T13:51:32.897Z] WINDOWS_BASE_IMAGE_TAG         ltsc2019                                                                                
13:51:32 [2021-05-06T13:51:32.897Z] windows2022                    false                                                                                   
13:51:32 [2021-05-06T13:51:32.897Z] windowsRS1                     false                                                                                   
13:51:32 [2021-05-06T13:51:32.897Z] windowsRS5                     true                                                                                    
13:51:32 [2021-05-06T13:51:32.897Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
13:51:32 [2021-05-06T13:51:32.897Z] WORKSPACE_TMP                  d:\gopath\src\github.com\docker\docker@tmp                                              
13:51:32 [2021-05-06T13:51:32.897Z] 
13:51:32 [2021-05-06T13:51:32.897Z] 
13:51:32 [2021-05-06T13:51:32.897Z] 
13:51:32 [2021-05-06T13:51:32.897Z] INFO: Sources under d:\gopath\...
13:51:32 [2021-05-06T13:51:32.897Z] INFO: Test run under d:\CI\...
13:51:32 [2021-05-06T13:51:32.897Z] INFO: Running in D:\gopath\src\github.com\docker\docker
13:51:32 [2021-05-06T13:51:32.897Z] INFO: docker/docker repository was found
13:51:32 [2021-05-06T13:51:32.897Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time...
13:51:32 [2021-05-06T13:51:32.897Z] ltsc2019: Pulling from windows/servercore
13:51:32 [2021-05-06T13:51:32.897Z] 4612f6d0b889: Pulling fs layer
13:51:32 [2021-05-06T13:51:32.897Z] 399f118dfaa9: Pulling fs layer
13:51:33 [2021-05-06T13:51:33.763Z] #43 152.9   CC       criu/sigframe.o
13:51:34 [2021-05-06T13:51:34.024Z] #43 153.0   CC       criu/signalfd.o
13:51:34 [2021-05-06T13:51:34.024Z] #43 153.3   CC       criu/sk-inet.o
13:51:34 [2021-05-06T13:51:34.968Z] #43 154.1   CC       criu/sk-netlink.o
13:51:34 [2021-05-06T13:51:34.968Z] #43 ...
13:51:34 [2021-05-06T13:51:34.968Z] 
13:51:34 [2021-05-06T13:51:34.968Z] #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
13:51:34 [2021-05-06T13:51:34.968Z] #49 sha256:eee18e8ee20abc633bee40a4eea97e188166e8c88dfc91b95eace27a44d2b3e1
13:51:34 [2021-05-06T13:51:34.968Z] #49 239.1 + /build/golangci-lint --version
13:51:34 [2021-05-06T13:51:34.968Z] #49 239.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
13:51:34 [2021-05-06T13:51:34.968Z] #49 DONE 239.6s
13:51:35 [2021-05-06T13:51:35.230Z] 
13:51:35 [2021-05-06T13:51:35.230Z] #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
13:51:35 [2021-05-06T13:51:35.230Z] #56 sha256:040ee8fef5714818ced038e64006c9e87d0442b9217fd774c887a6370a7b18b3
13:51:35 [2021-05-06T13:51:35.492Z] #56 ...
13:51:35 [2021-05-06T13:51:35.492Z] 
13:51:35 [2021-05-06T13:51:35.492Z] #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
13:51:35 [2021-05-06T13:51:35.492Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:51:35 [2021-05-06T13:51:35.492Z] #43 154.6   CC       criu/sk-packet.o
13:51:36 [2021-05-06T13:51:36.065Z] #43 155.1   CC       criu/sk-queue.o
13:51:36 [2021-05-06T13:51:36.638Z] #43 155.8   CC       criu/sk-tcp.o
13:51:37 [2021-05-06T13:51:37.211Z] #43 156.3   CC       criu/sk-unix.o
13:51:37 [2021-05-06T13:51:37.533Z] 399f118dfaa9: Verifying Checksum
13:51:37 [2021-05-06T13:51:37.533Z] 399f118dfaa9: Download complete
13:51:38 [2021-05-06T13:51:38.598Z] #43 157.5   CC       criu/sockets.o
13:51:38 [2021-05-06T13:51:38.860Z] #43 158.1   CC       criu/stats.o
13:51:39 [2021-05-06T13:51:39.121Z] #43 158.3   CC       criu/string.o
13:51:39 [2021-05-06T13:51:39.383Z] #43 158.4   CC       criu/sysctl.o
13:51:39 [2021-05-06T13:51:39.644Z] #43 158.8   CC       criu/sysfs_parse.o
13:51:39 [2021-05-06T13:51:39.906Z] #43 159.1   CC       criu/timens.o
13:51:40 [2021-05-06T13:51:40.167Z] #43 159.2   CC       criu/timerfd.o
13:51:40 [2021-05-06T13:51:40.429Z] #43 159.5   CC       criu/tty.o
13:51:41 [2021-05-06T13:51:41.816Z] #43 160.7   CC       criu/tun.o
13:51:42 [2021-05-06T13:51:42.078Z] #43 161.0   CC       criu/uffd.o
13:51:42 [2021-05-06T13:51:42.651Z] #43 161.8   CC       criu/util.o
13:51:43 [2021-05-06T13:51:43.596Z] #43 162.7   CC       criu/uts_ns.o
13:51:43 [2021-05-06T13:51:43.857Z] #43 162.8   CC       criu/vdso-compat.o
13:51:43 [2021-05-06T13:51:43.857Z] #43 163.0   CC       criu/vdso.o
13:51:44 [2021-05-06T13:51:44.119Z] #43 163.4   LINK     criu/built-in.o
13:51:44 [2021-05-06T13:51:44.380Z] #43 163.5   LINK     criu/criu
13:51:44 [2021-05-06T13:51:44.641Z] #43 163.8   DEP      lib/c/criu.d
13:51:44 [2021-05-06T13:51:44.903Z] #43 163.9   CC       images/rpc.pb-c.o
13:51:45 [2021-05-06T13:51:45.164Z] #43 164.3   CC       lib/c/criu.o
13:51:46 [2021-05-06T13:51:46.108Z] #43 165.1   LINK     lib/c/built-in.o
13:51:46 [2021-05-06T13:51:46.108Z] #43 165.1   LINK     lib/c/libcriu.so
13:51:46 [2021-05-06T13:51:46.108Z] #43 165.2   LINK     lib/c/libcriu.a
13:51:46 [2021-05-06T13:51:46.369Z] #43 165.3   GEN      magic.py
13:51:46 [2021-05-06T13:51:46.369Z] #43 165.4 Note: Building without setproctitle() and strlcpy() support.
13:51:46 [2021-05-06T13:51:46.369Z] #43 165.4       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
13:51:46 [2021-05-06T13:51:46.369Z] #43 165.4 Note: Building without GnuTLS support
13:51:46 [2021-05-06T13:51:46.369Z] #43 165.4 Makefile.config:39: Warn: you have no libnftables installed
13:51:46 [2021-05-06T13:51:46.369Z] #43 165.4 Makefile.config:40: Warn: Building without nftables support
13:51:46 [2021-05-06T13:51:46.942Z] #43 166.1 fatal: not a git repository (or any of the parent directories): .git
13:51:47 [2021-05-06T13:51:47.516Z] #43 166.6 make[1]: Nothing to be done for 'all'.
13:51:47 [2021-05-06T13:51:47.772Z] 4612f6d0b889: Verifying Checksum
13:51:47 [2021-05-06T13:51:47.772Z] 4612f6d0b889: Download complete
13:51:47 [2021-05-06T13:51:47.913Z] #56 207.6 + bin/containerd-stress
13:51:48 [2021-05-06T13:51:48.089Z] #43 167.2 make[1]: 'images/built-in.o' is up to date.
13:51:48 [2021-05-06T13:51:48.089Z] #43 167.2 make[1]: 'compel/plugins/std.lib.a' is up to date.
13:51:48 [2021-05-06T13:51:48.089Z] #43 167.2 make[1]: 'compel/plugins/fds.lib.a' is up to date.
13:51:48 [2021-05-06T13:51:48.089Z] #43 167.2 make[1]: 'compel/libcompel.a' is up to date.
13:51:48 [2021-05-06T13:51:48.089Z] #43 167.3 make[1]: 'compel/compel-host-bin' is up to date.
13:51:48 [2021-05-06T13:51:48.089Z] #43 167.3 make[1]: Nothing to be done for 'all'.
13:51:48 [2021-05-06T13:51:48.350Z] #43 167.3 make[1]: 'soccr/libsoccr.a' is up to date.
13:51:48 [2021-05-06T13:51:48.350Z] #43 167.5 make[2]: Nothing to be done for 'all'.
13:51:48 [2021-05-06T13:51:48.350Z] #43 167.5 make[2]: Nothing to be done for 'all'.
13:51:48 [2021-05-06T13:51:48.350Z] #43 167.5 make[2]: Nothing to be done for 'all'.
13:51:48 [2021-05-06T13:51:48.350Z] #43 167.6 make[2]: Nothing to be done for 'all'.
13:51:48 [2021-05-06T13:51:48.612Z] #43 167.6 make[2]: Nothing to be done for 'all'.
13:51:48 [2021-05-06T13:51:48.612Z] #43 167.7 make[2]: Nothing to be done for 'all'.
13:51:48 [2021-05-06T13:51:48.612Z] #43 167.7 make[2]: Nothing to be done for 'all'.
13:51:48 [2021-05-06T13:51:48.612Z] #43 167.7 make[2]: Nothing to be done for 'all'.
13:51:48 [2021-05-06T13:51:48.612Z] #43 167.8   INSTALL  criu/criu
13:51:48 [2021-05-06T13:51:48.854Z] #56 210.8 + bin/containerd-shim
13:51:48 [2021-05-06T13:51:48.874Z] #43 DONE 168.0s
13:51:48 [2021-05-06T13:51:48.874Z] 
13:51:48 [2021-05-06T13:51:48.874Z] #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
13:51:48 [2021-05-06T13:51:48.874Z] #56 sha256:040ee8fef5714818ced038e64006c9e87d0442b9217fd774c887a6370a7b18b3
13:51:50 [2021-05-06T13:51:50.265Z] #56 ...
13:51:50 [2021-05-06T13:51:50.265Z] 
13:51:50 [2021-05-06T13:51:50.265Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
13:51:50 [2021-05-06T13:51:50.265Z] #44 sha256:dabff769988da91c42fb1b2fcee633d2abd0f7c1d804e8dd579122a10e2fdfaf
13:51:50 [2021-05-06T13:51:50.265Z] #44 DONE 0.1s
13:51:50 [2021-05-06T13:51:50.265Z] 
13:51:50 [2021-05-06T13:51:50.265Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
13:51:50 [2021-05-06T13:51:50.265Z] #46 sha256:7a2e43804ae0a7217bf99f41ed742160a4ddda7217fb8ffb6352d8d6cfe2e98d
13:51:50 [2021-05-06T13:51:50.265Z] #46 DONE 0.1s
13:51:50 [2021-05-06T13:51:50.265Z] 
13:51:50 [2021-05-06T13:51:50.265Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
13:51:50 [2021-05-06T13:51:50.265Z] #48 sha256:841f1ce6f500bfd891b6f8b451ce19ffe97fbfe2373981bb577f784c9ec8fb64
13:51:50 [2021-05-06T13:51:50.265Z] #48 DONE 0.1s
13:51:50 [2021-05-06T13:51:50.265Z] 
13:51:50 [2021-05-06T13:51:50.265Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
13:51:50 [2021-05-06T13:51:50.265Z] #50 sha256:94f478dfaeaf336e86249216cac3a71e01881037f5fc3e70a7e661efa85069fa
13:51:50 [2021-05-06T13:51:50.526Z] #50 DONE 0.1s
13:51:50 [2021-05-06T13:51:50.526Z] 
13:51:50 [2021-05-06T13:51:50.526Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
13:51:50 [2021-05-06T13:51:50.526Z] #52 sha256:d6ab15e8c3e982df14e5946893a75ede5ba8ef98bb2f14e3ce822c966a9df57b
13:51:50 [2021-05-06T13:51:50.526Z] #52 DONE 0.1s
13:51:50 [2021-05-06T13:51:50.526Z] 
13:51:50 [2021-05-06T13:51:50.526Z] #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
13:51:50 [2021-05-06T13:51:50.526Z] #56 sha256:040ee8fef5714818ced038e64006c9e87d0442b9217fd774c887a6370a7b18b3
13:51:50 [2021-05-06T13:51:50.861Z] #56 227.1 + bin/containerd-stress
13:51:50 [2021-05-06T13:51:50.861Z] #56 229.0 + bin/containerd-shim
13:51:55 [2021-05-06T13:51:55.452Z] #56 216.5 + bin/containerd-shim-runc-v1
13:51:57 [2021-05-06T13:51:57.110Z] #56 198.7 + bin/containerd
13:51:57 [2021-05-06T13:51:57.397Z] #56 235.7 + bin/containerd-shim-runc-v1
13:51:58 [2021-05-06T13:51:58.760Z] #56 220.4 + bin/containerd-shim-runc-v2
13:51:59 [2021-05-06T13:51:59.702Z] #56 221.7 + binaries
13:51:59 [2021-05-06T13:51:59.702Z] #56 221.7 + install -D bin/containerd /build/containerd
13:51:59 [2021-05-06T13:51:59.702Z] #56 221.8 + install -D bin/containerd-shim /build/containerd-shim
13:51:59 [2021-05-06T13:51:59.702Z] #56 221.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
13:51:59 [2021-05-06T13:51:59.963Z] #56 221.8 + install -D bin/ctr /build/ctr
13:52:01 [2021-05-06T13:52:01.404Z] #56 ...
13:52:01 [2021-05-06T13:52:01.404Z] 
13:52:01 [2021-05-06T13:52:01.404Z] #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
13:52:01 [2021-05-06T13:52:01.404Z] #53 sha256:c46e8d8e6ebd72485e572f4d102e32dde8fc28a3c7261858952389bfee5faad9
13:52:01 [2021-05-06T13:52:01.405Z] #53 130.1 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
13:52:01 [2021-05-06T13:52:01.405Z] #53 131.0 + mkdir -p /build
13:52:01 [2021-05-06T13:52:01.405Z] #53 131.0 + cp runc /build/runc
13:52:01 [2021-05-06T13:52:01.405Z] #53 DONE 131.2s
13:52:01 [2021-05-06T13:52:01.405Z] 
13:52:01 [2021-05-06T13:52:01.405Z] #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
13:52:01 [2021-05-06T13:52:01.405Z] #56 sha256:040ee8fef5714818ced038e64006c9e87d0442b9217fd774c887a6370a7b18b3
13:52:01 [2021-05-06T13:52:01.567Z] #56 240.1 + bin/containerd-shim-runc-v2
13:52:01 [2021-05-06T13:52:01.672Z] Loaded image: buildpack-deps:buster
13:52:01 [2021-05-06T13:52:01.672Z] Loaded image: busybox:latest
13:52:01 [2021-05-06T13:52:01.672Z] Loaded image: busybox:glibc
13:52:01 [2021-05-06T13:52:01.672Z] Loaded image: debian:bullseye
13:52:01 [2021-05-06T13:52:01.873Z] #56 DONE 223.7s
13:52:01 [2021-05-06T13:52:01.934Z] Loaded image: hello-world:latest
13:52:02 [2021-05-06T13:52:02.195Z] Loaded image: arm32v7/hello-world:latest
13:52:02 [2021-05-06T13:52:02.195Z] INFO: Testing against a local daemon
13:52:02 [2021-05-06T13:52:02.195Z] === RUN   TestCgroupNamespacesBuild
13:52:02 [2021-05-06T13:52:02.370Z] #56 ...
13:52:02 [2021-05-06T13:52:02.370Z] 
13:52:02 [2021-05-06T13:52:02.370Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
13:52:02 [2021-05-06T13:52:02.370Z] #54 sha256:1d97e54f84b65fd1ec18b885d29421cfa277361ca111ae67d8610416683a8c49
13:52:02 [2021-05-06T13:52:02.494Z] #56 241.1 + binaries
13:52:02 [2021-05-06T13:52:02.494Z] #56 241.1 + install -D bin/containerd /build/containerd
13:52:02 [2021-05-06T13:52:02.494Z] #56 241.1 + install -D bin/containerd-shim /build/containerd-shim
13:52:02 [2021-05-06T13:52:02.494Z] #56 241.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
13:52:02 [2021-05-06T13:52:02.494Z] #56 241.1 + install -D bin/ctr /build/ctr
13:52:02 [2021-05-06T13:52:02.631Z] #54 DONE 0.1s
13:52:02 [2021-05-06T13:52:02.631Z] 
13:52:02 [2021-05-06T13:52:02.631Z] #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
13:52:02 [2021-05-06T13:52:02.631Z] #56 sha256:040ee8fef5714818ced038e64006c9e87d0442b9217fd774c887a6370a7b18b3
13:52:03 [2021-05-06T13:52:03.256Z] 
13:52:03 [2021-05-06T13:52:03.256Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
13:52:03 [2021-05-06T13:52:03.256Z] #57 sha256:62875cad9d2e5fd32efe4b1c56207dcdc9d60977c4d8968373689405bd97538c
13:52:03 [2021-05-06T13:52:03.420Z] #56 DONE 242.3s
13:52:04 [2021-05-06T13:52:04.785Z] 
13:52:04 [2021-05-06T13:52:04.785Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
13:52:04 [2021-05-06T13:52:04.785Z] #57 sha256:852abf3dc4d587f02e959a021e32b2888ce3ae713bafce4de2b7516bebe126db
13:52:05 [2021-05-06T13:52:05.166Z] #57 DONE 1.6s
13:52:05 [2021-05-06T13:52:05.166Z] 
13:52:05 [2021-05-06T13:52:05.166Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
13:52:05 [2021-05-06T13:52:05.166Z] #61 sha256:28753fac9ec1c8df4f1dbfbaea0f2dd5cfcbb29fcf8dabf843f0efc4109a42e7
13:52:05 [2021-05-06T13:52:05.345Z] #57 DONE 0.9s
13:52:05 [2021-05-06T13:52:05.345Z] 
13:52:05 [2021-05-06T13:52:05.345Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
13:52:05 [2021-05-06T13:52:05.345Z] #61 sha256:45dc6e28d2ea07675d87f1bd876d435f16f503a7a293873031fdddd3e1bfa244
13:52:05 [2021-05-06T13:52:05.426Z] #61 DONE 0.5s
13:52:05 [2021-05-06T13:52:05.426Z] 
13:52:05 [2021-05-06T13:52:05.426Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
13:52:05 [2021-05-06T13:52:05.426Z] #66 sha256:8b852a034def9b4b08df2bb452e9ee46f20c7637997c4661357648959d86cea4
13:52:05 [2021-05-06T13:52:05.604Z] #61 DONE 0.2s
13:52:05 [2021-05-06T13:52:05.604Z] 
13:52:05 [2021-05-06T13:52:05.604Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
13:52:05 [2021-05-06T13:52:05.604Z] #66 sha256:3d3cf566291f347c22ce3839ab533cfdf3f774ea8822e8cf7ec3b6982385bd86
13:52:06 [2021-05-06T13:52:06.405Z] --- PASS: TestCgroupNamespacesBuild (3.91s)
13:52:06 [2021-05-06T13:52:06.405Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
13:52:06 [2021-05-06T13:52:06.529Z] #66 DONE 0.9s
13:52:06 [2021-05-06T13:52:06.529Z] 
13:52:06 [2021-05-06T13:52:06.529Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
13:52:06 [2021-05-06T13:52:06.529Z] #68 sha256:7c12ac86dcebfa69bb2cfdc124963a0cba299638b8e0548016f53c3de887669b
13:52:06 [2021-05-06T13:52:06.529Z] #68 DONE 0.1s
13:52:06 [2021-05-06T13:52:06.529Z] 
13:52:06 [2021-05-06T13:52:06.529Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
13:52:06 [2021-05-06T13:52:06.529Z] #69 sha256:0f09aecbb2247d008e43b42cf060c62f202cc650e99b06b5c53d6bf142bcb0f1
13:52:06 [2021-05-06T13:52:06.529Z] #69 DONE 0.0s
13:52:06 [2021-05-06T13:52:06.529Z] 
13:52:06 [2021-05-06T13:52:06.529Z] #70 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             dbus             dbus-user-session             systemd             systemd-sysv
13:52:06 [2021-05-06T13:52:06.529Z] #70 sha256:e48e36d5622fc2ce96d023631dd116d73a9b5218fe9ea37198cf58fe0fc3f482
13:52:07 [2021-05-06T13:52:07.091Z] #70 0.694 Hit:1 http://deb.debian.org/debian buster-backports InRelease
13:52:07 [2021-05-06T13:52:07.091Z] #70 0.708 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease
13:52:07 [2021-05-06T13:52:07.343Z] #66 DONE 1.6s
13:52:07 [2021-05-06T13:52:07.343Z] 
13:52:07 [2021-05-06T13:52:07.343Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
13:52:07 [2021-05-06T13:52:07.343Z] #68 sha256:89cf8b9eca81c4c80c489bfdd50ffc2dea938b874d2387fda3152090f36322a8
13:52:07 [2021-05-06T13:52:07.343Z] #68 DONE 0.1s
13:52:07 [2021-05-06T13:52:07.343Z] 
13:52:07 [2021-05-06T13:52:07.343Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
13:52:07 [2021-05-06T13:52:07.343Z] #69 sha256:3428eed7fb7cb59b9a07ecc400873af2376e2abb4937df71800d33e3582250dc
13:52:07 [2021-05-06T13:52:07.343Z] #69 DONE 0.0s
13:52:07 [2021-05-06T13:52:07.343Z] 
13:52:07 [2021-05-06T13:52:07.343Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker
13:52:07 [2021-05-06T13:52:07.343Z] #70 sha256:420e51286f49bd6601de4771e224f82c12b42ca5b38a92801f85e01f72566e2f
13:52:07 [2021-05-06T13:52:07.346Z] #70 0.709 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
13:52:07 [2021-05-06T13:52:07.347Z] #70 0.791 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
13:52:08 [2021-05-06T13:52:08.169Z] #70 1.048 Reading package lists...
13:52:08 [2021-05-06T13:52:08.732Z] #70 1.670 Reading package lists...
13:52:08 [2021-05-06T13:52:08.988Z] #70 2.266 Building dependency tree...
13:52:08 [2021-05-06T13:52:08.988Z] #70 2.376 Reading state information...
13:52:08 [2021-05-06T13:52:08.988Z] #70 2.477 The following additional packages will be installed:
13:52:08 [2021-05-06T13:52:08.988Z] #70 2.477   libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2
13:52:08 [2021-05-06T13:52:08.988Z] #70 2.477   libpam-systemd
13:52:08 [2021-05-06T13:52:08.988Z] #70 2.478 Suggested packages:
13:52:08 [2021-05-06T13:52:08.988Z] #70 2.478   systemd-container policykit-1
13:52:08 [2021-05-06T13:52:08.988Z] #70 2.478 Recommended packages:
13:52:08 [2021-05-06T13:52:08.988Z] #70 2.478   libnss-systemd
13:52:08 [2021-05-06T13:52:08.988Z] #70 2.556 The following NEW packages will be installed:
13:52:08 [2021-05-06T13:52:08.988Z] #70 2.557   dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11
13:52:08 [2021-05-06T13:52:08.988Z] #70 2.557   libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv
13:52:09 [2021-05-06T13:52:09.243Z] #70 2.822 0 upgraded, 11 newly installed, 0 to remove and 27 not upgraded.
13:52:09 [2021-05-06T13:52:09.243Z] #70 2.822 Need to get 4762 kB of archives.
13:52:09 [2021-05-06T13:52:09.243Z] #70 2.822 After this operation, 16.6 MB of additional disk space will be used.
13:52:09 [2021-05-06T13:52:09.243Z] #70 2.822 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
13:52:09 [2021-05-06T13:52:09.243Z] #70 2.824 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB]
13:52:09 [2021-05-06T13:52:09.243Z] #70 2.824 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB]
13:52:09 [2021-05-06T13:52:09.243Z] #70 2.828 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB]
13:52:09 [2021-05-06T13:52:09.243Z] #70 2.829 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB]
13:52:09 [2021-05-06T13:52:09.243Z] #70 2.830 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u7 [3499 kB]
13:52:09 [2021-05-06T13:52:09.243Z] #70 2.891 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u7 [100 kB]
13:52:09 [2021-05-06T13:52:09.255Z] #70 DONE 1.8s
13:52:09 [2021-05-06T13:52:09.255Z] 
13:52:09 [2021-05-06T13:52:09.255Z] #71 exporting to image
13:52:09 [2021-05-06T13:52:09.255Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:52:09 [2021-05-06T13:52:09.255Z] #71 exporting layers
13:52:09 [2021-05-06T13:52:09.499Z] #70 2.892 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB]
13:52:09 [2021-05-06T13:52:09.499Z] #70 2.894 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB]
13:52:09 [2021-05-06T13:52:09.499Z] #70 2.897 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u7 [209 kB]
13:52:09 [2021-05-06T13:52:09.499Z] #70 2.899 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus-user-session amd64 1.12.20-0+deb10u1 [94.5 kB]
13:52:09 [2021-05-06T13:52:09.499Z] #70 3.040 debconf: delaying package configuration, since apt-utils is not installed
13:52:09 [2021-05-06T13:52:09.499Z] #70 3.063 Fetched 4762 kB in 0s (14.3 MB/s)
13:52:09 [2021-05-06T13:52:09.499Z] #70 3.087 Selecting previously unselected package libargon2-1:amd64.
13:52:09 [2021-05-06T13:52:09.499Z] #70 3.087 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 28057 files and directories currently installed.)
13:52:09 [2021-05-06T13:52:09.499Z] #70 3.100 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ...
13:52:09 [2021-05-06T13:52:09.499Z] #70 3.107 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
13:52:09 [2021-05-06T13:52:09.499Z] #70 3.139 Selecting previously unselected package libjson-c3:amd64.
13:52:09 [2021-05-06T13:52:09.499Z] #70 3.142 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ...
13:52:09 [2021-05-06T13:52:09.706Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (3.13s)
13:52:09 [2021-05-06T13:52:09.706Z] === RUN   TestBuildWithSession
13:52:09 [2021-05-06T13:52:09.706Z] --- SKIP: TestBuildWithSession (0.00s)
13:52:09 [2021-05-06T13:52:09.706Z]     build_session_test.go:25: TODO: BuildKit
13:52:09 [2021-05-06T13:52:09.706Z] === RUN   TestBuildSquashParent
13:52:09 [2021-05-06T13:52:09.755Z] #70 3.145 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
13:52:09 [2021-05-06T13:52:09.755Z] #70 3.180 Selecting previously unselected package libcryptsetup12:amd64.
13:52:09 [2021-05-06T13:52:09.755Z] #70 3.183 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ...
13:52:09 [2021-05-06T13:52:09.755Z] #70 3.187 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
13:52:09 [2021-05-06T13:52:09.755Z] #70 3.234 Selecting previously unselected package libidn11:amd64.
13:52:09 [2021-05-06T13:52:09.755Z] #70 3.234 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ...
13:52:09 [2021-05-06T13:52:09.755Z] #70 3.238 Unpacking libidn11:amd64 (1.33-2.2) ...
13:52:09 [2021-05-06T13:52:09.755Z] #70 3.280 Selecting previously unselected package libkmod2:amd64.
13:52:09 [2021-05-06T13:52:09.755Z] #70 3.280 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ...
13:52:09 [2021-05-06T13:52:09.755Z] #70 3.284 Unpacking libkmod2:amd64 (26-1) ...
13:52:09 [2021-05-06T13:52:09.755Z] #70 3.332 Selecting previously unselected package systemd.
13:52:09 [2021-05-06T13:52:09.755Z] #70 3.335 Preparing to unpack .../5-systemd_241-7~deb10u7_amd64.deb ...
13:52:09 [2021-05-06T13:52:09.755Z] #70 3.374 Unpacking systemd (241-7~deb10u7) ...
13:52:10 [2021-05-06T13:52:10.317Z] #70 3.837 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
13:52:10 [2021-05-06T13:52:10.317Z] #70 3.846 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
13:52:10 [2021-05-06T13:52:10.317Z] #70 3.856 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
13:52:10 [2021-05-06T13:52:10.317Z] #70 3.866 Setting up libidn11:amd64 (1.33-2.2) ...
13:52:10 [2021-05-06T13:52:10.317Z] #70 3.877 Setting up libkmod2:amd64 (26-1) ...
13:52:10 [2021-05-06T13:52:10.317Z] #70 3.889 Setting up systemd (241-7~deb10u7) ...
13:52:10 [2021-05-06T13:52:10.317Z] #70 3.935 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:52:10 [2021-05-06T13:52:10.317Z] #70 3.936 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:52:10 [2021-05-06T13:52:10.317Z] #70 3.940 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
13:52:10 [2021-05-06T13:52:10.317Z] #70 3.940 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
13:52:10 [2021-05-06T13:52:10.878Z] #70 4.374 Selecting previously unselected package systemd-sysv.
13:52:10 [2021-05-06T13:52:10.878Z] #70 4.374 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 28854 files and directories currently installed.)
13:52:10 [2021-05-06T13:52:10.878Z] #70 4.387 Preparing to unpack .../systemd-sysv_241-7~deb10u7_amd64.deb ...
13:52:10 [2021-05-06T13:52:10.878Z] #70 4.391 Unpacking systemd-sysv (241-7~deb10u7) ...
13:52:10 [2021-05-06T13:52:10.878Z] #70 4.430 Selecting previously unselected package libdbus-1-3:amd64.
13:52:10 [2021-05-06T13:52:10.878Z] #70 4.433 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ...
13:52:10 [2021-05-06T13:52:10.878Z] #70 4.437 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
13:52:10 [2021-05-06T13:52:10.878Z] #70 4.491 Selecting previously unselected package dbus.
13:52:11 [2021-05-06T13:52:11.134Z] #70 4.493 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ...
13:52:11 [2021-05-06T13:52:11.134Z] #70 4.504 Unpacking dbus (1.12.20-0+deb10u1) ...
13:52:11 [2021-05-06T13:52:11.134Z] #70 4.569 Selecting previously unselected package libpam-systemd:amd64.
13:52:11 [2021-05-06T13:52:11.134Z] #70 4.569 Preparing to unpack .../libpam-systemd_241-7~deb10u7_amd64.deb ...
13:52:11 [2021-05-06T13:52:11.134Z] #70 4.573 Unpacking libpam-systemd:amd64 (241-7~deb10u7) ...
13:52:11 [2021-05-06T13:52:11.134Z] #70 4.615 Selecting previously unselected package dbus-user-session.
13:52:11 [2021-05-06T13:52:11.134Z] #70 4.617 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ...
13:52:11 [2021-05-06T13:52:11.134Z] #70 4.622 Unpacking dbus-user-session (1.12.20-0+deb10u1) ...
13:52:11 [2021-05-06T13:52:11.134Z] #70 4.693 Setting up systemd-sysv (241-7~deb10u7) ...
13:52:11 [2021-05-06T13:52:11.134Z] #70 4.704 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
13:52:11 [2021-05-06T13:52:11.134Z] #70 4.714 Setting up dbus (1.12.20-0+deb10u1) ...
13:52:11 [2021-05-06T13:52:11.392Z] #70 4.844 invoke-rc.d: could not determine current runlevel
13:52:11 [2021-05-06T13:52:11.392Z] #70 4.846 invoke-rc.d: policy-rc.d denied execution of start.
13:52:11 [2021-05-06T13:52:11.392Z] #70 4.851 Setting up libpam-systemd:amd64 (241-7~deb10u7) ...
13:52:11 [2021-05-06T13:52:11.392Z] #70 4.992 Setting up dbus-user-session (1.12.20-0+deb10u1) ...
13:52:11 [2021-05-06T13:52:11.392Z] #70 5.006 Processing triggers for systemd (241-7~deb10u7) ...
13:52:11 [2021-05-06T13:52:11.392Z] #70 5.013 Processing triggers for libc-bin (2.28-10) ...
13:52:11 [2021-05-06T13:52:11.648Z] #70 DONE 5.2s
13:52:11 [2021-05-06T13:52:11.648Z] 
13:52:11 [2021-05-06T13:52:11.648Z] #71 [dev-systemd-true 2/2] RUN mkdir -p hack   && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh   && chmod +x hack/dind-systemd
13:52:11 [2021-05-06T13:52:11.648Z] #71 sha256:4e85bee7f546a7acd7ef0a868aabfe5af8ab0dde783a3718b31c110d3306cc99
13:52:12 [2021-05-06T13:52:12.210Z] #71 0.457   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
13:52:12 [2021-05-06T13:52:12.210Z] #71 0.457                                  Dload  Upload   Total   Spent    Left  Speed
13:52:12 [2021-05-06T13:52:12.210Z] #71 0.457 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1823  100  1823    0     0   222k      0 --:--:-- --:--:-- --:--:--  222k
13:52:12 [2021-05-06T13:52:12.210Z] #71 DONE 0.5s
13:52:12 [2021-05-06T13:52:12.210Z] 
13:52:12 [2021-05-06T13:52:12.210Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker
13:52:12 [2021-05-06T13:52:12.210Z] #72 sha256:2a631e06fd0efdff16f9bcd2bba9194e8b058c6efb962aacc1ea7be452fac50e
13:52:13 [2021-05-06T13:52:13.138Z] #72 DONE 0.7s
13:52:13 [2021-05-06T13:52:13.138Z] 
13:52:13 [2021-05-06T13:52:13.138Z] #73 exporting to image
13:52:13 [2021-05-06T13:52:13.138Z] #73 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:52:13 [2021-05-06T13:52:13.138Z] #73 exporting layers
13:52:13 [2021-05-06T13:52:13.513Z] #71 exporting layers 3.9s done
13:52:13 [2021-05-06T13:52:13.513Z] #71 writing image sha256:c8d17ff0eb5a88685aaef0905c822a02da00472c1926be46df808f04fcd18791 done
13:52:13 [2021-05-06T13:52:13.513Z] #71 naming to docker.io/library/docker:8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 done
13:52:13 [2021-05-06T13:52:13.513Z] #71 DONE 3.9s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
13:52:13 [2021-05-06T13:52:13.871Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42098/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 hack/test/unit
13:52:19 [2021-05-06T13:52:19.158Z] ?   	github.com/docker/docker/api	[no test files]
13:52:19 [2021-05-06T13:52:19.676Z] #73 exporting layers 6.7s done
13:52:19 [2021-05-06T13:52:19.676Z] #73 writing image sha256:e75912ea488e431230a621def5a34b0ff021e02a6d65e8ed0e9138b8461d8b22 done
13:52:19 [2021-05-06T13:52:19.676Z] #73 naming to docker.io/library/docker:8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 done
13:52:19 [2021-05-06T13:52:19.676Z] #73 DONE 6.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
13:52:20 [2021-05-06T13:52:20.041Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42098/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 -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:8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 hack/make.sh dynbinary test-integration
13:52:21 [2021-05-06T13:52:21.407Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
13:52:21 [2021-05-06T13:52:21.407Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
13:52:21 [2021-05-06T13:52:21.407Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
13:52:21 [2021-05-06T13:52:21.407Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
13:52:21 [2021-05-06T13:52:21.407Z] 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)
13:52:21 [2021-05-06T13:52:21.407Z] Detected virtualization docker.
13:52:21 [2021-05-06T13:52:21.407Z] Detected architecture x86-64.
13:52:21 [2021-05-06T13:52:21.407Z] Set hostname to <3e0bad51bd61>.
13:52:21 [2021-05-06T13:52:21.663Z] + source /etc/docker-entrypoint-cmd
13:52:21 [2021-05-06T13:52:21.663Z] ++ hack/make.sh dynbinary test-integration
13:52:21 [2021-05-06T13:52:21.663Z] 
13:52:21 [2021-05-06T13:52:21.919Z] Removing bundles/
13:52:21 [2021-05-06T13:52:21.919Z] 
13:52:21 [2021-05-06T13:52:21.919Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
13:52:21 [2021-05-06T13:52:21.919Z] Building: bundles/dynbinary-daemon/dockerd-dev
13:52:21 [2021-05-06T13:52:21.919Z] GOOS="" GOARCH="" GOARM=""
13:52:24 [2021-05-06T13:52:24.613Z] --- PASS: TestBuildSquashParent (13.13s)
13:52:24 [2021-05-06T13:52:24.613Z] === RUN   TestBuildWithRemoveAndForceRemove
13:52:24 [2021-05-06T13:52:24.613Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:52:24 [2021-05-06T13:52:24.613Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:52:24 [2021-05-06T13:52:24.613Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:52:24 [2021-05-06T13:52:24.613Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:52:24 [2021-05-06T13:52:24.613Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:52:24 [2021-05-06T13:52:24.613Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:52:24 [2021-05-06T13:52:24.613Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:52:24 [2021-05-06T13:52:24.613Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:52:24 [2021-05-06T13:52:24.613Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:52:24 [2021-05-06T13:52:24.613Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:52:24 [2021-05-06T13:52:24.613Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:52:24 [2021-05-06T13:52:24.613Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:52:24 [2021-05-06T13:52:24.613Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:52:24 [2021-05-06T13:52:24.613Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:52:24 [2021-05-06T13:52:24.969Z] INFO [loader] Go packages loading at mode 575 (types_sizes|exports_file|files|name|compiled_files|deps|imports) took 1m55.921438426s 
13:52:24 [2021-05-06T13:52:24.969Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 443.038586ms 
13:52:27 [2021-05-06T13:52:27.912Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:52:27 [2021-05-06T13:52:27.912Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:52:29 [2021-05-06T13:52:29.217Z] #56 229.5 + bin/containerd-stress
13:52:29 [2021-05-06T13:52:29.217Z] #56 231.3 + bin/containerd-shim
13:52:31 [2021-05-06T13:52:31.419Z] ok  	github.com/docker/docker/api/server	0.050s	coverage: 9.0% of statements
13:52:33 [2021-05-06T13:52:33.198Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:52:33 [2021-05-06T13:52:33.198Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:52:35 [2021-05-06T13:52:35.808Z] #56 237.9 + bin/containerd-shim-runc-v1
13:52:39 [2021-05-06T13:52:39.787Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
13:52:39 [2021-05-06T13:52:39.787Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (5.44s)
13:52:39 [2021-05-06T13:52:39.787Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (5.57s)
13:52:39 [2021-05-06T13:52:39.787Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (5.24s)
13:52:39 [2021-05-06T13:52:39.787Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.33s)
13:52:39 [2021-05-06T13:52:39.787Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.22s)
13:52:39 [2021-05-06T13:52:39.787Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (5.56s)
13:52:39 [2021-05-06T13:52:39.787Z] === RUN   TestBuildMultiStageCopy
13:52:39 [2021-05-06T13:52:39.787Z] === RUN   TestBuildMultiStageCopy/copy_to_root
13:52:40 [2021-05-06T13:52:40.013Z] #56 242.4 + bin/containerd-shim-runc-v2
13:52:40 [2021-05-06T13:52:40.956Z] #56 243.3 + binaries
13:52:40 [2021-05-06T13:52:40.956Z] #56 243.3 + install -D bin/containerd /build/containerd
13:52:40 [2021-05-06T13:52:40.956Z] #56 243.4 + install -D bin/containerd-shim /build/containerd-shim
13:52:40 [2021-05-06T13:52:40.956Z] #56 243.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
13:52:40 [2021-05-06T13:52:40.956Z] #56 243.4 + install -D bin/ctr /build/ctr
13:52:40 [2021-05-06T13:52:40.956Z] #56 DONE 243.7s
13:52:42 [2021-05-06T13:52:42.342Z] 
13:52:42 [2021-05-06T13:52:42.342Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
13:52:42 [2021-05-06T13:52:42.342Z] #57 sha256:c2a908f97292a0ebbb641b705b89d581b4a0fa677855e09b32cd277106a64f00
13:52:42 [2021-05-06T13:52:42.342Z] #57 DONE 0.2s
13:52:42 [2021-05-06T13:52:42.342Z] 
13:52:42 [2021-05-06T13:52:42.342Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
13:52:42 [2021-05-06T13:52:42.342Z] #61 sha256:20a3a3314d897f20313bce541f04feaf9a7aa96c0c16f6ba0014e05d7b603004
13:52:42 [2021-05-06T13:52:42.602Z] #61 DONE 0.1s
13:52:42 [2021-05-06T13:52:42.602Z] 
13:52:42 [2021-05-06T13:52:42.602Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
13:52:42 [2021-05-06T13:52:42.602Z] #66 sha256:6ce251609ab6e234ffd53c3c8a4cbcd522c584251112f766177d2840de8423bb
13:52:42 [2021-05-06T13:52:42.602Z] #66 DONE 0.2s
13:52:42 [2021-05-06T13:52:42.863Z] 
13:52:42 [2021-05-06T13:52:42.863Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
13:52:42 [2021-05-06T13:52:42.863Z] #68 sha256:2bc67db0003642930548fe797aebe4df27e947483a4d62b01e0a96bb80cb8e03
13:52:42 [2021-05-06T13:52:42.863Z] #68 DONE 0.1s
13:52:42 [2021-05-06T13:52:42.863Z] 
13:52:42 [2021-05-06T13:52:42.863Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
13:52:42 [2021-05-06T13:52:42.863Z] #69 sha256:d9f5dbd77592771678670101879484f1d9abee7b29747375cf51c81345337d24
13:52:42 [2021-05-06T13:52:42.863Z] #69 DONE 0.0s
13:52:42 [2021-05-06T13:52:42.863Z] 
13:52:42 [2021-05-06T13:52:42.863Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker
13:52:42 [2021-05-06T13:52:42.863Z] #70 sha256:e21456eeeb9782e1d6c7721de1959faeaa96c0857956e7893e471f5acf8f640e
13:52:43 [2021-05-06T13:52:43.091Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
13:52:43 [2021-05-06T13:52:43.091Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
13:52:43 [2021-05-06T13:52:43.663Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
13:52:44 [2021-05-06T13:52:44.235Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
13:52:45 [2021-05-06T13:52:45.178Z] --- PASS: TestBuildMultiStageCopy (6.35s)
13:52:45 [2021-05-06T13:52:45.178Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.82s)
13:52:45 [2021-05-06T13:52:45.178Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.63s)
13:52:45 [2021-05-06T13:52:45.178Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.58s)
13:52:45 [2021-05-06T13:52:45.178Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.59s)
13:52:45 [2021-05-06T13:52:45.178Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.73s)
13:52:45 [2021-05-06T13:52:45.178Z] === RUN   TestBuildMultiStageParentConfig
13:52:45 [2021-05-06T13:52:45.406Z] #70 DONE 2.3s
13:52:45 [2021-05-06T13:52:45.406Z] 
13:52:45 [2021-05-06T13:52:45.406Z] #71 exporting to image
13:52:45 [2021-05-06T13:52:45.406Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:52:45 [2021-05-06T13:52:45.406Z] #71 exporting layers
13:52:46 [2021-05-06T13:52:46.565Z] --- PASS: TestBuildMultiStageParentConfig (1.43s)
13:52:46 [2021-05-06T13:52:46.565Z] === RUN   TestBuildLabelWithTargets
13:52:48 [2021-05-06T13:52:48.481Z] --- PASS: TestBuildLabelWithTargets (2.18s)
13:52:48 [2021-05-06T13:52:48.481Z] === RUN   TestBuildWithEmptyLayers
13:52:49 [2021-05-06T13:52:49.868Z] --- PASS: TestBuildWithEmptyLayers (1.35s)
13:52:49 [2021-05-06T13:52:49.868Z] === RUN   TestBuildMultiStageOnBuild
13:52:51 [2021-05-06T13:52:51.992Z] #71 exporting layers 6.8s done
13:52:51 [2021-05-06T13:52:51.992Z] #71 writing image sha256:2bc982bb930e8b4b90c9ef02c5a63b600ebf4ee17e52a5db09eca812cbf1964e done
13:52:51 [2021-05-06T13:52:51.992Z] #71 naming to docker.io/library/docker:8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 done
13:52:51 [2021-05-06T13:52:51.992Z] #71 DONE 6.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
13:52:52 [2021-05-06T13:52:52.350Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42098/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 -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:8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 hack/make.sh dynbinary test-integration
13:52:53 [2021-05-06T13:52:53.734Z] 
13:52:53 [2021-05-06T13:52:53.734Z] Removing bundles/
13:52:53 [2021-05-06T13:52:53.734Z] 
13:52:53 [2021-05-06T13:52:53.734Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
13:52:53 [2021-05-06T13:52:53.734Z] Building: bundles/dynbinary-daemon/dockerd-dev
13:52:53 [2021-05-06T13:52:53.734Z] GOOS="" GOARCH="" GOARM=""
13:52:55 [2021-05-06T13:52:55.157Z] --- PASS: TestBuildMultiStageOnBuild (4.28s)
13:52:55 [2021-05-06T13:52:55.157Z] === RUN   TestBuildUncleanTarFilenames
13:52:56 [2021-05-06T13:52:56.097Z] --- PASS: TestBuildUncleanTarFilenames (1.84s)
13:52:56 [2021-05-06T13:52:56.097Z] === RUN   TestBuildMultiStageLayerLeak
13:52:58 [2021-05-06T13:52:58.007Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
13:52:58 [2021-05-06T13:52:58.007Z] Using test binary docker
13:52:58 [2021-05-06T13:52:58.007Z] +++ /etc/init.d/apparmor start
13:52:58 [2021-05-06T13:52:58.007Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
13:52:58 [2021-05-06T13:52:58.007Z] INFO: Waiting for daemon to start...
13:52:58 [2021-05-06T13:52:58.007Z] Starting dockerd
13:52:58 [2021-05-06T13:52:58.007Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true
13:52:59 [2021-05-06T13:52:59.209Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration)
13:52:59 [2021-05-06T13:52:59.209Z] Using test binary docker
13:52:59 [2021-05-06T13:52:59.209Z] +++ /etc/init.d/apparmor start
13:52:59 [2021-05-06T13:52:59.209Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
13:52:59 [2021-05-06T13:52:59.209Z] INFO: Waiting for daemon to start...
13:52:59 [2021-05-06T13:52:59.209Z] Starting dockerd
13:52:59 [2021-05-06T13:52:59.209Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true
13:52:59 [2021-05-06T13:52:59.783Z] .--- PASS: TestBuildMultiStageLayerLeak (3.81s)
13:52:59 [2021-05-06T13:52:59.783Z] === RUN   TestBuildWithHugeFile
13:53:00 [2021-05-06T13:53:00.355Z] 
13:53:00 [2021-05-06T13:53:00.355Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
13:53:00 [2021-05-06T13:53:00.355Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
13:53:00 [2021-05-06T13:53:00.355Z] Error: No such image: emptyfs
13:53:00 [2021-05-06T13:53:00.355Z] ++++ docker load
13:53:00 [2021-05-06T13:53:00.355Z] ++++ tar -cC bundles/test-integration/emptyfs .
13:53:00 [2021-05-06T13:53:00.616Z] Running integration-test (iteration 1)
13:53:00 [2021-05-06T13:53:00.616Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
13:53:00 [2021-05-06T13:53:00.616Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
13:53:00 [2021-05-06T13:53:00.616Z] ++ set -e
13:53:00 [2021-05-06T13:53:00.616Z] ++ '[' -n 0 ']'
13:53:00 [2021-05-06T13:53:00.616Z] ++ set -x
13:53:00 [2021-05-06T13:53:00.616Z] ++ 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)/'
13:53:01 [2021-05-06T13:53:01.187Z] 
13:53:01 [2021-05-06T13:53:01.187Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
13:53:01 [2021-05-06T13:53:01.187Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
13:53:01 [2021-05-06T13:53:01.448Z] Error: No such image: emptyfs
13:53:01 [2021-05-06T13:53:01.448Z] ++++ tar -cC bundles/test-integration/emptyfs .
13:53:01 [2021-05-06T13:53:01.448Z] ++++ docker load
13:53:02 [2021-05-06T13:53:02.019Z] Running integration-test (iteration 1)
13:53:02 [2021-05-06T13:53:02.019Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
13:53:02 [2021-05-06T13:53:02.019Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
13:53:02 [2021-05-06T13:53:02.019Z] ++ set -e
13:53:02 [2021-05-06T13:53:02.019Z] ++ '[' -n 0 ']'
13:53:02 [2021-05-06T13:53:02.019Z] ++ set -x
13:53:02 [2021-05-06T13:53:02.019Z] ++ 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)/'
13:53:27 [2021-05-06T13:53:27.717Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
13:53:27 [2021-05-06T13:53:27.717Z] ok  	github.com/docker/docker/api/server/httputils	0.042s	coverage: 14.7% of statements
13:53:27 [2021-05-06T13:53:27.717Z] ok  	github.com/docker/docker/api/server/middleware	0.050s	coverage: 37.7% of statements
13:53:27 [2021-05-06T13:53:27.717Z] ?   	github.com/docker/docker/api/server/router	[no test files]
13:53:27 [2021-05-06T13:53:27.717Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
13:53:27 [2021-05-06T13:53:27.717Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
13:53:27 [2021-05-06T13:53:27.717Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
13:53:27 [2021-05-06T13:53:27.717Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
13:53:27 [2021-05-06T13:53:27.717Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
13:53:27 [2021-05-06T13:53:27.717Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
13:53:27 [2021-05-06T13:53:27.717Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
13:53:27 [2021-05-06T13:53:27.717Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
13:53:28 [2021-05-06T13:53:28.662Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
13:53:28 [2021-05-06T13:53:28.662Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
13:53:28 [2021-05-06T13:53:28.662Z] ok  	github.com/docker/docker/api/types/strslice	0.028s	coverage: 90.0% of statements
13:53:28 [2021-05-06T13:53:28.927Z] ok  	github.com/docker/docker/api/server/router/swarm	0.012s	coverage: 5.7% of statements
13:53:28 [2021-05-06T13:53:28.927Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
13:53:28 [2021-05-06T13:53:28.927Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
13:53:28 [2021-05-06T13:53:28.927Z] ?   	github.com/docker/docker/api/types	[no test files]
13:53:28 [2021-05-06T13:53:28.927Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
13:53:28 [2021-05-06T13:53:28.927Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
13:53:28 [2021-05-06T13:53:28.927Z] ?   	github.com/docker/docker/api/types/container	[no test files]
13:53:28 [2021-05-06T13:53:28.927Z] ?   	github.com/docker/docker/api/types/events	[no test files]
13:53:28 [2021-05-06T13:53:28.927Z] ok  	github.com/docker/docker/api/types/filters	0.023s	coverage: 92.2% of statements
13:53:28 [2021-05-06T13:53:28.927Z] ?   	github.com/docker/docker/api/types/image	[no test files]
13:53:28 [2021-05-06T13:53:28.927Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
13:53:28 [2021-05-06T13:53:28.927Z] ?   	github.com/docker/docker/api/types/network	[no test files]
13:53:28 [2021-05-06T13:53:28.927Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
13:53:28 [2021-05-06T13:53:28.927Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
13:53:28 [2021-05-06T13:53:28.927Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
13:53:28 [2021-05-06T13:53:28.927Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
13:53:29 [2021-05-06T13:53:29.189Z] ok  	github.com/docker/docker/api/types/versions	0.021s	coverage: 75.0% of statements
13:53:29 [2021-05-06T13:53:29.189Z] ok  	github.com/docker/docker/api/types/time	0.020s	coverage: 100.0% of statements
13:53:29 [2021-05-06T13:53:29.189Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
13:53:29 [2021-05-06T13:53:29.189Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
13:53:29 [2021-05-06T13:53:29.189Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
13:53:29 [2021-05-06T13:53:29.189Z] ?   	github.com/docker/docker/builder	[no test files]
13:53:29 [2021-05-06T13:53:29.189Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
13:53:29 [2021-05-06T13:53:29.189Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
13:53:29 [2021-05-06T13:53:29.189Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
13:53:29 [2021-05-06T13:53:29.189Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
13:53:29 [2021-05-06T13:53:29.189Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
13:53:29 [2021-05-06T13:53:29.189Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
13:53:29 [2021-05-06T13:53:29.189Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
13:53:32 [2021-05-06T13:53:32.501Z] ok  	github.com/docker/docker/cli/debug	0.016s	coverage: 100.0% of statements
13:53:32 [2021-05-06T13:53:32.655Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m6.945289357s with top 10 stages: buildssa: 1m37.277176385s, goimports: 22.666117502s, unconvert: 12.806329922s, gosec: 10.656787707s, golint: 5.536619868s, misspell: 3.86442461s, ineffassign: 3.658126169s, inspect: 3.222641962s, vrp: 2.913335259s, ctrlflow: 2.047818844s 
13:53:33 [2021-05-06T13:53:33.076Z] ok  	github.com/docker/docker/builder/remotecontext	0.158s	coverage: 13.7% of statements
13:53:33 [2021-05-06T13:53:33.649Z] ok  	github.com/docker/docker/builder/dockerfile	0.416s	coverage: 48.5% of statements
13:53:33 [2021-05-06T13:53:33.649Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
13:53:35 [2021-05-06T13:53:35.568Z] ok  	github.com/docker/docker/builder/remotecontext/git	4.540s	coverage: 86.3% of statements
13:53:35 [2021-05-06T13:53:35.568Z] ?   	github.com/docker/docker/cli	[no test files]
13:53:35 [2021-05-06T13:53:35.568Z] ?   	github.com/docker/docker/cli/config	[no test files]
13:53:40 [2021-05-06T13:53:40.834Z] Loaded image: buildpack-deps:buster
13:53:40 [2021-05-06T13:53:40.834Z] Loaded image: busybox:latest
13:53:40 [2021-05-06T13:53:40.834Z] Loaded image: busybox:glibc
13:53:40 [2021-05-06T13:53:40.871Z] ok  	github.com/docker/docker/client	0.344s	coverage: 75.4% of statements
13:53:41 [2021-05-06T13:53:41.778Z] Loaded image: buildpack-deps:buster
13:53:42 [2021-05-06T13:53:42.039Z] Loaded image: busybox:latest
13:53:42 [2021-05-06T13:53:42.610Z] Loaded image: busybox:glibc
13:53:44 [2021-05-06T13:53:44.047Z] 4612f6d0b889: Pull complete
13:53:47 [2021-05-06T13:53:47.907Z] Loaded image: debian:bullseye
13:53:47 [2021-05-06T13:53:47.907Z] Loaded image: hello-world:latest
13:53:47 [2021-05-06T13:53:47.907Z] Loaded image: arm32v7/hello-world:latest
13:53:47 [2021-05-06T13:53:47.907Z] INFO: Testing against a local daemon
13:53:47 [2021-05-06T13:53:47.907Z] === RUN   TestDockerSuite
13:53:47 [2021-05-06T13:53:47.907Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
13:53:47 [2021-05-06T13:53:47.907Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
13:53:47 [2021-05-06T13:53:47.907Z] === RUN   TestDockerSuite/TestAPIErrorJSON
13:53:47 [2021-05-06T13:53:47.907Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
13:53:47 [2021-05-06T13:53:47.907Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
13:53:47 [2021-05-06T13:53:47.907Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
13:53:47 [2021-05-06T13:53:47.907Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
13:53:47 [2021-05-06T13:53:47.907Z] === RUN   TestDockerSuite/TestAPIImagesDelete
13:53:49 [2021-05-06T13:53:49.291Z] === RUN   TestDockerSuite/TestAPIImagesFilter
13:53:49 [2021-05-06T13:53:49.553Z] === RUN   TestDockerSuite/TestAPIImagesHistory
13:53:49 [2021-05-06T13:53:49.553Z] Loaded image: debian:bullseye
13:53:49 [2021-05-06T13:53:49.814Z] Loaded image: hello-world:latest
13:53:50 [2021-05-06T13:53:50.075Z] Loaded image: arm32v7/hello-world:latest
13:53:50 [2021-05-06T13:53:50.075Z] INFO: Testing against a local daemon
13:53:50 [2021-05-06T13:53:50.075Z] === RUN   TestDockerDaemonSuite
13:53:50 [2021-05-06T13:53:50.075Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
13:53:50 [2021-05-06T13:53:50.075Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
13:53:50 [2021-05-06T13:53:50.075Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
13:53:50 [2021-05-06T13:53:50.647Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
13:53:50 [2021-05-06T13:53:50.748Z] INFO [runner/unused/goanalysis] analyzers took 26.952631446s with top 10 stages: buildssa: 22.833294365s, U1000: 4.119337081s 
13:53:50 [2021-05-06T13:53:50.748Z] INFO [runner] Issues before processing: 2262, after processing: 0 
13:53:50 [2021-05-06T13:53:50.748Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1683/1683, path_prettifier: 1683/1683, skip_files: 1683/1683, nolint: 0/64, autogenerated_exclude: 1578/1683, identifier_marker: 1578/1578, exclude-rules: 64/1578, cgo: 1683/2262, skip_dirs: 1683/1683, exclude: 1578/1578 
13:53:50 [2021-05-06T13:53:50.748Z] INFO [runner] processing took 123.501236ms with stages: nolint: 52.136553ms, identifier_marker: 40.249121ms, path_prettifier: 12.860522ms, autogenerated_exclude: 6.809411ms, exclude-rules: 6.213666ms, skip_dirs: 3.592072ms, cgo: 893.013µs, filename_unadjuster: 741.068µs, max_same_issues: 1.682µs, uniq_by_line: 892ns, diff: 677ns, max_from_linter: 561ns, exclude: 474ns, source_code: 456ns, skip_files: 386ns, path_shortener: 383ns, max_per_file_from_linter: 299ns 
13:53:50 [2021-05-06T13:53:50.748Z] INFO [runner] linters took 1m35.315956684s with stages: goanalysis_metalinter: 1m16.875650235s, unused: 18.316208193s 
13:53:50 [2021-05-06T13:53:50.748Z] INFO File cache stats: 1456 entries of total size 6.8MiB 
13:53:50 [2021-05-06T13:53:50.907Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
13:53:50 [2021-05-06T13:53:50.907Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
13:53:51 [2021-05-06T13:53:51.683Z] INFO Memory: 1593 samples, avg is 245.8MB, max is 3364.1MB 
13:53:51 [2021-05-06T13:53:51.683Z] INFO Execution took 3m33.347358385s               
13:53:51 [2021-05-06T13:53:51.941Z] Congratulations! The shell scripts are properly formatted.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
13:53:52 [2021-05-06T13:53:52.852Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42098/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 hack/make.sh dynbinary-daemon test-docker-py
13:53:53 [2021-05-06T13:53:53.111Z] 
13:53:53 [2021-05-06T13:53:53.111Z] Removing bundles/
13:53:53 [2021-05-06T13:53:53.111Z] 
13:53:53 [2021-05-06T13:53:53.111Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
13:53:53 [2021-05-06T13:53:53.369Z] Building: bundles/dynbinary-daemon/dockerd-dev
13:53:53 [2021-05-06T13:53:53.369Z] GOOS="" GOARCH="" GOARM=""
13:53:54 [2021-05-06T13:53:54.208Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
13:53:54 [2021-05-06T13:53:54.469Z] === RUN   TestDockerSuite/TestAPINetworkFilter
13:53:54 [2021-05-06T13:53:54.469Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
13:53:54 [2021-05-06T13:53:54.469Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
13:53:57 [2021-05-06T13:53:57.767Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
13:53:58 [2021-05-06T13:53:58.028Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
13:53:58 [2021-05-06T13:53:58.327Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
13:53:58 [2021-05-06T13:53:58.328Z] 
13:53:58 [2021-05-06T13:53:58.328Z] ---> Making bundle: test-integration (in bundles/test-integration)
13:53:58 [2021-05-06T13:53:58.328Z] DOCKER_SYSTEMD=1
13:53:58 [2021-05-06T13:53:58.328Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:53:58 [2021-05-06T13:53:58.328Z] HOSTNAME=3e0bad51bd61
13:53:58 [2021-05-06T13:53:58.328Z] DEST=bundles/test-integration
13:53:58 [2021-05-06T13:53:58.328Z] PWD=/go/src/github.com/docker/docker
13:53:58 [2021-05-06T13:53:58.328Z] DOCKER_GITCOMMIT=8e7ce3d4e1a110efdae2c11e84fa09ece6de9463
13:53:58 [2021-05-06T13:53:58.328Z] container=docker
13:53:58 [2021-05-06T13:53:58.328Z] HOME=/root
13:53:58 [2021-05-06T13:53:58.328Z] LANG=C.UTF-8
13:53:58 [2021-05-06T13:53:58.328Z] INVOCATION_ID=7b8eb5a8277043379e02100ea2545714
13:53:58 [2021-05-06T13:53:58.328Z] GOLANG_VERSION=1.13.15
13:53:58 [2021-05-06T13:53:58.328Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:53:58 [2021-05-06T13:53:58.328Z] VALIDATE_BRANCH=master
13:53:58 [2021-05-06T13:53:58.328Z] TERM=xterm
13:53:58 [2021-05-06T13:53:58.328Z] DOCKER_PKG=github.com/docker/docker
13:53:58 [2021-05-06T13:53:58.328Z] SHLVL=3
13:53:58 [2021-05-06T13:53:58.328Z] TIMEOUT=120m
13:53:58 [2021-05-06T13:53:58.328Z] DOCKER_BUILDTAGS=apparmor seccomp journald
13:53:58 [2021-05-06T13:53:58.328Z] DOCKER_GRAPHDRIVER=overlay2
13:53:58 [2021-05-06T13:53:58.328Z] GO111MODULE=off
13:53:58 [2021-05-06T13:53:58.328Z] DOCKER_EXPERIMENTAL=1
13:53:58 [2021-05-06T13:53:58.328Z] TEST_SKIP_INTEGRATION_CLI=1
13:53:58 [2021-05-06T13:53:58.328Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:53:58 [2021-05-06T13:53:58.328Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:53:58 [2021-05-06T13:53:58.328Z] GOPATH=/go
13:53:58 [2021-05-06T13:53:58.328Z] PKG_CONFIG=pkg-config
13:53:58 [2021-05-06T13:53:58.328Z] _=/usr/bin/env
13:53:58 [2021-05-06T13:53:58.328Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
13:53:59 [2021-05-06T13:53:59.417Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
13:53:59 [2021-05-06T13:53:59.987Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
13:53:59 [2021-05-06T13:53:59.987Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
13:53:59 [2021-05-06T13:53:59.987Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
13:53:59 [2021-05-06T13:53:59.987Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
13:54:05 [2021-05-06T13:54:05.277Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
13:54:07 [2021-05-06T13:54:07.821Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
13:54:11 [2021-05-06T13:54:11.119Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
13:54:13 [2021-05-06T13:54:13.011Z] ok  	github.com/docker/docker/cmd/dockerd	0.127s	coverage: 29.1% of statements
13:54:13 [2021-05-06T13:54:13.011Z] ok  	github.com/docker/docker/container	0.152s	coverage: 34.7% of statements
13:54:13 [2021-05-06T13:54:13.011Z] ?   	github.com/docker/docker/container/stream	[no test files]
13:54:13 [2021-05-06T13:54:13.011Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
13:54:13 [2021-05-06T13:54:13.011Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
13:54:13 [2021-05-06T13:54:13.011Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
13:54:13 [2021-05-06T13:54:13.011Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.054s	coverage: 65.3% of statements
13:54:13 [2021-05-06T13:54:13.274Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.039s	coverage: 35.9% of statements
13:54:13 [2021-05-06T13:54:13.662Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
13:54:14 [2021-05-06T13:54:14.603Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
13:54:15 [2021-05-06T13:54:15.988Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
13:54:16 [2021-05-06T13:54:16.930Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
13:54:16 [2021-05-06T13:54:16.930Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
13:54:17 [2021-05-06T13:54:17.493Z] ok  	github.com/docker/docker/daemon/cluster	0.114s	coverage: 0.5% of statements
13:54:18 [2021-05-06T13:54:18.316Z] === RUN   TestDockerSuite/TestAttachAfterDetach
13:54:18 [2021-05-06T13:54:18.442Z] ok  	github.com/docker/docker/daemon/discovery	0.020s	coverage: 30.0% of statements
13:54:19 [2021-05-06T13:54:19.391Z] ok  	github.com/docker/docker/daemon/config	0.067s	coverage: 81.8% of statements
13:54:20 [2021-05-06T13:54:20.338Z] ok  	github.com/docker/docker/daemon/events	0.073s	coverage: 50.0% of statements
13:54:20 [2021-05-06T13:54:20.860Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
13:54:21 [2021-05-06T13:54:21.283Z] ok  	github.com/docker/docker/daemon/graphdriver	0.017s	coverage: 2.2% of statements
13:54:21 [2021-05-06T13:54:21.431Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
13:54:22 [2021-05-06T13:54:22.814Z] === RUN   TestDockerSuite/TestAttachDetach
13:54:24 [2021-05-06T13:54:24.726Z] === RUN   TestDockerSuite/TestAttachDisconnect
13:54:24 [2021-05-06T13:54:24.726Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
13:54:24 [2021-05-06T13:54:24.888Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
13:54:25 [2021-05-06T13:54:25.539Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.017s	coverage: 3.1% of statements
13:54:25 [2021-05-06T13:54:25.539Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	3.115s	coverage: 73.3% of statements
13:54:25 [2021-05-06T13:54:25.805Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.499s	coverage: 14.1% of statements
13:54:26 [2021-05-06T13:54:26.113Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
13:54:26 [2021-05-06T13:54:26.256Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
13:54:27 [2021-05-06T13:54:27.194Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.782s	coverage: 56.2% of statements
13:54:28 [2021-05-06T13:54:28.025Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
13:54:28 [2021-05-06T13:54:28.587Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.017s	coverage: 1.9% of statements
13:54:28 [2021-05-06T13:54:28.595Z] === RUN   TestDockerSuite/TestAttachPausedContainer
13:54:29 [2021-05-06T13:54:29.978Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
13:54:30 [2021-05-06T13:54:30.239Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
13:54:30 [2021-05-06T13:54:30.239Z] 
13:54:30 [2021-05-06T13:54:30.239Z] ---> Making bundle: test-integration (in bundles/test-integration)
13:54:30 [2021-05-06T13:54:30.239Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:54:30 [2021-05-06T13:54:30.239Z] HOSTNAME=33a5f975f11a
13:54:30 [2021-05-06T13:54:30.239Z] DEST=bundles/test-integration
13:54:30 [2021-05-06T13:54:30.239Z] PWD=/go/src/github.com/docker/docker
13:54:30 [2021-05-06T13:54:30.239Z] DOCKER_ROOTLESS=1
13:54:30 [2021-05-06T13:54:30.239Z] DOCKER_GITCOMMIT=8e7ce3d4e1a110efdae2c11e84fa09ece6de9463
13:54:30 [2021-05-06T13:54:30.239Z] container=docker
13:54:30 [2021-05-06T13:54:30.239Z] HOME=/root
13:54:30 [2021-05-06T13:54:30.239Z] GOLANG_VERSION=1.13.15
13:54:30 [2021-05-06T13:54:30.239Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:54:30 [2021-05-06T13:54:30.239Z] VALIDATE_BRANCH=master
13:54:30 [2021-05-06T13:54:30.239Z] TERM=xterm
13:54:30 [2021-05-06T13:54:30.239Z] DOCKER_PKG=github.com/docker/docker
13:54:30 [2021-05-06T13:54:30.239Z] SHLVL=1
13:54:30 [2021-05-06T13:54:30.239Z] TIMEOUT=120m
13:54:30 [2021-05-06T13:54:30.239Z] DOCKER_BUILDTAGS=apparmor seccomp journald
13:54:30 [2021-05-06T13:54:30.239Z] DOCKER_GRAPHDRIVER=overlay2
13:54:30 [2021-05-06T13:54:30.239Z] GO111MODULE=off
13:54:30 [2021-05-06T13:54:30.239Z] DOCKER_EXPERIMENTAL=1
13:54:30 [2021-05-06T13:54:30.239Z] TEST_SKIP_INTEGRATION_CLI=1
13:54:30 [2021-05-06T13:54:30.239Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:54:30 [2021-05-06T13:54:30.239Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:54:30 [2021-05-06T13:54:30.239Z] GOPATH=/go
13:54:30 [2021-05-06T13:54:30.239Z] PKG_CONFIG=pkg-config
13:54:30 [2021-05-06T13:54:30.239Z] _=/usr/bin/env
13:54:30 [2021-05-06T13:54:30.239Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
13:54:30 [2021-05-06T13:54:30.509Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.834s	coverage: 49.4% of statements
13:54:31 [2021-05-06T13:54:31.362Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
13:54:32 [2021-05-06T13:54:32.427Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	1.438s	coverage: 57.7% of statements
13:54:32 [2021-05-06T13:54:32.427Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	4.246s	coverage: 46.2% of statements
13:54:32 [2021-05-06T13:54:32.427Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.021s	coverage: 57.5% of statements
13:54:33 [2021-05-06T13:54:33.275Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
13:54:33 [2021-05-06T13:54:33.275Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
13:54:33 [2021-05-06T13:54:33.374Z] ok  	github.com/docker/docker/daemon/links	0.031s	coverage: 93.0% of statements
13:54:34 [2021-05-06T13:54:34.765Z] ok  	github.com/docker/docker/daemon	12.303s	coverage: 17.3% of statements
13:54:34 [2021-05-06T13:54:34.765Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
13:54:34 [2021-05-06T13:54:34.765Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
13:54:34 [2021-05-06T13:54:34.765Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
13:54:34 [2021-05-06T13:54:34.765Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
13:54:34 [2021-05-06T13:54:34.765Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
13:54:34 [2021-05-06T13:54:34.765Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
13:54:34 [2021-05-06T13:54:34.765Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
13:54:34 [2021-05-06T13:54:34.765Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.054s	coverage: 3.0% of statements
13:54:35 [2021-05-06T13:54:35.825Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
13:54:36 [2021-05-06T13:54:36.686Z] ok  	github.com/docker/docker/daemon/logger	0.259s	coverage: 43.2% of statements
13:54:36 [2021-05-06T13:54:36.686Z] ok  	github.com/docker/docker/daemon/images	0.054s	coverage: 6.7% of statements
13:54:36 [2021-05-06T13:54:36.686Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
13:54:36 [2021-05-06T13:54:36.686Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
13:54:36 [2021-05-06T13:54:36.948Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.046s	coverage: 67.0% of statements
13:54:37 [2021-05-06T13:54:37.740Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
13:54:37 [2021-05-06T13:54:37.898Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.378s	coverage: 77.8% of statements
13:54:37 [2021-05-06T13:54:37.898Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
13:54:37 [2021-05-06T13:54:37.898Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
13:54:37 [2021-05-06T13:54:37.898Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.025s	coverage: 87.2% of statements
13:54:38 [2021-05-06T13:54:38.001Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
13:54:38 [2021-05-06T13:54:38.160Z] ok  	github.com/docker/docker/daemon/logger/journald	0.026s	coverage: 23.9% of statements
13:54:38 [2021-05-06T13:54:38.735Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.018s	coverage: 69.9% of statements
13:54:39 [2021-05-06T13:54:39.387Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
13:54:39 [2021-05-06T13:54:39.387Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
13:54:39 [2021-05-06T13:54:39.648Z] --- PASS: TestBuildWithHugeFile (99.80s)
13:54:39 [2021-05-06T13:54:39.648Z] === RUN   TestBuildWCOWSandboxSize
13:54:39 [2021-05-06T13:54:39.648Z] --- SKIP: TestBuildWCOWSandboxSize (0.02s)
13:54:39 [2021-05-06T13:54:39.648Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
13:54:39 [2021-05-06T13:54:39.648Z] === RUN   TestBuildWithEmptyDockerfile
13:54:39 [2021-05-06T13:54:39.648Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
13:54:39 [2021-05-06T13:54:39.648Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
13:54:39 [2021-05-06T13:54:39.648Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:54:39 [2021-05-06T13:54:39.648Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:54:39 [2021-05-06T13:54:39.648Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:54:39 [2021-05-06T13:54:39.648Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:54:39 [2021-05-06T13:54:39.648Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
13:54:39 [2021-05-06T13:54:39.648Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:54:39 [2021-05-06T13:54:39.683Z] ok  	github.com/docker/docker/daemon/logger/local	0.061s	coverage: 75.2% of statements
13:54:39 [2021-05-06T13:54:39.683Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
13:54:39 [2021-05-06T13:54:39.909Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:54:40 [2021-05-06T13:54:40.169Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s)
13:54:40 [2021-05-06T13:54:40.169Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s)
13:54:40 [2021-05-06T13:54:40.169Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.31s)
13:54:40 [2021-05-06T13:54:40.169Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.16s)
13:54:40 [2021-05-06T13:54:40.169Z] === RUN   TestBuildPreserveOwnership
13:54:40 [2021-05-06T13:54:40.169Z] === RUN   TestBuildPreserveOwnership/copy_from
13:54:40 [2021-05-06T13:54:40.258Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.118s	coverage: 58.6% of statements
13:54:40 [2021-05-06T13:54:40.520Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.030s	coverage: 31.5% of statements
13:54:41 [2021-05-06T13:54:41.094Z] ok  	github.com/docker/docker/daemon/logger/templates	0.013s	coverage: 8.3% of statements
13:54:41 [2021-05-06T13:54:41.156Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
13:54:41 [2021-05-06T13:54:41.669Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.040s	coverage: 46.8% of statements
13:54:42 [2021-05-06T13:54:42.111Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
13:54:42 [2021-05-06T13:54:42.111Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
13:54:42 [2021-05-06T13:54:42.246Z] ok  	github.com/docker/docker/daemon/network	0.027s	coverage: 63.8% of statements
13:54:42 [2021-05-06T13:54:42.826Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.858s	coverage: 82.5% of statements
13:54:42 [2021-05-06T13:54:42.826Z] ?   	github.com/docker/docker/daemon/names	[no test files]
13:54:42 [2021-05-06T13:54:42.826Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
13:54:43 [2021-05-06T13:54:43.774Z] ok  	github.com/docker/docker/distribution/metadata	0.109s	coverage: 48.2% of statements
13:54:45 [2021-05-06T13:54:45.179Z] ok  	github.com/docker/docker/distribution	0.258s	coverage: 25.2% of statements
13:54:45 [2021-05-06T13:54:45.179Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
13:54:45 [2021-05-06T13:54:45.179Z] ok  	github.com/docker/docker/errdefs	0.015s	coverage: 53.1% of statements
13:54:45 [2021-05-06T13:54:45.605Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
13:54:45 [2021-05-06T13:54:45.753Z] ok  	github.com/docker/docker/image	0.076s	coverage: 86.6% of statements
13:54:46 [2021-05-06T13:54:46.015Z] ok  	github.com/docker/docker/distribution/xfer	1.695s	coverage: 85.1% of statements
13:54:46 [2021-05-06T13:54:46.015Z] ?   	github.com/docker/docker/dockerversion	[no test files]
13:54:46 [2021-05-06T13:54:46.277Z] ok  	github.com/docker/docker/image/cache	0.026s	coverage: 19.2% of statements
13:54:47 [2021-05-06T13:54:47.224Z] ok  	github.com/docker/docker/image/tarexport	0.036s	coverage: 0.6% of statements
13:54:47 [2021-05-06T13:54:47.224Z] ok  	github.com/docker/docker/libcontainerd/queue	0.054s	coverage: 100.0% of statements
13:54:47 [2021-05-06T13:54:47.224Z] ok  	github.com/docker/docker/image/v1	0.034s	coverage: 25.0% of statements
13:54:47 [2021-05-06T13:54:47.224Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
13:54:48 [2021-05-06T13:54:48.146Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
13:54:48 [2021-05-06T13:54:48.150Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
13:54:48 [2021-05-06T13:54:48.150Z] --- PASS: TestBuildPreserveOwnership (7.96s)
13:54:48 [2021-05-06T13:54:48.150Z]     --- PASS: TestBuildPreserveOwnership/copy_from (5.55s)
13:54:48 [2021-05-06T13:54:48.150Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.39s)
13:54:48 [2021-05-06T13:54:48.150Z] === RUN   TestBuildPlatformInvalid
13:54:48 [2021-05-06T13:54:48.150Z] --- PASS: TestBuildPlatformInvalid (0.18s)
13:54:48 [2021-05-06T13:54:48.150Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
13:54:49 [2021-05-06T13:54:49.145Z] ok  	github.com/docker/docker/opts	0.062s	coverage: 67.1% of statements
13:54:49 [2021-05-06T13:54:49.146Z] ok  	github.com/docker/docker/oci	0.047s	coverage: 45.2% of statements
13:54:49 [2021-05-06T13:54:49.146Z] ok  	github.com/docker/docker/pkg/aaparser	0.019s	coverage: 52.9% of statements
13:54:49 [2021-05-06T13:54:49.720Z] ok  	github.com/docker/docker/pkg/broadcaster	0.038s	coverage: 100.0% of statements
13:54:50 [2021-05-06T13:54:50.666Z] ok  	github.com/docker/docker/pkg/capabilities	0.015s	coverage: 87.5% of statements
13:54:52 [2021-05-06T13:54:52.054Z] ok  	github.com/docker/docker/pkg/authorization	1.378s	coverage: 68.3% of statements
13:54:52 [2021-05-06T13:54:52.316Z] ok  	github.com/docker/docker/pkg/archive	1.108s	coverage: 82.2% of statements
13:54:52 [2021-05-06T13:54:52.316Z] ok  	github.com/docker/docker/pkg/directory	0.011s	coverage: 80.0% of statements
13:54:52 [2021-05-06T13:54:52.888Z] ok  	github.com/docker/docker/pkg/discovery	0.012s	coverage: 58.3% of statements
13:54:53 [2021-05-06T13:54:53.150Z] ok  	github.com/docker/docker/pkg/discovery/file	0.015s	coverage: 97.6% of statements
13:54:53 [2021-05-06T13:54:53.723Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.010s	coverage: 92.3% of statements
13:54:54 [2021-05-06T13:54:54.295Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.013s	coverage: 93.8% of statements
13:54:54 [2021-05-06T13:54:54.732Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
13:54:54 [2021-05-06T13:54:54.867Z] ok  	github.com/docker/docker/pkg/dmesg	0.008s	coverage: 83.3% of statements
13:54:54 [2021-05-06T13:54:54.867Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.031s	coverage: 43.2% of statements
13:54:55 [2021-05-06T13:54:55.811Z] ok  	github.com/docker/docker/pkg/filenotify	0.611s	coverage: 67.0% of statements
13:54:55 [2021-05-06T13:54:55.811Z] ok  	github.com/docker/docker/pkg/fileutils	0.022s	coverage: 89.5% of statements
13:54:56 [2021-05-06T13:54:56.385Z] ok  	github.com/docker/docker/pkg/homedir	0.009s	coverage: 11.4% of statements
13:54:56 [2021-05-06T13:54:56.650Z] ok  	github.com/docker/docker/pkg/fsutils	0.266s	coverage: 85.1% of statements
13:54:56 [2021-05-06T13:54:56.830Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
13:54:56 [2021-05-06T13:54:56.830Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
13:54:57 [2021-05-06T13:54:57.224Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.107s	coverage: 84.1% of statements
13:54:57 [2021-05-06T13:54:57.224Z] ok  	github.com/docker/docker/layer	7.523s	coverage: 68.8% of statements
13:54:57 [2021-05-06T13:54:57.224Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
13:54:57 [2021-05-06T13:54:57.224Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
13:54:57 [2021-05-06T13:54:57.224Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
13:54:57 [2021-05-06T13:54:57.224Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
13:54:57 [2021-05-06T13:54:57.224Z] ?   	github.com/docker/docker/oci/caps	[no test files]
13:54:57 [2021-05-06T13:54:57.224Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
13:54:57 [2021-05-06T13:54:57.224Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
13:54:58 [2021-05-06T13:54:58.173Z] ok  	github.com/docker/docker/pkg/longpath	0.029s	coverage: 100.0% of statements
13:54:58 [2021-05-06T13:54:58.173Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.019s	coverage: 91.7% of statements
13:54:58 [2021-05-06T13:54:58.173Z] ok  	github.com/docker/docker/pkg/idtools	0.887s	coverage: 69.5% of statements
13:54:58 [2021-05-06T13:54:58.173Z] ok  	github.com/docker/docker/pkg/ioutils	0.664s	coverage: 69.3% of statements
13:54:58 [2021-05-06T13:54:58.173Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
13:54:58 [2021-05-06T13:54:58.173Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
13:54:58 [2021-05-06T13:54:58.173Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
13:54:58 [2021-05-06T13:54:58.435Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.025s	coverage: 85.7% of statements
13:54:58 [2021-05-06T13:54:58.435Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
13:54:58 [2021-05-06T13:54:58.697Z] ok  	github.com/docker/docker/pkg/parsers	0.021s	coverage: 97.0% of statements
13:54:58 [2021-05-06T13:54:58.937Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
13:54:58 [2021-05-06T13:54:58.960Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.037s	coverage: 60.0% of statements
13:54:59 [2021-05-06T13:54:59.222Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.028s	coverage: 86.7% of statements
13:54:59 [2021-05-06T13:54:59.222Z] ok  	github.com/docker/docker/pkg/pidfile	0.037s	coverage: 82.4% of statements
13:54:59 [2021-05-06T13:54:59.222Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
13:54:59 [2021-05-06T13:54:59.222Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
13:55:00 [2021-05-06T13:55:00.169Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.078s	coverage: 56.8% of statements
13:55:00 [2021-05-06T13:55:00.320Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
13:55:00 [2021-05-06T13:55:00.320Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
13:55:00 [2021-05-06T13:55:00.432Z] ok  	github.com/docker/docker/pkg/pools	0.010s	coverage: 88.2% of statements
13:55:00 [2021-05-06T13:55:00.432Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.013s	coverage: 85.7% of statements
13:55:00 [2021-05-06T13:55:00.694Z] ok  	github.com/docker/docker/pkg/progress	0.014s	coverage: 75.9% of statements
13:55:00 [2021-05-06T13:55:00.850Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
13:55:00 [2021-05-06T13:55:00.881Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
13:55:01 [2021-05-06T13:55:01.274Z] ok  	github.com/docker/docker/pkg/reexec	0.018s	coverage: 82.4% of statements
13:55:01 [2021-05-06T13:55:01.847Z] ok  	github.com/docker/docker/pkg/stdcopy	0.013s	coverage: 100.0% of statements
13:55:02 [2021-05-06T13:55:02.108Z] ok  	github.com/docker/docker/pkg/pubsub	1.076s	coverage: 75.0% of statements
13:55:02 [2021-05-06T13:55:02.245Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
13:55:02 [2021-05-06T13:55:02.501Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
13:55:02 [2021-05-06T13:55:02.681Z] ok  	github.com/docker/docker/pkg/streamformatter	0.011s	coverage: 66.2% of statements
13:55:02 [2021-05-06T13:55:02.681Z] ok  	github.com/docker/docker/pkg/stringid	0.010s	coverage: 70.6% of statements
13:55:03 [2021-05-06T13:55:03.625Z] ok  	github.com/docker/docker/pkg/sysinfo	0.017s	coverage: 54.9% of statements
13:55:03 [2021-05-06T13:55:03.625Z] ok  	github.com/docker/docker/pkg/system	0.014s	coverage: 36.9% of statements
13:55:04 [2021-05-06T13:55:04.198Z] ok  	github.com/docker/docker/pkg/tailfile	0.112s	coverage: 88.6% of statements
13:55:04 [2021-05-06T13:55:04.391Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
13:55:04 [2021-05-06T13:55:04.460Z] ok  	github.com/docker/docker/pkg/signal	2.865s	coverage: 61.0% of statements
13:55:04 [2021-05-06T13:55:04.722Z] ok  	github.com/docker/docker/pkg/tarsum	0.111s	coverage: 89.3% of statements
13:55:04 [2021-05-06T13:55:04.722Z] testing: warning: no tests to run
13:55:04 [2021-05-06T13:55:04.722Z] coverage: [no statements]
13:55:04 [2021-05-06T13:55:04.722Z] ok  	github.com/docker/docker/pkg/term/windows	0.013s	coverage: [no statements] [no tests to run]
13:55:05 [2021-05-06T13:55:05.058Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress
13:55:05 [2021-05-06T13:55:05.058Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress
13:55:05 [2021-05-06T13:55:05.295Z] ok  	github.com/docker/docker/pkg/truncindex	0.109s	coverage: 91.5% of statements
13:55:05 [2021-05-06T13:55:05.295Z] ok  	github.com/docker/docker/pkg/urlutil	0.011s	coverage: 100.0% of statements
13:55:05 [2021-05-06T13:55:05.295Z] ok  	github.com/docker/docker/pkg/useragent	0.010s	coverage: 88.9% of statements
13:55:05 [2021-05-06T13:55:05.630Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
13:55:06 [2021-05-06T13:55:06.756Z] ok  	github.com/docker/docker/plugin/v2	0.013s	coverage: 14.5% of statements
13:55:06 [2021-05-06T13:55:06.756Z] ok  	github.com/docker/docker/profiles/seccomp	0.021s	coverage: 85.4% of statements
13:55:07 [2021-05-06T13:55:07.700Z] ok  	github.com/docker/docker/reference	0.018s	coverage: 84.4% of statements
13:55:08 [2021-05-06T13:55:08.178Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
13:55:08 [2021-05-06T13:55:08.274Z] ok  	github.com/docker/docker/plugin	0.553s	coverage: 23.2% of statements
13:55:08 [2021-05-06T13:55:08.561Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
13:55:09 [2021-05-06T13:55:09.121Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
13:55:09 [2021-05-06T13:55:09.121Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
13:55:09 [2021-05-06T13:55:09.665Z] ok  	github.com/docker/docker/registry	0.177s	coverage: 58.8% of statements
13:55:09 [2021-05-06T13:55:09.665Z] ok  	github.com/docker/docker/quota	0.508s	coverage: 71.4% of statements
13:55:09 [2021-05-06T13:55:09.665Z] ok  	github.com/docker/docker/registry/resumable	0.040s	coverage: 100.0% of statements
13:55:09 [2021-05-06T13:55:09.691Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
13:55:10 [2021-05-06T13:55:10.238Z] ok  	github.com/docker/docker/restartmanager	0.018s	coverage: 45.3% of statements
13:55:10 [2021-05-06T13:55:10.451Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
13:55:10 [2021-05-06T13:55:10.500Z] ok  	github.com/docker/docker/testutil	0.015s	coverage: 62.5% of statements
13:55:11 [2021-05-06T13:55:11.074Z] ok  	github.com/docker/docker/runconfig	0.054s	coverage: 66.1% of statements
13:55:11 [2021-05-06T13:55:11.606Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
13:55:11 [2021-05-06T13:55:11.817Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
13:55:12 [2021-05-06T13:55:12.177Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
13:55:12 [2021-05-06T13:55:12.381Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
13:55:12 [2021-05-06T13:55:12.462Z] ok  	github.com/docker/docker/volume/drivers	0.022s	coverage: 36.1% of statements
13:55:13 [2021-05-06T13:55:13.120Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
13:55:13 [2021-05-06T13:55:13.691Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
13:55:13 [2021-05-06T13:55:13.852Z] ok  	github.com/docker/docker/volume/mounts	0.079s	coverage: 67.0% of statements
13:55:14 [2021-05-06T13:55:14.271Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
13:55:14 [2021-05-06T13:55:14.797Z] ok  	github.com/docker/docker/volume/local	0.195s	coverage: 76.4% of statements
13:55:14 [2021-05-06T13:55:14.819Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
13:55:15 [2021-05-06T13:55:15.201Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
13:55:15 [2021-05-06T13:55:15.367Z] ok  	github.com/docker/docker/volume/service	0.027s	coverage: 73.1% of statements
13:55:15 [2021-05-06T13:55:15.385Z] 
13:55:15 [2021-05-06T13:55:15.385Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
13:55:15 [2021-05-06T13:55:15.952Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
13:55:15 [2021-05-06T13:55:15.952Z] Using test binary docker
13:55:15 [2021-05-06T13:55:15.952Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
13:55:15 [2021-05-06T13:55:15.952Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
13:55:15 [2021-05-06T13:55:15.952Z] INFO: Waiting for daemon to start...
13:55:15 [2021-05-06T13:55:15.952Z] Starting dockerd
13:55:16 [2021-05-06T13:55:16.236Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
13:55:16 [2021-05-06T13:55:16.808Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
13:55:17 [2021-05-06T13:55:17.104Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
13:55:18 [2021-05-06T13:55:18.035Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
13:55:18 [2021-05-06T13:55:18.194Z] Loaded image: buildpack-deps:buster
13:55:18 [2021-05-06T13:55:18.454Z] Loaded image: busybox:latest
13:55:18 [2021-05-06T13:55:18.482Z] .
13:55:18 [2021-05-06T13:55:18.482Z] INFO: Building docker-sdk-python3:5.0.0...
13:55:18 [2021-05-06T13:55:18.714Z] Loaded image: busybox:glibc
13:55:18 [2021-05-06T13:55:18.803Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
13:55:19 [2021-05-06T13:55:19.285Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
13:55:19 [2021-05-06T13:55:19.405Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
13:55:20 [2021-05-06T13:55:20.227Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
13:55:20 [2021-05-06T13:55:20.771Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
13:55:20 [2021-05-06T13:55:20.771Z] Using test binary docker
13:55:20 [2021-05-06T13:55:20.771Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
13:55:20 [2021-05-06T13:55:20.771Z] Starting apparmor (via systemctl): apparmor.service.
13:55:20 [2021-05-06T13:55:20.771Z] Starting dockerd
13:55:20 [2021-05-06T13:55:20.771Z] INFO: Waiting for daemon to start...
13:55:20 [2021-05-06T13:55:20.799Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig
13:55:22 [2021-05-06T13:55:22.658Z] .
13:55:22 [2021-05-06T13:55:22.658Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
13:55:22 [2021-05-06T13:55:22.658Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
13:55:22 [2021-05-06T13:55:22.658Z] Error: No such image: emptyfs
13:55:22 [2021-05-06T13:55:22.914Z] Running integration-test (iteration 1)
13:55:22 [2021-05-06T13:55:22.914Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
13:55:23 [2021-05-06T13:55:23.343Z] === RUN   TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload
13:55:23 [2021-05-06T13:55:23.343Z] Loaded image: debian:bullseye
13:55:23 [2021-05-06T13:55:23.603Z] Loaded image: hello-world:latest
13:55:23 [2021-05-06T13:55:23.603Z] Loaded image: arm32v7/hello-world:latest
13:55:24 [2021-05-06T13:55:24.176Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
13:55:25 [2021-05-06T13:55:25.114Z] 399f118dfaa9: Pull complete
13:55:25 [2021-05-06T13:55:25.114Z] Digest: sha256:1bb6543a7fe87bb95d9adfa4c53ea3469c1c846ad63baf32729078062e8c1127
13:55:25 [2021-05-06T13:55:25.114Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
13:55:25 [2021-05-06T13:55:25.114Z] mcr.microsoft.com/windows/servercore:ltsc2019
13:55:25 [2021-05-06T13:55:25.114Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully
13:55:25 [2021-05-06T13:55:25.114Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore
13:55:25 [2021-05-06T13:55:25.114Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1879'
13:55:25 [2021-05-06T13:55:25.114Z] INFO: Docker version of control daemon
13:55:25 [2021-05-06T13:55:25.114Z] 
13:55:25 [2021-05-06T13:55:25.114Z] Client: Docker Engine - Enterprise
13:55:25 [2021-05-06T13:55:25.114Z]  Version:           19.03.12
13:55:25 [2021-05-06T13:55:25.114Z]  API version:       1.40
13:55:25 [2021-05-06T13:55:25.114Z]  Go version:        go1.13.13
13:55:25 [2021-05-06T13:55:25.114Z]  Git commit:        4306744
13:55:25 [2021-05-06T13:55:25.114Z]  Built:             08/05/2020 19:27:53
13:55:25 [2021-05-06T13:55:25.114Z]  OS/Arch:           windows/amd64
13:55:25 [2021-05-06T13:55:25.114Z]  Experimental:      false
13:55:25 [2021-05-06T13:55:25.114Z] 
13:55:25 [2021-05-06T13:55:25.114Z] Server: Docker Engine - Enterprise
13:55:25 [2021-05-06T13:55:25.114Z]  Engine:
13:55:25 [2021-05-06T13:55:25.114Z]   Version:          19.03.12
13:55:25 [2021-05-06T13:55:25.114Z]   API version:      1.40 (minimum version 1.24)
13:55:25 [2021-05-06T13:55:25.114Z]   Go version:       go1.13.13
13:55:25 [2021-05-06T13:55:25.114Z]   Git commit:       f295753ffd
13:55:25 [2021-05-06T13:55:25.114Z]   Built:            08/05/2020 19:26:41
13:55:25 [2021-05-06T13:55:25.114Z]   OS/Arch:          windows/amd64
13:55:25 [2021-05-06T13:55:25.114Z]   Experimental:     true
13:55:25 [2021-05-06T13:55:25.114Z] 
13:55:25 [2021-05-06T13:55:25.114Z] INFO: Docker info of control daemon
13:55:25 [2021-05-06T13:55:25.114Z] 
13:55:25 [2021-05-06T13:55:25.114Z] Client:
13:55:25 [2021-05-06T13:55:25.114Z]  Debug Mode: false
13:55:25 [2021-05-06T13:55:25.114Z]  Plugins:
13:55:25 [2021-05-06T13:55:25.114Z]   cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0)
13:55:25 [2021-05-06T13:55:25.114Z] 
13:55:25 [2021-05-06T13:55:25.114Z] Server:
13:55:25 [2021-05-06T13:55:25.114Z]  Containers: 0
13:55:25 [2021-05-06T13:55:25.114Z]   Running: 0
13:55:25 [2021-05-06T13:55:25.114Z]   Paused: 0
13:55:25 [2021-05-06T13:55:25.114Z]   Stopped: 0
13:55:25 [2021-05-06T13:55:25.114Z]  Images: 1
13:55:25 [2021-05-06T13:55:25.114Z]  Server Version: 19.03.12
13:55:25 [2021-05-06T13:55:25.114Z]  Storage Driver: windowsfilter (windows) lcow (linux)
13:55:25 [2021-05-06T13:55:25.114Z]   Windows: 
13:55:25 [2021-05-06T13:55:25.114Z]   LCOW: 
13:55:25 [2021-05-06T13:55:25.114Z]  Logging Driver: json-file
13:55:25 [2021-05-06T13:55:25.114Z]  Plugins:
13:55:25 [2021-05-06T13:55:25.114Z]   Volume: local
13:55:25 [2021-05-06T13:55:25.114Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
13:55:25 [2021-05-06T13:55:25.114Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
13:55:25 [2021-05-06T13:55:25.114Z]  Swarm: inactive
13:55:25 [2021-05-06T13:55:25.114Z]  Default Isolation: process
13:55:25 [2021-05-06T13:55:25.114Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
13:55:25 [2021-05-06T13:55:25.114Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757)
13:55:25 [2021-05-06T13:55:25.114Z]  OSType: windows
13:55:25 [2021-05-06T13:55:25.114Z]  Architecture: x86_64
13:55:25 [2021-05-06T13:55:25.114Z]  CPUs: 4
13:55:25 [2021-05-06T13:55:25.114Z]  Total Memory: 32GiB
13:55:25 [2021-05-06T13:55:25.114Z]  Name: azwin-2-869860
13:55:25 [2021-05-06T13:55:25.114Z]  ID: WN5Z:FHZS:DLL2:44FT:5VQE:5IBG:D3OX:ZQY2:XHHE:F6GE:ORMY:IJ6Q
13:55:25 [2021-05-06T13:55:25.114Z]  Docker Root Dir: D:\docker
13:55:25 [2021-05-06T13:55:25.114Z]  Debug Mode: false
13:55:25 [2021-05-06T13:55:25.114Z]  Registry: https://index.docker.io/v1/
13:55:25 [2021-05-06T13:55:25.114Z]  Labels:
13:55:25 [2021-05-06T13:55:25.114Z]  Experimental: true
13:55:25 [2021-05-06T13:55:25.114Z]  Insecure Registries:
13:55:25 [2021-05-06T13:55:25.114Z]   10.0.0.4:5000
13:55:25 [2021-05-06T13:55:25.114Z]   127.0.0.0/8
13:55:25 [2021-05-06T13:55:25.114Z]  Registry Mirrors:
13:55:25 [2021-05-06T13:55:25.114Z]   http://10.0.0.4:5000/
13:55:25 [2021-05-06T13:55:25.114Z]  Live Restore Enabled: false
13:55:25 [2021-05-06T13:55:25.114Z] 
13:55:25 [2021-05-06T13:55:25.114Z] 
13:55:25 [2021-05-06T13:55:25.114Z] INFO: Commit hash is 47dcc4db6f
13:55:25 [2021-05-06T13:55:25.114Z] INFO: Nuke-Everything...
13:55:25 [2021-05-06T13:55:25.114Z] INFO: Container count on control daemon to delete is 0
13:55:25 [2021-05-06T13:55:25.114Z] INFO: Nuking d:\CI
13:55:25 [2021-05-06T13:55:25.114Z] INFO: Zapped successfully
13:55:25 [2021-05-06T13:55:25.114Z] INFO: Location for testing is d:\CI\PR-42098\7
13:55:25 [2021-05-06T13:55:25.114Z] INFO: Validating GOLang consistency in Dockerfile.windows...
13:55:25 [2021-05-06T13:55:25.114Z] 
13:55:25 [2021-05-06T13:55:25.114Z] 
13:55:25 [2021-05-06T13:55:25.114Z] INFO: Building the image from Dockerfile.windows at 05/06/2021 13:55:13...
13:55:25 [2021-05-06T13:55:25.114Z] 
13:55:25 [2021-05-06T13:55:25.114Z] Sending build context to Docker daemon  58.22MB
13:55:25 [2021-05-06T13:55:25.114Z] 
13:55:25 [2021-05-06T13:55:25.114Z] Step 1/10 : FROM microsoft/windowsservercore
13:55:25 [2021-05-06T13:55:25.114Z]  ---> 152749f71f8f
13:55:25 [2021-05-06T13:55:25.114Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
13:55:25 [2021-05-06T13:55:25.114Z]  ---> Running in e415c604c2ed
13:55:25 [2021-05-06T13:55:25.114Z] Removing intermediate container e415c604c2ed
13:55:25 [2021-05-06T13:55:25.114Z]  ---> 8b05c4c2220a
13:55:25 [2021-05-06T13:55:25.114Z] Step 3/10 : ARG GO_VERSION=1.13.15
13:55:25 [2021-05-06T13:55:25.114Z]  ---> Running in 2904c7eeb89b
13:55:25 [2021-05-06T13:55:25.114Z] Removing intermediate container 2904c7eeb89b
13:55:25 [2021-05-06T13:55:25.114Z]  ---> 3066ec9d8127
13:55:25 [2021-05-06T13:55:25.114Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3
13:55:25 [2021-05-06T13:55:25.114Z]  ---> Running in a3b85b9d56ee
13:55:25 [2021-05-06T13:55:25.114Z] Removing intermediate container a3b85b9d56ee
13:55:25 [2021-05-06T13:55:25.114Z]  ---> 3a4bb017fe1a
13:55:25 [2021-05-06T13:55:25.114Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION}     GIT_VERSION=2.11.1     GOPATH=C:\gopath     GO111MODULE=off     FROM_DOCKERFILE=1     GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT}
13:55:25 [2021-05-06T13:55:25.114Z]  ---> Running in dbe7d3c6f08f
13:55:25 [2021-05-06T13:55:25.114Z] Removing intermediate container dbe7d3c6f08f
13:55:25 [2021-05-06T13:55:25.114Z]  ---> b43eff437d28
13:55:25 [2021-05-06T13:55:25.114Z] 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;
13:55:25 [2021-05-06T13:55:25.114Z]  ---> Running in 16d8dc5fe092
13:55:25 [2021-05-06T13:55:25.114Z] 
13:55:25 [2021-05-06T13:55:25.114Z] SUCCESS: Specified value was saved.
13:55:26 [2021-05-06T13:55:26.069Z] INFO: Downloading git...
13:55:27 [2021-05-06T13:55:27.585Z] INFO: Downloading go...
13:55:28 [2021-05-06T13:55:28.383Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
13:55:28 [2021-05-06T13:55:28.823Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
13:55:28 [2021-05-06T13:55:28.823Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
13:55:29 [2021-05-06T13:55:29.098Z] INFO: Downloading compiler 1 of 3...
13:55:29 [2021-05-06T13:55:29.548Z] INFO: Downloading compiler 2 of 3...
13:55:29 [2021-05-06T13:55:29.548Z] INFO: Downloading compiler 3 of 3...
13:55:29 [2021-05-06T13:55:29.548Z] INFO: Extracting git...
13:55:30 [2021-05-06T13:55:30.209Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
13:55:30 [2021-05-06T13:55:30.927Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
13:55:31 [2021-05-06T13:55:31.151Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
13:55:31 [2021-05-06T13:55:31.411Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
13:55:32 [2021-05-06T13:55:32.311Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
13:55:32 [2021-05-06T13:55:32.572Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
13:55:32 [2021-05-06T13:55:32.817Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
13:55:32 [2021-05-06T13:55:32.833Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (44.47s)
13:55:32 [2021-05-06T13:55:32.833Z] PASS
13:55:32 [2021-05-06T13:55:32.833Z] 
13:55:32 [2021-05-06T13:55:32.833Z] === Skipped
13:55:32 [2021-05-06T13:55:32.833Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
13:55:32 [2021-05-06T13:55:32.833Z]     build_session_test.go:25: TODO: BuildKit
13:55:32 [2021-05-06T13:55:32.833Z] 
13:55:32 [2021-05-06T13:55:32.833Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.02s)
13:55:32 [2021-05-06T13:55:32.833Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
13:55:32 [2021-05-06T13:55:32.833Z] 
13:55:32 [2021-05-06T13:55:32.833Z] 
13:55:32 [2021-05-06T13:55:32.833Z] DONE 34 tests, 2 skipped in 257.866s
13:55:32 [2021-05-06T13:55:32.833Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
13:55:32 [2021-05-06T13:55:32.833Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m
13:55:32 [2021-05-06T13:55:32.833Z] ++ set -e
13:55:32 [2021-05-06T13:55:32.833Z] ++ '[' -n 0 ']'
13:55:32 [2021-05-06T13:55:32.833Z] ++ set -x
13:55:32 [2021-05-06T13:55:32.833Z] ++ 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
13:55:33 [2021-05-06T13:55:33.095Z] INFO: Testing against a local daemon
13:55:33 [2021-05-06T13:55:33.095Z] === RUN   TestConfigInspect
13:55:33 [2021-05-06T13:55:33.355Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
13:55:34 [2021-05-06T13:55:34.297Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
13:55:35 [2021-05-06T13:55:35.083Z] Loaded image: buildpack-deps:buster
13:55:35 [2021-05-06T13:55:35.083Z] Loaded image: busybox:latest
13:55:35 [2021-05-06T13:55:35.239Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
13:55:35 [2021-05-06T13:55:35.339Z] Loaded image: busybox:glibc
13:55:36 [2021-05-06T13:55:36.183Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
13:55:36 [2021-05-06T13:55:36.183Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
13:55:36 [2021-05-06T13:55:36.446Z] --- PASS: TestConfigInspect (3.51s)
13:55:36 [2021-05-06T13:55:36.446Z] === RUN   TestConfigList
13:55:37 [2021-05-06T13:55:37.030Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
13:55:37 [2021-05-06T13:55:37.318Z] ok  	github.com/docker/docker/pkg/plugins	33.641s	coverage: 76.6% of statements
13:55:37 [2021-05-06T13:55:37.318Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
13:55:37 [2021-05-06T13:55:37.318Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
13:55:37 [2021-05-06T13:55:37.318Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
13:55:37 [2021-05-06T13:55:37.318Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
13:55:37 [2021-05-06T13:55:37.318Z] ?   	github.com/docker/docker/pkg/term	[no test files]
13:55:37 [2021-05-06T13:55:37.318Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
13:55:37 [2021-05-06T13:55:37.318Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
13:55:37 [2021-05-06T13:55:37.318Z] ?   	github.com/docker/docker/rootless	[no test files]
13:55:37 [2021-05-06T13:55:37.318Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
13:55:37 [2021-05-06T13:55:37.318Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
13:55:37 [2021-05-06T13:55:37.318Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
13:55:37 [2021-05-06T13:55:37.318Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
13:55:37 [2021-05-06T13:55:37.318Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
13:55:37 [2021-05-06T13:55:37.318Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
13:55:37 [2021-05-06T13:55:37.318Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
13:55:37 [2021-05-06T13:55:37.318Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
13:55:37 [2021-05-06T13:55:37.318Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
13:55:37 [2021-05-06T13:55:37.318Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
13:55:37 [2021-05-06T13:55:37.318Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
13:55:37 [2021-05-06T13:55:37.318Z] ?   	github.com/docker/docker/testutil/request	[no test files]
13:55:37 [2021-05-06T13:55:37.318Z] ?   	github.com/docker/docker/volume	[no test files]
13:55:37 [2021-05-06T13:55:37.318Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
13:55:37 [2021-05-06T13:55:37.318Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
13:55:37 [2021-05-06T13:55:37.318Z] 
13:55:37 [2021-05-06T13:55:37.318Z] === Skipped
13:55:37 [2021-05-06T13:55:37.318Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
13:55:37 [2021-05-06T13:55:37.318Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:55:37 [2021-05-06T13:55:37.318Z]     graphtest_unix.go:46: Driver btrfs not supported
13:55:37 [2021-05-06T13:55:37.318Z] 
13:55:37 [2021-05-06T13:55:37.318Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
13:55:37 [2021-05-06T13:55:37.318Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:55:37 [2021-05-06T13:55:37.318Z]     graphtest_unix.go:46: Driver btrfs not supported
13:55:37 [2021-05-06T13:55:37.318Z] 
13:55:37 [2021-05-06T13:55:37.318Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
13:55:37 [2021-05-06T13:55:37.318Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:55:37 [2021-05-06T13:55:37.318Z]     graphtest_unix.go:46: Driver btrfs not supported
13:55:37 [2021-05-06T13:55:37.318Z] 
13:55:37 [2021-05-06T13:55:37.318Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
13:55:37 [2021-05-06T13:55:37.318Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:55:37 [2021-05-06T13:55:37.318Z]     graphtest_unix.go:46: Driver btrfs not supported
13:55:37 [2021-05-06T13:55:37.318Z] 
13:55:37 [2021-05-06T13:55:37.318Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
13:55:37 [2021-05-06T13:55:37.318Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:55:37 [2021-05-06T13:55:37.318Z]     graphtest_unix.go:46: Driver btrfs not supported
13:55:37 [2021-05-06T13:55:37.318Z] 
13:55:37 [2021-05-06T13:55:37.318Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
13:55:37 [2021-05-06T13:55:37.318Z]     graphtest_unix.go:73: No driver to put!
13:55:37 [2021-05-06T13:55:37.318Z] 
13:55:37 [2021-05-06T13:55:37.318Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
13:55:37 [2021-05-06T13:55:37.318Z] time="2021-05-06T13:54:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:55:37 [2021-05-06T13:55:37.318Z]     graphtest_unix.go:44: graphdriver: driver not supported
13:55:37 [2021-05-06T13:55:37.318Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
13:55:37 [2021-05-06T13:55:37.318Z] 
13:55:37 [2021-05-06T13:55:37.318Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
13:55:37 [2021-05-06T13:55:37.318Z] time="2021-05-06T13:54:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:55:37 [2021-05-06T13:55:37.318Z]     graphtest_unix.go:44: graphdriver: driver not supported
13:55:37 [2021-05-06T13:55:37.318Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
13:55:37 [2021-05-06T13:55:37.318Z] 
13:55:37 [2021-05-06T13:55:37.318Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
13:55:37 [2021-05-06T13:55:37.318Z] time="2021-05-06T13:54:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:55:37 [2021-05-06T13:55:37.318Z]     graphtest_unix.go:44: graphdriver: driver not supported
13:55:37 [2021-05-06T13:55:37.318Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
13:55:37 [2021-05-06T13:55:37.318Z] 
13:55:37 [2021-05-06T13:55:37.318Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
13:55:37 [2021-05-06T13:55:37.318Z] time="2021-05-06T13:54:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:55:37 [2021-05-06T13:55:37.318Z]     graphtest_unix.go:44: graphdriver: driver not supported
13:55:37 [2021-05-06T13:55:37.318Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
13:55:37 [2021-05-06T13:55:37.318Z] 
13:55:37 [2021-05-06T13:55:37.318Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
13:55:37 [2021-05-06T13:55:37.318Z] time="2021-05-06T13:54:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:55:37 [2021-05-06T13:55:37.318Z]     graphtest_unix.go:44: graphdriver: driver not supported
13:55:37 [2021-05-06T13:55:37.318Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
13:55:37 [2021-05-06T13:55:37.318Z] 
13:55:37 [2021-05-06T13:55:37.318Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
13:55:37 [2021-05-06T13:55:37.318Z]     graphtest_unix.go:73: No driver to put!
13:55:37 [2021-05-06T13:55:37.318Z] 
13:55:37 [2021-05-06T13:55:37.318Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
13:55:37 [2021-05-06T13:55:37.318Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
13:55:37 [2021-05-06T13:55:37.318Z] 
13:55:37 [2021-05-06T13:55:37.318Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
13:55:37 [2021-05-06T13:55:37.318Z]     overlay_test.go:49: Fails to compute changes intermittently
13:55:37 [2021-05-06T13:55:37.318Z] 
13:55:37 [2021-05-06T13:55:37.318Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
13:55:37 [2021-05-06T13:55:37.318Z]     overlay_test.go:65: Cannot run test with naive change algorithm
13:55:37 [2021-05-06T13:55:37.318Z] 
13:55:37 [2021-05-06T13:55:37.318Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
13:55:37 [2021-05-06T13:55:37.318Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
13:55:37 [2021-05-06T13:55:37.319Z] 
13:55:37 [2021-05-06T13:55:37.319Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
13:55:37 [2021-05-06T13:55:37.319Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:55:37 [2021-05-06T13:55:37.319Z]     graphtest_unix.go:46: Driver zfs not supported
13:55:37 [2021-05-06T13:55:37.319Z] 
13:55:37 [2021-05-06T13:55:37.319Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
13:55:37 [2021-05-06T13:55:37.319Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:55:37 [2021-05-06T13:55:37.319Z]     graphtest_unix.go:46: Driver zfs not supported
13:55:37 [2021-05-06T13:55:37.319Z] 
13:55:37 [2021-05-06T13:55:37.319Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
13:55:37 [2021-05-06T13:55:37.319Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:55:37 [2021-05-06T13:55:37.319Z]     graphtest_unix.go:46: Driver zfs not supported
13:55:37 [2021-05-06T13:55:37.319Z] 
13:55:37 [2021-05-06T13:55:37.319Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
13:55:37 [2021-05-06T13:55:37.319Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:55:37 [2021-05-06T13:55:37.319Z]     graphtest_unix.go:46: Driver zfs not supported
13:55:37 [2021-05-06T13:55:37.319Z] 
13:55:37 [2021-05-06T13:55:37.319Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
13:55:37 [2021-05-06T13:55:37.319Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:55:37 [2021-05-06T13:55:37.319Z]     graphtest_unix.go:46: Driver zfs not supported
13:55:37 [2021-05-06T13:55:37.319Z] 
13:55:37 [2021-05-06T13:55:37.319Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
13:55:37 [2021-05-06T13:55:37.319Z]     graphtest_unix.go:73: No driver to put!
13:55:37 [2021-05-06T13:55:37.319Z] 
13:55:37 [2021-05-06T13:55:37.319Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
13:55:37 [2021-05-06T13:55:37.319Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
13:55:37 [2021-05-06T13:55:37.319Z] 
13:55:37 [2021-05-06T13:55:37.319Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
13:55:37 [2021-05-06T13:55:37.319Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
13:55:37 [2021-05-06T13:55:37.319Z] 
13:55:37 [2021-05-06T13:55:37.319Z] 
13:55:37 [2021-05-06T13:55:37.319Z] DONE 2254 tests, 24 skipped in 196.962s
Post stage
[Pipeline] junit
13:55:37 [2021-05-06T13:55:37.332Z] Recording test results
13:55:37 [2021-05-06T13:55:37.858Z] Loaded image: debian:bullseye
13:55:37 [2021-05-06T13:55:37.858Z] Loaded image: hello-world:latest
13:55:37 [2021-05-06T13:55:37.858Z] Loaded image: arm32v7/hello-world:latest
13:55:37 [2021-05-06T13:55:37.858Z] INFO: Testing against a local daemon
13:55:37 [2021-05-06T13:55:37.858Z] === RUN   TestCgroupNamespacesBuild
13:55:38 [2021-05-06T13:55:38.361Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
13:55:38 [2021-05-06T13:55:38.787Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
13:55:38 [2021-05-06T13:55:38.945Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
13:55:39 [2021-05-06T13:55:39.153Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42098/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 -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:8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 hack/make.sh dynbinary test-integration
13:55:40 [2021-05-06T13:55:40.101Z] 
13:55:40 [2021-05-06T13:55:40.101Z] Removing bundles/
13:55:40 [2021-05-06T13:55:40.101Z] 
13:55:40 [2021-05-06T13:55:40.101Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
13:55:40 [2021-05-06T13:55:40.101Z] Building: bundles/dynbinary-daemon/dockerd-dev
13:55:40 [2021-05-06T13:55:40.101Z] GOOS="" GOARCH="" GOARM=""
13:55:40 [2021-05-06T13:55:40.274Z] --- PASS: TestConfigList (3.62s)
13:55:40 [2021-05-06T13:55:40.274Z] === RUN   TestConfigsCreateAndDelete
13:55:40 [2021-05-06T13:55:40.274Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
13:55:40 [2021-05-06T13:55:40.331Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
13:55:40 [2021-05-06T13:55:40.591Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
13:55:41 [2021-05-06T13:55:41.134Z] --- PASS: TestCgroupNamespacesBuild (3.27s)
13:55:41 [2021-05-06T13:55:41.134Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
13:55:41 [2021-05-06T13:55:41.838Z] INFO: Expanding go...
13:55:41 [2021-05-06T13:55:41.977Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
13:55:42 [2021-05-06T13:55:42.818Z] === RUN   TestDockerSuite/TestBuildAddNonTar
13:55:43 [2021-05-06T13:55:43.031Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.73s)
13:55:43 [2021-05-06T13:55:43.031Z] === RUN   TestBuildWithSession
13:55:43 [2021-05-06T13:55:43.031Z] --- SKIP: TestBuildWithSession (0.00s)
13:55:43 [2021-05-06T13:55:43.031Z]     build_session_test.go:25: TODO: BuildKit
13:55:43 [2021-05-06T13:55:43.031Z] === RUN   TestBuildSquashParent
13:55:43 [2021-05-06T13:55:43.363Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
13:55:43 [2021-05-06T13:55:43.761Z] --- PASS: TestConfigsCreateAndDelete (3.50s)
13:55:43 [2021-05-06T13:55:43.761Z] === RUN   TestConfigsUpdate
13:55:44 [2021-05-06T13:55:44.022Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
13:55:44 [2021-05-06T13:55:44.637Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
13:55:44 [2021-05-06T13:55:44.949Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
13:55:45 [2021-05-06T13:55:45.894Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
13:55:46 [2021-05-06T13:55:46.837Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
13:55:47 [2021-05-06T13:55:47.427Z] --- PASS: TestConfigsUpdate (3.36s)
13:55:47 [2021-05-06T13:55:47.427Z] === RUN   TestTemplatedConfig
13:55:47 [2021-05-06T13:55:47.427Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
13:55:48 [2021-05-06T13:55:48.222Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
13:55:48 [2021-05-06T13:55:48.222Z] Using test binary docker
13:55:48 [2021-05-06T13:55:48.222Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
13:55:48 [2021-05-06T13:55:48.222Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
13:55:48 [2021-05-06T13:55:48.222Z] INFO: Waiting for daemon to start...
13:55:48 [2021-05-06T13:55:48.222Z] Starting dockerd
13:55:49 [2021-05-06T13:55:49.342Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
13:55:49 [2021-05-06T13:55:49.593Z] --- PASS: TestBuildSquashParent (6.20s)
13:55:49 [2021-05-06T13:55:49.593Z] === RUN   TestBuildWithRemoveAndForceRemove
13:55:49 [2021-05-06T13:55:49.593Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:55:49 [2021-05-06T13:55:49.593Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:55:49 [2021-05-06T13:55:49.593Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:55:49 [2021-05-06T13:55:49.593Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:55:49 [2021-05-06T13:55:49.593Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:55:49 [2021-05-06T13:55:49.593Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:55:49 [2021-05-06T13:55:49.593Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:55:49 [2021-05-06T13:55:49.593Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:55:49 [2021-05-06T13:55:49.593Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:55:49 [2021-05-06T13:55:49.593Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:55:49 [2021-05-06T13:55:49.593Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:55:49 [2021-05-06T13:55:49.593Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:55:49 [2021-05-06T13:55:49.594Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:55:49 [2021-05-06T13:55:49.594Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:55:50 [2021-05-06T13:55:50.135Z] .
13:55:50 [2021-05-06T13:55:50.135Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
13:55:50 [2021-05-06T13:55:50.135Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
13:55:50 [2021-05-06T13:55:50.135Z] Error: No such image: emptyfs
13:55:50 [2021-05-06T13:55:50.135Z] Running integration-test (iteration 1)
13:55:50 [2021-05-06T13:55:50.135Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
13:55:51 [2021-05-06T13:55:51.485Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:55:51 [2021-05-06T13:55:51.485Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:55:51 [2021-05-06T13:55:51.889Z] --- PASS: TestTemplatedConfig (4.63s)
13:55:51 [2021-05-06T13:55:51.889Z] === RUN   TestConfigCreateResolve
13:55:51 [2021-05-06T13:55:51.889Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
13:55:51 [2021-05-06T13:55:51.889Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
13:55:52 [2021-05-06T13:55:52.150Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
13:55:53 [2021-05-06T13:55:53.378Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:55:53 [2021-05-06T13:55:53.535Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
13:55:53 [2021-05-06T13:55:53.634Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:55:54 [2021-05-06T13:55:54.920Z] --- PASS: TestConfigCreateResolve (3.20s)
13:55:54 [2021-05-06T13:55:54.920Z] === RUN   TestConfigDaemonLibtrustID
13:55:54 [2021-05-06T13:55:54.920Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
13:55:55 [2021-05-06T13:55:55.181Z] === RUN   TestDockerSuite/TestBuildAddScript
13:55:55 [2021-05-06T13:55:55.753Z] --- PASS: TestConfigDaemonLibtrustID (1.02s)
13:55:55 [2021-05-06T13:55:55.753Z] PASS
13:55:55 [2021-05-06T13:55:55.753Z] 
13:55:55 [2021-05-06T13:55:55.753Z] DONE 7 tests in 22.982s
13:55:55 [2021-05-06T13:55:55.753Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
13:55:55 [2021-05-06T13:55:55.753Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m
13:55:55 [2021-05-06T13:55:55.753Z] ++ set -e
13:55:55 [2021-05-06T13:55:55.753Z] ++ '[' -n 0 ']'
13:55:55 [2021-05-06T13:55:55.753Z] ++ set -x
13:55:55 [2021-05-06T13:55:55.753Z] ++ 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
13:55:56 [2021-05-06T13:55:56.013Z] INFO: Testing against a local daemon
13:55:56 [2021-05-06T13:55:56.013Z] === RUN   TestCheckpoint
13:55:56 [2021-05-06T13:55:56.013Z] --- SKIP: TestCheckpoint (0.00s)
13:55:56 [2021-05-06T13:55:56.013Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:55:56 [2021-05-06T13:55:56.013Z] === RUN   TestContainerInvalidJSON
13:55:56 [2021-05-06T13:55:56.013Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
13:55:56 [2021-05-06T13:55:56.013Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
13:55:56 [2021-05-06T13:55:56.013Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
13:55:56 [2021-05-06T13:55:56.013Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
13:55:56 [2021-05-06T13:55:56.013Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
13:55:56 [2021-05-06T13:55:56.013Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
13:55:56 [2021-05-06T13:55:56.013Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
13:55:56 [2021-05-06T13:55:56.013Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
13:55:56 [2021-05-06T13:55:56.013Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
13:55:56 [2021-05-06T13:55:56.013Z] --- PASS: TestContainerInvalidJSON (0.02s)
13:55:56 [2021-05-06T13:55:56.013Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s)
13:55:56 [2021-05-06T13:55:56.013Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
13:55:56 [2021-05-06T13:55:56.013Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
13:55:56 [2021-05-06T13:55:56.013Z] === RUN   TestCopyFromContainerPathDoesNotExist
13:55:56 [2021-05-06T13:55:56.150Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
13:55:56 [2021-05-06T13:55:56.150Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.39s)
13:55:56 [2021-05-06T13:55:56.150Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.51s)
13:55:56 [2021-05-06T13:55:56.150Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.07s)
13:55:56 [2021-05-06T13:55:56.150Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.28s)
13:55:56 [2021-05-06T13:55:56.150Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.19s)
13:55:56 [2021-05-06T13:55:56.150Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.21s)
13:55:56 [2021-05-06T13:55:56.150Z] === RUN   TestBuildMultiStageCopy
13:55:56 [2021-05-06T13:55:56.150Z] === RUN   TestBuildMultiStageCopy/copy_to_root
13:55:56 [2021-05-06T13:55:56.274Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s)
13:55:56 [2021-05-06T13:55:56.274Z] === RUN   TestCopyFromContainerPathIsNotDir
13:55:56 [2021-05-06T13:55:56.274Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s)
13:55:56 [2021-05-06T13:55:56.274Z] === RUN   TestCopyToContainerPathDoesNotExist
13:55:56 [2021-05-06T13:55:56.274Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.10s)
13:55:56 [2021-05-06T13:55:56.274Z] === RUN   TestCopyToContainerPathIsNotDir
13:55:56 [2021-05-06T13:55:56.534Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s)
13:55:56 [2021-05-06T13:55:56.534Z] === RUN   TestCopyFromContainer
13:55:58 [2021-05-06T13:55:58.038Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
13:55:58 [2021-05-06T13:55:58.294Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
13:55:58 [2021-05-06T13:55:58.294Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
13:55:58 [2021-05-06T13:55:58.451Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
13:55:58 [2021-05-06T13:55:58.550Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
13:55:58 [2021-05-06T13:55:58.806Z] --- PASS: TestBuildMultiStageCopy (2.91s)
13:55:58 [2021-05-06T13:55:58.806Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.00s)
13:55:58 [2021-05-06T13:55:58.806Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.22s)
13:55:58 [2021-05-06T13:55:58.806Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s)
13:55:58 [2021-05-06T13:55:58.806Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.24s)
13:55:58 [2021-05-06T13:55:58.806Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s)
13:55:58 [2021-05-06T13:55:58.806Z] === RUN   TestBuildMultiStageParentConfig
13:55:59 [2021-05-06T13:55:59.022Z] === RUN   TestCopyFromContainer//
13:55:59 [2021-05-06T13:55:59.022Z] === RUN   TestCopyFromContainer//bar/root
13:55:59 [2021-05-06T13:55:59.022Z] === RUN   TestCopyFromContainer//bar/root/
13:55:59 [2021-05-06T13:55:59.284Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
13:55:59 [2021-05-06T13:55:59.284Z] === RUN   TestCopyFromContainer/bar/quux
13:55:59 [2021-05-06T13:55:59.284Z] === RUN   TestCopyFromContainer/bar/quux/
13:55:59 [2021-05-06T13:55:59.545Z] === RUN   TestCopyFromContainer/bar/quux/baz
13:55:59 [2021-05-06T13:55:59.734Z] --- PASS: TestBuildMultiStageParentConfig (0.63s)
13:55:59 [2021-05-06T13:55:59.734Z] === RUN   TestBuildLabelWithTargets
13:55:59 [2021-05-06T13:55:59.806Z] === RUN   TestCopyFromContainer/bar/filesymlink
13:55:59 [2021-05-06T13:55:59.806Z] === RUN   TestCopyFromContainer/bar/dirsymlink
13:56:00 [2021-05-06T13:56:00.067Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
13:56:00 [2021-05-06T13:56:00.328Z] === RUN   TestCopyFromContainer/bar/notarget
13:56:00 [2021-05-06T13:56:00.589Z] --- PASS: TestCopyFromContainer (4.05s)
13:56:00 [2021-05-06T13:56:00.589Z]     --- PASS: TestCopyFromContainer// (0.11s)
13:56:00 [2021-05-06T13:56:00.589Z]     --- PASS: TestCopyFromContainer//bar/root (0.13s)
13:56:00 [2021-05-06T13:56:00.589Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.14s)
13:56:00 [2021-05-06T13:56:00.589Z]     --- PASS: TestCopyFromContainer/bar/quux (0.12s)
13:56:00 [2021-05-06T13:56:00.589Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.21s)
13:56:00 [2021-05-06T13:56:00.589Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.17s)
13:56:00 [2021-05-06T13:56:00.589Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s)
13:56:00 [2021-05-06T13:56:00.589Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.15s)
13:56:00 [2021-05-06T13:56:00.589Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.20s)
13:56:00 [2021-05-06T13:56:00.589Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.19s)
13:56:00 [2021-05-06T13:56:00.589Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
13:56:00 [2021-05-06T13:56:00.589Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:56:00 [2021-05-06T13:56:00.589Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:56:00 [2021-05-06T13:56:00.589Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:56:00 [2021-05-06T13:56:00.589Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:56:00 [2021-05-06T13:56:00.589Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
13:56:00 [2021-05-06T13:56:00.589Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
13:56:00 [2021-05-06T13:56:00.589Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:56:00 [2021-05-06T13:56:00.589Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
13:56:00 [2021-05-06T13:56:00.589Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:56:00 [2021-05-06T13:56:00.589Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
13:56:00 [2021-05-06T13:56:00.589Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
13:56:00 [2021-05-06T13:56:00.589Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s)
13:56:00 [2021-05-06T13:56:00.589Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s)
13:56:00 [2021-05-06T13:56:00.590Z] === RUN   TestCreateLinkToNonExistingContainer
13:56:00 [2021-05-06T13:56:00.590Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s)
13:56:00 [2021-05-06T13:56:00.590Z] === RUN   TestCreateWithInvalidEnv
13:56:00 [2021-05-06T13:56:00.590Z] === RUN   TestCreateWithInvalidEnv/0
13:56:00 [2021-05-06T13:56:00.590Z] === PAUSE TestCreateWithInvalidEnv/0
13:56:00 [2021-05-06T13:56:00.590Z] === RUN   TestCreateWithInvalidEnv/1
13:56:00 [2021-05-06T13:56:00.590Z] === PAUSE TestCreateWithInvalidEnv/1
13:56:00 [2021-05-06T13:56:00.590Z] === RUN   TestCreateWithInvalidEnv/2
13:56:00 [2021-05-06T13:56:00.590Z] === PAUSE TestCreateWithInvalidEnv/2
13:56:00 [2021-05-06T13:56:00.590Z] === CONT  TestCreateWithInvalidEnv/0
13:56:00 [2021-05-06T13:56:00.590Z] === CONT  TestCreateWithInvalidEnv/2
13:56:00 [2021-05-06T13:56:00.590Z] === CONT  TestCreateWithInvalidEnv/1
13:56:00 [2021-05-06T13:56:00.590Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
13:56:00 [2021-05-06T13:56:00.590Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
13:56:00 [2021-05-06T13:56:00.590Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.01s)
13:56:00 [2021-05-06T13:56:00.590Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.01s)
13:56:00 [2021-05-06T13:56:00.590Z] === RUN   TestCreateTmpfsMountsTarget
13:56:00 [2021-05-06T13:56:00.590Z] --- PASS: TestCreateTmpfsMountsTarget (0.05s)
13:56:00 [2021-05-06T13:56:00.590Z] === RUN   TestCreateWithCustomMaskedPaths
13:56:00 [2021-05-06T13:56:00.662Z] --- PASS: TestBuildLabelWithTargets (0.99s)
13:56:00 [2021-05-06T13:56:00.662Z] === RUN   TestBuildWithEmptyLayers
13:56:00 [2021-05-06T13:56:00.918Z] --- PASS: TestBuildWithEmptyLayers (0.49s)
13:56:00 [2021-05-06T13:56:00.918Z] === RUN   TestBuildMultiStageOnBuild
13:56:01 [2021-05-06T13:56:01.532Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
13:56:02 [2021-05-06T13:56:02.983Z] INFO: Expanding compiler 1 of 3...
13:56:02 [2021-05-06T13:56:02.983Z] INFO: Expanding compiler 2 of 3...
13:56:03 [2021-05-06T13:56:03.433Z] --- PASS: TestBuildMultiStageOnBuild (2.13s)
13:56:03 [2021-05-06T13:56:03.433Z] === RUN   TestBuildUncleanTarFilenames
13:56:03 [2021-05-06T13:56:03.689Z] --- PASS: TestBuildUncleanTarFilenames (0.68s)
13:56:03 [2021-05-06T13:56:03.689Z] === RUN   TestBuildMultiStageLayerLeak
13:56:04 [2021-05-06T13:56:04.079Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
13:56:04 [2021-05-06T13:56:04.652Z] --- PASS: TestCreateWithCustomMaskedPaths (3.83s)
13:56:04 [2021-05-06T13:56:04.652Z] === RUN   TestCreateWithCustomReadonlyPaths
13:56:05 [2021-05-06T13:56:05.040Z] Loaded image: buildpack-deps:buster
13:56:05 [2021-05-06T13:56:05.040Z] Loaded image: busybox:latest
13:56:05 [2021-05-06T13:56:05.158Z] sha256:7241daa1b33d81e2578f333bd1982b3a1844312ba52b4fd5103d1b05afc487fa
13:56:05 [2021-05-06T13:56:05.158Z] INFO: Starting docker-py tests...
13:56:05 [2021-05-06T13:56:05.158Z] ============================= test session starts ==============================
13:56:05 [2021-05-06T13:56:05.158Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1
13:56:05 [2021-05-06T13:56:05.158Z] rootdir: /src, inifile: pytest.ini
13:56:05 [2021-05-06T13:56:05.158Z] plugins: timeout-1.3.3, cov-2.6.1
13:56:05 [2021-05-06T13:56:05.158Z] collected 390 items / 1 deselected / 389 selected
13:56:05 [2021-05-06T13:56:05.158Z] 
13:56:05 [2021-05-06T13:56:05.301Z] Loaded image: busybox:glibc
13:56:06 [2021-05-06T13:56:06.205Z] --- PASS: TestBuildMultiStageLayerLeak (2.23s)
13:56:06 [2021-05-06T13:56:06.205Z] === RUN   TestBuildWithHugeFile
13:56:06 [2021-05-06T13:56:06.675Z] INFO: Expanding compiler 3 of 3...
13:56:07 [2021-05-06T13:56:07.126Z] INFO: Removing downloaded files...
13:56:07 [2021-05-06T13:56:07.126Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ...
13:56:07 [2021-05-06T13:56:07.126Z] INFO: Configuring git core.autocrlf...
13:56:07 [2021-05-06T13:56:07.847Z] Loaded image: debian:bullseye
13:56:07 [2021-05-06T13:56:07.847Z] Loaded image: hello-world:latest
13:56:07 [2021-05-06T13:56:07.847Z] Loaded image: arm32v7/hello-world:latest
13:56:07 [2021-05-06T13:56:07.847Z] INFO: Testing against a local daemon
13:56:07 [2021-05-06T13:56:07.847Z] === RUN   TestCgroupNamespacesBuild
13:56:08 [2021-05-06T13:56:08.859Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.75s)
13:56:08 [2021-05-06T13:56:08.859Z] === RUN   TestCreateWithInvalidHealthcheckParams
13:56:08 [2021-05-06T13:56:08.859Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:56:08 [2021-05-06T13:56:08.859Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:56:08 [2021-05-06T13:56:08.859Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:56:08 [2021-05-06T13:56:08.859Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:56:08 [2021-05-06T13:56:08.859Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:56:08 [2021-05-06T13:56:08.859Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:56:08 [2021-05-06T13:56:08.859Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:56:08 [2021-05-06T13:56:08.859Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:56:08 [2021-05-06T13:56:08.859Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:56:08 [2021-05-06T13:56:08.859Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:56:08 [2021-05-06T13:56:08.859Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:56:08 [2021-05-06T13:56:08.859Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:56:08 [2021-05-06T13:56:08.859Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:56:08 [2021-05-06T13:56:08.859Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:56:08 [2021-05-06T13:56:08.859Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:56:08 [2021-05-06T13:56:08.859Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s)
13:56:08 [2021-05-06T13:56:08.859Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s)
13:56:08 [2021-05-06T13:56:08.859Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s)
13:56:08 [2021-05-06T13:56:08.859Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
13:56:08 [2021-05-06T13:56:08.859Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
13:56:08 [2021-05-06T13:56:08.859Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s)
13:56:08 [2021-05-06T13:56:08.859Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
13:56:09 [2021-05-06T13:56:09.801Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.28s)
13:56:09 [2021-05-06T13:56:09.801Z] === RUN   TestCreateDifferentPlatform
13:56:09 [2021-05-06T13:56:09.801Z] === RUN   TestCreateDifferentPlatform/different_os
13:56:09 [2021-05-06T13:56:09.801Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
13:56:09 [2021-05-06T13:56:09.801Z] --- PASS: TestCreateDifferentPlatform (0.02s)
13:56:09 [2021-05-06T13:56:09.801Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.01s)
13:56:09 [2021-05-06T13:56:09.801Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
13:56:09 [2021-05-06T13:56:09.801Z] === RUN   TestCreateVolumesFromNonExistingContainer
13:56:09 [2021-05-06T13:56:09.801Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s)
13:56:09 [2021-05-06T13:56:09.801Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
13:56:09 [2021-05-06T13:56:09.801Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s)
13:56:09 [2021-05-06T13:56:09.801Z] === RUN   TestContainerStartOnDaemonRestart
13:56:09 [2021-05-06T13:56:09.801Z] === PAUSE TestContainerStartOnDaemonRestart
13:56:09 [2021-05-06T13:56:09.801Z] === RUN   TestDaemonRestartIpcMode
13:56:09 [2021-05-06T13:56:09.801Z] === PAUSE TestDaemonRestartIpcMode
13:56:09 [2021-05-06T13:56:09.801Z] === RUN   TestDaemonHostGatewayIP
13:56:09 [2021-05-06T13:56:09.801Z] === PAUSE TestDaemonHostGatewayIP
13:56:09 [2021-05-06T13:56:09.801Z] === RUN   TestRestartDaemonWithRestartingContainer
13:56:09 [2021-05-06T13:56:09.801Z] === PAUSE TestRestartDaemonWithRestartingContainer
13:56:09 [2021-05-06T13:56:09.801Z] === RUN   TestContainerKillOnDaemonStart
13:56:09 [2021-05-06T13:56:09.801Z] === PAUSE TestContainerKillOnDaemonStart
13:56:09 [2021-05-06T13:56:09.801Z] === RUN   TestDiff
13:56:09 [2021-05-06T13:56:09.801Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
13:56:10 [2021-05-06T13:56:10.743Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
13:56:11 [2021-05-06T13:56:11.004Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
13:56:11 [2021-05-06T13:56:11.004Z] --- PASS: TestDiff (1.16s)
13:56:11 [2021-05-06T13:56:11.004Z] === RUN   TestExecWithCloseStdin
13:56:11 [2021-05-06T13:56:11.145Z] --- PASS: TestCgroupNamespacesBuild (2.96s)
13:56:11 [2021-05-06T13:56:11.145Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
13:56:12 [2021-05-06T13:56:12.918Z] --- PASS: TestExecWithCloseStdin (1.62s)
13:56:12 [2021-05-06T13:56:12.918Z] === RUN   TestExec
13:56:13 [2021-05-06T13:56:13.688Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.71s)
13:56:13 [2021-05-06T13:56:13.688Z] === RUN   TestBuildWithSession
13:56:13 [2021-05-06T13:56:13.688Z] --- SKIP: TestBuildWithSession (0.00s)
13:56:13 [2021-05-06T13:56:13.688Z]     build_session_test.go:25: TODO: BuildKit
13:56:13 [2021-05-06T13:56:13.688Z] === RUN   TestBuildSquashParent
13:56:14 [2021-05-06T13:56:14.303Z] --- PASS: TestExec (1.61s)
13:56:14 [2021-05-06T13:56:14.303Z] === RUN   TestExecUser
13:56:15 [2021-05-06T13:56:15.276Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
13:56:15 [2021-05-06T13:56:15.846Z] --- PASS: TestExecUser (1.77s)
13:56:15 [2021-05-06T13:56:15.846Z] === RUN   TestExportContainerAndImportImage
13:56:17 [2021-05-06T13:56:17.760Z] --- PASS: TestExportContainerAndImportImage (1.68s)
13:56:17 [2021-05-06T13:56:17.760Z] === RUN   TestExportContainerAfterDaemonRestart
13:56:17 [2021-05-06T13:56:17.760Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
13:56:21 [2021-05-06T13:56:21.059Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
13:56:21 [2021-05-06T13:56:21.059Z] --- PASS: TestExportContainerAfterDaemonRestart (2.99s)
13:56:21 [2021-05-06T13:56:21.059Z] === RUN   TestHealthCheckWorkdir
13:56:21 [2021-05-06T13:56:21.059Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
13:56:21 [2021-05-06T13:56:21.631Z] === RUN   TestDockerSuite/TestBuildAddTar
13:56:21 [2021-05-06T13:56:21.823Z] --- PASS: TestBuildSquashParent (7.75s)
13:56:21 [2021-05-06T13:56:21.823Z] === RUN   TestBuildWithRemoveAndForceRemove
13:56:21 [2021-05-06T13:56:21.823Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:56:21 [2021-05-06T13:56:21.823Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:56:21 [2021-05-06T13:56:21.823Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:56:21 [2021-05-06T13:56:21.823Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:56:21 [2021-05-06T13:56:21.823Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:56:21 [2021-05-06T13:56:21.823Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:56:21 [2021-05-06T13:56:21.823Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:56:21 [2021-05-06T13:56:21.823Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:56:21 [2021-05-06T13:56:21.823Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:56:21 [2021-05-06T13:56:21.823Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:56:21 [2021-05-06T13:56:21.823Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:56:21 [2021-05-06T13:56:21.823Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:56:21 [2021-05-06T13:56:21.823Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:56:21 [2021-05-06T13:56:21.823Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:56:23 [2021-05-06T13:56:23.017Z] --- PASS: TestHealthCheckWorkdir (2.40s)
13:56:23 [2021-05-06T13:56:23.017Z] === RUN   TestHealthKillContainer
13:56:24 [2021-05-06T13:56:24.365Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:56:24 [2021-05-06T13:56:24.365Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:56:25 [2021-05-06T13:56:25.748Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:56:26 [2021-05-06T13:56:26.316Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
13:56:26 [2021-05-06T13:56:26.890Z] --- PASS: TestHealthKillContainer (3.75s)
13:56:26 [2021-05-06T13:56:26.890Z] === RUN   TestInspectCpusetInConfigPre120
13:56:27 [2021-05-06T13:56:27.133Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:56:27 [2021-05-06T13:56:27.150Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
13:56:27 [2021-05-06T13:56:27.849Z] tests/integration/api_build_test.py .......................X             [  6%]
13:56:28 [2021-05-06T13:56:28.093Z] --- PASS: TestInspectCpusetInConfigPre120 (1.14s)
13:56:28 [2021-05-06T13:56:28.093Z] === RUN   TestIpcModeNone
13:56:28 [2021-05-06T13:56:28.093Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
13:56:28 [2021-05-06T13:56:28.354Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
13:56:28 [2021-05-06T13:56:28.416Z] tests/integration/api_client_test.py .....                               [  7%]
13:56:29 [2021-05-06T13:56:29.046Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
13:56:29 [2021-05-06T13:56:29.046Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.12s)
13:56:29 [2021-05-06T13:56:29.046Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.17s)
13:56:29 [2021-05-06T13:56:29.046Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.71s)
13:56:29 [2021-05-06T13:56:29.046Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.76s)
13:56:29 [2021-05-06T13:56:29.046Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.17s)
13:56:29 [2021-05-06T13:56:29.046Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.81s)
13:56:29 [2021-05-06T13:56:29.046Z] === RUN   TestBuildMultiStageCopy
13:56:29 [2021-05-06T13:56:29.046Z] === RUN   TestBuildMultiStageCopy/copy_to_root
13:56:29 [2021-05-06T13:56:29.739Z] --- PASS: TestIpcModeNone (1.65s)
13:56:29 [2021-05-06T13:56:29.739Z] === RUN   TestIpcModePrivate
13:56:30 [2021-05-06T13:56:30.357Z] tests/integration/api_config_test.py .....                               [  8%]
13:56:31 [2021-05-06T13:56:31.122Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
13:56:31 [2021-05-06T13:56:31.382Z] --- PASS: TestIpcModePrivate (1.89s)
13:56:31 [2021-05-06T13:56:31.382Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:97, shared: false, mustBeShared: false
13:56:31 [2021-05-06T13:56:31.382Z] === RUN   TestIpcModeShareable
13:56:32 [2021-05-06T13:56:32.325Z] === RUN   TestDockerSuite/TestBuildAddTarXz
13:56:32 [2021-05-06T13:56:32.342Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
13:56:33 [2021-05-06T13:56:33.267Z] --- PASS: TestIpcModeShareable (1.78s)
13:56:33 [2021-05-06T13:56:33.267Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:90, shared: true, mustBeShared: true
13:56:33 [2021-05-06T13:56:33.267Z] === RUN   TestAPIIpcModeShareableAndContainer
13:56:33 [2021-05-06T13:56:33.281Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
13:56:33 [2021-05-06T13:56:33.839Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
13:56:34 [2021-05-06T13:56:34.222Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
13:56:34 [2021-05-06T13:56:34.410Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
13:56:35 [2021-05-06T13:56:35.163Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
13:56:36 [2021-05-06T13:56:36.103Z] --- PASS: TestBuildMultiStageCopy (7.37s)
13:56:36 [2021-05-06T13:56:36.103Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.38s)
13:56:36 [2021-05-06T13:56:36.103Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
13:56:36 [2021-05-06T13:56:36.103Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s)
13:56:36 [2021-05-06T13:56:36.103Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s)
13:56:36 [2021-05-06T13:56:36.103Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s)
13:56:36 [2021-05-06T13:56:36.103Z] === RUN   TestBuildMultiStageParentConfig
13:56:36 [2021-05-06T13:56:36.329Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
13:56:36 [2021-05-06T13:56:36.596Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
13:56:39 [2021-05-06T13:56:39.144Z] --- PASS: TestAPIIpcModeShareableAndContainer (5.39s)
13:56:39 [2021-05-06T13:56:39.144Z] === RUN   TestAPIIpcModeHost
13:56:39 [2021-05-06T13:56:39.405Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
13:56:40 [2021-05-06T13:56:40.789Z] --- PASS: TestAPIIpcModeHost (2.20s)
13:56:40 [2021-05-06T13:56:40.789Z] === RUN   TestDaemonIpcModeShareable
13:56:41 [2021-05-06T13:56:41.385Z] --- PASS: TestBuildMultiStageParentConfig (5.00s)
13:56:41 [2021-05-06T13:56:41.385Z] === RUN   TestBuildLabelWithTargets
13:56:42 [2021-05-06T13:56:42.175Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
13:56:42 [2021-05-06T13:56:42.175Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
13:56:44 [2021-05-06T13:56:44.088Z] --- PASS: TestDaemonIpcModeShareable (3.00s)
13:56:44 [2021-05-06T13:56:44.088Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
13:56:44 [2021-05-06T13:56:44.088Z] === RUN   TestDaemonIpcModePrivate
13:56:45 [2021-05-06T13:56:45.029Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
13:56:46 [2021-05-06T13:56:46.944Z] --- PASS: TestDaemonIpcModePrivate (2.93s)
13:56:46 [2021-05-06T13:56:46.944Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false
13:56:46 [2021-05-06T13:56:46.944Z] === RUN   TestDaemonIpcModePrivateFromConfig
13:56:47 [2021-05-06T13:56:47.887Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
13:56:48 [2021-05-06T13:56:48.830Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
13:56:49 [2021-05-06T13:56:49.515Z] --- PASS: TestBuildLabelWithTargets (8.00s)
13:56:49 [2021-05-06T13:56:49.515Z] === RUN   TestBuildWithEmptyLayers
13:56:49 [2021-05-06T13:56:49.771Z] --- PASS: TestDaemonIpcModePrivateFromConfig (3.00s)
13:56:49 [2021-05-06T13:56:49.771Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:103, shared: false, mustBeShared: false
13:56:49 [2021-05-06T13:56:49.771Z] === RUN   TestDaemonIpcModeShareableFromConfig
13:56:51 [2021-05-06T13:56:51.682Z] === RUN   TestDockerSuite/TestBuildBlankName
13:56:51 [2021-05-06T13:56:51.682Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
13:56:52 [2021-05-06T13:56:52.058Z] --- PASS: TestBuildWithEmptyLayers (2.99s)
13:56:52 [2021-05-06T13:56:52.058Z] === RUN   TestBuildMultiStageOnBuild
13:56:52 [2021-05-06T13:56:52.254Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.45s)
13:56:52 [2021-05-06T13:56:52.254Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:100, shared: true, mustBeShared: true
13:56:52 [2021-05-06T13:56:52.254Z] === RUN   TestIpcModeOlderClient
13:56:52 [2021-05-06T13:56:52.254Z] === PAUSE TestIpcModeOlderClient
13:56:52 [2021-05-06T13:56:52.254Z] === RUN   TestKillContainerInvalidSignal
13:56:52 [2021-05-06T13:56:52.514Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
13:56:53 [2021-05-06T13:56:53.458Z] --- PASS: TestKillContainerInvalidSignal (1.13s)
13:56:53 [2021-05-06T13:56:53.458Z] === RUN   TestKillContainer
13:56:53 [2021-05-06T13:56:53.458Z] === RUN   TestKillContainer/no_signal
13:56:54 [2021-05-06T13:56:54.400Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
13:56:54 [2021-05-06T13:56:54.400Z] === RUN   TestKillContainer/non_killing_signal
13:56:55 [2021-05-06T13:56:55.343Z] === RUN   TestKillContainer/killing_signal
13:56:56 [2021-05-06T13:56:56.727Z] --- PASS: TestKillContainer (3.15s)
13:56:56 [2021-05-06T13:56:56.727Z]     --- PASS: TestKillContainer/no_signal (1.05s)
13:56:56 [2021-05-06T13:56:56.727Z]     --- PASS: TestKillContainer/non_killing_signal (0.86s)
13:56:56 [2021-05-06T13:56:56.727Z]     --- PASS: TestKillContainer/killing_signal (1.01s)
13:56:56 [2021-05-06T13:56:56.727Z] === RUN   TestKillWithStopSignalAndRestartPolicies
13:56:56 [2021-05-06T13:56:56.727Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
13:56:56 [2021-05-06T13:56:56.727Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
13:56:57 [2021-05-06T13:56:57.371Z] --- PASS: TestBuildMultiStageOnBuild (5.02s)
13:56:57 [2021-05-06T13:56:57.371Z] === RUN   TestBuildUncleanTarFilenames
13:56:57 [2021-05-06T13:56:57.670Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
13:56:57 [2021-05-06T13:56:57.956Z] --- PASS: TestBuildUncleanTarFilenames (0.72s)
13:56:57 [2021-05-06T13:56:57.956Z] === RUN   TestBuildMultiStageLayerLeak
13:56:58 [2021-05-06T13:56:58.241Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
13:56:58 [2021-05-06T13:56:58.502Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.96s)
13:56:58 [2021-05-06T13:56:58.502Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.98s)
13:56:58 [2021-05-06T13:56:58.502Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.77s)
13:56:58 [2021-05-06T13:56:58.502Z] === RUN   TestKillStoppedContainer
13:56:58 [2021-05-06T13:56:58.502Z] --- PASS: TestKillStoppedContainer (0.06s)
13:56:58 [2021-05-06T13:56:58.502Z] === RUN   TestKillStoppedContainerAPIPre120
13:56:58 [2021-05-06T13:56:58.502Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s)
13:56:58 [2021-05-06T13:56:58.502Z] === RUN   TestKillDifferentUserContainer
13:56:59 [2021-05-06T13:56:59.443Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
13:56:59 [2021-05-06T13:56:59.704Z] --- PASS: TestKillDifferentUserContainer (0.99s)
13:56:59 [2021-05-06T13:56:59.704Z] === RUN   TestInspectOomKilledTrue
13:56:59 [2021-05-06T13:56:59.704Z] --- SKIP: TestInspectOomKilledTrue (0.01s)
13:56:59 [2021-05-06T13:56:59.704Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
13:56:59 [2021-05-06T13:56:59.704Z] === RUN   TestInspectOomKilledFalse
13:56:59 [2021-05-06T13:56:59.704Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
13:56:59 [2021-05-06T13:56:59.704Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
13:56:59 [2021-05-06T13:56:59.704Z] === RUN   TestLinksEtcHostsContentMatch
13:57:01 [2021-05-06T13:57:01.641Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
13:57:01 [2021-05-06T13:57:01.641Z] 
13:57:01 [2021-05-06T13:57:01.641Z] ---> Making bundle: test-integration (in bundles/test-integration)
13:57:01 [2021-05-06T13:57:01.641Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:57:01 [2021-05-06T13:57:01.641Z] HOSTNAME=9c3c49eec7ac
13:57:01 [2021-05-06T13:57:01.641Z] TESTDEBUG=0
13:57:01 [2021-05-06T13:57:01.641Z] DEST=bundles/test-integration
13:57:01 [2021-05-06T13:57:01.641Z] PWD=/go/src/github.com/docker/docker
13:57:01 [2021-05-06T13:57:01.641Z] DOCKER_GITCOMMIT=8e7ce3d4e1a110efdae2c11e84fa09ece6de9463
13:57:01 [2021-05-06T13:57:01.641Z] container=docker
13:57:01 [2021-05-06T13:57:01.641Z] HOME=/root
13:57:01 [2021-05-06T13:57:01.641Z] GOLANG_VERSION=1.13.15
13:57:01 [2021-05-06T13:57:01.641Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:57:01 [2021-05-06T13:57:01.641Z] VALIDATE_BRANCH=master
13:57:01 [2021-05-06T13:57:01.641Z] TERM=xterm
13:57:01 [2021-05-06T13:57:01.641Z] DOCKER_PKG=github.com/docker/docker
13:57:01 [2021-05-06T13:57:01.641Z] SHLVL=1
13:57:01 [2021-05-06T13:57:01.641Z] TIMEOUT=120m
13:57:01 [2021-05-06T13:57:01.641Z] DOCKER_BUILDTAGS=apparmor seccomp journald
13:57:01 [2021-05-06T13:57:01.641Z] DOCKER_GRAPHDRIVER=overlay2
13:57:01 [2021-05-06T13:57:01.641Z] GO111MODULE=off
13:57:01 [2021-05-06T13:57:01.641Z] DOCKER_EXPERIMENTAL=1
13:57:01 [2021-05-06T13:57:01.641Z] TEST_SKIP_INTEGRATION_CLI=1
13:57:01 [2021-05-06T13:57:01.641Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:57:01 [2021-05-06T13:57:01.641Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:57:01 [2021-05-06T13:57:01.641Z] GOPATH=/go
13:57:01 [2021-05-06T13:57:01.641Z] PKG_CONFIG=pkg-config
13:57:01 [2021-05-06T13:57:01.641Z] _=/usr/bin/env
13:57:01 [2021-05-06T13:57:01.641Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
13:57:01 [2021-05-06T13:57:01.667Z] --- PASS: TestLinksEtcHostsContentMatch (1.70s)
13:57:01 [2021-05-06T13:57:01.667Z] === RUN   TestLinksContainerNames
13:57:01 [2021-05-06T13:57:01.667Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
13:57:02 [2021-05-06T13:57:02.158Z] --- PASS: TestBuildMultiStageLayerLeak (4.27s)
13:57:02 [2021-05-06T13:57:02.158Z] === RUN   TestBuildWithHugeFile
13:57:02 [2021-05-06T13:57:02.384Z] --- PASS: TestBuildWithHugeFile (53.83s)
13:57:02 [2021-05-06T13:57:02.384Z] === RUN   TestBuildWCOWSandboxSize
13:57:02 [2021-05-06T13:57:02.384Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
13:57:02 [2021-05-06T13:57:02.384Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
13:57:02 [2021-05-06T13:57:02.384Z] === RUN   TestBuildWithEmptyDockerfile
13:57:02 [2021-05-06T13:57:02.384Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
13:57:02 [2021-05-06T13:57:02.384Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
13:57:02 [2021-05-06T13:57:02.384Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:57:02 [2021-05-06T13:57:02.384Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:57:02 [2021-05-06T13:57:02.384Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:57:02 [2021-05-06T13:57:02.384Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:57:02 [2021-05-06T13:57:02.384Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
13:57:02 [2021-05-06T13:57:02.384Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:57:02 [2021-05-06T13:57:02.384Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:57:02 [2021-05-06T13:57:02.384Z] --- PASS: TestBuildWithEmptyDockerfile (0.12s)
13:57:02 [2021-05-06T13:57:02.384Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s)
13:57:02 [2021-05-06T13:57:02.384Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s)
13:57:02 [2021-05-06T13:57:02.384Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
13:57:02 [2021-05-06T13:57:02.384Z] === RUN   TestBuildPreserveOwnership
13:57:02 [2021-05-06T13:57:02.384Z] === RUN   TestBuildPreserveOwnership/copy_from
13:57:03 [2021-05-06T13:57:03.311Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
13:57:04 [2021-05-06T13:57:04.214Z] --- PASS: TestLinksContainerNames (2.46s)
13:57:04 [2021-05-06T13:57:04.214Z] === RUN   TestLogsFollowTailEmpty
13:57:04 [2021-05-06T13:57:04.785Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
13:57:05 [2021-05-06T13:57:05.046Z] --- PASS: TestLogsFollowTailEmpty (1.29s)
13:57:05 [2021-05-06T13:57:05.046Z] === RUN   TestContainerNetworkMountsNoChown
13:57:05 [2021-05-06T13:57:05.201Z] --- PASS: TestBuildPreserveOwnership (4.65s)
13:57:05 [2021-05-06T13:57:05.201Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.19s)
13:57:05 [2021-05-06T13:57:05.201Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.44s)
13:57:05 [2021-05-06T13:57:05.201Z] === RUN   TestBuildPlatformInvalid
13:57:05 [2021-05-06T13:57:05.201Z] --- PASS: TestBuildPlatformInvalid (0.08s)
13:57:05 [2021-05-06T13:57:05.201Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
13:57:06 [2021-05-06T13:57:06.437Z] --- PASS: TestContainerNetworkMountsNoChown (1.31s)
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/default
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/default
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/private
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/private
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/rprivate
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/rprivate
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/slave
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/slave
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/rslave
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/rslave
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/shared
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/shared
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/rshared
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/rshared
13:57:06 [2021-05-06T13:57:06.437Z] === CONT  TestMountDaemonRoot/default
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/default/bind_root
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/default/bind_root
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/default/bind_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/default/mount_root
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/default/mount_root
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/default/mount_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === CONT  TestMountDaemonRoot/default/bind_root
13:57:06 [2021-05-06T13:57:06.437Z] === CONT  TestMountDaemonRoot/rshared
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/rshared/mount_root
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/rshared/bind_root
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
13:57:06 [2021-05-06T13:57:06.437Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === CONT  TestMountDaemonRoot/shared
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/shared/bind_root
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/shared/bind_root
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/shared/mount_root
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/shared/mount_root
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === CONT  TestMountDaemonRoot/rslave
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/rslave/bind_root
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/rslave/mount_root
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === CONT  TestMountDaemonRoot/slave
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/slave/bind_root
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/slave/bind_root
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/slave/mount_root
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/slave/mount_root
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === CONT  TestMountDaemonRoot/rprivate
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === CONT  TestMountDaemonRoot/private
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/private/bind_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/private/mount_root
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/private/mount_root
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/private/mount_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === RUN   TestMountDaemonRoot/private/bind_root
13:57:06 [2021-05-06T13:57:06.437Z] === PAUSE TestMountDaemonRoot/private/bind_root
13:57:06 [2021-05-06T13:57:06.437Z] === CONT  TestMountDaemonRoot/default/mount_subpath
13:57:06 [2021-05-06T13:57:06.437Z] === CONT  TestMountDaemonRoot/default/mount_root
13:57:06 [2021-05-06T13:57:06.437Z] === CONT  TestMountDaemonRoot/default/bind_subpath
13:57:06 [2021-05-06T13:57:06.698Z] === CONT  TestMountDaemonRoot/rshared/bind_root
13:57:06 [2021-05-06T13:57:06.698Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
13:57:06 [2021-05-06T13:57:06.698Z] === CONT  TestMountDaemonRoot/rshared/mount_root
13:57:06 [2021-05-06T13:57:06.698Z] === CONT  TestMountDaemonRoot/shared/bind_root
13:57:06 [2021-05-06T13:57:06.698Z] === CONT  TestMountDaemonRoot/rslave/bind_root
13:57:06 [2021-05-06T13:57:06.698Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
13:57:06 [2021-05-06T13:57:06.698Z] === CONT  TestMountDaemonRoot/shared/mount_root
13:57:06 [2021-05-06T13:57:06.698Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
13:57:06 [2021-05-06T13:57:06.698Z] === CONT  TestMountDaemonRoot/slave/bind_root
13:57:06 [2021-05-06T13:57:06.698Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
13:57:06 [2021-05-06T13:57:06.698Z] === CONT  TestMountDaemonRoot/rslave/mount_root
13:57:06 [2021-05-06T13:57:06.958Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
13:57:06 [2021-05-06T13:57:06.958Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
13:57:06 [2021-05-06T13:57:06.958Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
13:57:06 [2021-05-06T13:57:06.958Z] === CONT  TestMountDaemonRoot/slave/mount_root
13:57:06 [2021-05-06T13:57:06.958Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
13:57:06 [2021-05-06T13:57:06.958Z] === CONT  TestMountDaemonRoot/private/bind_subpath
13:57:06 [2021-05-06T13:57:06.958Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
13:57:06 [2021-05-06T13:57:06.958Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
13:57:06 [2021-05-06T13:57:06.958Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
13:57:06 [2021-05-06T13:57:06.958Z] === CONT  TestMountDaemonRoot/private/bind_root
13:57:06 [2021-05-06T13:57:06.958Z] === CONT  TestMountDaemonRoot/private/mount_subpath
13:57:07 [2021-05-06T13:57:07.038Z] tests/integration/api_container_test.py ....x...........x............... [ 16%]
13:57:07 [2021-05-06T13:57:07.219Z] === CONT  TestMountDaemonRoot/private/mount_root
13:57:07 [2021-05-06T13:57:07.220Z] --- PASS: TestMountDaemonRoot (0.05s)
13:57:07 [2021-05-06T13:57:07.220Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.07s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.08s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
13:57:07 [2021-05-06T13:57:07.220Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s)
13:57:07 [2021-05-06T13:57:07.220Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s)
13:57:07 [2021-05-06T13:57:07.220Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s)
13:57:07 [2021-05-06T13:57:07.220Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
13:57:07 [2021-05-06T13:57:07.220Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
13:57:07 [2021-05-06T13:57:07.220Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.07s)
13:57:07 [2021-05-06T13:57:07.220Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
13:57:07 [2021-05-06T13:57:07.220Z] === RUN   TestContainerBindMountNonRecursive
13:57:07 [2021-05-06T13:57:07.792Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
13:57:08 [2021-05-06T13:57:08.733Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
13:57:10 [2021-05-06T13:57:10.646Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
13:57:10 [2021-05-06T13:57:10.646Z] --- PASS: TestContainerBindMountNonRecursive (3.63s)
13:57:10 [2021-05-06T13:57:10.646Z] === RUN   TestContainerVolumesMountedAsShared
13:57:11 [2021-05-06T13:57:11.586Z] --- PASS: TestContainerVolumesMountedAsShared (0.63s)
13:57:11 [2021-05-06T13:57:11.586Z] === RUN   TestContainerVolumesMountedAsSlave
13:57:11 [2021-05-06T13:57:11.890Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
13:57:12 [2021-05-06T13:57:12.833Z] --- PASS: TestContainerVolumesMountedAsSlave (1.43s)
13:57:12 [2021-05-06T13:57:12.833Z] === RUN   TestNetworkNat
13:57:14 [2021-05-06T13:57:14.218Z] --- PASS: TestNetworkNat (1.51s)
13:57:14 [2021-05-06T13:57:14.218Z] === RUN   TestNetworkLocalhostTCPNat
13:57:15 [2021-05-06T13:57:15.606Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
13:57:16 [2021-05-06T13:57:16.177Z] --- PASS: TestNetworkLocalhostTCPNat (1.81s)
13:57:16 [2021-05-06T13:57:16.177Z] === RUN   TestNetworkLoopbackNat
13:57:19 [2021-05-06T13:57:19.035Z] Removing intermediate container 16d8dc5fe092
13:57:19 [2021-05-06T13:57:19.036Z]  ---> 51de4d54feea
13:57:19 [2021-05-06T13:57:19.036Z] Step 7/10 : RUN   Function Build-GoTestSum() {     Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH";     $Env:GO111MODULE = 'on';     $tmpGobin = "${Env:GOBIN_TMP}";     $Env:GOBIN = """${Env:GOPATH}`\bin""";     &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}";     $Env:GOBIN = "${tmpGobin}";     $Env:GO111MODULE = 'off';     if ($LASTEXITCODE -ne 0) {        Throw '"gotestsum build failed..."';     }     Write-Host "INFO:     Build done for gotestsum...";   }     Build-GoTestSum
13:57:19 [2021-05-06T13:57:19.036Z]  ---> Running in fd2b62351b13
13:57:20 [2021-05-06T13:57:20.041Z] Loaded image: buildpack-deps:buster
13:57:20 [2021-05-06T13:57:20.041Z] Loaded image: busybox:latest
13:57:20 [2021-05-06T13:57:20.041Z] Loaded image: busybox:glibc
13:57:20 [2021-05-06T13:57:20.551Z] INFO: Building gotestsum version v0.5.3 in C:\gopath
13:57:20 [2021-05-06T13:57:20.551Z] go: finding gotest.tools v0.5.3
13:57:20 [2021-05-06T13:57:20.551Z] go: finding gotest.tools/gotestsum v0.5.3
13:57:20 [2021-05-06T13:57:20.968Z] Loaded image: debian:bullseye
13:57:20 [2021-05-06T13:57:20.968Z] Loaded image: hello-world:latest
13:57:20 [2021-05-06T13:57:20.968Z] Loaded image: arm32v7/hello-world:latest
13:57:21 [2021-05-06T13:57:21.002Z] go: downloading gotest.tools/gotestsum v0.5.3
13:57:21 [2021-05-06T13:57:21.002Z] go: extracting gotest.tools/gotestsum v0.5.3
13:57:21 [2021-05-06T13:57:21.002Z] go: downloading github.com/fatih/color v1.9.0
13:57:21 [2021-05-06T13:57:21.002Z] go: downloading github.com/spf13/pflag v1.0.3
13:57:21 [2021-05-06T13:57:21.002Z] go: downloading github.com/pkg/errors v0.9.1
13:57:21 [2021-05-06T13:57:21.002Z] go: extracting github.com/pkg/errors v0.9.1
13:57:21 [2021-05-06T13:57:21.002Z] go: extracting github.com/spf13/pflag v1.0.3
13:57:21 [2021-05-06T13:57:21.002Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:57:21 [2021-05-06T13:57:21.002Z] go: extracting github.com/fatih/color v1.9.0
13:57:21 [2021-05-06T13:57:21.453Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:57:21 [2021-05-06T13:57:21.453Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:57:21 [2021-05-06T13:57:21.453Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:57:21 [2021-05-06T13:57:21.453Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:57:21 [2021-05-06T13:57:21.453Z] go: downloading github.com/jonboulle/clockwork v0.1.0
13:57:21 [2021-05-06T13:57:21.453Z] go: downloading github.com/mattn/go-isatty v0.0.12
13:57:21 [2021-05-06T13:57:21.453Z] go: extracting github.com/mattn/go-isatty v0.0.12
13:57:21 [2021-05-06T13:57:21.453Z] go: extracting github.com/jonboulle/clockwork v0.1.0
13:57:21 [2021-05-06T13:57:21.453Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:57:21 [2021-05-06T13:57:21.453Z] go: downloading github.com/mattn/go-colorable v0.1.6
13:57:21 [2021-05-06T13:57:21.453Z] go: extracting github.com/mattn/go-colorable v0.1.6
13:57:21 [2021-05-06T13:57:21.453Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:57:21 [2021-05-06T13:57:21.453Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:57:21 [2021-05-06T13:57:21.467Z] --- PASS: TestNetworkLoopbackNat (4.57s)
13:57:21 [2021-05-06T13:57:21.467Z] === RUN   TestPause
13:57:21 [2021-05-06T13:57:21.904Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:57:21 [2021-05-06T13:57:21.904Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:57:22 [2021-05-06T13:57:22.409Z] --- PASS: TestPause (1.46s)
13:57:22 [2021-05-06T13:57:22.409Z] === RUN   TestPauseFailsOnWindowsServerContainers
13:57:22 [2021-05-06T13:57:22.409Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
13:57:22 [2021-05-06T13:57:22.409Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:57:22 [2021-05-06T13:57:22.409Z] === RUN   TestPauseStopPausedContainer
13:57:22 [2021-05-06T13:57:22.855Z] go: finding github.com/fatih/color v1.9.0
13:57:22 [2021-05-06T13:57:22.855Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:57:22 [2021-05-06T13:57:22.855Z] go: finding github.com/pkg/errors v0.9.1
13:57:22 [2021-05-06T13:57:22.855Z] go: finding github.com/spf13/pflag v1.0.3
13:57:22 [2021-05-06T13:57:22.856Z] go: finding github.com/mattn/go-colorable v0.1.6
13:57:22 [2021-05-06T13:57:22.856Z] go: finding github.com/mattn/go-isatty v0.0.12
13:57:22 [2021-05-06T13:57:22.856Z] go: finding github.com/jonboulle/clockwork v0.1.0
13:57:22 [2021-05-06T13:57:22.856Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:57:22 [2021-05-06T13:57:22.856Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:57:22 [2021-05-06T13:57:22.856Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:57:22 [2021-05-06T13:57:22.856Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:57:23 [2021-05-06T13:57:23.354Z] --- PASS: TestPauseStopPausedContainer (1.28s)
13:57:23 [2021-05-06T13:57:23.354Z] === RUN   TestPidHost
13:57:23 [2021-05-06T13:57:23.638Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
13:57:23 [2021-05-06T13:57:23.638Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
13:57:26 [2021-05-06T13:57:26.545Z] INFO: Build done for gotestsum...
13:57:27 [2021-05-06T13:57:27.582Z] --- PASS: TestPidHost (4.01s)
13:57:27 [2021-05-06T13:57:27.582Z] === RUN   TestPsFilter
13:57:27 [2021-05-06T13:57:27.582Z] --- PASS: TestPsFilter (0.20s)
13:57:27 [2021-05-06T13:57:27.582Z] === RUN   TestRemoveContainerWithRemovedVolume
13:57:29 [2021-05-06T13:57:29.051Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.77s)
13:57:29 [2021-05-06T13:57:29.051Z] PASS
13:57:29 [2021-05-06T13:57:29.051Z] 
13:57:29 [2021-05-06T13:57:29.051Z] === Skipped
13:57:29 [2021-05-06T13:57:29.051Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
13:57:29 [2021-05-06T13:57:29.051Z]     build_session_test.go:25: TODO: BuildKit
13:57:29 [2021-05-06T13:57:29.051Z] 
13:57:29 [2021-05-06T13:57:29.051Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
13:57:29 [2021-05-06T13:57:29.051Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
13:57:29 [2021-05-06T13:57:29.051Z] 
13:57:29 [2021-05-06T13:57:29.051Z] 
13:57:29 [2021-05-06T13:57:29.051Z] DONE 34 tests, 2 skipped in 125.860s
13:57:29 [2021-05-06T13:57:29.051Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
13:57:29 [2021-05-06T13:57:29.051Z] INFO: Testing against a local daemon
13:57:29 [2021-05-06T13:57:29.051Z] === RUN   TestConfigInspect
13:57:29 [2021-05-06T13:57:29.497Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.53s)
13:57:29 [2021-05-06T13:57:29.497Z] === RUN   TestRemoveContainerWithVolume
13:57:30 [2021-05-06T13:57:30.883Z] --- PASS: TestRemoveContainerWithVolume (1.46s)
13:57:30 [2021-05-06T13:57:30.883Z] === RUN   TestRemoveContainerRunning
13:57:31 [2021-05-06T13:57:31.564Z] --- PASS: TestConfigInspect (2.52s)
13:57:31 [2021-05-06T13:57:31.564Z] === RUN   TestConfigList
13:57:32 [2021-05-06T13:57:32.269Z] --- PASS: TestRemoveContainerRunning (1.44s)
13:57:32 [2021-05-06T13:57:32.269Z] === RUN   TestRemoveContainerForceRemoveRunning
13:57:33 [2021-05-06T13:57:33.656Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.68s)
13:57:33 [2021-05-06T13:57:33.656Z] === RUN   TestRemoveInvalidContainer
13:57:33 [2021-05-06T13:57:33.917Z] --- PASS: TestRemoveInvalidContainer (0.06s)
13:57:33 [2021-05-06T13:57:33.917Z] === RUN   TestRenameLinkedContainer
13:57:34 [2021-05-06T13:57:34.077Z] --- PASS: TestConfigList (2.53s)
13:57:34 [2021-05-06T13:57:34.077Z] === RUN   TestConfigsCreateAndDelete
13:57:34 [2021-05-06T13:57:34.859Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
13:57:36 [2021-05-06T13:57:36.634Z] --- PASS: TestConfigsCreateAndDelete (2.47s)
13:57:36 [2021-05-06T13:57:36.635Z] === RUN   TestConfigsUpdate
13:57:39 [2021-05-06T13:57:39.048Z] Removing intermediate container fd2b62351b13
13:57:39 [2021-05-06T13:57:39.048Z]  ---> 1ceafe866e4f
13:57:39 [2021-05-06T13:57:39.048Z] Step 8/10 : ENTRYPOINT ["powershell.exe"]
13:57:39 [2021-05-06T13:57:39.048Z]  ---> Running in bba443d5877e
13:57:39 [2021-05-06T13:57:39.048Z] Removing intermediate container bba443d5877e
13:57:39 [2021-05-06T13:57:39.048Z]  ---> 07409fdbe1a8
13:57:39 [2021-05-06T13:57:39.048Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker
13:57:39 [2021-05-06T13:57:39.048Z]  ---> Running in b42a39527249
13:57:39 [2021-05-06T13:57:39.067Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
13:57:39 [2021-05-06T13:57:39.171Z] --- PASS: TestConfigsUpdate (2.43s)
13:57:39 [2021-05-06T13:57:39.171Z] === RUN   TestTemplatedConfig
13:57:39 [2021-05-06T13:57:39.499Z] Removing intermediate container b42a39527249
13:57:39 [2021-05-06T13:57:39.499Z]  ---> dd7d46f7f794
13:57:39 [2021-05-06T13:57:39.499Z] Step 10/10 : COPY . .
13:57:39 [2021-05-06T13:57:39.638Z] --- PASS: TestRenameLinkedContainer (5.90s)
13:57:39 [2021-05-06T13:57:39.638Z] === RUN   TestRenameStoppedContainer
13:57:39 [2021-05-06T13:57:39.899Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
13:57:40 [2021-05-06T13:57:40.841Z] --- PASS: TestRenameStoppedContainer (1.14s)
13:57:40 [2021-05-06T13:57:40.841Z] === RUN   TestRenameRunningContainerAndReuse
13:57:41 [2021-05-06T13:57:41.769Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
13:57:42 [2021-05-06T13:57:42.435Z] --- PASS: TestTemplatedConfig (3.47s)
13:57:42 [2021-05-06T13:57:42.435Z] === RUN   TestConfigCreateResolve
13:57:42 [2021-05-06T13:57:42.753Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
13:57:43 [2021-05-06T13:57:43.013Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
13:57:43 [2021-05-06T13:57:43.585Z] --- PASS: TestRenameRunningContainerAndReuse (2.54s)
13:57:43 [2021-05-06T13:57:43.585Z] === RUN   TestRenameInvalidName
13:57:43 [2021-05-06T13:57:43.846Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
13:57:44 [2021-05-06T13:57:44.788Z] --- PASS: TestRenameInvalidName (1.18s)
13:57:44 [2021-05-06T13:57:44.788Z] === RUN   TestRenameAnonymousContainer
13:57:44 [2021-05-06T13:57:44.950Z] --- PASS: TestConfigCreateResolve (2.45s)
13:57:44 [2021-05-06T13:57:44.950Z] === RUN   TestConfigDaemonLibtrustID
13:57:45 [2021-05-06T13:57:45.206Z] --- PASS: TestConfigDaemonLibtrustID (0.66s)
13:57:45 [2021-05-06T13:57:45.206Z] PASS
13:57:45 [2021-05-06T13:57:45.206Z] 
13:57:45 [2021-05-06T13:57:45.206Z] DONE 7 tests in 16.558s
13:57:45 [2021-05-06T13:57:45.206Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
13:57:45 [2021-05-06T13:57:45.463Z] INFO: Testing against a local daemon
13:57:45 [2021-05-06T13:57:45.463Z] === RUN   TestCheckpoint
13:57:45 [2021-05-06T13:57:45.463Z] --- SKIP: TestCheckpoint (0.00s)
13:57:45 [2021-05-06T13:57:45.463Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:57:45 [2021-05-06T13:57:45.463Z] === RUN   TestContainerInvalidJSON
13:57:45 [2021-05-06T13:57:45.463Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
13:57:45 [2021-05-06T13:57:45.463Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
13:57:45 [2021-05-06T13:57:45.463Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
13:57:45 [2021-05-06T13:57:45.463Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
13:57:45 [2021-05-06T13:57:45.463Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
13:57:45 [2021-05-06T13:57:45.463Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
13:57:45 [2021-05-06T13:57:45.463Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
13:57:45 [2021-05-06T13:57:45.463Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
13:57:45 [2021-05-06T13:57:45.463Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
13:57:45 [2021-05-06T13:57:45.463Z] --- PASS: TestContainerInvalidJSON (0.01s)
13:57:45 [2021-05-06T13:57:45.463Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
13:57:45 [2021-05-06T13:57:45.463Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
13:57:45 [2021-05-06T13:57:45.463Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
13:57:45 [2021-05-06T13:57:45.463Z] === RUN   TestCopyFromContainerPathDoesNotExist
13:57:45 [2021-05-06T13:57:45.463Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
13:57:45 [2021-05-06T13:57:45.463Z] === RUN   TestCopyFromContainerPathIsNotDir
13:57:45 [2021-05-06T13:57:45.463Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s)
13:57:45 [2021-05-06T13:57:45.463Z] === RUN   TestCopyToContainerPathDoesNotExist
13:57:45 [2021-05-06T13:57:45.463Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
13:57:45 [2021-05-06T13:57:45.463Z] === RUN   TestCopyToContainerPathIsNotDir
13:57:45 [2021-05-06T13:57:45.720Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s)
13:57:45 [2021-05-06T13:57:45.720Z] === RUN   TestCopyFromContainer
13:57:45 [2021-05-06T13:57:45.730Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
13:57:45 [2021-05-06T13:57:45.990Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
13:57:47 [2021-05-06T13:57:47.088Z] === RUN   TestCopyFromContainer//
13:57:47 [2021-05-06T13:57:47.088Z] === RUN   TestCopyFromContainer//bar/root
13:57:47 [2021-05-06T13:57:47.088Z] === RUN   TestCopyFromContainer//bar/root/
13:57:47 [2021-05-06T13:57:47.088Z] === RUN   TestCopyFromContainer/bar/quux
13:57:47 [2021-05-06T13:57:47.344Z] === RUN   TestCopyFromContainer/bar/quux/
13:57:47 [2021-05-06T13:57:47.344Z] === RUN   TestCopyFromContainer/bar/quux/baz
13:57:47 [2021-05-06T13:57:47.344Z] === RUN   TestCopyFromContainer/bar/filesymlink
13:57:47 [2021-05-06T13:57:47.344Z] === RUN   TestCopyFromContainer/bar/dirsymlink
13:57:47 [2021-05-06T13:57:47.602Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
13:57:47 [2021-05-06T13:57:47.602Z] === RUN   TestCopyFromContainer/bar/notarget
13:57:47 [2021-05-06T13:57:47.602Z] --- PASS: TestCopyFromContainer (2.09s)
13:57:47 [2021-05-06T13:57:47.602Z]     --- PASS: TestCopyFromContainer// (0.08s)
13:57:47 [2021-05-06T13:57:47.602Z]     --- PASS: TestCopyFromContainer//bar/root (0.07s)
13:57:47 [2021-05-06T13:57:47.602Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.08s)
13:57:47 [2021-05-06T13:57:47.602Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
13:57:47 [2021-05-06T13:57:47.602Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
13:57:47 [2021-05-06T13:57:47.602Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s)
13:57:47 [2021-05-06T13:57:47.602Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
13:57:47 [2021-05-06T13:57:47.602Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
13:57:47 [2021-05-06T13:57:47.602Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
13:57:47 [2021-05-06T13:57:47.602Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
13:57:47 [2021-05-06T13:57:47.602Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
13:57:47 [2021-05-06T13:57:47.602Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:57:47 [2021-05-06T13:57:47.602Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:57:47 [2021-05-06T13:57:47.602Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:57:47 [2021-05-06T13:57:47.602Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:57:47 [2021-05-06T13:57:47.602Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
13:57:47 [2021-05-06T13:57:47.602Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
13:57:47 [2021-05-06T13:57:47.602Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:57:47 [2021-05-06T13:57:47.602Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
13:57:47 [2021-05-06T13:57:47.602Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:57:47 [2021-05-06T13:57:47.602Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
13:57:47 [2021-05-06T13:57:47.602Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
13:57:47 [2021-05-06T13:57:47.602Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
13:57:47 [2021-05-06T13:57:47.602Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
13:57:47 [2021-05-06T13:57:47.602Z] === RUN   TestCreateLinkToNonExistingContainer
13:57:47 [2021-05-06T13:57:47.858Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
13:57:47 [2021-05-06T13:57:47.858Z] === RUN   TestCreateWithInvalidEnv
13:57:47 [2021-05-06T13:57:47.858Z] === RUN   TestCreateWithInvalidEnv/0
13:57:47 [2021-05-06T13:57:47.858Z] === PAUSE TestCreateWithInvalidEnv/0
13:57:47 [2021-05-06T13:57:47.858Z] === RUN   TestCreateWithInvalidEnv/1
13:57:47 [2021-05-06T13:57:47.858Z] === PAUSE TestCreateWithInvalidEnv/1
13:57:47 [2021-05-06T13:57:47.858Z] === RUN   TestCreateWithInvalidEnv/2
13:57:47 [2021-05-06T13:57:47.858Z] === PAUSE TestCreateWithInvalidEnv/2
13:57:47 [2021-05-06T13:57:47.858Z] === CONT  TestCreateWithInvalidEnv/0
13:57:47 [2021-05-06T13:57:47.858Z] === CONT  TestCreateWithInvalidEnv/2
13:57:47 [2021-05-06T13:57:47.858Z] === CONT  TestCreateWithInvalidEnv/1
13:57:47 [2021-05-06T13:57:47.858Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
13:57:47 [2021-05-06T13:57:47.858Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
13:57:47 [2021-05-06T13:57:47.858Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
13:57:47 [2021-05-06T13:57:47.858Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
13:57:47 [2021-05-06T13:57:47.858Z] === RUN   TestCreateTmpfsMountsTarget
13:57:47 [2021-05-06T13:57:47.858Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
13:57:47 [2021-05-06T13:57:47.858Z] === RUN   TestCreateWithCustomMaskedPaths
13:57:49 [2021-05-06T13:57:49.290Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
13:57:49 [2021-05-06T13:57:49.862Z] --- PASS: TestRenameAnonymousContainer (5.23s)
13:57:49 [2021-05-06T13:57:49.862Z] === RUN   TestRenameContainerWithSameName
13:57:49 [2021-05-06T13:57:49.920Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
13:57:50 [2021-05-06T13:57:50.475Z] --- PASS: TestCreateWithCustomMaskedPaths (2.43s)
13:57:50 [2021-05-06T13:57:50.475Z] === RUN   TestCreateWithCustomReadonlyPaths
13:57:50 [2021-05-06T13:57:50.863Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
13:57:51 [2021-05-06T13:57:51.378Z] --- PASS: TestRenameContainerWithSameName (1.35s)
13:57:51 [2021-05-06T13:57:51.378Z] === RUN   TestRenameContainerWithLinkedContainer
13:57:52 [2021-05-06T13:57:52.251Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
13:57:52 [2021-05-06T13:57:52.995Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.40s)
13:57:52 [2021-05-06T13:57:52.995Z] === RUN   TestCreateWithInvalidHealthcheckParams
13:57:52 [2021-05-06T13:57:52.995Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:57:52 [2021-05-06T13:57:52.995Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:57:52 [2021-05-06T13:57:52.995Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:57:52 [2021-05-06T13:57:52.995Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:57:52 [2021-05-06T13:57:52.995Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:57:52 [2021-05-06T13:57:52.995Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:57:52 [2021-05-06T13:57:52.995Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:57:52 [2021-05-06T13:57:52.995Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:57:52 [2021-05-06T13:57:52.995Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:57:52 [2021-05-06T13:57:52.995Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:57:52 [2021-05-06T13:57:52.995Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:57:52 [2021-05-06T13:57:52.995Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:57:52 [2021-05-06T13:57:52.995Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:57:52 [2021-05-06T13:57:52.995Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:57:52 [2021-05-06T13:57:52.995Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:57:52 [2021-05-06T13:57:52.995Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
13:57:52 [2021-05-06T13:57:52.995Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
13:57:52 [2021-05-06T13:57:52.995Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
13:57:52 [2021-05-06T13:57:52.995Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
13:57:52 [2021-05-06T13:57:52.995Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
13:57:52 [2021-05-06T13:57:52.995Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s)
13:57:52 [2021-05-06T13:57:52.995Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
13:57:53 [2021-05-06T13:57:53.556Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.79s)
13:57:53 [2021-05-06T13:57:53.556Z] === RUN   TestCreateDifferentPlatform
13:57:53 [2021-05-06T13:57:53.556Z] === RUN   TestCreateDifferentPlatform/different_os
13:57:53 [2021-05-06T13:57:53.556Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
13:57:53 [2021-05-06T13:57:53.556Z] --- PASS: TestCreateDifferentPlatform (0.01s)
13:57:53 [2021-05-06T13:57:53.556Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
13:57:53 [2021-05-06T13:57:53.556Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
13:57:53 [2021-05-06T13:57:53.556Z] === RUN   TestCreateVolumesFromNonExistingContainer
13:57:53 [2021-05-06T13:57:53.556Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
13:57:53 [2021-05-06T13:57:53.556Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
13:57:53 [2021-05-06T13:57:53.556Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
13:57:53 [2021-05-06T13:57:53.556Z] === RUN   TestContainerStartOnDaemonRestart
13:57:53 [2021-05-06T13:57:53.556Z] === PAUSE TestContainerStartOnDaemonRestart
13:57:53 [2021-05-06T13:57:53.556Z] === RUN   TestDaemonRestartIpcMode
13:57:53 [2021-05-06T13:57:53.556Z] === PAUSE TestDaemonRestartIpcMode
13:57:53 [2021-05-06T13:57:53.556Z] === RUN   TestDaemonHostGatewayIP
13:57:53 [2021-05-06T13:57:53.556Z] === PAUSE TestDaemonHostGatewayIP
13:57:53 [2021-05-06T13:57:53.556Z] === RUN   TestRestartDaemonWithRestartingContainer
13:57:53 [2021-05-06T13:57:53.556Z] === PAUSE TestRestartDaemonWithRestartingContainer
13:57:53 [2021-05-06T13:57:53.556Z] === RUN   TestContainerKillOnDaemonStart
13:57:53 [2021-05-06T13:57:53.556Z] === PAUSE TestContainerKillOnDaemonStart
13:57:53 [2021-05-06T13:57:53.556Z] === RUN   TestDiff
13:57:53 [2021-05-06T13:57:53.637Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
13:57:53 [2021-05-06T13:57:53.898Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
13:57:53 [2021-05-06T13:57:53.929Z] --- PASS: TestRenameContainerWithLinkedContainer (2.66s)
13:57:53 [2021-05-06T13:57:53.929Z] === RUN   TestResize
13:57:54 [2021-05-06T13:57:54.189Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
13:57:54 [2021-05-06T13:57:54.484Z] --- PASS: TestDiff (0.78s)
13:57:54 [2021-05-06T13:57:54.484Z] === RUN   TestExecWithCloseStdin
13:57:55 [2021-05-06T13:57:55.134Z] --- PASS: TestResize (1.17s)
13:57:55 [2021-05-06T13:57:55.134Z] === RUN   TestResizeWithInvalidSize
13:57:55 [2021-05-06T13:57:55.411Z] --- PASS: TestExecWithCloseStdin (1.11s)
13:57:55 [2021-05-06T13:57:55.411Z] === RUN   TestExec
13:57:55 [2021-05-06T13:57:55.814Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
13:57:56 [2021-05-06T13:57:56.517Z] --- PASS: TestResizeWithInvalidSize (1.24s)
13:57:56 [2021-05-06T13:57:56.517Z] === RUN   TestResizeWhenContainerNotStarted
13:57:56 [2021-05-06T13:57:56.776Z] --- PASS: TestExec (1.10s)
13:57:56 [2021-05-06T13:57:56.776Z] === RUN   TestExecUser
13:57:57 [2021-05-06T13:57:57.458Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
13:57:57 [2021-05-06T13:57:57.458Z] --- PASS: TestResizeWhenContainerNotStarted (1.24s)
13:57:57 [2021-05-06T13:57:57.458Z] === RUN   TestDaemonRestartKillContainers
13:57:57 [2021-05-06T13:57:57.458Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:57:57 [2021-05-06T13:57:57.458Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:57:57 [2021-05-06T13:57:57.458Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:57:57 [2021-05-06T13:57:57.458Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:57:57 [2021-05-06T13:57:57.458Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:57:57 [2021-05-06T13:57:57.458Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:57:57 [2021-05-06T13:57:57.458Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:57:57 [2021-05-06T13:57:57.458Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:57:57 [2021-05-06T13:57:57.458Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:57:57 [2021-05-06T13:57:57.458Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:57:57 [2021-05-06T13:57:57.458Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:57:57 [2021-05-06T13:57:57.458Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:57:57 [2021-05-06T13:57:57.459Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:57:57 [2021-05-06T13:57:57.459Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:57:57 [2021-05-06T13:57:57.459Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:57:57 [2021-05-06T13:57:57.459Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:57:57 [2021-05-06T13:57:57.459Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:57:57 [2021-05-06T13:57:57.459Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:57:57 [2021-05-06T13:57:57.459Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:57:57 [2021-05-06T13:57:57.459Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:57:57 [2021-05-06T13:57:57.459Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:57:57 [2021-05-06T13:57:57.459Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:57:57 [2021-05-06T13:57:57.459Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:57:57 [2021-05-06T13:57:57.459Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:57:57 [2021-05-06T13:57:57.459Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:57:57 [2021-05-06T13:57:57.459Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:57:57 [2021-05-06T13:57:57.710Z] --- PASS: TestExecUser (1.09s)
13:57:57 [2021-05-06T13:57:57.710Z] === RUN   TestExportContainerAndImportImage
13:57:58 [2021-05-06T13:57:58.504Z] --- PASS: TestBuildWithHugeFile (53.08s)
13:57:58 [2021-05-06T13:57:58.504Z] === RUN   TestBuildWCOWSandboxSize
13:57:58 [2021-05-06T13:57:58.504Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s)
13:57:58 [2021-05-06T13:57:58.504Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
13:57:58 [2021-05-06T13:57:58.504Z] === RUN   TestBuildWithEmptyDockerfile
13:57:58 [2021-05-06T13:57:58.504Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
13:57:58 [2021-05-06T13:57:58.504Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
13:57:58 [2021-05-06T13:57:58.504Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:57:58 [2021-05-06T13:57:58.504Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:57:58 [2021-05-06T13:57:58.504Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:57:58 [2021-05-06T13:57:58.504Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:57:58 [2021-05-06T13:57:58.504Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
13:57:58 [2021-05-06T13:57:58.504Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:57:58 [2021-05-06T13:57:58.504Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:57:58 [2021-05-06T13:57:58.504Z] --- PASS: TestBuildWithEmptyDockerfile (0.26s)
13:57:58 [2021-05-06T13:57:58.504Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s)
13:57:58 [2021-05-06T13:57:58.504Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.21s)
13:57:58 [2021-05-06T13:57:58.504Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
13:57:58 [2021-05-06T13:57:58.504Z] === RUN   TestBuildPreserveOwnership
13:57:58 [2021-05-06T13:57:58.504Z] === RUN   TestBuildPreserveOwnership/copy_from
13:57:58 [2021-05-06T13:57:58.638Z] --- PASS: TestExportContainerAndImportImage (0.99s)
13:57:58 [2021-05-06T13:57:58.638Z] === RUN   TestExportContainerAfterDaemonRestart
13:57:58 [2021-05-06T13:57:58.843Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
13:57:59 [2021-05-06T13:57:59.784Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
13:58:00 [2021-05-06T13:58:00.027Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
13:58:00 [2021-05-06T13:58:00.531Z] --- PASS: TestExportContainerAfterDaemonRestart (1.80s)
13:58:00 [2021-05-06T13:58:00.531Z] === RUN   TestHealthCheckWorkdir
13:58:01 [2021-05-06T13:58:01.168Z] === RUN   TestDockerSuite/TestBuildCacheAdd
13:58:01 [2021-05-06T13:58:01.429Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:58:01 [2021-05-06T13:58:01.429Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:58:01 [2021-05-06T13:58:01.896Z] --- PASS: TestHealthCheckWorkdir (1.56s)
13:58:01 [2021-05-06T13:58:01.896Z] === RUN   TestHealthKillContainer
13:58:01 [2021-05-06T13:58:01.944Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
13:58:02 [2021-05-06T13:58:02.371Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
13:58:02 [2021-05-06T13:58:02.713Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
13:58:03 [2021-05-06T13:58:03.314Z] === RUN   TestDockerSuite/TestBuildCacheFrom
13:58:03 [2021-05-06T13:58:03.314Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:58:03 [2021-05-06T13:58:03.314Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:58:03 [2021-05-06T13:58:03.861Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
13:58:04 [2021-05-06T13:58:04.433Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
13:58:04 [2021-05-06T13:58:04.507Z]  ---> e633704f89a7
13:58:04 [2021-05-06T13:58:04.507Z] Successfully built e633704f89a7
13:58:04 [2021-05-06T13:58:04.507Z] Successfully tagged docker:latest
13:58:04 [2021-05-06T13:58:04.507Z] INFO: Image build ended at 05/06/2021 13:58:02. Duration:00:02:48.8890879
13:58:04 [2021-05-06T13:58:04.507Z] 
13:58:04 [2021-05-06T13:58:04.507Z] 
13:58:04 [2021-05-06T13:58:04.507Z] INFO: Building the test binaries at 05/06/2021 13:58:02...
13:58:05 [2021-05-06T13:58:05.162Z] --- PASS: TestHealthKillContainer (3.12s)
13:58:05 [2021-05-06T13:58:05.162Z] === RUN   TestInspectCpusetInConfigPre120
13:58:05 [2021-05-06T13:58:05.859Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:58:05 [2021-05-06T13:58:05.859Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:58:06 [2021-05-06T13:58:06.088Z] --- PASS: TestInspectCpusetInConfigPre120 (0.81s)
13:58:06 [2021-05-06T13:58:06.088Z] === RUN   TestIpcModeNone
13:58:06 [2021-05-06T13:58:06.349Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
13:58:06 [2021-05-06T13:58:06.914Z] --- PASS: TestBuildPreserveOwnership (10.38s)
13:58:06 [2021-05-06T13:58:06.914Z]     --- PASS: TestBuildPreserveOwnership/copy_from (6.35s)
13:58:06 [2021-05-06T13:58:06.914Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
13:58:06 [2021-05-06T13:58:06.914Z] === RUN   TestBuildPlatformInvalid
13:58:06 [2021-05-06T13:58:06.914Z] --- PASS: TestBuildPlatformInvalid (0.09s)
13:58:06 [2021-05-06T13:58:06.914Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
13:58:06 [2021-05-06T13:58:06.914Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
13:58:06 [2021-05-06T13:58:06.915Z]     build_userns_linux_test.go:32: testEnv.IsRootless()
13:58:06 [2021-05-06T13:58:06.915Z] PASS
13:58:06 [2021-05-06T13:58:06.915Z] 
13:58:06 [2021-05-06T13:58:06.915Z] === Skipped
13:58:06 [2021-05-06T13:58:06.915Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
13:58:06 [2021-05-06T13:58:06.915Z]     build_session_test.go:25: TODO: BuildKit
13:58:06 [2021-05-06T13:58:06.915Z] 
13:58:06 [2021-05-06T13:58:06.915Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s)
13:58:06 [2021-05-06T13:58:06.915Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
13:58:06 [2021-05-06T13:58:06.915Z] 
13:58:06 [2021-05-06T13:58:06.915Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
13:58:06 [2021-05-06T13:58:06.915Z]     build_userns_linux_test.go:32: testEnv.IsRootless()
13:58:06 [2021-05-06T13:58:06.915Z] 
13:58:06 [2021-05-06T13:58:06.915Z] 
13:58:06 [2021-05-06T13:58:06.915Z] DONE 34 tests, 3 skipped in 136.008s
13:58:06 [2021-05-06T13:58:06.915Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
13:58:06 [2021-05-06T13:58:06.915Z] INFO: Testing against a local daemon
13:58:06 [2021-05-06T13:58:06.915Z] === RUN   TestConfigInspect
13:58:06 [2021-05-06T13:58:06.915Z] --- SKIP: TestConfigInspect (0.02s)
13:58:06 [2021-05-06T13:58:06.915Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:58:06 [2021-05-06T13:58:06.915Z] === RUN   TestConfigList
13:58:06 [2021-05-06T13:58:06.915Z] --- SKIP: TestConfigList (0.01s)
13:58:06 [2021-05-06T13:58:06.915Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:58:06 [2021-05-06T13:58:06.915Z] === RUN   TestConfigsCreateAndDelete
13:58:06 [2021-05-06T13:58:06.915Z] --- SKIP: TestConfigsCreateAndDelete (0.01s)
13:58:06 [2021-05-06T13:58:06.915Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:58:06 [2021-05-06T13:58:06.915Z] === RUN   TestConfigsUpdate
13:58:06 [2021-05-06T13:58:06.915Z] --- SKIP: TestConfigsUpdate (0.01s)
13:58:06 [2021-05-06T13:58:06.915Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:58:06 [2021-05-06T13:58:06.915Z] === RUN   TestTemplatedConfig
13:58:06 [2021-05-06T13:58:06.915Z] --- SKIP: TestTemplatedConfig (0.00s)
13:58:06 [2021-05-06T13:58:06.915Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:58:06 [2021-05-06T13:58:06.915Z] === RUN   TestConfigCreateResolve
13:58:06 [2021-05-06T13:58:06.915Z] --- SKIP: TestConfigCreateResolve (0.02s)
13:58:06 [2021-05-06T13:58:06.915Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:58:06 [2021-05-06T13:58:06.915Z] === RUN   TestConfigDaemonLibtrustID
13:58:07 [2021-05-06T13:58:07.016Z] --- PASS: TestIpcModeNone (1.14s)
13:58:07 [2021-05-06T13:58:07.016Z] === RUN   TestIpcModePrivate
13:58:07 [2021-05-06T13:58:07.449Z] INFO: make.ps1 starting at 05/06/2021 13:58:06
13:58:07 [2021-05-06T13:58:07.449Z] INFO: Git commit (47dcc4db6f) assumed from DOCKER_GITCOMMIT environment variable
13:58:07 [2021-05-06T13:58:07.449Z] INFO: Invoking autogen...
13:58:07 [2021-05-06T13:58:07.741Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
13:58:07 [2021-05-06T13:58:07.774Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
13:58:07 [2021-05-06T13:58:07.902Z] INFO: Building daemon...
13:58:08 [2021-05-06T13:58:08.380Z] --- PASS: TestIpcModePrivate (1.10s)
13:58:08 [2021-05-06T13:58:08.380Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false
13:58:08 [2021-05-06T13:58:08.380Z] === RUN   TestIpcModeShareable
13:58:08 [2021-05-06T13:58:08.827Z] --- PASS: TestConfigDaemonLibtrustID (1.95s)
13:58:08 [2021-05-06T13:58:08.827Z] PASS
13:58:08 [2021-05-06T13:58:08.827Z] 
13:58:08 [2021-05-06T13:58:08.827Z] === Skipped
13:58:08 [2021-05-06T13:58:08.827Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s)
13:58:08 [2021-05-06T13:58:08.827Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:58:08 [2021-05-06T13:58:08.827Z] 
13:58:08 [2021-05-06T13:58:08.827Z] === SKIP: amd64.integration.config TestConfigList (0.01s)
13:58:08 [2021-05-06T13:58:08.827Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:58:08 [2021-05-06T13:58:08.827Z] 
13:58:08 [2021-05-06T13:58:08.827Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s)
13:58:08 [2021-05-06T13:58:08.827Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:58:08 [2021-05-06T13:58:08.827Z] 
13:58:08 [2021-05-06T13:58:08.827Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s)
13:58:08 [2021-05-06T13:58:08.827Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:58:08 [2021-05-06T13:58:08.827Z] 
13:58:08 [2021-05-06T13:58:08.827Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
13:58:08 [2021-05-06T13:58:08.827Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:58:08 [2021-05-06T13:58:08.827Z] 
13:58:08 [2021-05-06T13:58:08.827Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.02s)
13:58:08 [2021-05-06T13:58:08.827Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:58:08 [2021-05-06T13:58:08.827Z] 
13:58:08 [2021-05-06T13:58:08.827Z] 
13:58:08 [2021-05-06T13:58:08.827Z] DONE 7 tests, 6 skipped in 2.173s
13:58:08 [2021-05-06T13:58:08.827Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
13:58:08 [2021-05-06T13:58:08.827Z] INFO: Testing against a local daemon
13:58:08 [2021-05-06T13:58:08.827Z] === RUN   TestCheckpoint
13:58:08 [2021-05-06T13:58:08.827Z] --- SKIP: TestCheckpoint (0.00s)
13:58:08 [2021-05-06T13:58:08.827Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:58:08 [2021-05-06T13:58:08.827Z] === RUN   TestContainerInvalidJSON
13:58:08 [2021-05-06T13:58:08.827Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
13:58:08 [2021-05-06T13:58:08.827Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
13:58:08 [2021-05-06T13:58:08.827Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
13:58:08 [2021-05-06T13:58:08.827Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
13:58:08 [2021-05-06T13:58:08.827Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
13:58:08 [2021-05-06T13:58:08.827Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
13:58:08 [2021-05-06T13:58:08.827Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
13:58:08 [2021-05-06T13:58:08.827Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
13:58:08 [2021-05-06T13:58:08.827Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
13:58:08 [2021-05-06T13:58:08.827Z] --- PASS: TestContainerInvalidJSON (0.01s)
13:58:08 [2021-05-06T13:58:08.827Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
13:58:08 [2021-05-06T13:58:08.827Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
13:58:08 [2021-05-06T13:58:08.827Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
13:58:08 [2021-05-06T13:58:08.827Z] === RUN   TestCopyFromContainerPathDoesNotExist
13:58:08 [2021-05-06T13:58:08.827Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
13:58:08 [2021-05-06T13:58:08.827Z] === RUN   TestCopyFromContainerPathIsNotDir
13:58:08 [2021-05-06T13:58:08.827Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
13:58:08 [2021-05-06T13:58:08.827Z] === RUN   TestCopyToContainerPathDoesNotExist
13:58:08 [2021-05-06T13:58:08.827Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
13:58:08 [2021-05-06T13:58:08.827Z] === RUN   TestCopyToContainerPathIsNotDir
13:58:09 [2021-05-06T13:58:09.091Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
13:58:09 [2021-05-06T13:58:09.091Z] === RUN   TestCopyFromContainer
13:58:09 [2021-05-06T13:58:09.161Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:58:09 [2021-05-06T13:58:09.310Z] --- PASS: TestIpcModeShareable (1.19s)
13:58:09 [2021-05-06T13:58:09.310Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true
13:58:09 [2021-05-06T13:58:09.310Z] === RUN   TestAPIIpcModeShareableAndContainer
13:58:09 [2021-05-06T13:58:09.422Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:58:09 [2021-05-06T13:58:09.658Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
13:58:10 [2021-05-06T13:58:10.808Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
13:58:11 [2021-05-06T13:58:11.044Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
13:58:11 [2021-05-06T13:58:11.752Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
13:58:12 [2021-05-06T13:58:12.393Z] === RUN   TestCopyFromContainer//
13:58:12 [2021-05-06T13:58:12.393Z] === RUN   TestCopyFromContainer//bar/root
13:58:12 [2021-05-06T13:58:12.393Z] === RUN   TestCopyFromContainer//bar/root/
13:58:12 [2021-05-06T13:58:12.393Z] === RUN   TestCopyFromContainer/bar/quux
13:58:12 [2021-05-06T13:58:12.393Z] === RUN   TestCopyFromContainer/bar/quux/
13:58:12 [2021-05-06T13:58:12.393Z] === RUN   TestCopyFromContainer/bar/quux/baz
13:58:12 [2021-05-06T13:58:12.429Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
13:58:12 [2021-05-06T13:58:12.578Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.07s)
13:58:12 [2021-05-06T13:58:12.578Z] === RUN   TestAPIIpcModeHost
13:58:12 [2021-05-06T13:58:12.654Z] === RUN   TestCopyFromContainer/bar/filesymlink
13:58:12 [2021-05-06T13:58:12.654Z] === RUN   TestCopyFromContainer/bar/dirsymlink
13:58:12 [2021-05-06T13:58:12.654Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
13:58:12 [2021-05-06T13:58:12.915Z] === RUN   TestCopyFromContainer/bar/notarget
13:58:12 [2021-05-06T13:58:12.915Z] --- PASS: TestCopyFromContainer (3.90s)
13:58:12 [2021-05-06T13:58:12.915Z]     --- PASS: TestCopyFromContainer// (0.08s)
13:58:12 [2021-05-06T13:58:12.915Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
13:58:12 [2021-05-06T13:58:12.915Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.07s)
13:58:12 [2021-05-06T13:58:12.915Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
13:58:12 [2021-05-06T13:58:12.915Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
13:58:12 [2021-05-06T13:58:12.915Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
13:58:12 [2021-05-06T13:58:12.915Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
13:58:12 [2021-05-06T13:58:12.915Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s)
13:58:12 [2021-05-06T13:58:12.915Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
13:58:12 [2021-05-06T13:58:12.915Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
13:58:12 [2021-05-06T13:58:12.915Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
13:58:12 [2021-05-06T13:58:12.915Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:58:12 [2021-05-06T13:58:12.915Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:58:12 [2021-05-06T13:58:12.915Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:58:12 [2021-05-06T13:58:12.915Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:58:12 [2021-05-06T13:58:12.915Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
13:58:12 [2021-05-06T13:58:12.915Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
13:58:12 [2021-05-06T13:58:12.915Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:58:12 [2021-05-06T13:58:12.915Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
13:58:12 [2021-05-06T13:58:12.915Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:58:12 [2021-05-06T13:58:12.915Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
13:58:12 [2021-05-06T13:58:12.915Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
13:58:12 [2021-05-06T13:58:12.915Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
13:58:12 [2021-05-06T13:58:12.915Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
13:58:12 [2021-05-06T13:58:12.915Z] === RUN   TestCreateLinkToNonExistingContainer
13:58:12 [2021-05-06T13:58:12.915Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
13:58:12 [2021-05-06T13:58:12.915Z] === RUN   TestCreateWithInvalidEnv
13:58:12 [2021-05-06T13:58:12.915Z] === RUN   TestCreateWithInvalidEnv/0
13:58:12 [2021-05-06T13:58:12.915Z] === PAUSE TestCreateWithInvalidEnv/0
13:58:12 [2021-05-06T13:58:12.915Z] === RUN   TestCreateWithInvalidEnv/1
13:58:12 [2021-05-06T13:58:12.915Z] === PAUSE TestCreateWithInvalidEnv/1
13:58:12 [2021-05-06T13:58:12.915Z] === RUN   TestCreateWithInvalidEnv/2
13:58:12 [2021-05-06T13:58:12.915Z] === PAUSE TestCreateWithInvalidEnv/2
13:58:12 [2021-05-06T13:58:12.915Z] === CONT  TestCreateWithInvalidEnv/0
13:58:12 [2021-05-06T13:58:12.915Z] === CONT  TestCreateWithInvalidEnv/2
13:58:12 [2021-05-06T13:58:12.915Z] === CONT  TestCreateWithInvalidEnv/1
13:58:12 [2021-05-06T13:58:12.915Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
13:58:12 [2021-05-06T13:58:12.915Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
13:58:12 [2021-05-06T13:58:12.915Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
13:58:12 [2021-05-06T13:58:12.915Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
13:58:12 [2021-05-06T13:58:12.915Z] === RUN   TestCreateTmpfsMountsTarget
13:58:12 [2021-05-06T13:58:12.915Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
13:58:12 [2021-05-06T13:58:12.915Z] === RUN   TestCreateWithCustomMaskedPaths
13:58:13 [2021-05-06T13:58:13.508Z] --- PASS: TestAPIIpcModeHost (1.15s)
13:58:13 [2021-05-06T13:58:13.508Z] === RUN   TestDaemonIpcModeShareable
13:58:13 [2021-05-06T13:58:13.814Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
13:58:13 [2021-05-06T13:58:13.814Z] Using test binary docker
13:58:13 [2021-05-06T13:58:13.814Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
13:58:13 [2021-05-06T13:58:13.814Z] +++ /etc/init.d/apparmor start
13:58:13 [2021-05-06T13:58:13.814Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
13:58:13 [2021-05-06T13:58:13.814Z] INFO: Waiting for daemon to start...
13:58:13 [2021-05-06T13:58:13.814Z] Starting dockerd
13:58:13 [2021-05-06T13:58:13.814Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
13:58:14 [2021-05-06T13:58:14.254Z] ..........................xx....................                         [ 29%]
13:58:14 [2021-05-06T13:58:14.299Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
13:58:14 [2021-05-06T13:58:14.827Z] --- PASS: TestCreateWithCustomMaskedPaths (1.94s)
13:58:14 [2021-05-06T13:58:14.827Z] === RUN   TestCreateWithCustomReadonlyPaths
13:58:14 [2021-05-06T13:58:14.871Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:58:14 [2021-05-06T13:58:14.871Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
13:58:15 [2021-05-06T13:58:15.145Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
13:58:15 [2021-05-06T13:58:15.397Z] --- PASS: TestDaemonIpcModeShareable (1.87s)
13:58:15 [2021-05-06T13:58:15.397Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true
13:58:15 [2021-05-06T13:58:15.397Z] === RUN   TestDaemonIpcModePrivate
13:58:15 [2021-05-06T13:58:15.422Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:58:16 [2021-05-06T13:58:16.808Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
13:58:17 [2021-05-06T13:58:17.286Z] --- PASS: TestDaemonIpcModePrivate (1.81s)
13:58:17 [2021-05-06T13:58:17.286Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false
13:58:17 [2021-05-06T13:58:17.286Z] === RUN   TestDaemonIpcModePrivateFromConfig
13:58:17 [2021-05-06T13:58:17.371Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.95s)
13:58:17 [2021-05-06T13:58:17.371Z] === RUN   TestCreateWithInvalidHealthcheckParams
13:58:17 [2021-05-06T13:58:17.371Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:58:17 [2021-05-06T13:58:17.371Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:58:17 [2021-05-06T13:58:17.371Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:58:17 [2021-05-06T13:58:17.371Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:58:17 [2021-05-06T13:58:17.371Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:58:17 [2021-05-06T13:58:17.371Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:58:17 [2021-05-06T13:58:17.371Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:58:17 [2021-05-06T13:58:17.371Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:58:17 [2021-05-06T13:58:17.371Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:58:17 [2021-05-06T13:58:17.371Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:58:17 [2021-05-06T13:58:17.371Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:58:17 [2021-05-06T13:58:17.371Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:58:17 [2021-05-06T13:58:17.371Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:58:17 [2021-05-06T13:58:17.371Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:58:17 [2021-05-06T13:58:17.371Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:58:17 [2021-05-06T13:58:17.371Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
13:58:17 [2021-05-06T13:58:17.371Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
13:58:17 [2021-05-06T13:58:17.371Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
13:58:17 [2021-05-06T13:58:17.371Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
13:58:17 [2021-05-06T13:58:17.371Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
13:58:17 [2021-05-06T13:58:17.371Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
13:58:17 [2021-05-06T13:58:17.371Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
13:58:17 [2021-05-06T13:58:17.631Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.68s)
13:58:17 [2021-05-06T13:58:17.631Z] === RUN   TestCreateDifferentPlatform
13:58:17 [2021-05-06T13:58:17.631Z] === RUN   TestCreateDifferentPlatform/different_os
13:58:17 [2021-05-06T13:58:17.631Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
13:58:17 [2021-05-06T13:58:17.631Z] --- PASS: TestCreateDifferentPlatform (0.02s)
13:58:17 [2021-05-06T13:58:17.631Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
13:58:17 [2021-05-06T13:58:17.631Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
13:58:17 [2021-05-06T13:58:17.631Z] === RUN   TestCreateVolumesFromNonExistingContainer
13:58:17 [2021-05-06T13:58:17.631Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
13:58:17 [2021-05-06T13:58:17.631Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
13:58:17 [2021-05-06T13:58:17.631Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
13:58:17 [2021-05-06T13:58:17.631Z] === RUN   TestContainerStartOnDaemonRestart
13:58:17 [2021-05-06T13:58:17.631Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
13:58:17 [2021-05-06T13:58:17.631Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
13:58:17 [2021-05-06T13:58:17.631Z] === RUN   TestDaemonRestartIpcMode
13:58:17 [2021-05-06T13:58:17.631Z] === PAUSE TestDaemonRestartIpcMode
13:58:17 [2021-05-06T13:58:17.631Z] === RUN   TestDaemonHostGatewayIP
13:58:17 [2021-05-06T13:58:17.631Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
13:58:17 [2021-05-06T13:58:17.631Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
13:58:17 [2021-05-06T13:58:17.631Z] === RUN   TestRestartDaemonWithRestartingContainer
13:58:17 [2021-05-06T13:58:17.631Z] === PAUSE TestRestartDaemonWithRestartingContainer
13:58:17 [2021-05-06T13:58:17.631Z] === RUN   TestContainerKillOnDaemonStart
13:58:17 [2021-05-06T13:58:17.631Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
13:58:17 [2021-05-06T13:58:17.631Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
13:58:17 [2021-05-06T13:58:17.631Z] === RUN   TestDiff
13:58:18 [2021-05-06T13:58:18.015Z] .
13:58:18 [2021-05-06T13:58:18.015Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
13:58:18 [2021-05-06T13:58:18.276Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
13:58:18 [2021-05-06T13:58:18.276Z] Error: No such image: emptyfs
13:58:18 [2021-05-06T13:58:18.276Z] ++++ docker load
13:58:18 [2021-05-06T13:58:18.276Z] ++++ tar -cC bundles/test-integration/emptyfs .
13:58:18 [2021-05-06T13:58:18.537Z] Running integration-test (iteration 1)
13:58:18 [2021-05-06T13:58:18.537Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
13:58:18 [2021-05-06T13:58:18.538Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
13:58:18 [2021-05-06T13:58:18.538Z] ++ set -e
13:58:18 [2021-05-06T13:58:18.538Z] ++ '[' -n 0 ']'
13:58:18 [2021-05-06T13:58:18.538Z] ++ set -x
13:58:18 [2021-05-06T13:58:18.538Z] ++ 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
13:58:18 [2021-05-06T13:58:18.573Z] --- PASS: TestDiff (0.68s)
13:58:18 [2021-05-06T13:58:18.573Z] === RUN   TestExecWithCloseStdin
13:58:19 [2021-05-06T13:58:19.174Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.85s)
13:58:19 [2021-05-06T13:58:19.174Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false
13:58:19 [2021-05-06T13:58:19.174Z] === RUN   TestDaemonIpcModeShareableFromConfig
13:58:19 [2021-05-06T13:58:19.353Z] --- PASS: TestDaemonRestartKillContainers (0.01s)
13:58:19 [2021-05-06T13:58:19.353Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.86s)
13:58:19 [2021-05-06T13:58:19.353Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.91s)
13:58:19 [2021-05-06T13:58:19.353Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.99s)
13:58:19 [2021-05-06T13:58:19.353Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.94s)
13:58:19 [2021-05-06T13:58:19.353Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.02s)
13:58:19 [2021-05-06T13:58:19.353Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.04s)
13:58:19 [2021-05-06T13:58:19.353Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.85s)
13:58:19 [2021-05-06T13:58:19.353Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (4.00s)
13:58:19 [2021-05-06T13:58:19.353Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (5.43s)
13:58:19 [2021-05-06T13:58:19.353Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (6.04s)
13:58:19 [2021-05-06T13:58:19.353Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.95s)
13:58:19 [2021-05-06T13:58:19.353Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.97s)
13:58:19 [2021-05-06T13:58:19.353Z] === RUN   TestCgroupNamespacesRun
13:58:19 [2021-05-06T13:58:19.515Z] --- PASS: TestExecWithCloseStdin (0.97s)
13:58:19 [2021-05-06T13:58:19.515Z] === RUN   TestExec
13:58:20 [2021-05-06T13:58:20.459Z] --- PASS: TestExec (0.94s)
13:58:20 [2021-05-06T13:58:20.459Z] === RUN   TestExecUser
13:58:21 [2021-05-06T13:58:21.062Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.87s)
13:58:21 [2021-05-06T13:58:21.062Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true
13:58:21 [2021-05-06T13:58:21.063Z] === RUN   TestIpcModeOlderClient
13:58:21 [2021-05-06T13:58:21.063Z] === PAUSE TestIpcModeOlderClient
13:58:21 [2021-05-06T13:58:21.063Z] === RUN   TestKillContainerInvalidSignal
13:58:21 [2021-05-06T13:58:21.400Z] --- PASS: TestExecUser (0.95s)
13:58:21 [2021-05-06T13:58:21.400Z] === RUN   TestExportContainerAndImportImage
13:58:21 [2021-05-06T13:58:21.624Z] --- PASS: TestKillContainerInvalidSignal (0.74s)
13:58:21 [2021-05-06T13:58:21.624Z] === RUN   TestKillContainer
13:58:21 [2021-05-06T13:58:21.624Z] === RUN   TestKillContainer/no_signal
13:58:21 [2021-05-06T13:58:21.971Z] --- PASS: TestExportContainerAndImportImage (0.86s)
13:58:21 [2021-05-06T13:58:21.971Z] === RUN   TestExportContainerAfterDaemonRestart
13:58:22 [2021-05-06T13:58:22.552Z] === RUN   TestKillContainer/non_killing_signal
13:58:22 [2021-05-06T13:58:22.654Z] --- PASS: TestCgroupNamespacesRun (3.15s)
13:58:22 [2021-05-06T13:58:22.654Z] === RUN   TestCgroupNamespacesRunPrivileged
13:58:23 [2021-05-06T13:58:23.114Z] === RUN   TestKillContainer/killing_signal
13:58:24 [2021-05-06T13:58:24.042Z] --- PASS: TestKillContainer (2.13s)
13:58:24 [2021-05-06T13:58:24.042Z]     --- PASS: TestKillContainer/no_signal (0.68s)
13:58:24 [2021-05-06T13:58:24.042Z]     --- PASS: TestKillContainer/non_killing_signal (0.56s)
13:58:24 [2021-05-06T13:58:24.042Z]     --- PASS: TestKillContainer/killing_signal (0.71s)
13:58:24 [2021-05-06T13:58:24.042Z] === RUN   TestKillWithStopSignalAndRestartPolicies
13:58:24 [2021-05-06T13:58:24.042Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
13:58:24 [2021-05-06T13:58:24.604Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
13:58:25 [2021-05-06T13:58:25.166Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.43s)
13:58:25 [2021-05-06T13:58:25.166Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.72s)
13:58:25 [2021-05-06T13:58:25.166Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.56s)
13:58:25 [2021-05-06T13:58:25.166Z] === RUN   TestKillStoppedContainer
13:58:25 [2021-05-06T13:58:25.201Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.40s)
13:58:25 [2021-05-06T13:58:25.201Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
13:58:25 [2021-05-06T13:58:25.201Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
13:58:25 [2021-05-06T13:58:25.422Z] --- PASS: TestKillStoppedContainer (0.05s)
13:58:25 [2021-05-06T13:58:25.422Z] === RUN   TestKillStoppedContainerAPIPre120
13:58:25 [2021-05-06T13:58:25.422Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
13:58:25 [2021-05-06T13:58:25.422Z] === RUN   TestKillDifferentUserContainer
13:58:25 [2021-05-06T13:58:25.984Z] --- PASS: TestKillDifferentUserContainer (0.73s)
13:58:25 [2021-05-06T13:58:25.984Z] === RUN   TestInspectOomKilledTrue
13:58:25 [2021-05-06T13:58:25.984Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
13:58:25 [2021-05-06T13:58:25.984Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
13:58:25 [2021-05-06T13:58:25.984Z] === RUN   TestInspectOomKilledFalse
13:58:26 [2021-05-06T13:58:26.175Z] --- PASS: TestExportContainerAfterDaemonRestart (4.08s)
13:58:26 [2021-05-06T13:58:26.175Z] === RUN   TestHealthCheckWorkdir
13:58:26 [2021-05-06T13:58:26.931Z] --- PASS: TestInspectOomKilledFalse (0.75s)
13:58:26 [2021-05-06T13:58:26.931Z] === RUN   TestLinksEtcHostsContentMatch
13:58:27 [2021-05-06T13:58:27.560Z] --- PASS: TestHealthCheckWorkdir (1.41s)
13:58:27 [2021-05-06T13:58:27.560Z] === RUN   TestHealthKillContainer
13:58:27 [2021-05-06T13:58:27.878Z] --- PASS: TestLinksEtcHostsContentMatch (0.86s)
13:58:27 [2021-05-06T13:58:27.878Z] === RUN   TestLinksContainerNames
13:58:28 [2021-05-06T13:58:28.501Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (3.30s)
13:58:28 [2021-05-06T13:58:28.501Z] === RUN   TestCgroupNamespacesRunHostMode
13:58:28 [2021-05-06T13:58:28.501Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
13:58:28 [2021-05-06T13:58:28.761Z] === RUN   TestDockerSuite/TestBuildClearCmd
13:58:29 [2021-05-06T13:58:29.243Z] --- PASS: TestLinksContainerNames (1.47s)
13:58:29 [2021-05-06T13:58:29.243Z] === RUN   TestLogsFollowTailEmpty
13:58:29 [2021-05-06T13:58:29.704Z] === RUN   TestDockerSuite/TestBuildCmd
13:58:29 [2021-05-06T13:58:29.805Z] --- PASS: TestLogsFollowTailEmpty (0.71s)
13:58:29 [2021-05-06T13:58:29.805Z] === RUN   TestContainerNetworkMountsNoChown
13:58:30 [2021-05-06T13:58:30.274Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
13:58:30 [2021-05-06T13:58:30.535Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
13:58:30 [2021-05-06T13:58:30.732Z] --- PASS: TestContainerNetworkMountsNoChown (0.71s)
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/default
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/default
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/private
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/private
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/rprivate
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/rprivate
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/slave
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/slave
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/rslave
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/rslave
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/shared
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/shared
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/rshared
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/rshared
13:58:30 [2021-05-06T13:58:30.732Z] === CONT  TestMountDaemonRoot/default
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/default/bind_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/default/mount_root
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/default/mount_root
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/default/mount_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/default/bind_root
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/default/bind_root
13:58:30 [2021-05-06T13:58:30.732Z] === CONT  TestMountDaemonRoot/default/bind_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === CONT  TestMountDaemonRoot/rshared
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/rshared/mount_root
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/rshared/bind_root
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
13:58:30 [2021-05-06T13:58:30.732Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === CONT  TestMountDaemonRoot/shared
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/shared/bind_root
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/shared/bind_root
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/shared/mount_root
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/shared/mount_root
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === CONT  TestMountDaemonRoot/rslave
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/rslave/mount_root
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/rslave/bind_root
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === CONT  TestMountDaemonRoot/slave
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/slave/bind_root
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/slave/bind_root
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/slave/mount_root
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/slave/mount_root
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === CONT  TestMountDaemonRoot/rprivate
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
13:58:30 [2021-05-06T13:58:30.732Z] === CONT  TestMountDaemonRoot/private
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/private/mount_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/private/bind_root
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/private/bind_root
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/private/bind_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === RUN   TestMountDaemonRoot/private/mount_root
13:58:30 [2021-05-06T13:58:30.732Z] === PAUSE TestMountDaemonRoot/private/mount_root
13:58:30 [2021-05-06T13:58:30.732Z] === CONT  TestMountDaemonRoot/default/bind_root
13:58:30 [2021-05-06T13:58:30.732Z] === CONT  TestMountDaemonRoot/default/mount_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === CONT  TestMountDaemonRoot/default/mount_root
13:58:30 [2021-05-06T13:58:30.732Z] === CONT  TestMountDaemonRoot/rshared/bind_root
13:58:30 [2021-05-06T13:58:30.732Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
13:58:30 [2021-05-06T13:58:30.732Z] === CONT  TestMountDaemonRoot/rshared/mount_root
13:58:30 [2021-05-06T13:58:30.774Z] Loaded image: buildpack-deps:buster
13:58:30 [2021-05-06T13:58:30.774Z] Loaded image: busybox:latest
13:58:30 [2021-05-06T13:58:30.774Z] Loaded image: busybox:glibc
13:58:30 [2021-05-06T13:58:30.856Z] --- PASS: TestHealthKillContainer (2.97s)
13:58:30 [2021-05-06T13:58:30.856Z] === RUN   TestInspectCpusetInConfigPre120
13:58:30 [2021-05-06T13:58:30.988Z] === CONT  TestMountDaemonRoot/shared/bind_root
13:58:30 [2021-05-06T13:58:30.988Z] === CONT  TestMountDaemonRoot/rslave/mount_root
13:58:30 [2021-05-06T13:58:30.988Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
13:58:30 [2021-05-06T13:58:30.988Z] === CONT  TestMountDaemonRoot/shared/mount_root
13:58:30 [2021-05-06T13:58:30.988Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
13:58:30 [2021-05-06T13:58:30.988Z] === CONT  TestMountDaemonRoot/slave/bind_root
13:58:30 [2021-05-06T13:58:30.988Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
13:58:30 [2021-05-06T13:58:30.988Z] === CONT  TestMountDaemonRoot/rslave/bind_root
13:58:30 [2021-05-06T13:58:30.988Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
13:58:30 [2021-05-06T13:58:30.988Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
13:58:30 [2021-05-06T13:58:30.988Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
13:58:30 [2021-05-06T13:58:30.988Z] === CONT  TestMountDaemonRoot/slave/mount_root
13:58:30 [2021-05-06T13:58:30.988Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
13:58:30 [2021-05-06T13:58:30.988Z] === CONT  TestMountDaemonRoot/private/mount_subpath
13:58:30 [2021-05-06T13:58:30.988Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
13:58:30 [2021-05-06T13:58:30.988Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
13:58:31 [2021-05-06T13:58:31.106Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
13:58:31 [2021-05-06T13:58:31.106Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
13:58:31 [2021-05-06T13:58:31.116Z] --- PASS: TestInspectCpusetInConfigPre120 (0.65s)
13:58:31 [2021-05-06T13:58:31.116Z] === RUN   TestIpcModeNone
13:58:31 [2021-05-06T13:58:31.244Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
13:58:31 [2021-05-06T13:58:31.244Z] === CONT  TestMountDaemonRoot/private/mount_root
13:58:31 [2021-05-06T13:58:31.244Z] === CONT  TestMountDaemonRoot/private/bind_subpath
13:58:31 [2021-05-06T13:58:31.244Z] === CONT  TestMountDaemonRoot/private/bind_root
13:58:31 [2021-05-06T13:58:31.244Z] --- PASS: TestMountDaemonRoot (0.06s)
13:58:31 [2021-05-06T13:58:31.244Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
13:58:31 [2021-05-06T13:58:31.244Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s)
13:58:31 [2021-05-06T13:58:31.244Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
13:58:31 [2021-05-06T13:58:31.244Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
13:58:31 [2021-05-06T13:58:31.244Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s)
13:58:31 [2021-05-06T13:58:31.244Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
13:58:31 [2021-05-06T13:58:31.244Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
13:58:31 [2021-05-06T13:58:31.244Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
13:58:31 [2021-05-06T13:58:31.244Z] === RUN   TestContainerBindMountNonRecursive
13:58:31 [2021-05-06T13:58:31.678Z] --- PASS: TestCgroupNamespacesRunHostMode (3.61s)
13:58:31 [2021-05-06T13:58:31.678Z] === RUN   TestCgroupNamespacesRunPrivateMode
13:58:32 [2021-05-06T13:58:32.058Z] --- PASS: TestIpcModeNone (0.94s)
13:58:32 [2021-05-06T13:58:32.058Z] === RUN   TestIpcModePrivate
13:58:33 [2021-05-06T13:58:33.000Z] --- PASS: TestIpcModePrivate (0.95s)
13:58:33 [2021-05-06T13:58:33.000Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false
13:58:33 [2021-05-06T13:58:33.000Z] === RUN   TestIpcModeShareable
13:58:33 [2021-05-06T13:58:33.000Z] --- SKIP: TestIpcModeShareable (0.00s)
13:58:33 [2021-05-06T13:58:33.000Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:58:33 [2021-05-06T13:58:33.000Z] === RUN   TestAPIIpcModeShareableAndContainer
13:58:33 [2021-05-06T13:58:33.062Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
13:58:33 [2021-05-06T13:58:33.132Z] --- PASS: TestContainerBindMountNonRecursive (2.00s)
13:58:33 [2021-05-06T13:58:33.132Z] === RUN   TestContainerVolumesMountedAsShared
13:58:33 [2021-05-06T13:58:33.357Z] Loaded image: debian:bullseye
13:58:33 [2021-05-06T13:58:33.631Z] Loaded image: hello-world:latest
13:58:33 [2021-05-06T13:58:33.631Z] Loaded image: arm32v7/hello-world:latest
13:58:33 [2021-05-06T13:58:33.694Z] --- PASS: TestContainerVolumesMountedAsShared (0.48s)
13:58:33 [2021-05-06T13:58:33.694Z] === RUN   TestContainerVolumesMountedAsSlave
13:58:33 [2021-05-06T13:58:33.896Z] INFO: Testing against a local daemon
13:58:33 [2021-05-06T13:58:33.896Z] === RUN   TestCgroupNamespacesBuild
13:58:34 [2021-05-06T13:58:34.447Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
13:58:34 [2021-05-06T13:58:34.621Z] --- PASS: TestContainerVolumesMountedAsSlave (0.85s)
13:58:34 [2021-05-06T13:58:34.621Z] === RUN   TestNetworkNat
13:58:35 [2021-05-06T13:58:35.017Z] --- PASS: TestCgroupNamespacesRunPrivateMode (3.18s)
13:58:35 [2021-05-06T13:58:35.017Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
13:58:35 [2021-05-06T13:58:35.547Z] --- PASS: TestNetworkNat (0.82s)
13:58:35 [2021-05-06T13:58:35.547Z] === RUN   TestNetworkLocalhostTCPNat
13:58:36 [2021-05-06T13:58:36.109Z] --- PASS: TestNetworkLocalhostTCPNat (0.84s)
13:58:36 [2021-05-06T13:58:36.109Z] === RUN   TestNetworkLoopbackNat
13:58:36 [2021-05-06T13:58:36.300Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.64s)
13:58:36 [2021-05-06T13:58:36.300Z] === RUN   TestAPIIpcModeHost
13:58:36 [2021-05-06T13:58:36.300Z] --- SKIP: TestAPIIpcModeHost (0.00s)
13:58:36 [2021-05-06T13:58:36.300Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:58:36 [2021-05-06T13:58:36.300Z] === RUN   TestDaemonIpcModeShareable
13:58:36 [2021-05-06T13:58:36.300Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
13:58:36 [2021-05-06T13:58:36.300Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:58:36 [2021-05-06T13:58:36.300Z] === RUN   TestDaemonIpcModePrivate
13:58:37 [2021-05-06T13:58:37.195Z] --- PASS: TestCgroupNamespacesBuild (3.15s)
13:58:37 [2021-05-06T13:58:37.195Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
13:58:37 [2021-05-06T13:58:37.565Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.31s)
13:58:37 [2021-05-06T13:58:37.565Z] === RUN   TestCgroupNamespacesRunInvalidMode
13:58:38 [2021-05-06T13:58:38.508Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.24s)
13:58:38 [2021-05-06T13:58:38.509Z] === RUN   TestCgroupNamespacesRunOlderClient
13:58:38 [2021-05-06T13:58:38.844Z] --- PASS: TestDaemonIpcModePrivate (2.93s)
13:58:38 [2021-05-06T13:58:38.844Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false
13:58:38 [2021-05-06T13:58:38.844Z] === RUN   TestDaemonIpcModePrivateFromConfig
13:58:38 [2021-05-06T13:58:38.844Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
13:58:38 [2021-05-06T13:58:38.844Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:58:38 [2021-05-06T13:58:38.844Z] === RUN   TestDaemonIpcModeShareableFromConfig
13:58:38 [2021-05-06T13:58:38.844Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
13:58:38 [2021-05-06T13:58:38.844Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:58:38 [2021-05-06T13:58:38.844Z] === RUN   TestIpcModeOlderClient
13:58:38 [2021-05-06T13:58:38.844Z] === PAUSE TestIpcModeOlderClient
13:58:38 [2021-05-06T13:58:38.844Z] === RUN   TestKillContainerInvalidSignal
13:58:39 [2021-05-06T13:58:39.111Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.27s)
13:58:39 [2021-05-06T13:58:39.111Z] === RUN   TestBuildWithSession
13:58:39 [2021-05-06T13:58:39.111Z] --- SKIP: TestBuildWithSession (0.00s)
13:58:39 [2021-05-06T13:58:39.111Z]     build_session_test.go:25: TODO: BuildKit
13:58:39 [2021-05-06T13:58:39.111Z] === RUN   TestBuildSquashParent
13:58:39 [2021-05-06T13:58:39.375Z] --- PASS: TestNetworkLoopbackNat (3.22s)
13:58:39 [2021-05-06T13:58:39.375Z] === RUN   TestPause
13:58:39 [2021-05-06T13:58:39.415Z] --- PASS: TestKillContainerInvalidSignal (0.72s)
13:58:39 [2021-05-06T13:58:39.415Z] === RUN   TestKillContainer
13:58:39 [2021-05-06T13:58:39.415Z] === RUN   TestKillContainer/no_signal
13:58:39 [2021-05-06T13:58:39.450Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
13:58:39 [2021-05-06T13:58:39.987Z] === RUN   TestKillContainer/non_killing_signal
13:58:40 [2021-05-06T13:58:40.302Z] --- PASS: TestPause (0.73s)
13:58:40 [2021-05-06T13:58:40.302Z] === RUN   TestPauseFailsOnWindowsServerContainers
13:58:40 [2021-05-06T13:58:40.302Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
13:58:40 [2021-05-06T13:58:40.302Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:58:40 [2021-05-06T13:58:40.302Z] === RUN   TestPauseStopPausedContainer
13:58:40 [2021-05-06T13:58:40.452Z] tests/integration/api_exec_test.py .....................                 [ 34%]
13:58:40 [2021-05-06T13:58:40.558Z] === RUN   TestKillContainer/killing_signal
13:58:40 [2021-05-06T13:58:40.840Z] === RUN   TestDockerSuite/TestBuildConditionalCache
13:58:40 [2021-05-06T13:58:40.863Z] --- PASS: TestPauseStopPausedContainer (0.77s)
13:58:40 [2021-05-06T13:58:40.863Z] === RUN   TestPidHost
13:58:41 [2021-05-06T13:58:41.413Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.88s)
13:58:41 [2021-05-06T13:58:41.413Z] === RUN   TestKernelTCPMemory
13:58:41 [2021-05-06T13:58:41.499Z] --- PASS: TestKillContainer (2.02s)
13:58:41 [2021-05-06T13:58:41.499Z]     --- PASS: TestKillContainer/no_signal (0.64s)
13:58:41 [2021-05-06T13:58:41.499Z]     --- PASS: TestKillContainer/non_killing_signal (0.55s)
13:58:41 [2021-05-06T13:58:41.499Z]     --- PASS: TestKillContainer/killing_signal (0.64s)
13:58:41 [2021-05-06T13:58:41.499Z] === RUN   TestKillWithStopSignalAndRestartPolicies
13:58:41 [2021-05-06T13:58:41.499Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
13:58:41 [2021-05-06T13:58:41.983Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
13:58:42 [2021-05-06T13:58:42.071Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
13:58:42 [2021-05-06T13:58:42.555Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
13:58:42 [2021-05-06T13:58:42.643Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.32s)
13:58:42 [2021-05-06T13:58:42.643Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.65s)
13:58:42 [2021-05-06T13:58:42.643Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.53s)
13:58:42 [2021-05-06T13:58:42.643Z] === RUN   TestKillStoppedContainer
13:58:42 [2021-05-06T13:58:42.903Z] --- PASS: TestKillStoppedContainer (0.06s)
13:58:42 [2021-05-06T13:58:42.903Z] === RUN   TestKillStoppedContainerAPIPre120
13:58:42 [2021-05-06T13:58:42.903Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
13:58:42 [2021-05-06T13:58:42.903Z] === RUN   TestKillDifferentUserContainer
13:58:43 [2021-05-06T13:58:43.127Z] --- PASS: TestKernelTCPMemory (1.71s)
13:58:43 [2021-05-06T13:58:43.127Z] === RUN   TestNISDomainname
13:58:43 [2021-05-06T13:58:43.379Z] --- PASS: TestPidHost (2.08s)
13:58:43 [2021-05-06T13:58:43.379Z] === RUN   TestPsFilter
13:58:43 [2021-05-06T13:58:43.379Z] --- PASS: TestPsFilter (0.10s)
13:58:43 [2021-05-06T13:58:43.379Z] === RUN   TestRemoveContainerWithRemovedVolume
13:58:43 [2021-05-06T13:58:43.388Z] === RUN   TestDockerSuite/TestBuildContextCleanup
13:58:43 [2021-05-06T13:58:43.476Z] --- PASS: TestKillDifferentUserContainer (0.65s)
13:58:43 [2021-05-06T13:58:43.476Z] === RUN   TestInspectOomKilledTrue
13:58:43 [2021-05-06T13:58:43.476Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
13:58:43 [2021-05-06T13:58:43.476Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
13:58:43 [2021-05-06T13:58:43.476Z] === RUN   TestInspectOomKilledFalse
13:58:43 [2021-05-06T13:58:43.476Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
13:58:43 [2021-05-06T13:58:43.476Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
13:58:43 [2021-05-06T13:58:43.476Z] === RUN   TestLinksEtcHostsContentMatch
13:58:43 [2021-05-06T13:58:43.476Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
13:58:43 [2021-05-06T13:58:43.476Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
13:58:43 [2021-05-06T13:58:43.476Z] === RUN   TestLinksContainerNames
13:58:43 [2021-05-06T13:58:43.940Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.75s)
13:58:43 [2021-05-06T13:58:43.940Z] === RUN   TestRemoveContainerWithVolume
13:58:43 [2021-05-06T13:58:43.960Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
13:58:44 [2021-05-06T13:58:44.502Z] --- PASS: TestRemoveContainerWithVolume (0.74s)
13:58:44 [2021-05-06T13:58:44.502Z] === RUN   TestRemoveContainerRunning
13:58:44 [2021-05-06T13:58:44.859Z] --- PASS: TestLinksContainerNames (1.33s)
13:58:44 [2021-05-06T13:58:44.860Z] === RUN   TestLogsFollowTailEmpty
13:58:45 [2021-05-06T13:58:45.429Z] --- PASS: TestRemoveContainerRunning (0.71s)
13:58:45 [2021-05-06T13:58:45.429Z] === RUN   TestRemoveContainerForceRemoveRunning
13:58:45 [2021-05-06T13:58:45.431Z] --- PASS: TestLogsFollowTailEmpty (0.65s)
13:58:45 [2021-05-06T13:58:45.432Z] === RUN   TestContainerNetworkMountsNoChown
13:58:45 [2021-05-06T13:58:45.872Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
13:58:45 [2021-05-06T13:58:45.872Z] --- PASS: TestNISDomainname (2.64s)
13:58:45 [2021-05-06T13:58:45.872Z] === RUN   TestHostnameDnsResolution
13:58:45 [2021-05-06T13:58:45.872Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
13:58:45 [2021-05-06T13:58:45.991Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.70s)
13:58:45 [2021-05-06T13:58:45.991Z] === RUN   TestRemoveInvalidContainer
13:58:45 [2021-05-06T13:58:45.991Z] --- PASS: TestRemoveInvalidContainer (0.01s)
13:58:45 [2021-05-06T13:58:45.991Z] === RUN   TestRenameLinkedContainer
13:58:46 [2021-05-06T13:58:46.004Z] --- PASS: TestContainerNetworkMountsNoChown (0.66s)
13:58:46 [2021-05-06T13:58:46.004Z] === RUN   TestMountDaemonRoot
13:58:46 [2021-05-06T13:58:46.004Z] === RUN   TestMountDaemonRoot/default
13:58:46 [2021-05-06T13:58:46.004Z] === PAUSE TestMountDaemonRoot/default
13:58:46 [2021-05-06T13:58:46.004Z] === RUN   TestMountDaemonRoot/private
13:58:46 [2021-05-06T13:58:46.004Z] === PAUSE TestMountDaemonRoot/private
13:58:46 [2021-05-06T13:58:46.004Z] === RUN   TestMountDaemonRoot/rprivate
13:58:46 [2021-05-06T13:58:46.004Z] === PAUSE TestMountDaemonRoot/rprivate
13:58:46 [2021-05-06T13:58:46.004Z] === RUN   TestMountDaemonRoot/slave
13:58:46 [2021-05-06T13:58:46.004Z] === PAUSE TestMountDaemonRoot/slave
13:58:46 [2021-05-06T13:58:46.004Z] === RUN   TestMountDaemonRoot/rslave
13:58:46 [2021-05-06T13:58:46.004Z] === PAUSE TestMountDaemonRoot/rslave
13:58:46 [2021-05-06T13:58:46.133Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/shared
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/shared
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/rshared
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/rshared
13:58:46 [2021-05-06T13:58:46.265Z] === CONT  TestMountDaemonRoot/default
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/default/bind_root
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/default/bind_root
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/default/bind_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/default/mount_root
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/default/mount_root
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/default/mount_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === CONT  TestMountDaemonRoot/rslave
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/rslave/mount_root
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/rslave/bind_root
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === CONT  TestMountDaemonRoot/rshared
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/rshared/bind_root
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/rshared/mount_root
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === CONT  TestMountDaemonRoot/shared
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/shared/bind_root
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/shared/bind_root
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/shared/mount_root
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/shared/mount_root
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === CONT  TestMountDaemonRoot/rprivate
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === CONT  TestMountDaemonRoot/slave
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/slave/bind_root
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/slave/bind_root
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/slave/mount_root
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/slave/mount_root
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === CONT  TestMountDaemonRoot/private
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/private/bind_root
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/private/bind_root
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/private/bind_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/private/mount_root
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/private/mount_root
13:58:46 [2021-05-06T13:58:46.265Z] === RUN   TestMountDaemonRoot/private/mount_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === CONT  TestMountDaemonRoot/default/bind_root
13:58:46 [2021-05-06T13:58:46.265Z] === CONT  TestMountDaemonRoot/rslave/mount_root
13:58:46 [2021-05-06T13:58:46.265Z] === CONT  TestMountDaemonRoot/rshared/bind_root
13:58:46 [2021-05-06T13:58:46.265Z] === CONT  TestMountDaemonRoot/default/mount_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === CONT  TestMountDaemonRoot/default/mount_root
13:58:46 [2021-05-06T13:58:46.265Z] === CONT  TestMountDaemonRoot/default/bind_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === CONT  TestMountDaemonRoot/shared/bind_root
13:58:46 [2021-05-06T13:58:46.265Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === CONT  TestMountDaemonRoot/rslave/bind_root
13:58:46 [2021-05-06T13:58:46.265Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
13:58:46 [2021-05-06T13:58:46.265Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === CONT  TestMountDaemonRoot/rshared/mount_root
13:58:46 [2021-05-06T13:58:46.265Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
13:58:46 [2021-05-06T13:58:46.265Z] === CONT  TestMountDaemonRoot/slave/bind_root
13:58:46 [2021-05-06T13:58:46.526Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
13:58:46 [2021-05-06T13:58:46.526Z] === CONT  TestMountDaemonRoot/shared/mount_root
13:58:46 [2021-05-06T13:58:46.526Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
13:58:46 [2021-05-06T13:58:46.526Z] === CONT  TestMountDaemonRoot/private/bind_root
13:58:46 [2021-05-06T13:58:46.526Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
13:58:46 [2021-05-06T13:58:46.526Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
13:58:46 [2021-05-06T13:58:46.527Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
13:58:46 [2021-05-06T13:58:46.527Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
13:58:46 [2021-05-06T13:58:46.527Z] === CONT  TestMountDaemonRoot/slave/mount_root
13:58:46 [2021-05-06T13:58:46.527Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
13:58:46 [2021-05-06T13:58:46.527Z] === CONT  TestMountDaemonRoot/private/mount_subpath
13:58:46 [2021-05-06T13:58:46.527Z] === CONT  TestMountDaemonRoot/private/mount_root
13:58:46 [2021-05-06T13:58:46.527Z] === CONT  TestMountDaemonRoot/private/bind_subpath
13:58:46 [2021-05-06T13:58:46.527Z] --- PASS: TestMountDaemonRoot (0.02s)
13:58:46 [2021-05-06T13:58:46.527Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
13:58:46 [2021-05-06T13:58:46.527Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
13:58:46 [2021-05-06T13:58:46.527Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
13:58:46 [2021-05-06T13:58:46.527Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
13:58:46 [2021-05-06T13:58:46.527Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
13:58:46 [2021-05-06T13:58:46.527Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
13:58:46 [2021-05-06T13:58:46.527Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
13:58:46 [2021-05-06T13:58:46.527Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
13:58:46 [2021-05-06T13:58:46.527Z] === RUN   TestContainerBindMountNonRecursive
13:58:46 [2021-05-06T13:58:46.527Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s)
13:58:46 [2021-05-06T13:58:46.527Z]     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)
13:58:46 [2021-05-06T13:58:46.527Z] === RUN   TestContainerVolumesMountedAsShared
13:58:46 [2021-05-06T13:58:46.527Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s)
13:58:46 [2021-05-06T13:58:46.527Z]     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)
13:58:46 [2021-05-06T13:58:46.527Z] === RUN   TestContainerVolumesMountedAsSlave
13:58:46 [2021-05-06T13:58:46.527Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s)
13:58:46 [2021-05-06T13:58:46.527Z]     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)
13:58:46 [2021-05-06T13:58:46.527Z] === RUN   TestNetworkNat
13:58:46 [2021-05-06T13:58:46.704Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
13:58:47 [2021-05-06T13:58:47.250Z] --- PASS: TestBuildSquashParent (7.00s)
13:58:47 [2021-05-06T13:58:47.250Z] === RUN   TestBuildWithRemoveAndForceRemove
13:58:47 [2021-05-06T13:58:47.250Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:58:47 [2021-05-06T13:58:47.250Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:58:47 [2021-05-06T13:58:47.250Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:58:47 [2021-05-06T13:58:47.250Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:58:47 [2021-05-06T13:58:47.250Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:58:47 [2021-05-06T13:58:47.250Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:58:47 [2021-05-06T13:58:47.250Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:58:47 [2021-05-06T13:58:47.250Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:58:47 [2021-05-06T13:58:47.250Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:58:47 [2021-05-06T13:58:47.250Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:58:47 [2021-05-06T13:58:47.250Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:58:47 [2021-05-06T13:58:47.250Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:58:47 [2021-05-06T13:58:47.250Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:58:47 [2021-05-06T13:58:47.250Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:58:47 [2021-05-06T13:58:47.250Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:58:47 [2021-05-06T13:58:47.250Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:58:47 [2021-05-06T13:58:47.490Z] --- PASS: TestNetworkNat (0.97s)
13:58:47 [2021-05-06T13:58:47.490Z] === RUN   TestNetworkLocalhostTCPNat
13:58:48 [2021-05-06T13:58:48.439Z] --- PASS: TestNetworkLocalhostTCPNat (0.83s)
13:58:48 [2021-05-06T13:58:48.439Z] === RUN   TestNetworkLoopbackNat
13:58:48 [2021-05-06T13:58:48.617Z] --- PASS: TestHostnameDnsResolution (2.83s)
13:58:48 [2021-05-06T13:58:48.617Z] === RUN   TestStats
13:58:49 [2021-05-06T13:58:49.168Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:58:49 [2021-05-06T13:58:49.168Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:58:49 [2021-05-06T13:58:49.258Z] --- PASS: TestRenameLinkedContainer (2.85s)
13:58:49 [2021-05-06T13:58:49.258Z] === RUN   TestRenameStoppedContainer
13:58:49 [2021-05-06T13:58:49.514Z] --- PASS: TestRenameStoppedContainer (0.72s)
13:58:49 [2021-05-06T13:58:49.514Z] === RUN   TestRenameRunningContainerAndReuse
13:58:49 [2021-05-06T13:58:49.520Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
13:58:50 [2021-05-06T13:58:50.879Z] --- PASS: TestRenameRunningContainerAndReuse (1.47s)
13:58:50 [2021-05-06T13:58:50.879Z] === RUN   TestRenameInvalidName
13:58:51 [2021-05-06T13:58:51.711Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
13:58:51 [2021-05-06T13:58:51.711Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.73s)
13:58:51 [2021-05-06T13:58:51.711Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.03s)
13:58:51 [2021-05-06T13:58:51.711Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.04s)
13:58:51 [2021-05-06T13:58:51.711Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.15s)
13:58:51 [2021-05-06T13:58:51.711Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.32s)
13:58:51 [2021-05-06T13:58:51.711Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.05s)
13:58:51 [2021-05-06T13:58:51.711Z] === RUN   TestBuildMultiStageCopy
13:58:51 [2021-05-06T13:58:51.711Z] === RUN   TestBuildMultiStageCopy/copy_to_root
13:58:51 [2021-05-06T13:58:51.735Z] --- PASS: TestNetworkLoopbackNat (3.15s)
13:58:51 [2021-05-06T13:58:51.735Z] === RUN   TestPause
13:58:51 [2021-05-06T13:58:51.735Z] --- SKIP: TestPause (0.00s)
13:58:51 [2021-05-06T13:58:51.735Z]     pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none"
13:58:51 [2021-05-06T13:58:51.735Z] === RUN   TestPauseFailsOnWindowsServerContainers
13:58:51 [2021-05-06T13:58:51.735Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
13:58:51 [2021-05-06T13:58:51.735Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:58:51 [2021-05-06T13:58:51.735Z] === RUN   TestPauseStopPausedContainer
13:58:51 [2021-05-06T13:58:51.735Z] --- SKIP: TestPauseStopPausedContainer (0.01s)
13:58:51 [2021-05-06T13:58:51.735Z]     pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none"
13:58:51 [2021-05-06T13:58:51.735Z] === RUN   TestPidHost
13:58:51 [2021-05-06T13:58:51.805Z] --- PASS: TestRenameInvalidName (0.71s)
13:58:51 [2021-05-06T13:58:51.805Z] === RUN   TestRenameAnonymousContainer
13:58:51 [2021-05-06T13:58:51.916Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
13:58:51 [2021-05-06T13:58:51.916Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
13:58:51 [2021-05-06T13:58:51.916Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
13:58:51 [2021-05-06T13:58:51.916Z] --- PASS: TestStats (3.29s)
13:58:51 [2021-05-06T13:58:51.916Z] === RUN   TestStopContainerWithTimeout
13:58:51 [2021-05-06T13:58:51.916Z] === RUN   TestStopContainerWithTimeout/0
13:58:51 [2021-05-06T13:58:51.916Z] === PAUSE TestStopContainerWithTimeout/0
13:58:51 [2021-05-06T13:58:51.916Z] === RUN   TestStopContainerWithTimeout/1
13:58:51 [2021-05-06T13:58:51.916Z] === PAUSE TestStopContainerWithTimeout/1
13:58:51 [2021-05-06T13:58:51.916Z] === RUN   TestStopContainerWithTimeout/3
13:58:51 [2021-05-06T13:58:51.916Z] === PAUSE TestStopContainerWithTimeout/3
13:58:51 [2021-05-06T13:58:51.916Z] === RUN   TestStopContainerWithTimeout/-1
13:58:51 [2021-05-06T13:58:51.916Z] === PAUSE TestStopContainerWithTimeout/-1
13:58:51 [2021-05-06T13:58:51.916Z] === CONT  TestStopContainerWithTimeout/0
13:58:51 [2021-05-06T13:58:51.916Z] === CONT  TestStopContainerWithTimeout/-1
13:58:53 [2021-05-06T13:58:53.497Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
13:58:53 [2021-05-06T13:58:53.622Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
13:58:53 [2021-05-06T13:58:53.649Z] --- PASS: TestPidHost (1.84s)
13:58:53 [2021-05-06T13:58:53.649Z] === RUN   TestPsFilter
13:58:53 [2021-05-06T13:58:53.649Z] --- PASS: TestPsFilter (0.12s)
13:58:53 [2021-05-06T13:58:53.649Z] === RUN   TestRemoveContainerWithRemovedVolume
13:58:53 [2021-05-06T13:58:53.832Z] === CONT  TestStopContainerWithTimeout/3
13:58:53 [2021-05-06T13:58:53.884Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
13:58:54 [2021-05-06T13:58:54.145Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
13:58:54 [2021-05-06T13:58:54.219Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.64s)
13:58:54 [2021-05-06T13:58:54.219Z] === RUN   TestRemoveContainerWithVolume
13:58:54 [2021-05-06T13:58:54.716Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
13:58:54 [2021-05-06T13:58:54.790Z] --- PASS: TestRemoveContainerWithVolume (0.68s)
13:58:54 [2021-05-06T13:58:54.790Z] === RUN   TestRemoveContainerRunning
13:58:54 [2021-05-06T13:58:54.977Z] --- PASS: TestBuildMultiStageCopy (3.63s)
13:58:54 [2021-05-06T13:58:54.977Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.21s)
13:58:54 [2021-05-06T13:58:54.977Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.34s)
13:58:54 [2021-05-06T13:58:54.977Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.35s)
13:58:54 [2021-05-06T13:58:54.977Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.36s)
13:58:54 [2021-05-06T13:58:54.977Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.37s)
13:58:54 [2021-05-06T13:58:54.977Z] === RUN   TestBuildMultiStageParentConfig
13:58:55 [2021-05-06T13:58:55.072Z] --- PASS: TestRenameAnonymousContainer (3.28s)
13:58:55 [2021-05-06T13:58:55.072Z] === RUN   TestRenameContainerWithSameName
13:58:55 [2021-05-06T13:58:55.360Z] --- PASS: TestRemoveContainerRunning (0.68s)
13:58:55 [2021-05-06T13:58:55.360Z] === RUN   TestRemoveContainerForceRemoveRunning
13:58:55 [2021-05-06T13:58:55.637Z] --- PASS: TestRenameContainerWithSameName (0.71s)
13:58:55 [2021-05-06T13:58:55.637Z] === RUN   TestRenameContainerWithLinkedContainer
13:58:55 [2021-05-06T13:58:55.746Z] === CONT  TestStopContainerWithTimeout/1
13:58:55 [2021-05-06T13:58:55.918Z] --- PASS: TestBuildMultiStageParentConfig (0.94s)
13:58:55 [2021-05-06T13:58:55.918Z] === RUN   TestBuildLabelWithTargets
13:58:56 [2021-05-06T13:58:56.301Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.64s)
13:58:56 [2021-05-06T13:58:56.302Z] === RUN   TestRemoveInvalidContainer
13:58:56 [2021-05-06T13:58:56.302Z] --- PASS: TestRemoveInvalidContainer (0.01s)
13:58:56 [2021-05-06T13:58:56.302Z] === RUN   TestRenameLinkedContainer
13:58:56 [2021-05-06T13:58:56.688Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
13:58:57 [2021-05-06T13:58:57.002Z] --- PASS: TestRenameContainerWithLinkedContainer (1.40s)
13:58:57 [2021-05-06T13:58:57.002Z] === RUN   TestResize
13:58:57 [2021-05-06T13:58:57.831Z] --- PASS: TestBuildLabelWithTargets (1.67s)
13:58:57 [2021-05-06T13:58:57.831Z] === RUN   TestBuildWithEmptyLayers
13:58:57 [2021-05-06T13:58:57.929Z] --- PASS: TestResize (0.72s)
13:58:57 [2021-05-06T13:58:57.929Z] === RUN   TestResizeWithInvalidSize
13:58:58 [2021-05-06T13:58:58.071Z] --- PASS: TestStopContainerWithTimeout (0.02s)
13:58:58 [2021-05-06T13:58:58.071Z]     --- PASS: TestStopContainerWithTimeout/0 (1.96s)
13:58:58 [2021-05-06T13:58:58.071Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.90s)
13:58:58 [2021-05-06T13:58:58.071Z]     --- PASS: TestStopContainerWithTimeout/3 (3.09s)
13:58:58 [2021-05-06T13:58:58.071Z]     --- PASS: TestStopContainerWithTimeout/1 (2.25s)
13:58:58 [2021-05-06T13:58:58.071Z] === RUN   TestDeleteDevicemapper
13:58:58 [2021-05-06T13:58:58.071Z] --- SKIP: TestDeleteDevicemapper (0.00s)
13:58:58 [2021-05-06T13:58:58.071Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:58:58 [2021-05-06T13:58:58.071Z] === RUN   TestStopContainerWithRestartPolicyAlways
13:58:58 [2021-05-06T13:58:58.402Z] --- PASS: TestBuildWithEmptyLayers (0.76s)
13:58:58 [2021-05-06T13:58:58.402Z] === RUN   TestBuildMultiStageOnBuild
13:58:58 [2021-05-06T13:58:58.490Z] --- PASS: TestResizeWithInvalidSize (0.69s)
13:58:58 [2021-05-06T13:58:58.490Z] === RUN   TestResizeWhenContainerNotStarted
13:58:58 [2021-05-06T13:58:58.855Z] --- PASS: TestRenameLinkedContainer (2.65s)
13:58:58 [2021-05-06T13:58:58.855Z] === RUN   TestRenameStoppedContainer
13:58:59 [2021-05-06T13:58:59.416Z] --- PASS: TestResizeWhenContainerNotStarted (0.75s)
13:58:59 [2021-05-06T13:58:59.416Z] === RUN   TestDaemonRestartKillContainers
13:58:59 [2021-05-06T13:58:59.416Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:58:59 [2021-05-06T13:58:59.416Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:58:59 [2021-05-06T13:58:59.416Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:58:59 [2021-05-06T13:58:59.416Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:58:59 [2021-05-06T13:58:59.416Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:58:59 [2021-05-06T13:58:59.416Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:58:59 [2021-05-06T13:58:59.416Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:58:59 [2021-05-06T13:58:59.416Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:58:59 [2021-05-06T13:58:59.416Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:58:59 [2021-05-06T13:58:59.416Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:58:59 [2021-05-06T13:58:59.416Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:58:59 [2021-05-06T13:58:59.416Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:58:59 [2021-05-06T13:58:59.416Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:58:59 [2021-05-06T13:58:59.416Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:58:59 [2021-05-06T13:58:59.416Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:58:59 [2021-05-06T13:58:59.416Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:58:59 [2021-05-06T13:58:59.416Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:58:59 [2021-05-06T13:58:59.416Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:58:59 [2021-05-06T13:58:59.416Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:58:59 [2021-05-06T13:58:59.416Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:58:59 [2021-05-06T13:58:59.416Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:58:59 [2021-05-06T13:58:59.416Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:58:59 [2021-05-06T13:58:59.416Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:58:59 [2021-05-06T13:58:59.416Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:58:59 [2021-05-06T13:58:59.416Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:58:59 [2021-05-06T13:58:59.416Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:58:59 [2021-05-06T13:58:59.796Z] --- PASS: TestRenameStoppedContainer (0.83s)
13:58:59 [2021-05-06T13:58:59.796Z] === RUN   TestRenameRunningContainerAndReuse
13:59:00 [2021-05-06T13:59:00.945Z] --- PASS: TestBuildMultiStageOnBuild (2.45s)
13:59:00 [2021-05-06T13:59:00.945Z] === RUN   TestBuildUncleanTarFilenames
13:59:01 [2021-05-06T13:59:01.181Z] --- PASS: TestRenameRunningContainerAndReuse (1.32s)
13:59:01 [2021-05-06T13:59:01.181Z] === RUN   TestRenameInvalidName
13:59:01 [2021-05-06T13:59:01.752Z] --- PASS: TestRenameInvalidName (0.65s)
13:59:01 [2021-05-06T13:59:01.752Z] === RUN   TestRenameAnonymousContainer
13:59:01 [2021-05-06T13:59:01.886Z] --- PASS: TestBuildUncleanTarFilenames (1.16s)
13:59:01 [2021-05-06T13:59:01.886Z] === RUN   TestBuildMultiStageLayerLeak
13:59:01 [2021-05-06T13:59:01.934Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:59:01 [2021-05-06T13:59:01.934Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:59:02 [2021-05-06T13:59:02.277Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
13:59:02 [2021-05-06T13:59:02.277Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.36s)
13:59:02 [2021-05-06T13:59:02.277Z] === RUN   TestUpdateMemory
13:59:02 [2021-05-06T13:59:02.277Z] --- SKIP: TestUpdateMemory (0.00s)
13:59:02 [2021-05-06T13:59:02.277Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
13:59:02 [2021-05-06T13:59:02.277Z] === RUN   TestUpdateCPUQuota
13:59:02 [2021-05-06T13:59:02.861Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:59:03 [2021-05-06T13:59:03.117Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:59:03 [2021-05-06T13:59:03.219Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
13:59:03 [2021-05-06T13:59:03.790Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
13:59:04 [2021-05-06T13:59:04.043Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:59:04 [2021-05-06T13:59:04.301Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:59:04 [2021-05-06T13:59:04.361Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
13:59:04 [2021-05-06T13:59:04.429Z] --- PASS: TestBuildMultiStageLayerLeak (2.53s)
13:59:04 [2021-05-06T13:59:04.429Z] === RUN   TestBuildWithHugeFile
13:59:05 [2021-05-06T13:59:05.049Z] --- PASS: TestRenameAnonymousContainer (3.10s)
13:59:05 [2021-05-06T13:59:05.049Z] === RUN   TestRenameContainerWithSameName
13:59:05 [2021-05-06T13:59:05.312Z] --- PASS: TestRenameContainerWithSameName (0.68s)
13:59:05 [2021-05-06T13:59:05.312Z] === RUN   TestRenameContainerWithLinkedContainer
13:59:06 [2021-05-06T13:59:06.189Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:59:06 [2021-05-06T13:59:06.696Z] --- PASS: TestRenameContainerWithLinkedContainer (1.35s)
13:59:06 [2021-05-06T13:59:06.696Z] === RUN   TestResize
13:59:06 [2021-05-06T13:59:06.751Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:59:07 [2021-05-06T13:59:07.267Z] --- PASS: TestResize (0.68s)
13:59:07 [2021-05-06T13:59:07.267Z] === RUN   TestResizeWithInvalidSize
13:59:08 [2021-05-06T13:59:08.207Z] --- PASS: TestResizeWithInvalidSize (0.67s)
13:59:08 [2021-05-06T13:59:08.207Z] === RUN   TestResizeWhenContainerNotStarted
13:59:08 [2021-05-06T13:59:08.565Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
13:59:08 [2021-05-06T13:59:08.778Z] --- PASS: TestResizeWhenContainerNotStarted (0.65s)
13:59:08 [2021-05-06T13:59:08.778Z] === RUN   TestDaemonRestartKillContainers
13:59:08 [2021-05-06T13:59:08.778Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
13:59:08 [2021-05-06T13:59:08.778Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
13:59:08 [2021-05-06T13:59:08.778Z] === RUN   TestCgroupNamespacesRun
13:59:08 [2021-05-06T13:59:08.826Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
13:59:09 [2021-05-06T13:59:09.267Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:59:09 [2021-05-06T13:59:09.524Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:59:12 [2021-05-06T13:59:12.039Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
13:59:12 [2021-05-06T13:59:12.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.20s)
13:59:12 [2021-05-06T13:59:12.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.48s)
13:59:12 [2021-05-06T13:59:12.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.27s)
13:59:12 [2021-05-06T13:59:12.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.31s)
13:59:12 [2021-05-06T13:59:12.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.26s)
13:59:12 [2021-05-06T13:59:12.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.29s)
13:59:12 [2021-05-06T13:59:12.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.18s)
13:59:12 [2021-05-06T13:59:12.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.23s)
13:59:12 [2021-05-06T13:59:12.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.97s)
13:59:12 [2021-05-06T13:59:12.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.01s)
13:59:12 [2021-05-06T13:59:12.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.22s)
13:59:12 [2021-05-06T13:59:12.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.21s)
13:59:12 [2021-05-06T13:59:12.039Z] === RUN   TestCgroupNamespacesRun
13:59:12 [2021-05-06T13:59:12.077Z] --- PASS: TestCgroupNamespacesRun (2.90s)
13:59:12 [2021-05-06T13:59:12.077Z] === RUN   TestCgroupNamespacesRunPrivileged
13:59:12 [2021-05-06T13:59:12.128Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
13:59:12 [2021-05-06T13:59:12.699Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
13:59:12 [2021-05-06T13:59:12.961Z] --- PASS: TestUpdateCPUQuota (10.75s)
13:59:12 [2021-05-06T13:59:12.961Z] === RUN   TestUpdatePidsLimit
13:59:12 [2021-05-06T13:59:12.961Z] === RUN   TestUpdatePidsLimit/update_from_none
13:59:13 [2021-05-06T13:59:13.928Z] --- PASS: TestCgroupNamespacesRun (1.83s)
13:59:13 [2021-05-06T13:59:13.928Z] === RUN   TestCgroupNamespacesRunPrivileged
13:59:13 [2021-05-06T13:59:13.928Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
13:59:13 [2021-05-06T13:59:13.928Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
13:59:13 [2021-05-06T13:59:13.928Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
13:59:13 [2021-05-06T13:59:13.990Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.39s)
13:59:13 [2021-05-06T13:59:13.990Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
13:59:14 [2021-05-06T13:59:14.346Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
13:59:14 [2021-05-06T13:59:14.346Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
13:59:14 [2021-05-06T13:59:14.346Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
13:59:14 [2021-05-06T13:59:14.346Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
13:59:14 [2021-05-06T13:59:14.346Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
13:59:14 [2021-05-06T13:59:14.346Z] === RUN   TestUpdatePidsLimit/no_change
13:59:15 [2021-05-06T13:59:15.729Z] === RUN   TestUpdatePidsLimit/update_lower
13:59:15 [2021-05-06T13:59:15.818Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.81s)
13:59:15 [2021-05-06T13:59:15.819Z] === RUN   TestCgroupNamespacesRunHostMode
13:59:16 [2021-05-06T13:59:16.301Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
13:59:16 [2021-05-06T13:59:16.873Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
13:59:17 [2021-05-06T13:59:17.213Z] --- PASS: TestCgroupNamespacesRunHostMode (1.88s)
13:59:17 [2021-05-06T13:59:17.213Z] === RUN   TestCgroupNamespacesRunPrivateMode
13:59:17 [2021-05-06T13:59:17.287Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.88s)
13:59:17 [2021-05-06T13:59:17.288Z] === RUN   TestCgroupNamespacesRunHostMode
13:59:18 [2021-05-06T13:59:18.257Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
13:59:19 [2021-05-06T13:59:19.101Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.87s)
13:59:19 [2021-05-06T13:59:19.101Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
13:59:19 [2021-05-06T13:59:19.199Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
13:59:19 [2021-05-06T13:59:19.770Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
13:59:19 [2021-05-06T13:59:19.831Z] --- PASS: TestCgroupNamespacesRunHostMode (2.92s)
13:59:19 [2021-05-06T13:59:19.831Z] === RUN   TestCgroupNamespacesRunPrivateMode
13:59:19 [2021-05-06T13:59:19.864Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
13:59:19 [2021-05-06T13:59:19.864Z] 
13:59:19 [2021-05-06T13:59:19.864Z]  ________   ____  __.
13:59:19 [2021-05-06T13:59:19.864Z]  \_____  \ |    |/ _|
13:59:19 [2021-05-06T13:59:19.864Z]  /   |   \|      <
13:59:19 [2021-05-06T13:59:19.864Z]  /    |    \    |  \
13:59:19 [2021-05-06T13:59:19.864Z]  \_______  /____|__ \
13:59:19 [2021-05-06T13:59:19.864Z]          \/        \/
13:59:19 [2021-05-06T13:59:19.864Z] 
13:59:19 [2021-05-06T13:59:19.864Z] INFO: make.ps1 ended at 05/06/2021 13:59:14
13:59:19 [2021-05-06T13:59:19.864Z] INFO: Binaries build ended at 05/06/2021 13:59:16. Duration:00:01:13.7135342
13:59:19 [2021-05-06T13:59:19.864Z] INFO: Copying the built daemon binary to d:\CI\PR-42098\7\binary\dockerd-47dcc4db6f.exe...
13:59:19 [2021-05-06T13:59:19.864Z] INFO: Copying the built client binary to d:\CI\PR-42098\7\binary\docker-47dcc4db6f.exe...
13:59:19 [2021-05-06T13:59:19.864Z] INFO: Copying dockerversion from the container...
13:59:19 [2021-05-06T13:59:19.864Z] INFO: Copying the golang package from the container to d:\CI\PR-42098\7\installer\go.zip...
13:59:19 [2021-05-06T13:59:19.864Z] INFO: Extracting go.zip to d:\CI\PR-42098\7\go
13:59:20 [2021-05-06T13:59:20.342Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
13:59:20 [2021-05-06T13:59:20.466Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.34s)
13:59:20 [2021-05-06T13:59:20.466Z] === RUN   TestCgroupNamespacesRunInvalidMode
13:59:21 [2021-05-06T13:59:21.285Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
13:59:21 [2021-05-06T13:59:21.398Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.83s)
13:59:21 [2021-05-06T13:59:21.398Z] === RUN   TestCgroupNamespacesRunOlderClient
13:59:22 [2021-05-06T13:59:22.671Z] --- PASS: TestUpdatePidsLimit (9.51s)
13:59:22 [2021-05-06T13:59:22.671Z]     --- PASS: TestUpdatePidsLimit/update_from_none (1.14s)
13:59:22 [2021-05-06T13:59:22.671Z]     --- PASS: TestUpdatePidsLimit/no_change (1.30s)
13:59:22 [2021-05-06T13:59:22.671Z]     --- PASS: TestUpdatePidsLimit/update_lower (1.24s)
13:59:22 [2021-05-06T13:59:22.671Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (1.26s)
13:59:22 [2021-05-06T13:59:22.671Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (1.27s)
13:59:22 [2021-05-06T13:59:22.671Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (1.09s)
13:59:22 [2021-05-06T13:59:22.671Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (1.34s)
13:59:22 [2021-05-06T13:59:22.671Z] === RUN   TestUpdateRestartPolicy
13:59:23 [2021-05-06T13:59:23.129Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.90s)
13:59:23 [2021-05-06T13:59:23.129Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
13:59:23 [2021-05-06T13:59:23.287Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.85s)
13:59:23 [2021-05-06T13:59:23.287Z] === RUN   TestKernelTCPMemory
13:59:23 [2021-05-06T13:59:23.287Z] --- SKIP: TestKernelTCPMemory (0.01s)
13:59:23 [2021-05-06T13:59:23.287Z]     run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP
13:59:23 [2021-05-06T13:59:23.287Z] === RUN   TestNISDomainname
13:59:23 [2021-05-06T13:59:23.350Z] tests/integration/api_network_test.py ............................       [ 47%]
13:59:24 [2021-05-06T13:59:24.654Z] --- PASS: TestNISDomainname (1.33s)
13:59:24 [2021-05-06T13:59:24.654Z] === RUN   TestHostnameDnsResolution
13:59:25 [2021-05-06T13:59:25.041Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.40s)
13:59:25 [2021-05-06T13:59:25.041Z] === RUN   TestCgroupNamespacesRunInvalidMode
13:59:26 [2021-05-06T13:59:26.542Z] --- PASS: TestHostnameDnsResolution (1.69s)
13:59:26 [2021-05-06T13:59:26.542Z] === RUN   TestStats
13:59:26 [2021-05-06T13:59:26.875Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
13:59:26 [2021-05-06T13:59:26.952Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.98s)
13:59:26 [2021-05-06T13:59:26.952Z] === RUN   TestCgroupNamespacesRunOlderClient
13:59:27 [2021-05-06T13:59:27.447Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
13:59:29 [2021-05-06T13:59:29.054Z] --- PASS: TestStats (2.74s)
13:59:29 [2021-05-06T13:59:29.054Z] === RUN   TestStopContainerWithTimeout
13:59:29 [2021-05-06T13:59:29.054Z] === RUN   TestStopContainerWithTimeout/0
13:59:29 [2021-05-06T13:59:29.054Z] === PAUSE TestStopContainerWithTimeout/0
13:59:29 [2021-05-06T13:59:29.054Z] === RUN   TestStopContainerWithTimeout/1
13:59:29 [2021-05-06T13:59:29.054Z] === PAUSE TestStopContainerWithTimeout/1
13:59:29 [2021-05-06T13:59:29.054Z] === RUN   TestStopContainerWithTimeout/3
13:59:29 [2021-05-06T13:59:29.054Z] === PAUSE TestStopContainerWithTimeout/3
13:59:29 [2021-05-06T13:59:29.054Z] === RUN   TestStopContainerWithTimeout/-1
13:59:29 [2021-05-06T13:59:29.054Z] === PAUSE TestStopContainerWithTimeout/-1
13:59:29 [2021-05-06T13:59:29.054Z] === CONT  TestStopContainerWithTimeout/0
13:59:29 [2021-05-06T13:59:29.054Z] === CONT  TestStopContainerWithTimeout/-1
13:59:29 [2021-05-06T13:59:29.980Z] === CONT  TestStopContainerWithTimeout/3
13:59:30 [2021-05-06T13:59:30.174Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
13:59:30 [2021-05-06T13:59:30.251Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.92s)
13:59:30 [2021-05-06T13:59:30.251Z] === RUN   TestKernelTCPMemory
13:59:30 [2021-05-06T13:59:30.251Z] --- SKIP: TestKernelTCPMemory (0.01s)
13:59:30 [2021-05-06T13:59:30.251Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
13:59:30 [2021-05-06T13:59:30.251Z] === RUN   TestNISDomainname
13:59:30 [2021-05-06T13:59:30.251Z] --- SKIP: TestNISDomainname (0.01s)
13:59:30 [2021-05-06T13:59:30.251Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
13:59:30 [2021-05-06T13:59:30.251Z] === RUN   TestHostnameDnsResolution
13:59:30 [2021-05-06T13:59:30.747Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
13:59:30 [2021-05-06T13:59:30.747Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
13:59:31 [2021-05-06T13:59:31.635Z] --- PASS: TestHostnameDnsResolution (1.72s)
13:59:31 [2021-05-06T13:59:31.635Z] === RUN   TestStats
13:59:31 [2021-05-06T13:59:31.635Z] --- SKIP: TestStats (0.00s)
13:59:31 [2021-05-06T13:59:31.635Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
13:59:31 [2021-05-06T13:59:31.635Z] === RUN   TestStopContainerWithTimeout
13:59:31 [2021-05-06T13:59:31.635Z] === RUN   TestStopContainerWithTimeout/0
13:59:31 [2021-05-06T13:59:31.635Z] === PAUSE TestStopContainerWithTimeout/0
13:59:31 [2021-05-06T13:59:31.635Z] === RUN   TestStopContainerWithTimeout/1
13:59:31 [2021-05-06T13:59:31.635Z] === PAUSE TestStopContainerWithTimeout/1
13:59:31 [2021-05-06T13:59:31.635Z] === RUN   TestStopContainerWithTimeout/3
13:59:31 [2021-05-06T13:59:31.635Z] === PAUSE TestStopContainerWithTimeout/3
13:59:31 [2021-05-06T13:59:31.635Z] === RUN   TestStopContainerWithTimeout/-1
13:59:31 [2021-05-06T13:59:31.635Z] === PAUSE TestStopContainerWithTimeout/-1
13:59:31 [2021-05-06T13:59:31.635Z] === CONT  TestStopContainerWithTimeout/0
13:59:31 [2021-05-06T13:59:31.635Z] === CONT  TestStopContainerWithTimeout/-1
13:59:32 [2021-05-06T13:59:32.066Z] tests/integration/api_secret_test.py .....                               [ 51%]
13:59:32 [2021-05-06T13:59:32.497Z] === CONT  TestStopContainerWithTimeout/1
13:59:33 [2021-05-06T13:59:33.019Z] === CONT  TestStopContainerWithTimeout/3
13:59:33 [2021-05-06T13:59:33.904Z] --- PASS: TestStopContainerWithTimeout (0.02s)
13:59:33 [2021-05-06T13:59:33.905Z]     --- PASS: TestStopContainerWithTimeout/0 (1.05s)
13:59:33 [2021-05-06T13:59:33.905Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.11s)
13:59:33 [2021-05-06T13:59:33.905Z]     --- PASS: TestStopContainerWithTimeout/3 (2.71s)
13:59:33 [2021-05-06T13:59:33.905Z]     --- PASS: TestStopContainerWithTimeout/1 (1.73s)
13:59:33 [2021-05-06T13:59:33.905Z] === RUN   TestDeleteDevicemapper
13:59:33 [2021-05-06T13:59:33.905Z] --- SKIP: TestDeleteDevicemapper (0.00s)
13:59:33 [2021-05-06T13:59:33.905Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:59:33 [2021-05-06T13:59:33.905Z] === RUN   TestStopContainerWithRestartPolicyAlways
13:59:34 [2021-05-06T13:59:34.055Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
13:59:34 [2021-05-06T13:59:34.930Z] === CONT  TestStopContainerWithTimeout/1
13:59:36 [2021-05-06T13:59:36.420Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.46s)
13:59:36 [2021-05-06T13:59:36.420Z] === RUN   TestUpdateMemory
13:59:36 [2021-05-06T13:59:36.423Z] tests/integration/api_service_test.py ....................s............. [ 60%]
13:59:36 [2021-05-06T13:59:36.842Z] --- PASS: TestStopContainerWithTimeout (0.01s)
13:59:36 [2021-05-06T13:59:36.842Z]     --- PASS: TestStopContainerWithTimeout/0 (1.12s)
13:59:36 [2021-05-06T13:59:36.842Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.08s)
13:59:36 [2021-05-06T13:59:36.842Z]     --- PASS: TestStopContainerWithTimeout/3 (2.63s)
13:59:36 [2021-05-06T13:59:36.842Z]     --- PASS: TestStopContainerWithTimeout/1 (1.65s)
13:59:36 [2021-05-06T13:59:36.842Z] === RUN   TestDeleteDevicemapper
13:59:36 [2021-05-06T13:59:36.842Z] --- SKIP: TestDeleteDevicemapper (0.00s)
13:59:36 [2021-05-06T13:59:36.842Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:59:36 [2021-05-06T13:59:36.842Z] === RUN   TestStopContainerWithRestartPolicyAlways
13:59:37 [2021-05-06T13:59:37.354Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
13:59:37 [2021-05-06T13:59:37.786Z] --- PASS: TestUpdateMemory (1.30s)
13:59:37 [2021-05-06T13:59:37.786Z] === RUN   TestUpdateCPUQuota
13:59:37 [2021-05-06T13:59:37.925Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
13:59:38 [2021-05-06T13:59:38.186Z] --- PASS: TestUpdateRestartPolicy (15.59s)
13:59:38 [2021-05-06T13:59:38.186Z] === RUN   TestUpdateRestartWithAutoRemove
13:59:38 [2021-05-06T13:59:38.755Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.19s)
13:59:38 [2021-05-06T13:59:38.755Z] === RUN   TestUpdateMemory
13:59:38 [2021-05-06T13:59:38.755Z] --- SKIP: TestUpdateMemory (0.00s)
13:59:38 [2021-05-06T13:59:38.755Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
13:59:38 [2021-05-06T13:59:38.755Z] === RUN   TestUpdateCPUQuota
13:59:38 [2021-05-06T13:59:38.755Z] --- SKIP: TestUpdateCPUQuota (0.00s)
13:59:38 [2021-05-06T13:59:38.755Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
13:59:38 [2021-05-06T13:59:38.755Z] === RUN   TestUpdatePidsLimit
13:59:38 [2021-05-06T13:59:38.755Z] --- SKIP: TestUpdatePidsLimit (0.00s)
13:59:38 [2021-05-06T13:59:38.755Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
13:59:38 [2021-05-06T13:59:38.755Z] === RUN   TestUpdateRestartPolicy
13:59:39 [2021-05-06T13:59:39.571Z] --- PASS: TestUpdateRestartWithAutoRemove (1.40s)
13:59:39 [2021-05-06T13:59:39.571Z] === RUN   TestWaitNonBlocked
13:59:39 [2021-05-06T13:59:39.571Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
13:59:39 [2021-05-06T13:59:39.571Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
13:59:39 [2021-05-06T13:59:39.571Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
13:59:39 [2021-05-06T13:59:39.571Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
13:59:39 [2021-05-06T13:59:39.571Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
13:59:39 [2021-05-06T13:59:39.571Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
13:59:40 [2021-05-06T13:59:40.889Z] INFO: Extraction ended at 05/06/2021 13:59:39. Duration:00:00:20.7279446
13:59:40 [2021-05-06T13:59:40.889Z] INFO: Updating the golang and path environment variables
13:59:40 [2021-05-06T13:59:40.889Z] INFO: GOPATH=d:\gopath
13:59:40 [2021-05-06T13:59:40.889Z] INFO: go version go1.13.15 windows/amd64
13:59:40 [2021-05-06T13:59:40.889Z] INFO: Running the daemon under test in debug mode
13:59:40 [2021-05-06T13:59:40.889Z] INFO: Starting a daemon under test...
13:59:40 [2021-05-06T13:59:40.889Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42098\7\daemon --pidfile d:\CI\PR-42098\7\docker.pid -D
13:59:40 [2021-05-06T13:59:40.889Z] INFO: Process started successfully.
13:59:40 [2021-05-06T13:59:40.889Z] INFO: Start tailing logs of the daemon under tests
13:59:40 [2021-05-06T13:59:40.889Z] INFO: Waiting for the daemon under test to start...
13:59:41 [2021-05-06T13:59:41.483Z] --- PASS: TestWaitNonBlocked (0.02s)
13:59:41 [2021-05-06T13:59:41.483Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.73s)
13:59:41 [2021-05-06T13:59:41.483Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.93s)
13:59:41 [2021-05-06T13:59:41.483Z] === RUN   TestWaitBlocked
13:59:41 [2021-05-06T13:59:41.483Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
13:59:41 [2021-05-06T13:59:41.483Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
13:59:41 [2021-05-06T13:59:41.483Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
13:59:41 [2021-05-06T13:59:41.483Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
13:59:41 [2021-05-06T13:59:41.483Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
13:59:41 [2021-05-06T13:59:41.483Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
13:59:42 [2021-05-06T13:59:42.426Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
13:59:43 [2021-05-06T13:59:43.814Z] --- PASS: TestWaitBlocked (0.03s)
13:59:43 [2021-05-06T13:59:43.814Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.75s)
13:59:43 [2021-05-06T13:59:43.814Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.96s)
13:59:43 [2021-05-06T13:59:43.814Z] === CONT  TestContainerStartOnDaemonRestart
13:59:43 [2021-05-06T13:59:43.814Z] === CONT  TestContainerKillOnDaemonStart
13:59:45 [2021-05-06T13:59:45.866Z] --- PASS: TestUpdateCPUQuota (6.90s)
13:59:45 [2021-05-06T13:59:45.866Z] === RUN   TestUpdatePidsLimit
13:59:45 [2021-05-06T13:59:45.866Z] === RUN   TestUpdatePidsLimit/update_from_none
13:59:45 [2021-05-06T13:59:45.866Z] === RUN   TestUpdatePidsLimit/no_change
13:59:45 [2021-05-06T13:59:45.866Z] === RUN   TestUpdatePidsLimit/update_lower
13:59:46 [2021-05-06T13:59:46.795Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
13:59:47 [2021-05-06T13:59:47.115Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
13:59:47 [2021-05-06T13:59:47.115Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
13:59:47 [2021-05-06T13:59:47.356Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
13:59:47 [2021-05-06T13:59:47.688Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
13:59:47 [2021-05-06T13:59:47.918Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
13:59:47 [2021-05-06T13:59:47.949Z] --- PASS: TestContainerStartOnDaemonRestart (4.43s)
13:59:47 [2021-05-06T13:59:47.949Z] === CONT  TestIpcModeOlderClient
13:59:47 [2021-05-06T13:59:47.949Z] --- PASS: TestIpcModeOlderClient (0.10s)
13:59:47 [2021-05-06T13:59:47.949Z] === CONT  TestDaemonHostGatewayIP
13:59:48 [2021-05-06T13:59:48.846Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
13:59:49 [2021-05-06T13:59:49.334Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
13:59:49 [2021-05-06T13:59:49.334Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
13:59:50 [2021-05-06T13:59:50.211Z] --- PASS: TestUpdatePidsLimit (5.55s)
13:59:50 [2021-05-06T13:59:50.211Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.70s)
13:59:50 [2021-05-06T13:59:50.211Z]     --- PASS: TestUpdatePidsLimit/no_change (0.70s)
13:59:50 [2021-05-06T13:59:50.211Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.70s)
13:59:50 [2021-05-06T13:59:50.211Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.70s)
13:59:50 [2021-05-06T13:59:50.211Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.71s)
13:59:50 [2021-05-06T13:59:50.211Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.70s)
13:59:50 [2021-05-06T13:59:50.211Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.75s)
13:59:50 [2021-05-06T13:59:50.211Z] === RUN   TestUpdateRestartPolicy
13:59:50 [2021-05-06T13:59:50.848Z] ..........................                                               [ 67%]
13:59:50 [2021-05-06T13:59:50.980Z] --- PASS: TestUpdateRestartPolicy (12.43s)
13:59:50 [2021-05-06T13:59:50.980Z] === RUN   TestUpdateRestartWithAutoRemove
13:59:51 [2021-05-06T13:59:51.168Z] --- PASS: TestBuildWithHugeFile (45.33s)
13:59:51 [2021-05-06T13:59:51.168Z] === RUN   TestBuildWCOWSandboxSize
13:59:51 [2021-05-06T13:59:51.168Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s)
13:59:51 [2021-05-06T13:59:51.168Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
13:59:51 [2021-05-06T13:59:51.168Z] === RUN   TestBuildWithEmptyDockerfile
13:59:51 [2021-05-06T13:59:51.168Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
13:59:51 [2021-05-06T13:59:51.168Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
13:59:51 [2021-05-06T13:59:51.168Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:59:51 [2021-05-06T13:59:51.168Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:59:51 [2021-05-06T13:59:51.168Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:59:51 [2021-05-06T13:59:51.168Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:59:51 [2021-05-06T13:59:51.168Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
13:59:51 [2021-05-06T13:59:51.168Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:59:51 [2021-05-06T13:59:51.168Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:59:51 [2021-05-06T13:59:51.168Z] --- PASS: TestBuildWithEmptyDockerfile (0.18s)
13:59:51 [2021-05-06T13:59:51.168Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.17s)
13:59:51 [2021-05-06T13:59:51.168Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s)
13:59:51 [2021-05-06T13:59:51.168Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s)
13:59:51 [2021-05-06T13:59:51.168Z] === RUN   TestBuildPreserveOwnership
13:59:51 [2021-05-06T13:59:51.168Z] === RUN   TestBuildPreserveOwnership/copy_from
13:59:51 [2021-05-06T13:59:51.922Z] --- PASS: TestUpdateRestartWithAutoRemove (0.66s)
13:59:51 [2021-05-06T13:59:51.922Z] === RUN   TestWaitNonBlocked
13:59:51 [2021-05-06T13:59:51.922Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
13:59:51 [2021-05-06T13:59:51.922Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
13:59:51 [2021-05-06T13:59:51.922Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
13:59:51 [2021-05-06T13:59:51.922Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
13:59:51 [2021-05-06T13:59:51.922Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
13:59:51 [2021-05-06T13:59:51.922Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
13:59:52 [2021-05-06T13:59:52.862Z] --- PASS: TestWaitNonBlocked (0.01s)
13:59:52 [2021-05-06T13:59:52.862Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.05s)
13:59:52 [2021-05-06T13:59:52.862Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.08s)
13:59:52 [2021-05-06T13:59:52.862Z] === RUN   TestWaitBlocked
13:59:52 [2021-05-06T13:59:52.862Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
13:59:52 [2021-05-06T13:59:52.862Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
13:59:52 [2021-05-06T13:59:52.862Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
13:59:52 [2021-05-06T13:59:52.862Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
13:59:52 [2021-05-06T13:59:52.862Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
13:59:52 [2021-05-06T13:59:52.862Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
13:59:53 [2021-05-06T13:59:53.539Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
13:59:53 [2021-05-06T13:59:53.539Z] --- PASS: TestDaemonHostGatewayIP (5.23s)
13:59:53 [2021-05-06T13:59:53.539Z] === CONT  TestRestartDaemonWithRestartingContainer
13:59:53 [2021-05-06T13:59:53.799Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
13:59:54 [2021-05-06T13:59:54.253Z] --- PASS: TestWaitBlocked (0.02s)
13:59:54 [2021-05-06T13:59:54.253Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.10s)
13:59:54 [2021-05-06T13:59:54.253Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.15s)
13:59:54 [2021-05-06T13:59:54.253Z] === CONT  TestDaemonRestartIpcMode
13:59:54 [2021-05-06T13:59:54.253Z] === CONT  TestIpcModeOlderClient
13:59:54 [2021-05-06T13:59:54.253Z] --- PASS: TestIpcModeOlderClient (0.06s)
13:59:54 [2021-05-06T13:59:54.253Z] === CONT  TestRestartDaemonWithRestartingContainer
13:59:54 [2021-05-06T13:59:54.370Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
13:59:54 [2021-05-06T13:59:54.370Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
13:59:54 [2021-05-06T13:59:54.465Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
13:59:55 [2021-05-06T13:59:55.754Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
13:59:55 [2021-05-06T13:59:55.849Z] --- PASS: TestBuildPreserveOwnership (5.43s)
13:59:55 [2021-05-06T13:59:55.849Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.70s)
13:59:55 [2021-05-06T13:59:55.849Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.70s)
13:59:55 [2021-05-06T13:59:55.849Z] === RUN   TestBuildPlatformInvalid
13:59:55 [2021-05-06T13:59:55.849Z] --- PASS: TestBuildPlatformInvalid (0.16s)
13:59:55 [2021-05-06T13:59:55.849Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
13:59:57 [2021-05-06T13:59:57.139Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.97s)
13:59:57 [2021-05-06T13:59:57.139Z] === CONT  TestDaemonRestartIpcMode
13:59:57 [2021-05-06T13:59:57.400Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
13:59:58 [2021-05-06T13:59:58.341Z] --- PASS: TestContainerKillOnDaemonStart (14.86s)
13:59:58 [2021-05-06T13:59:58.914Z] === RUN   TestDockerSuite/TestBuildDockerignore
13:59:59 [2021-05-06T13:59:59.578Z] --- PASS: TestRestartDaemonWithRestartingContainer (5.63s)
13:59:59 [2021-05-06T13:59:59.858Z] --- PASS: TestDaemonRestartIpcMode (5.74s)
13:59:59 [2021-05-06T13:59:59.858Z] PASS
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === Skipped
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
13:59:59 [2021-05-06T13:59:59.858Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
13:59:59 [2021-05-06T13:59:59.858Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
13:59:59 [2021-05-06T13:59:59.858Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
13:59:59 [2021-05-06T13:59:59.858Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
13:59:59 [2021-05-06T13:59:59.858Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
13:59:59 [2021-05-06T13:59:59.858Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
13:59:59 [2021-05-06T13:59:59.858Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
13:59:59 [2021-05-06T13:59:59.858Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
13:59:59 [2021-05-06T13:59:59.858Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
13:59:59 [2021-05-06T13:59:59.858Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
13:59:59 [2021-05-06T13:59:59.858Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
13:59:59 [2021-05-06T13:59:59.858Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s)
13:59:59 [2021-05-06T13:59:59.858Z]     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)
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s)
13:59:59 [2021-05-06T13:59:59.858Z]     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)
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s)
13:59:59 [2021-05-06T13:59:59.858Z]     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)
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestPause (0.00s)
13:59:59 [2021-05-06T13:59:59.858Z]     pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none"
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
13:59:59 [2021-05-06T13:59:59.858Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s)
13:59:59 [2021-05-06T13:59:59.858Z]     pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none"
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
13:59:59 [2021-05-06T13:59:59.858Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s)
13:59:59 [2021-05-06T13:59:59.858Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s)
13:59:59 [2021-05-06T13:59:59.858Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestStats (0.00s)
13:59:59 [2021-05-06T13:59:59.858Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
13:59:59 [2021-05-06T13:59:59.858Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
13:59:59 [2021-05-06T13:59:59.858Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
13:59:59 [2021-05-06T13:59:59.858Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
13:59:59 [2021-05-06T13:59:59.858Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] 
13:59:59 [2021-05-06T13:59:59.858Z] DONE 178 tests, 26 skipped in 111.197s
13:59:59 [2021-05-06T13:59:59.858Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
13:59:59 [2021-05-06T13:59:59.859Z] INFO: Testing against a local daemon
13:59:59 [2021-05-06T13:59:59.859Z] === RUN   TestCommitInheritsEnv
13:59:59 [2021-05-06T13:59:59.863Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
14:00:01 [2021-05-06T14:00:01.263Z] --- PASS: TestCommitInheritsEnv (1.20s)
14:00:01 [2021-05-06T14:00:01.263Z] === RUN   TestImportExtremelyLargeImageWorks
14:00:01 [2021-05-06T14:00:01.263Z] === PAUSE TestImportExtremelyLargeImageWorks
14:00:01 [2021-05-06T14:00:01.263Z] === RUN   TestImagesFilterMultiReference
14:00:01 [2021-05-06T14:00:01.263Z] --- PASS: TestImagesFilterMultiReference (0.06s)
14:00:01 [2021-05-06T14:00:01.263Z] === RUN   TestImagePullPlatformInvalid
14:00:01 [2021-05-06T14:00:01.263Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
14:00:01 [2021-05-06T14:00:01.263Z] === RUN   TestRemoveImageOrphaning
14:00:01 [2021-05-06T14:00:01.870Z] .....INFO: Daemon under test started and replied!
14:00:01 [2021-05-06T14:00:01.870Z] INFO: Docker version of the daemon under test
14:00:01 [2021-05-06T14:00:01.870Z] 
14:00:01 [2021-05-06T14:00:01.870Z] Client:
14:00:01 [2021-05-06T14:00:01.870Z]  Version:      17.06.2-ce
14:00:01 [2021-05-06T14:00:01.870Z]  API version:  1.30
14:00:01 [2021-05-06T14:00:01.870Z]  Go version:   go1.8.3
14:00:01 [2021-05-06T14:00:01.870Z]  Git commit:   cec0b72
14:00:01 [2021-05-06T14:00:01.870Z]  Built:        Tue Sep  5 19:57:19 2017
14:00:01 [2021-05-06T14:00:01.870Z]  OS/Arch:      windows/amd64
14:00:01 [2021-05-06T14:00:01.870Z] 
14:00:01 [2021-05-06T14:00:01.870Z] Server:
14:00:01 [2021-05-06T14:00:01.870Z]  Version:      0.0.0-dev
14:00:01 [2021-05-06T14:00:01.870Z]  API version:  1.41 (minimum version 1.24)
14:00:01 [2021-05-06T14:00:01.870Z]  Go version:   go1.13.15
14:00:01 [2021-05-06T14:00:01.870Z]  Git commit:   47dcc4db6f
14:00:01 [2021-05-06T14:00:01.870Z]  Built:        05/06/2021 13:58:07
14:00:01 [2021-05-06T14:00:01.870Z]  OS/Arch:      windows/amd64
14:00:01 [2021-05-06T14:00:01.870Z]  Experimental: false
14:00:01 [2021-05-06T14:00:01.870Z] 
14:00:01 [2021-05-06T14:00:01.871Z] INFO: Docker info of the daemon under test
14:00:01 [2021-05-06T14:00:01.871Z] 
14:00:01 [2021-05-06T14:00:01.871Z] Containers: 0
14:00:01 [2021-05-06T14:00:01.871Z]  Running: 0
14:00:01 [2021-05-06T14:00:01.871Z]  Paused: 0
14:00:01 [2021-05-06T14:00:01.871Z]  Stopped: 0
14:00:01 [2021-05-06T14:00:01.871Z] Images: 0
14:00:01 [2021-05-06T14:00:01.871Z] Server Version: 0.0.0-dev
14:00:01 [2021-05-06T14:00:01.871Z] Storage Driver: windowsfilter
14:00:01 [2021-05-06T14:00:01.871Z]  Windows: 
14:00:01 [2021-05-06T14:00:01.871Z] Logging Driver: json-file
14:00:01 [2021-05-06T14:00:01.871Z] Plugins: 
14:00:01 [2021-05-06T14:00:01.871Z]  Volume: local
14:00:01 [2021-05-06T14:00:01.871Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
14:00:01 [2021-05-06T14:00:01.871Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
14:00:01 [2021-05-06T14:00:01.871Z] Swarm: inactive
14:00:01 [2021-05-06T14:00:01.871Z] Default Isolation: process
14:00:01 [2021-05-06T14:00:01.871Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
14:00:01 [2021-05-06T14:00:01.871Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757)
14:00:01 [2021-05-06T14:00:01.871Z] OSType: windows
14:00:01 [2021-05-06T14:00:01.871Z] Architecture: x86_64
14:00:01 [2021-05-06T14:00:01.871Z] CPUs: 4
14:00:01 [2021-05-06T14:00:01.871Z] Total Memory: 32GiB
14:00:01 [2021-05-06T14:00:01.871Z] Name: azwin-2-869860
14:00:01 [2021-05-06T14:00:01.871Z] ID: EEF5:N7NL:BUTU:ZKXE:IVBX:QCC5:3QBD:ZVZ5:6JPH:TKDR:C4RF:GQAE
14:00:01 [2021-05-06T14:00:01.871Z] Docker Root Dir: D:\CI\PR-42098\7\daemon
14:00:01 [2021-05-06T14:00:01.871Z] Debug Mode (client): false
14:00:01 [2021-05-06T14:00:01.871Z] Debug Mode (server): true
14:00:01 [2021-05-06T14:00:01.871Z]  File Descriptors: -1
14:00:01 [2021-05-06T14:00:01.871Z]  Goroutines: 16
14:00:01 [2021-05-06T14:00:01.871Z]  System Time: 2021-05-06T13:59:59.4462016Z
14:00:01 [2021-05-06T14:00:01.871Z]  EventsListeners: 0
14:00:01 [2021-05-06T14:00:01.871Z] Registry: https://index.docker.io/v1/
14:00:01 [2021-05-06T14:00:01.871Z] Labels:
14:00:01 [2021-05-06T14:00:01.871Z] Experimental: false
14:00:01 [2021-05-06T14:00:01.871Z] Insecure Registries:
14:00:01 [2021-05-06T14:00:01.871Z]  127.0.0.0/8
14:00:01 [2021-05-06T14:00:01.871Z] Live Restore Enabled: false
14:00:01 [2021-05-06T14:00:01.871Z] 
14:00:01 [2021-05-06T14:00:01.871Z] 
14:00:01 [2021-05-06T14:00:01.871Z] INFO: Docker images of the daemon under test
14:00:01 [2021-05-06T14:00:01.871Z] 
14:00:01 [2021-05-06T14:00:01.871Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
14:00:01 [2021-05-06T14:00:01.871Z] 
14:00:01 [2021-05-06T14:00:01.871Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore
14:00:01 [2021-05-06T14:00:01.871Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time...
14:00:01 [2021-05-06T14:00:01.871Z] ltsc2019: Pulling from windows/servercore
14:00:01 [2021-05-06T14:00:01.871Z] 4612f6d0b889: Pulling fs layer
14:00:01 [2021-05-06T14:00:01.871Z] 399f118dfaa9: Pulling fs layer
14:00:02 [2021-05-06T14:00:02.408Z] --- PASS: TestDaemonRestartIpcMode (4.84s)
14:00:02 [2021-05-06T14:00:02.408Z] PASS
14:00:02 [2021-05-06T14:00:02.408Z] 
14:00:02 [2021-05-06T14:00:02.408Z] === Skipped
14:00:02 [2021-05-06T14:00:02.408Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
14:00:02 [2021-05-06T14:00:02.408Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:00:02 [2021-05-06T14:00:02.408Z] 
14:00:02 [2021-05-06T14:00:02.408Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s)
14:00:02 [2021-05-06T14:00:02.408Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:00:02 [2021-05-06T14:00:02.408Z] 
14:00:02 [2021-05-06T14:00:02.408Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
14:00:02 [2021-05-06T14:00:02.408Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:00:02 [2021-05-06T14:00:02.408Z] 
14:00:02 [2021-05-06T14:00:02.408Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
14:00:02 [2021-05-06T14:00:02.408Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
14:00:02 [2021-05-06T14:00:02.408Z] 
14:00:02 [2021-05-06T14:00:02.408Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
14:00:02 [2021-05-06T14:00:02.408Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
14:00:02 [2021-05-06T14:00:02.408Z] 
14:00:02 [2021-05-06T14:00:02.408Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
14:00:02 [2021-05-06T14:00:02.408Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
14:00:02 [2021-05-06T14:00:02.408Z] 
14:00:02 [2021-05-06T14:00:02.408Z] 
14:00:02 [2021-05-06T14:00:02.408Z] DONE 197 tests, 6 skipped in 246.239s
14:00:02 [2021-05-06T14:00:02.408Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
14:00:02 [2021-05-06T14:00:02.408Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m
14:00:02 [2021-05-06T14:00:02.408Z] ++ set -e
14:00:02 [2021-05-06T14:00:02.408Z] ++ '[' -n 0 ']'
14:00:02 [2021-05-06T14:00:02.408Z] ++ set -x
14:00:02 [2021-05-06T14:00:02.408Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m
14:00:02 [2021-05-06T14:00:02.408Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
14:00:02 [2021-05-06T14:00:02.408Z] INFO: Testing against a local daemon
14:00:02 [2021-05-06T14:00:02.408Z] === RUN   TestCommitInheritsEnv
14:00:02 [2021-05-06T14:00:02.669Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
14:00:02 [2021-05-06T14:00:02.930Z] --- PASS: TestCommitInheritsEnv (0.52s)
14:00:02 [2021-05-06T14:00:02.930Z] === RUN   TestImportExtremelyLargeImageWorks
14:00:02 [2021-05-06T14:00:02.930Z] === PAUSE TestImportExtremelyLargeImageWorks
14:00:02 [2021-05-06T14:00:02.930Z] === RUN   TestImagesFilterMultiReference
14:00:02 [2021-05-06T14:00:02.930Z] --- PASS: TestImagesFilterMultiReference (0.08s)
14:00:02 [2021-05-06T14:00:02.930Z] === RUN   TestImagePullPlatformInvalid
14:00:02 [2021-05-06T14:00:02.930Z] --- PASS: TestImagePullPlatformInvalid (0.05s)
14:00:02 [2021-05-06T14:00:02.930Z] === RUN   TestRemoveImageOrphaning
14:00:03 [2021-05-06T14:00:03.175Z] --- PASS: TestRemoveImageOrphaning (1.93s)
14:00:03 [2021-05-06T14:00:03.175Z] === RUN   TestRemoveImageGarbageCollector
14:00:03 [2021-05-06T14:00:03.175Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
14:00:03 [2021-05-06T14:00:03.175Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
14:00:03 [2021-05-06T14:00:03.175Z] === RUN   TestTagUnprefixedRepoByNameOrName
14:00:03 [2021-05-06T14:00:03.175Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
14:00:03 [2021-05-06T14:00:03.175Z] === RUN   TestTagInvalidReference
14:00:03 [2021-05-06T14:00:03.175Z] --- PASS: TestTagInvalidReference (0.01s)
14:00:03 [2021-05-06T14:00:03.175Z] === RUN   TestTagValidPrefixedRepo
14:00:03 [2021-05-06T14:00:03.175Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
14:00:03 [2021-05-06T14:00:03.175Z] === RUN   TestTagExistedNameWithoutForce
14:00:03 [2021-05-06T14:00:03.175Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
14:00:03 [2021-05-06T14:00:03.175Z] === RUN   TestTagOfficialNames
14:00:03 [2021-05-06T14:00:03.435Z] --- PASS: TestTagOfficialNames (0.06s)
14:00:03 [2021-05-06T14:00:03.435Z] === RUN   TestTagMatchesDigest
14:00:03 [2021-05-06T14:00:03.435Z] --- PASS: TestTagMatchesDigest (0.01s)
14:00:03 [2021-05-06T14:00:03.435Z] === CONT  TestImportExtremelyLargeImageWorks
14:00:03 [2021-05-06T14:00:03.501Z] --- PASS: TestRemoveImageOrphaning (0.47s)
14:00:03 [2021-05-06T14:00:03.501Z] === RUN   TestRemoveImageGarbageCollector
14:00:03 [2021-05-06T14:00:03.762Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
14:00:05 [2021-05-06T14:00:05.043Z] --- PASS: TestUpdateRestartPolicy (12.72s)
14:00:05 [2021-05-06T14:00:05.043Z] === RUN   TestUpdateRestartWithAutoRemove
14:00:05 [2021-05-06T14:00:05.043Z] --- PASS: TestUpdateRestartWithAutoRemove (0.77s)
14:00:05 [2021-05-06T14:00:05.043Z] === RUN   TestWaitNonBlocked
14:00:05 [2021-05-06T14:00:05.043Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
14:00:05 [2021-05-06T14:00:05.043Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
14:00:05 [2021-05-06T14:00:05.043Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
14:00:05 [2021-05-06T14:00:05.043Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
14:00:05 [2021-05-06T14:00:05.043Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
14:00:05 [2021-05-06T14:00:05.043Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
14:00:05 [2021-05-06T14:00:05.043Z] --- PASS: TestWaitNonBlocked (0.01s)
14:00:05 [2021-05-06T14:00:05.043Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.01s)
14:00:05 [2021-05-06T14:00:05.043Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.03s)
14:00:05 [2021-05-06T14:00:05.043Z] === RUN   TestWaitBlocked
14:00:05 [2021-05-06T14:00:05.043Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
14:00:05 [2021-05-06T14:00:05.043Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
14:00:05 [2021-05-06T14:00:05.043Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
14:00:05 [2021-05-06T14:00:05.043Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
14:00:05 [2021-05-06T14:00:05.043Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
14:00:05 [2021-05-06T14:00:05.043Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
14:00:05 [2021-05-06T14:00:05.970Z] --- PASS: TestWaitBlocked (0.01s)
14:00:05 [2021-05-06T14:00:05.970Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.02s)
14:00:05 [2021-05-06T14:00:05.970Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.16s)
14:00:05 [2021-05-06T14:00:05.970Z] === CONT  TestContainerStartOnDaemonRestart
14:00:05 [2021-05-06T14:00:05.970Z] === CONT  TestContainerKillOnDaemonStart
14:00:07 [2021-05-06T14:00:07.061Z] --- PASS: TestRemoveImageGarbageCollector (3.21s)
14:00:07 [2021-05-06T14:00:07.061Z] === RUN   TestTagUnprefixedRepoByNameOrName
14:00:07 [2021-05-06T14:00:07.061Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s)
14:00:07 [2021-05-06T14:00:07.061Z] === RUN   TestTagInvalidReference
14:00:07 [2021-05-06T14:00:07.061Z] --- PASS: TestTagInvalidReference (0.03s)
14:00:07 [2021-05-06T14:00:07.061Z] === RUN   TestTagValidPrefixedRepo
14:00:07 [2021-05-06T14:00:07.061Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
14:00:07 [2021-05-06T14:00:07.061Z] === RUN   TestTagExistedNameWithoutForce
14:00:07 [2021-05-06T14:00:07.061Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
14:00:07 [2021-05-06T14:00:07.061Z] === RUN   TestTagOfficialNames
14:00:07 [2021-05-06T14:00:07.061Z] --- PASS: TestTagOfficialNames (0.06s)
14:00:07 [2021-05-06T14:00:07.061Z] === RUN   TestTagMatchesDigest
14:00:07 [2021-05-06T14:00:07.061Z] --- PASS: TestTagMatchesDigest (0.02s)
14:00:07 [2021-05-06T14:00:07.061Z] === CONT  TestImportExtremelyLargeImageWorks
14:00:07 [2021-05-06T14:00:07.612Z] 399f118dfaa9: Verifying Checksum
14:00:07 [2021-05-06T14:00:07.612Z] 399f118dfaa9: Download complete
14:00:09 [2021-05-06T14:00:09.238Z] --- PASS: TestContainerStartOnDaemonRestart (2.99s)
14:00:09 [2021-05-06T14:00:09.238Z] === CONT  TestRestartDaemonWithRestartingContainer
14:00:10 [2021-05-06T14:00:10.757Z] Loaded image: buildpack-deps:buster
14:00:10 [2021-05-06T14:00:10.757Z] Loaded image: busybox:latest
14:00:10 [2021-05-06T14:00:10.757Z] Loaded image: busybox:glibc
14:00:11 [2021-05-06T14:00:11.017Z] Loaded image: debian:bullseye
14:00:11 [2021-05-06T14:00:11.265Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
14:00:11 [2021-05-06T14:00:11.278Z] Loaded image: hello-world:latest
14:00:11 [2021-05-06T14:00:11.278Z] Loaded image: arm32v7/hello-world:latest
14:00:11 [2021-05-06T14:00:11.752Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.85s)
14:00:11 [2021-05-06T14:00:11.752Z] === CONT  TestDaemonHostGatewayIP
14:00:12 [2021-05-06T14:00:12.208Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
14:00:12 [2021-05-06T14:00:12.779Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
14:00:13 [2021-05-06T14:00:13.721Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
14:00:13 [2021-05-06T14:00:13.981Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
14:00:14 [2021-05-06T14:00:14.610Z] 4612f6d0b889: Verifying Checksum
14:00:14 [2021-05-06T14:00:14.610Z] 4612f6d0b889: Download complete
14:00:15 [2021-05-06T14:00:15.894Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
14:00:15 [2021-05-06T14:00:15.919Z] --- PASS: TestDaemonHostGatewayIP (3.88s)
14:00:15 [2021-05-06T14:00:15.919Z] === CONT  TestDaemonRestartIpcMode
14:00:18 [2021-05-06T14:00:18.435Z] --- PASS: TestDaemonRestartIpcMode (3.07s)
14:00:18 [2021-05-06T14:00:18.435Z] === CONT  TestIpcModeOlderClient
14:00:18 [2021-05-06T14:00:18.692Z] --- PASS: TestIpcModeOlderClient (0.07s)
14:00:18 [2021-05-06T14:00:18.692Z] --- PASS: TestContainerKillOnDaemonStart (13.03s)
14:00:18 [2021-05-06T14:00:18.692Z] PASS
14:00:18 [2021-05-06T14:00:18.692Z] 
14:00:18 [2021-05-06T14:00:18.692Z] === Skipped
14:00:18 [2021-05-06T14:00:18.692Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
14:00:18 [2021-05-06T14:00:18.692Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:00:18 [2021-05-06T14:00:18.692Z] 
14:00:18 [2021-05-06T14:00:18.692Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
14:00:18 [2021-05-06T14:00:18.692Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
14:00:18 [2021-05-06T14:00:18.692Z] 
14:00:18 [2021-05-06T14:00:18.692Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
14:00:18 [2021-05-06T14:00:18.692Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
14:00:18 [2021-05-06T14:00:18.692Z] 
14:00:18 [2021-05-06T14:00:18.692Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
14:00:18 [2021-05-06T14:00:18.692Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
14:00:18 [2021-05-06T14:00:18.692Z] 
14:00:18 [2021-05-06T14:00:18.692Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s)
14:00:18 [2021-05-06T14:00:18.692Z]     run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP
14:00:18 [2021-05-06T14:00:18.692Z] 
14:00:18 [2021-05-06T14:00:18.692Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
14:00:18 [2021-05-06T14:00:18.692Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
14:00:18 [2021-05-06T14:00:18.692Z] 
14:00:18 [2021-05-06T14:00:18.692Z] 
14:00:18 [2021-05-06T14:00:18.692Z] DONE 197 tests, 6 skipped in 153.463s
14:00:18 [2021-05-06T14:00:18.692Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
14:00:18 [2021-05-06T14:00:18.948Z] INFO: Testing against a local daemon
14:00:18 [2021-05-06T14:00:18.948Z] === RUN   TestCommitInheritsEnv
14:00:19 [2021-05-06T14:00:19.196Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
14:00:19 [2021-05-06T14:00:19.204Z] --- PASS: TestCommitInheritsEnv (0.29s)
14:00:19 [2021-05-06T14:00:19.204Z] === RUN   TestImportExtremelyLargeImageWorks
14:00:19 [2021-05-06T14:00:19.204Z] === PAUSE TestImportExtremelyLargeImageWorks
14:00:19 [2021-05-06T14:00:19.204Z] === RUN   TestImagesFilterMultiReference
14:00:19 [2021-05-06T14:00:19.204Z] --- PASS: TestImagesFilterMultiReference (0.05s)
14:00:19 [2021-05-06T14:00:19.204Z] === RUN   TestImagePullPlatformInvalid
14:00:19 [2021-05-06T14:00:19.204Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
14:00:19 [2021-05-06T14:00:19.204Z] === RUN   TestRemoveImageOrphaning
14:00:19 [2021-05-06T14:00:19.460Z] --- PASS: TestRemoveImageOrphaning (0.29s)
14:00:19 [2021-05-06T14:00:19.460Z] === RUN   TestRemoveImageGarbageCollector
14:00:21 [2021-05-06T14:00:21.106Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
14:00:21 [2021-05-06T14:00:21.285Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (25.12s)
14:00:21 [2021-05-06T14:00:21.285Z] PASS
14:00:21 [2021-05-06T14:00:21.285Z] 
14:00:21 [2021-05-06T14:00:21.285Z] === Skipped
14:00:21 [2021-05-06T14:00:21.285Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
14:00:21 [2021-05-06T14:00:21.285Z]     build_session_test.go:25: TODO: BuildKit
14:00:21 [2021-05-06T14:00:21.285Z] 
14:00:21 [2021-05-06T14:00:21.285Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s)
14:00:21 [2021-05-06T14:00:21.285Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
14:00:21 [2021-05-06T14:00:21.285Z] 
14:00:21 [2021-05-06T14:00:21.285Z] 
14:00:21 [2021-05-06T14:00:21.285Z] DONE 34 tests, 2 skipped in 122.477s
14:00:21 [2021-05-06T14:00:21.285Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
14:00:21 [2021-05-06T14:00:21.285Z] ++ 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
14:00:21 [2021-05-06T14:00:21.285Z] ++ set -e
14:00:21 [2021-05-06T14:00:21.285Z] ++ '[' -n 0 ']'
14:00:21 [2021-05-06T14:00:21.285Z] ++ set -x
14:00:21 [2021-05-06T14:00:21.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=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
14:00:21 [2021-05-06T14:00:21.285Z] INFO: Testing against a local daemon
14:00:21 [2021-05-06T14:00:21.285Z] === RUN   TestConfigInspect
14:00:21 [2021-05-06T14:00:21.974Z] --- PASS: TestRemoveImageGarbageCollector (2.09s)
14:00:21 [2021-05-06T14:00:21.974Z] === RUN   TestTagUnprefixedRepoByNameOrName
14:00:21 [2021-05-06T14:00:21.974Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
14:00:21 [2021-05-06T14:00:21.974Z] === RUN   TestTagInvalidReference
14:00:21 [2021-05-06T14:00:21.974Z] --- PASS: TestTagInvalidReference (0.02s)
14:00:21 [2021-05-06T14:00:21.974Z] === RUN   TestTagValidPrefixedRepo
14:00:21 [2021-05-06T14:00:21.974Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
14:00:21 [2021-05-06T14:00:21.974Z] === RUN   TestTagExistedNameWithoutForce
14:00:21 [2021-05-06T14:00:21.974Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
14:00:21 [2021-05-06T14:00:21.974Z] === RUN   TestTagOfficialNames
14:00:21 [2021-05-06T14:00:21.974Z] --- PASS: TestTagOfficialNames (0.05s)
14:00:21 [2021-05-06T14:00:21.974Z] === RUN   TestTagMatchesDigest
14:00:21 [2021-05-06T14:00:21.974Z] --- PASS: TestTagMatchesDigest (0.01s)
14:00:21 [2021-05-06T14:00:21.974Z] === CONT  TestImportExtremelyLargeImageWorks
14:00:22 [2021-05-06T14:00:22.048Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
14:00:24 [2021-05-06T14:00:24.581Z] --- PASS: TestConfigInspect (3.37s)
14:00:24 [2021-05-06T14:00:24.581Z] === RUN   TestConfigList
14:00:27 [2021-05-06T14:00:27.337Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
14:00:27 [2021-05-06T14:00:27.878Z] --- PASS: TestConfigList (3.11s)
14:00:27 [2021-05-06T14:00:27.878Z] === RUN   TestConfigsCreateAndDelete
14:00:29 [2021-05-06T14:00:29.911Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
14:00:31 [2021-05-06T14:00:31.175Z] --- PASS: TestConfigsCreateAndDelete (3.15s)
14:00:31 [2021-05-06T14:00:31.175Z] === RUN   TestConfigsUpdate
14:00:34 [2021-05-06T14:00:34.473Z] --- PASS: TestConfigsUpdate (3.23s)
14:00:34 [2021-05-06T14:00:34.473Z] === RUN   TestTemplatedConfig
14:00:35 [2021-05-06T14:00:35.593Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
14:00:38 [2021-05-06T14:00:38.049Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
14:00:38 [2021-05-06T14:00:38.050Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
14:00:38 [2021-05-06T14:00:38.050Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
14:00:38 [2021-05-06T14:00:38.050Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
14:00:38 [2021-05-06T14:00:38.050Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
14:00:38 [2021-05-06T14:00:38.678Z] --- PASS: TestTemplatedConfig (4.03s)
14:00:38 [2021-05-06T14:00:38.678Z] === RUN   TestConfigCreateResolve
14:00:41 [2021-05-06T14:00:41.220Z] --- PASS: TestConfigCreateResolve (3.11s)
14:00:41 [2021-05-06T14:00:41.220Z] === RUN   TestConfigDaemonLibtrustID
14:00:42 [2021-05-06T14:00:42.605Z] --- PASS: TestConfigDaemonLibtrustID (1.15s)
14:00:42 [2021-05-06T14:00:42.605Z] PASS
14:00:42 [2021-05-06T14:00:42.605Z] 
14:00:42 [2021-05-06T14:00:42.605Z] DONE 7 tests in 21.305s
14:00:42 [2021-05-06T14:00:42.605Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
14:00:42 [2021-05-06T14:00:42.605Z] ++ 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
14:00:42 [2021-05-06T14:00:42.605Z] ++ set -e
14:00:42 [2021-05-06T14:00:42.605Z] ++ '[' -n 0 ']'
14:00:42 [2021-05-06T14:00:42.605Z] ++ set -x
14:00:42 [2021-05-06T14:00:42.605Z] ++ 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
14:00:42 [2021-05-06T14:00:42.605Z] INFO: Testing against a local daemon
14:00:42 [2021-05-06T14:00:42.605Z] === RUN   TestCheckpoint
14:00:42 [2021-05-06T14:00:42.605Z] --- SKIP: TestCheckpoint (0.00s)
14:00:42 [2021-05-06T14:00:42.605Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:00:42 [2021-05-06T14:00:42.605Z] === RUN   TestContainerInvalidJSON
14:00:42 [2021-05-06T14:00:42.605Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
14:00:42 [2021-05-06T14:00:42.605Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
14:00:42 [2021-05-06T14:00:42.605Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
14:00:42 [2021-05-06T14:00:42.605Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
14:00:42 [2021-05-06T14:00:42.605Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
14:00:42 [2021-05-06T14:00:42.605Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
14:00:42 [2021-05-06T14:00:42.605Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
14:00:42 [2021-05-06T14:00:42.605Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
14:00:42 [2021-05-06T14:00:42.605Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
14:00:42 [2021-05-06T14:00:42.605Z] --- PASS: TestContainerInvalidJSON (0.03s)
14:00:42 [2021-05-06T14:00:42.605Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
14:00:42 [2021-05-06T14:00:42.605Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
14:00:42 [2021-05-06T14:00:42.605Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s)
14:00:42 [2021-05-06T14:00:42.605Z] === RUN   TestCopyFromContainerPathDoesNotExist
14:00:42 [2021-05-06T14:00:42.605Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s)
14:00:42 [2021-05-06T14:00:42.605Z] === RUN   TestCopyFromContainerPathIsNotDir
14:00:42 [2021-05-06T14:00:42.865Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s)
14:00:42 [2021-05-06T14:00:42.866Z] === RUN   TestCopyToContainerPathDoesNotExist
14:00:42 [2021-05-06T14:00:42.866Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s)
14:00:42 [2021-05-06T14:00:42.866Z] === RUN   TestCopyToContainerPathIsNotDir
14:00:42 [2021-05-06T14:00:42.866Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s)
14:00:42 [2021-05-06T14:00:42.866Z] === RUN   TestCopyFromContainer
14:00:44 [2021-05-06T14:00:44.778Z] === RUN   TestCopyFromContainer//
14:00:44 [2021-05-06T14:00:44.778Z] === RUN   TestCopyFromContainer//bar/root
14:00:44 [2021-05-06T14:00:44.778Z] === RUN   TestCopyFromContainer//bar/root/
14:00:44 [2021-05-06T14:00:44.778Z] === RUN   TestCopyFromContainer/bar/quux
14:00:45 [2021-05-06T14:00:45.039Z] === RUN   TestCopyFromContainer/bar/quux/
14:00:45 [2021-05-06T14:00:45.039Z] === RUN   TestCopyFromContainer/bar/quux/baz
14:00:45 [2021-05-06T14:00:45.300Z] === RUN   TestCopyFromContainer/bar/filesymlink
14:00:45 [2021-05-06T14:00:45.300Z] === RUN   TestCopyFromContainer/bar/dirsymlink
14:00:45 [2021-05-06T14:00:45.300Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
14:00:45 [2021-05-06T14:00:45.561Z] === RUN   TestCopyFromContainer/bar/notarget
14:00:45 [2021-05-06T14:00:45.561Z] --- PASS: TestCopyFromContainer (2.76s)
14:00:45 [2021-05-06T14:00:45.561Z]     --- PASS: TestCopyFromContainer// (0.11s)
14:00:45 [2021-05-06T14:00:45.561Z]     --- PASS: TestCopyFromContainer//bar/root (0.11s)
14:00:45 [2021-05-06T14:00:45.561Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.12s)
14:00:45 [2021-05-06T14:00:45.561Z]     --- PASS: TestCopyFromContainer/bar/quux (0.11s)
14:00:45 [2021-05-06T14:00:45.561Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.10s)
14:00:45 [2021-05-06T14:00:45.561Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s)
14:00:45 [2021-05-06T14:00:45.561Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s)
14:00:45 [2021-05-06T14:00:45.561Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s)
14:00:45 [2021-05-06T14:00:45.561Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s)
14:00:45 [2021-05-06T14:00:45.561Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.10s)
14:00:45 [2021-05-06T14:00:45.561Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
14:00:45 [2021-05-06T14:00:45.561Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:00:45 [2021-05-06T14:00:45.561Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:00:45 [2021-05-06T14:00:45.561Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:00:45 [2021-05-06T14:00:45.561Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:00:45 [2021-05-06T14:00:45.561Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
14:00:45 [2021-05-06T14:00:45.561Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
14:00:45 [2021-05-06T14:00:45.561Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:00:45 [2021-05-06T14:00:45.561Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:00:45 [2021-05-06T14:00:45.561Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
14:00:45 [2021-05-06T14:00:45.561Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
14:00:45 [2021-05-06T14:00:45.561Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
14:00:45 [2021-05-06T14:00:45.561Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
14:00:45 [2021-05-06T14:00:45.561Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
14:00:45 [2021-05-06T14:00:45.561Z] === RUN   TestCreateLinkToNonExistingContainer
14:00:45 [2021-05-06T14:00:45.821Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s)
14:00:45 [2021-05-06T14:00:45.821Z] === RUN   TestCreateWithInvalidEnv
14:00:45 [2021-05-06T14:00:45.821Z] === RUN   TestCreateWithInvalidEnv/0
14:00:45 [2021-05-06T14:00:45.821Z] === PAUSE TestCreateWithInvalidEnv/0
14:00:45 [2021-05-06T14:00:45.821Z] === RUN   TestCreateWithInvalidEnv/1
14:00:45 [2021-05-06T14:00:45.821Z] === PAUSE TestCreateWithInvalidEnv/1
14:00:45 [2021-05-06T14:00:45.821Z] === RUN   TestCreateWithInvalidEnv/2
14:00:45 [2021-05-06T14:00:45.821Z] === PAUSE TestCreateWithInvalidEnv/2
14:00:45 [2021-05-06T14:00:45.821Z] === CONT  TestCreateWithInvalidEnv/0
14:00:45 [2021-05-06T14:00:45.821Z] === CONT  TestCreateWithInvalidEnv/1
14:00:45 [2021-05-06T14:00:45.821Z] === CONT  TestCreateWithInvalidEnv/2
14:00:45 [2021-05-06T14:00:45.821Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
14:00:45 [2021-05-06T14:00:45.821Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
14:00:45 [2021-05-06T14:00:45.821Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
14:00:45 [2021-05-06T14:00:45.821Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
14:00:45 [2021-05-06T14:00:45.821Z] === RUN   TestCreateTmpfsMountsTarget
14:00:45 [2021-05-06T14:00:45.821Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
14:00:45 [2021-05-06T14:00:45.821Z] === RUN   TestCreateWithCustomMaskedPaths
14:00:46 [2021-05-06T14:00:46.188Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
14:00:48 [2021-05-06T14:00:48.363Z] --- PASS: TestCreateWithCustomMaskedPaths (2.40s)
14:00:48 [2021-05-06T14:00:48.363Z] === RUN   TestCreateWithCustomReadonlyPaths
14:00:48 [2021-05-06T14:00:48.735Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
14:00:48 [2021-05-06T14:00:48.735Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
14:00:50 [2021-05-06T14:00:50.634Z] tests/integration/api_volume_test.py .........                           [ 74%]
14:00:50 [2021-05-06T14:00:50.906Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.35s)
14:00:50 [2021-05-06T14:00:50.906Z] === RUN   TestCreateWithInvalidHealthcheckParams
14:00:50 [2021-05-06T14:00:50.906Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:00:50 [2021-05-06T14:00:50.906Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:00:50 [2021-05-06T14:00:50.906Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:00:50 [2021-05-06T14:00:50.906Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:00:50 [2021-05-06T14:00:50.906Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:00:50 [2021-05-06T14:00:50.906Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:00:50 [2021-05-06T14:00:50.906Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:00:50 [2021-05-06T14:00:50.906Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:00:50 [2021-05-06T14:00:50.906Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:00:50 [2021-05-06T14:00:50.906Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:00:50 [2021-05-06T14:00:50.906Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:00:50 [2021-05-06T14:00:50.906Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:00:50 [2021-05-06T14:00:50.906Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:00:50 [2021-05-06T14:00:50.906Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:00:50 [2021-05-06T14:00:50.906Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:00:50 [2021-05-06T14:00:50.906Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
14:00:50 [2021-05-06T14:00:50.906Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s)
14:00:50 [2021-05-06T14:00:50.906Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s)
14:00:50 [2021-05-06T14:00:50.906Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s)
14:00:50 [2021-05-06T14:00:50.906Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s)
14:00:50 [2021-05-06T14:00:50.906Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s)
14:00:50 [2021-05-06T14:00:50.906Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
14:00:51 [2021-05-06T14:00:51.476Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.80s)
14:00:51 [2021-05-06T14:00:51.476Z] === RUN   TestCreateDifferentPlatform
14:00:51 [2021-05-06T14:00:51.476Z] === RUN   TestCreateDifferentPlatform/different_os
14:00:51 [2021-05-06T14:00:51.476Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
14:00:51 [2021-05-06T14:00:51.476Z] --- PASS: TestCreateDifferentPlatform (0.04s)
14:00:51 [2021-05-06T14:00:51.476Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.01s)
14:00:51 [2021-05-06T14:00:51.476Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s)
14:00:51 [2021-05-06T14:00:51.476Z] === RUN   TestCreateVolumesFromNonExistingContainer
14:00:51 [2021-05-06T14:00:51.476Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s)
14:00:51 [2021-05-06T14:00:51.476Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
14:00:51 [2021-05-06T14:00:51.737Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.11s)
14:00:51 [2021-05-06T14:00:51.737Z] === RUN   TestContainerStartOnDaemonRestart
14:00:51 [2021-05-06T14:00:51.737Z] === PAUSE TestContainerStartOnDaemonRestart
14:00:51 [2021-05-06T14:00:51.737Z] === RUN   TestDaemonRestartIpcMode
14:00:51 [2021-05-06T14:00:51.737Z] === PAUSE TestDaemonRestartIpcMode
14:00:51 [2021-05-06T14:00:51.737Z] === RUN   TestDaemonHostGatewayIP
14:00:51 [2021-05-06T14:00:51.737Z] === PAUSE TestDaemonHostGatewayIP
14:00:51 [2021-05-06T14:00:51.737Z] === RUN   TestRestartDaemonWithRestartingContainer
14:00:51 [2021-05-06T14:00:51.737Z] === PAUSE TestRestartDaemonWithRestartingContainer
14:00:51 [2021-05-06T14:00:51.737Z] === RUN   TestContainerKillOnDaemonStart
14:00:51 [2021-05-06T14:00:51.737Z] === PAUSE TestContainerKillOnDaemonStart
14:00:51 [2021-05-06T14:00:51.737Z] === RUN   TestDiff
14:00:52 [2021-05-06T14:00:52.534Z] tests/integration/client_test.py .....                                   [ 75%]
14:00:52 [2021-05-06T14:00:52.534Z] tests/integration/context_api_test.py ...                                [ 76%]
14:00:52 [2021-05-06T14:00:52.678Z] --- PASS: TestDiff (0.82s)
14:00:52 [2021-05-06T14:00:52.678Z] === RUN   TestExecWithCloseStdin
14:00:52 [2021-05-06T14:00:52.938Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
14:00:53 [2021-05-06T14:00:53.470Z] tests/integration/errors_test.py .                                       [ 76%]
14:00:53 [2021-05-06T14:00:53.620Z] --- PASS: TestExecWithCloseStdin (1.10s)
14:00:53 [2021-05-06T14:00:53.620Z] === RUN   TestExec
14:00:54 [2021-05-06T14:00:54.560Z] --- PASS: TestExec (1.09s)
14:00:54 [2021-05-06T14:00:54.560Z] === RUN   TestExecUser
14:00:54 [2021-05-06T14:00:54.850Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
14:00:55 [2021-05-06T14:00:55.944Z] --- PASS: TestExecUser (1.07s)
14:00:55 [2021-05-06T14:00:55.944Z] === RUN   TestExportContainerAndImportImage
14:00:56 [2021-05-06T14:00:56.886Z] --- PASS: TestExportContainerAndImportImage (1.14s)
14:00:56 [2021-05-06T14:00:56.886Z] === RUN   TestExportContainerAfterDaemonRestart
14:01:00 [2021-05-06T14:01:00.184Z] --- PASS: TestExportContainerAfterDaemonRestart (2.98s)
14:01:00 [2021-05-06T14:01:00.184Z] === RUN   TestHealthCheckWorkdir
14:01:01 [2021-05-06T14:01:01.434Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
14:01:01 [2021-05-06T14:01:01.567Z] --- PASS: TestHealthCheckWorkdir (1.45s)
14:01:01 [2021-05-06T14:01:01.567Z] === RUN   TestHealthKillContainer
14:01:02 [2021-05-06T14:01:02.007Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
14:01:03 [2021-05-06T14:01:03.922Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
14:01:04 [2021-05-06T14:01:04.864Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
14:01:04 [2021-05-06T14:01:04.867Z] --- PASS: TestHealthKillContainer (3.13s)
14:01:04 [2021-05-06T14:01:04.867Z] === RUN   TestInspectCpusetInConfigPre120
14:01:05 [2021-05-06T14:01:05.435Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
14:01:05 [2021-05-06T14:01:05.435Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
14:01:05 [2021-05-06T14:01:05.437Z] --- PASS: TestInspectCpusetInConfigPre120 (0.94s)
14:01:05 [2021-05-06T14:01:05.437Z] === RUN   TestIpcModeNone
14:01:06 [2021-05-06T14:01:06.820Z] --- PASS: TestIpcModeNone (1.30s)
14:01:06 [2021-05-06T14:01:06.820Z] === RUN   TestIpcModePrivate
14:01:06 [2021-05-06T14:01:06.823Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
14:01:07 [2021-05-06T14:01:07.761Z] --- PASS: TestIpcModePrivate (1.12s)
14:01:07 [2021-05-06T14:01:07.761Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:70, shared: false, mustBeShared: false
14:01:07 [2021-05-06T14:01:07.761Z] === RUN   TestIpcModeShareable
14:01:08 [2021-05-06T14:01:08.736Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
14:01:09 [2021-05-06T14:01:09.143Z] --- PASS: TestIpcModeShareable (1.11s)
14:01:09 [2021-05-06T14:01:09.143Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:64, shared: true, mustBeShared: true
14:01:09 [2021-05-06T14:01:09.143Z] === RUN   TestAPIIpcModeShareableAndContainer
14:01:09 [2021-05-06T14:01:09.679Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
14:01:09 [2021-05-06T14:01:09.679Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
14:01:12 [2021-05-06T14:01:12.222Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
14:01:12 [2021-05-06T14:01:12.439Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.11s)
14:01:12 [2021-05-06T14:01:12.439Z] === RUN   TestAPIIpcModeHost
14:01:13 [2021-05-06T14:01:13.015Z] --- PASS: TestAPIIpcModeHost (1.13s)
14:01:13 [2021-05-06T14:01:13.015Z] === RUN   TestDaemonIpcModeShareable
14:01:14 [2021-05-06T14:01:14.136Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
14:01:15 [2021-05-06T14:01:15.563Z] --- PASS: TestDaemonIpcModeShareable (2.53s)
14:01:15 [2021-05-06T14:01:15.563Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true
14:01:15 [2021-05-06T14:01:15.563Z] === RUN   TestDaemonIpcModePrivate
14:01:18 [2021-05-06T14:01:18.104Z] --- PASS: TestDaemonIpcModePrivate (2.47s)
14:01:18 [2021-05-06T14:01:18.104Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false
14:01:18 [2021-05-06T14:01:18.104Z] === RUN   TestDaemonIpcModePrivateFromConfig
14:01:19 [2021-05-06T14:01:19.426Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
14:01:19 [2021-05-06T14:01:19.526Z] tests/integration/models_containers_test.py ............................ [ 83%]
14:01:20 [2021-05-06T14:01:20.646Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.48s)
14:01:20 [2021-05-06T14:01:20.646Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false
14:01:20 [2021-05-06T14:01:20.646Z] === RUN   TestDaemonIpcModeShareableFromConfig
14:01:20 [2021-05-06T14:01:20.811Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
14:01:23 [2021-05-06T14:01:23.190Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.51s)
14:01:23 [2021-05-06T14:01:23.190Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true
14:01:23 [2021-05-06T14:01:23.190Z] === RUN   TestIpcModeOlderClient
14:01:23 [2021-05-06T14:01:23.190Z] === PAUSE TestIpcModeOlderClient
14:01:23 [2021-05-06T14:01:23.190Z] === RUN   TestKillContainerInvalidSignal
14:01:23 [2021-05-06T14:01:23.356Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
14:01:24 [2021-05-06T14:01:24.131Z] --- PASS: TestKillContainerInvalidSignal (0.85s)
14:01:24 [2021-05-06T14:01:24.131Z] === RUN   TestKillContainer
14:01:24 [2021-05-06T14:01:24.131Z] === RUN   TestKillContainer/no_signal
14:01:24 [2021-05-06T14:01:24.703Z] === RUN   TestKillContainer/non_killing_signal
14:01:25 [2021-05-06T14:01:25.274Z] === RUN   TestKillContainer/killing_signal
14:01:26 [2021-05-06T14:01:26.658Z] --- PASS: TestKillContainer (2.45s)
14:01:26 [2021-05-06T14:01:26.658Z]     --- PASS: TestKillContainer/no_signal (0.78s)
14:01:26 [2021-05-06T14:01:26.658Z]     --- PASS: TestKillContainer/non_killing_signal (0.62s)
14:01:26 [2021-05-06T14:01:26.658Z]     --- PASS: TestKillContainer/killing_signal (0.81s)
14:01:26 [2021-05-06T14:01:26.658Z] === RUN   TestKillWithStopSignalAndRestartPolicies
14:01:26 [2021-05-06T14:01:26.658Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
14:01:27 [2021-05-06T14:01:27.229Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
14:01:28 [2021-05-06T14:01:28.170Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.69s)
14:01:28 [2021-05-06T14:01:28.170Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.85s)
14:01:28 [2021-05-06T14:01:28.170Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.62s)
14:01:28 [2021-05-06T14:01:28.170Z] === RUN   TestKillStoppedContainer
14:01:28 [2021-05-06T14:01:28.170Z] --- PASS: TestKillStoppedContainer (0.06s)
14:01:28 [2021-05-06T14:01:28.170Z] === RUN   TestKillStoppedContainerAPIPre120
14:01:28 [2021-05-06T14:01:28.170Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s)
14:01:28 [2021-05-06T14:01:28.170Z] === RUN   TestKillDifferentUserContainer
14:01:28 [2021-05-06T14:01:28.645Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
14:01:29 [2021-05-06T14:01:29.112Z] --- PASS: TestKillDifferentUserContainer (0.82s)
14:01:29 [2021-05-06T14:01:29.112Z] === RUN   TestInspectOomKilledTrue
14:01:29 [2021-05-06T14:01:29.112Z] --- SKIP: TestInspectOomKilledTrue (0.01s)
14:01:29 [2021-05-06T14:01:29.112Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:01:29 [2021-05-06T14:01:29.112Z] === RUN   TestInspectOomKilledFalse
14:01:29 [2021-05-06T14:01:29.112Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
14:01:29 [2021-05-06T14:01:29.112Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:01:29 [2021-05-06T14:01:29.112Z] === RUN   TestLinksEtcHostsContentMatch
14:01:30 [2021-05-06T14:01:30.053Z] --- PASS: TestLinksEtcHostsContentMatch (0.86s)
14:01:30 [2021-05-06T14:01:30.053Z] === RUN   TestLinksContainerNames
14:01:31 [2021-05-06T14:01:31.967Z] --- PASS: TestLinksContainerNames (1.83s)
14:01:31 [2021-05-06T14:01:31.967Z] === RUN   TestLogsFollowTailEmpty
14:01:32 [2021-05-06T14:01:32.538Z] --- PASS: TestLogsFollowTailEmpty (0.82s)
14:01:32 [2021-05-06T14:01:32.538Z] === RUN   TestContainerNetworkMountsNoChown
14:01:33 [2021-05-06T14:01:33.483Z] --- PASS: TestContainerNetworkMountsNoChown (0.83s)
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/default
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/default
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/private
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/private
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/rprivate
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/rprivate
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/slave
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/slave
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/rslave
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/rslave
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/shared
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/shared
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/rshared
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/rshared
14:01:33 [2021-05-06T14:01:33.483Z] === CONT  TestMountDaemonRoot/default
14:01:33 [2021-05-06T14:01:33.483Z] === CONT  TestMountDaemonRoot/rshared
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/rshared/bind_root
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === CONT  TestMountDaemonRoot/rslave
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === CONT  TestMountDaemonRoot/shared
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/rslave/mount_root
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/shared/bind_root
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/shared/bind_root
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/shared/mount_root
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/shared/mount_root
14:01:33 [2021-05-06T14:01:33.483Z] === CONT  TestMountDaemonRoot/rprivate
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/rslave/bind_root
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
14:01:33 [2021-05-06T14:01:33.483Z] === CONT  TestMountDaemonRoot/slave
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/slave/bind_root
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/default/bind_root
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/default/bind_root
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/default/bind_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/default/mount_root
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/default/mount_root
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/default/mount_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/rshared/mount_root
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/slave/bind_root
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/slave/mount_root
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/slave/mount_root
14:01:33 [2021-05-06T14:01:33.483Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === CONT  TestMountDaemonRoot/private
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/private/mount_root
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/private/mount_root
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/private/mount_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/private/bind_root
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/private/bind_root
14:01:33 [2021-05-06T14:01:33.483Z] === RUN   TestMountDaemonRoot/private/bind_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === CONT  TestMountDaemonRoot/shared/mount_root
14:01:33 [2021-05-06T14:01:33.483Z] === CONT  TestMountDaemonRoot/shared/bind_root
14:01:33 [2021-05-06T14:01:33.483Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
14:01:33 [2021-05-06T14:01:33.483Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === CONT  TestMountDaemonRoot/rslave/bind_root
14:01:33 [2021-05-06T14:01:33.483Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === CONT  TestMountDaemonRoot/rslave/mount_root
14:01:33 [2021-05-06T14:01:33.483Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
14:01:33 [2021-05-06T14:01:33.483Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
14:01:33 [2021-05-06T14:01:33.483Z] === CONT  TestMountDaemonRoot/default/bind_root
14:01:33 [2021-05-06T14:01:33.483Z] === CONT  TestMountDaemonRoot/rshared/bind_root
14:01:33 [2021-05-06T14:01:33.744Z] === CONT  TestMountDaemonRoot/default/mount_subpath
14:01:33 [2021-05-06T14:01:33.744Z] === CONT  TestMountDaemonRoot/default/mount_root
14:01:33 [2021-05-06T14:01:33.744Z] === CONT  TestMountDaemonRoot/default/bind_subpath
14:01:33 [2021-05-06T14:01:33.744Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
14:01:33 [2021-05-06T14:01:33.744Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
14:01:33 [2021-05-06T14:01:33.744Z] === CONT  TestMountDaemonRoot/rshared/mount_root
14:01:33 [2021-05-06T14:01:33.744Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
14:01:33 [2021-05-06T14:01:33.744Z] === CONT  TestMountDaemonRoot/private/mount_root
14:01:33 [2021-05-06T14:01:33.744Z] === CONT  TestMountDaemonRoot/slave/mount_root
14:01:33 [2021-05-06T14:01:33.744Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
14:01:33 [2021-05-06T14:01:33.744Z] === CONT  TestMountDaemonRoot/slave/bind_root
14:01:33 [2021-05-06T14:01:33.744Z] === CONT  TestMountDaemonRoot/private/bind_subpath
14:01:33 [2021-05-06T14:01:33.744Z] === CONT  TestMountDaemonRoot/private/bind_root
14:01:33 [2021-05-06T14:01:33.744Z] === CONT  TestMountDaemonRoot/private/mount_subpath
14:01:33 [2021-05-06T14:01:33.744Z] --- PASS: TestMountDaemonRoot (0.04s)
14:01:33 [2021-05-06T14:01:33.744Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s)
14:01:33 [2021-05-06T14:01:33.744Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s)
14:01:33 [2021-05-06T14:01:33.744Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s)
14:01:33 [2021-05-06T14:01:33.744Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.08s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.09s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
14:01:33 [2021-05-06T14:01:33.744Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s)
14:01:33 [2021-05-06T14:01:33.744Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s)
14:01:33 [2021-05-06T14:01:33.744Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.04s)
14:01:33 [2021-05-06T14:01:33.744Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s)
14:01:33 [2021-05-06T14:01:33.744Z] === RUN   TestContainerBindMountNonRecursive
14:01:33 [2021-05-06T14:01:33.936Z] === RUN   TestDockerSuite/TestBuildDotDotFile
14:01:33 [2021-05-06T14:01:33.936Z] === RUN   TestDockerSuite/TestBuildEOLInLine
14:01:34 [2021-05-06T14:01:34.198Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
14:01:36 [2021-05-06T14:01:36.291Z] --- PASS: TestContainerBindMountNonRecursive (2.39s)
14:01:36 [2021-05-06T14:01:36.291Z] === RUN   TestContainerVolumesMountedAsShared
14:01:36 [2021-05-06T14:01:36.862Z] --- PASS: TestContainerVolumesMountedAsShared (0.61s)
14:01:36 [2021-05-06T14:01:36.862Z] === RUN   TestContainerVolumesMountedAsSlave
14:01:37 [2021-05-06T14:01:37.804Z] --- PASS: TestContainerVolumesMountedAsSlave (0.86s)
14:01:37 [2021-05-06T14:01:37.804Z] === RUN   TestNetworkNat
14:01:38 [2021-05-06T14:01:38.748Z] --- PASS: TestNetworkNat (1.08s)
14:01:38 [2021-05-06T14:01:38.748Z] === RUN   TestNetworkLocalhostTCPNat
14:01:38 [2021-05-06T14:01:38.842Z] .........                                                                [ 86%]
14:01:40 [2021-05-06T14:01:40.132Z] --- PASS: TestNetworkLocalhostTCPNat (1.06s)
14:01:40 [2021-05-06T14:01:40.133Z] === RUN   TestNetworkLoopbackNat
14:01:42 [2021-05-06T14:01:42.358Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
14:01:42 [2021-05-06T14:01:42.358Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
14:01:42 [2021-05-06T14:01:42.358Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
14:01:42 [2021-05-06T14:01:42.929Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
14:01:43 [2021-05-06T14:01:43.431Z] --- PASS: TestNetworkLoopbackNat (3.39s)
14:01:43 [2021-05-06T14:01:43.431Z] === RUN   TestPause
14:01:43 [2021-05-06T14:01:43.501Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
14:01:43 [2021-05-06T14:01:43.762Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
14:01:43 [2021-05-06T14:01:43.763Z] tests/integration/models_images_test.py ...............                  [ 89%]
14:01:44 [2021-05-06T14:01:44.003Z] --- PASS: TestPause (0.86s)
14:01:44 [2021-05-06T14:01:44.003Z] === RUN   TestPauseFailsOnWindowsServerContainers
14:01:44 [2021-05-06T14:01:44.003Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
14:01:44 [2021-05-06T14:01:44.003Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
14:01:44 [2021-05-06T14:01:44.003Z] === RUN   TestPauseStopPausedContainer
14:01:44 [2021-05-06T14:01:44.023Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
14:01:44 [2021-05-06T14:01:44.284Z] === RUN   TestDockerSuite/TestBuildEntrypoint
14:01:44 [2021-05-06T14:01:44.857Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
14:01:44 [2021-05-06T14:01:44.948Z] --- PASS: TestPauseStopPausedContainer (0.89s)
14:01:44 [2021-05-06T14:01:44.948Z] === RUN   TestPidHost
14:01:45 [2021-05-06T14:01:45.119Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
14:01:46 [2021-05-06T14:01:46.533Z] tests/integration/models_networks_test.py ....                           [ 91%]
14:01:47 [2021-05-06T14:01:47.036Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
14:01:47 [2021-05-06T14:01:47.494Z] --- PASS: TestPidHost (2.16s)
14:01:47 [2021-05-06T14:01:47.494Z] === RUN   TestPsFilter
14:01:47 [2021-05-06T14:01:47.494Z] --- PASS: TestPsFilter (0.19s)
14:01:47 [2021-05-06T14:01:47.494Z] === RUN   TestRemoveContainerWithRemovedVolume
14:01:47 [2021-05-06T14:01:47.980Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
14:01:48 [2021-05-06T14:01:48.067Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.86s)
14:01:48 [2021-05-06T14:01:48.067Z] === RUN   TestRemoveContainerWithVolume
14:01:49 [2021-05-06T14:01:49.011Z] --- PASS: TestRemoveContainerWithVolume (0.79s)
14:01:49 [2021-05-06T14:01:49.011Z] === RUN   TestRemoveContainerRunning
14:01:49 [2021-05-06T14:01:49.957Z] --- PASS: TestRemoveContainerRunning (0.82s)
14:01:49 [2021-05-06T14:01:49.957Z] === RUN   TestRemoveContainerForceRemoveRunning
14:01:50 [2021-05-06T14:01:50.528Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
14:01:50 [2021-05-06T14:01:50.531Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.85s)
14:01:50 [2021-05-06T14:01:50.531Z] === RUN   TestRemoveInvalidContainer
14:01:50 [2021-05-06T14:01:50.531Z] --- PASS: TestRemoveInvalidContainer (0.02s)
14:01:50 [2021-05-06T14:01:50.531Z] === RUN   TestRenameLinkedContainer
14:01:51 [2021-05-06T14:01:51.916Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
14:01:52 [2021-05-06T14:01:52.488Z] === RUN   TestDockerSuite/TestBuildEnv
14:01:53 [2021-05-06T14:01:53.165Z] tests/integration/models_nodes_test.py .                                 [ 91%]
14:01:53 [2021-05-06T14:01:53.733Z] tests/integration/models_resources_test.py .                             [ 91%]
14:01:53 [2021-05-06T14:01:53.832Z] --- PASS: TestRenameLinkedContainer (3.30s)
14:01:53 [2021-05-06T14:01:53.833Z] === RUN   TestRenameStoppedContainer
14:01:54 [2021-05-06T14:01:54.776Z] --- PASS: TestRenameStoppedContainer (0.84s)
14:01:54 [2021-05-06T14:01:54.776Z] === RUN   TestRenameRunningContainerAndReuse
14:01:54 [2021-05-06T14:01:54.937Z] --- PASS: TestImportExtremelyLargeImageWorks (108.58s)
14:01:54 [2021-05-06T14:01:54.937Z] PASS
14:01:54 [2021-05-06T14:01:54.937Z] 
14:01:54 [2021-05-06T14:01:54.937Z] === Skipped
14:01:54 [2021-05-06T14:01:54.937Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
14:01:54 [2021-05-06T14:01:54.937Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
14:01:54 [2021-05-06T14:01:54.937Z] 
14:01:54 [2021-05-06T14:01:54.937Z] 
14:01:54 [2021-05-06T14:01:54.937Z] DONE 12 tests, 1 skipped in 112.196s
14:01:54 [2021-05-06T14:01:54.937Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
14:01:54 [2021-05-06T14:01:54.937Z] INFO: Testing against a local daemon
14:01:54 [2021-05-06T14:01:54.937Z] === RUN   TestNetworkCreateDelete
14:01:54 [2021-05-06T14:01:54.937Z] --- PASS: TestNetworkCreateDelete (0.41s)
14:01:54 [2021-05-06T14:01:54.937Z] === RUN   TestDockerNetworkDeletePreferID
14:01:54 [2021-05-06T14:01:54.937Z] --- PASS: TestDockerNetworkDeletePreferID (1.32s)
14:01:54 [2021-05-06T14:01:54.937Z] === RUN   TestDaemonDNSFallback
14:01:55 [2021-05-06T14:01:55.035Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
14:01:55 [2021-05-06T14:01:55.755Z] tests/integration/models_services_test.py ..............X.               [ 95%]
14:01:56 [2021-05-06T14:01:56.690Z] --- PASS: TestRenameRunningContainerAndReuse (1.63s)
14:01:56 [2021-05-06T14:01:56.691Z] === RUN   TestRenameInvalidName
14:01:56 [2021-05-06T14:01:56.951Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
14:01:57 [2021-05-06T14:01:57.262Z] --- PASS: TestRenameInvalidName (0.81s)
14:01:57 [2021-05-06T14:01:57.262Z] === RUN   TestRenameAnonymousContainer
14:01:58 [2021-05-06T14:01:58.867Z] === RUN   TestDockerSuite/TestBuildEnvUsage
14:01:59 [2021-05-06T14:01:59.562Z] tests/integration/models_swarm_test.py ..                                [ 96%]
14:01:59 [2021-05-06T14:01:59.562Z] tests/integration/models_volumes_test.py ..                              [ 96%]
14:02:01 [2021-05-06T14:02:01.469Z] --- PASS: TestRenameAnonymousContainer (4.24s)
14:02:01 [2021-05-06T14:02:01.469Z] === RUN   TestRenameContainerWithSameName
14:02:02 [2021-05-06T14:02:02.417Z] --- PASS: TestRenameContainerWithSameName (0.87s)
14:02:02 [2021-05-06T14:02:02.417Z] === RUN   TestRenameContainerWithLinkedContainer
14:02:03 [2021-05-06T14:02:03.076Z] --- PASS: TestDaemonDNSFallback (8.13s)
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestInspectNetwork
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestInspectNetwork (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestRunContainerWithBridgeNone
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestNetworkInvalidJSON
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestNetworkInvalidJSON//networks/create
14:02:03 [2021-05-06T14:02:03.076Z] === PAUSE TestNetworkInvalidJSON//networks/create
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
14:02:03 [2021-05-06T14:02:03.076Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
14:02:03 [2021-05-06T14:02:03.076Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
14:02:03 [2021-05-06T14:02:03.076Z] === CONT  TestNetworkInvalidJSON//networks/create
14:02:03 [2021-05-06T14:02:03.076Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
14:02:03 [2021-05-06T14:02:03.076Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
14:02:03 [2021-05-06T14:02:03.076Z] --- PASS: TestNetworkInvalidJSON (0.01s)
14:02:03 [2021-05-06T14:02:03.076Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestNetworkList
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestNetworkList//networks
14:02:03 [2021-05-06T14:02:03.076Z] === PAUSE TestNetworkList//networks
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestNetworkList//networks/
14:02:03 [2021-05-06T14:02:03.076Z] === PAUSE TestNetworkList//networks/
14:02:03 [2021-05-06T14:02:03.076Z] === CONT  TestNetworkList//networks
14:02:03 [2021-05-06T14:02:03.076Z] === CONT  TestNetworkList//networks/
14:02:03 [2021-05-06T14:02:03.076Z] --- PASS: TestNetworkList (0.01s)
14:02:03 [2021-05-06T14:02:03.076Z]     --- PASS: TestNetworkList//networks/ (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     --- PASS: TestNetworkList//networks (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestHostIPv4BridgeLabel
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestDaemonRestartWithLiveRestore
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s)
14:02:03 [2021-05-06T14:02:03.076Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestDaemonDefaultNetworkPools
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s)
14:02:03 [2021-05-06T14:02:03.076Z]     service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestDaemonRestartWithExistingNetwork
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s)
14:02:03 [2021-05-06T14:02:03.076Z]     service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
14:02:03 [2021-05-06T14:02:03.076Z]     service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s)
14:02:03 [2021-05-06T14:02:03.076Z]     service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestServiceWithPredefinedNetwork
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestServiceRemoveKeepsIngressNetwork
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     service_test.go:242: FLAKY_TEST
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestServiceWithDataPathPortInit
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s)
14:02:03 [2021-05-06T14:02:03.076Z]     service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestServiceWithDefaultAddressPoolInit
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:03 [2021-05-06T14:02:03.076Z] PASS
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] === Skipped
14:02:03 [2021-05-06T14:02:03.076Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s)
14:02:03 [2021-05-06T14:02:03.076Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s)
14:02:03 [2021-05-06T14:02:03.076Z]     service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s)
14:02:03 [2021-05-06T14:02:03.076Z]     service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
14:02:03 [2021-05-06T14:02:03.076Z]     service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s)
14:02:03 [2021-05-06T14:02:03.076Z]     service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     service_test.go:242: FLAKY_TEST
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s)
14:02:03 [2021-05-06T14:02:03.076Z]     service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] DONE 22 tests, 12 skipped in 10.085s
14:02:03 [2021-05-06T14:02:03.076Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
14:02:03 [2021-05-06T14:02:03.076Z] INFO: Testing against a local daemon
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestDockerNetworkIpvlanPersistance
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s)
14:02:03 [2021-05-06T14:02:03.076Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestDockerNetworkIpvlan
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:02:03 [2021-05-06T14:02:03.076Z] PASS
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] === Skipped
14:02:03 [2021-05-06T14:02:03.076Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s)
14:02:03 [2021-05-06T14:02:03.076Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] DONE 2 tests, 2 skipped in 0.126s
14:02:03 [2021-05-06T14:02:03.076Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
14:02:03 [2021-05-06T14:02:03.076Z] INFO: Testing against a local daemon
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestDockerNetworkMacvlanPersistance
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestDockerNetworkMacvlan
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
14:02:03 [2021-05-06T14:02:03.076Z] PASS
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] === Skipped
14:02:03 [2021-05-06T14:02:03.076Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] DONE 2 tests, 2 skipped in 0.120s
14:02:03 [2021-05-06T14:02:03.076Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
14:02:03 [2021-05-06T14:02:03.076Z] testing: warning: no tests to run
14:02:03 [2021-05-06T14:02:03.076Z] PASS
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] DONE 0 tests in 0.032s
14:02:03 [2021-05-06T14:02:03.076Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
14:02:03 [2021-05-06T14:02:03.076Z] INFO: Testing against a local daemon
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestAuthZPluginAllowRequest
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestAuthZPluginTLS
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestAuthZPluginTLS (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestAuthZPluginDenyRequest
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestAuthZPluginAPIDenyResponse
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestAuthZPluginDenyResponse
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestAuthZPluginAllowEventStream
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestAuthZPluginErrorResponse
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestAuthZPluginErrorRequest
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestAuthZPluginHeader
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestAuthZPluginHeader (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.23s)
14:02:03 [2021-05-06T14:02:03.076Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestAuthZPluginV2Disable
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestAuthZPluginV2Disable (0.02s)
14:02:03 [2021-05-06T14:02:03.076Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s)
14:02:03 [2021-05-06T14:02:03.076Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
14:02:03 [2021-05-06T14:02:03.076Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.076Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
14:02:03 [2021-05-06T14:02:03.076Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
14:02:03 [2021-05-06T14:02:03.076Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.076Z] PASS
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] === Skipped
14:02:03 [2021-05-06T14:02:03.076Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.076Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
14:02:03 [2021-05-06T14:02:03.076Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.076Z] 
14:02:03 [2021-05-06T14:02:03.077Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
14:02:03 [2021-05-06T14:02:03.077Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.077Z] 
14:02:03 [2021-05-06T14:02:03.077Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
14:02:03 [2021-05-06T14:02:03.077Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.077Z] 
14:02:03 [2021-05-06T14:02:03.077Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
14:02:03 [2021-05-06T14:02:03.077Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.077Z] 
14:02:03 [2021-05-06T14:02:03.077Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
14:02:03 [2021-05-06T14:02:03.077Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.077Z] 
14:02:03 [2021-05-06T14:02:03.077Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
14:02:03 [2021-05-06T14:02:03.077Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.077Z] 
14:02:03 [2021-05-06T14:02:03.077Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
14:02:03 [2021-05-06T14:02:03.077Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.077Z] 
14:02:03 [2021-05-06T14:02:03.077Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
14:02:03 [2021-05-06T14:02:03.077Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.077Z] 
14:02:03 [2021-05-06T14:02:03.077Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.23s)
14:02:03 [2021-05-06T14:02:03.077Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.077Z] 
14:02:03 [2021-05-06T14:02:03.077Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s)
14:02:03 [2021-05-06T14:02:03.077Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.077Z] 
14:02:03 [2021-05-06T14:02:03.077Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s)
14:02:03 [2021-05-06T14:02:03.077Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.077Z] 
14:02:03 [2021-05-06T14:02:03.077Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
14:02:03 [2021-05-06T14:02:03.077Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.077Z] 
14:02:03 [2021-05-06T14:02:03.077Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
14:02:03 [2021-05-06T14:02:03.077Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.077Z] 
14:02:03 [2021-05-06T14:02:03.077Z] 
14:02:03 [2021-05-06T14:02:03.077Z] DONE 17 tests, 17 skipped in 0.490s
14:02:03 [2021-05-06T14:02:03.077Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
14:02:03 [2021-05-06T14:02:03.077Z] INFO: Testing against a local daemon
14:02:03 [2021-05-06T14:02:03.077Z] === RUN   TestPluginInvalidJSON
14:02:03 [2021-05-06T14:02:03.077Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
14:02:03 [2021-05-06T14:02:03.077Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
14:02:03 [2021-05-06T14:02:03.077Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
14:02:03 [2021-05-06T14:02:03.077Z] --- PASS: TestPluginInvalidJSON (0.02s)
14:02:03 [2021-05-06T14:02:03.077Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
14:02:03 [2021-05-06T14:02:03.077Z] === RUN   TestPluginInstall
14:02:03 [2021-05-06T14:02:03.077Z] --- SKIP: TestPluginInstall (0.00s)
14:02:03 [2021-05-06T14:02:03.077Z]     plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.077Z] === RUN   TestPluginsWithRuntimes
14:02:03 [2021-05-06T14:02:03.077Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
14:02:03 [2021-05-06T14:02:03.077Z]     plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
14:02:03 [2021-05-06T14:02:03.077Z] === RUN   TestPluginBackCompatMediaTypes
14:02:03 [2021-05-06T14:02:03.077Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
14:02:03 [2021-05-06T14:02:03.077Z]     plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
14:02:03 [2021-05-06T14:02:03.077Z] PASS
14:02:03 [2021-05-06T14:02:03.077Z] 
14:02:03 [2021-05-06T14:02:03.077Z] === Skipped
14:02:03 [2021-05-06T14:02:03.077Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
14:02:03 [2021-05-06T14:02:03.077Z]     plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:02:03 [2021-05-06T14:02:03.077Z] 
14:02:03 [2021-05-06T14:02:03.077Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s)
14:02:03 [2021-05-06T14:02:03.077Z]     plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
14:02:03 [2021-05-06T14:02:03.077Z] 
14:02:03 [2021-05-06T14:02:03.077Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s)
14:02:03 [2021-05-06T14:02:03.077Z]     plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
14:02:03 [2021-05-06T14:02:03.077Z] 
14:02:03 [2021-05-06T14:02:03.077Z] 
14:02:03 [2021-05-06T14:02:03.077Z] DONE 5 tests, 3 skipped in 0.214s
14:02:03 [2021-05-06T14:02:03.077Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
14:02:03 [2021-05-06T14:02:03.338Z] INFO: Testing against a local daemon
14:02:03 [2021-05-06T14:02:03.338Z] === RUN   TestExternalGraphDriver
14:02:03 [2021-05-06T14:02:03.338Z] --- SKIP: TestExternalGraphDriver (0.08s)
14:02:03 [2021-05-06T14:02:03.338Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
14:02:03 [2021-05-06T14:02:03.338Z] === RUN   TestGraphdriverPluginV2
14:02:04 [2021-05-06T14:02:04.160Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
14:02:04 [2021-05-06T14:02:04.343Z] --- PASS: TestRenameContainerWithLinkedContainer (1.71s)
14:02:04 [2021-05-06T14:02:04.343Z] === RUN   TestResize
14:02:04 [2021-05-06T14:02:04.359Z] tests/integration/regression_test.py ......                              [ 98%]
14:02:04 [2021-05-06T14:02:04.877Z] tests/integration/credentials/store_test.py ......                       [ 99%]
14:02:04 [2021-05-06T14:02:04.877Z] tests/integration/credentials/utils_test.py .                            [100%]
14:02:04 [2021-05-06T14:02:04.877Z] 
14:02:04 [2021-05-06T14:02:04.877Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
14:02:04 [2021-05-06T14:02:04.877Z] =========================== short test summary info ============================
14:02:04 [2021-05-06T14:02:04.877Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
14:02:04 [2021-05-06T14:02:04.877Z]   CONFIG_RT_GROUP_SCHED isn't enabled
14:02:04 [2021-05-06T14:02:04.877Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
14:02:04 [2021-05-06T14:02:04.877Z]   Not supported on most drivers
14:02:04 [2021-05-06T14:02:04.877Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
14:02:04 [2021-05-06T14:02:04.877Z]   Output of docker top depends on host distro, and is not formalized.
14:02:04 [2021-05-06T14:02:04.877Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
14:02:04 [2021-05-06T14:02:04.877Z]   Output of docker top depends on host distro, and is not formalized.
14:02:04 [2021-05-06T14:02:04.877Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
14:02:04 [2021-05-06T14:02:04.877Z]   Can fail if eth0 has multiple IP addresses
14:02:04 [2021-05-06T14:02:04.877Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
14:02:04 [2021-05-06T14:02:04.877Z]   This doesn't seem to be taken into account by the engine
14:02:04 [2021-05-06T14:02:04.877Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
14:02:04 [2021-05-06T14:02:04.877Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40)
14:02:04 [2021-05-06T14:02:04.877Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
14:02:04 [2021-05-06T14:02:04.877Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 361.02 seconds ==
14:02:04 [2021-05-06T14:02:04.915Z] --- PASS: TestResize (0.87s)
14:02:04 [2021-05-06T14:02:04.915Z] === RUN   TestResizeWithInvalidSize
14:02:05 [2021-05-06T14:02:05.135Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
14:02:05 [2021-05-06T14:02:05.857Z] --- PASS: TestResizeWithInvalidSize (0.83s)
14:02:05 [2021-05-06T14:02:05.857Z] === RUN   TestResizeWhenContainerNotStarted
14:02:06 [2021-05-06T14:02:06.799Z] --- PASS: TestResizeWhenContainerNotStarted (0.93s)
14:02:06 [2021-05-06T14:02:06.799Z] === RUN   TestDaemonRestartKillContainers
14:02:06 [2021-05-06T14:02:06.799Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
14:02:06 [2021-05-06T14:02:06.799Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
14:02:08 [2021-05-06T14:02:08.718Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
14:02:09 [2021-05-06T14:02:09.665Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
14:02:09 [2021-05-06T14:02:09.665Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
14:02:09 [2021-05-06T14:02:09.665Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
14:02:09 [2021-05-06T14:02:09.924Z] --- PASS: TestGraphdriverPluginV2 (6.58s)
14:02:09 [2021-05-06T14:02:09.924Z] PASS
14:02:09 [2021-05-06T14:02:09.924Z] 
14:02:09 [2021-05-06T14:02:09.924Z] === Skipped
14:02:09 [2021-05-06T14:02:09.924Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.08s)
14:02:09 [2021-05-06T14:02:09.924Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
14:02:09 [2021-05-06T14:02:09.924Z] 
14:02:09 [2021-05-06T14:02:09.924Z] 
14:02:09 [2021-05-06T14:02:09.924Z] DONE 2 tests, 1 skipped in 6.799s
14:02:09 [2021-05-06T14:02:09.924Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
14:02:10 [2021-05-06T14:02:10.185Z] INFO: Testing against a local daemon
14:02:10 [2021-05-06T14:02:10.185Z] === RUN   TestContinueAfterPluginCrash
14:02:10 [2021-05-06T14:02:10.185Z] === PAUSE TestContinueAfterPluginCrash
14:02:10 [2021-05-06T14:02:10.185Z] === RUN   TestReadPluginNoRead
14:02:10 [2021-05-06T14:02:10.185Z] === PAUSE TestReadPluginNoRead
14:02:10 [2021-05-06T14:02:10.185Z] === RUN   TestDaemonStartWithLogOpt
14:02:10 [2021-05-06T14:02:10.185Z] === PAUSE TestDaemonStartWithLogOpt
14:02:10 [2021-05-06T14:02:10.185Z] === CONT  TestContinueAfterPluginCrash
14:02:10 [2021-05-06T14:02:10.185Z] === CONT  TestDaemonStartWithLogOpt
14:02:10 [2021-05-06T14:02:10.746Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
14:02:10 [2021-05-06T14:02:10.868Z] 4612f6d0b889: Pull complete
14:02:11 [2021-05-06T14:02:11.059Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
14:02:11 [2021-05-06T14:02:11.321Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
14:02:11 [2021-05-06T14:02:11.321Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
14:02:12 [2021-05-06T14:02:12.268Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
14:02:13 [2021-05-06T14:02:13.389Z] --- PASS: TestImportExtremelyLargeImageWorks (109.54s)
14:02:13 [2021-05-06T14:02:13.389Z] PASS
14:02:13 [2021-05-06T14:02:13.389Z] 
14:02:13 [2021-05-06T14:02:13.389Z] DONE 12 tests in 112.490s
14:02:13 [2021-05-06T14:02:13.389Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
14:02:13 [2021-05-06T14:02:13.389Z] INFO: Testing against a local daemon
14:02:13 [2021-05-06T14:02:13.389Z] === RUN   TestNetworkCreateDelete
14:02:13 [2021-05-06T14:02:13.389Z] --- PASS: TestNetworkCreateDelete (0.44s)
14:02:13 [2021-05-06T14:02:13.389Z] === RUN   TestDockerNetworkDeletePreferID
14:02:13 [2021-05-06T14:02:13.389Z] --- PASS: TestDockerNetworkDeletePreferID (1.27s)
14:02:13 [2021-05-06T14:02:13.389Z] === RUN   TestDaemonDNSFallback
14:02:14 [2021-05-06T14:02:14.822Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
14:02:14 [2021-05-06T14:02:14.823Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.69s)
14:02:14 [2021-05-06T14:02:14.823Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.80s)
14:02:14 [2021-05-06T14:02:14.823Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.86s)
14:02:14 [2021-05-06T14:02:14.823Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.97s)
14:02:14 [2021-05-06T14:02:14.823Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.74s)
14:02:14 [2021-05-06T14:02:14.823Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.64s)
14:02:14 [2021-05-06T14:02:14.823Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.63s)
14:02:14 [2021-05-06T14:02:14.823Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.61s)
14:02:14 [2021-05-06T14:02:14.823Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.60s)
14:02:14 [2021-05-06T14:02:14.823Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.34s)
14:02:14 [2021-05-06T14:02:14.823Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.56s)
14:02:14 [2021-05-06T14:02:14.823Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.53s)
14:02:14 [2021-05-06T14:02:14.823Z] === RUN   TestCgroupNamespacesRun
14:02:16 [2021-05-06T14:02:16.771Z] --- PASS: TestDaemonStartWithLogOpt (6.79s)
14:02:16 [2021-05-06T14:02:16.771Z] === CONT  TestReadPluginNoRead
14:02:17 [2021-05-06T14:02:17.336Z] Leaving: AppArmorNo profiles have been unloaded.
14:02:17 [2021-05-06T14:02:17.336Z] 
14:02:17 [2021-05-06T14:02:17.336Z] Unloading profiles will leave already running processes permanently
14:02:17 [2021-05-06T14:02:17.336Z] unconfined, which can lead to unexpected situations.
14:02:17 [2021-05-06T14:02:17.336Z] 
14:02:17 [2021-05-06T14:02:17.336Z] To set a process to complain mode, use the command line tool
14:02:17 [2021-05-06T14:02:17.336Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
14:02:17 [2021-05-06T14:02:17.336Z] 
Post stage
[Pipeline] junit
14:02:17 [2021-05-06T14:02:17.348Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
14:02:17 [2021-05-06T14:02:17.350Z] Recording test results
14:02:17 [2021-05-06T14:02:17.371Z] --- PASS: TestCgroupNamespacesRun (2.46s)
14:02:17 [2021-05-06T14:02:17.371Z] === RUN   TestCgroupNamespacesRunPrivileged
14:02:18 [2021-05-06T14:02:18.212Z] [Checks API] No suitable checks publisher found.
[Pipeline] sh
14:02:18 [2021-05-06T14:02:18.493Z] + echo Ensuring container killed.
14:02:18 [2021-05-06T14:02:18.493Z] Ensuring container killed.
14:02:18 [2021-05-06T14:02:18.493Z] + docker rm -vf docker-pr7
14:02:18 [2021-05-06T14:02:18.493Z] Error: No such container: docker-pr7
[Pipeline] sh
14:02:18 [2021-05-06T14:02:18.777Z] + echo Chowning /workspace to jenkins user
14:02:18 [2021-05-06T14:02:18.777Z] Chowning /workspace to jenkins user
14:02:18 [2021-05-06T14:02:18.777Z] + id -u
14:02:18 [2021-05-06T14:02:18.777Z] + id -g
14:02:18 [2021-05-06T14:02:18.777Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42098:/workspace busybox chown -R 1000:1000 /workspace
14:02:18 [2021-05-06T14:02:18.777Z] Unable to find image 'busybox:latest' locally
14:02:18 [2021-05-06T14:02:18.777Z] latest: Pulling from library/busybox
14:02:19 [2021-05-06T14:02:19.041Z] aa2a8d90b84c: Pulling fs layer
14:02:19 [2021-05-06T14:02:19.041Z] aa2a8d90b84c: Verifying Checksum
14:02:19 [2021-05-06T14:02:19.041Z] aa2a8d90b84c: Download complete
14:02:19 [2021-05-06T14:02:19.041Z] aa2a8d90b84c: Pull complete
14:02:19 [2021-05-06T14:02:19.041Z] Digest: sha256:be4684e4004560b2cd1f12148b7120b0ea69c385bcc9b12a637537a2c60f97fb
14:02:19 [2021-05-06T14:02:19.041Z] Status: Downloaded newer image for busybox:latest
14:02:19 [2021-05-06T14:02:19.284Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.06s)
14:02:19 [2021-05-06T14:02:19.285Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
14:02:20 [2021-05-06T14:02:20.276Z] + bundleName=docker-py
14:02:20 [2021-05-06T14:02:20.276Z] + echo Creating docker-py-bundles.tar.gz
14:02:20 [2021-05-06T14:02:20.276Z] Creating docker-py-bundles.tar.gz
14:02:20 [2021-05-06T14:02:20.276Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log
[Pipeline] archiveArtifacts
14:02:20 [2021-05-06T14:02:20.289Z] Archiving artifacts
14:02:20 [2021-05-06T14:02:20.655Z] === RUN   TestDockerDaemonSuite/TestShmSize
14:02:20 [2021-05-06T14:02:20.985Z] === RUN   TestReadPluginNoRead/default
14:02:20 [2021-05-06T14:02:20.985Z] --- PASS: TestContinueAfterPluginCrash (10.68s)
14:02:21 [2021-05-06T14:02:21.521Z] --- PASS: TestDaemonDNSFallback (7.19s)
14:02:21 [2021-05-06T14:02:21.521Z] === RUN   TestInspectNetwork
14:02:21 [2021-05-06T14:02:21.832Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.42s)
14:02:21 [2021-05-06T14:02:21.832Z] === RUN   TestCgroupNamespacesRunHostMode
14:02:21 [2021-05-06T14:02:21.965Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42098/7/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
14:02:22 [2021-05-06T14:02:22.348Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42098/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 -e DOCKER_GRAPHDRIVER docker:8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 hack/make.sh binary-daemon
14:02:22 [2021-05-06T14:02:22.608Z] 
14:02:22 [2021-05-06T14:02:22.867Z] Removing bundles/
14:02:22 [2021-05-06T14:02:22.867Z] 
14:02:22 [2021-05-06T14:02:22.867Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon)
14:02:22 [2021-05-06T14:02:22.867Z] Building: bundles/binary-daemon/dockerd-dev
14:02:22 [2021-05-06T14:02:22.867Z] GOOS="" GOARCH="" GOARM=""
14:02:22 [2021-05-06T14:02:22.899Z] === RUN   TestReadPluginNoRead/disabled_caching
14:02:23 [2021-05-06T14:02:23.961Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
14:02:24 [2021-05-06T14:02:24.039Z] === RUN   TestInspectNetwork/full_network_id
14:02:24 [2021-05-06T14:02:24.039Z] === RUN   TestInspectNetwork/partial_network_id
14:02:24 [2021-05-06T14:02:24.039Z] === RUN   TestInspectNetwork/network_name
14:02:24 [2021-05-06T14:02:24.039Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
14:02:24 [2021-05-06T14:02:24.377Z] --- PASS: TestCgroupNamespacesRunHostMode (2.50s)
14:02:24 [2021-05-06T14:02:24.377Z] === RUN   TestCgroupNamespacesRunPrivateMode
14:02:25 [2021-05-06T14:02:25.445Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
14:02:26 [2021-05-06T14:02:26.923Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.55s)
14:02:26 [2021-05-06T14:02:26.923Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
14:02:27 [2021-05-06T14:02:27.990Z] --- PASS: TestReadPluginNoRead (11.07s)
14:02:27 [2021-05-06T14:02:27.990Z]     --- PASS: TestReadPluginNoRead/default (2.50s)
14:02:27 [2021-05-06T14:02:27.990Z]     --- PASS: TestReadPluginNoRead/disabled_caching (2.49s)
14:02:27 [2021-05-06T14:02:27.990Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.49s)
14:02:27 [2021-05-06T14:02:27.990Z]     read_test.go:92: [d4ebe7bf90755] daemon is not started
14:02:27 [2021-05-06T14:02:27.990Z] PASS
14:02:27 [2021-05-06T14:02:27.990Z] 
14:02:27 [2021-05-06T14:02:27.990Z] DONE 6 tests in 18.006s
14:02:27 [2021-05-06T14:02:27.990Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
14:02:27 [2021-05-06T14:02:27.990Z] testing: warning: no tests to run
14:02:27 [2021-05-06T14:02:27.990Z] PASS
14:02:27 [2021-05-06T14:02:27.990Z] 
14:02:27 [2021-05-06T14:02:27.990Z] DONE 0 tests in 0.049s
14:02:27 [2021-05-06T14:02:27.990Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
14:02:28 [2021-05-06T14:02:28.176Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
14:02:28 [2021-05-06T14:02:28.176Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
14:02:28 [2021-05-06T14:02:28.204Z] --- PASS: TestInspectNetwork (7.91s)
14:02:28 [2021-05-06T14:02:28.204Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
14:02:28 [2021-05-06T14:02:28.204Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
14:02:28 [2021-05-06T14:02:28.204Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
14:02:28 [2021-05-06T14:02:28.204Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
14:02:28 [2021-05-06T14:02:28.204Z] === RUN   TestRunContainerWithBridgeNone
14:02:28 [2021-05-06T14:02:28.251Z] INFO: Testing against a local daemon
14:02:28 [2021-05-06T14:02:28.251Z] === RUN   TestPluginWithDevMounts
14:02:28 [2021-05-06T14:02:28.251Z] --- SKIP: TestPluginWithDevMounts (0.00s)
14:02:28 [2021-05-06T14:02:28.251Z]     mounts_test.go:21: (*Execution).IsRootless-fm
14:02:28 [2021-05-06T14:02:28.251Z] PASS
14:02:28 [2021-05-06T14:02:28.251Z] 
14:02:28 [2021-05-06T14:02:28.251Z] === Skipped
14:02:28 [2021-05-06T14:02:28.251Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
14:02:28 [2021-05-06T14:02:28.251Z]     mounts_test.go:21: (*Execution).IsRootless-fm
14:02:28 [2021-05-06T14:02:28.251Z] 
14:02:28 [2021-05-06T14:02:28.251Z] 
14:02:28 [2021-05-06T14:02:28.251Z] DONE 1 tests, 1 skipped in 0.164s
14:02:28 [2021-05-06T14:02:28.251Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
14:02:28 [2021-05-06T14:02:28.251Z] INFO: Testing against a local daemon
14:02:28 [2021-05-06T14:02:28.251Z] === RUN   TestSecretInspect
14:02:28 [2021-05-06T14:02:28.251Z] --- SKIP: TestSecretInspect (0.01s)
14:02:28 [2021-05-06T14:02:28.251Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.251Z] === RUN   TestSecretList
14:02:28 [2021-05-06T14:02:28.251Z] --- SKIP: TestSecretList (0.02s)
14:02:28 [2021-05-06T14:02:28.251Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.251Z] === RUN   TestSecretsCreateAndDelete
14:02:28 [2021-05-06T14:02:28.251Z] --- SKIP: TestSecretsCreateAndDelete (0.01s)
14:02:28 [2021-05-06T14:02:28.251Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.251Z] === RUN   TestSecretsUpdate
14:02:28 [2021-05-06T14:02:28.251Z] --- SKIP: TestSecretsUpdate (0.01s)
14:02:28 [2021-05-06T14:02:28.251Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.251Z] === RUN   TestTemplatedSecret
14:02:28 [2021-05-06T14:02:28.251Z] --- SKIP: TestTemplatedSecret (0.00s)
14:02:28 [2021-05-06T14:02:28.251Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.251Z] === RUN   TestSecretCreateResolve
14:02:28 [2021-05-06T14:02:28.251Z] --- SKIP: TestSecretCreateResolve (0.01s)
14:02:28 [2021-05-06T14:02:28.251Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.251Z] PASS
14:02:28 [2021-05-06T14:02:28.251Z] 
14:02:28 [2021-05-06T14:02:28.251Z] === Skipped
14:02:28 [2021-05-06T14:02:28.251Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s)
14:02:28 [2021-05-06T14:02:28.251Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.251Z] 
14:02:28 [2021-05-06T14:02:28.251Z] === SKIP: amd64.integration.secret TestSecretList (0.02s)
14:02:28 [2021-05-06T14:02:28.251Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.251Z] 
14:02:28 [2021-05-06T14:02:28.251Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s)
14:02:28 [2021-05-06T14:02:28.251Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.251Z] 
14:02:28 [2021-05-06T14:02:28.251Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s)
14:02:28 [2021-05-06T14:02:28.251Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.251Z] 
14:02:28 [2021-05-06T14:02:28.251Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
14:02:28 [2021-05-06T14:02:28.251Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.251Z] 
14:02:28 [2021-05-06T14:02:28.251Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s)
14:02:28 [2021-05-06T14:02:28.251Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.251Z] 
14:02:28 [2021-05-06T14:02:28.251Z] 
14:02:28 [2021-05-06T14:02:28.251Z] DONE 6 tests, 6 skipped in 0.209s
14:02:28 [2021-05-06T14:02:28.513Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
14:02:28 [2021-05-06T14:02:28.513Z] INFO: Testing against a local daemon
14:02:28 [2021-05-06T14:02:28.513Z] === RUN   TestServiceCreateInit
14:02:28 [2021-05-06T14:02:28.513Z] === RUN   TestServiceCreateInit/daemonInitDisabled
14:02:28 [2021-05-06T14:02:28.513Z] === RUN   TestServiceCreateInit/daemonInitEnabled
14:02:28 [2021-05-06T14:02:28.513Z] --- PASS: TestServiceCreateInit (0.02s)
14:02:28 [2021-05-06T14:02:28.513Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
14:02:28 [2021-05-06T14:02:28.513Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.513Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
14:02:28 [2021-05-06T14:02:28.513Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.513Z] === RUN   TestCreateServiceMultipleTimes
14:02:28 [2021-05-06T14:02:28.513Z] --- SKIP: TestCreateServiceMultipleTimes (0.02s)
14:02:28 [2021-05-06T14:02:28.513Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.513Z] === RUN   TestCreateServiceConflict
14:02:28 [2021-05-06T14:02:28.513Z] --- SKIP: TestCreateServiceConflict (0.01s)
14:02:28 [2021-05-06T14:02:28.513Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.513Z] === RUN   TestCreateServiceMaxReplicas
14:02:28 [2021-05-06T14:02:28.513Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s)
14:02:28 [2021-05-06T14:02:28.513Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.513Z] === RUN   TestCreateWithDuplicateNetworkNames
14:02:28 [2021-05-06T14:02:28.513Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s)
14:02:28 [2021-05-06T14:02:28.513Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.513Z] === RUN   TestCreateServiceSecretFileMode
14:02:28 [2021-05-06T14:02:28.513Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s)
14:02:28 [2021-05-06T14:02:28.513Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.513Z] === RUN   TestCreateServiceConfigFileMode
14:02:28 [2021-05-06T14:02:28.775Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s)
14:02:28 [2021-05-06T14:02:28.775Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.775Z] === RUN   TestCreateServiceSysctls
14:02:28 [2021-05-06T14:02:28.775Z] --- SKIP: TestCreateServiceSysctls (0.02s)
14:02:28 [2021-05-06T14:02:28.775Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.775Z] === RUN   TestCreateServiceCapabilities
14:02:28 [2021-05-06T14:02:28.775Z] --- SKIP: TestCreateServiceCapabilities (0.03s)
14:02:28 [2021-05-06T14:02:28.775Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.775Z] === RUN   TestInspect
14:02:28 [2021-05-06T14:02:28.775Z] --- SKIP: TestInspect (0.01s)
14:02:28 [2021-05-06T14:02:28.775Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.775Z] === RUN   TestCreateJob
14:02:28 [2021-05-06T14:02:28.775Z] --- SKIP: TestCreateJob (0.01s)
14:02:28 [2021-05-06T14:02:28.775Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.775Z] === RUN   TestReplicatedJob
14:02:28 [2021-05-06T14:02:28.775Z] --- SKIP: TestReplicatedJob (0.01s)
14:02:28 [2021-05-06T14:02:28.775Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.775Z] === RUN   TestUpdateReplicatedJob
14:02:28 [2021-05-06T14:02:28.775Z] --- SKIP: TestUpdateReplicatedJob (0.01s)
14:02:28 [2021-05-06T14:02:28.775Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.775Z] === RUN   TestServiceListWithStatuses
14:02:28 [2021-05-06T14:02:28.775Z] --- SKIP: TestServiceListWithStatuses (0.00s)
14:02:28 [2021-05-06T14:02:28.775Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:02:28 [2021-05-06T14:02:28.775Z] === RUN   TestDockerNetworkConnectAlias
14:02:28 [2021-05-06T14:02:28.775Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s)
14:02:28 [2021-05-06T14:02:28.775Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.775Z] === RUN   TestDockerNetworkReConnect
14:02:28 [2021-05-06T14:02:28.775Z] --- SKIP: TestDockerNetworkReConnect (0.01s)
14:02:28 [2021-05-06T14:02:28.775Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:28 [2021-05-06T14:02:28.775Z] === RUN   TestServicePlugin
14:02:28 [2021-05-06T14:02:28.836Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.99s)
14:02:28 [2021-05-06T14:02:28.836Z] === RUN   TestCgroupNamespacesRunInvalidMode
14:02:30 [2021-05-06T14:02:30.221Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.38s)
14:02:30 [2021-05-06T14:02:30.221Z] === RUN   TestCgroupNamespacesRunOlderClient
14:02:31 [2021-05-06T14:02:31.472Z] --- PASS: TestRunContainerWithBridgeNone (3.16s)
14:02:31 [2021-05-06T14:02:31.472Z] === RUN   TestNetworkInvalidJSON
14:02:31 [2021-05-06T14:02:31.472Z] === RUN   TestNetworkInvalidJSON//networks/create
14:02:31 [2021-05-06T14:02:31.472Z] === PAUSE TestNetworkInvalidJSON//networks/create
14:02:31 [2021-05-06T14:02:31.472Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
14:02:31 [2021-05-06T14:02:31.472Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
14:02:31 [2021-05-06T14:02:31.472Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
14:02:31 [2021-05-06T14:02:31.472Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
14:02:31 [2021-05-06T14:02:31.472Z] === CONT  TestNetworkInvalidJSON//networks/create
14:02:31 [2021-05-06T14:02:31.472Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
14:02:31 [2021-05-06T14:02:31.472Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
14:02:31 [2021-05-06T14:02:31.472Z] --- PASS: TestNetworkInvalidJSON (0.03s)
14:02:31 [2021-05-06T14:02:31.472Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
14:02:31 [2021-05-06T14:02:31.472Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
14:02:31 [2021-05-06T14:02:31.472Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
14:02:31 [2021-05-06T14:02:31.472Z] === RUN   TestNetworkList
14:02:31 [2021-05-06T14:02:31.472Z] === RUN   TestNetworkList//networks
14:02:31 [2021-05-06T14:02:31.472Z] === PAUSE TestNetworkList//networks
14:02:31 [2021-05-06T14:02:31.472Z] === RUN   TestNetworkList//networks/
14:02:31 [2021-05-06T14:02:31.472Z] === PAUSE TestNetworkList//networks/
14:02:31 [2021-05-06T14:02:31.472Z] === CONT  TestNetworkList//networks
14:02:31 [2021-05-06T14:02:31.472Z] === CONT  TestNetworkList//networks/
14:02:31 [2021-05-06T14:02:31.472Z] --- PASS: TestNetworkList (0.01s)
14:02:31 [2021-05-06T14:02:31.472Z]     --- PASS: TestNetworkList//networks (0.00s)
14:02:31 [2021-05-06T14:02:31.472Z]     --- PASS: TestNetworkList//networks/ (0.00s)
14:02:31 [2021-05-06T14:02:31.472Z] === RUN   TestHostIPv4BridgeLabel
14:02:32 [2021-05-06T14:02:32.400Z] --- PASS: TestHostIPv4BridgeLabel (0.87s)
14:02:32 [2021-05-06T14:02:32.400Z] === RUN   TestDaemonRestartWithLiveRestore
14:02:32 [2021-05-06T14:02:32.767Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.45s)
14:02:32 [2021-05-06T14:02:32.767Z] === RUN   TestKernelTCPMemory
14:02:32 [2021-05-06T14:02:32.984Z] --- SKIP: TestServicePlugin (3.72s)
14:02:32 [2021-05-06T14:02:32.984Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] === RUN   TestServiceUpdateLabel
14:02:32 [2021-05-06T14:02:32.984Z] --- SKIP: TestServiceUpdateLabel (0.01s)
14:02:32 [2021-05-06T14:02:32.984Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] === RUN   TestServiceUpdateSecrets
14:02:32 [2021-05-06T14:02:32.984Z] --- SKIP: TestServiceUpdateSecrets (0.01s)
14:02:32 [2021-05-06T14:02:32.984Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] === RUN   TestServiceUpdateConfigs
14:02:32 [2021-05-06T14:02:32.984Z] --- SKIP: TestServiceUpdateConfigs (0.01s)
14:02:32 [2021-05-06T14:02:32.984Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] === RUN   TestServiceUpdateNetwork
14:02:32 [2021-05-06T14:02:32.984Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
14:02:32 [2021-05-06T14:02:32.984Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] === RUN   TestServiceUpdatePidsLimit
14:02:32 [2021-05-06T14:02:32.984Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s)
14:02:32 [2021-05-06T14:02:32.984Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] PASS
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] === Skipped
14:02:32 [2021-05-06T14:02:32.984Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
14:02:32 [2021-05-06T14:02:32.984Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
14:02:32 [2021-05-06T14:02:32.984Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
14:02:32 [2021-05-06T14:02:32.984Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
14:02:32 [2021-05-06T14:02:32.984Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.02s)
14:02:32 [2021-05-06T14:02:32.984Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s)
14:02:32 [2021-05-06T14:02:32.984Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s)
14:02:32 [2021-05-06T14:02:32.984Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s)
14:02:32 [2021-05-06T14:02:32.984Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s)
14:02:32 [2021-05-06T14:02:32.984Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s)
14:02:32 [2021-05-06T14:02:32.984Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s)
14:02:32 [2021-05-06T14:02:32.984Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s)
14:02:32 [2021-05-06T14:02:32.984Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] === SKIP: amd64.integration.service TestInspect (0.01s)
14:02:32 [2021-05-06T14:02:32.984Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
14:02:32 [2021-05-06T14:02:32.984Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
14:02:32 [2021-05-06T14:02:32.984Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s)
14:02:32 [2021-05-06T14:02:32.984Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
14:02:32 [2021-05-06T14:02:32.984Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s)
14:02:32 [2021-05-06T14:02:32.984Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s)
14:02:32 [2021-05-06T14:02:32.984Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] === SKIP: amd64.integration.service TestServicePlugin (3.72s)
14:02:32 [2021-05-06T14:02:32.984Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s)
14:02:32 [2021-05-06T14:02:32.984Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s)
14:02:32 [2021-05-06T14:02:32.984Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s)
14:02:32 [2021-05-06T14:02:32.984Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s)
14:02:32 [2021-05-06T14:02:32.984Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s)
14:02:32 [2021-05-06T14:02:32.984Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] DONE 24 tests, 23 skipped in 4.158s
14:02:32 [2021-05-06T14:02:32.984Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
14:02:32 [2021-05-06T14:02:32.984Z] INFO: Testing against a local daemon
14:02:32 [2021-05-06T14:02:32.984Z] === RUN   TestSessionCreate
14:02:32 [2021-05-06T14:02:32.984Z] --- PASS: TestSessionCreate (0.02s)
14:02:32 [2021-05-06T14:02:32.984Z] === RUN   TestSessionCreateWithBadUpgrade
14:02:32 [2021-05-06T14:02:32.984Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s)
14:02:32 [2021-05-06T14:02:32.984Z] PASS
14:02:32 [2021-05-06T14:02:32.984Z] 
14:02:32 [2021-05-06T14:02:32.984Z] DONE 2 tests in 0.210s
14:02:32 [2021-05-06T14:02:32.984Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
14:02:32 [2021-05-06T14:02:32.984Z] INFO: Testing against a local daemon
14:02:32 [2021-05-06T14:02:32.984Z] === RUN   TestCgroupDriverSystemdMemoryLimit
14:02:32 [2021-05-06T14:02:32.984Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
14:02:32 [2021-05-06T14:02:32.984Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
14:02:32 [2021-05-06T14:02:32.984Z] === RUN   TestEventsExecDie
14:02:33 [2021-05-06T14:02:33.711Z] --- PASS: TestKernelTCPMemory (1.16s)
14:02:33 [2021-05-06T14:02:33.711Z] === RUN   TestNISDomainname
14:02:33 [2021-05-06T14:02:33.766Z] --- PASS: TestDaemonRestartWithLiveRestore (1.59s)
14:02:33 [2021-05-06T14:02:33.766Z] === RUN   TestDaemonDefaultNetworkPools
14:02:33 [2021-05-06T14:02:33.928Z] --- PASS: TestEventsExecDie (1.00s)
14:02:33 [2021-05-06T14:02:33.928Z] === RUN   TestEventsBackwardsCompatible
14:02:33 [2021-05-06T14:02:33.928Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
14:02:33 [2021-05-06T14:02:33.928Z] === RUN   TestInfoBinaryCommits
14:02:33 [2021-05-06T14:02:33.928Z] --- PASS: TestInfoBinaryCommits (0.02s)
14:02:33 [2021-05-06T14:02:33.928Z] === RUN   TestInfoAPIVersioned
14:02:33 [2021-05-06T14:02:33.928Z] --- PASS: TestInfoAPIVersioned (0.01s)
14:02:33 [2021-05-06T14:02:33.928Z] === RUN   TestInfoDiscoveryBackend
14:02:35 [2021-05-06T14:02:35.096Z] --- PASS: TestNISDomainname (1.34s)
14:02:35 [2021-05-06T14:02:35.096Z] === RUN   TestHostnameDnsResolution
14:02:35 [2021-05-06T14:02:35.132Z] --- PASS: TestDaemonDefaultNetworkPools (1.38s)
14:02:35 [2021-05-06T14:02:35.132Z] === RUN   TestDaemonRestartWithExistingNetwork
14:02:35 [2021-05-06T14:02:35.846Z] --- PASS: TestInfoDiscoveryBackend (1.76s)
14:02:35 [2021-05-06T14:02:35.846Z] === RUN   TestInfoDiscoveryInvalidAdvertise
14:02:36 [2021-05-06T14:02:36.319Z] --- PASS: TestDockerDaemonSuite (525.00s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.52s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.32s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (17.04s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (4.44s)
14:02:36 [2021-05-06T14:02:36.319Z]         docker_cli_daemon_test.go:1455: [dec662db0ae6c] daemon is not started
14:02:36 [2021-05-06T14:02:36.319Z]         check_test.go:309: [d64b70a60f578] daemon is not started
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.21s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (3.06s)
14:02:36 [2021-05-06T14:02:36.319Z]         check_test.go:309: [dfce08efc5f25] daemon is not started
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (5.34s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (5.01s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (3.93s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (5.92s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (5.85s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (4.81s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.97s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (4.08s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s)
14:02:36 [2021-05-06T14:02:36.319Z]         check_test.go:309: [d45ce2977e630] daemon is not started
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s)
14:02:36 [2021-05-06T14:02:36.319Z]         check_test.go:309: [d9f3407eb2b36] daemon is not started
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.74s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.93s)
14:02:36 [2021-05-06T14:02:36.319Z]         check_test.go:309: [d1b98d7a454ae] daemon is not started
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (4.50s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (2.94s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (4.15s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (2.34s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (1.03s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.90s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (4.06s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
14:02:36 [2021-05-06T14:02:36.319Z]         check_test.go:309: [de77d5bd19d95] daemon is not started
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.74s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.82s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.86s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (5.03s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (7.34s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (4.48s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s)
14:02:36 [2021-05-06T14:02:36.319Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
14:02:36 [2021-05-06T14:02:36.319Z]         check_test.go:309: [da24288831306] daemon is not started
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (3.09s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (3.25s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (3.20s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.68s)
14:02:36 [2021-05-06T14:02:36.319Z]         check_test.go:309: [d9982eb1670d8] daemon is not started
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (5.73s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.89s)
14:02:36 [2021-05-06T14:02:36.319Z]         check_test.go:309: [d5d215a31263d] daemon is not started
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.58s)
14:02:36 [2021-05-06T14:02:36.319Z]         docker_cli_daemon_plugins_test.go:79: [d0b59b012ce97] daemon is not started
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (5.24s)
14:02:36 [2021-05-06T14:02:36.319Z]         docker_cli_daemon_plugins_test.go:169: [d4c1f844c32d8] daemon is not started
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (5.53s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.95s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.84s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s)
14:02:36 [2021-05-06T14:02:36.319Z]         check_test.go:309: [d92dc0130e0bc] daemon is not started
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.70s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.69s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.84s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.77s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (2.65s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.74s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.95s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.90s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.92s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.88s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (8.41s)
14:02:36 [2021-05-06T14:02:36.319Z]         check_test.go:309: [dfe9779d0d141] daemon is not started
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (4.12s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (27.81s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (3.92s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (2.27s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (8.21s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (5.38s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (8.24s)
14:02:36 [2021-05-06T14:02:36.319Z]         check_test.go:309: [d3cb71badcec1] daemon is not started
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (2.74s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (4.38s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (19.20s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (5.06s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (3.29s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (4.22s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (4.78s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
14:02:36 [2021-05-06T14:02:36.319Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
14:02:36 [2021-05-06T14:02:36.319Z]         check_test.go:309: [ddac19d86b856] daemon is not started
14:02:36 [2021-05-06T14:02:36.319Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
14:02:36 [2021-05-06T14:02:36.319Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
14:02:36 [2021-05-06T14:02:36.319Z]         check_test.go:309: [d0a82e284fb93] daemon is not started
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (5.17s)
14:02:36 [2021-05-06T14:02:36.319Z]         check_test.go:309: [dfe764ac69909] daemon is not started
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (7.70s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (4.32s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (4.08s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (3.33s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.99s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (6.18s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (6.65s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (3.24s)
14:02:36 [2021-05-06T14:02:36.319Z]         check_test.go:309: [da8af38afb7bd] daemon is not started
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (5.13s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.44s)
14:02:36 [2021-05-06T14:02:36.319Z]         docker_cli_daemon_plugins_test.go:105: [db6884e6b2fed] daemon is not started
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.50s)
14:02:36 [2021-05-06T14:02:36.319Z]         check_test.go:309: [d6edda7efd75e] daemon is not started
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.92s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (6.79s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (2.21s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.56s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.98s)
14:02:36 [2021-05-06T14:02:36.319Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (6.86s)
14:02:36 [2021-05-06T14:02:36.319Z]         docker_cli_daemon_test.go:2887: Checking IpcMode private set from config
14:02:36 [2021-05-06T14:02:36.319Z]         docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config
14:02:36 [2021-05-06T14:02:36.319Z]         docker_cli_daemon_test.go:2887: Checking IpcMode host set from config
14:02:36 [2021-05-06T14:02:36.319Z]         docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config
14:02:36 [2021-05-06T14:02:36.320Z]         docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config
14:02:36 [2021-05-06T14:02:36.320Z]         docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli
14:02:36 [2021-05-06T14:02:36.320Z]         docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli
14:02:36 [2021-05-06T14:02:36.320Z]         docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli
14:02:36 [2021-05-06T14:02:36.320Z]         docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli
14:02:36 [2021-05-06T14:02:36.320Z]         docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli
14:02:36 [2021-05-06T14:02:36.320Z]         check_test.go:309: [de247546640eb] daemon is not started
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (2.12s)
14:02:36 [2021-05-06T14:02:36.320Z]         check_test.go:309: [d297689239ff3] daemon is not started
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.96s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.94s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (5.44s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.91s)
14:02:36 [2021-05-06T14:02:36.320Z]         check_test.go:309: [d725f4913de2a] daemon is not started
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (4.50s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (3.07s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (7.11s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.45s)
14:02:36 [2021-05-06T14:02:36.320Z]         check_test.go:309: [d0cf0e94d9e5d] daemon is not started
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (10.36s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (6.50s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (5.80s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (3.00s)
14:02:36 [2021-05-06T14:02:36.320Z]         check_test.go:309: [d88ce50db5ab3] daemon is not started
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.90s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.90s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (1.18s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.87s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s)
14:02:36 [2021-05-06T14:02:36.320Z]         check_test.go:309: [df8822c13c929] daemon is not started
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.26s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.19s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.66s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (2.14s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.59s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (5.28s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (5.49s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (7.17s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.22s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.59s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.58s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (4.89s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (12.15s)
14:02:36 [2021-05-06T14:02:36.320Z]         docker_cli_daemon_test.go:2550: [d7227cb88c4ff] daemon is not started
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (12.45s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (4.39s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (3.01s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (4.40s)
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.12s)
14:02:36 [2021-05-06T14:02:36.320Z]         check_test.go:309: [d08546913d490] daemon is not started
14:02:36 [2021-05-06T14:02:36.320Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.82s)
14:02:36 [2021-05-06T14:02:36.320Z] === RUN   TestDockerSwarmSuite
14:02:36 [2021-05-06T14:02:36.320Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
14:02:37 [2021-05-06T14:02:37.642Z] --- PASS: TestHostnameDnsResolution (2.38s)
14:02:37 [2021-05-06T14:02:37.642Z] === RUN   TestStats
14:02:37 [2021-05-06T14:02:37.648Z] --- PASS: TestDaemonRestartWithExistingNetwork (2.12s)
14:02:37 [2021-05-06T14:02:37.648Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
14:02:38 [2021-05-06T14:02:38.866Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
14:02:39 [2021-05-06T14:02:39.146Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.39s)
14:02:39 [2021-05-06T14:02:39.146Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
14:02:39 [2021-05-06T14:02:39.146Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
14:02:39 [2021-05-06T14:02:39.146Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
14:02:39 [2021-05-06T14:02:39.146Z] === RUN   TestInfoAPI
14:02:39 [2021-05-06T14:02:39.146Z] --- PASS: TestInfoAPI (0.02s)
14:02:39 [2021-05-06T14:02:39.146Z] === RUN   TestInfoAPIWarnings
14:02:40 [2021-05-06T14:02:40.164Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.62s)
14:02:40 [2021-05-06T14:02:40.164Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
14:02:40 [2021-05-06T14:02:40.186Z] --- PASS: TestStats (2.85s)
14:02:40 [2021-05-06T14:02:40.186Z] === RUN   TestStopContainerWithTimeout
14:02:40 [2021-05-06T14:02:40.186Z] === RUN   TestStopContainerWithTimeout/0
14:02:40 [2021-05-06T14:02:40.186Z] === PAUSE TestStopContainerWithTimeout/0
14:02:40 [2021-05-06T14:02:40.186Z] === RUN   TestStopContainerWithTimeout/1
14:02:40 [2021-05-06T14:02:40.186Z] === PAUSE TestStopContainerWithTimeout/1
14:02:40 [2021-05-06T14:02:40.186Z] === RUN   TestStopContainerWithTimeout/3
14:02:40 [2021-05-06T14:02:40.186Z] === PAUSE TestStopContainerWithTimeout/3
14:02:40 [2021-05-06T14:02:40.186Z] === RUN   TestStopContainerWithTimeout/-1
14:02:40 [2021-05-06T14:02:40.186Z] === PAUSE TestStopContainerWithTimeout/-1
14:02:40 [2021-05-06T14:02:40.186Z] === CONT  TestStopContainerWithTimeout/0
14:02:40 [2021-05-06T14:02:40.186Z] === CONT  TestStopContainerWithTimeout/3
14:02:40 [2021-05-06T14:02:40.186Z] === CONT  TestStopContainerWithTimeout/1
14:02:40 [2021-05-06T14:02:40.186Z] === CONT  TestStopContainerWithTimeout/-1
14:02:40 [2021-05-06T14:02:40.726Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.82s)
14:02:40 [2021-05-06T14:02:40.726Z] === RUN   TestServiceWithPredefinedNetwork
14:02:42 [2021-05-06T14:02:42.171Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
14:02:42 [2021-05-06T14:02:42.171Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
14:02:43 [2021-05-06T14:02:43.995Z] --- PASS: TestServiceWithPredefinedNetwork (2.77s)
14:02:43 [2021-05-06T14:02:43.996Z] === RUN   TestServiceRemoveKeepsIngressNetwork
14:02:43 [2021-05-06T14:02:43.996Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
14:02:43 [2021-05-06T14:02:43.996Z]     service_test.go:242: FLAKY_TEST
14:02:43 [2021-05-06T14:02:43.996Z] === RUN   TestServiceWithDataPathPortInit
14:02:44 [2021-05-06T14:02:44.392Z] --- PASS: TestStopContainerWithTimeout (0.02s)
14:02:44 [2021-05-06T14:02:44.392Z]     --- PASS: TestStopContainerWithTimeout/0 (1.46s)
14:02:44 [2021-05-06T14:02:44.392Z]     --- PASS: TestStopContainerWithTimeout/1 (2.18s)
14:02:44 [2021-05-06T14:02:44.392Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.32s)
14:02:44 [2021-05-06T14:02:44.392Z]     --- PASS: TestStopContainerWithTimeout/3 (3.39s)
14:02:44 [2021-05-06T14:02:44.392Z] === RUN   TestDeleteDevicemapper
14:02:44 [2021-05-06T14:02:44.392Z] --- SKIP: TestDeleteDevicemapper (0.00s)
14:02:44 [2021-05-06T14:02:44.392Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
14:02:44 [2021-05-06T14:02:44.392Z] === RUN   TestStopContainerWithRestartPolicyAlways
14:02:44 [2021-05-06T14:02:44.721Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
14:02:46 [2021-05-06T14:02:46.308Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.49s)
14:02:46 [2021-05-06T14:02:46.308Z] === RUN   TestUpdateMemory
14:02:46 [2021-05-06T14:02:46.308Z] --- SKIP: TestUpdateMemory (0.00s)
14:02:46 [2021-05-06T14:02:46.308Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
14:02:46 [2021-05-06T14:02:46.308Z] === RUN   TestUpdateCPUQuota
14:02:48 [2021-05-06T14:02:48.936Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
14:02:52 [2021-05-06T14:02:52.891Z] --- PASS: TestUpdateCPUQuota (5.78s)
14:02:52 [2021-05-06T14:02:52.891Z] === RUN   TestUpdatePidsLimit
14:02:52 [2021-05-06T14:02:52.891Z] === RUN   TestUpdatePidsLimit/update_from_none
14:02:52 [2021-05-06T14:02:52.891Z] === RUN   TestUpdatePidsLimit/no_change
14:02:53 [2021-05-06T14:02:53.463Z] === RUN   TestUpdatePidsLimit/update_lower
14:02:54 [2021-05-06T14:02:54.035Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
14:02:54 [2021-05-06T14:02:54.606Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
14:02:55 [2021-05-06T14:02:55.178Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
14:02:56 [2021-05-06T14:02:56.122Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
14:02:57 [2021-05-06T14:02:57.259Z] --- PASS: TestInfoAPIWarnings (17.77s)
14:02:57 [2021-05-06T14:02:57.259Z] === RUN   TestInfoDebug
14:02:57 [2021-05-06T14:02:57.524Z] --- PASS: TestUpdatePidsLimit (5.32s)
14:02:57 [2021-05-06T14:02:57.524Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.67s)
14:02:57 [2021-05-06T14:02:57.524Z]     --- PASS: TestUpdatePidsLimit/no_change (0.65s)
14:02:57 [2021-05-06T14:02:57.524Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.65s)
14:02:57 [2021-05-06T14:02:57.524Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.66s)
14:02:57 [2021-05-06T14:02:57.524Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.66s)
14:02:57 [2021-05-06T14:02:57.524Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.64s)
14:02:57 [2021-05-06T14:02:57.524Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.66s)
14:02:57 [2021-05-06T14:02:57.524Z] === RUN   TestUpdateRestartPolicy
14:02:58 [2021-05-06T14:02:58.941Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
14:02:58 [2021-05-06T14:02:58.941Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
14:02:59 [2021-05-06T14:02:59.171Z] --- PASS: TestInfoDebug (1.82s)
14:02:59 [2021-05-06T14:02:59.171Z] === RUN   TestInfoInsecureRegistries
14:02:59 [2021-05-06T14:02:59.202Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
14:02:59 [2021-05-06T14:02:59.776Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
14:03:00 [2021-05-06T14:03:00.558Z] --- PASS: TestInfoInsecureRegistries (1.78s)
14:03:00 [2021-05-06T14:03:00.558Z] === RUN   TestInfoRegistryMirrors
14:03:01 [2021-05-06T14:03:01.695Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
14:03:01 [2021-05-06T14:03:01.695Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
14:03:01 [2021-05-06T14:03:01.695Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
14:03:02 [2021-05-06T14:03:02.045Z] --- PASS: TestServiceWithDataPathPortInit (15.68s)
14:03:02 [2021-05-06T14:03:02.045Z] === RUN   TestServiceWithDefaultAddressPoolInit
14:03:02 [2021-05-06T14:03:02.268Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
14:03:02 [2021-05-06T14:03:02.472Z] --- PASS: TestInfoRegistryMirrors (1.79s)
14:03:02 [2021-05-06T14:03:02.472Z] === RUN   TestLoginFailsWithBadCredentials
14:03:02 [2021-05-06T14:03:02.472Z] --- PASS: TestLoginFailsWithBadCredentials (0.19s)
14:03:02 [2021-05-06T14:03:02.472Z] === RUN   TestPingCacheHeaders
14:03:02 [2021-05-06T14:03:02.472Z] --- PASS: TestPingCacheHeaders (0.02s)
14:03:02 [2021-05-06T14:03:02.472Z] === RUN   TestPingGet
14:03:02 [2021-05-06T14:03:02.472Z] --- PASS: TestPingGet (0.02s)
14:03:02 [2021-05-06T14:03:02.472Z] === RUN   TestPingHead
14:03:02 [2021-05-06T14:03:02.472Z] --- PASS: TestPingHead (0.02s)
14:03:02 [2021-05-06T14:03:02.472Z] === RUN   TestVersion
14:03:02 [2021-05-06T14:03:02.733Z] --- PASS: TestVersion (0.02s)
14:03:02 [2021-05-06T14:03:02.733Z] PASS
14:03:02 [2021-05-06T14:03:02.733Z] 
14:03:02 [2021-05-06T14:03:02.733Z] === Skipped
14:03:02 [2021-05-06T14:03:02.733Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
14:03:02 [2021-05-06T14:03:02.733Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
14:03:02 [2021-05-06T14:03:02.733Z] 
14:03:02 [2021-05-06T14:03:02.733Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
14:03:02 [2021-05-06T14:03:02.733Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
14:03:02 [2021-05-06T14:03:02.733Z] 
14:03:02 [2021-05-06T14:03:02.733Z] 
14:03:02 [2021-05-06T14:03:02.733Z] DONE 18 tests, 2 skipped in 29.828s
14:03:02 [2021-05-06T14:03:02.733Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
14:03:02 [2021-05-06T14:03:02.733Z] INFO: Testing against a local daemon
14:03:02 [2021-05-06T14:03:02.733Z] === RUN   TestVolumesCreateAndList
14:03:02 [2021-05-06T14:03:02.733Z] --- PASS: TestVolumesCreateAndList (0.02s)
14:03:02 [2021-05-06T14:03:02.733Z] === RUN   TestVolumesRemove
14:03:02 [2021-05-06T14:03:02.994Z] --- PASS: TestVolumesRemove (0.07s)
14:03:02 [2021-05-06T14:03:02.994Z] === RUN   TestVolumesInspect
14:03:02 [2021-05-06T14:03:02.994Z] --- PASS: TestVolumesInspect (0.02s)
14:03:02 [2021-05-06T14:03:02.994Z] === RUN   TestVolumesInvalidJSON
14:03:02 [2021-05-06T14:03:02.994Z] === RUN   TestVolumesInvalidJSON//volumes/create
14:03:02 [2021-05-06T14:03:02.994Z] === PAUSE TestVolumesInvalidJSON//volumes/create
14:03:02 [2021-05-06T14:03:02.994Z] === CONT  TestVolumesInvalidJSON//volumes/create
14:03:02 [2021-05-06T14:03:02.994Z] --- PASS: TestVolumesInvalidJSON (0.01s)
14:03:02 [2021-05-06T14:03:02.994Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
14:03:02 [2021-05-06T14:03:02.994Z] PASS
14:03:02 [2021-05-06T14:03:02.994Z] 
14:03:02 [2021-05-06T14:03:02.994Z] DONE 5 tests in 0.273s
14:03:02 [2021-05-06T14:03:02.994Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
14:03:02 [2021-05-06T14:03:02.994Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12389 is not a child of this shell
14:03:02 [2021-05-06T14:03:02.994Z] warning: PID 12389 from bundles/test-integration/docker.pid had a nonzero exit code
14:03:02 [2021-05-06T14:03:02.994Z] Leaving: AppArmorNo profiles have been unloaded.
14:03:02 [2021-05-06T14:03:02.994Z] 
14:03:02 [2021-05-06T14:03:02.994Z] Unloading profiles will leave already running processes permanently
14:03:02 [2021-05-06T14:03:02.994Z] unconfined, which can lead to unexpected situations.
14:03:02 [2021-05-06T14:03:02.994Z] 
14:03:02 [2021-05-06T14:03:02.994Z] To set a process to complain mode, use the command line tool
14:03:02 [2021-05-06T14:03:02.994Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
14:03:02 [2021-05-06T14:03:02.994Z] Removing test suite binaries
14:03:02 [2021-05-06T14:03:02.994Z] exiting test-integration
14:03:02 [2021-05-06T14:03:02.994Z] ++ exit 0
14:03:03 [2021-05-06T14:03:03.658Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
14:03:03 [2021-05-06T14:03:03.966Z] 
Post stage
[Pipeline] junit
14:03:05 [2021-05-06T14:03:05.953Z] Recording test results
14:03:07 [2021-05-06T14:03:07.296Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.96s)
14:03:07 [2021-05-06T14:03:07.296Z]     service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:p1h7ga4qsuygmv4dnx9fl9hvi Created:2021-05-06 14:03:00.549423586 +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[6c0684dcc126ec76081c473f000bf0e97a4b5af018b090fb530df930711c5f58:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zmefnrmpw4qu6y3ijfbkmknc1 EndpointID:cf24dcd9c1eb839e8569b78d3cf57881144f20f5b4075e773c9ca13ab230dea5 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:7d28b313d9facca8304f3a229a262ece4d15943df71b0d22ae3a264a6a080f48 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:04e4ea9ffe95 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zmefnrmpw4qu6y3ijfbkmknc1 EndpointID:cf24dcd9c1eb839e8569b78d3cf57881144f20f5b4075e773c9ca13ab230dea5 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
14:03:07 [2021-05-06T14:03:07.296Z] PASS
14:03:07 [2021-05-06T14:03:07.296Z] 
14:03:07 [2021-05-06T14:03:07.296Z] === Skipped
14:03:07 [2021-05-06T14:03:07.296Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
14:03:07 [2021-05-06T14:03:07.296Z]     service_test.go:242: FLAKY_TEST
14:03:07 [2021-05-06T14:03:07.296Z] 
14:03:07 [2021-05-06T14:03:07.296Z] 
14:03:07 [2021-05-06T14:03:07.296Z] DONE 26 tests, 1 skipped in 55.865s
14:03:07 [2021-05-06T14:03:07.296Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
14:03:07 [2021-05-06T14:03:07.296Z] INFO: Testing against a local daemon
14:03:07 [2021-05-06T14:03:07.296Z] === RUN   TestDockerNetworkIpvlanPersistance
14:03:07 [2021-05-06T14:03:07.296Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
14:03:07 [2021-05-06T14:03:07.296Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:03:07 [2021-05-06T14:03:07.296Z] === RUN   TestDockerNetworkIpvlan
14:03:07 [2021-05-06T14:03:07.296Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
14:03:07 [2021-05-06T14:03:07.296Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:03:07 [2021-05-06T14:03:07.296Z] PASS
14:03:07 [2021-05-06T14:03:07.296Z] 
14:03:07 [2021-05-06T14:03:07.296Z] === Skipped
14:03:07 [2021-05-06T14:03:07.296Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
14:03:07 [2021-05-06T14:03:07.296Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:03:07 [2021-05-06T14:03:07.296Z] 
14:03:07 [2021-05-06T14:03:07.296Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
14:03:07 [2021-05-06T14:03:07.296Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:03:07 [2021-05-06T14:03:07.296Z] 
14:03:07 [2021-05-06T14:03:07.296Z] 
14:03:07 [2021-05-06T14:03:07.296Z] DONE 2 tests, 2 skipped in 0.039s
14:03:07 [2021-05-06T14:03:07.296Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
14:03:07 [2021-05-06T14:03:07.296Z] INFO: Testing against a local daemon
14:03:07 [2021-05-06T14:03:07.296Z] === RUN   TestDockerNetworkMacvlanPersistance
14:03:07 [2021-05-06T14:03:07.438Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
14:03:07 [2021-05-06T14:03:07.806Z] + echo Ensuring container killed.
14:03:07 [2021-05-06T14:03:07.807Z] Ensuring container killed.
14:03:07 [2021-05-06T14:03:07.807Z] + docker rm -vf docker-pr7
14:03:07 [2021-05-06T14:03:07.807Z] Error: No such container: docker-pr7
[Pipeline] sh
14:03:08 [2021-05-06T14:03:08.098Z] + echo Chowning /workspace to jenkins user
14:03:08 [2021-05-06T14:03:08.098Z] Chowning /workspace to jenkins user
14:03:08 [2021-05-06T14:03:08.098Z] + id -u
14:03:08 [2021-05-06T14:03:08.098Z] + id -g
14:03:08 [2021-05-06T14:03:08.098Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42098:/workspace busybox chown -R 1000:1000 /workspace
14:03:08 [2021-05-06T14:03:08.098Z] Unable to find image 'busybox:latest' locally
14:03:08 [2021-05-06T14:03:08.098Z] latest: Pulling from library/busybox
14:03:08 [2021-05-06T14:03:08.360Z] aa2a8d90b84c: Pulling fs layer
14:03:08 [2021-05-06T14:03:08.360Z] aa2a8d90b84c: Verifying Checksum
14:03:08 [2021-05-06T14:03:08.360Z] aa2a8d90b84c: Download complete
14:03:08 [2021-05-06T14:03:08.360Z] aa2a8d90b84c: Pull complete
14:03:08 [2021-05-06T14:03:08.360Z] Digest: sha256:be4684e4004560b2cd1f12148b7120b0ea69c385bcc9b12a637537a2c60f97fb
14:03:08 [2021-05-06T14:03:08.360Z] Status: Downloaded newer image for busybox:latest
14:03:09 [2021-05-06T14:03:09.190Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.94s)
14:03:09 [2021-05-06T14:03:09.190Z] === RUN   TestDockerNetworkMacvlan
14:03:10 [2021-05-06T14:03:10.119Z] === RUN   TestDockerNetworkMacvlan/Subinterface
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
14:03:10 [2021-05-06T14:03:10.589Z] + bundleName=amd64-rootless
14:03:10 [2021-05-06T14:03:10.589Z] + echo Creating amd64-rootless-bundles.tar.gz
14:03:10 [2021-05-06T14:03:10.589Z] Creating amd64-rootless-bundles.tar.gz
14:03:10 [2021-05-06T14:03:10.589Z] + xargs tar -czf amd64-rootless-bundles.tar.gz
14:03:10 [2021-05-06T14:03:10.589Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
14:03:10 [2021-05-06T14:03:10.604Z] Archiving artifacts
14:03:11 [2021-05-06T14:03:11.046Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
14:03:12 [2021-05-06T14:03:12.413Z] === RUN   TestDockerNetworkMacvlan/NilParent
14:03:12 [2021-05-06T14:03:12.437Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42098/7/artifacts/
[Pipeline] }
14:03:12 [2021-05-06T14:03:12.451Z] --- PASS: TestUpdateRestartPolicy (12.99s)
14:03:12 [2021-05-06T14:03:12.451Z] === RUN   TestUpdateRestartWithAutoRemove
14:03:12 [2021-05-06T14:03:12.451Z] --- PASS: TestUpdateRestartWithAutoRemove (0.87s)
14:03:12 [2021-05-06T14:03:12.451Z] === RUN   TestWaitNonBlocked
14:03:12 [2021-05-06T14:03:12.451Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
14:03:12 [2021-05-06T14:03:12.452Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
14:03:12 [2021-05-06T14:03:12.452Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
14:03:12 [2021-05-06T14:03:12.452Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
14:03:12 [2021-05-06T14:03:12.452Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
14:03:12 [2021-05-06T14:03:12.452Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
14:03:12 [2021-05-06T14:03:12.452Z] --- PASS: TestWaitNonBlocked (0.02s)
14:03:12 [2021-05-06T14:03:12.452Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.08s)
14:03:12 [2021-05-06T14:03:12.452Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.12s)
14:03:12 [2021-05-06T14:03:12.452Z] === RUN   TestWaitBlocked
14:03:12 [2021-05-06T14:03:12.452Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
14:03:12 [2021-05-06T14:03:12.452Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
14:03:12 [2021-05-06T14:03:12.452Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
14:03:12 [2021-05-06T14:03:12.452Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
14:03:12 [2021-05-06T14:03:12.452Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
14:03:12 [2021-05-06T14:03:12.452Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
[Pipeline] // catchError
[Pipeline] sh
14:03:12 [2021-05-06T14:03:12.767Z] + make clean
14:03:13 [2021-05-06T14:03:13.027Z] docker volume rm -f docker-dev-cache
14:03:13 [2021-05-06T14:03:13.027Z] docker-dev-cache
[Pipeline] deleteDir
14:03:13 [2021-05-06T14:03:13.399Z] --- PASS: TestWaitBlocked (0.03s)
14:03:13 [2021-05-06T14:03:13.399Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.15s)
14:03:13 [2021-05-06T14:03:13.399Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.19s)
14:03:13 [2021-05-06T14:03:13.399Z] === CONT  TestContainerStartOnDaemonRestart
14:03:13 [2021-05-06T14:03:13.399Z] === CONT  TestContainerKillOnDaemonStart
14:03:13 [2021-05-06T14:03:13.399Z] === CONT  TestDaemonHostGatewayIP
14:03:13 [2021-05-06T14:03:13.399Z] === CONT  TestIpcModeOlderClient
14:03:13 [2021-05-06T14:03:13.663Z] --- PASS: TestIpcModeOlderClient (0.11s)
14:03:13 [2021-05-06T14:03:13.663Z] === CONT  TestRestartDaemonWithRestartingContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
14:03:15 [2021-05-06T14:03:15.696Z] === RUN   TestDockerNetworkMacvlan/InternalMode
14:03:17 [2021-05-06T14:03:17.880Z] --- PASS: TestContainerStartOnDaemonRestart (3.64s)
14:03:17 [2021-05-06T14:03:17.880Z] === CONT  TestDaemonRestartIpcMode
14:03:18 [2021-05-06T14:03:18.453Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.91s)
14:03:18 [2021-05-06T14:03:18.576Z] === RUN   TestDockerSuite/TestBuildExpose
14:03:18 [2021-05-06T14:03:18.576Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
14:03:18 [2021-05-06T14:03:18.981Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
14:03:19 [2021-05-06T14:03:19.964Z] === RUN   TestDockerSuite/TestBuildExposeOrder
14:03:20 [2021-05-06T14:03:20.368Z] --- PASS: TestDaemonHostGatewayIP (6.62s)
14:03:20 [2021-05-06T14:03:20.536Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
14:03:20 [2021-05-06T14:03:20.942Z] --- PASS: TestDaemonRestartIpcMode (3.77s)
14:03:21 [2021-05-06T14:03:21.109Z] === RUN   TestDockerSuite/TestBuildFails
14:03:23 [2021-05-06T14:03:23.024Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
14:03:23 [2021-05-06T14:03:23.024Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
14:03:25 [2021-05-06T14:03:25.520Z] === RUN   TestDockerNetworkMacvlan/Addressing
14:03:26 [2021-05-06T14:03:26.888Z] --- PASS: TestDockerNetworkMacvlan (17.53s)
14:03:26 [2021-05-06T14:03:26.888Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s)
14:03:26 [2021-05-06T14:03:26.888Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.15s)
14:03:26 [2021-05-06T14:03:26.888Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.98s)
14:03:26 [2021-05-06T14:03:26.888Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.39s)
14:03:26 [2021-05-06T14:03:26.888Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.92s)
14:03:26 [2021-05-06T14:03:26.888Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.59s)
14:03:26 [2021-05-06T14:03:26.888Z] PASS
14:03:26 [2021-05-06T14:03:26.888Z] 
14:03:26 [2021-05-06T14:03:26.888Z] DONE 8 tests in 19.504s
14:03:26 [2021-05-06T14:03:26.888Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
14:03:26 [2021-05-06T14:03:26.888Z] testing: warning: no tests to run
14:03:26 [2021-05-06T14:03:26.888Z] PASS
14:03:26 [2021-05-06T14:03:26.888Z] 
14:03:26 [2021-05-06T14:03:26.888Z] DONE 0 tests in 0.006s
14:03:26 [2021-05-06T14:03:26.888Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
14:03:26 [2021-05-06T14:03:26.888Z] INFO: Testing against a local daemon
14:03:26 [2021-05-06T14:03:26.888Z] === RUN   TestAuthZPluginAllowRequest
14:03:27 [2021-05-06T14:03:27.232Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
14:03:27 [2021-05-06T14:03:27.524Z] --- PASS: TestContainerKillOnDaemonStart (13.64s)
14:03:27 [2021-05-06T14:03:27.524Z] PASS
14:03:27 [2021-05-06T14:03:27.524Z] 
14:03:27 [2021-05-06T14:03:27.524Z] === Skipped
14:03:27 [2021-05-06T14:03:27.524Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
14:03:27 [2021-05-06T14:03:27.524Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:03:27 [2021-05-06T14:03:27.524Z] 
14:03:27 [2021-05-06T14:03:27.524Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.01s)
14:03:27 [2021-05-06T14:03:27.524Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:03:27 [2021-05-06T14:03:27.524Z] 
14:03:27 [2021-05-06T14:03:27.524Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s)
14:03:27 [2021-05-06T14:03:27.524Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:03:27 [2021-05-06T14:03:27.524Z] 
14:03:27 [2021-05-06T14:03:27.524Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
14:03:27 [2021-05-06T14:03:27.524Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
14:03:27 [2021-05-06T14:03:27.524Z] 
14:03:27 [2021-05-06T14:03:27.524Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
14:03:27 [2021-05-06T14:03:27.524Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
14:03:27 [2021-05-06T14:03:27.524Z] 
14:03:27 [2021-05-06T14:03:27.524Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s)
14:03:27 [2021-05-06T14:03:27.524Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
14:03:27 [2021-05-06T14:03:27.524Z] 
14:03:27 [2021-05-06T14:03:27.524Z] 
14:03:27 [2021-05-06T14:03:27.524Z] DONE 197 tests, 6 skipped in 164.786s
14:03:27 [2021-05-06T14:03:27.524Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
14:03:27 [2021-05-06T14:03:27.524Z] ++ 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
14:03:27 [2021-05-06T14:03:27.524Z] ++ set -e
14:03:27 [2021-05-06T14:03:27.524Z] ++ '[' -n 0 ']'
14:03:27 [2021-05-06T14:03:27.524Z] ++ set -x
14:03:27 [2021-05-06T14:03:27.524Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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
14:03:27 [2021-05-06T14:03:27.524Z] INFO: Testing against a local daemon
14:03:27 [2021-05-06T14:03:27.524Z] === RUN   TestCommitInheritsEnv
14:03:27 [2021-05-06T14:03:27.786Z] --- PASS: TestCommitInheritsEnv (0.42s)
14:03:27 [2021-05-06T14:03:27.786Z] === RUN   TestImportExtremelyLargeImageWorks
14:03:27 [2021-05-06T14:03:27.786Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
14:03:27 [2021-05-06T14:03:27.786Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
14:03:27 [2021-05-06T14:03:27.786Z] === RUN   TestImagesFilterMultiReference
14:03:27 [2021-05-06T14:03:27.786Z] --- PASS: TestImagesFilterMultiReference (0.10s)
14:03:27 [2021-05-06T14:03:27.786Z] === RUN   TestImagePullPlatformInvalid
14:03:28 [2021-05-06T14:03:28.047Z] --- PASS: TestImagePullPlatformInvalid (0.05s)
14:03:28 [2021-05-06T14:03:28.047Z] === RUN   TestRemoveImageOrphaning
14:03:28 [2021-05-06T14:03:28.309Z] --- PASS: TestRemoveImageOrphaning (0.39s)
14:03:28 [2021-05-06T14:03:28.309Z] === RUN   TestRemoveImageGarbageCollector
14:03:28 [2021-05-06T14:03:28.309Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
14:03:28 [2021-05-06T14:03:28.309Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:03:28 [2021-05-06T14:03:28.309Z] === RUN   TestTagUnprefixedRepoByNameOrName
14:03:28 [2021-05-06T14:03:28.309Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s)
14:03:28 [2021-05-06T14:03:28.309Z] === RUN   TestTagInvalidReference
14:03:28 [2021-05-06T14:03:28.309Z] --- PASS: TestTagInvalidReference (0.03s)
14:03:28 [2021-05-06T14:03:28.309Z] === RUN   TestTagValidPrefixedRepo
14:03:28 [2021-05-06T14:03:28.570Z] --- PASS: TestTagValidPrefixedRepo (0.08s)
14:03:28 [2021-05-06T14:03:28.570Z] === RUN   TestTagExistedNameWithoutForce
14:03:28 [2021-05-06T14:03:28.570Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
14:03:28 [2021-05-06T14:03:28.570Z] === RUN   TestTagOfficialNames
14:03:28 [2021-05-06T14:03:28.570Z] --- PASS: TestTagOfficialNames (0.08s)
14:03:28 [2021-05-06T14:03:28.570Z] === RUN   TestTagMatchesDigest
14:03:28 [2021-05-06T14:03:28.570Z] --- PASS: TestTagMatchesDigest (0.03s)
14:03:28 [2021-05-06T14:03:28.570Z] PASS
14:03:28 [2021-05-06T14:03:28.570Z] 
14:03:28 [2021-05-06T14:03:28.570Z] === Skipped
14:03:28 [2021-05-06T14:03:28.570Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
14:03:28 [2021-05-06T14:03:28.570Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
14:03:28 [2021-05-06T14:03:28.570Z] 
14:03:28 [2021-05-06T14:03:28.570Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
14:03:28 [2021-05-06T14:03:28.570Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:03:28 [2021-05-06T14:03:28.570Z] 
14:03:28 [2021-05-06T14:03:28.570Z] 
14:03:28 [2021-05-06T14:03:28.570Z] DONE 12 tests, 2 skipped in 1.480s
14:03:28 [2021-05-06T14:03:28.570Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
14:03:28 [2021-05-06T14:03:28.570Z] ++ 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
14:03:28 [2021-05-06T14:03:28.570Z] ++ set -e
14:03:28 [2021-05-06T14:03:28.570Z] ++ '[' -n 0 ']'
14:03:28 [2021-05-06T14:03:28.570Z] ++ set -x
14:03:28 [2021-05-06T14:03:28.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=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
14:03:28 [2021-05-06T14:03:28.779Z] --- PASS: TestAuthZPluginAllowRequest (1.59s)
14:03:28 [2021-05-06T14:03:28.779Z] === RUN   TestAuthZPluginTLS
14:03:28 [2021-05-06T14:03:28.832Z] INFO: Testing against a local daemon
14:03:28 [2021-05-06T14:03:28.832Z] === RUN   TestNetworkCreateDelete
14:03:29 [2021-05-06T14:03:29.036Z] --- PASS: TestAuthZPluginTLS (0.68s)
14:03:29 [2021-05-06T14:03:29.036Z] === RUN   TestAuthZPluginDenyRequest
14:03:29 [2021-05-06T14:03:29.775Z] --- PASS: TestNetworkCreateDelete (0.80s)
14:03:29 [2021-05-06T14:03:29.775Z] === RUN   TestDockerNetworkDeletePreferID
14:03:29 [2021-05-06T14:03:29.796Z] === RUN   TestDockerSuite/TestBuildForceRm
14:03:29 [2021-05-06T14:03:29.964Z] --- PASS: TestAuthZPluginDenyRequest (0.67s)
14:03:29 [2021-05-06T14:03:29.964Z] === RUN   TestAuthZPluginAPIDenyResponse
14:03:30 [2021-05-06T14:03:30.526Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.65s)
14:03:30 [2021-05-06T14:03:30.526Z] === RUN   TestAuthZPluginDenyResponse
14:03:31 [2021-05-06T14:03:31.088Z] --- PASS: TestAuthZPluginDenyResponse (0.71s)
14:03:31 [2021-05-06T14:03:31.088Z] === RUN   TestAuthZPluginAllowEventStream
14:03:32 [2021-05-06T14:03:32.321Z] --- PASS: TestDockerNetworkDeletePreferID (2.54s)
14:03:32 [2021-05-06T14:03:32.321Z] === RUN   TestDaemonDNSFallback
14:03:32 [2021-05-06T14:03:32.343Z] === RUN   TestDockerSuite/TestBuildFromGit
14:03:32 [2021-05-06T14:03:32.979Z] --- PASS: TestAuthZPluginAllowEventStream (1.53s)
14:03:32 [2021-05-06T14:03:32.979Z] === RUN   TestAuthZPluginErrorResponse
14:03:33 [2021-05-06T14:03:33.235Z] --- PASS: TestAuthZPluginErrorResponse (0.72s)
14:03:33 [2021-05-06T14:03:33.235Z] === RUN   TestAuthZPluginErrorRequest
14:03:34 [2021-05-06T14:03:34.162Z] --- PASS: TestAuthZPluginErrorRequest (0.68s)
14:03:34 [2021-05-06T14:03:34.162Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
14:03:34 [2021-05-06T14:03:34.257Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
14:03:34 [2021-05-06T14:03:34.257Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
14:03:34 [2021-05-06T14:03:34.725Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.67s)
14:03:34 [2021-05-06T14:03:34.725Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
14:03:35 [2021-05-06T14:03:35.641Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
14:03:36 [2021-05-06T14:03:36.614Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.90s)
14:03:36 [2021-05-06T14:03:36.614Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
14:03:37 [2021-05-06T14:03:37.556Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
14:03:37 [2021-05-06T14:03:37.556Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
14:03:38 [2021-05-06T14:03:38.499Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
14:03:38 [2021-05-06T14:03:38.507Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.87s)
14:03:38 [2021-05-06T14:03:38.507Z] === RUN   TestAuthZPluginHeader
14:03:39 [2021-05-06T14:03:39.435Z] --- PASS: TestAuthZPluginHeader (0.86s)
14:03:39 [2021-05-06T14:03:39.435Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
14:03:39 [2021-05-06T14:03:39.885Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
14:03:40 [2021-05-06T14:03:40.147Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
14:03:40 [2021-05-06T14:03:40.459Z] --- PASS: TestDaemonDNSFallback (8.12s)
14:03:40 [2021-05-06T14:03:40.459Z] === RUN   TestInspectNetwork
14:03:43 [2021-05-06T14:03:43.451Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
14:03:44 [2021-05-06T14:03:44.327Z] Created binary: bundles/binary-daemon/dockerd-dev
14:03:44 [2021-05-06T14:03:44.327Z] Copying nested executables into bundles/binary-daemon
14:03:44 [2021-05-06T14:03:44.327Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
14:03:44 [2021-05-06T14:03:44.671Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42098/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 -e DOCKER_GRAPHDRIVER docker:8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 hack/make.sh cross
14:03:44 [2021-05-06T14:03:44.683Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.50s)
14:03:44 [2021-05-06T14:03:44.683Z] === RUN   TestAuthZPluginV2Disable
14:03:44 [2021-05-06T14:03:44.930Z] 
14:03:45 [2021-05-06T14:03:45.189Z] Removing bundles/
14:03:45 [2021-05-06T14:03:45.189Z] 
14:03:45 [2021-05-06T14:03:45.189Z] ---> Making bundle: cross (in bundles/cross)
14:03:45 [2021-05-06T14:03:45.189Z] Cross building: bundles/cross/linux/amd64
14:03:45 [2021-05-06T14:03:45.189Z] Building: bundles/cross/linux/amd64/dockerd-dev
14:03:45 [2021-05-06T14:03:45.189Z] GOOS="linux" GOARCH="amd64" GOARM=""
14:03:45 [2021-05-06T14:03:45.751Z] === RUN   TestInspectNetwork/full_network_id
14:03:45 [2021-05-06T14:03:45.751Z] === RUN   TestInspectNetwork/partial_network_id
14:03:45 [2021-05-06T14:03:45.751Z] === RUN   TestInspectNetwork/network_name
14:03:45 [2021-05-06T14:03:45.751Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
14:03:45 [2021-05-06T14:03:45.998Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
14:03:47 [2021-05-06T14:03:47.912Z] === RUN   TestDockerSuite/TestBuildHistory
14:03:47 [2021-05-06T14:03:47.951Z] --- PASS: TestAuthZPluginV2Disable (3.75s)
14:03:47 [2021-05-06T14:03:47.951Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
14:03:49 [2021-05-06T14:03:49.955Z] --- PASS: TestInspectNetwork (9.30s)
14:03:49 [2021-05-06T14:03:49.955Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
14:03:49 [2021-05-06T14:03:49.955Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
14:03:49 [2021-05-06T14:03:49.955Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
14:03:49 [2021-05-06T14:03:49.955Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
14:03:49 [2021-05-06T14:03:49.955Z] === RUN   TestRunContainerWithBridgeNone
14:03:51 [2021-05-06T14:03:51.215Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.45s)
14:03:51 [2021-05-06T14:03:51.215Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
14:03:51 [2021-05-06T14:03:51.944Z] 399f118dfaa9: Pull complete
14:03:51 [2021-05-06T14:03:51.944Z] Digest: sha256:1bb6543a7fe87bb95d9adfa4c53ea3469c1c846ad63baf32729078062e8c1127
14:03:51 [2021-05-06T14:03:51.944Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
14:03:51 [2021-05-06T14:03:51.944Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully
14:03:51 [2021-05-06T14:03:51.944Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test
14:03:51 [2021-05-06T14:03:51.944Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1879'
14:03:51 [2021-05-06T14:03:51.944Z] WARN: Skipping validation tests
14:03:51 [2021-05-06T14:03:51.944Z] INFO: Running unit tests at 05/06/2021 14:03:47...
14:03:51 [2021-05-06T14:03:51.944Z] INFO: make.ps1 starting at 05/06/2021 14:03:51
14:03:51 [2021-05-06T14:03:51.944Z] INFO: Git commit (47dcc4db6f) assumed from DOCKER_GITCOMMIT environment variable
14:03:51 [2021-05-06T14:03:51.944Z] INFO: Invoking autogen...
14:03:52 [2021-05-06T14:03:52.397Z] INFO: Running unit tests...
14:03:53 [2021-05-06T14:03:53.202Z] === RUN   TestDockerSuite/TestBuildIidFile
14:03:53 [2021-05-06T14:03:53.202Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
14:03:53 [2021-05-06T14:03:53.258Z] --- PASS: TestRunContainerWithBridgeNone (3.42s)
14:03:53 [2021-05-06T14:03:53.258Z] === RUN   TestNetworkInvalidJSON
14:03:53 [2021-05-06T14:03:53.258Z] === RUN   TestNetworkInvalidJSON//networks/create
14:03:53 [2021-05-06T14:03:53.258Z] === PAUSE TestNetworkInvalidJSON//networks/create
14:03:53 [2021-05-06T14:03:53.258Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
14:03:53 [2021-05-06T14:03:53.258Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
14:03:53 [2021-05-06T14:03:53.258Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
14:03:53 [2021-05-06T14:03:53.258Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
14:03:53 [2021-05-06T14:03:53.258Z] === CONT  TestNetworkInvalidJSON//networks/create
14:03:53 [2021-05-06T14:03:53.258Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
14:03:53 [2021-05-06T14:03:53.258Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
14:03:53 [2021-05-06T14:03:53.258Z] --- PASS: TestNetworkInvalidJSON (0.03s)
14:03:53 [2021-05-06T14:03:53.258Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
14:03:53 [2021-05-06T14:03:53.258Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
14:03:53 [2021-05-06T14:03:53.258Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
14:03:53 [2021-05-06T14:03:53.258Z] === RUN   TestNetworkList
14:03:53 [2021-05-06T14:03:53.258Z] === RUN   TestNetworkList//networks
14:03:53 [2021-05-06T14:03:53.258Z] === PAUSE TestNetworkList//networks
14:03:53 [2021-05-06T14:03:53.258Z] === RUN   TestNetworkList//networks/
14:03:53 [2021-05-06T14:03:53.258Z] === PAUSE TestNetworkList//networks/
14:03:53 [2021-05-06T14:03:53.258Z] === CONT  TestNetworkList//networks
14:03:53 [2021-05-06T14:03:53.258Z] === CONT  TestNetworkList//networks/
14:03:53 [2021-05-06T14:03:53.258Z] --- PASS: TestNetworkList (0.03s)
14:03:53 [2021-05-06T14:03:53.258Z]     --- PASS: TestNetworkList//networks/ (0.00s)
14:03:53 [2021-05-06T14:03:53.258Z]     --- PASS: TestNetworkList//networks (0.00s)
14:03:53 [2021-05-06T14:03:53.258Z] === RUN   TestHostIPv4BridgeLabel
14:03:54 [2021-05-06T14:03:54.590Z] === RUN   TestDockerSuite/TestBuildInheritance
14:03:54 [2021-05-06T14:03:54.590Z] --- PASS: TestImportExtremelyLargeImageWorks (227.44s)
14:03:54 [2021-05-06T14:03:54.590Z] PASS
14:03:54 [2021-05-06T14:03:54.590Z] 
14:03:54 [2021-05-06T14:03:54.590Z] DONE 12 tests in 232.303s
14:03:54 [2021-05-06T14:03:54.590Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
14:03:54 [2021-05-06T14:03:54.590Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m
14:03:54 [2021-05-06T14:03:54.590Z] ++ set -e
14:03:54 [2021-05-06T14:03:54.590Z] ++ '[' -n 0 ']'
14:03:54 [2021-05-06T14:03:54.590Z] ++ set -x
14:03:54 [2021-05-06T14:03:54.590Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m
14:03:54 [2021-05-06T14:03:54.590Z] INFO: Testing against a local daemon
14:03:54 [2021-05-06T14:03:54.590Z] === RUN   TestNetworkCreateDelete
14:03:54 [2021-05-06T14:03:54.643Z] --- PASS: TestHostIPv4BridgeLabel (1.48s)
14:03:54 [2021-05-06T14:03:54.643Z] === RUN   TestDaemonRestartWithLiveRestore
14:03:54 [2021-05-06T14:03:54.852Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
14:03:55 [2021-05-06T14:03:55.113Z] --- PASS: TestNetworkCreateDelete (0.48s)
14:03:55 [2021-05-06T14:03:55.113Z] === RUN   TestDockerNetworkDeletePreferID
14:03:55 [2021-05-06T14:03:55.374Z] === RUN   TestDockerSuite/TestBuildInvalidTag
14:03:55 [2021-05-06T14:03:55.374Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
14:03:56 [2021-05-06T14:03:56.327Z] === RUN   TestDockerSuite/TestBuildLabel
14:03:56 [2021-05-06T14:03:56.327Z] --- PASS: TestDockerNetworkDeletePreferID (1.39s)
14:03:56 [2021-05-06T14:03:56.327Z] === RUN   TestDaemonDNSFallback
14:03:56 [2021-05-06T14:03:56.900Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
14:03:57 [2021-05-06T14:03:57.161Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
14:03:57 [2021-05-06T14:03:57.187Z] --- PASS: TestDaemonRestartWithLiveRestore (2.55s)
14:03:57 [2021-05-06T14:03:57.187Z] === RUN   TestDaemonDefaultNetworkPools
14:03:57 [2021-05-06T14:03:57.733Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
14:03:57 [2021-05-06T14:03:57.733Z] === RUN   TestDockerSuite/TestBuildLabels
14:03:58 [2021-05-06T14:03:58.365Z] === RUN   TestDockerSuite/TestBuildLabelsCache
14:03:59 [2021-05-06T14:03:59.309Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
14:03:59 [2021-05-06T14:03:59.309Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
14:03:59 [2021-05-06T14:03:59.735Z] --- PASS: TestDaemonDefaultNetworkPools (2.21s)
14:03:59 [2021-05-06T14:03:59.735Z] === RUN   TestDaemonRestartWithExistingNetwork
14:03:59 [2021-05-06T14:03:59.883Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
14:04:00 [2021-05-06T14:04:00.938Z] 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
14:04:01 [2021-05-06T14:04:01.158Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.79s)
14:04:01 [2021-05-06T14:04:01.158Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
14:04:01 [2021-05-06T14:04:01.796Z] === RUN   TestDockerSuite/TestBuildLastModified
14:04:03 [2021-05-06T14:04:03.034Z] --- PASS: TestDaemonRestartWithExistingNetwork (3.52s)
14:04:03 [2021-05-06T14:04:03.034Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
14:04:04 [2021-05-06T14:04:04.341Z] --- PASS: TestDaemonDNSFallback (7.74s)
14:04:04 [2021-05-06T14:04:04.341Z] === RUN   TestInspectNetwork
14:04:07 [2021-05-06T14:04:07.237Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (4.49s)
14:04:07 [2021-05-06T14:04:07.237Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
14:04:07 [2021-05-06T14:04:07.647Z] === RUN   TestDockerSuite/TestBuildLineBreak
14:04:08 [2021-05-06T14:04:08.621Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (1.35s)
14:04:08 [2021-05-06T14:04:08.621Z] === RUN   TestServiceWithPredefinedNetwork
14:04:09 [2021-05-06T14:04:09.433Z] ?   	github.com/docker/docker/api	[no test files]
14:04:09 [2021-05-06T14:04:09.564Z] === RUN   TestInspectNetwork/full_network_id
14:04:09 [2021-05-06T14:04:09.564Z] === RUN   TestInspectNetwork/partial_network_id
14:04:09 [2021-05-06T14:04:09.564Z] === RUN   TestInspectNetwork/network_name
14:04:09 [2021-05-06T14:04:09.564Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
14:04:11 [2021-05-06T14:04:11.480Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
14:04:11 [2021-05-06T14:04:11.480Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
14:04:11 [2021-05-06T14:04:11.480Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
14:04:11 [2021-05-06T14:04:11.741Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
14:04:11 [2021-05-06T14:04:11.741Z] === RUN   TestDockerSuite/TestBuildMaintainer
14:04:11 [2021-05-06T14:04:11.937Z] --- PASS: TestServiceWithPredefinedNetwork (3.23s)
14:04:11 [2021-05-06T14:04:11.937Z] === RUN   TestServiceRemoveKeepsIngressNetwork
14:04:11 [2021-05-06T14:04:11.937Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
14:04:11 [2021-05-06T14:04:11.937Z]     service_test.go:242: FLAKY_TEST
14:04:11 [2021-05-06T14:04:11.937Z] === RUN   TestServiceWithDataPathPortInit
14:04:12 [2021-05-06T14:04:12.001Z] === RUN   TestDockerSuite/TestBuildMissingArgs
14:04:13 [2021-05-06T14:04:13.387Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
14:04:13 [2021-05-06T14:04:13.648Z] --- PASS: TestInspectNetwork (9.46s)
14:04:13 [2021-05-06T14:04:13.648Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
14:04:13 [2021-05-06T14:04:13.648Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
14:04:13 [2021-05-06T14:04:13.648Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
14:04:13 [2021-05-06T14:04:13.648Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
14:04:13 [2021-05-06T14:04:13.648Z] === RUN   TestRunContainerWithBridgeNone
14:04:15 [2021-05-06T14:04:15.034Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
14:04:18 [2021-05-06T14:04:18.340Z] --- PASS: TestRunContainerWithBridgeNone (4.34s)
14:04:18 [2021-05-06T14:04:18.340Z] === RUN   TestNetworkInvalidJSON
14:04:18 [2021-05-06T14:04:18.340Z] === RUN   TestNetworkInvalidJSON//networks/create
14:04:18 [2021-05-06T14:04:18.340Z] === PAUSE TestNetworkInvalidJSON//networks/create
14:04:18 [2021-05-06T14:04:18.340Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
14:04:18 [2021-05-06T14:04:18.340Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
14:04:18 [2021-05-06T14:04:18.340Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
14:04:18 [2021-05-06T14:04:18.340Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
14:04:18 [2021-05-06T14:04:18.340Z] === CONT  TestNetworkInvalidJSON//networks/create
14:04:18 [2021-05-06T14:04:18.340Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
14:04:18 [2021-05-06T14:04:18.340Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
14:04:18 [2021-05-06T14:04:18.340Z] --- PASS: TestNetworkInvalidJSON (0.02s)
14:04:18 [2021-05-06T14:04:18.340Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
14:04:18 [2021-05-06T14:04:18.340Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
14:04:18 [2021-05-06T14:04:18.340Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
14:04:18 [2021-05-06T14:04:18.340Z] === RUN   TestNetworkList
14:04:18 [2021-05-06T14:04:18.340Z] === RUN   TestNetworkList//networks
14:04:18 [2021-05-06T14:04:18.340Z] === PAUSE TestNetworkList//networks
14:04:18 [2021-05-06T14:04:18.340Z] === RUN   TestNetworkList//networks/
14:04:18 [2021-05-06T14:04:18.340Z] === PAUSE TestNetworkList//networks/
14:04:18 [2021-05-06T14:04:18.340Z] === CONT  TestNetworkList//networks
14:04:18 [2021-05-06T14:04:18.340Z] === CONT  TestNetworkList//networks/
14:04:18 [2021-05-06T14:04:18.340Z] --- PASS: TestNetworkList (0.02s)
14:04:18 [2021-05-06T14:04:18.340Z]     --- PASS: TestNetworkList//networks (0.00s)
14:04:18 [2021-05-06T14:04:18.340Z]     --- PASS: TestNetworkList//networks/ (0.00s)
14:04:18 [2021-05-06T14:04:18.340Z] === RUN   TestHostIPv4BridgeLabel
14:04:18 [2021-05-06T14:04:18.912Z] --- PASS: TestHostIPv4BridgeLabel (0.96s)
14:04:18 [2021-05-06T14:04:18.912Z] === RUN   TestDaemonRestartWithLiveRestore
14:04:19 [2021-05-06T14:04:19.197Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.85s)
14:04:19 [2021-05-06T14:04:19.197Z] PASS
14:04:19 [2021-05-06T14:04:19.197Z] 
14:04:19 [2021-05-06T14:04:19.197Z] DONE 17 tests in 51.907s
14:04:19 [2021-05-06T14:04:19.197Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
14:04:19 [2021-05-06T14:04:19.197Z] INFO: Testing against a local daemon
14:04:19 [2021-05-06T14:04:19.197Z] === RUN   TestPluginInvalidJSON
14:04:19 [2021-05-06T14:04:19.197Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
14:04:19 [2021-05-06T14:04:19.197Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
14:04:19 [2021-05-06T14:04:19.197Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
14:04:19 [2021-05-06T14:04:19.197Z] --- PASS: TestPluginInvalidJSON (0.02s)
14:04:19 [2021-05-06T14:04:19.197Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
14:04:19 [2021-05-06T14:04:19.197Z] === RUN   TestPluginInstall
14:04:19 [2021-05-06T14:04:19.197Z] === RUN   TestPluginInstall/no_auth
14:04:19 [2021-05-06T14:04:19.483Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
14:04:19 [2021-05-06T14:04:19.744Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
14:04:20 [2021-05-06T14:04:20.326Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
14:04:20 [2021-05-06T14:04:20.565Z] time="2021-05-06T14:04:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:04:20 [2021-05-06T14:04:20.565Z] time="2021-05-06T14:04:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ae6dd594b4dab1724dc3a93a3a53a43d626faa651b70cf8db2830fdd2aedcdef" mediatype=application/vnd.docker.plugin.v1+json size=522
14:04:20 [2021-05-06T14:04:20.565Z] time="2021-05-06T14:04:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:04:20 [2021-05-06T14:04:20.565Z] time="2021-05-06T14:04:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ae6dd594b4dab1724dc3a93a3a53a43d626faa651b70cf8db2830fdd2aedcdef" mediatype=application/vnd.docker.plugin.v1+json size=522
14:04:20 [2021-05-06T14:04:20.821Z] === RUN   TestPluginInstall/with_htpasswd
14:04:20 [2021-05-06T14:04:20.897Z] --- PASS: TestDaemonRestartWithLiveRestore (1.80s)
14:04:20 [2021-05-06T14:04:20.898Z] === RUN   TestDaemonDefaultNetworkPools
14:04:21 [2021-05-06T14:04:21.383Z] time="2021-05-06T14:04:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:04:21 [2021-05-06T14:04:21.383Z] time="2021-05-06T14:04:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5e2677333d2c5f28ad8c4336c1287febe4f5b8e4c47f7225aa988c6b7fbb8a7b" mediatype=application/vnd.docker.plugin.v1+json size=522
14:04:21 [2021-05-06T14:04:21.383Z] time="2021-05-06T14:04:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:04:21 [2021-05-06T14:04:21.383Z] time="2021-05-06T14:04:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5e2677333d2c5f28ad8c4336c1287febe4f5b8e4c47f7225aa988c6b7fbb8a7b" mediatype=application/vnd.docker.plugin.v1+json size=522
14:04:21 [2021-05-06T14:04:21.640Z] === RUN   TestPluginInstall/with_insecure
14:04:22 [2021-05-06T14:04:22.284Z] --- PASS: TestDaemonDefaultNetworkPools (1.57s)
14:04:22 [2021-05-06T14:04:22.284Z] === RUN   TestDaemonRestartWithExistingNetwork
14:04:23 [2021-05-06T14:04:23.006Z] time="2021-05-06T14:04:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:04:23 [2021-05-06T14:04:23.006Z] time="2021-05-06T14:04:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c2643743a6b85d5f853fe70e9a56f2e8302b10a2b46cb7225853a0f39cf38227" mediatype=application/vnd.docker.plugin.v1+json size=522
14:04:23 [2021-05-06T14:04:23.006Z] time="2021-05-06T14:04:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:04:23 [2021-05-06T14:04:23.006Z] time="2021-05-06T14:04:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c2643743a6b85d5f853fe70e9a56f2e8302b10a2b46cb7225853a0f39cf38227" mediatype=application/vnd.docker.plugin.v1+json size=522
14:04:23 [2021-05-06T14:04:23.006Z] --- PASS: TestPluginInstall (4.29s)
14:04:23 [2021-05-06T14:04:23.006Z]     --- PASS: TestPluginInstall/no_auth (2.10s)
14:04:23 [2021-05-06T14:04:23.006Z]     --- PASS: TestPluginInstall/with_htpasswd (0.79s)
14:04:23 [2021-05-06T14:04:23.006Z]     --- PASS: TestPluginInstall/with_insecure (1.40s)
14:04:23 [2021-05-06T14:04:23.006Z]         plugin_test.go:165: [dd29e474af67a] daemon is not started
14:04:23 [2021-05-06T14:04:23.006Z] === RUN   TestPluginsWithRuntimes
14:04:24 [2021-05-06T14:04:24.174Z] === RUN   TestMiddlewares
14:04:24 [2021-05-06T14:04:24.174Z] --- PASS: TestMiddlewares (0.00s)
14:04:24 [2021-05-06T14:04:24.174Z] PASS
14:04:24 [2021-05-06T14:04:24.174Z] coverage: 9.0% of statements
14:04:24 [2021-05-06T14:04:24.174Z] ok  	github.com/docker/docker/api/server	0.077s	coverage: 9.0% of statements
14:04:24 [2021-05-06T14:04:24.832Z] --- PASS: TestDaemonRestartWithExistingNetwork (2.39s)
14:04:24 [2021-05-06T14:04:24.832Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
14:04:24 [2021-05-06T14:04:24.895Z] === RUN   TestPluginsWithRuntimes/No_Args
14:04:26 [2021-05-06T14:04:26.786Z] === RUN   TestPluginsWithRuntimes/With_Args
14:04:28 [2021-05-06T14:04:28.135Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (3.12s)
14:04:28 [2021-05-06T14:04:28.135Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
14:04:28 [2021-05-06T14:04:28.152Z] --- PASS: TestPluginsWithRuntimes (4.96s)
14:04:28 [2021-05-06T14:04:28.152Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.57s)
14:04:28 [2021-05-06T14:04:28.152Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.52s)
14:04:28 [2021-05-06T14:04:28.152Z] === RUN   TestPluginBackCompatMediaTypes
14:04:28 [2021-05-06T14:04:28.708Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.93s)
14:04:28 [2021-05-06T14:04:28.708Z] === RUN   TestServiceWithPredefinedNetwork
14:04:28 [2021-05-06T14:04:28.714Z] --- PASS: TestPluginBackCompatMediaTypes (0.73s)
14:04:28 [2021-05-06T14:04:28.714Z] PASS
14:04:28 [2021-05-06T14:04:28.714Z] 
14:04:28 [2021-05-06T14:04:28.714Z] DONE 10 tests in 10.038s
14:04:28 [2021-05-06T14:04:28.714Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
14:04:28 [2021-05-06T14:04:28.714Z] INFO: Testing against a local daemon
14:04:28 [2021-05-06T14:04:28.714Z] === RUN   TestExternalGraphDriver
14:04:28 [2021-05-06T14:04:28.969Z] === RUN   TestExternalGraphDriver/json
14:04:30 [2021-05-06T14:04:30.051Z] --- PASS: TestServiceWithDataPathPortInit (17.97s)
14:04:30 [2021-05-06T14:04:30.051Z] === RUN   TestServiceWithDefaultAddressPoolInit
14:04:30 [2021-05-06T14:04:30.095Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
14:04:31 [2021-05-06T14:04:31.519Z] === RUN   TestExternalGraphDriver/spec
14:04:32 [2021-05-06T14:04:32.010Z] --- PASS: TestServiceWithPredefinedNetwork (2.85s)
14:04:32 [2021-05-06T14:04:32.010Z] === RUN   TestServiceRemoveKeepsIngressNetwork
14:04:32 [2021-05-06T14:04:32.010Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
14:04:32 [2021-05-06T14:04:32.010Z]     service_test.go:242: FLAKY_TEST
14:04:32 [2021-05-06T14:04:32.010Z] === RUN   TestServiceWithDataPathPortInit
14:04:34 [2021-05-06T14:04:34.049Z] === RUN   TestExternalGraphDriver/pull
14:04:34 [2021-05-06T14:04:34.557Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
14:04:35 [2021-05-06T14:04:35.942Z] --- PASS: TestExternalGraphDriver (7.27s)
14:04:35 [2021-05-06T14:04:35.942Z]     --- PASS: TestExternalGraphDriver/json (2.39s)
14:04:35 [2021-05-06T14:04:35.942Z]     --- PASS: TestExternalGraphDriver/spec (2.67s)
14:04:35 [2021-05-06T14:04:35.942Z]     --- PASS: TestExternalGraphDriver/pull (2.15s)
14:04:35 [2021-05-06T14:04:35.942Z] === RUN   TestGraphdriverPluginV2
14:04:35 [2021-05-06T14:04:35.944Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
14:04:38 [2021-05-06T14:04:38.490Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
14:04:38 [2021-05-06T14:04:38.490Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
14:04:40 [2021-05-06T14:04:40.053Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.83s)
14:04:40 [2021-05-06T14:04:40.053Z]     service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:akvouefmxx5wyismc62mj8mig Created:2021-05-06 14:04:31.448437991 +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[14902ad2079bfcccfe2a4102b85aaa3bc7cd64dcbbb39554a16080f412d6313e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.neyp0jw1mk4570jsnpi01fg3i EndpointID:a3aeb399d03bb36d0a896f1c60d99713adffc0419ec1460c93ecbf825a33893d MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:2aea31dea446430c2db7d384b70731ed67177ccfaee2543e5a00e790b721f33b 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:4ebc69792654 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.neyp0jw1mk4570jsnpi01fg3i EndpointID:a3aeb399d03bb36d0a896f1c60d99713adffc0419ec1460c93ecbf825a33893d EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
14:04:40 [2021-05-06T14:04:40.053Z] PASS
14:04:40 [2021-05-06T14:04:40.053Z] 
14:04:40 [2021-05-06T14:04:40.053Z] === Skipped
14:04:40 [2021-05-06T14:04:40.053Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
14:04:40 [2021-05-06T14:04:40.053Z]     service_test.go:242: FLAKY_TEST
14:04:40 [2021-05-06T14:04:40.053Z] 
14:04:40 [2021-05-06T14:04:40.053Z] 
14:04:40 [2021-05-06T14:04:40.053Z] DONE 26 tests, 1 skipped in 70.027s
14:04:40 [2021-05-06T14:04:40.053Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
14:04:40 [2021-05-06T14:04:40.053Z] ++ 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
14:04:40 [2021-05-06T14:04:40.053Z] ++ set -e
14:04:40 [2021-05-06T14:04:40.053Z] ++ '[' -n 0 ']'
14:04:40 [2021-05-06T14:04:40.053Z] ++ set -x
14:04:40 [2021-05-06T14:04:40.053Z] ++ 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
14:04:40 [2021-05-06T14:04:40.053Z] INFO: Testing against a local daemon
14:04:40 [2021-05-06T14:04:40.053Z] === RUN   TestDockerNetworkIpvlanPersistance
14:04:40 [2021-05-06T14:04:40.053Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
14:04:40 [2021-05-06T14:04:40.053Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:04:40 [2021-05-06T14:04:40.053Z] === RUN   TestDockerNetworkIpvlan
14:04:40 [2021-05-06T14:04:40.053Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
14:04:40 [2021-05-06T14:04:40.053Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:04:40 [2021-05-06T14:04:40.053Z] PASS
14:04:40 [2021-05-06T14:04:40.053Z] 
14:04:40 [2021-05-06T14:04:40.053Z] === Skipped
14:04:40 [2021-05-06T14:04:40.053Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
14:04:40 [2021-05-06T14:04:40.053Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:04:40 [2021-05-06T14:04:40.053Z] 
14:04:40 [2021-05-06T14:04:40.053Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
14:04:40 [2021-05-06T14:04:40.053Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:04:40 [2021-05-06T14:04:40.053Z] 
14:04:40 [2021-05-06T14:04:40.053Z] 
14:04:40 [2021-05-06T14:04:40.053Z] DONE 2 tests, 2 skipped in 0.150s
14:04:40 [2021-05-06T14:04:40.053Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
14:04:40 [2021-05-06T14:04:40.053Z] ++ 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
14:04:40 [2021-05-06T14:04:40.053Z] ++ set -e
14:04:40 [2021-05-06T14:04:40.053Z] ++ '[' -n 0 ']'
14:04:40 [2021-05-06T14:04:40.053Z] ++ set -x
14:04:40 [2021-05-06T14:04:40.053Z] ++ 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
14:04:40 [2021-05-06T14:04:40.053Z] INFO: Testing against a local daemon
14:04:40 [2021-05-06T14:04:40.053Z] === RUN   TestDockerNetworkMacvlanPersistance
14:04:41 [2021-05-06T14:04:41.187Z] --- PASS: TestGraphdriverPluginV2 (4.42s)
14:04:41 [2021-05-06T14:04:41.187Z] PASS
14:04:41 [2021-05-06T14:04:41.187Z] 
14:04:41 [2021-05-06T14:04:41.187Z] DONE 5 tests in 11.724s
14:04:41 [2021-05-06T14:04:41.187Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
14:04:41 [2021-05-06T14:04:41.187Z] INFO: Testing against a local daemon
14:04:41 [2021-05-06T14:04:41.187Z] === RUN   TestContinueAfterPluginCrash
14:04:41 [2021-05-06T14:04:41.187Z] === PAUSE TestContinueAfterPluginCrash
14:04:41 [2021-05-06T14:04:41.187Z] === RUN   TestReadPluginNoRead
14:04:41 [2021-05-06T14:04:41.187Z] === PAUSE TestReadPluginNoRead
14:04:41 [2021-05-06T14:04:41.187Z] === RUN   TestDaemonStartWithLogOpt
14:04:41 [2021-05-06T14:04:41.187Z] === PAUSE TestDaemonStartWithLogOpt
14:04:41 [2021-05-06T14:04:41.187Z] === CONT  TestContinueAfterPluginCrash
14:04:41 [2021-05-06T14:04:41.187Z] === CONT  TestDaemonStartWithLogOpt
14:04:42 [2021-05-06T14:04:42.598Z] --- PASS: TestDockerNetworkMacvlanPersistance (3.23s)
14:04:42 [2021-05-06T14:04:42.598Z] === RUN   TestDockerNetworkMacvlan
14:04:43 [2021-05-06T14:04:43.780Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
14:04:43 [2021-05-06T14:04:43.780Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
14:04:43 [2021-05-06T14:04:43.984Z] === RUN   TestDockerNetworkMacvlan/Subinterface
14:04:45 [2021-05-06T14:04:45.356Z] --- PASS: TestDaemonStartWithLogOpt (4.06s)
14:04:45 [2021-05-06T14:04:45.356Z] === CONT  TestReadPluginNoRead
14:04:45 [2021-05-06T14:04:45.696Z] === RUN   TestDockerSuite/TestBuildMultipleTags
14:04:45 [2021-05-06T14:04:45.896Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
14:04:45 [2021-05-06T14:04:45.958Z] === RUN   TestDockerSuite/TestBuildNetContainer
14:04:47 [2021-05-06T14:04:47.245Z] === RUN   TestReadPluginNoRead/default
14:04:47 [2021-05-06T14:04:47.281Z] === RUN   TestDockerNetworkMacvlan/NilParent
14:04:47 [2021-05-06T14:04:47.880Z] === RUN   TestDockerSuite/TestBuildNetNone
14:04:48 [2021-05-06T14:04:48.451Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
14:04:49 [2021-05-06T14:04:49.022Z] === RUN   TestDockerSuite/TestBuildNoContext
14:04:49 [2021-05-06T14:04:49.136Z] === RUN   TestReadPluginNoRead/disabled_caching
14:04:49 [2021-05-06T14:04:49.966Z] --- PASS: TestServiceWithDataPathPortInit (18.20s)
14:04:49 [2021-05-06T14:04:49.966Z] === RUN   TestServiceWithDefaultAddressPoolInit
14:04:50 [2021-05-06T14:04:50.064Z] --- PASS: TestContinueAfterPluginCrash (9.47s)
14:04:50 [2021-05-06T14:04:50.227Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
14:04:50 [2021-05-06T14:04:50.626Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
14:04:51 [2021-05-06T14:04:51.488Z] === RUN   TestDockerNetworkMacvlan/InternalMode
14:04:51 [2021-05-06T14:04:51.614Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
14:04:51 [2021-05-06T14:04:51.993Z] --- PASS: TestReadPluginNoRead (7.34s)
14:04:51 [2021-05-06T14:04:51.993Z]     --- PASS: TestReadPluginNoRead/default (1.53s)
14:04:51 [2021-05-06T14:04:51.993Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.63s)
14:04:51 [2021-05-06T14:04:51.993Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.48s)
14:04:51 [2021-05-06T14:04:51.993Z]     read_test.go:92: [de1e2ae3518c1] daemon is not started
14:04:51 [2021-05-06T14:04:51.993Z] PASS
14:04:51 [2021-05-06T14:04:51.993Z] 
14:04:51 [2021-05-06T14:04:51.993Z] DONE 6 tests in 11.437s
14:04:51 [2021-05-06T14:04:51.993Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
14:04:51 [2021-05-06T14:04:51.993Z] testing: warning: no tests to run
14:04:51 [2021-05-06T14:04:51.993Z] PASS
14:04:51 [2021-05-06T14:04:51.993Z] 
14:04:51 [2021-05-06T14:04:51.993Z] DONE 0 tests in 0.007s
14:04:51 [2021-05-06T14:04:51.993Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
14:04:51 [2021-05-06T14:04:51.993Z] INFO: Testing against a local daemon
14:04:51 [2021-05-06T14:04:51.993Z] === RUN   TestPluginWithDevMounts
14:04:51 [2021-05-06T14:04:51.993Z] === PAUSE TestPluginWithDevMounts
14:04:51 [2021-05-06T14:04:51.993Z] === CONT  TestPluginWithDevMounts
14:04:53 [2021-05-06T14:04:53.882Z] --- PASS: TestPluginWithDevMounts (1.72s)
14:04:53 [2021-05-06T14:04:53.882Z] PASS
14:04:53 [2021-05-06T14:04:53.882Z] 
14:04:53 [2021-05-06T14:04:53.882Z] DONE 1 tests in 1.762s
14:04:53 [2021-05-06T14:04:53.882Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
14:04:53 [2021-05-06T14:04:53.882Z] INFO: Testing against a local daemon
14:04:53 [2021-05-06T14:04:53.882Z] === RUN   TestSecretInspect
14:04:54 [2021-05-06T14:04:54.920Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
14:04:54 [2021-05-06T14:04:54.921Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
14:04:54 [2021-05-06T14:04:54.921Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
14:04:55 [2021-05-06T14:04:55.181Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
14:04:55 [2021-05-06T14:04:55.443Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
14:04:55 [2021-05-06T14:04:55.694Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
14:04:55 [2021-05-06T14:04:55.772Z] --- PASS: TestSecretInspect (2.03s)
14:04:55 [2021-05-06T14:04:55.772Z] === RUN   TestSecretList
14:04:56 [2021-05-06T14:04:56.016Z] === RUN   TestDockerSuite/TestBuildOnBuild
14:04:57 [2021-05-06T14:04:57.938Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
14:04:58 [2021-05-06T14:04:58.296Z] --- PASS: TestSecretList (2.01s)
14:04:58 [2021-05-06T14:04:58.296Z] === RUN   TestSecretsCreateAndDelete
14:04:58 [2021-05-06T14:04:58.510Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
14:04:59 [2021-05-06T14:04:59.454Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.55s)
14:04:59 [2021-05-06T14:04:59.454Z]     service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:xobs2dqfjuvwxuo41qe6cvbc8 Created:2021-05-06 14:04:51.713448088 +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[d0d381b060490a53d17876b1ed581aad2952ddaa61e544109ad8228a9d66e23e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.imyqbdb5clv5irg6gk3ekimxf EndpointID:bd305766d58bfa77e028c8948fb9fe8ed6904627a4e406e476755e8f7beb3b05 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:681b1a4bcf0ef4441df9028e3c3e4a1391ad102e27eb699e5e9eccfb795db9b5 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:0bab166d86e5 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.imyqbdb5clv5irg6gk3ekimxf EndpointID:bd305766d58bfa77e028c8948fb9fe8ed6904627a4e406e476755e8f7beb3b05 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
14:04:59 [2021-05-06T14:04:59.454Z] PASS
14:04:59 [2021-05-06T14:04:59.454Z] 
14:04:59 [2021-05-06T14:04:59.454Z] === Skipped
14:04:59 [2021-05-06T14:04:59.454Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
14:04:59 [2021-05-06T14:04:59.454Z]     service_test.go:242: FLAKY_TEST
14:04:59 [2021-05-06T14:04:59.454Z] 
14:04:59 [2021-05-06T14:04:59.454Z] 
14:04:59 [2021-05-06T14:04:59.454Z] DONE 26 tests, 1 skipped in 64.989s
14:04:59 [2021-05-06T14:04:59.454Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
14:04:59 [2021-05-06T14:04:59.454Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
14:04:59 [2021-05-06T14:04:59.454Z] ++ set -e
14:04:59 [2021-05-06T14:04:59.454Z] ++ '[' -n 0 ']'
14:04:59 [2021-05-06T14:04:59.454Z] ++ set -x
14:04:59 [2021-05-06T14:04:59.454Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
14:04:59 [2021-05-06T14:04:59.715Z] INFO: Testing against a local daemon
14:04:59 [2021-05-06T14:04:59.715Z] === RUN   TestDockerNetworkIpvlanPersistance
14:04:59 [2021-05-06T14:04:59.715Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
14:04:59 [2021-05-06T14:04:59.715Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:04:59 [2021-05-06T14:04:59.715Z] === RUN   TestDockerNetworkIpvlan
14:04:59 [2021-05-06T14:04:59.715Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
14:04:59 [2021-05-06T14:04:59.715Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:04:59 [2021-05-06T14:04:59.715Z] PASS
14:04:59 [2021-05-06T14:04:59.715Z] 
14:04:59 [2021-05-06T14:04:59.715Z] === Skipped
14:04:59 [2021-05-06T14:04:59.715Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
14:04:59 [2021-05-06T14:04:59.715Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:04:59 [2021-05-06T14:04:59.715Z] 
14:04:59 [2021-05-06T14:04:59.715Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
14:04:59 [2021-05-06T14:04:59.715Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:04:59 [2021-05-06T14:04:59.715Z] 
14:04:59 [2021-05-06T14:04:59.715Z] 
14:04:59 [2021-05-06T14:04:59.715Z] DONE 2 tests, 2 skipped in 0.142s
14:04:59 [2021-05-06T14:04:59.715Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
14:04:59 [2021-05-06T14:04:59.715Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
14:04:59 [2021-05-06T14:04:59.715Z] ++ set -e
14:04:59 [2021-05-06T14:04:59.715Z] ++ '[' -n 0 ']'
14:04:59 [2021-05-06T14:04:59.715Z] ++ set -x
14:04:59 [2021-05-06T14:04:59.715Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
14:04:59 [2021-05-06T14:04:59.715Z] INFO: Testing against a local daemon
14:04:59 [2021-05-06T14:04:59.715Z] === RUN   TestDockerNetworkMacvlanPersistance
14:05:00 [2021-05-06T14:05:00.185Z] --- PASS: TestSecretsCreateAndDelete (2.03s)
14:05:00 [2021-05-06T14:05:00.185Z] === RUN   TestSecretsUpdate
14:05:01 [2021-05-06T14:05:01.101Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
14:05:02 [2021-05-06T14:05:02.486Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.44s)
14:05:02 [2021-05-06T14:05:02.486Z] === RUN   TestDockerNetworkMacvlan
14:05:02 [2021-05-06T14:05:02.486Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
14:05:02 [2021-05-06T14:05:02.701Z] --- PASS: TestSecretsUpdate (2.44s)
14:05:02 [2021-05-06T14:05:02.701Z] === RUN   TestTemplatedSecret
14:05:03 [2021-05-06T14:05:03.428Z] === RUN   TestDockerNetworkMacvlan/Subinterface
14:05:03 [2021-05-06T14:05:03.895Z] === RUN   TestDockerNetworkMacvlan/Addressing
14:05:04 [2021-05-06T14:05:04.815Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
14:05:04 [2021-05-06T14:05:04.815Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
14:05:05 [2021-05-06T14:05:05.811Z] --- PASS: TestDockerNetworkMacvlan (23.20s)
14:05:05 [2021-05-06T14:05:05.811Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.18s)
14:05:05 [2021-05-06T14:05:05.811Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.20s)
14:05:05 [2021-05-06T14:05:05.811Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.42s)
14:05:05 [2021-05-06T14:05:05.811Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.56s)
14:05:05 [2021-05-06T14:05:05.811Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.75s)
14:05:05 [2021-05-06T14:05:05.811Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.83s)
14:05:05 [2021-05-06T14:05:05.811Z] PASS
14:05:05 [2021-05-06T14:05:05.811Z] 
14:05:05 [2021-05-06T14:05:05.811Z] DONE 8 tests in 26.579s
14:05:05 [2021-05-06T14:05:05.811Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
14:05:05 [2021-05-06T14:05:05.811Z] ++ 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
14:05:05 [2021-05-06T14:05:05.811Z] ++ set -e
14:05:05 [2021-05-06T14:05:05.811Z] ++ '[' -n 0 ']'
14:05:05 [2021-05-06T14:05:05.811Z] ++ set -x
14:05:05 [2021-05-06T14:05:05.811Z] ++ 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
14:05:05 [2021-05-06T14:05:05.811Z] testing: warning: no tests to run
14:05:05 [2021-05-06T14:05:05.811Z] PASS
14:05:05 [2021-05-06T14:05:05.811Z] 
14:05:05 [2021-05-06T14:05:05.811Z] DONE 0 tests in 0.030s
14:05:05 [2021-05-06T14:05:05.811Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
14:05:05 [2021-05-06T14:05:05.811Z] ++ 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
14:05:05 [2021-05-06T14:05:05.811Z] ++ set -e
14:05:05 [2021-05-06T14:05:05.811Z] ++ '[' -n 0 ']'
14:05:05 [2021-05-06T14:05:05.811Z] ++ set -x
14:05:05 [2021-05-06T14:05:05.811Z] ++ 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
14:05:05 [2021-05-06T14:05:05.811Z] INFO: Testing against a local daemon
14:05:05 [2021-05-06T14:05:05.811Z] === RUN   TestAuthZPluginAllowRequest
14:05:05 [2021-05-06T14:05:05.969Z] --- PASS: TestTemplatedSecret (3.43s)
14:05:05 [2021-05-06T14:05:05.969Z] === RUN   TestSecretCreateResolve
14:05:06 [2021-05-06T14:05:06.202Z] === RUN   TestDockerNetworkMacvlan/NilParent
14:05:06 [2021-05-06T14:05:06.202Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
14:05:06 [2021-05-06T14:05:06.643Z] Created binary: bundles/cross/linux/amd64/dockerd-dev
14:05:06 [2021-05-06T14:05:06.643Z] Copying nested executables into bundles/cross/linux/amd64
14:05:06 [2021-05-06T14:05:06.643Z] Cross building: bundles/cross/windows/amd64
14:05:06 [2021-05-06T14:05:06.643Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe
14:05:06 [2021-05-06T14:05:06.643Z] GOOS="windows" GOARCH="amd64" GOARM=""
14:05:08 [2021-05-06T14:05:08.120Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
14:05:08 [2021-05-06T14:05:08.382Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
14:05:08 [2021-05-06T14:05:08.401Z] --- PASS: TestAuthZPluginAllowRequest (2.29s)
14:05:08 [2021-05-06T14:05:08.401Z] === RUN   TestAuthZPluginTLS
14:05:08 [2021-05-06T14:05:08.485Z] --- PASS: TestSecretCreateResolve (2.41s)
14:05:08 [2021-05-06T14:05:08.485Z] PASS
14:05:08 [2021-05-06T14:05:08.485Z] 
14:05:08 [2021-05-06T14:05:08.485Z] DONE 6 tests in 14.390s
14:05:08 [2021-05-06T14:05:08.485Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
14:05:08 [2021-05-06T14:05:08.485Z] INFO: Testing against a local daemon
14:05:08 [2021-05-06T14:05:08.485Z] === RUN   TestServiceCreateInit
14:05:08 [2021-05-06T14:05:08.485Z] === RUN   TestServiceCreateInit/daemonInitDisabled
14:05:09 [2021-05-06T14:05:09.344Z] --- PASS: TestAuthZPluginTLS (1.15s)
14:05:09 [2021-05-06T14:05:09.344Z] === RUN   TestAuthZPluginDenyRequest
14:05:10 [2021-05-06T14:05:10.288Z] --- PASS: TestAuthZPluginDenyRequest (1.12s)
14:05:10 [2021-05-06T14:05:10.288Z] === RUN   TestAuthZPluginAPIDenyResponse
14:05:10 [2021-05-06T14:05:10.299Z] === RUN   TestDockerNetworkMacvlan/InternalMode
14:05:11 [2021-05-06T14:05:11.673Z] --- PASS: TestAuthZPluginAPIDenyResponse (1.14s)
14:05:11 [2021-05-06T14:05:11.673Z] === RUN   TestAuthZPluginDenyResponse
14:05:12 [2021-05-06T14:05:12.618Z] --- PASS: TestAuthZPluginDenyResponse (1.22s)
14:05:12 [2021-05-06T14:05:12.618Z] === RUN   TestAuthZPluginAllowEventStream
14:05:13 [2021-05-06T14:05:13.613Z] === RUN   TestDockerSuite/TestBuildPATH
14:05:13 [2021-05-06T14:05:13.736Z] === RUN   TestServiceCreateInit/daemonInitEnabled
14:05:14 [2021-05-06T14:05:14.712Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
14:05:14 [2021-05-06T14:05:14.712Z] === RUN   TestBoolValue
14:05:14 [2021-05-06T14:05:14.712Z] --- PASS: TestBoolValue (0.00s)
14:05:14 [2021-05-06T14:05:14.712Z] === RUN   TestBoolValueOrDefault
14:05:14 [2021-05-06T14:05:14.712Z] --- PASS: TestBoolValueOrDefault (0.00s)
14:05:14 [2021-05-06T14:05:14.712Z] === RUN   TestInt64ValueOrZero
14:05:14 [2021-05-06T14:05:14.712Z] --- PASS: TestInt64ValueOrZero (0.00s)
14:05:14 [2021-05-06T14:05:14.712Z] === RUN   TestInt64ValueOrDefault
14:05:14 [2021-05-06T14:05:14.712Z] --- PASS: TestInt64ValueOrDefault (0.00s)
14:05:14 [2021-05-06T14:05:14.712Z] === RUN   TestInt64ValueOrDefaultWithError
14:05:14 [2021-05-06T14:05:14.712Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s)
14:05:14 [2021-05-06T14:05:14.712Z] === RUN   TestJsonContentType
14:05:14 [2021-05-06T14:05:14.712Z] --- PASS: TestJsonContentType (0.00s)
14:05:14 [2021-05-06T14:05:14.712Z] PASS
14:05:14 [2021-05-06T14:05:14.712Z] coverage: 14.7% of statements
14:05:14 [2021-05-06T14:05:14.712Z] ok  	github.com/docker/docker/api/server/httputils	0.050s	coverage: 14.7% of statements
14:05:14 [2021-05-06T14:05:14.712Z] === RUN   TestMaskSecretKeys
14:05:14 [2021-05-06T14:05:14.712Z] === RUN   TestMaskSecretKeys/secret/config_create_and_update_requests
14:05:14 [2021-05-06T14:05:14.712Z] === RUN   TestMaskSecretKeys/masking_other_fields_(recursively)
14:05:14 [2021-05-06T14:05:14.712Z] === RUN   TestMaskSecretKeys/case_insensitive_field_matching
14:05:14 [2021-05-06T14:05:14.712Z] --- PASS: TestMaskSecretKeys (0.00s)
14:05:14 [2021-05-06T14:05:14.712Z]     --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s)
14:05:14 [2021-05-06T14:05:14.712Z]     --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s)
14:05:14 [2021-05-06T14:05:14.712Z]     --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s)
14:05:14 [2021-05-06T14:05:14.712Z] === RUN   TestVersionMiddlewareVersion
14:05:14 [2021-05-06T14:05:14.712Z] --- PASS: TestVersionMiddlewareVersion (0.00s)
14:05:14 [2021-05-06T14:05:14.712Z] === RUN   TestVersionMiddlewareWithErrorsReturnsHeaders
14:05:14 [2021-05-06T14:05:14.712Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s)
14:05:14 [2021-05-06T14:05:14.712Z] PASS
14:05:14 [2021-05-06T14:05:14.712Z] coverage: 37.7% of statements
14:05:14 [2021-05-06T14:05:14.712Z] ok  	github.com/docker/docker/api/server/middleware	0.106s	coverage: 37.7% of statements
14:05:14 [2021-05-06T14:05:14.712Z] ?   	github.com/docker/docker/api/server/router	[no test files]
14:05:14 [2021-05-06T14:05:14.712Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
14:05:14 [2021-05-06T14:05:14.713Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
14:05:14 [2021-05-06T14:05:14.713Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
14:05:14 [2021-05-06T14:05:14.713Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
14:05:14 [2021-05-06T14:05:14.713Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
14:05:14 [2021-05-06T14:05:14.713Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
14:05:14 [2021-05-06T14:05:14.713Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
14:05:14 [2021-05-06T14:05:14.713Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
14:05:14 [2021-05-06T14:05:14.713Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
14:05:14 [2021-05-06T14:05:14.713Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
14:05:15 [2021-05-06T14:05:15.163Z] --- PASS: TestAuthZPluginAllowEventStream (2.38s)
14:05:15 [2021-05-06T14:05:15.163Z] === RUN   TestAuthZPluginErrorResponse
14:05:15 [2021-05-06T14:05:15.528Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
14:05:15 [2021-05-06T14:05:15.528Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
14:05:16 [2021-05-06T14:05:16.105Z] --- PASS: TestAuthZPluginErrorResponse (1.14s)
14:05:16 [2021-05-06T14:05:16.105Z] === RUN   TestAuthZPluginErrorRequest
14:05:16 [2021-05-06T14:05:16.230Z] === RUN   TestToJSON
14:05:16 [2021-05-06T14:05:16.230Z] --- PASS: TestToJSON (0.00s)
14:05:16 [2021-05-06T14:05:16.230Z] === RUN   TestToParamWithVersion
14:05:16 [2021-05-06T14:05:16.230Z] --- PASS: TestToParamWithVersion (0.00s)
14:05:16 [2021-05-06T14:05:16.230Z] === RUN   TestFromJSON
14:05:16 [2021-05-06T14:05:16.230Z] --- PASS: TestFromJSON (0.00s)
14:05:16 [2021-05-06T14:05:16.230Z] === RUN   TestEmpty
14:05:16 [2021-05-06T14:05:16.230Z] --- PASS: TestEmpty (0.00s)
14:05:16 [2021-05-06T14:05:16.230Z] === RUN   TestArgsMatchKVListEmptySources
14:05:16 [2021-05-06T14:05:16.230Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s)
14:05:16 [2021-05-06T14:05:16.230Z] === RUN   TestArgsMatchKVList
14:05:16 [2021-05-06T14:05:16.230Z] --- PASS: TestArgsMatchKVList (0.00s)
14:05:16 [2021-05-06T14:05:16.230Z] === RUN   TestArgsMatch
14:05:16 [2021-05-06T14:05:16.230Z] --- PASS: TestArgsMatch (0.00s)
14:05:16 [2021-05-06T14:05:16.230Z] === RUN   TestAdd
14:05:16 [2021-05-06T14:05:16.230Z] --- PASS: TestAdd (0.00s)
14:05:16 [2021-05-06T14:05:16.230Z] === RUN   TestDel
14:05:16 [2021-05-06T14:05:16.230Z] --- PASS: TestDel (0.00s)
14:05:16 [2021-05-06T14:05:16.230Z] === RUN   TestLen
14:05:16 [2021-05-06T14:05:16.230Z] --- PASS: TestLen (0.00s)
14:05:16 [2021-05-06T14:05:16.230Z] === RUN   TestExactMatch
14:05:16 [2021-05-06T14:05:16.230Z] --- PASS: TestExactMatch (0.00s)
14:05:16 [2021-05-06T14:05:16.230Z] === RUN   TestOnlyOneExactMatch
14:05:16 [2021-05-06T14:05:16.230Z] --- PASS: TestOnlyOneExactMatch (0.00s)
14:05:16 [2021-05-06T14:05:16.230Z] === RUN   TestContains
14:05:16 [2021-05-06T14:05:16.230Z] --- PASS: TestContains (0.00s)
14:05:16 [2021-05-06T14:05:16.230Z] === RUN   TestValidate
14:05:16 [2021-05-06T14:05:16.230Z] --- PASS: TestValidate (0.00s)
14:05:16 [2021-05-06T14:05:16.230Z] === RUN   TestWalkValues
14:05:16 [2021-05-06T14:05:16.230Z] --- PASS: TestWalkValues (0.00s)
14:05:16 [2021-05-06T14:05:16.230Z] === RUN   TestFuzzyMatch
14:05:16 [2021-05-06T14:05:16.230Z] --- PASS: TestFuzzyMatch (0.00s)
14:05:16 [2021-05-06T14:05:16.230Z] === RUN   TestClone
14:05:16 [2021-05-06T14:05:16.230Z] --- PASS: TestClone (0.00s)
14:05:16 [2021-05-06T14:05:16.230Z] PASS
14:05:16 [2021-05-06T14:05:16.230Z] coverage: 92.2% of statements
14:05:16 [2021-05-06T14:05:16.230Z] ok  	github.com/docker/docker/api/types/filters	0.042s	coverage: 92.2% of statements
14:05:16 [2021-05-06T14:05:16.230Z] === RUN   TestStrSliceMarshalJSON
14:05:16 [2021-05-06T14:05:16.230Z] --- PASS: TestStrSliceMarshalJSON (0.00s)
14:05:16 [2021-05-06T14:05:16.230Z] === RUN   TestStrSliceUnmarshalJSON
14:05:16 [2021-05-06T14:05:16.230Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s)
14:05:16 [2021-05-06T14:05:16.230Z] === RUN   TestStrSliceUnmarshalString
14:05:16 [2021-05-06T14:05:16.230Z] --- PASS: TestStrSliceUnmarshalString (0.00s)
14:05:16 [2021-05-06T14:05:16.230Z] === RUN   TestStrSliceUnmarshalSlice
14:05:16 [2021-05-06T14:05:16.230Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s)
14:05:16 [2021-05-06T14:05:16.230Z] PASS
14:05:16 [2021-05-06T14:05:16.230Z] coverage: 90.0% of statements
14:05:16 [2021-05-06T14:05:16.230Z] ok  	github.com/docker/docker/api/types/strslice	0.057s	coverage: 90.0% of statements
14:05:16 [2021-05-06T14:05:16.230Z] === RUN   TestAdjustForAPIVersion
14:05:16 [2021-05-06T14:05:16.230Z] --- PASS: TestAdjustForAPIVersion (0.00s)
14:05:16 [2021-05-06T14:05:16.230Z] PASS
14:05:16 [2021-05-06T14:05:16.230Z] coverage: 5.7% of statements
14:05:16 [2021-05-06T14:05:16.230Z] ok  	github.com/docker/docker/api/server/router/swarm	0.056s	coverage: 5.7% of statements
14:05:16 [2021-05-06T14:05:16.230Z] === RUN   TestDurationToSecondsString
14:05:16 [2021-05-06T14:05:16.230Z] --- PASS: TestDurationToSecondsString (0.00s)
14:05:16 [2021-05-06T14:05:16.230Z] === RUN   TestGetTimestamp
14:05:16 [2021-05-06T14:05:16.230Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
14:05:16 [2021-05-06T14:05:16.230Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
14:05:16 [2021-05-06T14:05:16.230Z] ?   	github.com/docker/docker/api/types	[no test files]
14:05:16 [2021-05-06T14:05:16.230Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
14:05:16 [2021-05-06T14:05:16.230Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
14:05:16 [2021-05-06T14:05:16.230Z] ?   	github.com/docker/docker/api/types/container	[no test files]
14:05:16 [2021-05-06T14:05:16.230Z] ?   	github.com/docker/docker/api/types/events	[no test files]
14:05:16 [2021-05-06T14:05:16.230Z] ?   	github.com/docker/docker/api/types/image	[no test files]
14:05:16 [2021-05-06T14:05:16.230Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
14:05:16 [2021-05-06T14:05:16.230Z] ?   	github.com/docker/docker/api/types/network	[no test files]
14:05:16 [2021-05-06T14:05:16.230Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
14:05:16 [2021-05-06T14:05:16.230Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
14:05:16 [2021-05-06T14:05:16.230Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
14:05:16 [2021-05-06T14:05:16.230Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
14:05:16 [2021-05-06T14:05:16.230Z] --- PASS: TestGetTimestamp (0.13s)
14:05:16 [2021-05-06T14:05:16.230Z] === RUN   TestParseTimestamps
14:05:16 [2021-05-06T14:05:16.230Z] --- PASS: TestParseTimestamps (0.00s)
14:05:16 [2021-05-06T14:05:16.230Z] PASS
14:05:16 [2021-05-06T14:05:16.230Z] coverage: 100.0% of statements
14:05:16 [2021-05-06T14:05:16.230Z] ok  	github.com/docker/docker/api/types/time	0.174s	coverage: 100.0% of statements
14:05:16 [2021-05-06T14:05:16.472Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
14:05:17 [2021-05-06T14:05:17.184Z] === RUN   TestCompareVersion
14:05:17 [2021-05-06T14:05:17.184Z] --- PASS: TestCompareVersion (0.00s)
14:05:17 [2021-05-06T14:05:17.184Z] PASS
14:05:17 [2021-05-06T14:05:17.184Z] coverage: 75.0% of statements
14:05:17 [2021-05-06T14:05:17.184Z] ok  	github.com/docker/docker/api/types/versions	0.045s	coverage: 75.0% of statements
14:05:17 [2021-05-06T14:05:17.184Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
14:05:17 [2021-05-06T14:05:17.184Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
14:05:17 [2021-05-06T14:05:17.184Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
14:05:17 [2021-05-06T14:05:17.184Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
14:05:17 [2021-05-06T14:05:17.184Z] ?   	github.com/docker/docker/builder	[no test files]
14:05:17 [2021-05-06T14:05:17.184Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
14:05:17 [2021-05-06T14:05:17.184Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
14:05:17 [2021-05-06T14:05:17.184Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
14:05:17 [2021-05-06T14:05:17.184Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
14:05:17 [2021-05-06T14:05:17.184Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
14:05:17 [2021-05-06T14:05:17.184Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
14:05:17 [2021-05-06T14:05:17.184Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
14:05:17 [2021-05-06T14:05:17.489Z] --- PASS: TestAuthZPluginErrorRequest (1.16s)
14:05:17 [2021-05-06T14:05:17.489Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
14:05:17 [2021-05-06T14:05:17.862Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
14:05:17 [2021-05-06T14:05:17.906Z] --- PASS: TestServiceCreateInit (9.04s)
14:05:17 [2021-05-06T14:05:17.906Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.78s)
14:05:17 [2021-05-06T14:05:17.906Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.24s)
14:05:17 [2021-05-06T14:05:17.906Z] === RUN   TestCreateServiceMultipleTimes
14:05:18 [2021-05-06T14:05:18.430Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (1.12s)
14:05:18 [2021-05-06T14:05:18.430Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
14:05:18 [2021-05-06T14:05:18.699Z] === RUN   TestParseRemoteURL
14:05:18 [2021-05-06T14:05:18.699Z] === RUN   TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment
14:05:18 [2021-05-06T14:05:18.699Z] === RUN   TestParseRemoteURL/git_scheme,_no_url-fragment
14:05:18 [2021-05-06T14:05:18.699Z] === RUN   TestParseRemoteURL/git_scheme,_with_url-fragment
14:05:18 [2021-05-06T14:05:18.699Z] === RUN   TestParseRemoteURL/https_scheme,_no_url-fragment
14:05:18 [2021-05-06T14:05:18.699Z] === RUN   TestParseRemoteURL/https_scheme,_with_url-fragment
14:05:18 [2021-05-06T14:05:18.699Z] === RUN   TestParseRemoteURL/git@,_no_url-fragment
14:05:18 [2021-05-06T14:05:18.699Z] === RUN   TestParseRemoteURL/git@,_with_url-fragment
14:05:18 [2021-05-06T14:05:18.699Z] === RUN   TestParseRemoteURL/ssh,_no_url-fragment
14:05:18 [2021-05-06T14:05:18.699Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment
14:05:18 [2021-05-06T14:05:18.699Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment_and_user
14:05:18 [2021-05-06T14:05:18.699Z] --- PASS: TestParseRemoteURL (0.00s)
14:05:18 [2021-05-06T14:05:18.699Z]     --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s)
14:05:18 [2021-05-06T14:05:18.699Z]     --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s)
14:05:18 [2021-05-06T14:05:18.699Z]     --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s)
14:05:18 [2021-05-06T14:05:18.700Z]     --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s)
14:05:18 [2021-05-06T14:05:18.700Z]     --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s)
14:05:18 [2021-05-06T14:05:18.700Z]     --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s)
14:05:18 [2021-05-06T14:05:18.700Z]     --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s)
14:05:18 [2021-05-06T14:05:18.700Z]     --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s)
14:05:18 [2021-05-06T14:05:18.700Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s)
14:05:18 [2021-05-06T14:05:18.700Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s)
14:05:18 [2021-05-06T14:05:18.700Z] === RUN   TestCloneArgsSmartHttp
14:05:18 [2021-05-06T14:05:18.700Z] --- PASS: TestCloneArgsSmartHttp (0.02s)
14:05:18 [2021-05-06T14:05:18.700Z] === RUN   TestCloneArgsDumbHttp
14:05:18 [2021-05-06T14:05:18.700Z] --- PASS: TestCloneArgsDumbHttp (0.00s)
14:05:18 [2021-05-06T14:05:18.700Z] === RUN   TestCloneArgsGit
14:05:18 [2021-05-06T14:05:18.700Z] --- PASS: TestCloneArgsGit (0.00s)
14:05:18 [2021-05-06T14:05:18.700Z] === RUN   TestCheckoutGit
14:05:20 [2021-05-06T14:05:20.849Z] === RUN   TestEnable
14:05:20 [2021-05-06T14:05:20.849Z] --- PASS: TestEnable (0.00s)
14:05:20 [2021-05-06T14:05:20.849Z] === RUN   TestDisable
14:05:20 [2021-05-06T14:05:20.849Z] --- PASS: TestDisable (0.00s)
14:05:20 [2021-05-06T14:05:20.849Z] === RUN   TestEnabled
14:05:20 [2021-05-06T14:05:20.849Z] --- PASS: TestEnabled (0.00s)
14:05:20 [2021-05-06T14:05:20.849Z] PASS
14:05:20 [2021-05-06T14:05:20.849Z] coverage: 100.0% of statements
14:05:20 [2021-05-06T14:05:20.849Z] ok  	github.com/docker/docker/cli/debug	0.037s	coverage: 100.0% of statements
14:05:20 [2021-05-06T14:05:20.849Z] === RUN   TestProcessShouldRemoveDockerfileDockerignore
14:05:20 [2021-05-06T14:05:20.849Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s)
14:05:20 [2021-05-06T14:05:20.849Z] === RUN   TestProcessNoDockerignore
14:05:20 [2021-05-06T14:05:20.849Z] --- PASS: TestProcessNoDockerignore (0.00s)
14:05:20 [2021-05-06T14:05:20.849Z] === RUN   TestProcessShouldLeaveAllFiles
14:05:20 [2021-05-06T14:05:20.849Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s)
14:05:20 [2021-05-06T14:05:20.849Z] === RUN   TestDetectContentType
14:05:20 [2021-05-06T14:05:20.849Z] --- PASS: TestDetectContentType (0.00s)
14:05:20 [2021-05-06T14:05:20.849Z] === RUN   TestSelectAcceptableMIME
14:05:20 [2021-05-06T14:05:20.849Z] --- PASS: TestSelectAcceptableMIME (0.00s)
14:05:20 [2021-05-06T14:05:20.849Z] === RUN   TestInspectEmptyResponse
14:05:20 [2021-05-06T14:05:20.849Z] --- PASS: TestInspectEmptyResponse (0.00s)
14:05:20 [2021-05-06T14:05:20.849Z] === RUN   TestInspectResponseBinary
14:05:20 [2021-05-06T14:05:20.849Z] --- PASS: TestInspectResponseBinary (0.00s)
14:05:20 [2021-05-06T14:05:20.849Z] === RUN   TestResponseUnsupportedContentType
14:05:20 [2021-05-06T14:05:20.849Z] --- PASS: TestResponseUnsupportedContentType (0.00s)
14:05:20 [2021-05-06T14:05:20.849Z] === RUN   TestInspectResponseTextSimple
14:05:20 [2021-05-06T14:05:20.849Z] --- PASS: TestInspectResponseTextSimple (0.00s)
14:05:20 [2021-05-06T14:05:20.849Z] === RUN   TestInspectResponseEmptyContentType
14:05:20 [2021-05-06T14:05:20.849Z] --- PASS: TestInspectResponseEmptyContentType (0.00s)
14:05:20 [2021-05-06T14:05:20.849Z] === RUN   TestUnknownContentLength
14:05:20 [2021-05-06T14:05:20.849Z] --- PASS: TestUnknownContentLength (0.00s)
14:05:20 [2021-05-06T14:05:20.849Z] === RUN   TestDownloadRemote
14:05:20 [2021-05-06T14:05:20.849Z] --- PASS: TestDownloadRemote (0.07s)
14:05:20 [2021-05-06T14:05:20.849Z] === RUN   TestGetWithStatusError
14:05:20 [2021-05-06T14:05:20.849Z] --- PASS: TestGetWithStatusError (0.00s)
14:05:20 [2021-05-06T14:05:20.849Z] === RUN   TestCloseRootDirectory
14:05:20 [2021-05-06T14:05:20.849Z] --- SKIP: TestCloseRootDirectory (0.00s)
14:05:20 [2021-05-06T14:05:20.849Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
14:05:20 [2021-05-06T14:05:20.849Z] === RUN   TestHashFile
14:05:20 [2021-05-06T14:05:20.849Z] --- SKIP: TestHashFile (0.00s)
14:05:20 [2021-05-06T14:05:20.849Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
14:05:20 [2021-05-06T14:05:20.849Z] === RUN   TestHashSubdir
14:05:20 [2021-05-06T14:05:20.849Z] --- SKIP: TestHashSubdir (0.00s)
14:05:20 [2021-05-06T14:05:20.849Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
14:05:20 [2021-05-06T14:05:20.849Z] === RUN   TestRemoveDirectory
14:05:20 [2021-05-06T14:05:20.849Z] --- SKIP: TestRemoveDirectory (0.00s)
14:05:20 [2021-05-06T14:05:20.849Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
14:05:20 [2021-05-06T14:05:20.978Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.63s)
14:05:20 [2021-05-06T14:05:20.978Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
14:05:21 [2021-05-06T14:05:21.302Z] PASS
14:05:21 [2021-05-06T14:05:21.302Z] coverage: 9.3% of statements
14:05:21 [2021-05-06T14:05:21.302Z] ok  	github.com/docker/docker/builder/remotecontext	0.283s	coverage: 9.3% of statements
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestGetAllAllowed
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestGetAllAllowed (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestGetAllMeta
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestGetAllMeta (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestWarnOnUnusedBuildArgs
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestIsUnreferencedBuiltin
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestIsUnreferencedBuiltin (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestIsExistingDirectory
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestIsExistingDirectory (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestGetFilenameForDownload
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestGetFilenameForDownload (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestEnv2Variables
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestEnv2Variables (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestEnvValueWithExistingRunConfigEnv
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestMaintainer
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestMaintainer (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestLabel
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestLabel (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestFromScratch
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestFromScratch (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestFromWithArg
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestFromWithArg (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestFromWithArgButBuildArgsNotGiven
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestFromWithUndefinedArg
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestFromWithUndefinedArg (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestFromMultiStageWithNamedStage
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestOnbuild
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestOnbuild (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestWorkdir
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestWorkdir (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestCmd
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestCmd (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestHealthcheckNone
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestHealthcheckNone (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestHealthcheckCmd
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestHealthcheckCmd (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestEntrypoint
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestEntrypoint (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestExpose
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestExpose (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestUser
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestUser (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestVolume
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestVolume (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestStopSignal
14:05:21 [2021-05-06T14:05:21.302Z] --- SKIP: TestStopSignal (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z]     dispatchers_test.go:377: Windows does not support stopsignal
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestArg
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestArg (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestShell
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestShell (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestPrependEnvOnCmd
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestPrependEnvOnCmd (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestRunWithBuildArgs
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestRunWithBuildArgs (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestRunIgnoresHealthcheck
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestRunIgnoresHealthcheck (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestDispatchUnsupportedOptions
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestDispatchUnsupportedOptions/ADD_with_chmod
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestDispatchUnsupportedOptions/COPY_with_chmod
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestDispatchUnsupportedOptions/RUN_with_unsupported_options
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestDispatchUnsupportedOptions (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z]     --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z]     --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z]     --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestNormalizeWorkdir
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestNormalizeWorkdir (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestDispatch
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestDispatch/ADD_multiple_files_to_file
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestDispatch/Wildcard_ADD_multiple_files_to_file
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestDispatch/COPY_multiple_files_to_file
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestDispatch/ADD_multiple_files_to_file_with_whitespace
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestDispatch/COPY_multiple_files_to_file_with_whitespace
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestDispatch/COPY_wildcard_no_files
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestDispatch/COPY_url
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestDispatch (0.06s)
14:05:21 [2021-05-06T14:05:21.302Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s)
14:05:21 [2021-05-06T14:05:21.302Z]     --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s)
14:05:21 [2021-05-06T14:05:21.302Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s)
14:05:21 [2021-05-06T14:05:21.302Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s)
14:05:21 [2021-05-06T14:05:21.302Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s)
14:05:21 [2021-05-06T14:05:21.302Z]     --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z]     --- PASS: TestDispatch/COPY_url (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestAddScratchImageAddsToMounts
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestAddFromScratchPopulatesPlatform
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestAddFromScratchDoesNotModifyArgPlatform
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestAddFromScratchPopulatesPlatformIfNil
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestImageSourceGetAddsToMounts
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestEmptyDockerfile
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestEmptyDockerfile (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestSymlinkDockerfile
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestSymlinkDockerfile (0.01s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestDockerfileOutsideTheBuildContext
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestNonExistingDockerfile
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestNonExistingDockerfile (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestCopyRunConfig
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestCopyRunConfig (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestDeepCopyRunConfig
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestDeepCopyRunConfig (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestExportImage
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestExportImage (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] === RUN   TestNormalizeDest
14:05:21 [2021-05-06T14:05:21.302Z] --- PASS: TestNormalizeDest (0.00s)
14:05:21 [2021-05-06T14:05:21.302Z] PASS
14:05:21 [2021-05-06T14:05:21.302Z] coverage: 46.8% of statements
14:05:21 [2021-05-06T14:05:21.302Z] ok  	github.com/docker/docker/builder/dockerfile	0.229s	coverage: 46.8% of statements
14:05:21 [2021-05-06T14:05:21.302Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
14:05:22 [2021-05-06T14:05:22.078Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
14:05:23 [2021-05-06T14:05:23.527Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.61s)
14:05:23 [2021-05-06T14:05:23.527Z] === RUN   TestAuthZPluginHeader
14:05:24 [2021-05-06T14:05:24.632Z] === RUN   TestDockerNetworkMacvlan/Addressing
14:05:25 [2021-05-06T14:05:25.438Z] --- PASS: TestAuthZPluginHeader (1.44s)
14:05:25 [2021-05-06T14:05:25.438Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
14:05:25 [2021-05-06T14:05:25.438Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
14:05:25 [2021-05-06T14:05:25.438Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:05:25 [2021-05-06T14:05:25.438Z] === RUN   TestAuthZPluginV2Disable
14:05:25 [2021-05-06T14:05:25.438Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
14:05:25 [2021-05-06T14:05:25.438Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:05:25 [2021-05-06T14:05:25.438Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
14:05:25 [2021-05-06T14:05:25.438Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
14:05:25 [2021-05-06T14:05:25.438Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:05:25 [2021-05-06T14:05:25.438Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
14:05:25 [2021-05-06T14:05:25.438Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
14:05:25 [2021-05-06T14:05:25.438Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:05:25 [2021-05-06T14:05:25.438Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
14:05:27 [2021-05-06T14:05:27.179Z] --- PASS: TestDockerNetworkMacvlan (24.86s)
14:05:27 [2021-05-06T14:05:27.179Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.17s)
14:05:27 [2021-05-06T14:05:27.179Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.16s)
14:05:27 [2021-05-06T14:05:27.179Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.78s)
14:05:27 [2021-05-06T14:05:27.179Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (3.63s)
14:05:27 [2021-05-06T14:05:27.179Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (6.84s)
14:05:27 [2021-05-06T14:05:27.179Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (2.53s)
14:05:27 [2021-05-06T14:05:27.179Z] PASS
14:05:27 [2021-05-06T14:05:27.179Z] 
14:05:27 [2021-05-06T14:05:27.179Z] DONE 8 tests in 27.445s
14:05:27 [2021-05-06T14:05:27.179Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
14:05:27 [2021-05-06T14:05:27.179Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m
14:05:27 [2021-05-06T14:05:27.179Z] ++ set -e
14:05:27 [2021-05-06T14:05:27.179Z] ++ '[' -n 0 ']'
14:05:27 [2021-05-06T14:05:27.179Z] ++ set -x
14:05:27 [2021-05-06T14:05:27.179Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m
14:05:27 [2021-05-06T14:05:27.179Z] testing: warning: no tests to run
14:05:27 [2021-05-06T14:05:27.179Z] PASS
14:05:27 [2021-05-06T14:05:27.179Z] 
14:05:27 [2021-05-06T14:05:27.179Z] DONE 0 tests in 0.029s
14:05:27 [2021-05-06T14:05:27.179Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
14:05:27 [2021-05-06T14:05:27.179Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
14:05:27 [2021-05-06T14:05:27.179Z] ++ set -e
14:05:27 [2021-05-06T14:05:27.179Z] ++ '[' -n 0 ']'
14:05:27 [2021-05-06T14:05:27.179Z] ++ set -x
14:05:27 [2021-05-06T14:05:27.179Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
14:05:27 [2021-05-06T14:05:27.179Z] INFO: Testing against a local daemon
14:05:27 [2021-05-06T14:05:27.179Z] === RUN   TestAuthZPluginAllowRequest
14:05:29 [2021-05-06T14:05:29.727Z] --- PASS: TestAuthZPluginAllowRequest (2.00s)
14:05:29 [2021-05-06T14:05:29.727Z] === RUN   TestAuthZPluginTLS
14:05:29 [2021-05-06T14:05:29.727Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
14:05:30 [2021-05-06T14:05:30.298Z] --- PASS: TestAuthZPluginTLS (0.86s)
14:05:30 [2021-05-06T14:05:30.298Z] === RUN   TestAuthZPluginDenyRequest
14:05:30 [2021-05-06T14:05:30.869Z] --- PASS: TestAuthZPluginDenyRequest (0.79s)
14:05:30 [2021-05-06T14:05:30.869Z] === RUN   TestAuthZPluginAPIDenyResponse
14:05:31 [2021-05-06T14:05:31.811Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.72s)
14:05:31 [2021-05-06T14:05:31.811Z] === RUN   TestAuthZPluginDenyResponse
14:05:32 [2021-05-06T14:05:32.384Z] --- PASS: TestAuthZPluginDenyResponse (0.86s)
14:05:32 [2021-05-06T14:05:32.384Z] === RUN   TestAuthZPluginAllowEventStream
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestCheckpointCreateError
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestCheckpointCreateError (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestCheckpointCreate
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestCheckpointCreate (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestCheckpointDeleteError
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestCheckpointDeleteError (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestCheckpointDelete
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestCheckpointDelete (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestCheckpointListError
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestCheckpointListError (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestCheckpointList
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestCheckpointList (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestCheckpointListContainerNotFound
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestCheckpointListContainerNotFound (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestNewClientWithOpsFromEnv
14:05:33 [2021-05-06T14:05:33.619Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z]     client_test.go:23: runtime.GOOS == "windows"
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestGetAPIPath
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestGetAPIPath (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestParseHostURL
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestParseHostURL (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestNewClientWithOpsFromEnvSetsDefaultVersion
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestNegotiateAPIVersionEmpty
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestNegotiateAPIVersion
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestNegotiateAPIVersion (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestNegotiateAPVersionOverride
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestNegotiateAPVersionOverride (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestNegotiateAPIVersionAutomatic
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestNegotiateAPIVersionWithEmptyVersion
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestNegotiateAPIVersionWithFixedVersion
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestClientRedirect
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestClientRedirect (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestConfigCreateUnsupported
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestConfigCreateUnsupported (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestConfigCreateError
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestConfigCreateError (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestConfigCreate
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestConfigCreate (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestConfigInspectNotFound
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestConfigInspectNotFound (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestConfigInspectWithEmptyID
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestConfigInspectWithEmptyID (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestConfigInspectUnsupported
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestConfigInspectUnsupported (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestConfigInspectError
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestConfigInspectError (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestConfigInspectConfigNotFound
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestConfigInspectConfigNotFound (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestConfigInspect
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestConfigInspect (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestConfigListUnsupported
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestConfigListUnsupported (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestConfigListError
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestConfigListError (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestConfigList
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestConfigList (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestConfigRemoveUnsupported
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestConfigRemoveUnsupported (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestConfigRemoveError
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestConfigRemoveError (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestConfigRemove
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestConfigRemove (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestConfigUpdateUnsupported
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestConfigUpdateUnsupported (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestConfigUpdateError
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestConfigUpdateError (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestConfigUpdate
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestConfigUpdate (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestContainerCommitError
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestContainerCommitError (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestContainerCommit
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestContainerCommit (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestContainerStatPathError
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestContainerStatPathError (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestContainerStatPathNotFoundError
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestContainerStatPathNotFoundError (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestContainerStatPathNoHeaderError
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestContainerStatPath
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestContainerStatPath (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestCopyToContainerError
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestCopyToContainerError (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestCopyToContainerNotFoundError
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestCopyToContainerNotFoundError (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestCopyToContainerNotStatusOKError
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestCopyToContainer
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestCopyToContainer (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestCopyFromContainerError
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestCopyFromContainerError (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestCopyFromContainerNotFoundError
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestCopyFromContainerNotStatusOKError
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestCopyFromContainerNoHeaderError
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestCopyFromContainer
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestCopyFromContainer (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestContainerCreateError
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestContainerCreateError (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestContainerCreateImageNotFound
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestContainerCreateImageNotFound (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestContainerCreateWithName
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestContainerCreateWithName (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestContainerCreateAutoRemove
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestContainerCreateAutoRemove (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestContainerDiffError
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestContainerDiffError (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestContainerDiff
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestContainerDiff (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestContainerExecCreateError
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestContainerExecCreateError (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestContainerExecCreate
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestContainerExecCreate (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestContainerExecStartError
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestContainerExecStartError (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestContainerExecStart
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestContainerExecStart (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestContainerExecInspectError
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestContainerExecInspectError (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestContainerExecInspect
14:05:33 [2021-05-06T14:05:33.619Z] --- PASS: TestContainerExecInspect (0.00s)
14:05:33 [2021-05-06T14:05:33.619Z] === RUN   TestContainerExportError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerExportError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerExport
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerExport (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerInspectError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerInspectError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerInspectContainerNotFound
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerInspectContainerNotFound (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerInspectWithEmptyID
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerInspectWithEmptyID (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerInspect
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerInspect (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerInspectNode
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerInspectNode (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerKillError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerKillError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerKill
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerKill (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerListError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerListError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerList
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerList (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerLogsNotFoundError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerLogsNotFoundError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerLogsError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerLogsError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerLogs
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerLogs (0.19s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerPauseError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerPauseError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerPause
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerPause (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainersPruneError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainersPruneError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainersPrune
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainersPrune (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerRemoveError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerRemoveError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerRemoveNotFoundError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerRemoveNotFoundError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerRemove
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerRemove (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerRenameError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerRenameError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerRename
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerRename (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerResizeError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerResizeError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerExecResizeError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerExecResizeError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerResize
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerResize (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerExecResize
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerExecResize (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerRestartError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerRestartError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerRestart
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerRestart (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerStartError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerStartError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerStart
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerStart (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerStatsError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerStatsError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerStats
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerStats (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerStopError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerStopError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerStop
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerStop (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerTopError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerTopError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerTop
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerTop (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerUnpauseError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerUnpauseError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerUnpause
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerUnpause (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerUpdateError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerUpdateError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerUpdate
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerUpdate (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerWaitError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerWaitError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestContainerWait
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestContainerWait (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestDiskUsageError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestDiskUsageError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestDiskUsage
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestDiskUsage (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestDistributionInspectUnsupported
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestDistributionInspectUnsupported (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestDistributionInspectWithEmptyID
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestEventsErrorInOptions
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestEventsErrorInOptions (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestEventsErrorFromServer
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestEventsErrorFromServer (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestEvents
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestEvents (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestTLSCloseWriter
14:05:33 [2021-05-06T14:05:33.620Z] === PAUSE TestTLSCloseWriter
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageBuildError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageBuildError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageBuild
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageBuild (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestGetDockerOS
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestGetDockerOS (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageCreateError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageCreateError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageCreate
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageCreate (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageHistoryError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageHistoryError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageHistory
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageHistory (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageImportError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageImportError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageImport
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageImport (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageInspectError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageInspectError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageInspectImageNotFound
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageInspectImageNotFound (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageInspectWithEmptyID
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageInspectWithEmptyID (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageInspect
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageInspect (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageListError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageListError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageList
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageList (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageListApiBefore125
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageListApiBefore125 (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageLoadError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageLoadError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageLoad
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageLoad (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImagesPruneError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImagesPruneError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImagesPrune
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImagesPrune (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImagePullReferenceParseError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImagePullReferenceParseError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImagePullAnyError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImagePullAnyError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImagePullStatusUnauthorizedError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImagePullWithPrivilegedFuncNoError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImagePullWithoutErrors
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImagePullWithoutErrors (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImagePushReferenceError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImagePushReferenceError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImagePushAnyError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImagePushAnyError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImagePushStatusUnauthorizedError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImagePushWithPrivilegedFuncNoError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImagePushWithoutErrors
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=false
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImagePushWithoutErrors/myimage:tag,all-tags=false
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=true
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImagePushWithoutErrors/myimage:anything,all-tags=true
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImagePushWithoutErrors (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z]     --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z]     --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageRemoveError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageRemoveError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageRemoveImageNotFound
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageRemoveImageNotFound (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageRemove
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageRemove (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageSaveError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageSaveError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageSave
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageSave (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageSearchAnyError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageSearchAnyError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageSearchStatusUnauthorizedError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageSearchWithPrivilegedFuncNoError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageSearchWithoutErrors
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageSearchWithoutErrors (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageTagError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageTagError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageTagInvalidReference
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageTagInvalidReference (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageTagInvalidSourceImageName
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageTagHexSource
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageTagHexSource (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestImageTag
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestImageTag (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestInfoServerError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestInfoServerError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestInfoInvalidResponseJSONError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestInfo
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestInfo (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNetworkConnectError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNetworkConnectError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNetworkConnectEmptyNilEndpointSettings
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNetworkConnect
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNetworkConnect (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNetworkCreateError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNetworkCreateError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNetworkCreate
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNetworkCreate (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNetworkDisconnectError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNetworkDisconnectError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNetworkDisconnect
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNetworkDisconnect (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNetworkInspectError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNetworkInspectError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNetworkInspectNotFoundError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNetworkInspectNotFoundError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNetworkInspectWithEmptyID
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNetworkInspect
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNetworkInspect (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNetworkListError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNetworkListError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNetworkList
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNetworkList (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNetworksPruneError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNetworksPruneError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNetworksPrune
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNetworksPrune (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNetworkRemoveError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNetworkRemoveError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNetworkRemove
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNetworkRemove (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNodeInspectError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNodeInspectError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNodeInspectNodeNotFound
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNodeInspectNodeNotFound (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNodeInspectWithEmptyID
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNodeInspectWithEmptyID (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNodeInspect
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNodeInspect (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNodeListError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNodeListError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNodeList
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNodeList (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNodeRemoveError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNodeRemoveError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNodeRemove
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNodeRemove (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNodeUpdateError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNodeUpdateError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestNodeUpdate
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestNodeUpdate (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestOptionWithTimeout
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestOptionWithTimeout (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestPingFail
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestPingFail (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestPingWithError
14:05:33 [2021-05-06T14:05:33.620Z] 2021/05/06 14:05:32 RoundTripper returned a response & error; ignoring response
14:05:33 [2021-05-06T14:05:33.620Z] 2021/05/06 14:05:32 RoundTripper returned a response & error; ignoring response
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestPingWithError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestPingSuccess
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestPingSuccess (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestPingHeadFallback
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestPingHeadFallback/OK
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestPingHeadFallback/Internal_Server_Error
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestPingHeadFallback/Not_Found
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestPingHeadFallback/Method_Not_Allowed
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestPingHeadFallback (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z]     --- PASS: TestPingHeadFallback/OK (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z]     --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z]     --- PASS: TestPingHeadFallback/Not_Found (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z]     --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestPluginDisableError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestPluginDisableError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestPluginDisable
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestPluginDisable (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestPluginEnableError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestPluginEnableError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestPluginEnable
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestPluginEnable (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestPluginInspectError
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestPluginInspectError (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestPluginInspectWithEmptyID
14:05:33 [2021-05-06T14:05:33.620Z] --- PASS: TestPluginInspectWithEmptyID (0.00s)
14:05:33 [2021-05-06T14:05:33.620Z] === RUN   TestPluginInspect
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestPluginInspect (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestPluginListError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestPluginListError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestPluginList
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestPluginList (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestPluginPushError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestPluginPushError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestPluginPush
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestPluginPush (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestPluginRemoveError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestPluginRemoveError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestPluginRemove
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestPluginRemove (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestPluginSetError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestPluginSetError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestPluginSet
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestPluginSet (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSetHostHeader
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSetHostHeader (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestPlainTextError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestPlainTextError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestInfiniteError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestInfiniteError (0.01s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSecretCreateUnsupported
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSecretCreateUnsupported (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSecretCreateError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSecretCreateError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSecretCreate
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSecretCreate (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSecretInspectUnsupported
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSecretInspectUnsupported (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSecretInspectError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSecretInspectError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSecretInspectSecretNotFound
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSecretInspectSecretNotFound (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSecretInspectWithEmptyID
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSecretInspectWithEmptyID (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSecretInspect
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSecretInspect (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSecretListUnsupported
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSecretListUnsupported (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSecretListError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSecretListError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSecretList
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSecretList (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSecretRemoveUnsupported
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSecretRemoveUnsupported (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSecretRemoveError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSecretRemoveError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSecretRemove
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSecretRemove (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSecretUpdateUnsupported
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSecretUpdateUnsupported (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSecretUpdateError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSecretUpdateError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSecretUpdate
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSecretUpdate (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestServiceCreateError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestServiceCreateError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestServiceCreate
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestServiceCreate (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestServiceCreateCompatiblePlatforms
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestServiceCreateDigestPinning
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestServiceCreateDigestPinning (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestServiceInspectError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestServiceInspectError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestServiceInspectServiceNotFound
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestServiceInspectServiceNotFound (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestServiceInspectWithEmptyID
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestServiceInspectWithEmptyID (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestServiceInspect
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestServiceInspect (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestServiceListError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestServiceListError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestServiceList
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestServiceList (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestServiceLogsError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestServiceLogsError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestServiceLogs
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestServiceLogs (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestServiceRemoveError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestServiceRemoveError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestServiceRemoveNotFoundError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestServiceRemoveNotFoundError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestServiceRemove
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestServiceRemove (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestServiceUpdateError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestServiceUpdateError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestServiceUpdate
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestServiceUpdate (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSwarmGetUnlockKeyError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSwarmGetUnlockKey
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSwarmGetUnlockKey (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSwarmInitError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSwarmInitError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSwarmInit
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSwarmInit (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSwarmInspectError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSwarmInspectError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSwarmInspect
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSwarmInspect (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSwarmJoinError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSwarmJoinError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSwarmJoin
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSwarmJoin (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSwarmLeaveError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSwarmLeaveError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSwarmLeave
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSwarmLeave (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSwarmUnlockError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSwarmUnlockError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSwarmUnlock
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSwarmUnlock (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSwarmUpdateError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSwarmUpdateError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestSwarmUpdate
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestSwarmUpdate (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestTaskInspectError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestTaskInspectError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestTaskInspectWithEmptyID
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestTaskInspectWithEmptyID (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestTaskInspect
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestTaskInspect (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestTaskListError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestTaskListError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestTaskList
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestTaskList (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestVolumeCreateError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestVolumeCreateError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestVolumeCreate
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestVolumeCreate (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestVolumeInspectError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestVolumeInspectError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestVolumeInspectNotFound
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestVolumeInspectNotFound (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestVolumeInspectWithEmptyID
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestVolumeInspect
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestVolumeInspect (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestVolumeListError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestVolumeListError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestVolumeList
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestVolumeList (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestVolumeRemoveError
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestVolumeRemoveError (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === RUN   TestVolumeRemove
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestVolumeRemove (0.00s)
14:05:33 [2021-05-06T14:05:33.621Z] === CONT  TestTLSCloseWriter
14:05:33 [2021-05-06T14:05:33.621Z] --- PASS: TestTLSCloseWriter (0.01s)
14:05:33 [2021-05-06T14:05:33.621Z] PASS
14:05:33 [2021-05-06T14:05:33.621Z] coverage: 74.9% of statements
14:05:33 [2021-05-06T14:05:33.621Z] ok  	github.com/docker/docker/client	0.430s	coverage: 74.9% of statements
14:05:34 [2021-05-06T14:05:34.302Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
14:05:34 [2021-05-06T14:05:34.563Z] --- PASS: TestAuthZPluginAllowEventStream (2.07s)
14:05:34 [2021-05-06T14:05:34.563Z] === RUN   TestAuthZPluginErrorResponse
14:05:35 [2021-05-06T14:05:35.134Z] --- PASS: TestAuthZPluginErrorResponse (0.70s)
14:05:35 [2021-05-06T14:05:35.134Z] === RUN   TestAuthZPluginErrorRequest
14:05:35 [2021-05-06T14:05:35.992Z] --- PASS: TestCreateServiceMultipleTimes (18.53s)
14:05:35 [2021-05-06T14:05:35.992Z] === RUN   TestCreateServiceConflict
14:05:36 [2021-05-06T14:05:36.075Z] --- PASS: TestAuthZPluginErrorRequest (0.70s)
14:05:36 [2021-05-06T14:05:36.075Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
14:05:36 [2021-05-06T14:05:36.655Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.71s)
14:05:36 [2021-05-06T14:05:36.655Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
14:05:37 [2021-05-06T14:05:37.882Z] --- PASS: TestCreateServiceConflict (2.09s)
14:05:37 [2021-05-06T14:05:37.882Z] === RUN   TestCreateServiceMaxReplicas
14:05:39 [2021-05-06T14:05:39.213Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.04s)
14:05:39 [2021-05-06T14:05:39.213Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
14:05:39 [2021-05-06T14:05:39.784Z] === RUN   TestDockerSuite/TestBuildRm
14:05:41 [2021-05-06T14:05:41.152Z] --- PASS: TestCreateServiceMaxReplicas (3.00s)
14:05:41 [2021-05-06T14:05:41.152Z] === RUN   TestCreateWithDuplicateNetworkNames
14:05:41 [2021-05-06T14:05:41.171Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.45s)
14:05:41 [2021-05-06T14:05:41.171Z] === RUN   TestAuthZPluginHeader
14:05:42 [2021-05-06T14:05:42.557Z] --- PASS: TestAuthZPluginHeader (1.09s)
14:05:42 [2021-05-06T14:05:42.557Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
14:05:43 [2021-05-06T14:05:43.499Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
14:05:44 [2021-05-06T14:05:44.443Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
14:05:45 [2021-05-06T14:05:45.832Z] === RUN   TestDockerSuite/TestBuildScratchCopy
14:05:46 [2021-05-06T14:05:46.093Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
14:05:46 [2021-05-06T14:05:46.665Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
14:05:46 [2021-05-06T14:05:46.665Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
14:05:47 [2021-05-06T14:05:47.400Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (19.87s)
14:05:47 [2021-05-06T14:05:47.400Z] PASS
14:05:47 [2021-05-06T14:05:47.400Z] 
14:05:47 [2021-05-06T14:05:47.400Z] === Skipped
14:05:47 [2021-05-06T14:05:47.400Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
14:05:47 [2021-05-06T14:05:47.400Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:05:47 [2021-05-06T14:05:47.400Z] 
14:05:47 [2021-05-06T14:05:47.400Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
14:05:47 [2021-05-06T14:05:47.400Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:05:47 [2021-05-06T14:05:47.400Z] 
14:05:47 [2021-05-06T14:05:47.400Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
14:05:47 [2021-05-06T14:05:47.400Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:05:47 [2021-05-06T14:05:47.400Z] 
14:05:47 [2021-05-06T14:05:47.400Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
14:05:47 [2021-05-06T14:05:47.400Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:05:47 [2021-05-06T14:05:47.400Z] 
14:05:47 [2021-05-06T14:05:47.400Z] 
14:05:47 [2021-05-06T14:05:47.400Z] DONE 17 tests, 4 skipped in 39.430s
14:05:47 [2021-05-06T14:05:47.400Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
14:05:47 [2021-05-06T14:05:47.400Z] ++ 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
14:05:47 [2021-05-06T14:05:47.400Z] ++ set -e
14:05:47 [2021-05-06T14:05:47.400Z] ++ '[' -n 0 ']'
14:05:47 [2021-05-06T14:05:47.400Z] ++ set -x
14:05:47 [2021-05-06T14:05:47.400Z] ++ 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
14:05:47 [2021-05-06T14:05:47.400Z] INFO: Testing against a local daemon
14:05:47 [2021-05-06T14:05:47.400Z] === RUN   TestPluginInvalidJSON
14:05:47 [2021-05-06T14:05:47.400Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
14:05:47 [2021-05-06T14:05:47.400Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
14:05:47 [2021-05-06T14:05:47.400Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
14:05:47 [2021-05-06T14:05:47.400Z] --- PASS: TestPluginInvalidJSON (0.03s)
14:05:47 [2021-05-06T14:05:47.400Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
14:05:47 [2021-05-06T14:05:47.400Z] === RUN   TestPluginInstall
14:05:47 [2021-05-06T14:05:47.400Z] === RUN   TestPluginInstall/no_auth
14:05:47 [2021-05-06T14:05:47.400Z] time="2021-05-06T14:05:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:05:47 [2021-05-06T14:05:47.400Z] time="2021-05-06T14:05:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d55e123f03de14945117219dc830e779ed24eb7933c34b2182f617460e08b6cf" mediatype=application/vnd.docker.plugin.v1+json size=522
14:05:47 [2021-05-06T14:05:47.400Z] time="2021-05-06T14:05:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:05:47 [2021-05-06T14:05:47.400Z] time="2021-05-06T14:05:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d55e123f03de14945117219dc830e779ed24eb7933c34b2182f617460e08b6cf" mediatype=application/vnd.docker.plugin.v1+json size=522
14:05:47 [2021-05-06T14:05:47.661Z] === RUN   TestPluginInstall/with_htpasswd
14:05:48 [2021-05-06T14:05:48.052Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (5.52s)
14:05:48 [2021-05-06T14:05:48.052Z] === RUN   TestAuthZPluginV2Disable
14:05:48 [2021-05-06T14:05:48.313Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
14:05:48 [2021-05-06T14:05:48.653Z] time="2021-05-06T14:05:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:05:48 [2021-05-06T14:05:48.653Z] time="2021-05-06T14:05:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:83c30b2480bd750b519874ab4ead31d6eb8c4aa2f8cd69d2bef80ef4beb90634" mediatype=application/vnd.docker.plugin.v1+json size=522
14:05:48 [2021-05-06T14:05:48.653Z] time="2021-05-06T14:05:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:05:48 [2021-05-06T14:05:48.653Z] time="2021-05-06T14:05:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:83c30b2480bd750b519874ab4ead31d6eb8c4aa2f8cd69d2bef80ef4beb90634" mediatype=application/vnd.docker.plugin.v1+json size=522
14:05:48 [2021-05-06T14:05:48.914Z] === RUN   TestPluginInstall/with_insecure
14:05:50 [2021-05-06T14:05:50.230Z] === RUN   TestDockerSuite/TestBuildShellInherited
14:05:50 [2021-05-06T14:05:50.827Z] time="2021-05-06T14:05:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:05:50 [2021-05-06T14:05:50.827Z] time="2021-05-06T14:05:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7098df23c4a41004ebdc9fd2ebe1537578564234ad6b662b00e88c0d8d131026" mediatype=application/vnd.docker.plugin.v1+json size=522
14:05:50 [2021-05-06T14:05:50.827Z] time="2021-05-06T14:05:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:05:50 [2021-05-06T14:05:50.827Z] time="2021-05-06T14:05:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7098df23c4a41004ebdc9fd2ebe1537578564234ad6b662b00e88c0d8d131026" mediatype=application/vnd.docker.plugin.v1+json size=522
14:05:51 [2021-05-06T14:05:51.088Z] --- PASS: TestPluginInstall (5.97s)
14:05:51 [2021-05-06T14:05:51.088Z]     --- PASS: TestPluginInstall/no_auth (2.56s)
14:05:51 [2021-05-06T14:05:51.088Z]     --- PASS: TestPluginInstall/with_htpasswd (1.15s)
14:05:51 [2021-05-06T14:05:51.088Z]     --- PASS: TestPluginInstall/with_insecure (2.26s)
14:05:51 [2021-05-06T14:05:51.088Z]         plugin_test.go:165: [ddafb9e32723a] daemon is not started
14:05:51 [2021-05-06T14:05:51.088Z] === RUN   TestPluginsWithRuntimes
14:05:51 [2021-05-06T14:05:51.204Z] --- PASS: TestCheckoutGit (32.38s)
14:05:51 [2021-05-06T14:05:51.205Z] === RUN   TestValidGitTransport
14:05:51 [2021-05-06T14:05:51.205Z] --- PASS: TestValidGitTransport (0.00s)
14:05:51 [2021-05-06T14:05:51.205Z] === RUN   TestGitInvalidRef
14:05:51 [2021-05-06T14:05:51.205Z] --- PASS: TestGitInvalidRef (0.21s)
14:05:51 [2021-05-06T14:05:51.205Z] PASS
14:05:51 [2021-05-06T14:05:51.205Z] coverage: 86.3% of statements
14:05:51 [2021-05-06T14:05:51.205Z] ok  	github.com/docker/docker/builder/remotecontext/git	32.731s	coverage: 86.3% of statements
14:05:51 [2021-05-06T14:05:51.615Z] === RUN   TestDockerSuite/TestBuildShellMultiple
14:05:51 [2021-05-06T14:05:51.655Z] ?   	github.com/docker/docker/cli	[no test files]
14:05:51 [2021-05-06T14:05:51.655Z] ?   	github.com/docker/docker/cli/config	[no test files]
14:05:52 [2021-05-06T14:05:52.559Z] --- PASS: TestAuthZPluginV2Disable (4.55s)
14:05:52 [2021-05-06T14:05:52.559Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
14:05:54 [2021-05-06T14:05:54.389Z] === RUN   TestPluginsWithRuntimes/No_Args
14:05:55 [2021-05-06T14:05:55.861Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
14:05:55 [2021-05-06T14:05:55.861Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
14:05:55 [2021-05-06T14:05:55.861Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
14:05:55 [2021-05-06T14:05:55.861Z] === RUN   TestDockerSuite/TestBuildSpaces
14:05:56 [2021-05-06T14:05:56.122Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
14:05:56 [2021-05-06T14:05:56.233Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.94s)
14:05:56 [2021-05-06T14:05:56.233Z] === RUN   TestCreateServiceSecretFileMode
14:05:56 [2021-05-06T14:05:56.301Z] === RUN   TestPluginsWithRuntimes/With_Args
14:05:56 [2021-05-06T14:05:56.383Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (4.00s)
14:05:56 [2021-05-06T14:05:56.383Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
14:05:56 [2021-05-06T14:05:56.956Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
14:05:57 [2021-05-06T14:05:57.217Z] === RUN   TestDockerSuite/TestBuildStderr
14:05:57 [2021-05-06T14:05:57.598Z] --- PASS: TestCreateServiceSecretFileMode (2.90s)
14:05:57 [2021-05-06T14:05:57.598Z] === RUN   TestCreateServiceConfigFileMode
14:05:58 [2021-05-06T14:05:58.212Z] --- PASS: TestPluginsWithRuntimes (7.09s)
14:05:58 [2021-05-06T14:05:58.212Z]     --- PASS: TestPluginsWithRuntimes/No_Args (2.17s)
14:05:58 [2021-05-06T14:05:58.212Z]     --- PASS: TestPluginsWithRuntimes/With_Args (2.22s)
14:05:58 [2021-05-06T14:05:58.212Z] === RUN   TestPluginBackCompatMediaTypes
14:05:58 [2021-05-06T14:05:58.607Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
14:05:58 [2021-05-06T14:05:58.700Z] === RUN   TestLoadDaemonCliConfigWithoutOverriding
14:05:58 [2021-05-06T14:05:58.700Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s)
14:05:58 [2021-05-06T14:05:58.700Z] === RUN   TestLoadDaemonCliConfigWithTLS
14:05:58 [2021-05-06T14:05:58.700Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s)
14:05:58 [2021-05-06T14:05:58.700Z] === RUN   TestLoadDaemonCliConfigWithConflicts
14:05:58 [2021-05-06T14:05:58.700Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.07s)
14:05:58 [2021-05-06T14:05:58.700Z] === RUN   TestLoadDaemonCliWithConflictingNodeGenericResources
14:05:58 [2021-05-06T14:05:58.700Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.01s)
14:05:58 [2021-05-06T14:05:58.700Z] === RUN   TestLoadDaemonCliWithConflictingLabels
14:05:58 [2021-05-06T14:05:58.700Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s)
14:05:58 [2021-05-06T14:05:58.700Z] === RUN   TestLoadDaemonCliWithDuplicateLabels
14:05:58 [2021-05-06T14:05:58.700Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s)
14:05:58 [2021-05-06T14:05:58.701Z] === RUN   TestLoadDaemonCliConfigWithTLSVerify
14:05:58 [2021-05-06T14:05:58.701Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s)
14:05:58 [2021-05-06T14:05:58.701Z] === RUN   TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse
14:05:58 [2021-05-06T14:05:58.701Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s)
14:05:58 [2021-05-06T14:05:58.701Z] === RUN   TestLoadDaemonCliConfigWithoutTLSVerify
14:05:58 [2021-05-06T14:05:58.701Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s)
14:05:58 [2021-05-06T14:05:58.701Z] === RUN   TestLoadDaemonCliConfigWithLogLevel
14:05:58 [2021-05-06T14:05:58.701Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s)
14:05:58 [2021-05-06T14:05:58.701Z] === RUN   TestLoadDaemonConfigWithEmbeddedOptions
14:05:58 [2021-05-06T14:05:58.701Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s)
14:05:58 [2021-05-06T14:05:58.701Z] === RUN   TestLoadDaemonConfigWithRegistryOptions
14:05:58 [2021-05-06T14:05:58.701Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s)
14:05:58 [2021-05-06T14:05:58.701Z] === RUN   TestConfigureDaemonLogs
14:05:58 [2021-05-06T14:05:58.701Z] --- PASS: TestConfigureDaemonLogs (0.00s)
14:05:58 [2021-05-06T14:05:58.701Z] === RUN   TestCommonOptionsInstallFlags
14:05:58 [2021-05-06T14:05:58.701Z] --- PASS: TestCommonOptionsInstallFlags (0.00s)
14:05:58 [2021-05-06T14:05:58.701Z] === RUN   TestCommonOptionsInstallFlagsWithDefaults
14:05:58 [2021-05-06T14:05:58.701Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s)
14:05:58 [2021-05-06T14:05:58.701Z] PASS
14:05:58 [2021-05-06T14:05:58.701Z] coverage: 18.4% of statements
14:05:58 [2021-05-06T14:05:58.701Z] ok  	github.com/docker/docker/cmd/dockerd	0.342s	coverage: 18.4% of statements
14:05:59 [2021-05-06T14:05:59.598Z] --- PASS: TestPluginBackCompatMediaTypes (1.11s)
14:05:59 [2021-05-06T14:05:59.598Z] PASS
14:05:59 [2021-05-06T14:05:59.598Z] 
14:05:59 [2021-05-06T14:05:59.598Z] DONE 10 tests in 14.374s
14:05:59 [2021-05-06T14:05:59.598Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
14:05:59 [2021-05-06T14:05:59.598Z] ++ 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
14:05:59 [2021-05-06T14:05:59.598Z] ++ set -e
14:05:59 [2021-05-06T14:05:59.598Z] ++ '[' -n 0 ']'
14:05:59 [2021-05-06T14:05:59.598Z] ++ set -x
14:05:59 [2021-05-06T14:05:59.598Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
14:05:59 [2021-05-06T14:05:59.598Z] INFO: Testing against a local daemon
14:05:59 [2021-05-06T14:05:59.598Z] === RUN   TestExternalGraphDriver
14:05:59 [2021-05-06T14:05:59.598Z] === RUN   TestExternalGraphDriver/json
14:05:59 [2021-05-06T14:05:59.653Z] === RUN   TestContainerStopSignal
14:05:59 [2021-05-06T14:05:59.653Z] --- PASS: TestContainerStopSignal (0.00s)
14:05:59 [2021-05-06T14:05:59.653Z] === RUN   TestContainerStopTimeout
14:05:59 [2021-05-06T14:05:59.653Z] --- PASS: TestContainerStopTimeout (0.00s)
14:05:59 [2021-05-06T14:05:59.653Z] === RUN   TestContainerSecretReferenceDestTarget
14:05:59 [2021-05-06T14:05:59.653Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s)
14:05:59 [2021-05-06T14:05:59.653Z] === RUN   TestContainerLogPathSetForJSONFileLogger
14:05:59 [2021-05-06T14:05:59.653Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s)
14:05:59 [2021-05-06T14:05:59.653Z] === RUN   TestContainerLogPathSetForRingLogger
14:05:59 [2021-05-06T14:05:59.653Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s)
14:05:59 [2021-05-06T14:05:59.653Z] === RUN   TestReplaceAndAppendEnvVars
14:05:59 [2021-05-06T14:05:59.653Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s)
14:05:59 [2021-05-06T14:05:59.653Z]     env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm]
14:05:59 [2021-05-06T14:05:59.653Z] === RUN   TestNewMemoryStore
14:05:59 [2021-05-06T14:05:59.653Z] --- PASS: TestNewMemoryStore (0.00s)
14:05:59 [2021-05-06T14:05:59.653Z] === RUN   TestAddContainers
14:05:59 [2021-05-06T14:05:59.653Z] --- PASS: TestAddContainers (0.00s)
14:05:59 [2021-05-06T14:05:59.653Z] === RUN   TestGetContainer
14:05:59 [2021-05-06T14:05:59.653Z] --- PASS: TestGetContainer (0.00s)
14:05:59 [2021-05-06T14:05:59.653Z] === RUN   TestDeleteContainer
14:05:59 [2021-05-06T14:05:59.653Z] --- PASS: TestDeleteContainer (0.00s)
14:05:59 [2021-05-06T14:05:59.653Z] === RUN   TestListContainers
14:05:59 [2021-05-06T14:05:59.653Z] --- PASS: TestListContainers (0.00s)
14:05:59 [2021-05-06T14:05:59.653Z] === RUN   TestFirstContainer
14:05:59 [2021-05-06T14:05:59.653Z] --- PASS: TestFirstContainer (0.00s)
14:05:59 [2021-05-06T14:05:59.653Z] === RUN   TestApplyAllContainer
14:05:59 [2021-05-06T14:05:59.653Z] --- PASS: TestApplyAllContainer (0.00s)
14:05:59 [2021-05-06T14:05:59.653Z] === RUN   TestIsValidHealthString
14:05:59 [2021-05-06T14:05:59.653Z] --- PASS: TestIsValidHealthString (0.00s)
14:05:59 [2021-05-06T14:05:59.653Z] === RUN   TestStateRunStop
14:05:59 [2021-05-06T14:05:59.653Z] --- PASS: TestStateRunStop (0.00s)
14:05:59 [2021-05-06T14:05:59.653Z] === RUN   TestStateTimeoutWait
14:05:59 [2021-05-06T14:05:59.653Z] --- PASS: TestStateTimeoutWait (0.10s)
14:05:59 [2021-05-06T14:05:59.653Z]     state_test.go:141: Stop callback fired
14:05:59 [2021-05-06T14:05:59.653Z]     state_test.go:165: Stop callback fired
14:05:59 [2021-05-06T14:05:59.653Z] === RUN   TestIsValidStateString
14:05:59 [2021-05-06T14:05:59.653Z] --- PASS: TestIsValidStateString (0.00s)
14:05:59 [2021-05-06T14:05:59.653Z] === RUN   TestViewSaveDelete
14:05:59 [2021-05-06T14:05:59.653Z] --- PASS: TestViewSaveDelete (0.01s)
14:05:59 [2021-05-06T14:05:59.653Z] === RUN   TestViewAll
14:05:59 [2021-05-06T14:05:59.653Z] --- PASS: TestViewAll (0.01s)
14:05:59 [2021-05-06T14:05:59.653Z] === RUN   TestViewGet
14:05:59 [2021-05-06T14:05:59.653Z] --- PASS: TestViewGet (0.01s)
14:05:59 [2021-05-06T14:05:59.653Z] === RUN   TestNames
14:05:59 [2021-05-06T14:05:59.653Z] --- PASS: TestNames (0.00s)
14:05:59 [2021-05-06T14:05:59.653Z] === RUN   TestViewWithHealthCheck
14:05:59 [2021-05-06T14:05:59.653Z] --- PASS: TestViewWithHealthCheck (0.01s)
14:05:59 [2021-05-06T14:05:59.653Z] PASS
14:05:59 [2021-05-06T14:05:59.653Z] coverage: 41.6% of statements
14:05:59 [2021-05-06T14:05:59.653Z] ok  	github.com/docker/docker/container	0.275s	coverage: 41.6% of statements
14:05:59 [2021-05-06T14:05:59.653Z] ?   	github.com/docker/docker/container/stream	[no test files]
14:05:59 [2021-05-06T14:05:59.653Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
14:05:59 [2021-05-06T14:05:59.653Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
14:05:59 [2021-05-06T14:05:59.653Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
14:06:00 [2021-05-06T14:06:00.866Z] --- PASS: TestCreateServiceConfigFileMode (2.86s)
14:06:00 [2021-05-06T14:06:00.866Z] === RUN   TestCreateServiceSysctls
14:06:01 [2021-05-06T14:06:01.801Z] === RUN   TestPrepare
14:06:01 [2021-05-06T14:06:01.801Z] --- PASS: TestPrepare (0.00s)
14:06:01 [2021-05-06T14:06:01.801Z] === RUN   TestStart
14:06:01 [2021-05-06T14:06:01.801Z] --- PASS: TestStart (0.00s)
14:06:01 [2021-05-06T14:06:01.801Z] === RUN   TestWaitCancel
14:06:01 [2021-05-06T14:06:01.801Z] --- PASS: TestWaitCancel (0.00s)
14:06:01 [2021-05-06T14:06:01.801Z] === RUN   TestWaitDisabled
14:06:01 [2021-05-06T14:06:01.801Z] --- PASS: TestWaitDisabled (0.00s)
14:06:01 [2021-05-06T14:06:01.801Z] === RUN   TestWaitEnabled
14:06:01 [2021-05-06T14:06:01.801Z] --- PASS: TestWaitEnabled (0.00s)
14:06:02 [2021-05-06T14:06:02.254Z] === RUN   TestRemove
14:06:02 [2021-05-06T14:06:02.254Z] --- PASS: TestRemove (0.00s)
14:06:02 [2021-05-06T14:06:02.254Z] PASS
14:06:02 [2021-05-06T14:06:02.254Z] coverage: 65.3% of statements
14:06:02 [2021-05-06T14:06:02.254Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.528s	coverage: 65.3% of statements
14:06:03 [2021-05-06T14:06:03.804Z] === RUN   TestExternalGraphDriver/spec
14:06:04 [2021-05-06T14:06:04.453Z] === RUN   TestNewListSecretsFilters
14:06:04 [2021-05-06T14:06:04.453Z] --- PASS: TestNewListSecretsFilters (0.00s)
14:06:04 [2021-05-06T14:06:04.453Z] === RUN   TestNewListConfigsFilters
14:06:04 [2021-05-06T14:06:04.453Z] --- PASS: TestNewListConfigsFilters (0.00s)
14:06:04 [2021-05-06T14:06:04.453Z] PASS
14:06:04 [2021-05-06T14:06:04.453Z] coverage: 0.5% of statements
14:06:04 [2021-05-06T14:06:04.453Z] ok  	github.com/docker/docker/daemon/cluster	0.487s	coverage: 0.5% of statements
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestNetworkConvertBasicNetworkFromGRPCCreatedAt
14:06:04 [2021-05-06T14:06:04.905Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s)
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestServiceConvertFromGRPCRuntimeContainer
14:06:04 [2021-05-06T14:06:04.905Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s)
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestServiceConvertFromGRPCGenericRuntimePlugin
14:06:04 [2021-05-06T14:06:04.905Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s)
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestServiceConvertToGRPCGenericRuntimePlugin
14:06:04 [2021-05-06T14:06:04.905Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s)
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestServiceConvertToGRPCContainerRuntime
14:06:04 [2021-05-06T14:06:04.905Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s)
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestServiceConvertToGRPCGenericRuntimeCustom
14:06:04 [2021-05-06T14:06:04.905Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s)
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestServiceConvertToGRPCIsolation
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestServiceConvertToGRPCIsolation/empty
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestServiceConvertToGRPCIsolation/default
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestServiceConvertToGRPCIsolation/process
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestServiceConvertToGRPCIsolation/hyperv
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestServiceConvertToGRPCIsolation/proCess
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestServiceConvertToGRPCIsolation/hypErv
14:06:04 [2021-05-06T14:06:04.905Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s)
14:06:04 [2021-05-06T14:06:04.905Z]     --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s)
14:06:04 [2021-05-06T14:06:04.905Z]     --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s)
14:06:04 [2021-05-06T14:06:04.905Z]     --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s)
14:06:04 [2021-05-06T14:06:04.905Z]     --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s)
14:06:04 [2021-05-06T14:06:04.905Z]     --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s)
14:06:04 [2021-05-06T14:06:04.905Z]     --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s)
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestServiceConvertFromGRPCIsolation
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestServiceConvertFromGRPCIsolation/default
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestServiceConvertFromGRPCIsolation/process
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestServiceConvertFromGRPCIsolation/hyperv
14:06:04 [2021-05-06T14:06:04.905Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s)
14:06:04 [2021-05-06T14:06:04.905Z]     --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s)
14:06:04 [2021-05-06T14:06:04.905Z]     --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s)
14:06:04 [2021-05-06T14:06:04.905Z]     --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s)
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestServiceConvertToGRPCCredentialSpec
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestServiceConvertToGRPCCredentialSpec/empty_credential_spec
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_credential_spec
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_credential_spec
14:06:04 [2021-05-06T14:06:04.905Z] === RUN   TestServiceConvertToGRPCCredentialSpec/registry_credential_spec
14:06:04 [2021-05-06T14:06:04.905Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s)
14:06:04 [2021-05-06T14:06:04.905Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s)
14:06:04 [2021-05-06T14:06:04.905Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s)
14:06:04 [2021-05-06T14:06:04.905Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s)
14:06:04 [2021-05-06T14:06:04.905Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s)
14:06:05 [2021-05-06T14:06:05.037Z] --- PASS: TestCreateServiceSysctls (3.79s)
14:06:05 [2021-05-06T14:06:05.038Z] === RUN   TestCreateServiceCapabilities
14:06:05 [2021-05-06T14:06:05.211Z] === RUN   TestDockerSuite/TestBuildStopSignal
14:06:05 [2021-05-06T14:06:05.356Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s)
14:06:05 [2021-05-06T14:06:05.356Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s)
14:06:05 [2021-05-06T14:06:05.356Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s)
14:06:05 [2021-05-06T14:06:05.356Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s)
14:06:05 [2021-05-06T14:06:05.356Z] === RUN   TestServiceConvertFromGRPCCredentialSpec
14:06:05 [2021-05-06T14:06:05.356Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec
14:06:05 [2021-05-06T14:06:05.356Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/config_credential_spec
14:06:05 [2021-05-06T14:06:05.356Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/file_credential_spec
14:06:05 [2021-05-06T14:06:05.356Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec
14:06:05 [2021-05-06T14:06:05.356Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s)
14:06:05 [2021-05-06T14:06:05.356Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s)
14:06:05 [2021-05-06T14:06:05.356Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s)
14:06:05 [2021-05-06T14:06:05.356Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s)
14:06:05 [2021-05-06T14:06:05.356Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s)
14:06:05 [2021-05-06T14:06:05.356Z] === RUN   TestServiceConvertToGRPCNetworkAtachmentRuntime
14:06:05 [2021-05-06T14:06:05.356Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s)
14:06:05 [2021-05-06T14:06:05.356Z] === RUN   TestServiceConvertToGRPCMismatchedRuntime
14:06:05 [2021-05-06T14:06:05.356Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s)
14:06:05 [2021-05-06T14:06:05.356Z] === RUN   TestTaskConvertFromGRPCNetworkAttachment
14:06:05 [2021-05-06T14:06:05.782Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
14:06:05 [2021-05-06T14:06:05.807Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s)
14:06:05 [2021-05-06T14:06:05.808Z] === RUN   TestServiceConvertFromGRPCConfigs
14:06:05 [2021-05-06T14:06:05.808Z] === RUN   TestServiceConvertFromGRPCConfigs/file
14:06:05 [2021-05-06T14:06:05.808Z] === RUN   TestServiceConvertFromGRPCConfigs/runtime
14:06:05 [2021-05-06T14:06:05.808Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s)
14:06:05 [2021-05-06T14:06:05.808Z]     --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s)
14:06:05 [2021-05-06T14:06:05.808Z]     --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s)
14:06:05 [2021-05-06T14:06:05.808Z] === RUN   TestServiceConvertToGRPCConfigs
14:06:05 [2021-05-06T14:06:05.808Z] === RUN   TestServiceConvertToGRPCConfigs/file
14:06:05 [2021-05-06T14:06:05.808Z] === RUN   TestServiceConvertToGRPCConfigs/runtime
14:06:05 [2021-05-06T14:06:05.808Z] === RUN   TestServiceConvertToGRPCConfigs/file_and_runtime
14:06:05 [2021-05-06T14:06:05.808Z] === RUN   TestServiceConvertToGRPCConfigs/none
14:06:05 [2021-05-06T14:06:05.808Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s)
14:06:05 [2021-05-06T14:06:05.808Z]     --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s)
14:06:05 [2021-05-06T14:06:05.808Z]     --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s)
14:06:05 [2021-05-06T14:06:05.808Z]     --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s)
14:06:05 [2021-05-06T14:06:05.808Z]     --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s)
14:06:05 [2021-05-06T14:06:05.808Z] PASS
14:06:05 [2021-05-06T14:06:05.808Z] coverage: 35.9% of statements
14:06:05 [2021-05-06T14:06:05.808Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.319s	coverage: 35.9% of statements
14:06:07 [2021-05-06T14:06:07.167Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
14:06:07 [2021-05-06T14:06:07.429Z] === RUN   TestDockerSuite/TestBuildTagEvent
14:06:07 [2021-05-06T14:06:07.556Z] --- PASS: TestCreateServiceCapabilities (2.95s)
14:06:07 [2021-05-06T14:06:07.556Z] === RUN   TestInspect
14:06:08 [2021-05-06T14:06:08.000Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.63s)
14:06:08 [2021-05-06T14:06:08.000Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
14:06:08 [2021-05-06T14:06:08.009Z] === RUN   TestExternalGraphDriver/pull
14:06:08 [2021-05-06T14:06:08.572Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
14:06:08 [2021-05-06T14:06:08.685Z] === RUN   TestDiscoveryOptsErrors
14:06:08 [2021-05-06T14:06:08.685Z] --- PASS: TestDiscoveryOptsErrors (0.00s)
14:06:08 [2021-05-06T14:06:08.685Z] === RUN   TestDiscoveryOpts
14:06:08 [2021-05-06T14:06:08.685Z] --- PASS: TestDiscoveryOpts (0.00s)
14:06:08 [2021-05-06T14:06:08.685Z] PASS
14:06:08 [2021-05-06T14:06:08.685Z] coverage: 30.0% of statements
14:06:08 [2021-05-06T14:06:08.685Z] ok  	github.com/docker/docker/daemon/discovery	0.053s	coverage: 30.0% of statements
14:06:09 [2021-05-06T14:06:09.959Z] === RUN   TestDockerSuite/TestBuildUser
14:06:10 [2021-05-06T14:06:10.553Z] --- PASS: TestExternalGraphDriver (10.64s)
14:06:10 [2021-05-06T14:06:10.553Z]     --- PASS: TestExternalGraphDriver/json (3.68s)
14:06:10 [2021-05-06T14:06:10.553Z]     --- PASS: TestExternalGraphDriver/spec (4.02s)
14:06:10 [2021-05-06T14:06:10.553Z]     --- PASS: TestExternalGraphDriver/pull (2.80s)
14:06:10 [2021-05-06T14:06:10.553Z] === RUN   TestGraphdriverPluginV2
14:06:10 [2021-05-06T14:06:10.553Z] --- SKIP: TestGraphdriverPluginV2 (0.03s)
14:06:10 [2021-05-06T14:06:10.553Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:06:10 [2021-05-06T14:06:10.553Z] PASS
14:06:10 [2021-05-06T14:06:10.553Z] 
14:06:10 [2021-05-06T14:06:10.553Z] === Skipped
14:06:10 [2021-05-06T14:06:10.553Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s)
14:06:10 [2021-05-06T14:06:10.553Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:06:10 [2021-05-06T14:06:10.553Z] 
14:06:10 [2021-05-06T14:06:10.553Z] 
14:06:10 [2021-05-06T14:06:10.553Z] DONE 5 tests, 1 skipped in 10.829s
14:06:10 [2021-05-06T14:06:10.553Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
14:06:10 [2021-05-06T14:06:10.553Z] ++ 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
14:06:10 [2021-05-06T14:06:10.553Z] ++ set -e
14:06:10 [2021-05-06T14:06:10.553Z] ++ '[' -n 0 ']'
14:06:10 [2021-05-06T14:06:10.553Z] ++ set -x
14:06:10 [2021-05-06T14:06:10.553Z] ++ 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
14:06:10 [2021-05-06T14:06:10.553Z] INFO: Testing against a local daemon
14:06:10 [2021-05-06T14:06:10.553Z] === RUN   TestContinueAfterPluginCrash
14:06:10 [2021-05-06T14:06:10.553Z] === PAUSE TestContinueAfterPluginCrash
14:06:10 [2021-05-06T14:06:10.553Z] === RUN   TestReadPluginNoRead
14:06:10 [2021-05-06T14:06:10.553Z] === PAUSE TestReadPluginNoRead
14:06:10 [2021-05-06T14:06:10.553Z] === RUN   TestDaemonStartWithLogOpt
14:06:10 [2021-05-06T14:06:10.553Z] === PAUSE TestDaemonStartWithLogOpt
14:06:10 [2021-05-06T14:06:10.553Z] === CONT  TestContinueAfterPluginCrash
14:06:10 [2021-05-06T14:06:10.553Z] === CONT  TestDaemonStartWithLogOpt
14:06:10 [2021-05-06T14:06:10.553Z] === CONT  TestReadPluginNoRead
14:06:10 [2021-05-06T14:06:10.824Z] --- PASS: TestInspect (3.30s)
14:06:10 [2021-05-06T14:06:10.825Z] === RUN   TestCreateJob
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestBuilderGC
14:06:10 [2021-05-06T14:06:10.834Z] --- PASS: TestBuilderGC (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestDaemonConfigurationNotFound
14:06:10 [2021-05-06T14:06:10.834Z] --- PASS: TestDaemonConfigurationNotFound (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestDaemonBrokenConfiguration
14:06:10 [2021-05-06T14:06:10.834Z] --- PASS: TestDaemonBrokenConfiguration (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestParseClusterAdvertiseSettings
14:06:10 [2021-05-06T14:06:10.834Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestFindConfigurationConflicts
14:06:10 [2021-05-06T14:06:10.834Z] --- PASS: TestFindConfigurationConflicts (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestFindConfigurationConflictsWithNamedOptions
14:06:10 [2021-05-06T14:06:10.834Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestDaemonConfigurationMergeConflicts
14:06:10 [2021-05-06T14:06:10.834Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestDaemonConfigurationMergeConcurrent
14:06:10 [2021-05-06T14:06:10.834Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestDaemonConfigurationMergeConcurrentError
14:06:10 [2021-05-06T14:06:10.834Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestDaemonConfigurationMergeConflictsWithInnerStructs
14:06:10 [2021-05-06T14:06:10.834Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/config_file
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options
14:06:10 [2021-05-06T14:06:10.834Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestFindConfigurationConflictsWithUnknownKeys
14:06:10 [2021-05-06T14:06:10.834Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestFindConfigurationConflictsWithMergedValues
14:06:10 [2021-05-06T14:06:10.834Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestValidateConfigurationErrors
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestValidateConfigurationErrors/single_label_without_value
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestValidateConfigurationErrors/multiple_label_without_value
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestValidateConfigurationErrors/single_DNS,_invalid_IP-address
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestValidateConfigurationErrors/single_DNSSearch
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestValidateConfigurationErrors/multiple_DNSSearch
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-downloads
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-uploads
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestValidateConfigurationErrors/negative_max-download-attempts
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestValidateConfigurationErrors/zero_max-download-attempts
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestValidateConfigurationErrors/generic_resource_without_=
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete
14:06:10 [2021-05-06T14:06:10.834Z] --- PASS: TestValidateConfigurationErrors (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z]     --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z]     --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z]     --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z]     --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z]     --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z]     --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestValidateConfiguration
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestValidateConfiguration/with_label
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestValidateConfiguration/with_dns
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestValidateConfiguration/with_dns-search
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestValidateConfiguration/with_max-concurrent-downloads
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestValidateConfiguration/with_max-concurrent-uploads
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestValidateConfiguration/with_max-download-attempts
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestValidateConfiguration/with_multiple_node_generic_resources
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestValidateConfiguration/with_node_generic_resources
14:06:10 [2021-05-06T14:06:10.834Z] --- PASS: TestValidateConfiguration (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z]     --- PASS: TestValidateConfiguration/with_label (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z]     --- PASS: TestValidateConfiguration/with_dns (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z]     --- PASS: TestValidateConfiguration/with_dns-search (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z]     --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z]     --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z]     --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestModifiedDiscoverySettings
14:06:10 [2021-05-06T14:06:10.834Z] --- PASS: TestModifiedDiscoverySettings (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestReloadSetConfigFileNotExist
14:06:10 [2021-05-06T14:06:10.834Z] time="2021-05-06T14:06:10Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json"
14:06:10 [2021-05-06T14:06:10.834Z] --- PASS: TestReloadSetConfigFileNotExist (0.11s)
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestReloadDefaultConfigNotExist
14:06:10 [2021-05-06T14:06:10.834Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestReloadBadDefaultConfig
14:06:10 [2021-05-06T14:06:10.834Z] time="2021-05-06T14:06:10Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-732472827"
14:06:10 [2021-05-06T14:06:10.834Z] --- PASS: TestReloadBadDefaultConfig (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestReloadWithConflictingLabels
14:06:10 [2021-05-06T14:06:10.834Z] time="2021-05-06T14:06:10Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-224516894"
14:06:10 [2021-05-06T14:06:10.834Z] --- PASS: TestReloadWithConflictingLabels (0.08s)
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestReloadWithDuplicateLabels
14:06:10 [2021-05-06T14:06:10.834Z] time="2021-05-06T14:06:10Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-137030629"
14:06:10 [2021-05-06T14:06:10.834Z] --- PASS: TestReloadWithDuplicateLabels (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z] === RUN   TestDaemonConfigurationMerge
14:06:10 [2021-05-06T14:06:10.834Z] --- PASS: TestDaemonConfigurationMerge (0.00s)
14:06:10 [2021-05-06T14:06:10.834Z] PASS
14:06:10 [2021-05-06T14:06:10.834Z] coverage: 79.7% of statements
14:06:10 [2021-05-06T14:06:10.834Z] ok  	github.com/docker/docker/daemon/config	0.526s	coverage: 79.7% of statements
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestVerifyNetworkingConfig
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestVerifyNetworkingConfig (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestGetContainer
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestGetContainer (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestValidContainerNames
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestValidContainerNames (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestContainerInitDNS
14:06:11 [2021-05-06T14:06:11.286Z] --- SKIP: TestContainerInitDNS (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z]     daemon_test.go:147: root required
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestMerge
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestMerge (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestValidateContainerIsolation
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestValidateContainerIsolation (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestFindNetworkErrorType
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestFindNetworkErrorType (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestEnsureServicesExist
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestEnsureServicesExist (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestEnsureServicesExistErrors
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestEnsureServicesExistErrors (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z]     --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestContainerDelete
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestContainerDelete (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestContainerDoubleDelete
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestContainerDoubleDelete (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestLogContainerEventCopyLabels
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestLogContainerEventCopyLabels (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestLogContainerEventWithAttributes
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestLogContainerEventWithAttributes (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestNoneHealthcheck
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestNoneHealthcheck (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestHealthStates
14:06:11 [2021-05-06T14:06:11.286Z] time="2021-05-06T14:06:10Z" 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"
14:06:11 [2021-05-06T14:06:11.286Z] time="2021-05-06T14:06:11Z" 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"
14:06:11 [2021-05-06T14:06:11.286Z] time="2021-05-06T14:06:11Z" 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"
14:06:11 [2021-05-06T14:06:11.286Z] time="2021-05-06T14:06:11Z" 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"
14:06:11 [2021-05-06T14:06:11.286Z] time="2021-05-06T14:06:11Z" 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"
14:06:11 [2021-05-06T14:06:11.286Z] time="2021-05-06T14:06:11Z" 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"
14:06:11 [2021-05-06T14:06:11.286Z] time="2021-05-06T14:06:11Z" 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"
14:06:11 [2021-05-06T14:06:11.286Z] time="2021-05-06T14:06:11Z" 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"
14:06:11 [2021-05-06T14:06:11.286Z] time="2021-05-06T14:06:11Z" 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"
14:06:11 [2021-05-06T14:06:11.286Z] time="2021-05-06T14:06:11Z" 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"
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestHealthStates (0.09s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestMaskURLCredentials
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestMaskURLCredentials (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestGetInspectData
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestGetInspectData (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestFillLicense
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestFillLicense (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestListInvalidFilter
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestListInvalidFilter (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestNameFilter
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestNameFilter (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestMergeAndVerifyLogConfigNilConfig
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestSetWindowsCredentialSpecInSpec
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option
14:06:11 [2021-05-06T14:06:11.286Z] === 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
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s)
14:06:11 [2021-05-06T14:06:11.286Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z]     --- 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)
14:06:11 [2021-05-06T14:06:11.286Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestDaemonReloadLabels
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestDaemonReloadLabels (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestDaemonReloadAllowNondistributableArtifacts
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestDaemonReloadMirrors
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestDaemonReloadMirrors (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestDaemonReloadInsecureRegistries
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestDaemonReloadNotAffectOthers
14:06:11 [2021-05-06T14:06:11.286Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s)
14:06:11 [2021-05-06T14:06:11.286Z] === RUN   TestDaemonDiscoveryReload
14:06:11 [2021-05-06T14:06:11.343Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
14:06:11 [2021-05-06T14:06:11.737Z] === RUN   TestWaitNodeAttachment
14:06:11 [2021-05-06T14:06:11.737Z] === RUN   TestEventsLog
14:06:11 [2021-05-06T14:06:11.737Z] --- PASS: TestEventsLog (0.00s)
14:06:11 [2021-05-06T14:06:11.737Z] === RUN   TestEventsLogTimeout
14:06:11 [2021-05-06T14:06:11.737Z] --- PASS: TestEventsLogTimeout (0.00s)
14:06:11 [2021-05-06T14:06:11.737Z] === RUN   TestLogEvents
14:06:11 [2021-05-06T14:06:11.737Z] --- PASS: TestLogEvents (0.05s)
14:06:11 [2021-05-06T14:06:11.737Z] === RUN   TestLoadBufferedEvents
14:06:11 [2021-05-06T14:06:11.737Z] --- PASS: TestLoadBufferedEvents (0.10s)
14:06:11 [2021-05-06T14:06:11.737Z] === RUN   TestLoadBufferedEventsOnlyFromPast
14:06:11 [2021-05-06T14:06:11.737Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s)
14:06:11 [2021-05-06T14:06:11.737Z] === RUN   TestIgnoreBufferedWhenNoTimes
14:06:11 [2021-05-06T14:06:11.737Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s)
14:06:11 [2021-05-06T14:06:11.737Z] PASS
14:06:11 [2021-05-06T14:06:11.737Z] coverage: 50.0% of statements
14:06:11 [2021-05-06T14:06:11.737Z] ok  	github.com/docker/docker/daemon/events	0.208s	coverage: 50.0% of statements
14:06:11 [2021-05-06T14:06:11.915Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
14:06:12 [2021-05-06T14:06:12.189Z] --- PASS: TestWaitNodeAttachment (0.41s)
14:06:12 [2021-05-06T14:06:12.189Z] === RUN   TestIsolationConversion
14:06:12 [2021-05-06T14:06:12.189Z] === RUN   TestIsolationConversion/default
14:06:12 [2021-05-06T14:06:12.189Z] === RUN   TestIsolationConversion/process
14:06:12 [2021-05-06T14:06:12.189Z] === RUN   TestIsolationConversion/hyperv
14:06:12 [2021-05-06T14:06:12.189Z] --- PASS: TestIsolationConversion (0.00s)
14:06:12 [2021-05-06T14:06:12.189Z]     --- PASS: TestIsolationConversion/default (0.00s)
14:06:12 [2021-05-06T14:06:12.189Z]     --- PASS: TestIsolationConversion/process (0.00s)
14:06:12 [2021-05-06T14:06:12.189Z]     --- PASS: TestIsolationConversion/hyperv (0.00s)
14:06:12 [2021-05-06T14:06:12.189Z] === RUN   TestContainerLabels
14:06:12 [2021-05-06T14:06:12.189Z] --- PASS: TestContainerLabels (0.00s)
14:06:12 [2021-05-06T14:06:12.189Z] === RUN   TestCredentialSpecConversion
14:06:12 [2021-05-06T14:06:12.189Z] === RUN   TestCredentialSpecConversion/none
14:06:12 [2021-05-06T14:06:12.189Z] === RUN   TestCredentialSpecConversion/config
14:06:12 [2021-05-06T14:06:12.189Z] === RUN   TestCredentialSpecConversion/file
14:06:12 [2021-05-06T14:06:12.189Z] === RUN   TestCredentialSpecConversion/registry
14:06:12 [2021-05-06T14:06:12.189Z] --- PASS: TestCredentialSpecConversion (0.00s)
14:06:12 [2021-05-06T14:06:12.189Z]     --- PASS: TestCredentialSpecConversion/none (0.00s)
14:06:12 [2021-05-06T14:06:12.189Z]     --- PASS: TestCredentialSpecConversion/config (0.00s)
14:06:12 [2021-05-06T14:06:12.189Z]     --- PASS: TestCredentialSpecConversion/file (0.00s)
14:06:12 [2021-05-06T14:06:12.189Z]     --- PASS: TestCredentialSpecConversion/registry (0.00s)
14:06:12 [2021-05-06T14:06:12.189Z] === RUN   TestControllerValidateMountBind
14:06:12 [2021-05-06T14:06:12.189Z] --- PASS: TestControllerValidateMountBind (0.00s)
14:06:12 [2021-05-06T14:06:12.189Z] === RUN   TestControllerValidateMountVolume
14:06:12 [2021-05-06T14:06:12.189Z] --- PASS: TestControllerValidateMountVolume (0.00s)
14:06:12 [2021-05-06T14:06:12.189Z] === RUN   TestControllerValidateMountTarget
14:06:12 [2021-05-06T14:06:12.189Z] --- PASS: TestControllerValidateMountTarget (0.00s)
14:06:12 [2021-05-06T14:06:12.189Z] === RUN   TestControllerValidateMountTmpfs
14:06:12 [2021-05-06T14:06:12.189Z] --- PASS: TestControllerValidateMountTmpfs (0.00s)
14:06:12 [2021-05-06T14:06:12.189Z] === RUN   TestControllerValidateMountInvalidType
14:06:12 [2021-05-06T14:06:12.189Z] --- PASS: TestControllerValidateMountInvalidType (0.00s)
14:06:12 [2021-05-06T14:06:12.189Z] === RUN   TestControllerValidateMountNamedPipe
14:06:12 [2021-05-06T14:06:12.189Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s)
14:06:12 [2021-05-06T14:06:12.189Z] PASS
14:06:12 [2021-05-06T14:06:12.189Z] coverage: 11.3% of statements
14:06:12 [2021-05-06T14:06:12.189Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	0.895s	coverage: 11.3% of statements
14:06:12 [2021-05-06T14:06:12.189Z] --- PASS: TestDaemonDiscoveryReload (1.00s)
14:06:12 [2021-05-06T14:06:12.189Z] === RUN   TestDaemonDiscoveryReloadFromEmptyDiscovery
14:06:12 [2021-05-06T14:06:12.640Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s)
14:06:12 [2021-05-06T14:06:12.640Z] === RUN   TestDaemonDiscoveryReloadOnlyClusterAdvertise
14:06:13 [2021-05-06T14:06:13.093Z] === RUN   TestLinkNaming
14:06:13 [2021-05-06T14:06:13.093Z] --- PASS: TestLinkNaming (0.00s)
14:06:13 [2021-05-06T14:06:13.093Z] === RUN   TestLinkNew
14:06:13 [2021-05-06T14:06:13.093Z] --- PASS: TestLinkNew (0.00s)
14:06:13 [2021-05-06T14:06:13.093Z] === RUN   TestLinkEnv
14:06:13 [2021-05-06T14:06:13.093Z] --- PASS: TestLinkEnv (0.00s)
14:06:13 [2021-05-06T14:06:13.093Z] === RUN   TestLinkMultipleEnv
14:06:13 [2021-05-06T14:06:13.093Z] --- PASS: TestLinkMultipleEnv (0.00s)
14:06:13 [2021-05-06T14:06:13.093Z] === RUN   TestLinkPortRangeEnv
14:06:13 [2021-05-06T14:06:13.093Z] --- PASS: TestLinkPortRangeEnv (0.00s)
14:06:13 [2021-05-06T14:06:13.093Z] PASS
14:06:13 [2021-05-06T14:06:13.093Z] coverage: 93.0% of statements
14:06:13 [2021-05-06T14:06:13.093Z] ok  	github.com/docker/docker/daemon/links	0.035s	coverage: 93.0% of statements
14:06:13 [2021-05-06T14:06:13.544Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.51s)
14:06:13 [2021-05-06T14:06:13.544Z] === RUN   TestDaemonReloadNetworkDiagnosticPort
14:06:13 [2021-05-06T14:06:13.544Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s)
14:06:13 [2021-05-06T14:06:13.544Z]     reload_test.go:520: root required
14:06:13 [2021-05-06T14:06:13.544Z] === RUN   TestLoadOrCreateTrustKeyInvalidKeyFile
14:06:13 [2021-05-06T14:06:13.544Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.02s)
14:06:13 [2021-05-06T14:06:13.544Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist
14:06:13 [2021-05-06T14:06:13.544Z] === RUN   TestIsEmptyDir
14:06:13 [2021-05-06T14:06:13.544Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s)
14:06:13 [2021-05-06T14:06:13.544Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist
14:06:13 [2021-05-06T14:06:13.544Z] --- PASS: TestIsEmptyDir (0.01s)
14:06:13 [2021-05-06T14:06:13.544Z] PASS
14:06:13 [2021-05-06T14:06:13.544Z] coverage: 2.3% of statements
14:06:13 [2021-05-06T14:06:13.544Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s)
14:06:13 [2021-05-06T14:06:13.544Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyNoPath
14:06:13 [2021-05-06T14:06:13.544Z] ok  	github.com/docker/docker/daemon/graphdriver	0.162s	coverage: 2.3% of statements
14:06:13 [2021-05-06T14:06:13.544Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s)
14:06:13 [2021-05-06T14:06:13.544Z] === RUN   TestLoadOrCreateTrustKeyLoadValidKey
14:06:13 [2021-05-06T14:06:13.544Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s)
14:06:13 [2021-05-06T14:06:13.544Z] === RUN   TestParseVolumesFrom
14:06:13 [2021-05-06T14:06:13.544Z] --- PASS: TestParseVolumesFrom (0.00s)
14:06:13 [2021-05-06T14:06:13.544Z] PASS
14:06:13 [2021-05-06T14:06:13.544Z] coverage: 9.0% of statements
14:06:13 [2021-05-06T14:06:13.544Z] ok  	github.com/docker/docker/daemon	2.722s	coverage: 9.0% of statements
14:06:13 [2021-05-06T14:06:13.544Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
14:06:13 [2021-05-06T14:06:13.544Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
14:06:13 [2021-05-06T14:06:13.544Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
14:06:13 [2021-05-06T14:06:13.544Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
14:06:13 [2021-05-06T14:06:13.544Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
14:06:13 [2021-05-06T14:06:13.544Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
14:06:13 [2021-05-06T14:06:13.544Z] ?   	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	[no test files]
14:06:13 [2021-05-06T14:06:13.544Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
14:06:13 [2021-05-06T14:06:13.544Z] ?   	github.com/docker/docker/daemon/graphdriver/lcow	[no test files]
14:06:13 [2021-05-06T14:06:13.544Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
14:06:13 [2021-05-06T14:06:13.544Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
14:06:13 [2021-05-06T14:06:13.544Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
14:06:13 [2021-05-06T14:06:13.544Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
14:06:13 [2021-05-06T14:06:13.544Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
14:06:13 [2021-05-06T14:06:13.544Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
14:06:14 [2021-05-06T14:06:14.771Z] === RUN   TestReadPluginNoRead/default
14:06:14 [2021-05-06T14:06:14.997Z] --- PASS: TestCreateJob (3.81s)
14:06:14 [2021-05-06T14:06:14.997Z] === RUN   TestReplicatedJob
14:06:15 [2021-05-06T14:06:15.032Z] --- PASS: TestDaemonStartWithLogOpt (4.70s)
14:06:16 [2021-05-06T14:06:16.123Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
14:06:16 [2021-05-06T14:06:16.385Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
14:06:16 [2021-05-06T14:06:16.416Z] === RUN   TestReadPluginNoRead/disabled_caching
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestNewStreamConfig
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestNewStreamConfig/defaults
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestNewStreamConfig/invalid_create_group
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestNewStreamConfig/invalid_flush_interval
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestNewStreamConfig/invalid_max_buffered_events
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestNewStreamConfig/invalid_multiline_pattern
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestNewStreamConfig/flush_interval_at_15
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestNewStreamConfig/max_buffered_events_at_1024
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestNewStreamConfig (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestNewStreamConfig/defaults (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestNewStreamConfig/invalid_create_group (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestNewAWSLogsClientUserAgentHandler
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestNewAWSLogsClientAWSLogsEndpoint
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestNewAWSLogsClientRegionDetect
14:06:17 [2021-05-06T14:06:17.239Z] time="2021-05-06T14:06:16Z" level=info msg="Trying to get region from EC2 Metadata"
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.11s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestCreateSuccess
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestCreateSuccess (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestCreateLogGroupSuccess
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestCreateLogGroupSuccess (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestCreateError
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestCreateError (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestCreateAlreadyExists
14:06:17 [2021-05-06T14:06:17.239Z] time="2021-05-06T14:06:16Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="<nil>"
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestCreateAlreadyExists (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestLogClosed
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestLogClosed (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestLogBlocking
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestLogBlocking (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestLogNonBlockingBufferEmpty
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestLogNonBlockingBufferFull
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestLogNonBlockingBufferFull (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestPublishBatchSuccess
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestPublishBatchSuccess (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestPublishBatchError
14:06:17 [2021-05-06T14:06:17.239Z] time="2021-05-06T14:06:16Z" level=error msg=Error
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestPublishBatchError (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestPublishBatchInvalidSeqSuccess
14:06:17 [2021-05-06T14:06:17.239Z] time="2021-05-06T14:06:16Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestPublishBatchAlreadyAccepted
14:06:17 [2021-05-06T14:06:17.239Z] time="2021-05-06T14:06:16Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
14:06:17 [2021-05-06T14:06:17.239Z] time="2021-05-06T14:06:16Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token"
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestCollectBatchSimple
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestCollectBatchSimple (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestCollectBatchTicker
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestCollectBatchTicker (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestCollectBatchMultilinePattern
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestCollectBatchMultilinePattern (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestCollectBatchMultilinePatternMaxEventAge
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestCollectBatchMultilinePatternNegativeEventAge
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestCollectBatchMultilinePatternMaxEventSize
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.12s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestCollectBatchClose
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestCollectBatchClose (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestEffectiveLen
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestEffectiveLen/0/Hello
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestEffectiveLen/1/\x01\x02\x03\x04
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestEffectiveLen/2/🙃
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestEffectiveLen/3/����
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestEffectiveLen/4/He��o
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestEffectiveLen/5/
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestEffectiveLen (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestEffectiveLen/0/Hello (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestEffectiveLen/2/🙃 (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestEffectiveLen/3/���� (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestEffectiveLen/4/He��o (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestEffectiveLen/5/ (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestFindValidSplit
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestFindValidSplit/0/
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestFindValidSplit/1/Hello
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestFindValidSplit/2/Hello
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestFindValidSplit/3/Hello
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestFindValidSplit/4/🙃
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestFindValidSplit/5/🙃
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestFindValidSplit/6/a�
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestFindValidSplit/7/a�
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestFindValidSplit (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestFindValidSplit/0/ (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]         cloudwatchlogs_test.go:1044: 
14:06:17 [2021-05-06T14:06:17.239Z]         cloudwatchlogs_test.go:1045: 
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestFindValidSplit/1/Hello (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]         cloudwatchlogs_test.go:1044: Hello
14:06:17 [2021-05-06T14:06:17.239Z]         cloudwatchlogs_test.go:1045: 
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestFindValidSplit/2/Hello (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]         cloudwatchlogs_test.go:1044: He
14:06:17 [2021-05-06T14:06:17.239Z]         cloudwatchlogs_test.go:1045: llo
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestFindValidSplit/3/Hello (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]         cloudwatchlogs_test.go:1044: 
14:06:17 [2021-05-06T14:06:17.239Z]         cloudwatchlogs_test.go:1045: Hello
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestFindValidSplit/4/🙃 (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]         cloudwatchlogs_test.go:1044: 
14:06:17 [2021-05-06T14:06:17.239Z]         cloudwatchlogs_test.go:1045: 🙃
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestFindValidSplit/5/🙃 (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]         cloudwatchlogs_test.go:1044: 🙃
14:06:17 [2021-05-06T14:06:17.239Z]         cloudwatchlogs_test.go:1045: 
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestFindValidSplit/6/a� (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]         cloudwatchlogs_test.go:1044: a
14:06:17 [2021-05-06T14:06:17.239Z]         cloudwatchlogs_test.go:1045: �
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestFindValidSplit/7/a� (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]         cloudwatchlogs_test.go:1044: a�
14:06:17 [2021-05-06T14:06:17.239Z]         cloudwatchlogs_test.go:1045: 
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestProcessEventEmoji
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestProcessEventEmoji (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestCollectBatchLineSplit
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestCollectBatchLineSplit (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestCollectBatchLineSplitWithBinary
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestCollectBatchMaxEvents
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestCollectBatchMaxEvents (0.03s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestCollectBatchMaxTotalBytes
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestCollectBatchMaxTotalBytesWithBinary
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestCollectBatchWithDuplicateTimestamps
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestParseLogOptionsMultilinePattern
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestParseLogOptionsDatetimeFormat
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091
14:06:17 [2021-05-06T14:06:17.239Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s)
14:06:17 [2021-05-06T14:06:17.239Z] === RUN   TestValidateLogOptionsDatetimeFormatAndMultilinePattern
14:06:17 [2021-05-06T14:06:17.240Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/0
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/-1
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/a
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/10
14:06:17 [2021-05-06T14:06:17.240Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestValidateLogOptionsMaxBufferedEvents
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/0
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/-1
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/a
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/10
14:06:17 [2021-05-06T14:06:17.240Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.01s)
14:06:17 [2021-05-06T14:06:17.240Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestCreateTagSuccess
14:06:17 [2021-05-06T14:06:17.240Z] --- PASS: TestCreateTagSuccess (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestNewAWSLogsClientCredentialEndpointDetect
14:06:17 [2021-05-06T14:06:17.240Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s)
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestNewAWSLogsClientCredentialEnvironmentVariable
14:06:17 [2021-05-06T14:06:17.240Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestNewAWSLogsClientCredentialSharedFile
14:06:17 [2021-05-06T14:06:17.240Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z] PASS
14:06:17 [2021-05-06T14:06:17.240Z] coverage: 77.8% of statements
14:06:17 [2021-05-06T14:06:17.240Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.508s	coverage: 77.8% of statements
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestSearchRegistryForImagesErrors
14:06:17 [2021-05-06T14:06:17.240Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestSearchRegistryForImages
14:06:17 [2021-05-06T14:06:17.240Z] --- PASS: TestSearchRegistryForImages (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestOnlyPlatformWithFallback
14:06:17 [2021-05-06T14:06:17.240Z] --- PASS: TestOnlyPlatformWithFallback (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestImageDelete
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestImageDelete/no_lease
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestImageDelete/lease_exists
14:06:17 [2021-05-06T14:06:17.240Z] --- PASS: TestImageDelete (0.04s)
14:06:17 [2021-05-06T14:06:17.240Z]     --- PASS: TestImageDelete/no_lease (0.01s)
14:06:17 [2021-05-06T14:06:17.240Z]     --- PASS: TestImageDelete/lease_exists (0.02s)
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestContentStoreForPull
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestAdapterReadLogs
14:06:17 [2021-05-06T14:06:17.240Z] --- PASS: TestAdapterReadLogs (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestCopier
14:06:17 [2021-05-06T14:06:17.240Z] --- PASS: TestCopier (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestCopierLongLines
14:06:17 [2021-05-06T14:06:17.240Z] --- PASS: TestCopierLongLines (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestCopierSlow
14:06:17 [2021-05-06T14:06:17.240Z] --- PASS: TestContentStoreForPull (0.15s)
14:06:17 [2021-05-06T14:06:17.240Z] PASS
14:06:17 [2021-05-06T14:06:17.240Z] coverage: 6.7% of statements
14:06:17 [2021-05-06T14:06:17.240Z] ok  	github.com/docker/docker/daemon/images	0.543s	coverage: 6.7% of statements
14:06:17 [2021-05-06T14:06:17.240Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
14:06:17 [2021-05-06T14:06:17.240Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
14:06:17 [2021-05-06T14:06:17.240Z] --- PASS: TestCopierSlow (0.20s)
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestCopierWithSized
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestCopierWithSized/as_is
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestCopierWithSized/With_RingLogger
14:06:17 [2021-05-06T14:06:17.240Z] --- PASS: TestCopierWithSized (0.01s)
14:06:17 [2021-05-06T14:06:17.240Z]     --- PASS: TestCopierWithSized/as_is (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z]     --- PASS: TestCopierWithSized/With_RingLogger (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestCopierWithPartial
14:06:17 [2021-05-06T14:06:17.240Z] --- PASS: TestCopierWithPartial (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestRingLogger
14:06:17 [2021-05-06T14:06:17.240Z] --- PASS: TestRingLogger (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestRingCap
14:06:17 [2021-05-06T14:06:17.240Z] --- PASS: TestRingCap (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestRingClose
14:06:17 [2021-05-06T14:06:17.240Z] --- PASS: TestRingClose (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z] === RUN   TestRingDrain
14:06:17 [2021-05-06T14:06:17.240Z] --- PASS: TestRingDrain (0.00s)
14:06:17 [2021-05-06T14:06:17.240Z] PASS
14:06:17 [2021-05-06T14:06:17.240Z] coverage: 43.0% of statements
14:06:17 [2021-05-06T14:06:17.240Z] ok  	github.com/docker/docker/daemon/logger	0.293s	coverage: 43.0% of statements
14:06:17 [2021-05-06T14:06:17.240Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
14:06:17 [2021-05-06T14:06:17.240Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
14:06:17 [2021-05-06T14:06:17.240Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
14:06:17 [2021-05-06T14:06:17.240Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
14:06:17 [2021-05-06T14:06:17.240Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
14:06:17 [2021-05-06T14:06:17.690Z] === RUN   TestJSONFileLogger
14:06:17 [2021-05-06T14:06:17.690Z] --- PASS: TestJSONFileLogger (0.01s)
14:06:17 [2021-05-06T14:06:17.690Z] === RUN   TestJSONFileLoggerWithTags
14:06:17 [2021-05-06T14:06:17.690Z] --- PASS: TestJSONFileLoggerWithTags (0.00s)
14:06:17 [2021-05-06T14:06:17.690Z] === RUN   TestJSONFileLoggerWithOpts
14:06:17 [2021-05-06T14:06:17.690Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s)
14:06:17 [2021-05-06T14:06:17.690Z] === RUN   TestJSONFileLoggerWithLabelsEnv
14:06:17 [2021-05-06T14:06:17.690Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s)
14:06:17 [2021-05-06T14:06:17.690Z] === RUN   TestEncodeDecode
14:06:17 [2021-05-06T14:06:17.690Z] === PAUSE TestEncodeDecode
14:06:17 [2021-05-06T14:06:17.690Z] === RUN   TestUnexpectedEOF
14:06:17 [2021-05-06T14:06:17.690Z] time="2021-05-06T14:06:17Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
14:06:17 [2021-05-06T14:06:17.690Z] time="2021-05-06T14:06:17Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
14:06:17 [2021-05-06T14:06:17.690Z] --- PASS: TestUnexpectedEOF (0.14s)
14:06:17 [2021-05-06T14:06:17.690Z] === CONT  TestEncodeDecode
14:06:17 [2021-05-06T14:06:17.690Z] --- PASS: TestEncodeDecode (0.00s)
14:06:17 [2021-05-06T14:06:17.690Z] PASS
14:06:17 [2021-05-06T14:06:17.690Z] coverage: 69.9% of statements
14:06:17 [2021-05-06T14:06:17.690Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.238s	coverage: 69.9% of statements
14:06:18 [2021-05-06T14:06:18.141Z] === RUN   TestJSONLogsMarshalJSONBuf
14:06:18 [2021-05-06T14:06:18.141Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s)
14:06:18 [2021-05-06T14:06:18.141Z] === RUN   TestFastTimeMarshalJSONWithInvalidYear
14:06:18 [2021-05-06T14:06:18.526Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
14:06:18 [2021-05-06T14:06:18.629Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.12s)
14:06:18 [2021-05-06T14:06:18.629Z] === RUN   TestFastTimeMarshalJSON
14:06:18 [2021-05-06T14:06:18.629Z] --- PASS: TestFastTimeMarshalJSON (0.00s)
14:06:18 [2021-05-06T14:06:18.629Z] PASS
14:06:18 [2021-05-06T14:06:18.629Z] coverage: 87.2% of statements
14:06:18 [2021-05-06T14:06:18.629Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.185s	coverage: 87.2% of statements
14:06:19 [2021-05-06T14:06:19.911Z] --- PASS: TestReadPluginNoRead (9.35s)
14:06:19 [2021-05-06T14:06:19.911Z]     --- PASS: TestReadPluginNoRead/default (1.76s)
14:06:19 [2021-05-06T14:06:19.911Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.73s)
14:06:19 [2021-05-06T14:06:19.911Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.75s)
14:06:19 [2021-05-06T14:06:19.911Z]     read_test.go:92: [dda75f918e294] daemon is not started
14:06:20 [2021-05-06T14:06:20.146Z] === RUN   TestWriteLog
14:06:20 [2021-05-06T14:06:20.146Z] === PAUSE TestWriteLog
14:06:20 [2021-05-06T14:06:20.146Z] === RUN   TestReadLog
14:06:20 [2021-05-06T14:06:20.146Z] === PAUSE TestReadLog
14:06:20 [2021-05-06T14:06:20.146Z] === CONT  TestWriteLog
14:06:20 [2021-05-06T14:06:20.146Z] === CONT  TestReadLog
14:06:20 [2021-05-06T14:06:20.146Z] --- PASS: TestWriteLog (0.00s)
14:06:20 [2021-05-06T14:06:20.146Z] === RUN   TestReadLog/tail_exact
14:06:20 [2021-05-06T14:06:20.146Z] === RUN   TestReadLog/tail_less_than_available
14:06:20 [2021-05-06T14:06:20.146Z] === RUN   TestReadLog/tail_more_than_available
14:06:20 [2021-05-06T14:06:20.146Z] --- PASS: TestReadLog (0.15s)
14:06:20 [2021-05-06T14:06:20.146Z]     --- PASS: TestReadLog/tail_exact (0.13s)
14:06:20 [2021-05-06T14:06:20.146Z]     --- PASS: TestReadLog/tail_less_than_available (0.00s)
14:06:20 [2021-05-06T14:06:20.146Z]     --- PASS: TestReadLog/tail_more_than_available (0.00s)
14:06:20 [2021-05-06T14:06:20.146Z] PASS
14:06:20 [2021-05-06T14:06:20.146Z] coverage: 75.2% of statements
14:06:20 [2021-05-06T14:06:20.146Z] ok  	github.com/docker/docker/daemon/logger/local	0.633s	coverage: 75.2% of statements
14:06:20 [2021-05-06T14:06:20.146Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
14:06:20 [2021-05-06T14:06:20.146Z] === RUN   TestOpenFileDelete
14:06:20 [2021-05-06T14:06:20.146Z] --- PASS: TestOpenFileDelete (0.00s)
14:06:20 [2021-05-06T14:06:20.146Z] === RUN   TestOpenFileRename
14:06:20 [2021-05-06T14:06:20.146Z] --- PASS: TestOpenFileRename (0.00s)
14:06:20 [2021-05-06T14:06:20.146Z] === RUN   TestParseLogTagDefaultTag
14:06:20 [2021-05-06T14:06:20.146Z] --- PASS: TestParseLogTagDefaultTag (0.00s)
14:06:20 [2021-05-06T14:06:20.146Z] === RUN   TestParseLogTag
14:06:20 [2021-05-06T14:06:20.146Z] --- PASS: TestParseLogTag (0.00s)
14:06:20 [2021-05-06T14:06:20.146Z] === RUN   TestParseLogTagEmptyTag
14:06:20 [2021-05-06T14:06:20.146Z] --- PASS: TestParseLogTagEmptyTag (0.00s)
14:06:20 [2021-05-06T14:06:20.146Z] === RUN   TestTailFiles
14:06:20 [2021-05-06T14:06:20.146Z] --- PASS: TestTailFiles (0.00s)
14:06:20 [2021-05-06T14:06:20.146Z] === RUN   TestFollowLogsConsumerGone
14:06:20 [2021-05-06T14:06:20.146Z] --- PASS: TestFollowLogsConsumerGone (0.00s)
14:06:20 [2021-05-06T14:06:20.146Z] === RUN   TestFollowLogsProducerGone
14:06:20 [2021-05-06T14:06:20.146Z] --- PASS: TestFollowLogsProducerGone (0.00s)
14:06:20 [2021-05-06T14:06:20.146Z]     logfile_test.go:232: messages sent: 4098, received: 4098
14:06:20 [2021-05-06T14:06:20.146Z]     logfile_test.go:179: logDecode() closed after sending 4098 messages
14:06:20 [2021-05-06T14:06:20.146Z] === RUN   TestCheckCapacityAndRotate
14:06:20 [2021-05-06T14:06:20.146Z] === RUN   TestCheckCapacityAndRotate/closed_log_file
14:06:20 [2021-05-06T14:06:20.146Z] === RUN   TestCheckCapacityAndRotate/with_log_reader
14:06:20 [2021-05-06T14:06:20.482Z] --- PASS: TestContinueAfterPluginCrash (10.18s)
14:06:20 [2021-05-06T14:06:20.482Z] PASS
14:06:20 [2021-05-06T14:06:20.482Z] 
14:06:20 [2021-05-06T14:06:20.482Z] DONE 6 tests in 10.351s
14:06:20 [2021-05-06T14:06:20.482Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
14:06:20 [2021-05-06T14:06:20.482Z] ++ 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
14:06:20 [2021-05-06T14:06:20.482Z] ++ set -e
14:06:20 [2021-05-06T14:06:20.482Z] ++ '[' -n 0 ']'
14:06:20 [2021-05-06T14:06:20.482Z] ++ set -x
14:06:20 [2021-05-06T14:06:20.482Z] ++ 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
14:06:20 [2021-05-06T14:06:20.599Z] --- PASS: TestCheckCapacityAndRotate (0.17s)
14:06:20 [2021-05-06T14:06:20.599Z]     --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.01s)
14:06:20 [2021-05-06T14:06:20.599Z]     --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.14s)
14:06:20 [2021-05-06T14:06:20.599Z] PASS
14:06:20 [2021-05-06T14:06:20.599Z] coverage: 55.3% of statements
14:06:20 [2021-05-06T14:06:20.599Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.375s	coverage: 55.3% of statements
14:06:20 [2021-05-06T14:06:20.599Z] === RUN   TestLog
14:06:20 [2021-05-06T14:06:20.599Z] --- PASS: TestLog (0.01s)
14:06:20 [2021-05-06T14:06:20.599Z] PASS
14:06:20 [2021-05-06T14:06:20.599Z] coverage: 31.5% of statements
14:06:20 [2021-05-06T14:06:20.599Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.098s	coverage: 31.5% of statements
14:06:20 [2021-05-06T14:06:20.745Z] testing: warning: no tests to run
14:06:20 [2021-05-06T14:06:20.745Z] PASS
14:06:20 [2021-05-06T14:06:20.745Z] 
14:06:20 [2021-05-06T14:06:20.745Z] DONE 0 tests in 0.060s
14:06:20 [2021-05-06T14:06:20.745Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
14:06:20 [2021-05-06T14:06:20.745Z] ++ 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
14:06:20 [2021-05-06T14:06:20.745Z] ++ set -e
14:06:20 [2021-05-06T14:06:20.745Z] ++ '[' -n 0 ']'
14:06:20 [2021-05-06T14:06:20.745Z] ++ set -x
14:06:20 [2021-05-06T14:06:20.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=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
14:06:20 [2021-05-06T14:06:20.746Z] INFO: Testing against a local daemon
14:06:20 [2021-05-06T14:06:20.746Z] === RUN   TestPluginWithDevMounts
14:06:20 [2021-05-06T14:06:20.746Z] === PAUSE TestPluginWithDevMounts
14:06:20 [2021-05-06T14:06:20.746Z] === CONT  TestPluginWithDevMounts
14:06:21 [2021-05-06T14:06:21.543Z] --- PASS: TestReplicatedJob (6.56s)
14:06:21 [2021-05-06T14:06:21.543Z] === RUN   TestUpdateReplicatedJob
14:06:21 [2021-05-06T14:06:21.553Z] === RUN   TestNewParse
14:06:21 [2021-05-06T14:06:21.553Z] --- PASS: TestNewParse (0.00s)
14:06:21 [2021-05-06T14:06:21.553Z] PASS
14:06:21 [2021-05-06T14:06:21.553Z] coverage: 8.3% of statements
14:06:21 [2021-05-06T14:06:21.553Z] ok  	github.com/docker/docker/daemon/logger/templates	0.041s	coverage: 8.3% of statements
14:06:21 [2021-05-06T14:06:21.553Z] === RUN   TestValidateLogOpt
14:06:21 [2021-05-06T14:06:21.553Z] --- PASS: TestValidateLogOpt (0.00s)
14:06:21 [2021-05-06T14:06:21.553Z] === RUN   TestNewMissedConfig
14:06:21 [2021-05-06T14:06:21.553Z] --- PASS: TestNewMissedConfig (0.00s)
14:06:21 [2021-05-06T14:06:21.553Z] === RUN   TestNewMissedUrl
14:06:21 [2021-05-06T14:06:21.553Z] --- PASS: TestNewMissedUrl (0.00s)
14:06:21 [2021-05-06T14:06:21.553Z] === RUN   TestNewMissedToken
14:06:21 [2021-05-06T14:06:21.553Z] --- PASS: TestNewMissedToken (0.00s)
14:06:21 [2021-05-06T14:06:21.553Z] === RUN   TestNewWithProxy
14:06:21 [2021-05-06T14:06:21.553Z] --- PASS: TestNewWithProxy (0.00s)
14:06:21 [2021-05-06T14:06:21.553Z] === RUN   TestDefault
14:06:21 [2021-05-06T14:06:21.553Z] --- PASS: TestDefault (0.01s)
14:06:21 [2021-05-06T14:06:21.553Z] === RUN   TestInlineFormatWithNonDefaultOptions
14:06:21 [2021-05-06T14:06:21.553Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s)
14:06:21 [2021-05-06T14:06:21.553Z] === RUN   TestJsonFormat
14:06:21 [2021-05-06T14:06:21.553Z] --- PASS: TestJsonFormat (0.00s)
14:06:21 [2021-05-06T14:06:21.553Z] === RUN   TestRawFormat
14:06:21 [2021-05-06T14:06:21.553Z] --- PASS: TestRawFormat (0.01s)
14:06:21 [2021-05-06T14:06:21.553Z] === RUN   TestRawFormatWithLabels
14:06:21 [2021-05-06T14:06:21.553Z] --- PASS: TestRawFormatWithLabels (0.01s)
14:06:21 [2021-05-06T14:06:21.553Z] === RUN   TestRawFormatWithoutTag
14:06:21 [2021-05-06T14:06:21.553Z] --- PASS: TestRawFormatWithoutTag (0.00s)
14:06:21 [2021-05-06T14:06:21.553Z] === RUN   TestBatching
14:06:22 [2021-05-06T14:06:22.509Z] --- PASS: TestBatching (0.48s)
14:06:22 [2021-05-06T14:06:22.509Z] === RUN   TestFrequency
14:06:22 [2021-05-06T14:06:22.509Z] --- PASS: TestFrequency (0.20s)
14:06:22 [2021-05-06T14:06:22.509Z] === RUN   TestOneMessagePerRequest
14:06:22 [2021-05-06T14:06:22.509Z] --- PASS: TestOneMessagePerRequest (0.00s)
14:06:22 [2021-05-06T14:06:22.509Z] === RUN   TestVerify
14:06:22 [2021-05-06T14:06:22.509Z] --- PASS: TestVerify (0.00s)
14:06:22 [2021-05-06T14:06:22.509Z] === RUN   TestSkipVerify
14:06:22 [2021-05-06T14:06:22.509Z] === RUN   TestParseLogFormat
14:06:22 [2021-05-06T14:06:22.509Z] --- PASS: TestParseLogFormat (0.00s)
14:06:22 [2021-05-06T14:06:22.509Z] === RUN   TestValidateLogOptEmpty
14:06:22 [2021-05-06T14:06:22.509Z] --- PASS: TestValidateLogOptEmpty (0.00s)
14:06:22 [2021-05-06T14:06:22.509Z] === RUN   TestValidateSyslogAddress
14:06:22 [2021-05-06T14:06:22.509Z] --- PASS: TestValidateSyslogAddress (0.00s)
14:06:22 [2021-05-06T14:06:22.509Z] === RUN   TestParseAddressDefaultPort
14:06:22 [2021-05-06T14:06:22.509Z] --- PASS: TestParseAddressDefaultPort (0.00s)
14:06:22 [2021-05-06T14:06:22.509Z] === RUN   TestValidateSyslogFacility
14:06:22 [2021-05-06T14:06:22.509Z] --- PASS: TestValidateSyslogFacility (0.00s)
14:06:22 [2021-05-06T14:06:22.509Z] === RUN   TestValidateLogOptSyslogFormat
14:06:22 [2021-05-06T14:06:22.509Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s)
14:06:22 [2021-05-06T14:06:22.509Z] === RUN   TestValidateLogOpt
14:06:22 [2021-05-06T14:06:22.509Z] --- PASS: TestValidateLogOpt (0.00s)
14:06:22 [2021-05-06T14:06:22.509Z] PASS
14:06:22 [2021-05-06T14:06:22.509Z] coverage: 46.8% of statements
14:06:22 [2021-05-06T14:06:22.509Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.106s	coverage: 46.8% of statements
14:06:22 [2021-05-06T14:06:22.509Z] time="2021-05-06T14:06:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:06:22 [2021-05-06T14:06:22.509Z] time="2021-05-06T14:06:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:06:22 [2021-05-06T14:06:22.509Z] time="2021-05-06T14:06:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:06:22 [2021-05-06T14:06:22.960Z] --- PASS: TestSkipVerify (0.49s)
14:06:22 [2021-05-06T14:06:22.960Z] === RUN   TestBufferMaximum
14:06:22 [2021-05-06T14:06:22.960Z] time="2021-05-06T14:06:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:06:22 [2021-05-06T14:06:22.960Z] time="2021-05-06T14:06:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:06:22 [2021-05-06T14:06:22.960Z] time="2021-05-06T14:06:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:06:22 [2021-05-06T14:06:22.960Z] time="2021-05-06T14:06:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:06:22 [2021-05-06T14:06:22.960Z] time="2021-05-06T14:06:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:06:22 [2021-05-06T14:06:22.960Z] time="2021-05-06T14:06:22Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1620309982.648017\",\"host\":\"08de5910b78c\"}'"
14:06:22 [2021-05-06T14:06:22.960Z] time="2021-05-06T14:06:22Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1620309982.648017\",\"host\":\"08de5910b78c\"}'"
14:06:22 [2021-05-06T14:06:22.960Z] --- PASS: TestBufferMaximum (0.00s)
14:06:22 [2021-05-06T14:06:22.960Z] === RUN   TestServerAlwaysDown
14:06:22 [2021-05-06T14:06:22.960Z] time="2021-05-06T14:06:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:06:22 [2021-05-06T14:06:22.960Z] time="2021-05-06T14:06:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:06:22 [2021-05-06T14:06:22.960Z] time="2021-05-06T14:06:22Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1620309982.650028\",\"host\":\"08de5910b78c\"}'"
14:06:22 [2021-05-06T14:06:22.960Z] time="2021-05-06T14:06:22Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1620309982.650028\",\"host\":\"08de5910b78c\"}'"
14:06:22 [2021-05-06T14:06:22.960Z] time="2021-05-06T14:06:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:06:22 [2021-05-06T14:06:22.960Z] time="2021-05-06T14:06:22Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1620309982.650028\",\"host\":\"08de5910b78c\"}'"
14:06:22 [2021-05-06T14:06:22.960Z] time="2021-05-06T14:06:22Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1620309982.651019\",\"host\":\"08de5910b78c\"}'"
14:06:22 [2021-05-06T14:06:22.960Z] time="2021-05-06T14:06:22Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1620309982.651019\",\"host\":\"08de5910b78c\"}'"
14:06:22 [2021-05-06T14:06:22.960Z] --- PASS: TestServerAlwaysDown (0.00s)
14:06:22 [2021-05-06T14:06:22.960Z] === RUN   TestCannotSendAfterClose
14:06:22 [2021-05-06T14:06:22.960Z] --- PASS: TestCannotSendAfterClose (0.00s)
14:06:22 [2021-05-06T14:06:22.960Z] === RUN   TestDeadlockOnBlockedEndpoint
14:06:23 [2021-05-06T14:06:23.290Z] --- PASS: TestPluginWithDevMounts (2.07s)
14:06:23 [2021-05-06T14:06:23.290Z] PASS
14:06:23 [2021-05-06T14:06:23.290Z] 
14:06:23 [2021-05-06T14:06:23.290Z] DONE 1 tests in 2.239s
14:06:23 [2021-05-06T14:06:23.290Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
14:06:23 [2021-05-06T14:06:23.290Z] ++ 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
14:06:23 [2021-05-06T14:06:23.290Z] ++ set -e
14:06:23 [2021-05-06T14:06:23.290Z] ++ '[' -n 0 ']'
14:06:23 [2021-05-06T14:06:23.290Z] ++ set -x
14:06:23 [2021-05-06T14:06:23.290Z] ++ 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
14:06:23 [2021-05-06T14:06:23.290Z] INFO: Testing against a local daemon
14:06:23 [2021-05-06T14:06:23.290Z] === RUN   TestSecretInspect
14:06:23 [2021-05-06T14:06:23.913Z] time="2021-05-06T14:06:23Z" 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
14:06:23 [2021-05-06T14:06:23.913Z] time="2021-05-06T14:06:23Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"08de5910b78c\"}'"
14:06:23 [2021-05-06T14:06:23.913Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.10s)
14:06:23 [2021-05-06T14:06:23.913Z] PASS
14:06:23 [2021-05-06T14:06:23.913Z] coverage: 82.5% of statements
14:06:23 [2021-05-06T14:06:23.913Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.390s	coverage: 82.5% of statements
14:06:23 [2021-05-06T14:06:23.913Z] ?   	github.com/docker/docker/daemon/names	[no test files]
14:06:23 [2021-05-06T14:06:23.913Z] ?   	github.com/docker/docker/daemon/network	[no test files]
14:06:23 [2021-05-06T14:06:23.913Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
14:06:24 [2021-05-06T14:06:24.363Z] === RUN   TestV1IDService
14:06:24 [2021-05-06T14:06:24.363Z] --- PASS: TestV1IDService (0.02s)
14:06:24 [2021-05-06T14:06:24.363Z] === RUN   TestV2MetadataService
14:06:24 [2021-05-06T14:06:24.363Z] === RUN   TestContinueOnError_NonMirrorEndpoint
14:06:24 [2021-05-06T14:06:24.363Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s)
14:06:24 [2021-05-06T14:06:24.363Z] === RUN   TestContinueOnError_MirrorEndpoint
14:06:24 [2021-05-06T14:06:24.363Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s)
14:06:24 [2021-05-06T14:06:24.363Z] === RUN   TestContinueOnError_NeverContinue
14:06:24 [2021-05-06T14:06:24.363Z] --- PASS: TestContinueOnError_NeverContinue (0.00s)
14:06:24 [2021-05-06T14:06:24.363Z] === RUN   TestManifestStore
14:06:24 [2021-05-06T14:06:24.363Z] === RUN   TestManifestStore/no_remote_or_local
14:06:24 [2021-05-06T14:06:24.815Z] time="2021-05-06T14:06:24Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local341956135\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process."
14:06:24 [2021-05-06T14:06:24.815Z] === RUN   TestManifestStore/no_local_cache
14:06:24 [2021-05-06T14:06:24.815Z] === RUN   TestManifestStore/with_local_cache
14:06:24 [2021-05-06T14:06:24.815Z] === RUN   TestManifestStore/unknown_media_type
14:06:24 [2021-05-06T14:06:24.815Z] === RUN   TestManifestStore/unknown_media_type/no_cache
14:06:24 [2021-05-06T14:06:24.815Z] time="2021-05-06T14:06:24Z" level=warning msg="reference for unknown type: "
14:06:24 [2021-05-06T14:06:24.815Z] time="2021-05-06T14:06:24Z" level=warning msg="reference for unknown type: "
14:06:24 [2021-05-06T14:06:24.815Z] === RUN   TestManifestStore/unknown_media_type/with_cache
14:06:24 [2021-05-06T14:06:24.815Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type
14:06:24 [2021-05-06T14:06:24.815Z] time="2021-05-06T14:06:24Z" level=warning msg="reference for unknown type: "
14:06:24 [2021-05-06T14:06:24.815Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type
14:06:24 [2021-05-06T14:06:24.815Z] time="2021-05-06T14:06:24Z" level=warning msg="reference for unknown type: "
14:06:24 [2021-05-06T14:06:24.815Z] time="2021-05-06T14:06:24Z" level=warning msg="reference for unknown type: "
14:06:24 [2021-05-06T14:06:24.815Z] === RUN   TestManifestStore/error_persisting_manifest
14:06:24 [2021-05-06T14:06:24.815Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_writer
14:06:24 [2021-05-06T14:06:24.815Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_commit
14:06:24 [2021-05-06T14:06:24.815Z] time="2021-05-06T14:06:24Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error"
14:06:24 [2021-05-06T14:06:24.815Z] --- PASS: TestManifestStore (0.38s)
14:06:24 [2021-05-06T14:06:24.815Z]     --- PASS: TestManifestStore/no_remote_or_local (0.16s)
14:06:24 [2021-05-06T14:06:24.815Z]     --- PASS: TestManifestStore/no_local_cache (0.02s)
14:06:24 [2021-05-06T14:06:24.815Z]     --- PASS: TestManifestStore/with_local_cache (0.04s)
14:06:24 [2021-05-06T14:06:24.815Z]     --- PASS: TestManifestStore/unknown_media_type (0.14s)
14:06:24 [2021-05-06T14:06:24.815Z]         --- PASS: TestManifestStore/unknown_media_type/no_cache (0.05s)
14:06:24 [2021-05-06T14:06:24.815Z]         --- PASS: TestManifestStore/unknown_media_type/with_cache (0.09s)
14:06:24 [2021-05-06T14:06:24.815Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.06s)
14:06:24 [2021-05-06T14:06:24.815Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.03s)
14:06:24 [2021-05-06T14:06:24.815Z]     --- PASS: TestManifestStore/error_persisting_manifest (0.02s)
14:06:24 [2021-05-06T14:06:24.815Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.01s)
14:06:24 [2021-05-06T14:06:24.815Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s)
14:06:24 [2021-05-06T14:06:24.815Z] === RUN   TestDetectManifestBlobMediaType
14:06:24 [2021-05-06T14:06:24.815Z] === RUN   TestDetectManifestBlobMediaType/oci_manifest
14:06:24 [2021-05-06T14:06:24.815Z] === RUN   TestDetectManifestBlobMediaType/schema1
14:06:24 [2021-05-06T14:06:24.815Z] === RUN   TestDetectManifestBlobMediaType/oci_index_fallback
14:06:24 [2021-05-06T14:06:24.815Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_config_set
14:06:24 [2021-05-06T14:06:24.815Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set
14:06:24 [2021-05-06T14:06:24.815Z] === RUN   TestDetectManifestBlobMediaType/mediaType_is_set
14:06:24 [2021-05-06T14:06:24.815Z] --- PASS: TestDetectManifestBlobMediaType (0.00s)
14:06:24 [2021-05-06T14:06:24.815Z]     --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s)
14:06:24 [2021-05-06T14:06:24.815Z]     --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s)
14:06:24 [2021-05-06T14:06:24.815Z]     --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s)
14:06:24 [2021-05-06T14:06:24.815Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s)
14:06:24 [2021-05-06T14:06:24.815Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s)
14:06:24 [2021-05-06T14:06:24.815Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s)
14:06:24 [2021-05-06T14:06:24.815Z] === RUN   TestFixManifestLayers
14:06:24 [2021-05-06T14:06:24.815Z] --- PASS: TestFixManifestLayers (0.00s)
14:06:24 [2021-05-06T14:06:24.815Z] === RUN   TestFixManifestLayersBaseLayerParent
14:06:24 [2021-05-06T14:06:24.815Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s)
14:06:24 [2021-05-06T14:06:24.815Z]     pull_v2_test.go:73: Needs fixing on Windows
14:06:24 [2021-05-06T14:06:24.815Z] === RUN   TestFixManifestLayersBadParent
14:06:24 [2021-05-06T14:06:24.815Z] --- PASS: TestFixManifestLayersBadParent (0.00s)
14:06:24 [2021-05-06T14:06:24.815Z] === RUN   TestValidateManifest
14:06:24 [2021-05-06T14:06:24.815Z] --- SKIP: TestValidateManifest (0.00s)
14:06:24 [2021-05-06T14:06:24.815Z]     pull_v2_test.go:118: Needs fixing on Windows
14:06:24 [2021-05-06T14:06:24.815Z] === RUN   TestFormatPlatform
14:06:24 [2021-05-06T14:06:24.815Z] --- PASS: TestFormatPlatform (0.00s)
14:06:24 [2021-05-06T14:06:24.815Z] === RUN   TestGetRepositoryMountCandidates
14:06:24 [2021-05-06T14:06:24.815Z] --- PASS: TestGetRepositoryMountCandidates (0.00s)
14:06:24 [2021-05-06T14:06:24.815Z] === RUN   TestLayerAlreadyExists
14:06:24 [2021-05-06T14:06:24.815Z] --- PASS: TestLayerAlreadyExists (0.00s)
14:06:24 [2021-05-06T14:06:24.815Z]     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}
14:06:24 [2021-05-06T14:06:24.815Z]     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}
14:06:24 [2021-05-06T14:06:24.815Z]     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}
14:06:24 [2021-05-06T14:06:24.815Z]     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}
14:06:24 [2021-05-06T14:06:24.815Z]     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}
14:06:24 [2021-05-06T14:06:24.815Z]     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}
14:06:24 [2021-05-06T14:06:24.815Z] === RUN   TestWhenEmptyAuthConfig
14:06:24 [2021-05-06T14:06:24.820Z] --- PASS: TestUpdateReplicatedJob (3.92s)
14:06:24 [2021-05-06T14:06:24.820Z] === RUN   TestServiceListWithStatuses
14:06:24 [2021-05-06T14:06:24.820Z] --- SKIP: TestServiceListWithStatuses (0.00s)
14:06:24 [2021-05-06T14:06:24.820Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:06:24 [2021-05-06T14:06:24.820Z] === RUN   TestDockerNetworkConnectAlias
14:06:25 [2021-05-06T14:06:25.265Z] === RUN   TestSuccessfulDownload
14:06:25 [2021-05-06T14:06:25.265Z] --- SKIP: TestSuccessfulDownload (0.00s)
14:06:25 [2021-05-06T14:06:25.265Z]     download_test.go:268: Needs fixing on Windows
14:06:25 [2021-05-06T14:06:25.265Z] === RUN   TestCancelledDownload
14:06:25 [2021-05-06T14:06:25.265Z] --- PASS: TestCancelledDownload (0.00s)
14:06:25 [2021-05-06T14:06:25.265Z] === RUN   TestMaxDownloadAttempts
14:06:25 [2021-05-06T14:06:25.265Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
14:06:25 [2021-05-06T14:06:25.265Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
14:06:25 [2021-05-06T14:06:25.265Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
14:06:25 [2021-05-06T14:06:25.265Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
14:06:25 [2021-05-06T14:06:25.266Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
14:06:25 [2021-05-06T14:06:25.266Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
14:06:25 [2021-05-06T14:06:25.266Z] === RUN   TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
14:06:25 [2021-05-06T14:06:25.266Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
14:06:25 [2021-05-06T14:06:25.266Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
14:06:25 [2021-05-06T14:06:25.266Z] === CONT  TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
14:06:25 [2021-05-06T14:06:25.266Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
14:06:25 [2021-05-06T14:06:25.266Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
14:06:25 [2021-05-06T14:06:25.266Z] --- PASS: TestV2MetadataService (1.12s)
14:06:25 [2021-05-06T14:06:25.266Z] PASS
14:06:25 [2021-05-06T14:06:25.266Z] coverage: 48.2% of statements
14:06:25 [2021-05-06T14:06:25.266Z] ok  	github.com/docker/docker/distribution/metadata	1.250s	coverage: 48.2% of statements
14:06:25 [2021-05-06T14:06:25.718Z] time="2021-05-06T14:06:25Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
14:06:25 [2021-05-06T14:06:25.718Z] time="2021-05-06T14:06:25Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
14:06:25 [2021-05-06T14:06:25.718Z] time="2021-05-06T14:06:25Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
14:06:25 [2021-05-06T14:06:25.718Z] time="2021-05-06T14:06:25Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
14:06:25 [2021-05-06T14:06:25.718Z] --- PASS: TestMaxDownloadAttempts (0.00s)
14:06:25 [2021-05-06T14:06:25.718Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.39s)
14:06:25 [2021-05-06T14:06:25.718Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.39s)
14:06:25 [2021-05-06T14:06:25.718Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.39s)
14:06:25 [2021-05-06T14:06:25.718Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.39s)
14:06:25 [2021-05-06T14:06:25.718Z] === RUN   TestTransfer
14:06:25 [2021-05-06T14:06:25.718Z] --- PASS: TestTransfer (0.12s)
14:06:25 [2021-05-06T14:06:25.718Z] === RUN   TestConcurrencyLimit
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestNotFound
14:06:26 [2021-05-06T14:06:26.170Z] --- PASS: TestNotFound (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestConflict
14:06:26 [2021-05-06T14:06:26.170Z] --- PASS: TestConflict (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestForbidden
14:06:26 [2021-05-06T14:06:26.170Z] --- PASS: TestForbidden (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestInvalidParameter
14:06:26 [2021-05-06T14:06:26.170Z] --- PASS: TestInvalidParameter (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestNotImplemented
14:06:26 [2021-05-06T14:06:26.170Z] --- PASS: TestNotImplemented (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestNotModified
14:06:26 [2021-05-06T14:06:26.170Z] --- PASS: TestNotModified (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestUnauthorized
14:06:26 [2021-05-06T14:06:26.170Z] --- PASS: TestUnauthorized (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestUnknown
14:06:26 [2021-05-06T14:06:26.170Z] --- PASS: TestUnknown (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestCancelled
14:06:26 [2021-05-06T14:06:26.170Z] --- PASS: TestCancelled (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestDeadline
14:06:26 [2021-05-06T14:06:26.170Z] --- PASS: TestDeadline (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestDataLoss
14:06:26 [2021-05-06T14:06:26.170Z] --- PASS: TestDataLoss (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestUnavailable
14:06:26 [2021-05-06T14:06:26.170Z] --- PASS: TestUnavailable (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestSystem
14:06:26 [2021-05-06T14:06:26.170Z] --- PASS: TestSystem (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestFromStatusCode
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestFromStatusCode/Not_Found
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestFromStatusCode/Bad_Request
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestFromStatusCode/Conflict
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestFromStatusCode/Unauthorized
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestFromStatusCode/Service_Unavailable
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestFromStatusCode/Forbidden
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestFromStatusCode/Not_Modified
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestFromStatusCode/Not_Implemented
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestFromStatusCode/Internal_Server_Error
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestFromStatusCode/Internal_Server_Error#01
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestFromStatusCode/Internal_Server_Error#02
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestFromStatusCode/Internal_Server_Error#03
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestFromStatusCode/Internal_Server_Error#04
14:06:26 [2021-05-06T14:06:26.170Z] --- PASS: TestFromStatusCode (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z]     --- PASS: TestFromStatusCode/Not_Found (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z]     --- PASS: TestFromStatusCode/Bad_Request (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z]     --- PASS: TestFromStatusCode/Conflict (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z]     --- PASS: TestFromStatusCode/Unauthorized (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z]     --- PASS: TestFromStatusCode/Service_Unavailable (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z]     --- PASS: TestFromStatusCode/Forbidden (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z]     --- PASS: TestFromStatusCode/Not_Modified (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z]     --- PASS: TestFromStatusCode/Not_Implemented (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z]     --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z] PASS
14:06:26 [2021-05-06T14:06:26.170Z] coverage: 53.1% of statements
14:06:26 [2021-05-06T14:06:26.170Z] ok  	github.com/docker/docker/errdefs	0.048s	coverage: 53.1% of statements
14:06:26 [2021-05-06T14:06:26.170Z] --- PASS: TestWhenEmptyAuthConfig (1.12s)
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestPushRegistryWhenAuthInfoEmpty
14:06:26 [2021-05-06T14:06:26.170Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s)
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestTokenPassThru
14:06:26 [2021-05-06T14:06:26.170Z] --- PASS: TestTokenPassThru (0.01s)
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestTokenPassThruDifferentHost
14:06:26 [2021-05-06T14:06:26.170Z] --- PASS: TestTokenPassThruDifferentHost (0.01s)
14:06:26 [2021-05-06T14:06:26.170Z] PASS
14:06:26 [2021-05-06T14:06:26.170Z] coverage: 23.6% of statements
14:06:26 [2021-05-06T14:06:26.170Z] ok  	github.com/docker/docker/distribution	1.643s	coverage: 23.6% of statements
14:06:26 [2021-05-06T14:06:26.170Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
14:06:26 [2021-05-06T14:06:26.170Z] --- PASS: TestConcurrencyLimit (0.39s)
14:06:26 [2021-05-06T14:06:26.170Z] === RUN   TestInactiveJobs
14:06:26 [2021-05-06T14:06:26.588Z] --- PASS: TestSecretInspect (3.17s)
14:06:26 [2021-05-06T14:06:26.588Z] === RUN   TestSecretList
14:06:26 [2021-05-06T14:06:26.618Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.21s)
14:06:26 [2021-05-06T14:06:26.618Z] PASS
14:06:26 [2021-05-06T14:06:26.618Z] 
14:06:26 [2021-05-06T14:06:26.618Z] DONE 17 tests in 59.048s
14:06:26 [2021-05-06T14:06:26.618Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
14:06:26 [2021-05-06T14:06:26.618Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
14:06:26 [2021-05-06T14:06:26.618Z] ++ set -e
14:06:26 [2021-05-06T14:06:26.618Z] ++ '[' -n 0 ']'
14:06:26 [2021-05-06T14:06:26.618Z] ++ set -x
14:06:26 [2021-05-06T14:06:26.618Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
14:06:26 [2021-05-06T14:06:26.618Z] INFO: Testing against a local daemon
14:06:26 [2021-05-06T14:06:26.618Z] === RUN   TestPluginInvalidJSON
14:06:26 [2021-05-06T14:06:26.618Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
14:06:26 [2021-05-06T14:06:26.618Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
14:06:26 [2021-05-06T14:06:26.618Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
14:06:26 [2021-05-06T14:06:26.618Z] --- PASS: TestPluginInvalidJSON (0.02s)
14:06:26 [2021-05-06T14:06:26.618Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s)
14:06:26 [2021-05-06T14:06:26.618Z] === RUN   TestPluginInstall
14:06:26 [2021-05-06T14:06:26.618Z] === RUN   TestPluginInstall/no_auth
14:06:26 [2021-05-06T14:06:26.622Z] --- PASS: TestInactiveJobs (0.48s)
14:06:27 [2021-05-06T14:06:27.073Z] === RUN   TestWatchRelease
14:06:27 [2021-05-06T14:06:27.073Z] --- PASS: TestWatchRelease (0.20s)
14:06:27 [2021-05-06T14:06:27.073Z] === RUN   TestWatchFinishedTransfer
14:06:27 [2021-05-06T14:06:27.073Z] --- PASS: TestWatchFinishedTransfer (0.00s)
14:06:27 [2021-05-06T14:06:27.073Z] === RUN   TestDuplicateTransfer
14:06:27 [2021-05-06T14:06:27.073Z] --- PASS: TestDuplicateTransfer (0.04s)
14:06:27 [2021-05-06T14:06:27.073Z] === RUN   TestSuccessfulUpload
14:06:27 [2021-05-06T14:06:27.073Z] time="2021-05-06T14:06:26Z" level=error msg="Upload failed, retrying: simulating retry"
14:06:27 [2021-05-06T14:06:27.524Z] --- PASS: TestSuccessfulUpload (0.69s)
14:06:27 [2021-05-06T14:06:27.524Z] === RUN   TestCancelledUpload
14:06:27 [2021-05-06T14:06:27.524Z] --- PASS: TestCancelledUpload (0.00s)
14:06:27 [2021-05-06T14:06:27.524Z] PASS
14:06:27 [2021-05-06T14:06:27.524Z] coverage: 76.8% of statements
14:06:27 [2021-05-06T14:06:27.524Z] ok  	github.com/docker/docker/distribution/xfer	2.386s	coverage: 76.8% of statements
14:06:27 [2021-05-06T14:06:27.524Z] ?   	github.com/docker/docker/dockerversion	[no test files]
14:06:27 [2021-05-06T14:06:27.975Z] === RUN   TestCompare
14:06:27 [2021-05-06T14:06:27.975Z] --- PASS: TestCompare (0.00s)
14:06:27 [2021-05-06T14:06:27.975Z] PASS
14:06:27 [2021-05-06T14:06:27.975Z] coverage: 19.2% of statements
14:06:27 [2021-05-06T14:06:27.975Z] ok  	github.com/docker/docker/image/cache	0.085s	coverage: 19.2% of statements
14:06:27 [2021-05-06T14:06:27.975Z] === RUN   TestFSGetInvalidData
14:06:27 [2021-05-06T14:06:27.975Z] --- PASS: TestFSGetInvalidData (0.01s)
14:06:27 [2021-05-06T14:06:27.975Z] === RUN   TestFSInvalidSet
14:06:27 [2021-05-06T14:06:27.975Z] --- PASS: TestFSInvalidSet (0.01s)
14:06:27 [2021-05-06T14:06:27.975Z] === RUN   TestFSInvalidRoot
14:06:27 [2021-05-06T14:06:27.975Z] --- PASS: TestFSInvalidRoot (0.01s)
14:06:27 [2021-05-06T14:06:27.975Z] === RUN   TestFSMetadataGetSet
14:06:27 [2021-05-06T14:06:27.975Z] --- PASS: TestFSMetadataGetSet (0.04s)
14:06:27 [2021-05-06T14:06:27.975Z] === RUN   TestFSInvalidWalker
14:06:27 [2021-05-06T14:06:27.975Z] --- PASS: TestFSInvalidWalker (0.02s)
14:06:27 [2021-05-06T14:06:27.975Z] === RUN   TestFSGetSet
14:06:27 [2021-05-06T14:06:27.975Z] --- PASS: TestFSGetSet (0.02s)
14:06:27 [2021-05-06T14:06:27.975Z] === RUN   TestFSGetUnsetKey
14:06:27 [2021-05-06T14:06:27.975Z] --- PASS: TestFSGetUnsetKey (0.01s)
14:06:27 [2021-05-06T14:06:27.975Z] === RUN   TestFSGetEmptyData
14:06:27 [2021-05-06T14:06:27.975Z] --- PASS: TestFSGetEmptyData (0.00s)
14:06:27 [2021-05-06T14:06:27.975Z] === RUN   TestFSDelete
14:06:27 [2021-05-06T14:06:27.975Z] --- PASS: TestFSDelete (0.01s)
14:06:27 [2021-05-06T14:06:27.975Z] === RUN   TestFSWalker
14:06:27 [2021-05-06T14:06:27.975Z] --- PASS: TestFSWalker (0.02s)
14:06:27 [2021-05-06T14:06:27.975Z] === RUN   TestFSWalkerStopOnError
14:06:27 [2021-05-06T14:06:27.975Z] --- PASS: TestFSWalkerStopOnError (0.01s)
14:06:27 [2021-05-06T14:06:27.975Z] === RUN   TestNewFromJSON
14:06:27 [2021-05-06T14:06:27.975Z] --- PASS: TestNewFromJSON (0.00s)
14:06:27 [2021-05-06T14:06:27.975Z] === RUN   TestNewFromJSONWithInvalidJSON
14:06:27 [2021-05-06T14:06:27.975Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s)
14:06:27 [2021-05-06T14:06:27.975Z] === RUN   TestMarshalKeyOrder
14:06:27 [2021-05-06T14:06:27.975Z] --- PASS: TestMarshalKeyOrder (0.00s)
14:06:27 [2021-05-06T14:06:27.975Z] === RUN   TestHistoryEqual
14:06:27 [2021-05-06T14:06:27.975Z] --- PASS: TestHistoryEqual (0.12s)
14:06:27 [2021-05-06T14:06:27.975Z] === RUN   TestImage
14:06:27 [2021-05-06T14:06:27.975Z] --- PASS: TestImage (0.00s)
14:06:28 [2021-05-06T14:06:28.094Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe
14:06:28 [2021-05-06T14:06:28.094Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
14:06:28 [2021-05-06T14:06:28.094Z] remote: Enumerating objects: 23, done.
14:06:28 [2021-05-06T14:06:28.094Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
14:06:28 [2021-05-06T14:06:28.094Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
14:06:28 [2021-05-06T14:06:28.094Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
14:06:28 [2021-05-06T14:06:28.094Z] Unpacking objects:   4% (1/23)   
Unpacking objects:   8% (2/23)   
Unpacking objects:  13% (3/23)   
Unpacking objects:  17% (4/23)   
Unpacking objects:  21% (5/23)   
Unpacking objects:  26% (6/23)   
Unpacking objects:  30% (7/23)   
Unpacking objects:  34% (8/23)   
Unpacking objects:  39% (9/23)   
Unpacking objects:  43% (10/23)   
Unpacking objects:  47% (11/23)   
Unpacking objects:  52% (12/23)   
Unpacking objects:  56% (13/23)   
Unpacking objects:  60% (14/23)   
Unpacking objects:  65% (15/23)   
Unpacking objects:  69% (16/23)   
Unpacking objects:  73% (17/23)   
Unpacking objects:  78% (18/23)   
Unpacking objects:  82% (19/23)   
Unpacking objects:  86% (20/23)   
Unpacking objects:  91% (21/23)   
Unpacking objects:  95% (22/23)   
Unpacking objects: 100% (23/23)   
Unpacking objects: 100% (23/23), done.
14:06:28 [2021-05-06T14:06:28.094Z] Building: bundles/cross/windows/amd64/containerutility.exe
14:06:28 [2021-05-06T14:06:28.094Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
14:06:28 [2021-05-06T14:06:28.426Z] === RUN   TestImageOSNotEmpty
14:06:28 [2021-05-06T14:06:28.426Z] --- PASS: TestImageOSNotEmpty (0.00s)
14:06:28 [2021-05-06T14:06:28.426Z] === RUN   TestNewChildImageFromImageWithRootFS
14:06:28 [2021-05-06T14:06:28.426Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s)
14:06:28 [2021-05-06T14:06:28.426Z] === RUN   TestCreate
14:06:28 [2021-05-06T14:06:28.426Z] --- PASS: TestCreate (0.06s)
14:06:28 [2021-05-06T14:06:28.426Z] === RUN   TestRestore
14:06:28 [2021-05-06T14:06:28.426Z] time="2021-05-06T14:06:27Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value"
14:06:28 [2021-05-06T14:06:28.426Z] --- PASS: TestRestore (0.05s)
14:06:28 [2021-05-06T14:06:28.426Z] === RUN   TestAddDelete
14:06:28 [2021-05-06T14:06:28.426Z] --- PASS: TestAddDelete (0.04s)
14:06:28 [2021-05-06T14:06:28.426Z] === RUN   TestSearchAfterDelete
14:06:28 [2021-05-06T14:06:28.426Z] --- PASS: TestSearchAfterDelete (0.01s)
14:06:28 [2021-05-06T14:06:28.426Z] === RUN   TestParentReset
14:06:28 [2021-05-06T14:06:28.426Z] --- PASS: TestParentReset (0.03s)
14:06:28 [2021-05-06T14:06:28.426Z] === RUN   TestGetAndSetLastUpdated
14:06:28 [2021-05-06T14:06:28.426Z] --- PASS: TestGetAndSetLastUpdated (0.02s)
14:06:28 [2021-05-06T14:06:28.426Z] === RUN   TestStoreLen
14:06:28 [2021-05-06T14:06:28.426Z] --- PASS: TestStoreLen (0.05s)
14:06:28 [2021-05-06T14:06:28.426Z] PASS
14:06:28 [2021-05-06T14:06:28.426Z] coverage: 86.6% of statements
14:06:28 [2021-05-06T14:06:28.426Z] ok  	github.com/docker/docker/image	0.623s	coverage: 86.6% of statements
14:06:28 [2021-05-06T14:06:28.426Z] === RUN   TestValidateManifest
14:06:28 [2021-05-06T14:06:28.426Z] === RUN   TestValidateManifest/nil
14:06:28 [2021-05-06T14:06:28.426Z] === RUN   TestValidateManifest/non-nil
14:06:28 [2021-05-06T14:06:28.426Z] --- PASS: TestValidateManifest (0.00s)
14:06:28 [2021-05-06T14:06:28.426Z]     --- PASS: TestValidateManifest/nil (0.00s)
14:06:28 [2021-05-06T14:06:28.426Z]     --- PASS: TestValidateManifest/non-nil (0.00s)
14:06:28 [2021-05-06T14:06:28.426Z] PASS
14:06:28 [2021-05-06T14:06:28.426Z] coverage: 0.6% of statements
14:06:28 [2021-05-06T14:06:28.426Z] ok  	github.com/docker/docker/image/tarexport	0.084s	coverage: 0.6% of statements
14:06:28 [2021-05-06T14:06:28.431Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42098/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 hack/test/unit
14:06:29 [2021-05-06T14:06:29.133Z] --- PASS: TestSecretList (2.70s)
14:06:29 [2021-05-06T14:06:29.133Z] === RUN   TestSecretsCreateAndDelete
14:06:29 [2021-05-06T14:06:29.163Z] time="2021-05-06T14:06:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:06:29 [2021-05-06T14:06:29.163Z] time="2021-05-06T14:06:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:854ceaf40ec9b32a7fe077babd0295121c3cff928b59591571c5b28d1cd3bc96" mediatype=application/vnd.docker.plugin.v1+json size=522
14:06:29 [2021-05-06T14:06:29.163Z] time="2021-05-06T14:06:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:06:29 [2021-05-06T14:06:29.163Z] time="2021-05-06T14:06:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:854ceaf40ec9b32a7fe077babd0295121c3cff928b59591571c5b28d1cd3bc96" mediatype=application/vnd.docker.plugin.v1+json size=522
14:06:29 [2021-05-06T14:06:29.424Z] === RUN   TestPluginInstall/with_htpasswd
14:06:29 [2021-05-06T14:06:29.939Z] === RUN   TestMakeV1ConfigFromConfig
14:06:29 [2021-05-06T14:06:29.939Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s)
14:06:29 [2021-05-06T14:06:29.939Z] PASS
14:06:29 [2021-05-06T14:06:29.939Z] coverage: 25.0% of statements
14:06:29 [2021-05-06T14:06:29.939Z] ok  	github.com/docker/docker/image/v1	0.215s	coverage: 25.0% of statements
14:06:29 [2021-05-06T14:06:29.939Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
14:06:29 [2021-05-06T14:06:29.995Z] time="2021-05-06T14:06:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:06:29 [2021-05-06T14:06:29.995Z] time="2021-05-06T14:06:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4ed8c6a16bea5985794056ace77b6563298f0bbebcec0d3e5a3a8edc70fec0a2" mediatype=application/vnd.docker.plugin.v1+json size=522
14:06:29 [2021-05-06T14:06:29.995Z] time="2021-05-06T14:06:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:06:29 [2021-05-06T14:06:29.995Z] time="2021-05-06T14:06:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4ed8c6a16bea5985794056ace77b6563298f0bbebcec0d3e5a3a8edc70fec0a2" mediatype=application/vnd.docker.plugin.v1+json size=522
14:06:29 [2021-05-06T14:06:29.995Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
14:06:30 [2021-05-06T14:06:30.064Z] --- PASS: TestDockerNetworkConnectAlias (5.28s)
14:06:30 [2021-05-06T14:06:30.064Z] === RUN   TestDockerNetworkReConnect
14:06:30 [2021-05-06T14:06:30.390Z] === RUN   TestSerialization
14:06:30 [2021-05-06T14:06:30.390Z] --- PASS: TestSerialization (0.03s)
14:06:30 [2021-05-06T14:06:30.390Z] PASS
14:06:30 [2021-05-06T14:06:30.390Z] coverage: 87.5% of statements
14:06:30 [2021-05-06T14:06:30.390Z] ok  	github.com/docker/docker/libcontainerd/queue	0.178s	coverage: 87.5% of statements
14:06:30 [2021-05-06T14:06:30.567Z] === RUN   TestPluginInstall/with_insecure
14:06:30 [2021-05-06T14:06:30.967Z] ?   	github.com/docker/docker/api	[no test files]
14:06:31 [2021-05-06T14:06:31.954Z] time="2021-05-06T14:06:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:06:31 [2021-05-06T14:06:31.954Z] time="2021-05-06T14:06:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:62371f957cf56457d986076a18630c5cf1fa4c5bc4a5b7d36e0193e5470dd93c" mediatype=application/vnd.docker.plugin.v1+json size=522
14:06:31 [2021-05-06T14:06:31.994Z] === RUN   TestEmptyLayer
14:06:31 [2021-05-06T14:06:31.994Z] --- PASS: TestEmptyLayer (0.00s)
14:06:31 [2021-05-06T14:06:31.994Z] === RUN   TestCommitFailure
14:06:31 [2021-05-06T14:06:31.994Z] --- PASS: TestCommitFailure (0.05s)
14:06:31 [2021-05-06T14:06:31.994Z] === RUN   TestStartTransactionFailure
14:06:31 [2021-05-06T14:06:31.994Z] --- PASS: TestStartTransactionFailure (0.00s)
14:06:31 [2021-05-06T14:06:31.994Z] === RUN   TestGetOrphan
14:06:31 [2021-05-06T14:06:31.994Z] --- PASS: TestGetOrphan (0.01s)
14:06:31 [2021-05-06T14:06:31.994Z] === RUN   TestMountAndRegister
14:06:31 [2021-05-06T14:06:31.994Z] --- PASS: TestMountAndRegister (0.04s)
14:06:31 [2021-05-06T14:06:31.994Z]     layer_test.go:271: Layer size: 14
14:06:31 [2021-05-06T14:06:31.994Z] === RUN   TestLayerRelease
14:06:31 [2021-05-06T14:06:31.994Z] --- SKIP: TestLayerRelease (0.00s)
14:06:31 [2021-05-06T14:06:31.994Z]     layer_test.go:304: Failing on Windows
14:06:31 [2021-05-06T14:06:31.994Z] === RUN   TestStoreRestore
14:06:31 [2021-05-06T14:06:31.994Z] --- SKIP: TestStoreRestore (0.00s)
14:06:31 [2021-05-06T14:06:31.994Z]     layer_test.go:353: Failing on Windows
14:06:31 [2021-05-06T14:06:31.994Z] === RUN   TestTarStreamStability
14:06:31 [2021-05-06T14:06:31.994Z] --- SKIP: TestTarStreamStability (0.00s)
14:06:31 [2021-05-06T14:06:31.994Z]     layer_test.go:468: Failing on Windows
14:06:31 [2021-05-06T14:06:31.994Z] === RUN   TestRegisterExistingLayer
14:06:31 [2021-05-06T14:06:31.994Z] --- PASS: TestRegisterExistingLayer (0.18s)
14:06:31 [2021-05-06T14:06:31.994Z] === RUN   TestTarStreamVerification
14:06:31 [2021-05-06T14:06:31.994Z] --- SKIP: TestTarStreamVerification (0.00s)
14:06:31 [2021-05-06T14:06:31.994Z]     layer_test.go:697: Failing on Windows
14:06:31 [2021-05-06T14:06:31.994Z] === RUN   TestLayerMigration
14:06:31 [2021-05-06T14:06:31.994Z] --- SKIP: TestLayerMigration (0.00s)
14:06:31 [2021-05-06T14:06:31.994Z]     migration_test.go:46: Failing on Windows
14:06:31 [2021-05-06T14:06:31.994Z] === RUN   TestLayerMigrationNoTarsplit
14:06:31 [2021-05-06T14:06:31.994Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s)
14:06:31 [2021-05-06T14:06:31.994Z]     migration_test.go:182: Failing on Windows
14:06:31 [2021-05-06T14:06:31.994Z] === RUN   TestMountInit
14:06:31 [2021-05-06T14:06:31.994Z] --- SKIP: TestMountInit (0.00s)
14:06:31 [2021-05-06T14:06:31.994Z]     mount_test.go:17: Failing on Windows
14:06:31 [2021-05-06T14:06:31.994Z] === RUN   TestMountSize
14:06:31 [2021-05-06T14:06:31.994Z] --- SKIP: TestMountSize (0.00s)
14:06:31 [2021-05-06T14:06:31.994Z]     mount_test.go:76: Failing on Windows
14:06:31 [2021-05-06T14:06:31.994Z] === RUN   TestMountChanges
14:06:31 [2021-05-06T14:06:31.994Z] --- SKIP: TestMountChanges (0.00s)
14:06:31 [2021-05-06T14:06:31.994Z]     mount_test.go:125: Failing on Windows
14:06:31 [2021-05-06T14:06:31.994Z] === RUN   TestMountApply
14:06:31 [2021-05-06T14:06:31.994Z] --- SKIP: TestMountApply (0.00s)
14:06:31 [2021-05-06T14:06:31.994Z]     mount_test.go:212: Failing on Windows
14:06:31 [2021-05-06T14:06:31.994Z] PASS
14:06:31 [2021-05-06T14:06:31.994Z] coverage: 30.1% of statements
14:06:31 [2021-05-06T14:06:31.994Z] ok  	github.com/docker/docker/layer	0.648s	coverage: 30.1% of statements
14:06:31 [2021-05-06T14:06:31.994Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
14:06:31 [2021-05-06T14:06:31.994Z] === RUN   TestEnvironmentParsing
14:06:31 [2021-05-06T14:06:31.994Z] --- PASS: TestEnvironmentParsing (0.00s)
14:06:31 [2021-05-06T14:06:31.994Z] PASS
14:06:31 [2021-05-06T14:06:31.994Z] coverage: 1.0% of statements
14:06:31 [2021-05-06T14:06:31.994Z] ok  	github.com/docker/docker/libcontainerd/local	0.205s	coverage: 1.0% of statements
14:06:31 [2021-05-06T14:06:31.994Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
14:06:31 [2021-05-06T14:06:31.994Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
14:06:31 [2021-05-06T14:06:31.994Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
14:06:32 [2021-05-06T14:06:32.226Z] time="2021-05-06T14:06:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:06:32 [2021-05-06T14:06:32.226Z] time="2021-05-06T14:06:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:62371f957cf56457d986076a18630c5cf1fa4c5bc4a5b7d36e0193e5470dd93c" mediatype=application/vnd.docker.plugin.v1+json size=522
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/empty_rule
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/leading_spaces
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/trailing_spaces
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/unknown_device_type
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_type
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_colon
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_major_device
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_minor_device
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_permissions
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_permissions
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/too_many_permissions
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/major_out_of_range
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_minor
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission
14:06:32 [2021-05-06T14:06:32.445Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission
14:06:32 [2021-05-06T14:06:32.445Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s)
14:06:32 [2021-05-06T14:06:32.445Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s)
14:06:32 [2021-05-06T14:06:32.445Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s)
14:06:32 [2021-05-06T14:06:32.445Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s)
14:06:32 [2021-05-06T14:06:32.445Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s)
14:06:32 [2021-05-06T14:06:32.445Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s)
14:06:32 [2021-05-06T14:06:32.445Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s)
14:06:32 [2021-05-06T14:06:32.445Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s)
14:06:32 [2021-05-06T14:06:32.445Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s)
14:06:32 [2021-05-06T14:06:32.445Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s)
14:06:32 [2021-05-06T14:06:32.445Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s)
14:06:32 [2021-05-06T14:06:32.445Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s)
14:06:32 [2021-05-06T14:06:32.445Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s)
14:06:32 [2021-05-06T14:06:32.445Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s)
14:06:32 [2021-05-06T14:06:32.445Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s)
14:06:32 [2021-05-06T14:06:32.445Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s)
14:06:32 [2021-05-06T14:06:32.445Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s)
14:06:32 [2021-05-06T14:06:32.445Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s)
14:06:32 [2021-05-06T14:06:32.445Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s)
14:06:32 [2021-05-06T14:06:32.445Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s)
14:06:32 [2021-05-06T14:06:32.445Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s)
14:06:32 [2021-05-06T14:06:32.446Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s)
14:06:32 [2021-05-06T14:06:32.446Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s)
14:06:32 [2021-05-06T14:06:32.446Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s)
14:06:32 [2021-05-06T14:06:32.446Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s)
14:06:32 [2021-05-06T14:06:32.446Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s)
14:06:32 [2021-05-06T14:06:32.446Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s)
14:06:32 [2021-05-06T14:06:32.446Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s)
14:06:32 [2021-05-06T14:06:32.446Z] PASS
14:06:32 [2021-05-06T14:06:32.446Z] coverage: 42.3% of statements
14:06:32 [2021-05-06T14:06:32.446Z] ok  	github.com/docker/docker/oci	0.111s	coverage: 42.3% of statements
14:06:32 [2021-05-06T14:06:32.446Z] ?   	github.com/docker/docker/oci/caps	[no test files]
14:06:32 [2021-05-06T14:06:32.446Z] === RUN   TestAddressPoolOpt
14:06:32 [2021-05-06T14:06:32.446Z] --- PASS: TestAddressPoolOpt (0.00s)
14:06:32 [2021-05-06T14:06:32.446Z] === RUN   TestValidateEnv
14:06:32 [2021-05-06T14:06:32.446Z] === RUN   TestValidateEnv/a
14:06:32 [2021-05-06T14:06:32.446Z] === RUN   TestValidateEnv/something
14:06:32 [2021-05-06T14:06:32.446Z] === RUN   TestValidateEnv/_=a
14:06:32 [2021-05-06T14:06:32.446Z] === RUN   TestValidateEnv/env1=value1
14:06:32 [2021-05-06T14:06:32.446Z] === RUN   TestValidateEnv/_env1=value1
14:06:32 [2021-05-06T14:06:32.446Z] === RUN   TestValidateEnv/env2=value2=value3
14:06:32 [2021-05-06T14:06:32.446Z] === RUN   TestValidateEnv/env3=abc!qwe
14:06:32 [2021-05-06T14:06:32.446Z] === RUN   TestValidateEnv/env_4=value_4
14:06:32 [2021-05-06T14:06:32.446Z] === RUN   TestValidateEnv/PATH
14:06:32 [2021-05-06T14:06:32.446Z] === RUN   TestValidateEnv/=a
14:06:32 [2021-05-06T14:06:32.446Z] === RUN   TestValidateEnv/PATH=
14:06:32 [2021-05-06T14:06:32.446Z] === RUN   TestValidateEnv/PATH=something
14:06:32 [2021-05-06T14:06:32.446Z] === RUN   TestValidateEnv/asd!qwe
14:06:32 [2021-05-06T14:06:32.446Z] === RUN   TestValidateEnv/1asd
14:06:32 [2021-05-06T14:06:32.446Z] === RUN   TestValidateEnv/123
14:06:32 [2021-05-06T14:06:32.446Z] === RUN   TestValidateEnv/some_space
14:06:32 [2021-05-06T14:06:32.446Z] === RUN   TestValidateEnv/__some_space_before
14:06:32 [2021-05-06T14:06:32.446Z] === RUN   TestValidateEnv/some_space_after__
14:06:32 [2021-05-06T14:06:32.446Z] === RUN   TestValidateEnv/=
14:06:32 [2021-05-06T14:06:32.446Z] === RUN   TestValidateEnv/PaTh
14:06:32 [2021-05-06T14:06:32.446Z] --- PASS: TestValidateEnv (0.00s)
14:06:32 [2021-05-06T14:06:32.446Z]     --- PASS: TestValidateEnv/a (0.00s)
14:06:32 [2021-05-06T14:06:32.446Z]     --- PASS: TestValidateEnv/something (0.00s)
14:06:32 [2021-05-06T14:06:32.446Z]     --- PASS: TestValidateEnv/_=a (0.00s)
14:06:32 [2021-05-06T14:06:32.592Z] --- PASS: TestSecretsCreateAndDelete (3.06s)
14:06:32 [2021-05-06T14:06:32.592Z] === RUN   TestSecretsUpdate
14:06:32 [2021-05-06T14:06:32.796Z] --- PASS: TestPluginInstall (6.27s)
14:06:32 [2021-05-06T14:06:32.796Z]     --- PASS: TestPluginInstall/no_auth (2.89s)
14:06:32 [2021-05-06T14:06:32.796Z]     --- PASS: TestPluginInstall/with_htpasswd (1.14s)
14:06:32 [2021-05-06T14:06:32.796Z]     --- PASS: TestPluginInstall/with_insecure (2.24s)
14:06:32 [2021-05-06T14:06:32.797Z]         plugin_test.go:165: [d45b87721b3c0] daemon is not started
14:06:32 [2021-05-06T14:06:32.797Z] === RUN   TestPluginsWithRuntimes
14:06:32 [2021-05-06T14:06:32.896Z]     --- PASS: TestValidateEnv/env1=value1 (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateEnv/_env1=value1 (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateEnv/env2=value2=value3 (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateEnv/env3=abc!qwe (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateEnv/env_4=value_4 (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateEnv/PATH (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateEnv/=a (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateEnv/PATH= (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateEnv/PATH=something (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateEnv/asd!qwe (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateEnv/1asd (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateEnv/123 (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateEnv/some_space (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateEnv/__some_space_before (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateEnv/some_space_after__ (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateEnv/= (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateEnv/PaTh (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestParseHost
14:06:32 [2021-05-06T14:06:32.897Z] --- PASS: TestParseHost (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestParseDockerDaemonHost
14:06:32 [2021-05-06T14:06:32.897Z] --- PASS: TestParseDockerDaemonHost (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestParseTCP
14:06:32 [2021-05-06T14:06:32.897Z] --- PASS: TestParseTCP (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestParseInvalidUnixAddrInvalid
14:06:32 [2021-05-06T14:06:32.897Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestValidateExtraHosts
14:06:32 [2021-05-06T14:06:32.897Z] --- PASS: TestValidateExtraHosts (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestIpOptString
14:06:32 [2021-05-06T14:06:32.897Z] --- PASS: TestIpOptString (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestNewIpOptInvalidDefaultVal
14:06:32 [2021-05-06T14:06:32.897Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestNewIpOptValidDefaultVal
14:06:32 [2021-05-06T14:06:32.897Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestIpOptSetInvalidVal
14:06:32 [2021-05-06T14:06:32.897Z] --- PASS: TestIpOptSetInvalidVal (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestValidateIPAddress
14:06:32 [2021-05-06T14:06:32.897Z] --- PASS: TestValidateIPAddress (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestMapOpts
14:06:32 [2021-05-06T14:06:32.897Z] --- PASS: TestMapOpts (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestListOptsWithoutValidator
14:06:32 [2021-05-06T14:06:32.897Z] --- PASS: TestListOptsWithoutValidator (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestListOptsWithValidator
14:06:32 [2021-05-06T14:06:32.897Z] --- PASS: TestListOptsWithValidator (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestValidateDNSSearch
14:06:32 [2021-05-06T14:06:32.897Z] --- PASS: TestValidateDNSSearch (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestValidateLabel
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestValidateLabel/lable_with_bad_attribute_format
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestValidateLabel/label_with_general_format
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestValidateLabel/label_with_more_than_one_=
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestValidateLabel/label_with_one_more
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestValidateLabel/label_with_no_reserved_com.docker.*
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestValidateLabel/label_with_no_reserved_io.docker.*
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestValidateLabel/label_with_no_reserved_org.dockerproject.*
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestValidateLabel/label_with_reserved_com.docker.*
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestValidateLabel/label_with_reserved_upcase_com.docker.*_
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestValidateLabel/label_with_reserved_io.docker.*
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestValidateLabel/label_with_reserved_upcase_io.docker.*
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestValidateLabel/label_with_reserved_org.dockerproject.*
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestValidateLabel/label_with_reserved_upcase_org.dockerproject.*
14:06:32 [2021-05-06T14:06:32.897Z] --- PASS: TestValidateLabel (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateLabel/label_with_general_format (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateLabel/label_with_one_more (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestNamedListOpts
14:06:32 [2021-05-06T14:06:32.897Z] --- PASS: TestNamedListOpts (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestNamedMapOpts
14:06:32 [2021-05-06T14:06:32.897Z] --- PASS: TestNamedMapOpts (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestParseLink
14:06:32 [2021-05-06T14:06:32.897Z] --- PASS: TestParseLink (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestQuotedStringSetWithQuotes
14:06:32 [2021-05-06T14:06:32.897Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestQuotedStringSetWithMismatchedQuotes
14:06:32 [2021-05-06T14:06:32.897Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestQuotedStringSetWithNoQuotes
14:06:32 [2021-05-06T14:06:32.897Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestUlimitOpt
14:06:32 [2021-05-06T14:06:32.897Z] --- PASS: TestUlimitOpt (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z] PASS
14:06:32 [2021-05-06T14:06:32.897Z] coverage: 67.1% of statements
14:06:32 [2021-05-06T14:06:32.897Z] ok  	github.com/docker/docker/opts	0.089s	coverage: 67.1% of statements
14:06:32 [2021-05-06T14:06:32.897Z] === RUN   TestParseVersion
14:06:32 [2021-05-06T14:06:32.897Z] --- PASS: TestParseVersion (0.00s)
14:06:32 [2021-05-06T14:06:32.897Z] PASS
14:06:32 [2021-05-06T14:06:32.897Z] coverage: 52.9% of statements
14:06:32 [2021-05-06T14:06:32.897Z] ok  	github.com/docker/docker/pkg/aaparser	0.040s	coverage: 52.9% of statements
14:06:33 [2021-05-06T14:06:33.850Z] === RUN   TestUnbuffered
14:06:33 [2021-05-06T14:06:33.850Z] --- PASS: TestUnbuffered (0.00s)
14:06:33 [2021-05-06T14:06:33.850Z] === RUN   TestRaceUnbuffered
14:06:33 [2021-05-06T14:06:33.850Z] --- PASS: TestRaceUnbuffered (0.00s)
14:06:33 [2021-05-06T14:06:33.850Z] PASS
14:06:33 [2021-05-06T14:06:33.850Z] coverage: 100.0% of statements
14:06:33 [2021-05-06T14:06:33.850Z] ok  	github.com/docker/docker/pkg/broadcaster	0.050s	coverage: 100.0% of statements
14:06:34 [2021-05-06T14:06:34.179Z] === RUN   TestDockerSuite/TestBuildVerboseOut
14:06:34 [2021-05-06T14:06:34.230Z] --- PASS: TestDockerNetworkReConnect (4.15s)
14:06:34 [2021-05-06T14:06:34.230Z] === RUN   TestServicePlugin
14:06:34 [2021-05-06T14:06:34.302Z] === RUN   TestPeerCertificateMarshalJSON
14:06:34 [2021-05-06T14:06:34.753Z] === RUN   TestMatch
14:06:34 [2021-05-06T14:06:34.753Z] === RUN   TestMatch/[[]]
14:06:34 [2021-05-06T14:06:34.753Z] === RUN   TestMatch/[[foo]]
14:06:34 [2021-05-06T14:06:34.753Z] === RUN   TestMatch/[[bar]_[foo]]
14:06:34 [2021-05-06T14:06:34.753Z] === RUN   TestMatch/[[foo_bar]]
14:06:34 [2021-05-06T14:06:34.753Z] === RUN   TestMatch/[[qux]_[foo]]
14:06:34 [2021-05-06T14:06:34.753Z] === RUN   TestMatch/[[foo_bar]_[baz]_[bar]]
14:06:34 [2021-05-06T14:06:34.753Z] === RUN   TestMatch/[]
14:06:34 [2021-05-06T14:06:34.753Z] === RUN   TestMatch/[]#01
14:06:34 [2021-05-06T14:06:34.753Z] === RUN   TestMatch/[[qux]]
14:06:34 [2021-05-06T14:06:34.753Z] === RUN   TestMatch/[[foo_bar_qux]]
14:06:34 [2021-05-06T14:06:34.753Z] === RUN   TestMatch/[[qux]_[baz]]
14:06:34 [2021-05-06T14:06:34.753Z] === RUN   TestMatch/[[foo_baz]]
14:06:34 [2021-05-06T14:06:34.753Z] --- PASS: TestMatch (0.00s)
14:06:34 [2021-05-06T14:06:34.753Z]     --- PASS: TestMatch/[[]] (0.00s)
14:06:34 [2021-05-06T14:06:34.753Z]     --- PASS: TestMatch/[[foo]] (0.00s)
14:06:34 [2021-05-06T14:06:34.753Z]     --- PASS: TestMatch/[[bar]_[foo]] (0.00s)
14:06:34 [2021-05-06T14:06:34.753Z]     --- PASS: TestMatch/[[foo_bar]] (0.00s)
14:06:34 [2021-05-06T14:06:34.753Z]     --- PASS: TestMatch/[[qux]_[foo]] (0.00s)
14:06:34 [2021-05-06T14:06:34.753Z]     --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s)
14:06:34 [2021-05-06T14:06:34.753Z]     --- PASS: TestMatch/[] (0.00s)
14:06:34 [2021-05-06T14:06:34.753Z]     --- PASS: TestMatch/[]#01 (0.00s)
14:06:34 [2021-05-06T14:06:34.753Z]     --- PASS: TestMatch/[[qux]] (0.00s)
14:06:34 [2021-05-06T14:06:34.753Z]     --- PASS: TestMatch/[[foo_bar_qux]] (0.00s)
14:06:34 [2021-05-06T14:06:34.753Z]     --- PASS: TestMatch/[[qux]_[baz]] (0.00s)
14:06:34 [2021-05-06T14:06:34.753Z]     --- PASS: TestMatch/[[foo_baz]] (0.00s)
14:06:34 [2021-05-06T14:06:34.753Z] PASS
14:06:34 [2021-05-06T14:06:34.753Z] coverage: 87.5% of statements
14:06:34 [2021-05-06T14:06:34.753Z] ok  	github.com/docker/docker/pkg/capabilities	0.051s	coverage: 87.5% of statements
14:06:34 [2021-05-06T14:06:34.753Z] === RUN   TestPeerCertificateMarshalJSON/Marshalling_:
14:06:34 [2021-05-06T14:06:34.753Z] === RUN   TestPeerCertificateMarshalJSON/UnMarshalling_:
14:06:34 [2021-05-06T14:06:34.753Z] --- PASS: TestPeerCertificateMarshalJSON (0.39s)
14:06:34 [2021-05-06T14:06:34.753Z]     --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s)
14:06:34 [2021-05-06T14:06:34.753Z]     --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s)
14:06:34 [2021-05-06T14:06:34.753Z] === RUN   TestMiddleware
14:06:34 [2021-05-06T14:06:34.753Z] --- PASS: TestMiddleware (0.00s)
14:06:34 [2021-05-06T14:06:34.753Z] === RUN   TestNewResponseModifier
14:06:34 [2021-05-06T14:06:34.753Z] --- PASS: TestNewResponseModifier (0.00s)
14:06:34 [2021-05-06T14:06:34.753Z] PASS
14:06:34 [2021-05-06T14:06:34.753Z] coverage: 26.8% of statements
14:06:34 [2021-05-06T14:06:34.753Z] ok  	github.com/docker/docker/pkg/authorization	0.516s	coverage: 26.8% of statements
14:06:35 [2021-05-06T14:06:35.120Z] === RUN   TestPluginsWithRuntimes/No_Args
14:06:35 [2021-05-06T14:06:35.205Z] === RUN   TestIsArchivePathDir
14:06:35 [2021-05-06T14:06:35.205Z] --- PASS: TestIsArchivePathDir (0.07s)
14:06:35 [2021-05-06T14:06:35.205Z] === RUN   TestIsArchivePathInvalidFile
14:06:35 [2021-05-06T14:06:35.205Z] --- PASS: TestIsArchivePathInvalidFile (0.16s)
14:06:35 [2021-05-06T14:06:35.205Z] === RUN   TestIsArchivePathTar
14:06:35 [2021-05-06T14:06:35.205Z] --- PASS: TestIsArchivePathTar (0.16s)
14:06:35 [2021-05-06T14:06:35.205Z] === RUN   TestDecompressStreamGzip
14:06:35 [2021-05-06T14:06:35.205Z] === RUN   TestChrootTarUntar
14:06:35 [2021-05-06T14:06:35.205Z] --- SKIP: TestChrootTarUntar (0.00s)
14:06:35 [2021-05-06T14:06:35.205Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
14:06:35 [2021-05-06T14:06:35.205Z] === RUN   TestChrootUntarWithHugeExcludesList
14:06:35 [2021-05-06T14:06:35.205Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s)
14:06:35 [2021-05-06T14:06:35.205Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
14:06:35 [2021-05-06T14:06:35.381Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestChrootUntarEmptyArchive
14:06:35 [2021-05-06T14:06:35.656Z] --- PASS: TestChrootUntarEmptyArchive (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestChrootTarUntarWithSymlink
14:06:35 [2021-05-06T14:06:35.656Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestChrootCopyWithTar
14:06:35 [2021-05-06T14:06:35.656Z] --- SKIP: TestChrootCopyWithTar (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestChrootCopyFileWithTar
14:06:35 [2021-05-06T14:06:35.656Z] --- SKIP: TestChrootCopyFileWithTar (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestChrootUntarPath
14:06:35 [2021-05-06T14:06:35.656Z] --- SKIP: TestChrootUntarPath (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestChrootUntarEmptyArchiveFromSlowReader
14:06:35 [2021-05-06T14:06:35.656Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestChrootApplyEmptyArchiveFromSlowReader
14:06:35 [2021-05-06T14:06:35.656Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestChrootApplyDotDotFile
14:06:35 [2021-05-06T14:06:35.656Z] --- SKIP: TestChrootApplyDotDotFile (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
14:06:35 [2021-05-06T14:06:35.656Z] PASS
14:06:35 [2021-05-06T14:06:35.656Z] coverage: 15.4% of statements
14:06:35 [2021-05-06T14:06:35.656Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.115s	coverage: 15.4% of statements
14:06:35 [2021-05-06T14:06:35.656Z] --- PASS: TestDecompressStreamGzip (0.15s)
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestDecompressStreamBzip2
14:06:35 [2021-05-06T14:06:35.656Z] --- PASS: TestDecompressStreamBzip2 (0.12s)
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestDecompressStreamXz
14:06:35 [2021-05-06T14:06:35.656Z] --- SKIP: TestDecompressStreamXz (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z]     archive_test.go:134: Xz not present in msys2
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestCompressStreamXzUnsupported
14:06:35 [2021-05-06T14:06:35.656Z] --- PASS: TestCompressStreamXzUnsupported (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestCompressStreamBzip2Unsupported
14:06:35 [2021-05-06T14:06:35.656Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestCompressStreamInvalid
14:06:35 [2021-05-06T14:06:35.656Z] --- PASS: TestCompressStreamInvalid (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestExtensionInvalid
14:06:35 [2021-05-06T14:06:35.656Z] --- PASS: TestExtensionInvalid (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestExtensionUncompressed
14:06:35 [2021-05-06T14:06:35.656Z] --- PASS: TestExtensionUncompressed (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestExtensionBzip2
14:06:35 [2021-05-06T14:06:35.656Z] --- PASS: TestExtensionBzip2 (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestExtensionGzip
14:06:35 [2021-05-06T14:06:35.656Z] --- PASS: TestExtensionGzip (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestExtensionXz
14:06:35 [2021-05-06T14:06:35.656Z] --- PASS: TestExtensionXz (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestCmdStreamLargeStderr
14:06:35 [2021-05-06T14:06:35.656Z] --- PASS: TestCmdStreamLargeStderr (0.15s)
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestCmdStreamBad
14:06:35 [2021-05-06T14:06:35.656Z] --- SKIP: TestCmdStreamBad (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z]     archive_test.go:239: Failing on Windows CI machines
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestCmdStreamGood
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestSizeEmpty
14:06:35 [2021-05-06T14:06:35.656Z] --- PASS: TestSizeEmpty (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestSizeEmptyFile
14:06:35 [2021-05-06T14:06:35.656Z] --- PASS: TestSizeEmptyFile (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestSizeNonemptyFile
14:06:35 [2021-05-06T14:06:35.656Z] --- PASS: TestSizeNonemptyFile (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestSizeNestedDirectoryEmpty
14:06:35 [2021-05-06T14:06:35.656Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestSizeFileAndNestedDirectoryEmpty
14:06:35 [2021-05-06T14:06:35.656Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestSizeFileAndNestedDirectoryNonempty
14:06:35 [2021-05-06T14:06:35.656Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestMoveToSubdir
14:06:35 [2021-05-06T14:06:35.656Z] --- PASS: TestCmdStreamGood (0.04s)
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestUntarPathWithInvalidDest
14:06:35 [2021-05-06T14:06:35.656Z] --- PASS: TestMoveToSubdir (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z] === RUN   TestSizeNonExistingDirectory
14:06:35 [2021-05-06T14:06:35.656Z] --- PASS: TestSizeNonExistingDirectory (0.00s)
14:06:35 [2021-05-06T14:06:35.656Z] PASS
14:06:35 [2021-05-06T14:06:35.656Z] coverage: 80.0% of statements
14:06:35 [2021-05-06T14:06:35.656Z] ok  	github.com/docker/docker/pkg/directory	0.055s	coverage: 80.0% of statements
14:06:35 [2021-05-06T14:06:35.890Z] --- PASS: TestSecretsUpdate (3.14s)
14:06:35 [2021-05-06T14:06:35.890Z] === RUN   TestTemplatedSecret
14:06:35 [2021-05-06T14:06:35.953Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
14:06:36 [2021-05-06T14:06:36.107Z] --- PASS: TestUntarPathWithInvalidDest (0.06s)
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   TestUntarPathWithInvalidSrc
14:06:36 [2021-05-06T14:06:36.107Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s)
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   TestUntarPath
14:06:36 [2021-05-06T14:06:36.107Z] --- PASS: TestUntarPath (0.06s)
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   TestUntarPathWithDestinationFile
14:06:36 [2021-05-06T14:06:36.107Z] --- PASS: TestUntarPathWithDestinationFile (0.11s)
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   TestUntarPathWithDestinationSrcFileAsFolder
14:06:36 [2021-05-06T14:06:36.107Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.09s)
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   TestCopyWithTarInvalidSrc
14:06:36 [2021-05-06T14:06:36.107Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s)
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   TestCopyWithTarInexistentDestWillCreateIt
14:06:36 [2021-05-06T14:06:36.107Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s)
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   TestCopyWithTarSrcFile
14:06:36 [2021-05-06T14:06:36.107Z] --- PASS: TestCopyWithTarSrcFile (0.00s)
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   TestCopyWithTarSrcFolder
14:06:36 [2021-05-06T14:06:36.107Z] --- PASS: TestCopyWithTarSrcFolder (0.00s)
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   TestCopyFileWithTarInvalidSrc
14:06:36 [2021-05-06T14:06:36.107Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s)
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   TestCopyFileWithTarInexistentDestWillCreateIt
14:06:36 [2021-05-06T14:06:36.107Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s)
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   TestCopyFileWithTarSrcFolder
14:06:36 [2021-05-06T14:06:36.107Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s)
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   TestCopyFileWithTarSrcFile
14:06:36 [2021-05-06T14:06:36.107Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s)
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   TestTarFiles
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   Test
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   Test/TestContainsEntry
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   Test/TestCreateEntries
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   Test/TestEntriesDiff
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   Test/TestEntriesEquality
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeEnd
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeStart
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   Test/TestGeneratorMatchFailedNotGenerate
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   Test/TestGeneratorNotGenerate
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   Test/TestGeneratorWithPort
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   Test/TestGeneratorWithPortNotGenerate
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   Test/TestNewEntry
14:06:36 [2021-05-06T14:06:36.107Z] === RUN   Test/TestParse
14:06:36 [2021-05-06T14:06:36.107Z] --- PASS: Test (0.00s)
14:06:36 [2021-05-06T14:06:36.107Z]     --- PASS: Test/TestContainsEntry (0.00s)
14:06:36 [2021-05-06T14:06:36.107Z]     --- PASS: Test/TestCreateEntries (0.00s)
14:06:36 [2021-05-06T14:06:36.557Z]     --- PASS: Test/TestEntriesDiff (0.00s)
14:06:36 [2021-05-06T14:06:36.557Z]     --- PASS: Test/TestEntriesEquality (0.00s)
14:06:36 [2021-05-06T14:06:36.557Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s)
14:06:36 [2021-05-06T14:06:36.557Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s)
14:06:36 [2021-05-06T14:06:36.557Z]     --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s)
14:06:36 [2021-05-06T14:06:36.557Z]     --- PASS: Test/TestGeneratorNotGenerate (0.00s)
14:06:36 [2021-05-06T14:06:36.557Z]     --- PASS: Test/TestGeneratorWithPort (0.00s)
14:06:36 [2021-05-06T14:06:36.557Z]     --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s)
14:06:36 [2021-05-06T14:06:36.557Z]     --- PASS: Test/TestNewEntry (0.00s)
14:06:36 [2021-05-06T14:06:36.557Z]     --- PASS: Test/TestParse (0.00s)
14:06:36 [2021-05-06T14:06:36.557Z] PASS
14:06:36 [2021-05-06T14:06:36.557Z] coverage: 58.3% of statements
14:06:36 [2021-05-06T14:06:36.557Z] ok  	github.com/docker/docker/pkg/discovery	0.053s	coverage: 58.3% of statements
14:06:37 [2021-05-06T14:06:37.008Z] === RUN   Test
14:06:37 [2021-05-06T14:06:37.008Z] === RUN   Test/TestContent
14:06:37 [2021-05-06T14:06:37.008Z] === RUN   Test/TestInitialize
14:06:37 [2021-05-06T14:06:37.008Z] === RUN   Test/TestNew
14:06:37 [2021-05-06T14:06:37.008Z] === RUN   Test/TestParsingContentsWithComments
14:06:37 [2021-05-06T14:06:37.008Z] === RUN   Test/TestRegister
14:06:37 [2021-05-06T14:06:37.008Z] === RUN   Test/TestWatch
14:06:37 [2021-05-06T14:06:37.008Z] --- PASS: Test (0.00s)
14:06:37 [2021-05-06T14:06:37.008Z]     --- PASS: Test/TestContent (0.00s)
14:06:37 [2021-05-06T14:06:37.008Z]     --- PASS: Test/TestInitialize (0.00s)
14:06:37 [2021-05-06T14:06:37.008Z]     --- PASS: Test/TestNew (0.00s)
14:06:37 [2021-05-06T14:06:37.008Z]     --- PASS: Test/TestParsingContentsWithComments (0.00s)
14:06:37 [2021-05-06T14:06:37.008Z]     --- PASS: Test/TestRegister (0.00s)
14:06:37 [2021-05-06T14:06:37.008Z]     --- PASS: Test/TestWatch (0.00s)
14:06:37 [2021-05-06T14:06:37.008Z] PASS
14:06:37 [2021-05-06T14:06:37.008Z] coverage: 92.9% of statements
14:06:37 [2021-05-06T14:06:37.008Z] ok  	github.com/docker/docker/pkg/discovery/file	0.099s	coverage: 92.9% of statements
14:06:37 [2021-05-06T14:06:37.338Z] === RUN   TestPluginsWithRuntimes/With_Args
14:06:37 [2021-05-06T14:06:37.599Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
14:06:37 [2021-05-06T14:06:37.959Z] === RUN   Test
14:06:37 [2021-05-06T14:06:37.959Z] === RUN   Test/TestInitialize
14:06:37 [2021-05-06T14:06:37.959Z] === RUN   Test
14:06:37 [2021-05-06T14:06:37.959Z] === RUN   Test/TestWatch
14:06:37 [2021-05-06T14:06:37.959Z] --- PASS: Test (0.00s)
14:06:37 [2021-05-06T14:06:37.959Z]     --- PASS: Test/TestWatch (0.00s)
14:06:37 [2021-05-06T14:06:37.959Z] PASS
14:06:37 [2021-05-06T14:06:37.959Z] coverage: 92.3% of statements
14:06:37 [2021-05-06T14:06:37.959Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.130s	coverage: 92.3% of statements
14:06:37 [2021-05-06T14:06:37.959Z] time="2021-05-06T14:06:37Z" level=info msg="Initializing discovery without TLS"
14:06:37 [2021-05-06T14:06:37.959Z] time="2021-05-06T14:06:37Z" level=info msg="Initializing discovery without TLS"
14:06:37 [2021-05-06T14:06:37.959Z] time="2021-05-06T14:06:37Z" level=info msg="Initializing discovery without TLS"
14:06:37 [2021-05-06T14:06:37.959Z] === RUN   Test/TestInitializeWithCerts
14:06:37 [2021-05-06T14:06:37.959Z] time="2021-05-06T14:06:37Z" level=info msg="Initializing discovery with TLS"
14:06:37 [2021-05-06T14:06:37.959Z] === RUN   Test/TestWatch
14:06:37 [2021-05-06T14:06:37.959Z] time="2021-05-06T14:06:37Z" level=info msg="Initializing discovery without TLS"
14:06:38 [2021-05-06T14:06:38.411Z] === RUN   Test
14:06:38 [2021-05-06T14:06:38.411Z] === RUN   Test/TestInitialize
14:06:38 [2021-05-06T14:06:38.411Z] === RUN   Test/TestInitializeWithPattern
14:06:38 [2021-05-06T14:06:38.411Z] === RUN   Test/TestRegister
14:06:38 [2021-05-06T14:06:38.411Z] === RUN   Test/TestWatch
14:06:38 [2021-05-06T14:06:38.411Z] --- PASS: Test (0.00s)
14:06:38 [2021-05-06T14:06:38.411Z]     --- PASS: Test/TestInitialize (0.00s)
14:06:38 [2021-05-06T14:06:38.411Z]     --- PASS: Test/TestInitializeWithPattern (0.00s)
14:06:38 [2021-05-06T14:06:38.411Z]     --- PASS: Test/TestRegister (0.00s)
14:06:38 [2021-05-06T14:06:38.411Z]     --- PASS: Test/TestWatch (0.00s)
14:06:38 [2021-05-06T14:06:38.411Z] PASS
14:06:38 [2021-05-06T14:06:38.411Z] coverage: 93.8% of statements
14:06:38 [2021-05-06T14:06:38.411Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.050s	coverage: 93.8% of statements
14:06:38 [2021-05-06T14:06:38.541Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
14:06:38 [2021-05-06T14:06:38.862Z] === RUN   TestPollerAddRemove
14:06:38 [2021-05-06T14:06:38.862Z] --- PASS: TestPollerAddRemove (0.00s)
14:06:38 [2021-05-06T14:06:38.862Z] === RUN   TestPollerEvent
14:06:38 [2021-05-06T14:06:38.862Z] --- SKIP: TestPollerEvent (0.00s)
14:06:38 [2021-05-06T14:06:38.862Z]     poller_test.go:41: No chmod on Windows
14:06:38 [2021-05-06T14:06:38.862Z] === RUN   TestPollerClose
14:06:38 [2021-05-06T14:06:38.862Z] --- PASS: TestPollerClose (0.00s)
14:06:38 [2021-05-06T14:06:38.862Z] PASS
14:06:38 [2021-05-06T14:06:38.862Z] coverage: 36.2% of statements
14:06:38 [2021-05-06T14:06:38.862Z] ok  	github.com/docker/docker/pkg/filenotify	0.063s	coverage: 36.2% of statements
14:06:39 [2021-05-06T14:06:39.115Z] --- PASS: TestPluginsWithRuntimes (6.36s)
14:06:39 [2021-05-06T14:06:39.115Z]     --- PASS: TestPluginsWithRuntimes/No_Args (2.20s)
14:06:39 [2021-05-06T14:06:39.115Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.70s)
14:06:39 [2021-05-06T14:06:39.115Z] === RUN   TestPluginBackCompatMediaTypes
14:06:39 [2021-05-06T14:06:39.189Z] --- PASS: TestTemplatedSecret (3.73s)
14:06:39 [2021-05-06T14:06:39.190Z] === RUN   TestSecretCreateResolve
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestCopyFileWithInvalidSrc
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestCopyFileWithInvalidDest
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestCopyFileWithInvalidDest (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestCopyFileWithSameSrcAndDest
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestCopyFileWithSameSrcAndDestWithPathNameDifferent
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestCopyFile
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestCopyFile (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestReadSymlinkedDirectoryExistingDirectory
14:06:39 [2021-05-06T14:06:39.817Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z]     fileutils_test.go:134: Needs porting to Windows
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestReadSymlinkedDirectoryNonExistingSymlink
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestReadSymlinkedDirectoryToFile
14:06:39 [2021-05-06T14:06:39.817Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z]     fileutils_test.go:180: Needs porting to Windows
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestWildcardMatches
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestWildcardMatches (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestPatternMatches
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestPatternMatches (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestExclusionPatternMatchesPatternBefore
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestPatternMatchesFolderExclusions
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestPatternMatchesFolderWithSlashExclusions
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestPatternMatchesFolderWildcardExclusions
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestExclusionPatternMatchesPatternAfter
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestExclusionPatternMatchesWholeDirectory
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestSingleExclamationError
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestSingleExclamationError (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestMatchesWithNoPatterns
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestMatchesWithNoPatterns (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestMatchesWithMalformedPatterns
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestMatches
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestMatches (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestCleanPatterns
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestCleanPatterns (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestCleanPatternsStripEmptyPatterns
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestCleanPatternsExceptionFlag
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestCleanPatternsLeadingSpaceTrimmed
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestCleanPatternsTrailingSpaceTrimmed
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestCleanPatternsErrorSingleException
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestCreateIfNotExistsDir
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestCreateIfNotExistsDir (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestCreateIfNotExistsFile
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestCreateIfNotExistsFile (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] === RUN   TestMatch
14:06:39 [2021-05-06T14:06:39.817Z] --- PASS: TestMatch (0.00s)
14:06:39 [2021-05-06T14:06:39.817Z] PASS
14:06:39 [2021-05-06T14:06:39.817Z] coverage: 87.7% of statements
14:06:39 [2021-05-06T14:06:39.817Z] ok  	github.com/docker/docker/pkg/fileutils	0.098s	coverage: 87.7% of statements
14:06:40 [2021-05-06T14:06:40.058Z] --- PASS: TestPluginBackCompatMediaTypes (1.03s)
14:06:40 [2021-05-06T14:06:40.058Z] PASS
14:06:40 [2021-05-06T14:06:40.058Z] 
14:06:40 [2021-05-06T14:06:40.058Z] DONE 10 tests in 13.879s
14:06:40 [2021-05-06T14:06:40.058Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
14:06:40 [2021-05-06T14:06:40.058Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
14:06:40 [2021-05-06T14:06:40.058Z] ++ set -e
14:06:40 [2021-05-06T14:06:40.058Z] ++ '[' -n 0 ']'
14:06:40 [2021-05-06T14:06:40.058Z] ++ set -x
14:06:40 [2021-05-06T14:06:40.058Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
14:06:40 [2021-05-06T14:06:40.058Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
14:06:40 [2021-05-06T14:06:40.058Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
14:06:40 [2021-05-06T14:06:40.058Z] === RUN   TestDockerSuite/TestBuildWindowsUser
14:06:40 [2021-05-06T14:06:40.058Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
14:06:40 [2021-05-06T14:06:40.058Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
14:06:40 [2021-05-06T14:06:40.270Z] === RUN   TestGet
14:06:40 [2021-05-06T14:06:40.270Z] --- PASS: TestGet (0.00s)
14:06:40 [2021-05-06T14:06:40.270Z] === RUN   TestGetShortcutString
14:06:40 [2021-05-06T14:06:40.270Z] --- PASS: TestGetShortcutString (0.00s)
14:06:40 [2021-05-06T14:06:40.270Z] PASS
14:06:40 [2021-05-06T14:06:40.270Z] coverage: 42.9% of statements
14:06:40 [2021-05-06T14:06:40.270Z] ok  	github.com/docker/docker/pkg/homedir	0.041s	coverage: 42.9% of statements
14:06:40 [2021-05-06T14:06:40.320Z] INFO: Testing against a local daemon
14:06:40 [2021-05-06T14:06:40.320Z] === RUN   TestExternalGraphDriver
14:06:40 [2021-05-06T14:06:40.320Z] === RUN   TestExternalGraphDriver/json
14:06:40 [2021-05-06T14:06:40.721Z] --- PASS: Test (3.14s)
14:06:40 [2021-05-06T14:06:40.721Z]     --- PASS: Test/TestInitialize (0.13s)
14:06:40 [2021-05-06T14:06:40.721Z]     --- PASS: Test/TestInitializeWithCerts (0.00s)
14:06:40 [2021-05-06T14:06:40.721Z]     --- PASS: Test/TestWatch (3.01s)
14:06:40 [2021-05-06T14:06:40.721Z] PASS
14:06:40 [2021-05-06T14:06:40.721Z] coverage: 84.1% of statements
14:06:40 [2021-05-06T14:06:40.721Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.268s	coverage: 84.1% of statements
14:06:41 [2021-05-06T14:06:41.171Z] === RUN   TestCreateIDMapOrder
14:06:41 [2021-05-06T14:06:41.171Z] --- PASS: TestCreateIDMapOrder (0.00s)
14:06:41 [2021-05-06T14:06:41.171Z] PASS
14:06:41 [2021-05-06T14:06:41.171Z] coverage: 7.2% of statements
14:06:41 [2021-05-06T14:06:41.171Z] ok  	github.com/docker/docker/pkg/idtools	0.088s	coverage: 7.2% of statements
14:06:41 [2021-05-06T14:06:41.171Z] --- PASS: TestTarFiles (5.12s)
14:06:41 [2021-05-06T14:06:41.171Z] === RUN   TestTarUntar
14:06:41 [2021-05-06T14:06:41.622Z] --- PASS: TestTarUntar (0.03s)
14:06:41 [2021-05-06T14:06:41.622Z] === RUN   TestTarWithOptionsChownOptsAlwaysOverridesIdPair
14:06:41 [2021-05-06T14:06:41.622Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s)
14:06:41 [2021-05-06T14:06:41.622Z] === RUN   TestTarWithOptions
14:06:41 [2021-05-06T14:06:41.622Z] --- PASS: TestTarWithOptions (0.02s)
14:06:41 [2021-05-06T14:06:41.622Z] === RUN   TestTypeXGlobalHeaderDoesNotFail
14:06:41 [2021-05-06T14:06:41.622Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s)
14:06:41 [2021-05-06T14:06:41.622Z] === RUN   TestUntarUstarGnuConflict
14:06:41 [2021-05-06T14:06:41.622Z] --- PASS: TestUntarUstarGnuConflict (0.02s)
14:06:41 [2021-05-06T14:06:41.622Z] === RUN   TestUntarInvalidFilenames
14:06:41 [2021-05-06T14:06:41.622Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames525287934\\dest"
14:06:41 [2021-05-06T14:06:41.622Z] --- PASS: TestUntarInvalidFilenames (0.14s)
14:06:41 [2021-05-06T14:06:41.622Z] === RUN   TestUntarHardlinkToSymlink
14:06:41 [2021-05-06T14:06:41.622Z] --- PASS: TestUntarHardlinkToSymlink (0.01s)
14:06:41 [2021-05-06T14:06:41.622Z] === RUN   TestUntarInvalidHardlink
14:06:41 [2021-05-06T14:06:41.622Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink156018111\\victim\\hello" -> "../victim/hello"
14:06:41 [2021-05-06T14:06:41.622Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink697064466\\victim\\hello" -> "/../victim/hello"
14:06:41 [2021-05-06T14:06:41.622Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink332660297\\victim" -> "../victim"
14:06:41 [2021-05-06T14:06:41.622Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink700099860\\victim" -> "../victim"
14:06:41 [2021-05-06T14:06:41.622Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink271316835\\victim" -> "../victim"
14:06:41 [2021-05-06T14:06:41.622Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink152475494\\victim" -> "../victim"
14:06:41 [2021-05-06T14:06:41.622Z] --- PASS: TestUntarInvalidHardlink (0.02s)
14:06:41 [2021-05-06T14:06:41.622Z] === RUN   TestUntarInvalidSymlink
14:06:41 [2021-05-06T14:06:41.622Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink286633869\\dest\\dotdot" -> "../victim/hello"
14:06:41 [2021-05-06T14:06:41.622Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink726192520\\dest\\slash-dotdot" -> "/../victim/hello"
14:06:41 [2021-05-06T14:06:41.622Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink907372871\\dest\\loophole-victim" -> "../victim"
14:06:41 [2021-05-06T14:06:41.622Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink326065146\\dest\\loophole-victim" -> "../victim"
14:06:41 [2021-05-06T14:06:41.622Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink468756241\\dest\\loophole-victim" -> "../victim"
14:06:41 [2021-05-06T14:06:41.622Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink046226236\\dest\\loophole-victim" -> "../victim"
14:06:41 [2021-05-06T14:06:41.622Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink608808811\\dest\\dir\\loophole" -> "../../victim"
14:06:41 [2021-05-06T14:06:41.622Z] --- PASS: TestUntarInvalidSymlink (0.02s)
14:06:41 [2021-05-06T14:06:41.622Z] === RUN   TestTempArchiveCloseMultipleTimes
14:06:41 [2021-05-06T14:06:41.622Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s)
14:06:41 [2021-05-06T14:06:41.622Z] === RUN   TestXGlobalNoParent
14:06:41 [2021-05-06T14:06:41.622Z] --- PASS: TestXGlobalNoParent (0.00s)
14:06:41 [2021-05-06T14:06:41.622Z] === RUN   TestReplaceFileTarWrapper
14:06:41 [2021-05-06T14:06:41.622Z] --- PASS: TestReplaceFileTarWrapper (0.18s)
14:06:41 [2021-05-06T14:06:41.622Z] === RUN   TestPrefixHeaderReadable
14:06:41 [2021-05-06T14:06:41.622Z] --- PASS: TestPrefixHeaderReadable (0.02s)
14:06:41 [2021-05-06T14:06:41.622Z] === RUN   TestDisablePigz
14:06:42 [2021-05-06T14:06:42.072Z] === RUN   TestFixedBufferCap
14:06:42 [2021-05-06T14:06:42.073Z] --- PASS: TestFixedBufferCap (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestFixedBufferLen
14:06:42 [2021-05-06T14:06:42.073Z] --- PASS: TestFixedBufferLen (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestFixedBufferString
14:06:42 [2021-05-06T14:06:42.073Z] --- PASS: TestFixedBufferString (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestFixedBufferWrite
14:06:42 [2021-05-06T14:06:42.073Z] --- PASS: TestFixedBufferWrite (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestFixedBufferRead
14:06:42 [2021-05-06T14:06:42.073Z] --- PASS: TestFixedBufferRead (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestBytesPipeRead
14:06:42 [2021-05-06T14:06:42.073Z] --- PASS: TestBytesPipeRead (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestBytesPipeWrite
14:06:42 [2021-05-06T14:06:42.073Z] --- PASS: TestBytesPipeWrite (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestBytesPipeWriteRandomChunks
14:06:42 [2021-05-06T14:06:42.073Z] --- PASS: TestDisablePigz (0.18s)
14:06:42 [2021-05-06T14:06:42.073Z]     archive_test.go:1331: Test will not check full path when Pigz not installed
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestPigz
14:06:42 [2021-05-06T14:06:42.073Z] --- PASS: TestPigz (0.15s)
14:06:42 [2021-05-06T14:06:42.073Z]     archive_test.go:1360: Tested whether Pigz is not used, as it not installed
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestCopyFileWithInvalidDest
14:06:42 [2021-05-06T14:06:42.073Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z]     archive_windows_test.go:16: Currently fails
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestCanonicalTarNameForPath
14:06:42 [2021-05-06T14:06:42.073Z] --- PASS: TestCanonicalTarNameForPath (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestCanonicalTarName
14:06:42 [2021-05-06T14:06:42.073Z] --- PASS: TestCanonicalTarName (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestChmodTarEntry
14:06:42 [2021-05-06T14:06:42.073Z] --- PASS: TestChmodTarEntry (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestHardLinkOrder
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestError
14:06:42 [2021-05-06T14:06:42.073Z] --- PASS: TestError (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestProgressString
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestProgressString/no_progress
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestProgressString/progress_1
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestProgressString/some_progress_with_a_start_time
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestProgressString/some_progress_without_a_start_time
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestProgressString/current_more_than_total_is_not_negative_gh#7136
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestProgressString/with_units
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestProgressString/current_more_than_total_with_units_is_not_negative_
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestProgressString/hide_counts
14:06:42 [2021-05-06T14:06:42.073Z] --- PASS: TestProgressString (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z]     --- PASS: TestProgressString/no_progress (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z]     --- PASS: TestProgressString/progress_1 (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z]     --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z]     --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z]     --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z]     --- PASS: TestProgressString/with_units (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z]     --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z]     --- PASS: TestProgressString/hide_counts (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestJSONMessageDisplay
14:06:42 [2021-05-06T14:06:42.073Z] --- PASS: TestHardLinkOrder (0.08s)
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestChangeString
14:06:42 [2021-05-06T14:06:42.073Z] --- PASS: TestChangeString (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestChangesWithNoChanges
14:06:42 [2021-05-06T14:06:42.073Z] --- PASS: TestChangesWithNoChanges (0.02s)
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestChangesWithChanges
14:06:42 [2021-05-06T14:06:42.073Z] --- PASS: TestChangesWithChanges (0.03s)
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestChangesWithChangesGH13590
14:06:42 [2021-05-06T14:06:42.073Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z]     changes_test.go:196: needs more investigation
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestChangesDirsEmpty
14:06:42 [2021-05-06T14:06:42.073Z] --- PASS: TestJSONMessageDisplay (0.13s)
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestJSONMessageDisplayWithJSONError
14:06:42 [2021-05-06T14:06:42.073Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestDisplayJSONMessagesStreamInvalidJSON
14:06:42 [2021-05-06T14:06:42.073Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z] === RUN   TestDisplayJSONMessagesStream
14:06:42 [2021-05-06T14:06:42.073Z] --- PASS: TestDisplayJSONMessagesStream (0.00s)
14:06:42 [2021-05-06T14:06:42.073Z] PASS
14:06:42 [2021-05-06T14:06:42.073Z] coverage: 91.7% of statements
14:06:42 [2021-05-06T14:06:42.233Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
14:06:42 [2021-05-06T14:06:42.496Z] === RUN   TestDockerSuite/TestBuildWithFailure
14:06:42 [2021-05-06T14:06:42.499Z] --- PASS: TestSecretCreateResolve (3.10s)
14:06:42 [2021-05-06T14:06:42.499Z] PASS
14:06:42 [2021-05-06T14:06:42.499Z] 
14:06:42 [2021-05-06T14:06:42.499Z] DONE 6 tests in 19.164s
14:06:42 [2021-05-06T14:06:42.499Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
14:06:42 [2021-05-06T14:06:42.499Z] ++ 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
14:06:42 [2021-05-06T14:06:42.499Z] ++ set -e
14:06:42 [2021-05-06T14:06:42.499Z] ++ '[' -n 0 ']'
14:06:42 [2021-05-06T14:06:42.499Z] ++ set -x
14:06:42 [2021-05-06T14:06:42.499Z] ++ 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
14:06:42 [2021-05-06T14:06:42.499Z] INFO: Testing against a local daemon
14:06:42 [2021-05-06T14:06:42.499Z] === RUN   TestServiceCreateInit
14:06:42 [2021-05-06T14:06:42.499Z] === RUN   TestServiceCreateInit/daemonInitDisabled
14:06:42 [2021-05-06T14:06:42.523Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.177s	coverage: 91.7% of statements
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestBytesPipeWriteRandomChunks (0.45s)
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestAtomicWriteToFile
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestAtomicWriteToFile (0.01s)
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestAtomicWriteSetCommit
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestAtomicWriteSetCommit (0.01s)
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestAtomicWriteSetCancel
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestAtomicWriteSetCancel (0.01s)
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestReadCloserWrapperClose
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestReadCloserWrapperClose (0.00s)
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestReaderErrWrapperReadOnError
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s)
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestReaderErrWrapperRead
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestReaderErrWrapperRead (0.00s)
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestHashData
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestHashData (0.00s)
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestCancelReadCloser
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestChangesDirsEmpty (0.16s)
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestChangesDirsMutated
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestStandardLongPath
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestStandardLongPath (0.00s)
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestUNCLongPath
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestUNCLongPath (0.00s)
14:06:42 [2021-05-06T14:06:42.524Z] PASS
14:06:42 [2021-05-06T14:06:42.524Z] coverage: 100.0% of statements
14:06:42 [2021-05-06T14:06:42.524Z] ok  	github.com/docker/docker/pkg/longpath	0.041s	coverage: 100.0% of statements
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestCancelReadCloser (0.10s)
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestWriteCloserWrapperClose
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestWriteCloserWrapperClose (0.00s)
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestNopWriteCloser
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestNopWriteCloser (0.00s)
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestNopWriter
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestNopWriter (0.00s)
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestWriteCounter
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestWriteCounter (0.00s)
14:06:42 [2021-05-06T14:06:42.524Z] PASS
14:06:42 [2021-05-06T14:06:42.524Z] coverage: 69.2% of statements
14:06:42 [2021-05-06T14:06:42.524Z] ok  	github.com/docker/docker/pkg/ioutils	0.676s	coverage: 69.2% of statements
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestChangesDirsMutated (0.10s)
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestApplyLayer
14:06:42 [2021-05-06T14:06:42.524Z] --- SKIP: TestApplyLayer (0.00s)
14:06:42 [2021-05-06T14:06:42.524Z]     changes_test.go:433: needs further investigation
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestChangesSizeWithHardlinks
14:06:42 [2021-05-06T14:06:42.524Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s)
14:06:42 [2021-05-06T14:06:42.524Z]     changes_test.go:469: needs further investigation
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestChangesSizeWithNoChanges
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestChangesSizeWithNoChanges (0.00s)
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestChangesSizeWithOnlyDeleteChanges
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s)
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestChangesSize
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestChangesSize (0.00s)
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestApplyLayerInvalidFilenames
14:06:42 [2021-05-06T14:06:42.524Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames366137778\\dest"
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s)
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestApplyLayerInvalidHardlink
14:06:42 [2021-05-06T14:06:42.524Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink441335732\\victim\\hello" -> "../victim/hello"
14:06:42 [2021-05-06T14:06:42.524Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink080470915\\victim\\hello" -> "/../victim/hello"
14:06:42 [2021-05-06T14:06:42.524Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink553134854\\victim" -> "../victim"
14:06:42 [2021-05-06T14:06:42.524Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink796982957\\victim" -> "../victim"
14:06:42 [2021-05-06T14:06:42.524Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink471287848\\victim" -> "../victim"
14:06:42 [2021-05-06T14:06:42.524Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink771949927\\victim" -> "../victim"
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s)
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestApplyLayerInvalidSymlink
14:06:42 [2021-05-06T14:06:42.524Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink139732890\\dest\\dotdot" -> "../victim/hello"
14:06:42 [2021-05-06T14:06:42.524Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink452218417\\dest\\slash-dotdot" -> "/../victim/hello"
14:06:42 [2021-05-06T14:06:42.524Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink035632092\\dest\\loophole-victim" -> "../victim"
14:06:42 [2021-05-06T14:06:42.524Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink318450059\\dest\\loophole-victim" -> "../victim"
14:06:42 [2021-05-06T14:06:42.524Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink788591982\\dest\\loophole-victim" -> "../victim"
14:06:42 [2021-05-06T14:06:42.524Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink177739253\\dest\\loophole-victim" -> "../victim"
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s)
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestApplyLayerWhiteouts
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestApplyLayerWhiteouts (0.06s)
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestGenerateEmptyFile
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestGenerateEmptyFile (0.00s)
14:06:42 [2021-05-06T14:06:42.524Z] === RUN   TestGenerateWithContent
14:06:42 [2021-05-06T14:06:42.524Z] --- PASS: TestGenerateWithContent (0.00s)
14:06:42 [2021-05-06T14:06:42.524Z] PASS
14:06:42 [2021-05-06T14:06:42.524Z] coverage: 62.6% of statements
14:06:42 [2021-05-06T14:06:42.524Z] ok  	github.com/docker/docker/pkg/archive	7.706s	coverage: 62.6% of statements
14:06:43 [2021-05-06T14:06:43.438Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
14:06:43 [2021-05-06T14:06:43.438Z] === RUN   TestExternalGraphDriver/spec
14:06:43 [2021-05-06T14:06:43.475Z] === RUN   TestNameFormat
14:06:43 [2021-05-06T14:06:43.475Z] --- PASS: TestNameFormat (0.00s)
14:06:43 [2021-05-06T14:06:43.475Z] === RUN   TestNameRetries
14:06:43 [2021-05-06T14:06:43.475Z] --- PASS: TestNameRetries (0.00s)
14:06:43 [2021-05-06T14:06:43.475Z] PASS
14:06:43 [2021-05-06T14:06:43.475Z] coverage: 85.7% of statements
14:06:43 [2021-05-06T14:06:43.475Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.099s	coverage: 85.7% of statements
14:06:43 [2021-05-06T14:06:43.475Z] === RUN   TestParseKeyValueOpt
14:06:43 [2021-05-06T14:06:43.475Z] --- PASS: TestParseKeyValueOpt (0.00s)
14:06:43 [2021-05-06T14:06:43.475Z] === RUN   TestParseUintList
14:06:43 [2021-05-06T14:06:43.475Z] --- PASS: TestParseUintList (0.00s)
14:06:43 [2021-05-06T14:06:43.475Z] === RUN   TestParseUintListMaximumLimits
14:06:43 [2021-05-06T14:06:43.475Z] --- PASS: TestParseUintListMaximumLimits (0.00s)
14:06:43 [2021-05-06T14:06:43.475Z] PASS
14:06:43 [2021-05-06T14:06:43.475Z] coverage: 97.0% of statements
14:06:43 [2021-05-06T14:06:43.475Z] ok  	github.com/docker/docker/pkg/parsers	0.033s	coverage: 97.0% of statements
14:06:43 [2021-05-06T14:06:43.927Z] === RUN   TestNewAndRemove
14:06:43 [2021-05-06T14:06:43.927Z] --- PASS: TestNewAndRemove (0.00s)
14:06:43 [2021-05-06T14:06:43.927Z] === RUN   TestRemoveInvalidPath
14:06:43 [2021-05-06T14:06:43.927Z] --- PASS: TestRemoveInvalidPath (0.00s)
14:06:43 [2021-05-06T14:06:43.927Z] PASS
14:06:43 [2021-05-06T14:06:43.927Z] coverage: 82.6% of statements
14:06:43 [2021-05-06T14:06:43.927Z] ok  	github.com/docker/docker/pkg/pidfile	0.044s	coverage: 82.6% of statements
14:06:44 [2021-05-06T14:06:44.379Z] === RUN   TestDockerSuite/TestBuildWithTabs
14:06:44 [2021-05-06T14:06:44.882Z] === RUN   TestParseEmptyInterface
14:06:44 [2021-05-06T14:06:44.882Z] --- PASS: TestParseEmptyInterface (0.00s)
14:06:44 [2021-05-06T14:06:44.882Z] === RUN   TestParseNonInterfaceType
14:06:44 [2021-05-06T14:06:44.882Z] --- PASS: TestParseNonInterfaceType (0.00s)
14:06:44 [2021-05-06T14:06:44.882Z] === RUN   TestParseWithOneFunction
14:06:44 [2021-05-06T14:06:44.882Z] --- PASS: TestParseWithOneFunction (0.00s)
14:06:44 [2021-05-06T14:06:44.882Z] === RUN   TestParseWithMultipleFuncs
14:06:44 [2021-05-06T14:06:44.882Z] --- PASS: TestParseWithMultipleFuncs (0.00s)
14:06:44 [2021-05-06T14:06:44.882Z] === RUN   TestParseWithUnnamedReturn
14:06:44 [2021-05-06T14:06:44.882Z] --- PASS: TestParseWithUnnamedReturn (0.00s)
14:06:44 [2021-05-06T14:06:44.882Z] === RUN   TestEmbeddedInterface
14:06:44 [2021-05-06T14:06:44.882Z] --- PASS: TestEmbeddedInterface (0.00s)
14:06:44 [2021-05-06T14:06:44.882Z] === RUN   TestParsedImports
14:06:44 [2021-05-06T14:06:44.882Z] --- PASS: TestParsedImports (0.00s)
14:06:44 [2021-05-06T14:06:44.882Z] === RUN   TestAliasedImports
14:06:44 [2021-05-06T14:06:44.882Z] --- PASS: TestAliasedImports (0.00s)
14:06:44 [2021-05-06T14:06:44.882Z] PASS
14:06:44 [2021-05-06T14:06:44.882Z] coverage: 56.8% of statements
14:06:44 [2021-05-06T14:06:44.882Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.050s	coverage: 56.8% of statements
14:06:45 [2021-05-06T14:06:45.320Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
14:06:45 [2021-05-06T14:06:45.581Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
14:06:45 [2021-05-06T14:06:45.833Z] === RUN   TestFailedConnection
14:06:45 [2021-05-06T14:06:45.850Z] ok  	github.com/docker/docker/api/server	0.009s	coverage: 9.0% of statements
14:06:46 [2021-05-06T14:06:46.285Z] === RUN   TestBufioReaderPoolGetWithNoReaderShouldCreateOne
14:06:46 [2021-05-06T14:06:46.285Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s)
14:06:46 [2021-05-06T14:06:46.285Z] === RUN   TestBufioReaderPoolPutAndGet
14:06:46 [2021-05-06T14:06:46.285Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s)
14:06:46 [2021-05-06T14:06:46.285Z] === RUN   TestNewReadCloserWrapperWithAReadCloser
14:06:46 [2021-05-06T14:06:46.285Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s)
14:06:46 [2021-05-06T14:06:46.285Z] === RUN   TestBufioWriterPoolGetWithNoReaderShouldCreateOne
14:06:46 [2021-05-06T14:06:46.285Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s)
14:06:46 [2021-05-06T14:06:46.285Z] === RUN   TestBufioWriterPoolPutAndGet
14:06:46 [2021-05-06T14:06:46.285Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s)
14:06:46 [2021-05-06T14:06:46.285Z] === RUN   TestNewWriteCloserWrapperWithAWriteCloser
14:06:46 [2021-05-06T14:06:46.285Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s)
14:06:46 [2021-05-06T14:06:46.285Z] === RUN   TestBufferPoolPutAndGet
14:06:46 [2021-05-06T14:06:46.285Z] --- PASS: TestBufferPoolPutAndGet (0.00s)
14:06:46 [2021-05-06T14:06:46.285Z] PASS
14:06:46 [2021-05-06T14:06:46.285Z] coverage: 88.2% of statements
14:06:46 [2021-05-06T14:06:46.285Z] ok  	github.com/docker/docker/pkg/pools	0.065s	coverage: 88.2% of statements
14:06:46 [2021-05-06T14:06:46.285Z] === RUN   TestHTTPTransport
14:06:46 [2021-05-06T14:06:46.285Z] --- PASS: TestHTTPTransport (0.00s)
14:06:46 [2021-05-06T14:06:46.285Z] PASS
14:06:46 [2021-05-06T14:06:46.285Z] coverage: 85.7% of statements
14:06:46 [2021-05-06T14:06:46.285Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.068s	coverage: 85.7% of statements
14:06:46 [2021-05-06T14:06:46.735Z] --- PASS: TestFailedConnection (1.14s)
14:06:46 [2021-05-06T14:06:46.735Z] === RUN   TestFailOnce
14:06:46 [2021-05-06T14:06:46.735Z] 2021/05/06 14:06:46 http: panic serving 127.0.0.1:49222: Plugin not ready
14:06:46 [2021-05-06T14:06:46.735Z] goroutine 10 [running]:
14:06:46 [2021-05-06T14:06:46.735Z] net/http.(*conn).serve.func1(0xc000058be0)
14:06:46 [2021-05-06T14:06:46.735Z] 	c:/go/src/net/http/server.go:1795 +0x140
14:06:46 [2021-05-06T14:06:46.735Z] panic(0x849b40, 0x986aa0)
14:06:46 [2021-05-06T14:06:46.735Z] 	c:/go/src/runtime/panic.go:679 +0x1c0
14:06:46 [2021-05-06T14:06:46.735Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a6e0, 0xc000130000, 0xc0000d0300)
14:06:46 [2021-05-06T14:06:46.735Z] 	C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56
14:06:46 [2021-05-06T14:06:46.735Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a6e0, 0xc000130000, 0xc0000d0300)
14:06:46 [2021-05-06T14:06:46.735Z] 	c:/go/src/net/http/server.go:2036 +0x4b
14:06:46 [2021-05-06T14:06:46.735Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a6e0, 0xc000130000, 0xc0000d0300)
14:06:46 [2021-05-06T14:06:46.735Z] 	c:/go/src/net/http/server.go:2416 +0x1c4
14:06:46 [2021-05-06T14:06:46.735Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a6e0, 0xc000130000, 0xc0000d0300)
14:06:46 [2021-05-06T14:06:46.735Z] 	c:/go/src/net/http/server.go:2831 +0xab
14:06:46 [2021-05-06T14:06:46.736Z] net/http.(*conn).serve(0xc000058be0, 0x99b2a0, 0xc00004a980)
14:06:46 [2021-05-06T14:06:46.736Z] 	c:/go/src/net/http/server.go:1919 +0x87c
14:06:46 [2021-05-06T14:06:46.736Z] created by net/http.(*Server).Serve
14:06:46 [2021-05-06T14:06:46.736Z] 	c:/go/src/net/http/server.go:2957 +0x38b
14:06:46 [2021-05-06T14:06:46.736Z] time="2021-05-06T14:06:46Z" 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"
14:06:46 [2021-05-06T14:06:46.964Z] === RUN   TestExternalGraphDriver/pull
14:06:47 [2021-05-06T14:06:47.187Z] === RUN   TestOutputOnPrematureClose
14:06:47 [2021-05-06T14:06:47.187Z] --- PASS: TestOutputOnPrematureClose (0.00s)
14:06:47 [2021-05-06T14:06:47.187Z] === RUN   TestCompleteSilently
14:06:47 [2021-05-06T14:06:47.187Z] --- PASS: TestCompleteSilently (0.00s)
14:06:47 [2021-05-06T14:06:47.187Z] PASS
14:06:47 [2021-05-06T14:06:47.187Z] coverage: 75.9% of statements
14:06:47 [2021-05-06T14:06:47.187Z] ok  	github.com/docker/docker/pkg/progress	0.038s	coverage: 75.9% of statements
14:06:47 [2021-05-06T14:06:47.187Z] === RUN   TestSendToOneSub
14:06:47 [2021-05-06T14:06:47.187Z] --- PASS: TestSendToOneSub (0.00s)
14:06:47 [2021-05-06T14:06:47.187Z] === RUN   TestSendToMultipleSubs
14:06:47 [2021-05-06T14:06:47.187Z] --- PASS: TestSendToMultipleSubs (0.00s)
14:06:47 [2021-05-06T14:06:47.187Z] === RUN   TestEvictOneSub
14:06:47 [2021-05-06T14:06:47.187Z] --- PASS: TestEvictOneSub (0.00s)
14:06:47 [2021-05-06T14:06:47.187Z] === RUN   TestClosePublisher
14:06:47 [2021-05-06T14:06:47.187Z] --- PASS: TestClosePublisher (0.00s)
14:06:47 [2021-05-06T14:06:47.187Z] === RUN   TestPubSubRace
14:06:47 [2021-05-06T14:06:47.638Z] === RUN   TestRegister
14:06:47 [2021-05-06T14:06:47.638Z] --- PASS: TestRegister (0.00s)
14:06:47 [2021-05-06T14:06:47.638Z] === RUN   TestCommand
14:06:47 [2021-05-06T14:06:47.638Z] --- PASS: TestCommand (0.03s)
14:06:47 [2021-05-06T14:06:47.638Z] === RUN   TestNaiveSelf
14:06:47 [2021-05-06T14:06:47.638Z] --- PASS: TestNaiveSelf (0.02s)
14:06:47 [2021-05-06T14:06:47.638Z] PASS
14:06:47 [2021-05-06T14:06:47.638Z] coverage: 82.4% of statements
14:06:47 [2021-05-06T14:06:47.638Z] ok  	github.com/docker/docker/pkg/reexec	0.084s	coverage: 82.4% of statements
14:06:47 [2021-05-06T14:06:47.784Z] === RUN   TestServiceCreateInit/daemonInitEnabled
14:06:48 [2021-05-06T14:06:48.088Z] --- PASS: TestFailOnce (1.13s)
14:06:48 [2021-05-06T14:06:48.088Z] === RUN   TestEchoInputOutput
14:06:48 [2021-05-06T14:06:48.088Z] --- PASS: TestEchoInputOutput (0.00s)
14:06:48 [2021-05-06T14:06:48.088Z] === RUN   TestBackoff
14:06:48 [2021-05-06T14:06:48.088Z] --- PASS: TestBackoff (0.00s)
14:06:48 [2021-05-06T14:06:48.088Z] === RUN   TestAbortRetry
14:06:48 [2021-05-06T14:06:48.088Z] --- PASS: TestAbortRetry (0.00s)
14:06:48 [2021-05-06T14:06:48.088Z] === RUN   TestClientScheme
14:06:48 [2021-05-06T14:06:48.088Z] --- PASS: TestClientScheme (0.00s)
14:06:48 [2021-05-06T14:06:48.088Z] === RUN   TestNewClientWithTimeout
14:06:48 [2021-05-06T14:06:48.088Z] --- PASS: TestPubSubRace (1.04s)
14:06:48 [2021-05-06T14:06:48.088Z] PASS
14:06:48 [2021-05-06T14:06:48.088Z] coverage: 75.0% of statements
14:06:48 [2021-05-06T14:06:48.089Z] ok  	github.com/docker/docker/pkg/pubsub	1.083s	coverage: 75.0% of statements
14:06:48 [2021-05-06T14:06:48.539Z] time="2021-05-06T14:06:48Z" 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"
14:06:48 [2021-05-06T14:06:48.539Z] === RUN   TestParseSignal
14:06:48 [2021-05-06T14:06:48.539Z] --- PASS: TestParseSignal (0.00s)
14:06:48 [2021-05-06T14:06:48.539Z] === RUN   TestValidSignalForPlatform
14:06:48 [2021-05-06T14:06:48.539Z] --- PASS: TestValidSignalForPlatform (0.00s)
14:06:48 [2021-05-06T14:06:48.539Z] PASS
14:06:48 [2021-05-06T14:06:48.539Z] coverage: 20.3% of statements
14:06:48 [2021-05-06T14:06:48.539Z] ok  	github.com/docker/docker/pkg/signal	0.038s	coverage: 20.3% of statements
14:06:48 [2021-05-06T14:06:48.876Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
14:06:48 [2021-05-06T14:06:48.990Z] === RUN   TestNewStdWriter
14:06:48 [2021-05-06T14:06:48.990Z] --- PASS: TestNewStdWriter (0.00s)
14:06:48 [2021-05-06T14:06:48.990Z] === RUN   TestWriteWithUninitializedStdWriter
14:06:48 [2021-05-06T14:06:48.990Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s)
14:06:48 [2021-05-06T14:06:48.990Z] === RUN   TestWriteWithNilBytes
14:06:48 [2021-05-06T14:06:48.990Z] --- PASS: TestWriteWithNilBytes (0.00s)
14:06:48 [2021-05-06T14:06:48.990Z] === RUN   TestWrite
14:06:48 [2021-05-06T14:06:48.990Z] --- PASS: TestWrite (0.00s)
14:06:48 [2021-05-06T14:06:48.990Z] === RUN   TestWriteWithWriterError
14:06:48 [2021-05-06T14:06:48.990Z] --- PASS: TestWriteWithWriterError (0.00s)
14:06:48 [2021-05-06T14:06:48.990Z] === RUN   TestWriteDoesNotReturnNegativeWrittenBytes
14:06:48 [2021-05-06T14:06:48.990Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s)
14:06:48 [2021-05-06T14:06:48.990Z] === RUN   TestStdCopyWriteAndRead
14:06:48 [2021-05-06T14:06:48.990Z] --- PASS: TestStdCopyWriteAndRead (0.00s)
14:06:48 [2021-05-06T14:06:48.990Z] === RUN   TestStdCopyReturnsErrorReadingHeader
14:06:48 [2021-05-06T14:06:48.990Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s)
14:06:48 [2021-05-06T14:06:48.990Z] === RUN   TestStdCopyReturnsErrorReadingFrame
14:06:48 [2021-05-06T14:06:48.990Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s)
14:06:48 [2021-05-06T14:06:48.990Z] === RUN   TestStdCopyDetectsCorruptedFrame
14:06:48 [2021-05-06T14:06:48.990Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s)
14:06:48 [2021-05-06T14:06:48.990Z] === RUN   TestStdCopyWithInvalidInputHeader
14:06:48 [2021-05-06T14:06:48.990Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s)
14:06:48 [2021-05-06T14:06:48.990Z] === RUN   TestStdCopyWithCorruptedPrefix
14:06:48 [2021-05-06T14:06:48.990Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s)
14:06:48 [2021-05-06T14:06:48.990Z] === RUN   TestStdCopyReturnsWriteErrors
14:06:48 [2021-05-06T14:06:48.990Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s)
14:06:48 [2021-05-06T14:06:48.990Z] === RUN   TestStdCopyDetectsNotFullyWrittenFrames
14:06:48 [2021-05-06T14:06:48.990Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s)
14:06:48 [2021-05-06T14:06:48.990Z] === RUN   TestStdCopyReturnsErrorFromSystem
14:06:48 [2021-05-06T14:06:48.990Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s)
14:06:48 [2021-05-06T14:06:48.990Z] PASS
14:06:48 [2021-05-06T14:06:48.990Z] coverage: 100.0% of statements
14:06:48 [2021-05-06T14:06:48.990Z] ok  	github.com/docker/docker/pkg/stdcopy	0.033s	coverage: 100.0% of statements
14:06:49 [2021-05-06T14:06:49.449Z] --- PASS: TestExternalGraphDriver (9.06s)
14:06:49 [2021-05-06T14:06:49.449Z]     --- PASS: TestExternalGraphDriver/json (3.06s)
14:06:49 [2021-05-06T14:06:49.449Z]     --- PASS: TestExternalGraphDriver/spec (3.35s)
14:06:49 [2021-05-06T14:06:49.449Z]     --- PASS: TestExternalGraphDriver/pull (2.53s)
14:06:49 [2021-05-06T14:06:49.449Z] === RUN   TestGraphdriverPluginV2
14:06:49 [2021-05-06T14:06:49.945Z] === RUN   TestRawProgressFormatterFormatStatus
14:06:49 [2021-05-06T14:06:49.945Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s)
14:06:49 [2021-05-06T14:06:49.945Z] === RUN   TestRawProgressFormatterFormatProgress
14:06:49 [2021-05-06T14:06:49.945Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s)
14:06:49 [2021-05-06T14:06:49.945Z] === RUN   TestFormatStatus
14:06:49 [2021-05-06T14:06:49.945Z] --- PASS: TestFormatStatus (0.00s)
14:06:49 [2021-05-06T14:06:49.945Z] === RUN   TestFormatError
14:06:49 [2021-05-06T14:06:49.945Z] --- PASS: TestFormatError (0.00s)
14:06:49 [2021-05-06T14:06:49.945Z] === RUN   TestFormatJSONError
14:06:49 [2021-05-06T14:06:49.945Z] --- PASS: TestFormatJSONError (0.00s)
14:06:49 [2021-05-06T14:06:49.945Z] === RUN   TestJsonProgressFormatterFormatProgress
14:06:49 [2021-05-06T14:06:49.945Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s)
14:06:49 [2021-05-06T14:06:49.945Z] === RUN   TestJsonProgressFormatterFormatStatus
14:06:49 [2021-05-06T14:06:49.945Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s)
14:06:49 [2021-05-06T14:06:49.945Z] === RUN   TestNewJSONProgressOutput
14:06:49 [2021-05-06T14:06:49.945Z] --- PASS: TestNewJSONProgressOutput (0.00s)
14:06:49 [2021-05-06T14:06:49.945Z] === RUN   TestAuxFormatterEmit
14:06:49 [2021-05-06T14:06:49.945Z] --- PASS: TestAuxFormatterEmit (0.00s)
14:06:49 [2021-05-06T14:06:49.945Z] === RUN   TestStreamWriterStdout
14:06:49 [2021-05-06T14:06:49.945Z] --- PASS: TestStreamWriterStdout (0.00s)
14:06:49 [2021-05-06T14:06:49.945Z] === RUN   TestStreamWriterStderr
14:06:49 [2021-05-06T14:06:49.945Z] --- PASS: TestStreamWriterStderr (0.00s)
14:06:49 [2021-05-06T14:06:49.945Z] PASS
14:06:49 [2021-05-06T14:06:49.945Z] coverage: 66.2% of statements
14:06:49 [2021-05-06T14:06:49.945Z] ok  	github.com/docker/docker/pkg/streamformatter	0.050s	coverage: 66.2% of statements
14:06:49 [2021-05-06T14:06:49.945Z] time="2021-05-06T14:06:49Z" 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"
14:06:49 [2021-05-06T14:06:49.945Z] === RUN   TestGenerateRandomID
14:06:49 [2021-05-06T14:06:49.945Z] --- PASS: TestGenerateRandomID (0.00s)
14:06:49 [2021-05-06T14:06:49.945Z] === RUN   TestShortenId
14:06:49 [2021-05-06T14:06:49.945Z] --- PASS: TestShortenId (0.00s)
14:06:49 [2021-05-06T14:06:49.945Z] === RUN   TestShortenSha256Id
14:06:49 [2021-05-06T14:06:49.945Z] --- PASS: TestShortenSha256Id (0.00s)
14:06:49 [2021-05-06T14:06:49.945Z] === RUN   TestShortenIdEmpty
14:06:49 [2021-05-06T14:06:49.945Z] --- PASS: TestShortenIdEmpty (0.00s)
14:06:49 [2021-05-06T14:06:49.945Z] === RUN   TestShortenIdInvalid
14:06:49 [2021-05-06T14:06:49.945Z] --- PASS: TestShortenIdInvalid (0.00s)
14:06:49 [2021-05-06T14:06:49.945Z] === RUN   TestIsShortIDNonHex
14:06:49 [2021-05-06T14:06:49.945Z] --- PASS: TestIsShortIDNonHex (0.00s)
14:06:49 [2021-05-06T14:06:49.945Z] === RUN   TestIsShortIDNotCorrectSize
14:06:49 [2021-05-06T14:06:49.945Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s)
14:06:49 [2021-05-06T14:06:49.945Z] PASS
14:06:49 [2021-05-06T14:06:49.945Z] coverage: 70.6% of statements
14:06:49 [2021-05-06T14:06:49.945Z] ok  	github.com/docker/docker/pkg/stringid	0.128s	coverage: 70.6% of statements
14:06:50 [2021-05-06T14:06:50.833Z] === RUN   TestDockerSuite/TestBuildWithVolumes
14:06:51 [2021-05-06T14:06:51.457Z] === RUN   TestIsCpusetListAvailable
14:06:51 [2021-05-06T14:06:51.457Z] --- PASS: TestIsCpusetListAvailable (0.00s)
14:06:51 [2021-05-06T14:06:51.457Z] PASS
14:06:51 [2021-05-06T14:06:51.457Z] coverage: 38.2% of statements
14:06:51 [2021-05-06T14:06:51.457Z] ok  	github.com/docker/docker/pkg/sysinfo	0.037s	coverage: 38.2% of statements
14:06:51 [2021-05-06T14:06:51.775Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
14:06:51 [2021-05-06T14:06:51.907Z] === RUN   TestChtimes
14:06:51 [2021-05-06T14:06:51.907Z] --- PASS: TestChtimes (0.00s)
14:06:51 [2021-05-06T14:06:51.907Z] === RUN   TestChtimesWindows
14:06:51 [2021-05-06T14:06:51.907Z] --- PASS: TestChtimesWindows (0.00s)
14:06:51 [2021-05-06T14:06:51.907Z] === RUN   TestCheckSystemDriveAndRemoveDriveLetter
14:06:51 [2021-05-06T14:06:51.907Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s)
14:06:51 [2021-05-06T14:06:51.907Z] === RUN   TestEnsureRemoveAllNotExist
14:06:51 [2021-05-06T14:06:51.907Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s)
14:06:51 [2021-05-06T14:06:51.907Z] === RUN   TestEnsureRemoveAllWithDir
14:06:51 [2021-05-06T14:06:51.907Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s)
14:06:51 [2021-05-06T14:06:51.907Z] === RUN   TestEnsureRemoveAllWithFile
14:06:51 [2021-05-06T14:06:51.907Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s)
14:06:51 [2021-05-06T14:06:51.907Z] === RUN   TestHasWin32KSupport
14:06:51 [2021-05-06T14:06:51.907Z] --- PASS: TestHasWin32KSupport (0.00s)
14:06:51 [2021-05-06T14:06:51.907Z]     syscall_windows_test.go:8: win32k: true
14:06:51 [2021-05-06T14:06:51.907Z] PASS
14:06:51 [2021-05-06T14:06:51.907Z] coverage: 12.0% of statements
14:06:51 [2021-05-06T14:06:51.907Z] ok  	github.com/docker/docker/pkg/system	0.059s	coverage: 12.0% of statements
14:06:52 [2021-05-06T14:06:52.036Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
14:06:52 [2021-05-06T14:06:52.297Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
14:06:52 [2021-05-06T14:06:52.297Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
14:06:52 [2021-05-06T14:06:52.362Z] === RUN   TestTailFile
14:06:52 [2021-05-06T14:06:52.362Z] --- PASS: TestTailFile (0.00s)
14:06:52 [2021-05-06T14:06:52.362Z] === RUN   TestTailFileManyLines
14:06:52 [2021-05-06T14:06:52.362Z] --- PASS: TestTailFileManyLines (0.00s)
14:06:52 [2021-05-06T14:06:52.362Z] === RUN   TestTailEmptyFile
14:06:52 [2021-05-06T14:06:52.362Z] --- PASS: TestTailEmptyFile (0.00s)
14:06:52 [2021-05-06T14:06:52.362Z] === RUN   TestTailNegativeN
14:06:52 [2021-05-06T14:06:52.362Z] --- PASS: TestTailNegativeN (0.00s)
14:06:52 [2021-05-06T14:06:52.362Z] === RUN   TestNewTailReader
14:06:52 [2021-05-06T14:06:52.362Z] === PAUSE TestNewTailReader
14:06:52 [2021-05-06T14:06:52.362Z] === CONT  TestNewTailReader
14:06:52 [2021-05-06T14:06:52.362Z] === RUN   TestNewTailReader/4_byte_delimiter
14:06:52 [2021-05-06T14:06:52.362Z] === PAUSE TestNewTailReader/4_byte_delimiter
14:06:52 [2021-05-06T14:06:52.362Z] === RUN   TestNewTailReader/8_byte_delimiter
14:06:52 [2021-05-06T14:06:52.362Z] === PAUSE TestNewTailReader/8_byte_delimiter
14:06:52 [2021-05-06T14:06:52.362Z] === RUN   TestNewTailReader/12_byte_delimiter
14:06:52 [2021-05-06T14:06:52.362Z] === PAUSE TestNewTailReader/12_byte_delimiter
14:06:52 [2021-05-06T14:06:52.362Z] === RUN   TestNewTailReader/no_delimiter
14:06:52 [2021-05-06T14:06:52.362Z] === PAUSE TestNewTailReader/no_delimiter
14:06:52 [2021-05-06T14:06:52.362Z] === RUN   TestNewTailReader/single_byte_delimiter
14:06:52 [2021-05-06T14:06:52.362Z] === PAUSE TestNewTailReader/single_byte_delimiter
14:06:52 [2021-05-06T14:06:52.362Z] === RUN   TestNewTailReader/2_byte_delimiter
14:06:52 [2021-05-06T14:06:52.362Z] === PAUSE TestNewTailReader/2_byte_delimiter
14:06:52 [2021-05-06T14:06:52.362Z] === RUN   TestNewTailReader/truncated_last_line
14:06:52 [2021-05-06T14:06:52.362Z] === RUN   TestNewTailReader/truncated_last_line/more_than_available
14:06:52 [2021-05-06T14:06:52.362Z] === RUN   TestNewTailReader/truncated_last_line#01
14:06:52 [2021-05-06T14:06:52.362Z] === RUN   TestNewTailReader/truncated_last_line#01/exact
14:06:52 [2021-05-06T14:06:52.362Z] === RUN   TestNewTailReader/truncated_last_line#02
14:06:52 [2021-05-06T14:06:52.362Z] === RUN   TestNewTailReader/truncated_last_line#02/one_line
14:06:52 [2021-05-06T14:06:52.362Z] === CONT  TestNewTailReader/4_byte_delimiter
14:06:52 [2021-05-06T14:06:52.362Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry
14:06:52 [2021-05-06T14:06:52.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry
14:06:52 [2021-05-06T14:06:52.362Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries
14:06:52 [2021-05-06T14:06:52.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries
14:06:52 [2021-05-06T14:06:52.362Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes
14:06:52 [2021-05-06T14:06:52.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes
14:06:52 [2021-05-06T14:06:52.362Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
14:06:52 [2021-05-06T14:06:52.363Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.363Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
14:06:52 [2021-05-06T14:06:52.363Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.363Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.363Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
14:06:52 [2021-05-06T14:06:52.363Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.363Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.363Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.363Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.363Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.363Z] === CONT  TestNewTailReader/no_delimiter
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/no_delimiter/various_sizes
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block
14:06:52 [2021-05-06T14:06:52.363Z] === CONT  TestNewTailReader/2_byte_delimiter
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block
14:06:52 [2021-05-06T14:06:52.363Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/no_delimiter/no_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/no_delimiter/no_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter
14:06:52 [2021-05-06T14:06:52.363Z] === CONT  TestNewTailReader/single_byte_delimiter
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.363Z] === CONT  TestNewTailReader/8_byte_delimiter
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
14:06:52 [2021-05-06T14:06:52.363Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
14:06:52 [2021-05-06T14:06:52.363Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/12_byte_delimiter
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] time="2021-05-06T14:06:52Z" 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"
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
14:06:52 [2021-05-06T14:06:52.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
14:06:52 [2021-05-06T14:06:52.364Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.365Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.365Z] === CONT  TestNewTailReader/no_delimiter/no_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.365Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.365Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/1_lines
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/2_lines
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/3_lines
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/4_lines
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/5_lines
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/6_lines
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/7_lines
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/8_lines
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/9_lines
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/10_lines
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.365Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.365Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.365Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/1_lines
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.365Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.365Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.365Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.365Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.817Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.817Z] === CONT  TestNewTailReader/no_delimiter/various_sizes
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/1_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/2_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/3_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/4_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/5_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/6_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/7_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/8_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/9_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/10_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.817Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/1_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/2_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/3_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.817Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.817Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.817Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.817Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.817Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.817Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.817Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
14:06:52 [2021-05-06T14:06:52.817Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
14:06:52 [2021-05-06T14:06:52.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
14:06:52 [2021-05-06T14:06:52.817Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
14:06:52 [2021-05-06T14:06:52.818Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.818Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
14:06:52 [2021-05-06T14:06:52.819Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/5_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/9_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/8_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/7_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/6_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/2_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/10_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/4_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/3_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/7_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/6_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/5_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/4_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/3_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/2_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/10_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/3_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/2_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/9_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/8_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
14:06:52 [2021-05-06T14:06:52.819Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
14:06:52 [2021-05-06T14:06:52.820Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
14:06:52 [2021-05-06T14:06:52.820Z] --- PASS: TestNewTailReader (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]     --- PASS: TestNewTailReader/truncated_last_line (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]         --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]     --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]         --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]     --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]         --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]     --- PASS: TestNewTailReader/4_byte_delimiter (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]         --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]         --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.820Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.01s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]     --- PASS: TestNewTailReader/2_byte_delimiter (0.01s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.01s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.01s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.01s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.01s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.01s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.02s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]     --- PASS: TestNewTailReader/no_delimiter (0.01s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
14:06:52 [2021-05-06T14:06:52.821Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.071Z] --- PASS: TestServiceCreateInit (10.76s)
14:06:53 [2021-05-06T14:06:53.071Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.42s)
14:06:53 [2021-05-06T14:06:53.071Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.30s)
14:06:53 [2021-05-06T14:06:53.071Z] === RUN   TestCreateServiceMultipleTimes
14:06:53 [2021-05-06T14:06:53.238Z] === RUN   TestDockerSuite/TestBuildXZHost
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]         --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]         --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]     --- PASS: TestNewTailReader/single_byte_delimiter (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]         --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.01s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]         --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]         --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]         --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.273Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]     --- PASS: TestNewTailReader/8_byte_delimiter (0.01s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.01s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]     --- PASS: TestNewTailReader/12_byte_delimiter (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]         --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s)
14:06:53 [2021-05-06T14:06:53.274Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.275Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.275Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
14:06:53 [2021-05-06T14:06:53.275Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s)
14:06:53 [2021-05-06T14:06:53.275Z] PASS
14:06:53 [2021-05-06T14:06:53.275Z] coverage: 88.6% of statements
14:06:53 [2021-05-06T14:06:53.275Z] ok  	github.com/docker/docker/pkg/tailfile	0.432s	coverage: 88.6% of statements
14:06:53 [2021-05-06T14:06:53.275Z] === RUN   TestTarSumRemoveNonExistent
14:06:53 [2021-05-06T14:06:53.275Z] --- PASS: TestTarSumRemoveNonExistent (0.00s)
14:06:53 [2021-05-06T14:06:53.275Z] === RUN   TestTarSumRemove
14:06:53 [2021-05-06T14:06:53.275Z] --- PASS: TestTarSumRemove (0.00s)
14:06:53 [2021-05-06T14:06:53.275Z] === RUN   TestSortFileInfoSums
14:06:53 [2021-05-06T14:06:53.275Z] --- PASS: TestSortFileInfoSums (0.00s)
14:06:53 [2021-05-06T14:06:53.275Z] === RUN   TestNewTarSumForLabelInvalid
14:06:53 [2021-05-06T14:06:53.275Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s)
14:06:53 [2021-05-06T14:06:53.275Z] === RUN   TestNewTarSumForLabel
14:06:53 [2021-05-06T14:06:53.275Z] --- PASS: TestNewTarSumForLabel (0.00s)
14:06:53 [2021-05-06T14:06:53.275Z] === RUN   TestEmptyTar
14:06:53 [2021-05-06T14:06:53.275Z] --- PASS: TestEmptyTar (0.00s)
14:06:53 [2021-05-06T14:06:53.275Z] === RUN   TestTarSumsReadSize
14:06:53 [2021-05-06T14:06:53.275Z] --- PASS: TestTarSumsReadSize (0.01s)
14:06:53 [2021-05-06T14:06:53.275Z] === RUN   TestTarSums
14:06:53 [2021-05-06T14:06:53.275Z] --- PASS: TestTarSums (0.09s)
14:06:53 [2021-05-06T14:06:53.275Z] === RUN   TestIteration
14:06:53 [2021-05-06T14:06:53.275Z] --- PASS: TestIteration (0.00s)
14:06:53 [2021-05-06T14:06:53.275Z] === RUN   TestVersionLabelForChecksum
14:06:53 [2021-05-06T14:06:53.275Z] --- PASS: TestVersionLabelForChecksum (0.00s)
14:06:53 [2021-05-06T14:06:53.275Z] === RUN   TestVersion
14:06:53 [2021-05-06T14:06:53.275Z] --- PASS: TestVersion (0.00s)
14:06:53 [2021-05-06T14:06:53.275Z] === RUN   TestGetVersion
14:06:53 [2021-05-06T14:06:53.275Z] --- PASS: TestGetVersion (0.00s)
14:06:53 [2021-05-06T14:06:53.275Z] === RUN   TestGetVersions
14:06:53 [2021-05-06T14:06:53.275Z] --- PASS: TestGetVersions (0.00s)
14:06:53 [2021-05-06T14:06:53.275Z] PASS
14:06:53 [2021-05-06T14:06:53.275Z] coverage: 89.3% of statements
14:06:53 [2021-05-06T14:06:53.275Z] ok  	github.com/docker/docker/pkg/tarsum	0.150s	coverage: 89.3% of statements
14:06:53 [2021-05-06T14:06:53.726Z] testing: warning: no tests to run
14:06:53 [2021-05-06T14:06:53.726Z] PASS
14:06:53 [2021-05-06T14:06:53.726Z] coverage: [no statements]
14:06:53 [2021-05-06T14:06:53.726Z] ok  	github.com/docker/docker/pkg/term/windows	0.040s	coverage: [no statements] [no tests to run]
14:06:54 [2021-05-06T14:06:54.177Z] === RUN   TestTruncIndex
14:06:54 [2021-05-06T14:06:54.177Z] --- PASS: TestTruncIndex (0.10s)
14:06:54 [2021-05-06T14:06:54.177Z] PASS
14:06:54 [2021-05-06T14:06:54.177Z] coverage: 91.5% of statements
14:06:54 [2021-05-06T14:06:54.627Z] ok  	github.com/docker/docker/pkg/truncindex	0.151s	coverage: 91.5% of statements
14:06:54 [2021-05-06T14:06:54.627Z] === RUN   TestIsGIT
14:06:54 [2021-05-06T14:06:54.627Z] --- PASS: TestIsGIT (0.00s)
14:06:54 [2021-05-06T14:06:54.627Z] === RUN   TestIsTransport
14:06:54 [2021-05-06T14:06:54.627Z] --- PASS: TestIsTransport (0.00s)
14:06:54 [2021-05-06T14:06:54.627Z] PASS
14:06:54 [2021-05-06T14:06:54.627Z] coverage: 100.0% of statements
14:06:54 [2021-05-06T14:06:54.627Z] ok  	github.com/docker/docker/pkg/urlutil	0.043s	coverage: 100.0% of statements
14:06:54 [2021-05-06T14:06:54.638Z] --- PASS: TestGraphdriverPluginV2 (5.37s)
14:06:54 [2021-05-06T14:06:54.638Z] PASS
14:06:54 [2021-05-06T14:06:54.638Z] 
14:06:54 [2021-05-06T14:06:54.638Z] DONE 5 tests in 14.574s
14:06:54 [2021-05-06T14:06:54.638Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
14:06:54 [2021-05-06T14:06:54.638Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
14:06:54 [2021-05-06T14:06:54.638Z] ++ set -e
14:06:54 [2021-05-06T14:06:54.638Z] ++ '[' -n 0 ']'
14:06:54 [2021-05-06T14:06:54.638Z] ++ set -x
14:06:54 [2021-05-06T14:06:54.638Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
14:06:54 [2021-05-06T14:06:54.898Z] INFO: Testing against a local daemon
14:06:54 [2021-05-06T14:06:54.898Z] === RUN   TestContinueAfterPluginCrash
14:06:54 [2021-05-06T14:06:54.898Z] === PAUSE TestContinueAfterPluginCrash
14:06:54 [2021-05-06T14:06:54.898Z] === RUN   TestReadPluginNoRead
14:06:54 [2021-05-06T14:06:54.898Z] === PAUSE TestReadPluginNoRead
14:06:54 [2021-05-06T14:06:54.898Z] === RUN   TestDaemonStartWithLogOpt
14:06:54 [2021-05-06T14:06:54.898Z] === PAUSE TestDaemonStartWithLogOpt
14:06:54 [2021-05-06T14:06:54.898Z] === CONT  TestContinueAfterPluginCrash
14:06:54 [2021-05-06T14:06:54.898Z] === CONT  TestDaemonStartWithLogOpt
14:06:55 [2021-05-06T14:06:55.079Z] === RUN   TestVersionInfo
14:06:55 [2021-05-06T14:06:55.080Z] --- PASS: TestVersionInfo (0.00s)
14:06:55 [2021-05-06T14:06:55.080Z] === RUN   TestAppendVersions
14:06:55 [2021-05-06T14:06:55.080Z] --- PASS: TestAppendVersions (0.00s)
14:06:55 [2021-05-06T14:06:55.080Z] PASS
14:06:55 [2021-05-06T14:06:55.080Z] coverage: 88.9% of statements
14:06:55 [2021-05-06T14:06:55.080Z] ok  	github.com/docker/docker/pkg/useragent	0.058s	coverage: 88.9% of statements
14:06:55 [2021-05-06T14:06:55.841Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
14:06:55 [2021-05-06T14:06:55.841Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
14:06:55 [2021-05-06T14:06:55.841Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
14:06:56 [2021-05-06T14:06:56.031Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
14:06:56 [2021-05-06T14:06:56.031Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
14:06:56 [2021-05-06T14:06:56.031Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
14:06:56 [2021-05-06T14:06:56.031Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
14:06:56 [2021-05-06T14:06:56.031Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
14:06:56 [2021-05-06T14:06:56.031Z] ?   	github.com/docker/docker/pkg/parsers/kernel	[no test files]
14:06:56 [2021-05-06T14:06:56.031Z] ?   	github.com/docker/docker/pkg/parsers/operatingsystem	[no test files]
14:06:56 [2021-05-06T14:06:56.031Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
14:06:56 [2021-05-06T14:06:56.031Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
14:06:56 [2021-05-06T14:06:56.989Z] === RUN   TestNewSettable
14:06:56 [2021-05-06T14:06:56.989Z] --- PASS: TestNewSettable (0.00s)
14:06:56 [2021-05-06T14:06:56.989Z] === RUN   TestIsSettable
14:06:56 [2021-05-06T14:06:56.989Z] --- PASS: TestIsSettable (0.00s)
14:06:56 [2021-05-06T14:06:56.989Z] === RUN   TestUpdateSettingsEnv
14:06:56 [2021-05-06T14:06:56.989Z] --- PASS: TestUpdateSettingsEnv (0.00s)
14:06:56 [2021-05-06T14:06:56.989Z] PASS
14:06:56 [2021-05-06T14:06:56.989Z] coverage: 20.1% of statements
14:06:56 [2021-05-06T14:06:56.989Z] ok  	github.com/docker/docker/plugin/v2	0.046s	coverage: 20.1% of statements
14:06:56 [2021-05-06T14:06:56.989Z] === RUN   TestValidatePrivileges
14:06:56 [2021-05-06T14:06:56.989Z] --- PASS: TestValidatePrivileges (0.00s)
14:06:56 [2021-05-06T14:06:56.989Z] === RUN   TestFilterByCapNeg
14:06:56 [2021-05-06T14:06:56.989Z] --- PASS: TestFilterByCapNeg (0.00s)
14:06:56 [2021-05-06T14:06:56.989Z] === RUN   TestFilterByCapPos
14:06:56 [2021-05-06T14:06:56.989Z] --- PASS: TestFilterByCapPos (0.00s)
14:06:56 [2021-05-06T14:06:56.989Z] === RUN   TestStoreGetPluginNotMatchCapRefs
14:06:56 [2021-05-06T14:06:56.989Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s)
14:06:56 [2021-05-06T14:06:56.989Z] PASS
14:06:56 [2021-05-06T14:06:56.989Z] coverage: 12.0% of statements
14:06:56 [2021-05-06T14:06:56.989Z] ok  	github.com/docker/docker/plugin	0.110s	coverage: 12.0% of statements
14:06:56 [2021-05-06T14:06:56.989Z] time="2021-05-06T14:06:56Z" 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"
14:06:56 [2021-05-06T14:06:56.989Z] === RUN   TestLoad
14:06:56 [2021-05-06T14:06:56.989Z] --- PASS: TestLoad (0.00s)
14:06:56 [2021-05-06T14:06:56.989Z] === RUN   TestSave
14:06:56 [2021-05-06T14:06:56.989Z] --- PASS: TestSave (0.03s)
14:06:56 [2021-05-06T14:06:56.989Z] === RUN   TestAddDeleteGet
14:06:56 [2021-05-06T14:06:56.989Z] --- PASS: TestAddDeleteGet (0.03s)
14:06:56 [2021-05-06T14:06:56.989Z] === RUN   TestInvalidTags
14:06:56 [2021-05-06T14:06:56.989Z] --- PASS: TestInvalidTags (0.01s)
14:06:56 [2021-05-06T14:06:56.989Z] PASS
14:06:56 [2021-05-06T14:06:56.989Z] coverage: 84.4% of statements
14:06:56 [2021-05-06T14:06:56.989Z] ok  	github.com/docker/docker/reference	0.124s	coverage: 84.4% of statements
14:06:57 [2021-05-06T14:06:57.226Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
14:06:58 [2021-05-06T14:06:58.502Z] === RUN   TestResumableRequestHeaderSimpleErrors
14:06:58 [2021-05-06T14:06:58.502Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s)
14:06:58 [2021-05-06T14:06:58.502Z] === RUN   TestResumableRequestHeaderNotTooMuchFailures
14:06:58 [2021-05-06T14:06:58.502Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s)
14:06:58 [2021-05-06T14:06:58.502Z] === RUN   TestResumableRequestHeaderTooMuchFailures
14:06:58 [2021-05-06T14:06:58.502Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s)
14:06:58 [2021-05-06T14:06:58.502Z] === RUN   TestResumableRequestReaderWithReadError
14:06:58 [2021-05-06T14:06:58.502Z] time="2021-05-06T14:06:58Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred"
14:06:58 [2021-05-06T14:06:58.502Z] --- PASS: TestResumableRequestReaderWithReadError (0.12s)
14:06:58 [2021-05-06T14:06:58.502Z] === RUN   TestResumableRequestReaderWithEOFWith416Response
14:06:58 [2021-05-06T14:06:58.502Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s)
14:06:58 [2021-05-06T14:06:58.502Z] === RUN   TestResumableRequestReaderWithServerDoesntSupportByteRanges
14:06:58 [2021-05-06T14:06:58.502Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s)
14:06:58 [2021-05-06T14:06:58.502Z] === RUN   TestResumableRequestReaderWithZeroTotalSize
14:06:58 [2021-05-06T14:06:58.502Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s)
14:06:58 [2021-05-06T14:06:58.502Z] === RUN   TestResumableRequestReader
14:06:58 [2021-05-06T14:06:58.502Z] --- PASS: TestResumableRequestReader (0.00s)
14:06:58 [2021-05-06T14:06:58.502Z] === RUN   TestResumableRequestReaderWithInitialResponse
14:06:58 [2021-05-06T14:06:58.502Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s)
14:06:58 [2021-05-06T14:06:58.502Z] PASS
14:06:58 [2021-05-06T14:06:58.502Z] coverage: 100.0% of statements
14:06:58 [2021-05-06T14:06:58.502Z] ok  	github.com/docker/docker/registry/resumable	0.270s	coverage: 100.0% of statements
14:06:58 [2021-05-06T14:06:58.502Z] === RUN   TestRestartManagerTimeout
14:06:58 [2021-05-06T14:06:58.502Z] --- PASS: TestRestartManagerTimeout (0.00s)
14:06:58 [2021-05-06T14:06:58.502Z] === RUN   TestRestartManagerTimeoutReset
14:06:58 [2021-05-06T14:06:58.502Z] --- PASS: TestRestartManagerTimeoutReset (0.00s)
14:06:58 [2021-05-06T14:06:58.502Z] PASS
14:06:58 [2021-05-06T14:06:58.502Z] coverage: 50.9% of statements
14:06:58 [2021-05-06T14:06:58.502Z] ok  	github.com/docker/docker/restartmanager	0.040s	coverage: 50.9% of statements
14:06:58 [2021-05-06T14:06:58.611Z] === RUN   TestDockerSuite/TestCommitChange
14:06:59 [2021-05-06T14:06:59.453Z] === RUN   TestResolveAuthConfigIndexServer
14:06:59 [2021-05-06T14:06:59.453Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s)
14:06:59 [2021-05-06T14:06:59.453Z] === RUN   TestResolveAuthConfigFullURL
14:06:59 [2021-05-06T14:06:59.453Z] --- PASS: TestResolveAuthConfigFullURL (0.00s)
14:06:59 [2021-05-06T14:06:59.453Z] === RUN   TestLoadAllowNondistributableArtifacts
14:06:59 [2021-05-06T14:06:59.453Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s)
14:06:59 [2021-05-06T14:06:59.453Z] === RUN   TestValidateMirror
14:06:59 [2021-05-06T14:06:59.453Z] --- PASS: TestValidateMirror (0.00s)
14:06:59 [2021-05-06T14:06:59.453Z] === RUN   TestLoadInsecureRegistries
14:06:59 [2021-05-06T14:06:59.453Z] time="2021-05-06T14:06:59Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
14:06:59 [2021-05-06T14:06:59.453Z] time="2021-05-06T14:06:59Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config"
14:06:59 [2021-05-06T14:06:59.453Z] time="2021-05-06T14:06:59Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
14:06:59 [2021-05-06T14:06:59.453Z] --- PASS: TestLoadInsecureRegistries (0.09s)
14:06:59 [2021-05-06T14:06:59.453Z] === RUN   TestNewServiceConfig
14:06:59 [2021-05-06T14:06:59.453Z] --- PASS: TestNewServiceConfig (0.00s)
14:06:59 [2021-05-06T14:06:59.453Z] === RUN   TestValidateIndexName
14:06:59 [2021-05-06T14:06:59.453Z] --- PASS: TestValidateIndexName (0.00s)
14:06:59 [2021-05-06T14:06:59.453Z] === RUN   TestValidateIndexNameWithError
14:06:59 [2021-05-06T14:06:59.453Z] --- PASS: TestValidateIndexNameWithError (0.00s)
14:06:59 [2021-05-06T14:06:59.453Z] === RUN   TestEndpointParse
14:06:59 [2021-05-06T14:06:59.453Z] --- PASS: TestEndpointParse (0.00s)
14:06:59 [2021-05-06T14:06:59.453Z] === RUN   TestEndpointParseInvalid
14:06:59 [2021-05-06T14:06:59.453Z] --- PASS: TestEndpointParseInvalid (0.00s)
14:06:59 [2021-05-06T14:06:59.453Z] === RUN   TestValidateEndpoint
14:06:59 [2021-05-06T14:06:59.453Z] --- PASS: TestValidateEndpoint (0.01s)
14:06:59 [2021-05-06T14:06:59.453Z] === RUN   TestPing
14:06:59 [2021-05-06T14:06:59.453Z] --- PASS: TestPing (0.00s)
14:06:59 [2021-05-06T14:06:59.453Z] === RUN   TestPingRegistryEndpoint
14:06:59 [2021-05-06T14:06:59.453Z] --- SKIP: TestPingRegistryEndpoint (0.00s)
14:06:59 [2021-05-06T14:06:59.453Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
14:06:59 [2021-05-06T14:06:59.453Z] === RUN   TestEndpoint
14:06:59 [2021-05-06T14:06:59.453Z] --- SKIP: TestEndpoint (0.00s)
14:06:59 [2021-05-06T14:06:59.453Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
14:06:59 [2021-05-06T14:06:59.453Z] === RUN   TestParseRepositoryInfo
14:06:59 [2021-05-06T14:06:59.453Z] --- PASS: TestParseRepositoryInfo (0.00s)
14:06:59 [2021-05-06T14:06:59.453Z] === RUN   TestNewIndexInfo
14:06:59 [2021-05-06T14:06:59.453Z] --- PASS: TestNewIndexInfo (0.00s)
14:06:59 [2021-05-06T14:06:59.453Z] === RUN   TestMirrorEndpointLookup
14:06:59 [2021-05-06T14:06:59.453Z] --- SKIP: TestMirrorEndpointLookup (0.01s)
14:06:59 [2021-05-06T14:06:59.453Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
14:06:59 [2021-05-06T14:06:59.453Z] === RUN   TestSearchRepositories
14:06:59 [2021-05-06T14:06:59.453Z] --- PASS: TestSearchRepositories (0.00s)
14:06:59 [2021-05-06T14:06:59.453Z]     registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1
14:06:59 [2021-05-06T14:06:59.453Z]         Host: 127.0.0.1:49244
14:06:59 [2021-05-06T14:06:59.453Z]         User-Agent: docker test client
14:06:59 [2021-05-06T14:06:59.453Z]         Authorization: Token fake-token
14:06:59 [2021-05-06T14:06:59.453Z]         X-Docker-Token: true
14:06:59 [2021-05-06T14:06:59.453Z]         Accept-Encoding: gzip
14:06:59 [2021-05-06T14:06:59.453Z]         
14:06:59 [2021-05-06T14:06:59.453Z]         
14:06:59 [2021-05-06T14:06:59.453Z]     registry_test.go:730: HTTP/1.1 200 OK
14:06:59 [2021-05-06T14:06:59.453Z]         Connection: close
14:06:59 [2021-05-06T14:06:59.453Z]         Content-Length: 144
14:06:59 [2021-05-06T14:06:59.453Z]         Cache-Control: no-cache
14:06:59 [2021-05-06T14:06:59.453Z]         Content-Type: application/json
14:06:59 [2021-05-06T14:06:59.454Z]         Date: Thu, 06 May 2021 14:06:59 GMT
14:06:59 [2021-05-06T14:06:59.454Z]         Expires: -1
14:06:59 [2021-05-06T14:06:59.454Z]         Pragma: no-cache
14:06:59 [2021-05-06T14:06:59.454Z]         Server: docker-tests/mock
14:06:59 [2021-05-06T14:06:59.454Z]         X-Docker-Registry-Config: mock
14:06:59 [2021-05-06T14:06:59.454Z]         X-Docker-Registry-Version: 0.0.0
14:06:59 [2021-05-06T14:06:59.454Z]         
14:06:59 [2021-05-06T14:06:59.454Z]         
14:06:59 [2021-05-06T14:06:59.454Z] === RUN   TestTrustedLocation
14:06:59 [2021-05-06T14:06:59.454Z] --- PASS: TestTrustedLocation (0.00s)
14:06:59 [2021-05-06T14:06:59.454Z] === RUN   TestAddRequiredHeadersToRedirectedRequests
14:06:59 [2021-05-06T14:06:59.454Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s)
14:06:59 [2021-05-06T14:06:59.454Z] === RUN   TestAllowNondistributableArtifacts
14:06:59 [2021-05-06T14:06:59.454Z] --- PASS: TestAllowNondistributableArtifacts (0.00s)
14:06:59 [2021-05-06T14:06:59.454Z] === RUN   TestIsSecureIndex
14:06:59 [2021-05-06T14:06:59.454Z] --- PASS: TestIsSecureIndex (0.00s)
14:06:59 [2021-05-06T14:06:59.454Z] PASS
14:06:59 [2021-05-06T14:06:59.454Z] coverage: 51.7% of statements
14:06:59 [2021-05-06T14:06:59.454Z] ok  	github.com/docker/docker/registry	0.237s	coverage: 51.7% of statements
14:06:59 [2021-05-06T14:06:59.454Z] === RUN   TestDecodeContainerConfig
14:06:59 [2021-05-06T14:06:59.454Z] --- PASS: TestDecodeContainerConfig (0.00s)
14:06:59 [2021-05-06T14:06:59.454Z] === RUN   TestDecodeContainerConfigIsolation
14:06:59 [2021-05-06T14:06:59.454Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s)
14:06:59 [2021-05-06T14:06:59.454Z] === RUN   TestValidatePrivileged
14:06:59 [2021-05-06T14:06:59.454Z] --- PASS: TestValidatePrivileged (0.00s)
14:06:59 [2021-05-06T14:06:59.454Z] PASS
14:06:59 [2021-05-06T14:06:59.454Z] coverage: 52.2% of statements
14:06:59 [2021-05-06T14:06:59.454Z] ok  	github.com/docker/docker/runconfig	0.039s	coverage: 52.2% of statements
14:06:59 [2021-05-06T14:06:59.454Z] === RUN   TestGenerateRandomAlphaOnlyStringLength
14:06:59 [2021-05-06T14:06:59.454Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s)
14:06:59 [2021-05-06T14:06:59.454Z] === RUN   TestGenerateRandomAlphaOnlyStringUniqueness
14:06:59 [2021-05-06T14:06:59.454Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s)
14:06:59 [2021-05-06T14:06:59.454Z] PASS
14:06:59 [2021-05-06T14:06:59.454Z] coverage: 62.5% of statements
14:06:59 [2021-05-06T14:06:59.454Z] ok  	github.com/docker/docker/testutil	0.056s	coverage: 62.5% of statements
14:06:59 [2021-05-06T14:06:59.996Z] === RUN   TestDockerSuite/TestCommitChangeLabels
14:07:00 [2021-05-06T14:07:00.938Z] --- PASS: TestDaemonStartWithLogOpt (6.03s)
14:07:00 [2021-05-06T14:07:00.938Z] === CONT  TestReadPluginNoRead
14:07:01 [2021-05-06T14:07:01.509Z] === RUN   TestDockerSuite/TestCommitHardlink
14:07:01 [2021-05-06T14:07:01.603Z] === RUN   TestGetDriver
14:07:01 [2021-05-06T14:07:01.603Z] --- PASS: TestGetDriver (0.00s)
14:07:01 [2021-05-06T14:07:01.603Z] === RUN   TestVolumeRequestError
14:07:01 [2021-05-06T14:07:01.603Z] --- PASS: TestVolumeRequestError (0.01s)
14:07:01 [2021-05-06T14:07:01.603Z] PASS
14:07:01 [2021-05-06T14:07:01.603Z] coverage: 36.1% of statements
14:07:01 [2021-05-06T14:07:01.603Z] ok  	github.com/docker/docker/volume/drivers	0.058s	coverage: 36.1% of statements
14:07:03 [2021-05-06T14:07:03.117Z] === RUN   TestGetAddress
14:07:03 [2021-05-06T14:07:03.117Z] --- PASS: TestGetAddress (0.00s)
14:07:03 [2021-05-06T14:07:03.117Z] === RUN   TestRemove
14:07:03 [2021-05-06T14:07:03.117Z] --- SKIP: TestRemove (0.00s)
14:07:03 [2021-05-06T14:07:03.117Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
14:07:03 [2021-05-06T14:07:03.117Z] === RUN   TestInitializeWithVolumes
14:07:03 [2021-05-06T14:07:03.117Z] --- PASS: TestInitializeWithVolumes (0.00s)
14:07:03 [2021-05-06T14:07:03.117Z] === RUN   TestCreate
14:07:03 [2021-05-06T14:07:03.117Z] --- PASS: TestCreate (0.01s)
14:07:03 [2021-05-06T14:07:03.117Z] === RUN   TestValidateName
14:07:03 [2021-05-06T14:07:03.117Z] --- PASS: TestValidateName (0.00s)
14:07:03 [2021-05-06T14:07:03.117Z] === RUN   TestCreateWithOpts
14:07:03 [2021-05-06T14:07:03.117Z] --- SKIP: TestCreateWithOpts (0.00s)
14:07:03 [2021-05-06T14:07:03.117Z]     local_test.go:181: runtime.GOOS == "windows"
14:07:03 [2021-05-06T14:07:03.117Z] === RUN   TestRelaodNoOpts
14:07:03 [2021-05-06T14:07:03.117Z] --- PASS: TestRelaodNoOpts (0.01s)
14:07:03 [2021-05-06T14:07:03.117Z] PASS
14:07:03 [2021-05-06T14:07:03.117Z] coverage: 41.5% of statements
14:07:03 [2021-05-06T14:07:03.117Z] ok  	github.com/docker/docker/volume/local	0.081s	coverage: 41.5% of statements
14:07:03 [2021-05-06T14:07:03.117Z] === RUN   TestConvertTmpfsOptions
14:07:03 [2021-05-06T14:07:03.117Z] --- PASS: TestConvertTmpfsOptions (0.00s)
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:49: data="mode=700,size=1m"
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:49: data="ro"
14:07:03 [2021-05-06T14:07:03.117Z] === RUN   TestParseMountRaw
14:07:03 [2021-05-06T14:07:03.117Z] --- PASS: TestParseMountRaw (0.03s)
14:07:03 [2021-05-06T14:07:03.117Z] === RUN   TestParseMountRawSplit
14:07:03 [2021-05-06T14:07:03.117Z] --- PASS: TestParseMountRawSplit (0.00s)
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 0
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 1
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 2
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 3
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 4
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 5
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 6
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 7
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 8
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 0
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 1
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 2
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 3
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 4
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 5
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 6
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 7
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 8
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 9
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 10
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 11
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 12
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 0
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 1
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 2
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 3
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 4
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 5
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 6
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 7
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 8
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 9
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 10
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:390: case 11
14:07:03 [2021-05-06T14:07:03.117Z] === RUN   TestParseMountSpec
14:07:03 [2021-05-06T14:07:03.117Z] --- PASS: TestParseMountSpec (0.00s)
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:455: case 0
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:455: case 1
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:455: case 2
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:455: case 3
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:455: case 4
14:07:03 [2021-05-06T14:07:03.117Z]     parser_test.go:455: case 5
14:07:03 [2021-05-06T14:07:03.117Z] === RUN   TestParseMountSpecBindWithFileinfoError
14:07:03 [2021-05-06T14:07:03.117Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s)
14:07:03 [2021-05-06T14:07:03.117Z] === RUN   TestValidateMount
14:07:03 [2021-05-06T14:07:03.117Z] --- PASS: TestValidateMount (0.00s)
14:07:03 [2021-05-06T14:07:03.117Z] PASS
14:07:03 [2021-05-06T14:07:03.117Z] coverage: 66.2% of statements
14:07:03 [2021-05-06T14:07:03.117Z] ok  	github.com/docker/docker/volume/mounts	0.093s	coverage: 66.2% of statements
14:07:04 [2021-05-06T14:07:04.055Z] === RUN   TestDockerSuite/TestCommitNewFile
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestSetGetMeta
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestSetGetMeta
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestRestore
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestRestore
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestServiceCreate
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestServiceCreate
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestServiceList
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestServiceList
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestServiceRemove
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestServiceRemove
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestServiceGet
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestServiceGet
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestServicePrune
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestServicePrune
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestCreate
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestCreate
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestRemove
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestRemove
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestList
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestList
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestFindByDriver
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestFindByDriver
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestFindByReferenced
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestFindByReferenced
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestDerefMultipleOfSameRef
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestDerefMultipleOfSameRef
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestCreateKeepOptsLabelsWhenExistsRemotely
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestDefererencePluginOnCreateError
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestDefererencePluginOnCreateError
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestRefDerefRemove
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestRefDerefRemove
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestGet
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestGet
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestGetWithReference
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestGetWithReference
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestFilterFunc
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestFilterFunc/test_nil_list
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestFilterFunc/test_nil_list
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestFilterFunc/test_empty_list
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestFilterFunc/test_empty_list
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestFilterFunc/test_filter_non-empty_to_empty
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestFilterFunc/test_nothing_to_fitler_non-empty_list
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestFilterFunc/test_filter_some
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestFilterFunc/test_filter_some
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestFilterFunc/test_filter_middle
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestFilterFunc/test_filter_middle
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestFilterFunc/test_filter_middle_and_last
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestFilterFunc/test_filter_middle_and_last
14:07:04 [2021-05-06T14:07:04.068Z] === RUN   TestFilterFunc/test_filter_first_and_last
14:07:04 [2021-05-06T14:07:04.068Z] === PAUSE TestFilterFunc/test_filter_first_and_last
14:07:04 [2021-05-06T14:07:04.068Z] === CONT  TestFilterFunc/test_nil_list
14:07:04 [2021-05-06T14:07:04.068Z] === CONT  TestFilterFunc/test_filter_some
14:07:04 [2021-05-06T14:07:04.068Z] === CONT  TestFilterFunc/test_nothing_to_fitler_non-empty_list
14:07:04 [2021-05-06T14:07:04.068Z] === CONT  TestFilterFunc/test_filter_non-empty_to_empty
14:07:04 [2021-05-06T14:07:04.068Z] === CONT  TestFilterFunc/test_empty_list
14:07:04 [2021-05-06T14:07:04.068Z] === CONT  TestFilterFunc/test_filter_first_and_last
14:07:04 [2021-05-06T14:07:04.068Z] === CONT  TestFilterFunc/test_filter_middle_and_last
14:07:04 [2021-05-06T14:07:04.068Z] === CONT  TestFilterFunc/test_filter_middle
14:07:04 [2021-05-06T14:07:04.068Z] --- PASS: TestFilterFunc (0.00s)
14:07:04 [2021-05-06T14:07:04.068Z]     --- PASS: TestFilterFunc/test_nil_list (0.00s)
14:07:04 [2021-05-06T14:07:04.068Z]     --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s)
14:07:04 [2021-05-06T14:07:04.068Z]     --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s)
14:07:04 [2021-05-06T14:07:04.068Z]     --- PASS: TestFilterFunc/test_empty_list (0.00s)
14:07:04 [2021-05-06T14:07:04.068Z]     --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s)
14:07:04 [2021-05-06T14:07:04.068Z]     --- PASS: TestFilterFunc/test_filter_middle (0.00s)
14:07:04 [2021-05-06T14:07:04.068Z]     --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s)
14:07:04 [2021-05-06T14:07:04.068Z]     --- PASS: TestFilterFunc/test_filter_some (0.00s)
14:07:04 [2021-05-06T14:07:04.068Z] === CONT  TestSetGetMeta
14:07:04 [2021-05-06T14:07:04.068Z] === CONT  TestFindByReferenced
14:07:04 [2021-05-06T14:07:04.068Z] === CONT  TestList
14:07:04 [2021-05-06T14:07:04.068Z] === CONT  TestServicePrune
14:07:04 [2021-05-06T14:07:04.068Z] === CONT  TestServiceGet
14:07:04 [2021-05-06T14:07:04.068Z] --- PASS: TestSetGetMeta (0.03s)
14:07:04 [2021-05-06T14:07:04.068Z] --- PASS: TestFindByReferenced (0.04s)
14:07:04 [2021-05-06T14:07:04.068Z] === CONT  TestServiceRemove
14:07:04 [2021-05-06T14:07:04.068Z] --- PASS: TestList (0.04s)
14:07:04 [2021-05-06T14:07:04.068Z] === CONT  TestServiceList
14:07:04 [2021-05-06T14:07:04.068Z] --- PASS: TestServiceGet (0.10s)
14:07:04 [2021-05-06T14:07:04.068Z] === CONT  TestServiceCreate
14:07:04 [2021-05-06T14:07:04.068Z] time="2021-05-06T14:07:04Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
14:07:04 [2021-05-06T14:07:04.068Z] --- PASS: TestServiceRemove (0.09s)
14:07:04 [2021-05-06T14:07:04.068Z] === CONT  TestRestore
14:07:04 [2021-05-06T14:07:04.068Z] --- PASS: TestServiceList (0.09s)
14:07:04 [2021-05-06T14:07:04.068Z] === CONT  TestGetWithReference
14:07:04 [2021-05-06T14:07:04.068Z] time="2021-05-06T14:07:04Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
14:07:04 [2021-05-06T14:07:04.317Z] === RUN   TestReadPluginNoRead/default
14:07:04 [2021-05-06T14:07:04.521Z] time="2021-05-06T14:07:04Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
14:07:04 [2021-05-06T14:07:04.521Z] --- PASS: TestServiceCreate (0.02s)
14:07:04 [2021-05-06T14:07:04.521Z] === CONT  TestRemove
14:07:04 [2021-05-06T14:07:04.521Z] time="2021-05-06T14:07:04Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3
14:07:04 [2021-05-06T14:07:04.521Z] --- PASS: TestRestore (0.03s)
14:07:04 [2021-05-06T14:07:04.521Z] === CONT  TestFindByDriver
14:07:04 [2021-05-06T14:07:04.521Z] time="2021-05-06T14:07:04Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
14:07:04 [2021-05-06T14:07:04.521Z] --- PASS: TestGetWithReference (0.03s)
14:07:04 [2021-05-06T14:07:04.521Z] === CONT  TestCreate
14:07:04 [2021-05-06T14:07:04.521Z] --- PASS: TestServicePrune (0.17s)
14:07:04 [2021-05-06T14:07:04.521Z] === CONT  TestDefererencePluginOnCreateError
14:07:04 [2021-05-06T14:07:04.521Z] --- PASS: TestRemove (0.03s)
14:07:04 [2021-05-06T14:07:04.521Z] === CONT  TestGet
14:07:04 [2021-05-06T14:07:04.521Z] --- PASS: TestCreate (0.02s)
14:07:04 [2021-05-06T14:07:04.521Z] === CONT  TestRefDerefRemove
14:07:04 [2021-05-06T14:07:04.521Z] --- PASS: TestFindByDriver (0.03s)
14:07:04 [2021-05-06T14:07:04.521Z] === CONT  TestCreateKeepOptsLabelsWhenExistsRemotely
14:07:04 [2021-05-06T14:07:04.521Z] === CONT  TestDerefMultipleOfSameRef
14:07:04 [2021-05-06T14:07:04.521Z] --- PASS: TestDefererencePluginOnCreateError (0.03s)
14:07:04 [2021-05-06T14:07:04.521Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s)
14:07:04 [2021-05-06T14:07:04.521Z] --- PASS: TestGet (0.02s)
14:07:04 [2021-05-06T14:07:04.521Z] --- PASS: TestRefDerefRemove (0.02s)
14:07:04 [2021-05-06T14:07:04.521Z] --- PASS: TestDerefMultipleOfSameRef (0.02s)
14:07:04 [2021-05-06T14:07:04.521Z] PASS
14:07:04 [2021-05-06T14:07:04.521Z] coverage: 70.3% of statements
14:07:04 [2021-05-06T14:07:04.521Z] ok  	github.com/docker/docker/volume/service	0.293s	coverage: 70.3% of statements
14:07:05 [2021-05-06T14:07:05.473Z] --- PASS: TestNewClientWithTimeout (17.65s)
14:07:05 [2021-05-06T14:07:05.473Z] === RUN   TestClientStream
14:07:05 [2021-05-06T14:07:05.473Z] --- PASS: TestClientStream (0.00s)
14:07:05 [2021-05-06T14:07:05.473Z] === RUN   TestClientSendFile
14:07:05 [2021-05-06T14:07:05.473Z] --- PASS: TestClientSendFile (0.00s)
14:07:05 [2021-05-06T14:07:05.473Z] === RUN   TestClientWithRequestTimeout
14:07:05 [2021-05-06T14:07:05.473Z] --- PASS: TestClientWithRequestTimeout (0.00s)
14:07:05 [2021-05-06T14:07:05.473Z] === RUN   TestFileSpecPlugin
14:07:05 [2021-05-06T14:07:05.473Z] --- PASS: TestFileSpecPlugin (0.01s)
14:07:05 [2021-05-06T14:07:05.473Z] === RUN   TestFileJSONSpecPlugin
14:07:05 [2021-05-06T14:07:05.473Z] --- PASS: TestFileJSONSpecPlugin (0.00s)
14:07:05 [2021-05-06T14:07:05.473Z] === RUN   TestFileJSONSpecPluginWithoutTLSConfig
14:07:05 [2021-05-06T14:07:05.473Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s)
14:07:05 [2021-05-06T14:07:05.473Z] === RUN   TestPluginAddHandler
14:07:05 [2021-05-06T14:07:05.473Z] --- PASS: TestPluginAddHandler (0.00s)
14:07:05 [2021-05-06T14:07:05.473Z] === RUN   TestPluginWaitBadPlugin
14:07:05 [2021-05-06T14:07:05.473Z] --- PASS: TestPluginWaitBadPlugin (0.00s)
14:07:05 [2021-05-06T14:07:05.473Z] === RUN   TestGet
14:07:05 [2021-05-06T14:07:05.473Z] time="2021-05-06T14:07:05Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s"
14:07:05 [2021-05-06T14:07:05.704Z] === RUN   TestDockerSuite/TestCommitPausedContainer
14:07:06 [2021-05-06T14:07:06.256Z] --- PASS: TestServicePlugin (30.57s)
14:07:06 [2021-05-06T14:07:06.256Z]     plugin_test.go:62: [d3ec0b109396f] joining swarm manager [d4b6cfd6b129d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:07:06 [2021-05-06T14:07:06.256Z]     plugin_test.go:65: [d1b0b55977f05] joining swarm manager [d4b6cfd6b129d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:07:06 [2021-05-06T14:07:06.256Z] === RUN   TestServiceUpdateLabel
14:07:06 [2021-05-06T14:07:06.425Z] time="2021-05-06T14:07:06Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s"
14:07:06 [2021-05-06T14:07:06.646Z] === RUN   TestReadPluginNoRead/disabled_caching
14:07:06 [2021-05-06T14:07:06.646Z] --- PASS: TestContinueAfterPluginCrash (11.72s)
14:07:06 [2021-05-06T14:07:06.646Z] === RUN   TestDockerSuite/TestCommitTTY
14:07:07 [2021-05-06T14:07:07.620Z] --- PASS: TestServiceUpdateLabel (2.47s)
14:07:07 [2021-05-06T14:07:07.620Z] === RUN   TestServiceUpdateSecrets
14:07:08 [2021-05-06T14:07:08.633Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
14:07:08 [2021-05-06T14:07:08.633Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
14:07:08 [2021-05-06T14:07:08.747Z] time="2021-05-06T14:07:08Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s"
14:07:09 [2021-05-06T14:07:09.574Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
14:07:10 [2021-05-06T14:07:10.147Z] --- PASS: TestReadPluginNoRead (9.34s)
14:07:10 [2021-05-06T14:07:10.147Z]     --- PASS: TestReadPluginNoRead/default (2.05s)
14:07:10 [2021-05-06T14:07:10.147Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.89s)
14:07:10 [2021-05-06T14:07:10.147Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.89s)
14:07:10 [2021-05-06T14:07:10.147Z]     read_test.go:92: [d06ae50a1624f] daemon is not started
14:07:10 [2021-05-06T14:07:10.147Z] PASS
14:07:10 [2021-05-06T14:07:10.147Z] 
14:07:10 [2021-05-06T14:07:10.147Z] DONE 6 tests in 15.543s
14:07:10 [2021-05-06T14:07:10.147Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
14:07:10 [2021-05-06T14:07:10.147Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
14:07:10 [2021-05-06T14:07:10.147Z] ++ set -e
14:07:10 [2021-05-06T14:07:10.147Z] ++ '[' -n 0 ']'
14:07:10 [2021-05-06T14:07:10.147Z] ++ set -x
14:07:10 [2021-05-06T14:07:10.147Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
14:07:10 [2021-05-06T14:07:10.408Z] testing: warning: no tests to run
14:07:10 [2021-05-06T14:07:10.408Z] PASS
14:07:10 [2021-05-06T14:07:10.408Z] 
14:07:10 [2021-05-06T14:07:10.408Z] DONE 0 tests in 0.071s
14:07:10 [2021-05-06T14:07:10.408Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
14:07:10 [2021-05-06T14:07:10.408Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
14:07:10 [2021-05-06T14:07:10.408Z] ++ set -e
14:07:10 [2021-05-06T14:07:10.408Z] ++ '[' -n 0 ']'
14:07:10 [2021-05-06T14:07:10.408Z] ++ set -x
14:07:10 [2021-05-06T14:07:10.408Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
14:07:10 [2021-05-06T14:07:10.669Z] INFO: Testing against a local daemon
14:07:10 [2021-05-06T14:07:10.669Z] === RUN   TestPluginWithDevMounts
14:07:10 [2021-05-06T14:07:10.669Z] === PAUSE TestPluginWithDevMounts
14:07:10 [2021-05-06T14:07:10.669Z] === CONT  TestPluginWithDevMounts
14:07:11 [2021-05-06T14:07:11.612Z] === RUN   TestDockerSuite/TestCommitWithoutPause
14:07:12 [2021-05-06T14:07:12.435Z] time="2021-05-06T14:07:12Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s"
14:07:12 [2021-05-06T14:07:12.553Z] --- PASS: TestPluginWithDevMounts (1.98s)
14:07:12 [2021-05-06T14:07:12.553Z] PASS
14:07:12 [2021-05-06T14:07:12.553Z] 
14:07:12 [2021-05-06T14:07:12.553Z] DONE 1 tests in 2.147s
14:07:12 [2021-05-06T14:07:12.553Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
14:07:12 [2021-05-06T14:07:12.553Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
14:07:12 [2021-05-06T14:07:12.553Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m
14:07:12 [2021-05-06T14:07:12.553Z] ++ set -e
14:07:12 [2021-05-06T14:07:12.553Z] ++ '[' -n 0 ']'
14:07:12 [2021-05-06T14:07:12.553Z] ++ set -x
14:07:12 [2021-05-06T14:07:12.553Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m
14:07:12 [2021-05-06T14:07:12.553Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
14:07:12 [2021-05-06T14:07:12.553Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
14:07:12 [2021-05-06T14:07:12.814Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
14:07:12 [2021-05-06T14:07:12.814Z] INFO: Testing against a local daemon
14:07:12 [2021-05-06T14:07:12.814Z] === RUN   TestSecretInspect
14:07:12 [2021-05-06T14:07:12.814Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
14:07:12 [2021-05-06T14:07:12.814Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
14:07:12 [2021-05-06T14:07:12.814Z] === RUN   TestDockerSuite/TestContainerAPICommit
14:07:14 [2021-05-06T14:07:14.728Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
14:07:15 [2021-05-06T14:07:15.161Z] --- PASS: TestCreateServiceMultipleTimes (18.71s)
14:07:15 [2021-05-06T14:07:15.161Z] === RUN   TestCreateServiceConflict
14:07:15 [2021-05-06T14:07:15.161Z] --- PASS: TestCreateServiceConflict (3.13s)
14:07:15 [2021-05-06T14:07:15.161Z] === RUN   TestCreateServiceMaxReplicas
14:07:15 [2021-05-06T14:07:15.669Z] --- PASS: TestSecretInspect (3.02s)
14:07:15 [2021-05-06T14:07:15.669Z] === RUN   TestSecretList
14:07:16 [2021-05-06T14:07:16.619Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
14:07:16 [2021-05-06T14:07:16.619Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
14:07:17 [2021-05-06T14:07:17.560Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
14:07:18 [2021-05-06T14:07:18.460Z] --- PASS: TestCreateServiceMaxReplicas (3.53s)
14:07:18 [2021-05-06T14:07:18.460Z] === RUN   TestCreateWithDuplicateNetworkNames
14:07:18 [2021-05-06T14:07:18.501Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
14:07:18 [2021-05-06T14:07:18.762Z] --- PASS: TestSecretList (2.94s)
14:07:18 [2021-05-06T14:07:18.762Z] === RUN   TestSecretsCreateAndDelete
14:07:19 [2021-05-06T14:07:19.334Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
14:07:19 [2021-05-06T14:07:19.905Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
14:07:20 [2021-05-06T14:07:20.166Z] === RUN   TestDockerSuite/TestContainerAPICreate
14:07:20 [2021-05-06T14:07:20.929Z] --- PASS: TestGet (15.00s)
14:07:20 [2021-05-06T14:07:20.929Z] === RUN   TestPluginWithNoManifest
14:07:20 [2021-05-06T14:07:20.929Z] --- PASS: TestPluginWithNoManifest (0.00s)
14:07:20 [2021-05-06T14:07:20.929Z] === RUN   TestGetAll
14:07:20 [2021-05-06T14:07:20.929Z] --- PASS: TestGetAll (0.00s)
14:07:20 [2021-05-06T14:07:20.929Z] PASS
14:07:20 [2021-05-06T14:07:20.929Z] coverage: 73.4% of statements
14:07:20 [2021-05-06T14:07:20.929Z] ok  	github.com/docker/docker/pkg/plugins	34.991s	coverage: 73.4% of statements
14:07:20 [2021-05-06T14:07:20.929Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
14:07:20 [2021-05-06T14:07:20.929Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
14:07:20 [2021-05-06T14:07:20.929Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
14:07:20 [2021-05-06T14:07:20.929Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
14:07:20 [2021-05-06T14:07:20.929Z] ?   	github.com/docker/docker/pkg/term	[no test files]
14:07:20 [2021-05-06T14:07:20.929Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
14:07:20 [2021-05-06T14:07:20.929Z] ?   	github.com/docker/docker/profiles/seccomp	[no test files]
14:07:20 [2021-05-06T14:07:20.929Z] ?   	github.com/docker/docker/quota	[no test files]
14:07:20 [2021-05-06T14:07:20.929Z] ?   	github.com/docker/docker/rootless	[no test files]
14:07:20 [2021-05-06T14:07:20.929Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
14:07:20 [2021-05-06T14:07:20.929Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
14:07:20 [2021-05-06T14:07:20.929Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
14:07:20 [2021-05-06T14:07:20.929Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
14:07:20 [2021-05-06T14:07:20.929Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
14:07:20 [2021-05-06T14:07:20.929Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
14:07:20 [2021-05-06T14:07:20.929Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
14:07:20 [2021-05-06T14:07:20.929Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
14:07:20 [2021-05-06T14:07:20.929Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
14:07:20 [2021-05-06T14:07:20.929Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
14:07:20 [2021-05-06T14:07:20.929Z] ?   	github.com/docker/docker/testutil/request	[no test files]
14:07:20 [2021-05-06T14:07:20.929Z] ?   	github.com/docker/docker/volume	[no test files]
14:07:20 [2021-05-06T14:07:20.929Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
14:07:20 [2021-05-06T14:07:20.929Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
14:07:21 [2021-05-06T14:07:21.556Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
14:07:21 [2021-05-06T14:07:21.556Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
14:07:21 [2021-05-06T14:07:21.556Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
14:07:21 [2021-05-06T14:07:21.817Z] --- PASS: TestSecretsCreateAndDelete (3.07s)
14:07:21 [2021-05-06T14:07:21.817Z] === RUN   TestSecretsUpdate
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === Skipped
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     dispatchers_test.go:377: Windows does not support stopsignal
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     client_test.go:23: runtime.GOOS == "windows"
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     daemon_test.go:147: root required
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     reload_test.go:520: root required
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     pull_v2_test.go:73: Needs fixing on Windows
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     pull_v2_test.go:118: Needs fixing on Windows
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     download_test.go:268: Needs fixing on Windows
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     layer_test.go:304: Failing on Windows
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     layer_test.go:353: Failing on Windows
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     layer_test.go:468: Failing on Windows
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     layer_test.go:697: Failing on Windows
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     migration_test.go:46: Failing on Windows
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     migration_test.go:182: Failing on Windows
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     mount_test.go:17: Failing on Windows
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     mount_test.go:76: Failing on Windows
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     mount_test.go:125: Failing on Windows
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     mount_test.go:212: Failing on Windows
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     archive_test.go:134: Xz not present in msys2
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     archive_test.go:239: Failing on Windows CI machines
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     archive_windows_test.go:16: Currently fails
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     changes_test.go:196: needs more investigation
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     changes_test.go:433: needs further investigation
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     changes_test.go:469: needs further investigation
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     poller_test.go:41: No chmod on Windows
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     fileutils_test.go:134: Needs porting to Windows
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     fileutils_test.go:180: Needs porting to Windows
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s)
14:07:22 [2021-05-06T14:07:22.440Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s)
14:07:22 [2021-05-06T14:07:22.440Z]     local_test.go:181: runtime.GOOS == "windows"
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] 
14:07:22 [2021-05-06T14:07:22.440Z] DONE 1833 tests, 45 skipped in 201.187s
14:07:22 [2021-05-06T14:07:22.440Z] INFO: make.ps1 ended at 05/06/2021 14:07:21
14:07:22 [2021-05-06T14:07:22.625Z] --- PASS: TestServiceUpdateSecrets (15.18s)
14:07:22 [2021-05-06T14:07:22.625Z] === RUN   TestServiceUpdateConfigs
14:07:22 [2021-05-06T14:07:22.759Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
14:07:22 [2021-05-06T14:07:22.759Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
14:07:22 [2021-05-06T14:07:22.759Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
14:07:22 [2021-05-06T14:07:22.759Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
14:07:23 [2021-05-06T14:07:23.019Z] === RUN   TestDockerSuite/TestContainerAPIDelete
14:07:23 [2021-05-06T14:07:23.952Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker
14:07:23 [2021-05-06T14:07:23.952Z] INFO: Unit tests ended at 05/06/2021 14:07:23. Duration:00:03:35.9746773
14:07:23 [2021-05-06T14:07:23.952Z] INFO: Building busybox
14:07:23 [2021-05-06T14:07:23.952Z] Sending build context to Docker daemon   5.12kB
14:07:23 [2021-05-06T14:07:23.952Z] 
14:07:23 [2021-05-06T14:07:23.952Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore
14:07:23 [2021-05-06T14:07:23.952Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019
14:07:23 [2021-05-06T14:07:23.952Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13
14:07:23 [2021-05-06T14:07:23.952Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae
14:07:23 [2021-05-06T14:07:23.952Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
14:07:23 [2021-05-06T14:07:23.952Z]  ---> 152749f71f8f
14:07:23 [2021-05-06T14:07:23.952Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin
14:07:23 [2021-05-06T14:07:23.952Z]  ---> Running in 4b008f6db909
14:07:23 [2021-05-06T14:07:23.961Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
14:07:24 [2021-05-06T14:07:24.221Z] --- PASS: TestSecretsUpdate (2.56s)
14:07:24 [2021-05-06T14:07:24.221Z] === RUN   TestTemplatedSecret
14:07:25 [2021-05-06T14:07:25.606Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
14:07:26 [2021-05-06T14:07:26.990Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
14:07:26 [2021-05-06T14:07:26.990Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
14:07:28 [2021-05-06T14:07:28.581Z] Removing intermediate container 4b008f6db909
14:07:28 [2021-05-06T14:07:28.581Z]  ---> c697949f8dd0
14:07:28 [2021-05-06T14:07:28.581Z] Step 7/13 : ARG BUSYBOX_VERSION
14:07:28 [2021-05-06T14:07:28.581Z]  ---> Running in a4b0b85e8f1d
14:07:28 [2021-05-06T14:07:28.581Z] Removing intermediate container a4b0b85e8f1d
14:07:28 [2021-05-06T14:07:28.581Z]  ---> 4285fdf1cb0d
14:07:28 [2021-05-06T14:07:28.581Z] Step 8/13 : ARG BUSYBOX_SHA256SUM
14:07:28 [2021-05-06T14:07:28.581Z]  ---> Running in 5a643fd362fb
14:07:29 [2021-05-06T14:07:29.031Z] Removing intermediate container 5a643fd362fb
14:07:29 [2021-05-06T14:07:29.031Z]  ---> 5f947350819c
14:07:29 [2021-05-06T14:07:29.031Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe
14:07:29 [2021-05-06T14:07:29.534Z] --- PASS: TestTemplatedSecret (5.21s)
14:07:29 [2021-05-06T14:07:29.534Z] === RUN   TestSecretCreateResolve
14:07:29 [2021-05-06T14:07:29.534Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
14:07:29 [2021-05-06T14:07:29.987Z] 
14:07:30 [2021-05-06T14:07:30.437Z]  ---> e7b95a23cce7
14:07:30 [2021-05-06T14:07:30.437Z] Step 10/13 : RUN powershell     if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) {         Throw \"Checksum validation failed\"     }
14:07:30 [2021-05-06T14:07:30.437Z]  ---> Running in ac70a7545861
14:07:30 [2021-05-06T14:07:30.475Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
14:07:30 [2021-05-06T14:07:30.476Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
14:07:31 [2021-05-06T14:07:31.861Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
14:07:33 [2021-05-06T14:07:33.246Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
14:07:33 [2021-05-06T14:07:33.246Z] --- PASS: TestSecretCreateResolve (3.67s)
14:07:33 [2021-05-06T14:07:33.246Z] PASS
14:07:33 [2021-05-06T14:07:33.246Z] 
14:07:33 [2021-05-06T14:07:33.246Z] DONE 6 tests in 20.624s
14:07:33 [2021-05-06T14:07:33.246Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
14:07:33 [2021-05-06T14:07:33.246Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m
14:07:33 [2021-05-06T14:07:33.246Z] ++ set -e
14:07:33 [2021-05-06T14:07:33.246Z] ++ '[' -n 0 ']'
14:07:33 [2021-05-06T14:07:33.246Z] ++ set -x
14:07:33 [2021-05-06T14:07:33.246Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m
14:07:33 [2021-05-06T14:07:33.362Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.83s)
14:07:33 [2021-05-06T14:07:33.362Z] === RUN   TestCreateServiceSecretFileMode
14:07:33 [2021-05-06T14:07:33.507Z] INFO: Testing against a local daemon
14:07:33 [2021-05-06T14:07:33.507Z] === RUN   TestServiceCreateInit
14:07:33 [2021-05-06T14:07:33.507Z] === RUN   TestServiceCreateInit/daemonInitDisabled
14:07:34 [2021-05-06T14:07:34.448Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
14:07:35 [2021-05-06T14:07:35.832Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
14:07:35 [2021-05-06T14:07:35.832Z] === RUN   TestDockerSuite/TestContainerAPIKill
14:07:36 [2021-05-06T14:07:36.659Z] --- PASS: TestCreateServiceSecretFileMode (3.22s)
14:07:36 [2021-05-06T14:07:36.659Z] === RUN   TestCreateServiceConfigFileMode
14:07:36 [2021-05-06T14:07:36.774Z] === RUN   TestDockerSuite/TestContainerAPIPause
14:07:38 [2021-05-06T14:07:38.167Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
14:07:38 [2021-05-06T14:07:38.929Z] Removing intermediate container ac70a7545861
14:07:38 [2021-05-06T14:07:38.929Z]  ---> 99a4fff3a967
14:07:38 [2021-05-06T14:07:38.929Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%"
14:07:38 [2021-05-06T14:07:38.929Z]  ---> Running in 7158931528f5
14:07:39 [2021-05-06T14:07:39.112Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
14:07:39 [2021-05-06T14:07:39.112Z] === RUN   TestDockerSuite/TestContainerAPIRename
14:07:39 [2021-05-06T14:07:39.681Z] === RUN   TestServiceCreateInit/daemonInitEnabled
14:07:39 [2021-05-06T14:07:39.880Z] 
14:07:39 [2021-05-06T14:07:39.880Z] SUCCESS: Specified value was saved.
14:07:39 [2021-05-06T14:07:39.942Z] === RUN   TestDockerSuite/TestContainerAPIRestart
14:07:39 [2021-05-06T14:07:39.958Z] --- PASS: TestCreateServiceConfigFileMode (3.26s)
14:07:39 [2021-05-06T14:07:39.958Z] === RUN   TestCreateServiceSysctls
14:07:40 [2021-05-06T14:07:40.511Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
14:07:40 [2021-05-06T14:07:40.672Z] --- PASS: TestServiceUpdateConfigs (15.28s)
14:07:40 [2021-05-06T14:07:40.672Z] === RUN   TestServiceUpdateNetwork
14:07:42 [2021-05-06T14:07:42.022Z] Removing intermediate container 7158931528f5
14:07:42 [2021-05-06T14:07:42.022Z]  ---> 4705d0bcf7c3
14:07:42 [2021-05-06T14:07:42.022Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe}
14:07:42 [2021-05-06T14:07:42.022Z]  ---> Running in 5729e4dcaee9
14:07:42 [2021-05-06T14:07:42.423Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
14:07:44 [2021-05-06T14:07:44.161Z] --- PASS: TestCreateServiceSysctls (4.29s)
14:07:44 [2021-05-06T14:07:44.161Z] === RUN   TestCreateServiceCapabilities
14:07:44 [2021-05-06T14:07:44.969Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
14:07:44 [2021-05-06T14:07:44.969Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
14:07:44 [2021-05-06T14:07:44.969Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
14:07:44 [2021-05-06T14:07:44.969Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
14:07:44 [2021-05-06T14:07:44.969Z] === RUN   TestDockerSuite/TestContainerAPIStart
14:07:45 [2021-05-06T14:07:45.704Z] Cannot create a file when that file already exists.
14:07:45 [2021-05-06T14:07:45.910Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
14:07:46 [2021-05-06T14:07:46.850Z] --- PASS: TestServiceCreateInit (13.28s)
14:07:46 [2021-05-06T14:07:46.850Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (6.18s)
14:07:46 [2021-05-06T14:07:46.850Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (7.08s)
14:07:46 [2021-05-06T14:07:46.850Z] === RUN   TestCreateServiceMultipleTimes
14:07:47 [2021-05-06T14:07:47.459Z] --- PASS: TestCreateServiceCapabilities (3.30s)
14:07:47 [2021-05-06T14:07:47.459Z] === RUN   TestInspect
14:07:49 [2021-05-06T14:07:49.387Z] Removing intermediate container 5729e4dcaee9
14:07:49 [2021-05-06T14:07:49.387Z]  ---> e34fb53dc8c4
14:07:49 [2021-05-06T14:07:49.387Z] Step 13/13 : CMD ["sh"]
14:07:49 [2021-05-06T14:07:49.387Z]  ---> Running in 69fa9dc0853d
14:07:49 [2021-05-06T14:07:49.838Z] Removing intermediate container 69fa9dc0853d
14:07:49 [2021-05-06T14:07:49.838Z]  ---> e7e93445a3b5
14:07:49 [2021-05-06T14:07:49.838Z] Successfully built e7e93445a3b5
14:07:49 [2021-05-06T14:07:49.838Z] Successfully tagged busybox:latest
14:07:49 [2021-05-06T14:07:49.838Z] INFO: Docker images of the daemon under test
14:07:49 [2021-05-06T14:07:49.838Z] 
14:07:49 [2021-05-06T14:07:49.838Z] REPOSITORY                             TAG                 IMAGE ID            CREATED                  SIZE
14:07:49 [2021-05-06T14:07:49.838Z] busybox                                latest              e7e93445a3b5        Less than a second ago   5.29GB
14:07:49 [2021-05-06T14:07:49.838Z] microsoft/windowsservercore            latest              152749f71f8f        3 weeks ago              5.27GB
14:07:49 [2021-05-06T14:07:49.838Z] mcr.microsoft.com/windows/servercore   ltsc2019            152749f71f8f        3 weeks ago              5.27GB
14:07:49 [2021-05-06T14:07:49.838Z] 
14:07:49 [2021-05-06T14:07:49.838Z] INFO: Running integration tests at 05/06/2021 14:07:49...
14:07:49 [2021-05-06T14:07:49.838Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357
14:07:49 [2021-05-06T14:07:49.838Z] INFO: Integration API tests being run from the host:
14:07:49 [2021-05-06T14:07:49.838Z] INFO: make.ps1 starting at 05/06/2021 14:07:49
14:07:50 [2021-05-06T14:07:50.791Z] Running D:\gopath\src\github.com\docker\docker\integration\build
14:07:51 [2021-05-06T14:07:51.054Z] === RUN   TestDockerSuite/TestContainerAPIStop
14:07:51 [2021-05-06T14:07:51.625Z] === RUN   TestDockerSuite/TestContainerAPITop
14:07:51 [2021-05-06T14:07:51.666Z] --- PASS: TestInspect (3.57s)
14:07:51 [2021-05-06T14:07:51.666Z] === RUN   TestCreateJob
14:07:52 [2021-05-06T14:07:52.882Z] --- PASS: TestServiceUpdateNetwork (13.57s)
14:07:52 [2021-05-06T14:07:52.882Z] === RUN   TestServiceUpdatePidsLimit
14:07:52 [2021-05-06T14:07:52.882Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
14:07:53 [2021-05-06T14:07:53.012Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
14:07:53 [2021-05-06T14:07:53.012Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
14:07:53 [2021-05-06T14:07:53.012Z] === RUN   TestDockerSuite/TestContainerAPIWait
14:07:53 [2021-05-06T14:07:53.810Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
14:07:55 [2021-05-06T14:07:55.872Z] --- PASS: TestCreateJob (4.39s)
14:07:55 [2021-05-06T14:07:55.872Z] === RUN   TestReplicatedJob
14:07:56 [2021-05-06T14:07:56.313Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
14:07:57 [2021-05-06T14:07:57.257Z] === RUN   TestDockerSuite/TestContainerNetworkMode
14:07:58 [2021-05-06T14:07:58.198Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
14:08:01 [2021-05-06T14:08:01.896Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
14:08:02 [2021-05-06T14:08:02.462Z] --- PASS: TestReplicatedJob (7.12s)
14:08:02 [2021-05-06T14:08:02.462Z] === RUN   TestUpdateReplicatedJob
14:08:04 [2021-05-06T14:08:04.780Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
14:08:05 [2021-05-06T14:08:05.724Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
14:08:06 [2021-05-06T14:08:06.317Z] --- PASS: TestCreateServiceMultipleTimes (19.49s)
14:08:06 [2021-05-06T14:08:06.317Z] === RUN   TestCreateServiceConflict
14:08:06 [2021-05-06T14:08:06.669Z] --- PASS: TestUpdateReplicatedJob (4.15s)
14:08:06 [2021-05-06T14:08:06.669Z] === RUN   TestServiceListWithStatuses
14:08:06 [2021-05-06T14:08:06.669Z] --- SKIP: TestServiceListWithStatuses (0.00s)
14:08:06 [2021-05-06T14:08:06.669Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:08:06 [2021-05-06T14:08:06.669Z] === RUN   TestDockerNetworkConnectAlias
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ok  	github.com/docker/docker/api/server/httputils	0.006s	coverage: 14.7% of statements
14:08:07 [2021-05-06T14:08:07.300Z] ok  	github.com/docker/docker/api/server/middleware	0.005s	coverage: 37.7% of statements
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/server/router	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 5.7% of statements
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/types	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/types/container	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/types/events	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ok  	github.com/docker/docker/api/types/strslice	0.008s	coverage: 90.0% of statements
14:08:07 [2021-05-06T14:08:07.300Z] ok  	github.com/docker/docker/api/types/filters	0.007s	coverage: 92.2% of statements
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/types/image	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/types/network	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ok  	github.com/docker/docker/api/types/time	0.002s	coverage: 100.0% of statements
14:08:07 [2021-05-06T14:08:07.300Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 75.0% of statements
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/builder	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
14:08:07 [2021-05-06T14:08:07.300Z] ok  	github.com/docker/docker/builder/remotecontext	0.074s	coverage: 13.7% of statements
14:08:07 [2021-05-06T14:08:07.300Z] ok  	github.com/docker/docker/builder/dockerfile	0.234s	coverage: 48.5% of statements
14:08:07 [2021-05-06T14:08:07.300Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
14:08:07 [2021-05-06T14:08:07.869Z] ok  	github.com/docker/docker/cli/debug	0.003s	coverage: 100.0% of statements
14:08:08 [2021-05-06T14:08:08.232Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
14:08:08 [2021-05-06T14:08:08.807Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.203s	coverage: 86.3% of statements
14:08:08 [2021-05-06T14:08:08.807Z] ?   	github.com/docker/docker/cli	[no test files]
14:08:08 [2021-05-06T14:08:08.807Z] ?   	github.com/docker/docker/cli/config	[no test files]
14:08:09 [2021-05-06T14:08:09.175Z] --- PASS: TestCreateServiceConflict (2.85s)
14:08:09 [2021-05-06T14:08:09.175Z] === RUN   TestCreateServiceMaxReplicas
14:08:09 [2021-05-06T14:08:09.982Z] --- PASS: TestServiceUpdatePidsLimit (17.34s)
14:08:09 [2021-05-06T14:08:09.982Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.13s)
14:08:09 [2021-05-06T14:08:09.982Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.19s)
14:08:09 [2021-05-06T14:08:09.982Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.21s)
14:08:09 [2021-05-06T14:08:09.982Z] PASS
14:08:09 [2021-05-06T14:08:09.982Z] 
14:08:09 [2021-05-06T14:08:09.982Z] === Skipped
14:08:09 [2021-05-06T14:08:09.982Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
14:08:09 [2021-05-06T14:08:09.982Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:08:09 [2021-05-06T14:08:09.982Z] 
14:08:09 [2021-05-06T14:08:09.982Z] 
14:08:09 [2021-05-06T14:08:09.982Z] DONE 27 tests, 1 skipped in 180.551s
14:08:09 [2021-05-06T14:08:09.982Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
14:08:09 [2021-05-06T14:08:09.982Z] INFO: Testing against a local daemon
14:08:09 [2021-05-06T14:08:09.982Z] === RUN   TestSessionCreate
14:08:09 [2021-05-06T14:08:09.982Z] --- PASS: TestSessionCreate (0.02s)
14:08:09 [2021-05-06T14:08:09.982Z] === RUN   TestSessionCreateWithBadUpgrade
14:08:09 [2021-05-06T14:08:09.982Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
14:08:09 [2021-05-06T14:08:09.982Z] PASS
14:08:09 [2021-05-06T14:08:09.982Z] 
14:08:09 [2021-05-06T14:08:09.982Z] DONE 2 tests in 0.073s
14:08:09 [2021-05-06T14:08:09.982Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
14:08:09 [2021-05-06T14:08:09.982Z] INFO: Testing against a local daemon
14:08:09 [2021-05-06T14:08:09.982Z] === RUN   TestCgroupDriverSystemdMemoryLimit
14:08:09 [2021-05-06T14:08:09.982Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
14:08:09 [2021-05-06T14:08:09.982Z] === RUN   TestEventsExecDie
14:08:09 [2021-05-06T14:08:09.982Z] --- PASS: TestEventsExecDie (1.12s)
14:08:09 [2021-05-06T14:08:09.982Z] === RUN   TestEventsBackwardsCompatible
14:08:09 [2021-05-06T14:08:09.982Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
14:08:09 [2021-05-06T14:08:09.982Z] === RUN   TestInfoBinaryCommits
14:08:09 [2021-05-06T14:08:09.982Z] --- PASS: TestInfoBinaryCommits (0.02s)
14:08:09 [2021-05-06T14:08:09.982Z] === RUN   TestInfoAPIVersioned
14:08:09 [2021-05-06T14:08:09.982Z] --- PASS: TestInfoAPIVersioned (0.01s)
14:08:09 [2021-05-06T14:08:09.982Z] === RUN   TestInfoDiscoveryBackend
14:08:10 [2021-05-06T14:08:10.121Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
14:08:10 [2021-05-06T14:08:10.910Z] --- PASS: TestInfoDiscoveryBackend (0.67s)
14:08:10 [2021-05-06T14:08:10.911Z] === RUN   TestInfoDiscoveryInvalidAdvertise
14:08:11 [2021-05-06T14:08:11.509Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>}
14:08:11 [2021-05-06T14:08:11.839Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
14:08:11 [2021-05-06T14:08:11.839Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
14:08:12 [2021-05-06T14:08:12.103Z] ok  	github.com/docker/docker/client	0.205s	coverage: 75.4% of statements
14:08:12 [2021-05-06T14:08:12.401Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.71s)
14:08:12 [2021-05-06T14:08:12.401Z] === RUN   TestInfoAPI
14:08:12 [2021-05-06T14:08:12.401Z] --- PASS: TestInfoAPI (0.02s)
14:08:12 [2021-05-06T14:08:12.401Z] === RUN   TestInfoAPIWarnings
14:08:13 [2021-05-06T14:08:13.258Z] --- PASS: TestDockerNetworkConnectAlias (6.46s)
14:08:13 [2021-05-06T14:08:13.258Z] === RUN   TestDockerNetworkReConnect
14:08:13 [2021-05-06T14:08:13.425Z] --- PASS: TestCreateServiceMaxReplicas (4.15s)
14:08:13 [2021-05-06T14:08:13.425Z] === RUN   TestCreateWithDuplicateNetworkNames
14:08:13 [2021-05-06T14:08:13.425Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>}
14:08:15 [2021-05-06T14:08:15.339Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>}
14:08:15 [2021-05-06T14:08:15.896Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:08:15 [2021-05-06T14:08:15.896Z] INFO: Testing against a local daemon
14:08:15 [2021-05-06T14:08:15.896Z] === RUN   TestBuildWithSession
14:08:15 [2021-05-06T14:08:15.896Z] --- SKIP: TestBuildWithSession (0.00s)
14:08:15 [2021-05-06T14:08:15.896Z]     build_session_test.go:25: TODO: BuildKit
14:08:15 [2021-05-06T14:08:15.896Z] === RUN   TestBuildSquashParent
14:08:15 [2021-05-06T14:08:15.896Z] --- SKIP: TestBuildSquashParent (0.00s)
14:08:15 [2021-05-06T14:08:15.896Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
14:08:15 [2021-05-06T14:08:15.896Z] === RUN   TestBuildWithRemoveAndForceRemove
14:08:15 [2021-05-06T14:08:15.896Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:08:15 [2021-05-06T14:08:15.896Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:08:15 [2021-05-06T14:08:15.896Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:08:15 [2021-05-06T14:08:15.896Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:08:15 [2021-05-06T14:08:15.896Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:08:15 [2021-05-06T14:08:15.896Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:08:15 [2021-05-06T14:08:15.896Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:08:15 [2021-05-06T14:08:15.896Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:08:15 [2021-05-06T14:08:15.896Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:08:15 [2021-05-06T14:08:15.896Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:08:15 [2021-05-06T14:08:15.896Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:08:15 [2021-05-06T14:08:15.896Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:08:15 [2021-05-06T14:08:15.896Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:08:15 [2021-05-06T14:08:15.896Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:08:15 [2021-05-06T14:08:15.896Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:08:15 [2021-05-06T14:08:15.896Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:08:16 [2021-05-06T14:08:16.723Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
14:08:16 [2021-05-06T14:08:16.984Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>}
14:08:18 [2021-05-06T14:08:18.567Z] --- PASS: TestDockerNetworkReConnect (5.10s)
14:08:18 [2021-05-06T14:08:18.567Z] === RUN   TestServicePlugin
14:08:18 [2021-05-06T14:08:18.567Z] --- SKIP: TestServicePlugin (0.00s)
14:08:18 [2021-05-06T14:08:18.567Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:08:18 [2021-05-06T14:08:18.567Z] === RUN   TestServiceUpdateLabel
14:08:18 [2021-05-06T14:08:18.896Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000926bc0_<nil>}
14:08:20 [2021-05-06T14:08:20.280Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1014931939_/foo_false__<nil>_<nil>_<nil>}
14:08:21 [2021-05-06T14:08:21.872Z] --- PASS: TestServiceUpdateLabel (3.11s)
14:08:21 [2021-05-06T14:08:21.872Z] === RUN   TestServiceUpdateSecrets
14:08:22 [2021-05-06T14:08:22.192Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1014931939_/foo_true__<nil>_<nil>_<nil>}
14:08:23 [2021-05-06T14:08:23.648Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
14:08:23 [2021-05-06T14:08:23.908Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3832460774_/foo_false__<nil>_<nil>_<nil>}
14:08:24 [2021-05-06T14:08:24.459Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:08:24 [2021-05-06T14:08:24.459Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:08:25 [2021-05-06T14:08:25.823Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3832460774_/foo_true__<nil>_<nil>_<nil>}
14:08:27 [2021-05-06T14:08:27.734Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3832460774_/foo_true__0xc000926c20_<nil>_<nil>}
14:08:27 [2021-05-06T14:08:27.734Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.54s)
14:08:27 [2021-05-06T14:08:27.734Z] === RUN   TestCreateServiceSecretFileMode
14:08:29 [2021-05-06T14:08:29.119Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000926c60_<nil>}
14:08:30 [2021-05-06T14:08:30.441Z] --- PASS: TestInfoAPIWarnings (16.68s)
14:08:30 [2021-05-06T14:08:30.441Z] === RUN   TestInfoDebug
14:08:30 [2021-05-06T14:08:30.441Z] --- PASS: TestInfoDebug (0.65s)
14:08:30 [2021-05-06T14:08:30.441Z] === RUN   TestInfoInsecureRegistries
14:08:30 [2021-05-06T14:08:30.441Z] --- PASS: TestInfoInsecureRegistries (0.67s)
14:08:30 [2021-05-06T14:08:30.441Z] === RUN   TestInfoRegistryMirrors
14:08:31 [2021-05-06T14:08:31.003Z] --- PASS: TestInfoRegistryMirrors (0.65s)
14:08:31 [2021-05-06T14:08:31.003Z] === RUN   TestLoginFailsWithBadCredentials
14:08:31 [2021-05-06T14:08:31.050Z] --- PASS: TestCreateServiceSecretFileMode (3.12s)
14:08:31 [2021-05-06T14:08:31.050Z] === RUN   TestCreateServiceConfigFileMode
14:08:31 [2021-05-06T14:08:31.050Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000926c80_<nil>}
14:08:31 [2021-05-06T14:08:31.259Z] --- PASS: TestLoginFailsWithBadCredentials (0.17s)
14:08:31 [2021-05-06T14:08:31.259Z] === RUN   TestPingCacheHeaders
14:08:31 [2021-05-06T14:08:31.259Z] --- PASS: TestPingCacheHeaders (0.02s)
14:08:31 [2021-05-06T14:08:31.259Z] === RUN   TestPingGet
14:08:31 [2021-05-06T14:08:31.259Z] --- PASS: TestPingGet (0.01s)
14:08:31 [2021-05-06T14:08:31.259Z] === RUN   TestPingHead
14:08:31 [2021-05-06T14:08:31.259Z] --- PASS: TestPingHead (0.03s)
14:08:31 [2021-05-06T14:08:31.259Z] === RUN   TestVersion
14:08:31 [2021-05-06T14:08:31.259Z] --- PASS: TestVersion (0.02s)
14:08:31 [2021-05-06T14:08:31.259Z] === CONT  TestCgroupDriverSystemdMemoryLimit
14:08:31 [2021-05-06T14:08:31.480Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
14:08:31 [2021-05-06T14:08:31.480Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (11.29s)
14:08:31 [2021-05-06T14:08:31.480Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (11.38s)
14:08:31 [2021-05-06T14:08:31.480Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (11.67s)
14:08:31 [2021-05-06T14:08:31.480Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (16.35s)
14:08:31 [2021-05-06T14:08:31.480Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (6.75s)
14:08:31 [2021-05-06T14:08:31.480Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (6.97s)
14:08:31 [2021-05-06T14:08:31.480Z] === RUN   TestBuildMultiStageCopy
14:08:31 [2021-05-06T14:08:31.480Z] === RUN   TestBuildMultiStageCopy/copy_to_root
14:08:31 [2021-05-06T14:08:31.995Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000926ca0_<nil>}
14:08:33 [2021-05-06T14:08:33.149Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.51s)
14:08:33 [2021-05-06T14:08:33.149Z] PASS
14:08:33 [2021-05-06T14:08:33.149Z] 
14:08:33 [2021-05-06T14:08:33.149Z] DONE 18 tests in 24.034s
14:08:33 [2021-05-06T14:08:33.149Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
14:08:33 [2021-05-06T14:08:33.149Z] INFO: Testing against a local daemon
14:08:33 [2021-05-06T14:08:33.149Z] === RUN   TestVolumesCreateAndList
14:08:33 [2021-05-06T14:08:33.149Z] --- PASS: TestVolumesCreateAndList (0.02s)
14:08:33 [2021-05-06T14:08:33.149Z] === RUN   TestVolumesRemove
14:08:33 [2021-05-06T14:08:33.149Z] --- PASS: TestVolumesRemove (0.09s)
14:08:33 [2021-05-06T14:08:33.149Z] === RUN   TestVolumesInspect
14:08:33 [2021-05-06T14:08:33.149Z] --- PASS: TestVolumesInspect (0.02s)
14:08:33 [2021-05-06T14:08:33.149Z] === RUN   TestVolumesInvalidJSON
14:08:33 [2021-05-06T14:08:33.149Z] === RUN   TestVolumesInvalidJSON//volumes/create
14:08:33 [2021-05-06T14:08:33.149Z] === PAUSE TestVolumesInvalidJSON//volumes/create
14:08:33 [2021-05-06T14:08:33.149Z] === CONT  TestVolumesInvalidJSON//volumes/create
14:08:33 [2021-05-06T14:08:33.149Z] --- PASS: TestVolumesInvalidJSON (0.02s)
14:08:33 [2021-05-06T14:08:33.149Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
14:08:33 [2021-05-06T14:08:33.149Z] PASS
14:08:33 [2021-05-06T14:08:33.149Z] 
14:08:33 [2021-05-06T14:08:33.149Z] DONE 5 tests in 0.183s
14:08:33 [2021-05-06T14:08:33.149Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
14:08:33 [2021-05-06T14:08:33.909Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000926cc0_<nil>}
14:08:33 [2021-05-06T14:08:33.909Z] --- PASS: TestCreateServiceConfigFileMode (3.15s)
14:08:33 [2021-05-06T14:08:33.909Z] === RUN   TestCreateServiceSysctls
14:08:34 [2021-05-06T14:08:34.515Z] Stopping apparmor (via systemctl): apparmor.service.
14:08:34 [2021-05-06T14:08:34.515Z] Removing test suite binaries
14:08:34 [2021-05-06T14:08:34.771Z] exiting test-integration
14:08:34 [2021-05-06T14:08:34.771Z] ++ exit 0
14:08:34 [2021-05-06T14:08:34.771Z] 
14:08:35 [2021-05-06T14:08:35.294Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
14:08:36 [2021-05-06T14:08:36.778Z] --- PASS: TestServiceUpdateSecrets (15.50s)
14:08:36 [2021-05-06T14:08:36.778Z] === RUN   TestServiceUpdateConfigs
14:08:37 [2021-05-06T14:08:37.839Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
14:08:37 [2021-05-06T14:08:37.839Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
14:08:37 [2021-05-06T14:08:37.839Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
14:08:37 [2021-05-06T14:08:37.839Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
14:08:37 [2021-05-06T14:08:37.839Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
14:08:37 [2021-05-06T14:08:37.839Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
14:08:37 [2021-05-06T14:08:37.839Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
14:08:37 [2021-05-06T14:08:37.839Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
14:08:37 [2021-05-06T14:08:37.839Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
14:08:37 [2021-05-06T14:08:37.839Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
14:08:37 [2021-05-06T14:08:37.839Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
14:08:37 [2021-05-06T14:08:37.839Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
14:08:37 [2021-05-06T14:08:37.839Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
14:08:37 [2021-05-06T14:08:37.839Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
14:08:37 [2021-05-06T14:08:37.839Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
14:08:37 [2021-05-06T14:08:37.839Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
14:08:37 [2021-05-06T14:08:37.839Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
14:08:37 [2021-05-06T14:08:37.839Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
Post stage
[Pipeline] junit
14:08:38 [2021-05-06T14:08:38.049Z] Recording test results
14:08:38 [2021-05-06T14:08:38.487Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
14:08:38 [2021-05-06T14:08:38.780Z] --- PASS: TestCreateServiceSysctls (4.62s)
14:08:38 [2021-05-06T14:08:38.780Z] === RUN   TestCreateServiceCapabilities
14:08:38 [2021-05-06T14:08:38.938Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
14:08:39 [2021-05-06T14:08:39.447Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
14:08:39 [2021-05-06T14:08:39.808Z] + echo Ensuring container killed.
14:08:39 [2021-05-06T14:08:39.808Z] Ensuring container killed.
14:08:39 [2021-05-06T14:08:39.808Z] + docker rm -vf docker-pr7
14:08:39 [2021-05-06T14:08:39.808Z] Error: No such container: docker-pr7
[Pipeline] sh
14:08:39 [2021-05-06T14:08:39.891Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
14:08:40 [2021-05-06T14:08:40.129Z] + echo Chowning /workspace to jenkins user
14:08:40 [2021-05-06T14:08:40.129Z] Chowning /workspace to jenkins user
14:08:40 [2021-05-06T14:08:40.129Z] + id -u
14:08:40 [2021-05-06T14:08:40.129Z] + id -g
14:08:40 [2021-05-06T14:08:40.129Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42098:/workspace busybox chown -R 1000:1000 /workspace
14:08:40 [2021-05-06T14:08:40.129Z] Unable to find image 'busybox:latest' locally
14:08:40 [2021-05-06T14:08:40.129Z] latest: Pulling from library/busybox
14:08:40 [2021-05-06T14:08:40.385Z] aa2a8d90b84c: Pulling fs layer
14:08:40 [2021-05-06T14:08:40.385Z] aa2a8d90b84c: Verifying Checksum
14:08:40 [2021-05-06T14:08:40.385Z] aa2a8d90b84c: Download complete
14:08:40 [2021-05-06T14:08:40.385Z] aa2a8d90b84c: Pull complete
14:08:40 [2021-05-06T14:08:40.385Z] Digest: sha256:be4684e4004560b2cd1f12148b7120b0ea69c385bcc9b12a637537a2c60f97fb
14:08:40 [2021-05-06T14:08:40.385Z] Status: Downloaded newer image for busybox:latest
14:08:41 [2021-05-06T14:08:41.402Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
14:08:42 [2021-05-06T14:08:42.359Z] --- PASS: TestBuildMultiStageCopy (11.61s)
14:08:42 [2021-05-06T14:08:42.359Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (7.60s)
14:08:42 [2021-05-06T14:08:42.359Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.75s)
14:08:42 [2021-05-06T14:08:42.359Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.95s)
14:08:42 [2021-05-06T14:08:42.359Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.09s)
14:08:42 [2021-05-06T14:08:42.359Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.21s)
14:08:42 [2021-05-06T14:08:42.359Z] === RUN   TestBuildMultiStageParentConfig
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
14:08:42 [2021-05-06T14:08:42.983Z] --- PASS: TestCreateServiceCapabilities (3.62s)
14:08:42 [2021-05-06T14:08:42.983Z] === RUN   TestInspect
14:08:42 [2021-05-06T14:08:42.983Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
14:08:43 [2021-05-06T14:08:43.240Z] + bundleName=amd64-cgroup2
14:08:43 [2021-05-06T14:08:43.240Z] + echo Creating amd64-cgroup2-bundles.tar.gz
14:08:43 [2021-05-06T14:08:43.240Z] Creating amd64-cgroup2-bundles.tar.gz
14:08:43 [2021-05-06T14:08:43.240Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz
14:08:43 [2021-05-06T14:08:43.240Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
14:08:43 [2021-05-06T14:08:43.507Z] Archiving artifacts
14:08:45 [2021-05-06T14:08:45.227Z] --- PASS: TestBuildMultiStageParentConfig (2.44s)
14:08:45 [2021-05-06T14:08:45.227Z] === RUN   TestBuildLabelWithTargets
14:08:45 [2021-05-06T14:08:45.227Z] --- SKIP: TestBuildLabelWithTargets (0.01s)
14:08:45 [2021-05-06T14:08:45.227Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
14:08:45 [2021-05-06T14:08:45.227Z] === RUN   TestBuildWithEmptyLayers
14:08:45 [2021-05-06T14:08:45.375Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42098/7/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
14:08:45 [2021-05-06T14:08:45.696Z] + make clean
14:08:45 [2021-05-06T14:08:45.952Z] docker volume rm -f docker-dev-cache
14:08:45 [2021-05-06T14:08:45.952Z] docker-dev-cache
[Pipeline] deleteDir
14:08:46 [2021-05-06T14:08:46.180Z] --- PASS: TestBuildWithEmptyLayers (1.21s)
14:08:46 [2021-05-06T14:08:46.180Z] === RUN   TestBuildMultiStageOnBuild
14:08:46 [2021-05-06T14:08:46.285Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
14:08:46 [2021-05-06T14:08:46.285Z] --- PASS: TestInspect (4.14s)
14:08:46 [2021-05-06T14:08:46.285Z] === RUN   TestCreateJob
14:08:47 [2021-05-06T14:08:47.668Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
14:08:51 [2021-05-06T14:08:51.877Z] --- PASS: TestCreateJob (5.37s)
14:08:51 [2021-05-06T14:08:51.877Z] === RUN   TestReplicatedJob
14:08:52 [2021-05-06T14:08:52.449Z] === RUN   TestDockerSuite/TestCopyAndRestart
14:08:54 [2021-05-06T14:08:54.941Z] --- PASS: TestServiceUpdateConfigs (15.51s)
14:08:54 [2021-05-06T14:08:54.941Z] === RUN   TestServiceUpdateNetwork
14:08:55 [2021-05-06T14:08:55.000Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
14:08:55 [2021-05-06T14:08:55.000Z] === RUN   TestDockerSuite/TestCpAbsolutePath
14:08:55 [2021-05-06T14:08:55.945Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
14:08:57 [2021-05-06T14:08:57.330Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
14:08:58 [2021-05-06T14:08:58.472Z] --- PASS: TestBuildMultiStageOnBuild (10.99s)
14:08:58 [2021-05-06T14:08:58.472Z] === RUN   TestBuildUncleanTarFilenames
14:08:58 [2021-05-06T14:08:58.472Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s)
14:08:58 [2021-05-06T14:08:58.472Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
14:08:58 [2021-05-06T14:08:58.472Z] === RUN   TestBuildMultiStageLayerLeak
14:08:58 [2021-05-06T14:08:58.729Z] === RUN   TestDockerSuite/TestCpFromCaseA
14:08:58 [2021-05-06T14:08:58.797Z] ok  	github.com/docker/docker/cmd/dockerd	0.085s	coverage: 29.1% of statements
14:08:58 [2021-05-06T14:08:58.797Z] ok  	github.com/docker/docker/container	0.125s	coverage: 34.7% of statements
14:08:58 [2021-05-06T14:08:58.797Z] ?   	github.com/docker/docker/container/stream	[no test files]
14:08:58 [2021-05-06T14:08:58.797Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
14:08:58 [2021-05-06T14:08:58.797Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
14:08:58 [2021-05-06T14:08:58.797Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
14:08:59 [2021-05-06T14:08:59.674Z] === RUN   TestDockerSuite/TestCpFromCaseB
14:09:01 [2021-05-06T14:09:01.060Z] === RUN   TestDockerSuite/TestCpFromCaseC
14:09:01 [2021-05-06T14:09:01.060Z] --- PASS: TestReplicatedJob (9.17s)
14:09:01 [2021-05-06T14:09:01.060Z] === RUN   TestUpdateReplicatedJob
14:09:02 [2021-05-06T14:09:02.002Z] === RUN   TestDockerSuite/TestCpFromCaseD
14:09:02 [2021-05-06T14:09:02.945Z] === RUN   TestDockerSuite/TestCpFromCaseE
14:09:04 [2021-05-06T14:09:04.074Z] ok  	github.com/docker/docker/daemon/cluster	0.057s	coverage: 0.5% of statements
14:09:04 [2021-05-06T14:09:04.329Z] === RUN   TestDockerSuite/TestCpFromCaseF
14:09:05 [2021-05-06T14:09:05.271Z] === RUN   TestDockerSuite/TestCpFromCaseG
14:09:05 [2021-05-06T14:09:05.453Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.009s	coverage: 65.3% of statements
14:09:05 [2021-05-06T14:09:05.843Z] --- PASS: TestUpdateReplicatedJob (4.84s)
14:09:05 [2021-05-06T14:09:05.843Z] === RUN   TestServiceListWithStatuses
14:09:05 [2021-05-06T14:09:05.843Z] --- SKIP: TestServiceListWithStatuses (0.00s)
14:09:05 [2021-05-06T14:09:05.843Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:09:05 [2021-05-06T14:09:05.843Z] === RUN   TestDockerNetworkConnectAlias
14:09:06 [2021-05-06T14:09:06.414Z] === RUN   TestDockerSuite/TestCpFromCaseH
14:09:06 [2021-05-06T14:09:06.831Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.009s	coverage: 35.9% of statements
14:09:07 [2021-05-06T14:09:07.176Z] --- PASS: TestServiceUpdateNetwork (14.72s)
14:09:07 [2021-05-06T14:09:07.176Z] === RUN   TestServiceUpdatePidsLimit
14:09:07 [2021-05-06T14:09:07.799Z] === RUN   TestDockerSuite/TestCpFromCaseI
14:09:08 [2021-05-06T14:09:08.563Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
14:09:08 [2021-05-06T14:09:08.742Z] === RUN   TestDockerSuite/TestCpFromCaseJ
14:09:09 [2021-05-06T14:09:09.509Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
14:09:10 [2021-05-06T14:09:10.129Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
14:09:11 [2021-05-06T14:09:11.516Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
14:09:12 [2021-05-06T14:09:12.458Z] --- PASS: TestDockerNetworkConnectAlias (6.60s)
14:09:12 [2021-05-06T14:09:12.458Z] === RUN   TestDockerNetworkReConnect
14:09:12 [2021-05-06T14:09:12.719Z] === RUN   TestDockerSuite/TestCpGarbagePath
14:09:13 [2021-05-06T14:09:13.661Z] === RUN   TestDockerSuite/TestCpLocalOnly
14:09:13 [2021-05-06T14:09:13.661Z] === RUN   TestDockerSuite/TestCpNameHasColon
14:09:14 [2021-05-06T14:09:14.605Z] === RUN   TestDockerSuite/TestCpRelativePath
14:09:15 [2021-05-06T14:09:15.990Z] === RUN   TestDockerSuite/TestCpSpecialFiles
14:09:16 [2021-05-06T14:09:16.049Z] --- PASS: TestBuildMultiStageLayerLeak (18.81s)
14:09:16 [2021-05-06T14:09:16.049Z] === RUN   TestBuildWithHugeFile
14:09:16 [2021-05-06T14:09:16.807Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.441s	coverage: 14.1% of statements
14:09:16 [2021-05-06T14:09:16.807Z] ok  	github.com/docker/docker/daemon	12.149s	coverage: 17.3% of statements
14:09:16 [2021-05-06T14:09:16.807Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
14:09:16 [2021-05-06T14:09:16.807Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
14:09:16 [2021-05-06T14:09:16.933Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
14:09:17 [2021-05-06T14:09:17.377Z] ok  	github.com/docker/docker/daemon/config	0.100s	coverage: 81.8% of statements
14:09:17 [2021-05-06T14:09:17.649Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
14:09:17 [2021-05-06T14:09:17.875Z] --- PASS: TestDockerNetworkReConnect (5.37s)
14:09:17 [2021-05-06T14:09:17.875Z] === RUN   TestServicePlugin
14:09:17 [2021-05-06T14:09:17.946Z] ok  	github.com/docker/docker/daemon/discovery	0.003s	coverage: 30.0% of statements
14:09:18 [2021-05-06T14:09:18.135Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
14:09:18 [2021-05-06T14:09:18.517Z] ok  	github.com/docker/docker/daemon/events	0.059s	coverage: 50.0% of statements
14:09:18 [2021-05-06T14:09:18.517Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
14:09:18 [2021-05-06T14:09:18.517Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
14:09:19 [2021-05-06T14:09:19.455Z] ok  	github.com/docker/docker/daemon/graphdriver	0.011s	coverage: 2.2% of statements
14:09:19 [2021-05-06T14:09:19.526Z] === RUN   TestDockerSuite/TestCpToCaseA
14:09:21 [2021-05-06T14:09:21.993Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	1.494s	coverage: 73.3% of statements
14:09:21 [2021-05-06T14:09:21.993Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.006s	coverage: 3.1% of statements
14:09:22 [2021-05-06T14:09:22.074Z] === RUN   TestDockerSuite/TestCpToCaseB
14:09:22 [2021-05-06T14:09:22.335Z] === RUN   TestDockerSuite/TestCpToCaseC
14:09:23 [2021-05-06T14:09:23.372Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.497s	coverage: 56.2% of statements
14:09:25 [2021-05-06T14:09:25.282Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.007s	coverage: 1.9% of statements
14:09:25 [2021-05-06T14:09:25.638Z] === RUN   TestDockerSuite/TestCpToCaseD
14:09:25 [2021-05-06T14:09:25.796Z] --- PASS: TestServiceUpdatePidsLimit (17.67s)
14:09:25 [2021-05-06T14:09:25.796Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.05s)
14:09:25 [2021-05-06T14:09:25.796Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.22s)
14:09:25 [2021-05-06T14:09:25.796Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.22s)
14:09:25 [2021-05-06T14:09:25.796Z] PASS
14:09:25 [2021-05-06T14:09:25.796Z] 
14:09:25 [2021-05-06T14:09:25.796Z] === Skipped
14:09:25 [2021-05-06T14:09:25.796Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
14:09:25 [2021-05-06T14:09:25.796Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:09:25 [2021-05-06T14:09:25.796Z] 
14:09:25 [2021-05-06T14:09:25.796Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
14:09:25 [2021-05-06T14:09:25.796Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:09:25 [2021-05-06T14:09:25.796Z] 
14:09:25 [2021-05-06T14:09:25.796Z] 
14:09:25 [2021-05-06T14:09:25.796Z] DONE 27 tests, 2 skipped in 162.528s
14:09:25 [2021-05-06T14:09:25.796Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
14:09:25 [2021-05-06T14:09:25.796Z] ++ 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
14:09:25 [2021-05-06T14:09:25.796Z] ++ set -e
14:09:25 [2021-05-06T14:09:25.796Z] ++ '[' -n 0 ']'
14:09:25 [2021-05-06T14:09:25.796Z] ++ set -x
14:09:25 [2021-05-06T14:09:25.796Z] ++ 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
14:09:25 [2021-05-06T14:09:25.796Z] INFO: Testing against a local daemon
14:09:25 [2021-05-06T14:09:25.796Z] === RUN   TestSessionCreate
14:09:25 [2021-05-06T14:09:25.796Z] --- PASS: TestSessionCreate (0.06s)
14:09:25 [2021-05-06T14:09:25.796Z] === RUN   TestSessionCreateWithBadUpgrade
14:09:25 [2021-05-06T14:09:25.796Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s)
14:09:25 [2021-05-06T14:09:25.796Z] PASS
14:09:25 [2021-05-06T14:09:25.796Z] 
14:09:25 [2021-05-06T14:09:25.796Z] DONE 2 tests in 0.260s
14:09:25 [2021-05-06T14:09:25.796Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
14:09:25 [2021-05-06T14:09:25.796Z] ++ 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
14:09:25 [2021-05-06T14:09:25.796Z] ++ set -e
14:09:25 [2021-05-06T14:09:25.796Z] ++ '[' -n 0 ']'
14:09:25 [2021-05-06T14:09:25.796Z] ++ set -x
14:09:25 [2021-05-06T14:09:25.796Z] ++ 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
14:09:25 [2021-05-06T14:09:25.796Z] INFO: Testing against a local daemon
14:09:25 [2021-05-06T14:09:25.796Z] === RUN   TestCgroupDriverSystemdMemoryLimit
14:09:25 [2021-05-06T14:09:25.796Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
14:09:25 [2021-05-06T14:09:25.796Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
14:09:25 [2021-05-06T14:09:25.796Z] === RUN   TestEventsExecDie
14:09:26 [2021-05-06T14:09:26.369Z] --- PASS: TestEventsExecDie (1.13s)
14:09:26 [2021-05-06T14:09:26.369Z] === RUN   TestEventsBackwardsCompatible
14:09:26 [2021-05-06T14:09:26.369Z] --- PASS: TestEventsBackwardsCompatible (0.08s)
14:09:26 [2021-05-06T14:09:26.369Z] === RUN   TestInfoBinaryCommits
14:09:26 [2021-05-06T14:09:26.369Z] --- PASS: TestInfoBinaryCommits (0.05s)
14:09:26 [2021-05-06T14:09:26.369Z] === RUN   TestInfoAPIVersioned
14:09:26 [2021-05-06T14:09:26.369Z] --- PASS: TestInfoAPIVersioned (0.02s)
14:09:26 [2021-05-06T14:09:26.369Z] === RUN   TestInfoDiscoveryBackend
14:09:27 [2021-05-06T14:09:27.191Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.555s	coverage: 46.2% of statements
14:09:27 [2021-05-06T14:09:27.191Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
14:09:27 [2021-05-06T14:09:27.191Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.307s	coverage: 49.4% of statements
14:09:27 [2021-05-06T14:09:27.756Z] --- PASS: TestInfoDiscoveryBackend (1.16s)
14:09:27 [2021-05-06T14:09:27.756Z] === RUN   TestInfoDiscoveryInvalidAdvertise
14:09:28 [2021-05-06T14:09:28.700Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
14:09:28 [2021-05-06T14:09:28.700Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
14:09:29 [2021-05-06T14:09:29.099Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.013s	coverage: 57.5% of statements
14:09:29 [2021-05-06T14:09:29.643Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (1.11s)
14:09:29 [2021-05-06T14:09:29.643Z] === RUN   TestInfoAPI
14:09:29 [2021-05-06T14:09:29.643Z] --- PASS: TestInfoAPI (0.05s)
14:09:29 [2021-05-06T14:09:29.643Z] === RUN   TestInfoAPIWarnings
14:09:30 [2021-05-06T14:09:30.037Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.792s	coverage: 57.7% of statements
14:09:30 [2021-05-06T14:09:30.037Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
14:09:30 [2021-05-06T14:09:30.037Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
14:09:30 [2021-05-06T14:09:30.715Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.007s	coverage: 3.0% of statements
14:09:30 [2021-05-06T14:09:30.932Z] === RUN   TestDockerSuite/TestCpToCaseE
14:09:31 [2021-05-06T14:09:31.655Z] ok  	github.com/docker/docker/daemon/links	0.014s	coverage: 93.0% of statements
14:09:33 [2021-05-06T14:09:33.479Z] === RUN   TestDockerSuite/TestCpToCaseF
14:09:33 [2021-05-06T14:09:33.562Z] ok  	github.com/docker/docker/daemon/images	0.016s	coverage: 6.7% of statements
14:09:33 [2021-05-06T14:09:33.562Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
14:09:33 [2021-05-06T14:09:33.562Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
14:09:33 [2021-05-06T14:09:33.562Z] ok  	github.com/docker/docker/daemon/logger	0.235s	coverage: 43.2% of statements
14:09:34 [2021-05-06T14:09:34.420Z] === RUN   TestDockerSuite/TestCpToCaseG
14:09:35 [2021-05-06T14:09:35.467Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.005s	coverage: 67.0% of statements
14:09:35 [2021-05-06T14:09:35.468Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.170s	coverage: 77.8% of statements
14:09:35 [2021-05-06T14:09:35.468Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
14:09:35 [2021-05-06T14:09:35.468Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
14:09:36 [2021-05-06T14:09:36.402Z] ok  	github.com/docker/docker/daemon/logger/journald	0.004s	coverage: 23.9% of statements
14:09:36 [2021-05-06T14:09:36.661Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.013s	coverage: 69.9% of statements
14:09:36 [2021-05-06T14:09:36.920Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.003s	coverage: 87.2% of statements
14:09:38 [2021-05-06T14:09:38.296Z] ok  	github.com/docker/docker/daemon/logger/local	0.016s	coverage: 75.2% of statements
14:09:38 [2021-05-06T14:09:38.297Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
14:09:38 [2021-05-06T14:09:38.556Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.050s	coverage: 55.1% of statements
14:09:39 [2021-05-06T14:09:39.708Z] === RUN   TestDockerSuite/TestCpToCaseH
14:09:39 [2021-05-06T14:09:39.938Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.010s	coverage: 31.5% of statements
14:09:41 [2021-05-06T14:09:41.315Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.004s	coverage: 46.8% of statements
14:09:41 [2021-05-06T14:09:41.315Z] ok  	github.com/docker/docker/daemon/logger/templates	0.002s	coverage: 8.3% of statements
14:09:42 [2021-05-06T14:09:42.251Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.685s	coverage: 82.5% of statements
14:09:42 [2021-05-06T14:09:42.251Z] ?   	github.com/docker/docker/daemon/names	[no test files]
14:09:42 [2021-05-06T14:09:42.251Z] ok  	github.com/docker/docker/daemon/network	0.016s	coverage: 63.8% of statements
14:09:42 [2021-05-06T14:09:42.251Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
14:09:43 [2021-05-06T14:09:43.006Z] === RUN   TestDockerSuite/TestCpToCaseI
14:09:43 [2021-05-06T14:09:43.576Z] === RUN   TestDockerSuite/TestCpToCaseJ
14:09:44 [2021-05-06T14:09:44.203Z] ok  	github.com/docker/docker/distribution/metadata	0.038s	coverage: 48.2% of statements
14:09:45 [2021-05-06T14:09:45.144Z] ok  	github.com/docker/docker/distribution	0.218s	coverage: 25.2% of statements
14:09:45 [2021-05-06T14:09:45.144Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
14:09:46 [2021-05-06T14:09:46.089Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 53.1% of statements
14:09:47 [2021-05-06T14:09:47.044Z] ok  	github.com/docker/docker/image	0.017s	coverage: 86.6% of statements
14:09:47 [2021-05-06T14:09:47.615Z] ok  	github.com/docker/docker/distribution/xfer	1.912s	coverage: 85.1% of statements
14:09:47 [2021-05-06T14:09:47.615Z] ?   	github.com/docker/docker/dockerversion	[no test files]
14:09:47 [2021-05-06T14:09:47.779Z] --- PASS: TestInfoAPIWarnings (17.10s)
14:09:47 [2021-05-06T14:09:47.779Z] === RUN   TestInfoDebug
14:09:47 [2021-05-06T14:09:47.779Z] --- PASS: TestInfoDebug (1.08s)
14:09:47 [2021-05-06T14:09:47.779Z] === RUN   TestInfoInsecureRegistries
14:09:47 [2021-05-06T14:09:47.874Z] ok  	github.com/docker/docker/image/cache	0.008s	coverage: 19.2% of statements
14:09:48 [2021-05-06T14:09:48.862Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
14:09:49 [2021-05-06T14:09:49.123Z] === RUN   TestDockerSuite/TestCpToDot
14:09:49 [2021-05-06T14:09:49.162Z] --- PASS: TestInfoInsecureRegistries (1.19s)
14:09:49 [2021-05-06T14:09:49.162Z] === RUN   TestInfoRegistryMirrors
14:09:49 [2021-05-06T14:09:49.250Z] ok  	github.com/docker/docker/image/v1	0.012s	coverage: 25.0% of statements
14:09:49 [2021-05-06T14:09:49.250Z] ok  	github.com/docker/docker/image/tarexport	0.019s	coverage: 0.6% of statements
14:09:49 [2021-05-06T14:09:49.250Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
14:09:49 [2021-05-06T14:09:49.695Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
14:09:49 [2021-05-06T14:09:49.817Z] ok  	github.com/docker/docker/libcontainerd/queue	0.027s	coverage: 100.0% of statements
14:09:50 [2021-05-06T14:09:50.101Z] --- PASS: TestInfoRegistryMirrors (1.08s)
14:09:50 [2021-05-06T14:09:50.101Z] === RUN   TestLoginFailsWithBadCredentials
14:09:50 [2021-05-06T14:09:50.362Z] --- PASS: TestLoginFailsWithBadCredentials (0.27s)
14:09:50 [2021-05-06T14:09:50.362Z] === RUN   TestPingCacheHeaders
14:09:50 [2021-05-06T14:09:50.363Z] --- PASS: TestPingCacheHeaders (0.05s)
14:09:50 [2021-05-06T14:09:50.363Z] === RUN   TestPingGet
14:09:50 [2021-05-06T14:09:50.624Z] --- PASS: TestPingGet (0.03s)
14:09:50 [2021-05-06T14:09:50.624Z] === RUN   TestPingHead
14:09:50 [2021-05-06T14:09:50.624Z] --- PASS: TestPingHead (0.05s)
14:09:50 [2021-05-06T14:09:50.624Z] === RUN   TestVersion
14:09:50 [2021-05-06T14:09:50.624Z] --- PASS: TestVersion (0.05s)
14:09:50 [2021-05-06T14:09:50.624Z] PASS
14:09:50 [2021-05-06T14:09:50.624Z] 
14:09:50 [2021-05-06T14:09:50.624Z] === Skipped
14:09:50 [2021-05-06T14:09:50.624Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
14:09:50 [2021-05-06T14:09:50.624Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
14:09:50 [2021-05-06T14:09:50.624Z] 
14:09:50 [2021-05-06T14:09:50.624Z] 
14:09:50 [2021-05-06T14:09:50.624Z] DONE 18 tests, 1 skipped in 25.646s
14:09:50 [2021-05-06T14:09:50.624Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
14:09:50 [2021-05-06T14:09:50.624Z] ++ 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
14:09:50 [2021-05-06T14:09:50.624Z] ++ set -e
14:09:50 [2021-05-06T14:09:50.624Z] ++ '[' -n 0 ']'
14:09:50 [2021-05-06T14:09:50.624Z] ++ set -x
14:09:50 [2021-05-06T14:09:50.624Z] ++ 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
14:09:50 [2021-05-06T14:09:50.884Z] INFO: Testing against a local daemon
14:09:50 [2021-05-06T14:09:50.884Z] === RUN   TestVolumesCreateAndList
14:09:50 [2021-05-06T14:09:50.884Z] --- PASS: TestVolumesCreateAndList (0.04s)
14:09:50 [2021-05-06T14:09:50.884Z] === RUN   TestVolumesRemove
14:09:50 [2021-05-06T14:09:50.884Z] --- PASS: TestVolumesRemove (0.09s)
14:09:50 [2021-05-06T14:09:50.884Z] === RUN   TestVolumesInspect
14:09:50 [2021-05-06T14:09:50.884Z] --- PASS: TestVolumesInspect (0.04s)
14:09:50 [2021-05-06T14:09:50.884Z] === RUN   TestVolumesInvalidJSON
14:09:50 [2021-05-06T14:09:50.884Z] === RUN   TestVolumesInvalidJSON//volumes/create
14:09:50 [2021-05-06T14:09:50.884Z] === PAUSE TestVolumesInvalidJSON//volumes/create
14:09:50 [2021-05-06T14:09:50.884Z] === CONT  TestVolumesInvalidJSON//volumes/create
14:09:50 [2021-05-06T14:09:50.884Z] --- PASS: TestVolumesInvalidJSON (0.03s)
14:09:50 [2021-05-06T14:09:50.884Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
14:09:50 [2021-05-06T14:09:50.884Z] PASS
14:09:50 [2021-05-06T14:09:50.884Z] 
14:09:50 [2021-05-06T14:09:50.884Z] DONE 5 tests in 0.335s
14:09:50 [2021-05-06T14:09:50.884Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
14:09:51 [2021-05-06T14:09:51.089Z] --- PASS: TestServicePlugin (33.41s)
14:09:51 [2021-05-06T14:09:51.089Z]     plugin_test.go:62: [df41e7f1205d7] joining swarm manager [dc620b77917ad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:09:51 [2021-05-06T14:09:51.089Z]     plugin_test.go:65: [d25aef1ad93b0] joining swarm manager [dc620b77917ad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:09:51 [2021-05-06T14:09:51.089Z] === RUN   TestServiceUpdateLabel
14:09:51 [2021-05-06T14:09:51.089Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
14:09:51 [2021-05-06T14:09:51.354Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
14:09:51 [2021-05-06T14:09:51.721Z] ok  	github.com/docker/docker/oci	0.009s	coverage: 45.2% of statements
14:09:51 [2021-05-06T14:09:51.824Z] ++++ cat bundles/test-integration/docker.pid
14:09:51 [2021-05-06T14:09:51.824Z] +++ kill 14061
14:09:52 [2021-05-06T14:09:52.289Z] ok  	github.com/docker/docker/opts	0.020s	coverage: 67.1% of statements
14:09:52 [2021-05-06T14:09:52.289Z] ok  	github.com/docker/docker/pkg/aaparser	0.001s	coverage: 52.9% of statements
14:09:52 [2021-05-06T14:09:52.764Z] +++ /etc/init.d/apparmor stop
14:09:52 [2021-05-06T14:09:52.764Z] Leaving: AppArmorNo profiles have been unloaded.
14:09:52 [2021-05-06T14:09:52.764Z] 
14:09:52 [2021-05-06T14:09:52.764Z] Unloading profiles will leave already running processes permanently
14:09:52 [2021-05-06T14:09:52.764Z] unconfined, which can lead to unexpected situations.
14:09:52 [2021-05-06T14:09:52.764Z] 
14:09:52 [2021-05-06T14:09:52.764Z] To set a process to complain mode, use the command line tool
14:09:52 [2021-05-06T14:09:52.764Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
14:09:52 [2021-05-06T14:09:52.764Z] +++ true
14:09:52 [2021-05-06T14:09:52.764Z] exiting test-integration
14:09:52 [2021-05-06T14:09:52.764Z] ++ exit 0
14:09:52 [2021-05-06T14:09:52.764Z] 
14:09:53 [2021-05-06T14:09:53.898Z] === RUN   TestDockerSuite/TestCpToStdout
14:09:54 [2021-05-06T14:09:54.159Z] --- PASS: TestServiceUpdateLabel (2.92s)
14:09:54 [2021-05-06T14:09:54.159Z] === RUN   TestServiceUpdateSecrets
14:09:54 [2021-05-06T14:09:54.197Z] ok  	github.com/docker/docker/pkg/archive	0.275s	coverage: 82.0% of statements
14:09:54 [2021-05-06T14:09:54.765Z] ok  	github.com/docker/docker/pkg/authorization	0.111s	coverage: 68.3% of statements
14:09:55 [2021-05-06T14:09:55.025Z] ok  	github.com/docker/docker/pkg/broadcaster	0.001s	coverage: 100.0% of statements
14:09:55 [2021-05-06T14:09:55.103Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
14:09:55 [2021-05-06T14:09:55.285Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
Post stage
[Pipeline] junit
14:09:56 [2021-05-06T14:09:56.076Z] Recording test results
14:09:56 [2021-05-06T14:09:56.417Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
14:09:56 [2021-05-06T14:09:56.774Z] + echo Ensuring container killed.
14:09:56 [2021-05-06T14:09:56.774Z] Ensuring container killed.
14:09:56 [2021-05-06T14:09:56.774Z] + docker rm -vf docker-pr7
14:09:56 [2021-05-06T14:09:56.774Z] Error: No such container: docker-pr7
[Pipeline] sh
14:09:57 [2021-05-06T14:09:57.063Z] + echo Chowning /workspace to jenkins user
14:09:57 [2021-05-06T14:09:57.063Z] Chowning /workspace to jenkins user
14:09:57 [2021-05-06T14:09:57.063Z] + id -u
14:09:57 [2021-05-06T14:09:57.063Z] + id -g
14:09:57 [2021-05-06T14:09:57.063Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42098:/workspace busybox chown -R 1000:1000 /workspace
14:09:57 [2021-05-06T14:09:57.063Z] Unable to find image 'busybox:latest' locally
14:09:57 [2021-05-06T14:09:57.324Z] latest: Pulling from library/busybox
14:09:57 [2021-05-06T14:09:57.324Z] 99b64d4e3d30: Pulling fs layer
14:09:57 [2021-05-06T14:09:57.324Z] 99b64d4e3d30: Verifying Checksum
14:09:57 [2021-05-06T14:09:57.324Z] 99b64d4e3d30: Download complete
14:09:57 [2021-05-06T14:09:57.585Z] 99b64d4e3d30: Pull complete
14:09:57 [2021-05-06T14:09:57.585Z] Digest: sha256:be4684e4004560b2cd1f12148b7120b0ea69c385bcc9b12a637537a2c60f97fb
14:09:57 [2021-05-06T14:09:57.585Z] Status: Downloaded newer image for busybox:latest
14:09:57 [2021-05-06T14:09:57.650Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
14:09:57 [2021-05-06T14:09:57.650Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
14:09:58 [2021-05-06T14:09:58.569Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.479s	coverage: 43.2% of statements
14:09:58 [2021-05-06T14:09:58.569Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 80.0% of statements
14:09:58 [2021-05-06T14:09:58.593Z] === RUN   TestDockerSuite/TestCpVolumePath
14:09:59 [2021-05-06T14:09:59.136Z] ok  	github.com/docker/docker/pkg/discovery	0.004s	coverage: 58.3% of statements
14:09:59 [2021-05-06T14:09:59.136Z] ok  	github.com/docker/docker/layer	7.576s	coverage: 68.8% of statements
14:09:59 [2021-05-06T14:09:59.136Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
14:09:59 [2021-05-06T14:09:59.136Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
14:09:59 [2021-05-06T14:09:59.136Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
14:09:59 [2021-05-06T14:09:59.136Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
14:09:59 [2021-05-06T14:09:59.136Z] ?   	github.com/docker/docker/oci/caps	[no test files]
14:09:59 [2021-05-06T14:09:59.136Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
14:09:59 [2021-05-06T14:09:59.136Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
14:09:59 [2021-05-06T14:09:59.395Z] ok  	github.com/docker/docker/pkg/discovery/file	0.003s	coverage: 92.9% of statements
14:09:59 [2021-05-06T14:09:59.976Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
14:09:59 [2021-05-06T14:09:59.976Z] === RUN   TestDockerSuite/TestCreateArgs
14:09:59 [2021-05-06T14:09:59.976Z] === RUN   TestDockerSuite/TestCreateByImageID
14:10:00 [2021-05-06T14:10:00.333Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.007s	coverage: 92.3% of statements
14:10:00 [2021-05-06T14:10:00.548Z] === RUN   TestDockerSuite/TestCreateEchoStdout
14:10:00 [2021-05-06T14:10:00.902Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.005s	coverage: 93.8% of statements
14:10:01 [2021-05-06T14:10:01.120Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
14:10:01 [2021-05-06T14:10:01.120Z] === RUN   TestDockerSuite/TestCreateHostConfig
14:10:01 [2021-05-06T14:10:01.120Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
14:10:01 [2021-05-06T14:10:01.471Z] ok  	github.com/docker/docker/pkg/dmesg	0.006s	coverage: 83.3% of statements
14:10:02 [2021-05-06T14:10:02.059Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
14:10:02 [2021-05-06T14:10:02.320Z] === RUN   TestDockerSuite/TestCreateLabels
14:10:02 [2021-05-06T14:10:02.320Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
14:10:02 [2021-05-06T14:10:02.320Z] === RUN   TestDockerSuite/TestCreateRM
14:10:02 [2021-05-06T14:10:02.407Z] ok  	github.com/docker/docker/pkg/filenotify	0.603s	coverage: 67.0% of statements
14:10:02 [2021-05-06T14:10:02.581Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
14:10:02 [2021-05-06T14:10:02.581Z] === RUN   TestDockerSuite/TestCreateStopSignal
14:10:02 [2021-05-06T14:10:02.581Z] === RUN   TestDockerSuite/TestCreateStopTimeout
14:10:02 [2021-05-06T14:10:02.841Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
14:10:03 [2021-05-06T14:10:03.343Z] ok  	github.com/docker/docker/pkg/fileutils	0.008s	coverage: 89.5% of statements
14:10:03 [2021-05-06T14:10:03.343Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.062s	coverage: 84.1% of statements
14:10:03 [2021-05-06T14:10:03.911Z] ok  	github.com/docker/docker/pkg/homedir	0.002s	coverage: 11.4% of statements
14:10:03 [2021-05-06T14:10:03.911Z] ok  	github.com/docker/docker/pkg/fsutils	0.131s	coverage: 85.1% of statements
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
14:10:04 [2021-05-06T14:10:04.472Z] + bundleName=arm64-integration
14:10:04 [2021-05-06T14:10:04.473Z] + echo Creating arm64-integration-bundles.tar.gz
14:10:04 [2021-05-06T14:10:04.473Z] Creating arm64-integration-bundles.tar.gz
14:10:04 [2021-05-06T14:10:04.473Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
14:10:04 [2021-05-06T14:10:04.473Z] + xargs tar -czf arm64-integration-bundles.tar.gz
14:10:04 [2021-05-06T14:10:04.846Z] ok  	github.com/docker/docker/pkg/idtools	0.382s	coverage: 69.5% of statements
[Pipeline] archiveArtifacts
14:10:05 [2021-05-06T14:10:05.056Z] Archiving artifacts
14:10:05 [2021-05-06T14:10:05.383Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
14:10:05 [2021-05-06T14:10:05.383Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
14:10:05 [2021-05-06T14:10:05.383Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
14:10:05 [2021-05-06T14:10:05.413Z] ok  	github.com/docker/docker/pkg/ioutils	0.595s	coverage: 69.3% of statements
14:10:05 [2021-05-06T14:10:05.672Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.009s	coverage: 91.7% of statements
14:10:05 [2021-05-06T14:10:05.673Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
14:10:05 [2021-05-06T14:10:05.931Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 100.0% of statements
14:10:05 [2021-05-06T14:10:05.931Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
14:10:05 [2021-05-06T14:10:05.931Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
14:10:05 [2021-05-06T14:10:05.931Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.004s	coverage: 85.7% of statements
14:10:05 [2021-05-06T14:10:05.931Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
14:10:06 [2021-05-06T14:10:06.190Z] ok  	github.com/docker/docker/pkg/parsers	0.003s	coverage: 97.0% of statements
14:10:06 [2021-05-06T14:10:06.449Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.003s	coverage: 60.0% of statements
14:10:07 [2021-05-06T14:10:07.017Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.004s	coverage: 86.7% of statements
14:10:07 [2021-05-06T14:10:07.017Z] ok  	github.com/docker/docker/pkg/pidfile	0.002s	coverage: 82.4% of statements
14:10:07 [2021-05-06T14:10:07.017Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
14:10:07 [2021-05-06T14:10:07.017Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
14:10:07 [2021-05-06T14:10:07.364Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42098/7/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
14:10:07 [2021-05-06T14:10:07.692Z] + make clean
14:10:07 [2021-05-06T14:10:07.953Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.007s	coverage: 56.8% of statements
14:10:08 [2021-05-06T14:10:08.263Z] docker volume rm -f docker-dev-cache
14:10:08 [2021-05-06T14:10:08.263Z] docker-dev-cache
14:10:08 [2021-05-06T14:10:08.521Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
[Pipeline] deleteDir
14:10:08 [2021-05-06T14:10:08.779Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 88.2% of statements
14:10:09 [2021-05-06T14:10:09.038Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
14:10:09 [2021-05-06T14:10:09.593Z] === RUN   TestDockerSuite/TestCreateWithPortRange
14:10:09 [2021-05-06T14:10:09.593Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
14:10:09 [2021-05-06T14:10:09.593Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
14:10:09 [2021-05-06T14:10:09.593Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
14:10:09 [2021-05-06T14:10:09.593Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
14:10:09 [2021-05-06T14:10:09.593Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
14:10:10 [2021-05-06T14:10:10.412Z] ok  	github.com/docker/docker/pkg/pubsub	1.026s	coverage: 75.0% of statements
14:10:10 [2021-05-06T14:10:10.534Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
14:10:10 [2021-05-06T14:10:10.534Z] --- PASS: TestServiceUpdateSecrets (16.31s)
14:10:10 [2021-05-06T14:10:10.534Z] === RUN   TestServiceUpdateConfigs
14:10:10 [2021-05-06T14:10:10.671Z] ok  	github.com/docker/docker/pkg/reexec	0.006s	coverage: 82.4% of statements
14:10:12 [2021-05-06T14:10:12.448Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
14:10:13 [2021-05-06T14:10:13.390Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
14:10:13 [2021-05-06T14:10:13.953Z] ok  	github.com/docker/docker/pkg/signal	2.386s	coverage: 61.0% of statements
14:10:13 [2021-05-06T14:10:13.953Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
14:10:13 [2021-05-06T14:10:13.953Z] ok  	github.com/docker/docker/pkg/streamformatter	0.002s	coverage: 66.2% of statements
14:10:14 [2021-05-06T14:10:14.211Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
14:10:14 [2021-05-06T14:10:14.773Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
14:10:14 [2021-05-06T14:10:14.779Z] ok  	github.com/docker/docker/pkg/sysinfo	0.005s	coverage: 54.9% of statements
14:10:15 [2021-05-06T14:10:15.348Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 36.9% of statements
14:10:15 [2021-05-06T14:10:15.917Z] ok  	github.com/docker/docker/pkg/tailfile	0.057s	coverage: 88.6% of statements
14:10:16 [2021-05-06T14:10:16.169Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
14:10:16 [2021-05-06T14:10:16.485Z] ok  	github.com/docker/docker/pkg/tarsum	0.041s	coverage: 89.3% of statements
14:10:16 [2021-05-06T14:10:16.485Z] testing: warning: no tests to run
14:10:16 [2021-05-06T14:10:16.485Z] coverage: [no statements]
14:10:16 [2021-05-06T14:10:16.485Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: [no statements] [no tests to run]
14:10:17 [2021-05-06T14:10:17.051Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
14:10:17 [2021-05-06T14:10:17.051Z] ok  	github.com/docker/docker/pkg/urlutil	0.002s	coverage: 100.0% of statements
14:10:17 [2021-05-06T14:10:17.310Z] ok  	github.com/docker/docker/pkg/useragent	0.001s	coverage: 88.9% of statements
14:10:17 [2021-05-06T14:10:17.553Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
14:10:18 [2021-05-06T14:10:18.124Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
14:10:18 [2021-05-06T14:10:18.385Z] === RUN   TestDockerSuite/TestDevicePermissions
14:10:18 [2021-05-06T14:10:18.956Z] === RUN   TestDockerSuite/TestDockerFails
14:10:18 [2021-05-06T14:10:18.956Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
14:10:18 [2021-05-06T14:10:18.956Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
14:10:19 [2021-05-06T14:10:19.214Z] ok  	github.com/docker/docker/plugin	0.516s	coverage: 23.2% of statements
14:10:19 [2021-05-06T14:10:19.216Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
14:10:20 [2021-05-06T14:10:20.151Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.5% of statements
14:10:20 [2021-05-06T14:10:20.410Z] ok  	github.com/docker/docker/profiles/seccomp	0.007s	coverage: 85.4% of statements
14:10:21 [2021-05-06T14:10:21.126Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
14:10:21 [2021-05-06T14:10:21.696Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
14:10:21 [2021-05-06T14:10:21.788Z] ok  	github.com/docker/docker/quota	0.223s	coverage: 71.4% of statements
14:10:22 [2021-05-06T14:10:22.355Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
14:10:23 [2021-05-06T14:10:23.291Z] ok  	github.com/docker/docker/registry	0.057s	coverage: 58.8% of statements
14:10:23 [2021-05-06T14:10:23.859Z] ok  	github.com/docker/docker/registry/resumable	0.015s	coverage: 100.0% of statements
14:10:24 [2021-05-06T14:10:24.118Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 45.3% of statements
14:10:24 [2021-05-06T14:10:24.236Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
14:10:24 [2021-05-06T14:10:24.236Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
14:10:24 [2021-05-06T14:10:24.236Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
14:10:24 [2021-05-06T14:10:24.807Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
14:10:25 [2021-05-06T14:10:25.055Z] ok  	github.com/docker/docker/runconfig	0.007s	coverage: 66.1% of statements
14:10:25 [2021-05-06T14:10:25.055Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
14:10:25 [2021-05-06T14:10:25.748Z] --- PASS: TestServiceUpdateConfigs (15.45s)
14:10:25 [2021-05-06T14:10:25.748Z] === RUN   TestServiceUpdateNetwork
14:10:27 [2021-05-06T14:10:27.590Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
14:10:28 [2021-05-06T14:10:28.965Z] ok  	github.com/docker/docker/volume/local	0.112s	coverage: 76.4% of statements
14:10:29 [2021-05-06T14:10:29.224Z] ok  	github.com/docker/docker/volume/mounts	0.018s	coverage: 67.0% of statements
14:10:30 [2021-05-06T14:10:30.600Z] ok  	github.com/docker/docker/volume/service	0.015s	coverage: 73.1% of statements
14:10:32 [2021-05-06T14:10:32.328Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
14:10:34 [2021-05-06T14:10:34.872Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
14:10:37 [2021-05-06T14:10:37.415Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
14:10:39 [2021-05-06T14:10:39.326Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
14:10:40 [2021-05-06T14:10:40.269Z] --- PASS: TestServiceUpdateNetwork (14.21s)
14:10:40 [2021-05-06T14:10:40.269Z] === RUN   TestServiceUpdatePidsLimit
14:10:40 [2021-05-06T14:10:40.840Z] === RUN   TestDockerSuite/TestEventsAttach
14:10:41 [2021-05-06T14:10:41.411Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
14:10:41 [2021-05-06T14:10:41.672Z] === RUN   TestDockerSuite/TestEventsCommit
14:10:42 [2021-05-06T14:10:42.796Z] ok  	github.com/docker/docker/pkg/plugins	33.624s	coverage: 76.6% of statements
14:10:42 [2021-05-06T14:10:42.796Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
14:10:42 [2021-05-06T14:10:42.796Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
14:10:42 [2021-05-06T14:10:42.796Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
14:10:42 [2021-05-06T14:10:42.796Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
14:10:42 [2021-05-06T14:10:42.796Z] ?   	github.com/docker/docker/pkg/term	[no test files]
14:10:42 [2021-05-06T14:10:42.796Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
14:10:42 [2021-05-06T14:10:42.796Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
14:10:42 [2021-05-06T14:10:42.796Z] ?   	github.com/docker/docker/rootless	[no test files]
14:10:42 [2021-05-06T14:10:42.796Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
14:10:42 [2021-05-06T14:10:42.796Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
14:10:42 [2021-05-06T14:10:42.796Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
14:10:42 [2021-05-06T14:10:42.796Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
14:10:42 [2021-05-06T14:10:42.796Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
14:10:42 [2021-05-06T14:10:42.796Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
14:10:42 [2021-05-06T14:10:42.796Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
14:10:42 [2021-05-06T14:10:42.796Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
14:10:42 [2021-05-06T14:10:42.796Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
14:10:42 [2021-05-06T14:10:42.796Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
14:10:42 [2021-05-06T14:10:42.796Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
14:10:42 [2021-05-06T14:10:42.796Z] ?   	github.com/docker/docker/testutil/request	[no test files]
14:10:42 [2021-05-06T14:10:42.796Z] ?   	github.com/docker/docker/volume	[no test files]
14:10:42 [2021-05-06T14:10:42.796Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
14:10:42 [2021-05-06T14:10:42.796Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
14:10:42 [2021-05-06T14:10:42.796Z] 
14:10:42 [2021-05-06T14:10:42.796Z] === Skipped
14:10:42 [2021-05-06T14:10:42.796Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
14:10:42 [2021-05-06T14:10:42.796Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:10:42 [2021-05-06T14:10:42.796Z]     graphtest_unix.go:46: Driver btrfs not supported
14:10:42 [2021-05-06T14:10:42.796Z] 
14:10:42 [2021-05-06T14:10:42.796Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
14:10:42 [2021-05-06T14:10:42.796Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:10:42 [2021-05-06T14:10:42.796Z]     graphtest_unix.go:46: Driver btrfs not supported
14:10:42 [2021-05-06T14:10:42.796Z] 
14:10:42 [2021-05-06T14:10:42.796Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
14:10:42 [2021-05-06T14:10:42.796Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:10:42 [2021-05-06T14:10:42.796Z]     graphtest_unix.go:46: Driver btrfs not supported
14:10:42 [2021-05-06T14:10:42.796Z] 
14:10:42 [2021-05-06T14:10:42.796Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
14:10:42 [2021-05-06T14:10:42.796Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:10:42 [2021-05-06T14:10:42.796Z]     graphtest_unix.go:46: Driver btrfs not supported
14:10:42 [2021-05-06T14:10:42.796Z] 
14:10:42 [2021-05-06T14:10:42.796Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
14:10:42 [2021-05-06T14:10:42.796Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:10:42 [2021-05-06T14:10:42.796Z]     graphtest_unix.go:46: Driver btrfs not supported
14:10:42 [2021-05-06T14:10:42.796Z] 
14:10:42 [2021-05-06T14:10:42.796Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
14:10:42 [2021-05-06T14:10:42.796Z]     graphtest_unix.go:73: No driver to put!
14:10:42 [2021-05-06T14:10:42.796Z] 
14:10:42 [2021-05-06T14:10:42.796Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
14:10:42 [2021-05-06T14:10:42.796Z] time="2021-05-06T14:09:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:10:42 [2021-05-06T14:10:42.796Z]     graphtest_unix.go:44: graphdriver: driver not supported
14:10:42 [2021-05-06T14:10:42.796Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
14:10:42 [2021-05-06T14:10:42.796Z] 
14:10:42 [2021-05-06T14:10:42.796Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
14:10:42 [2021-05-06T14:10:42.796Z] time="2021-05-06T14:09:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:10:42 [2021-05-06T14:10:42.796Z]     graphtest_unix.go:44: graphdriver: driver not supported
14:10:42 [2021-05-06T14:10:42.796Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
14:10:42 [2021-05-06T14:10:42.796Z] 
14:10:42 [2021-05-06T14:10:42.796Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
14:10:42 [2021-05-06T14:10:42.796Z] time="2021-05-06T14:09:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:10:42 [2021-05-06T14:10:42.796Z]     graphtest_unix.go:44: graphdriver: driver not supported
14:10:42 [2021-05-06T14:10:42.796Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
14:10:42 [2021-05-06T14:10:42.796Z] 
14:10:42 [2021-05-06T14:10:42.796Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
14:10:42 [2021-05-06T14:10:42.796Z] time="2021-05-06T14:09:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:10:42 [2021-05-06T14:10:42.797Z]     graphtest_unix.go:44: graphdriver: driver not supported
14:10:42 [2021-05-06T14:10:42.797Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
14:10:42 [2021-05-06T14:10:42.797Z] 
14:10:42 [2021-05-06T14:10:42.797Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
14:10:42 [2021-05-06T14:10:42.797Z] time="2021-05-06T14:09:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:10:42 [2021-05-06T14:10:42.797Z]     graphtest_unix.go:44: graphdriver: driver not supported
14:10:42 [2021-05-06T14:10:42.797Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
14:10:42 [2021-05-06T14:10:42.797Z] 
14:10:42 [2021-05-06T14:10:42.797Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
14:10:42 [2021-05-06T14:10:42.797Z]     graphtest_unix.go:73: No driver to put!
14:10:42 [2021-05-06T14:10:42.797Z] 
14:10:42 [2021-05-06T14:10:42.797Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
14:10:42 [2021-05-06T14:10:42.797Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
14:10:42 [2021-05-06T14:10:42.797Z] 
14:10:42 [2021-05-06T14:10:42.797Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
14:10:42 [2021-05-06T14:10:42.797Z]     overlay_test.go:49: Fails to compute changes intermittently
14:10:42 [2021-05-06T14:10:42.797Z] 
14:10:42 [2021-05-06T14:10:42.797Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
14:10:42 [2021-05-06T14:10:42.797Z]     overlay_test.go:65: Cannot run test with naive change algorithm
14:10:42 [2021-05-06T14:10:42.797Z] 
14:10:42 [2021-05-06T14:10:42.797Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
14:10:42 [2021-05-06T14:10:42.797Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
14:10:42 [2021-05-06T14:10:42.797Z] 
14:10:42 [2021-05-06T14:10:42.797Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
14:10:42 [2021-05-06T14:10:42.797Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:10:42 [2021-05-06T14:10:42.797Z]     graphtest_unix.go:46: Driver zfs not supported
14:10:42 [2021-05-06T14:10:42.797Z] 
14:10:42 [2021-05-06T14:10:42.797Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
14:10:42 [2021-05-06T14:10:42.797Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:10:42 [2021-05-06T14:10:42.797Z]     graphtest_unix.go:46: Driver zfs not supported
14:10:42 [2021-05-06T14:10:42.797Z] 
14:10:42 [2021-05-06T14:10:42.797Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
14:10:42 [2021-05-06T14:10:42.797Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:10:42 [2021-05-06T14:10:42.797Z]     graphtest_unix.go:46: Driver zfs not supported
14:10:42 [2021-05-06T14:10:42.797Z] 
14:10:42 [2021-05-06T14:10:42.797Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
14:10:42 [2021-05-06T14:10:42.797Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:10:42 [2021-05-06T14:10:42.797Z]     graphtest_unix.go:46: Driver zfs not supported
14:10:42 [2021-05-06T14:10:42.797Z] 
14:10:42 [2021-05-06T14:10:42.797Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
14:10:42 [2021-05-06T14:10:42.797Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:10:42 [2021-05-06T14:10:42.797Z]     graphtest_unix.go:46: Driver zfs not supported
14:10:42 [2021-05-06T14:10:42.797Z] 
14:10:42 [2021-05-06T14:10:42.797Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
14:10:42 [2021-05-06T14:10:42.797Z]     graphtest_unix.go:73: No driver to put!
14:10:42 [2021-05-06T14:10:42.797Z] 
14:10:42 [2021-05-06T14:10:42.797Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
14:10:42 [2021-05-06T14:10:42.797Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
14:10:42 [2021-05-06T14:10:42.797Z] 
14:10:42 [2021-05-06T14:10:42.797Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
14:10:42 [2021-05-06T14:10:42.797Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
14:10:42 [2021-05-06T14:10:42.797Z] 
14:10:42 [2021-05-06T14:10:42.797Z] 
14:10:42 [2021-05-06T14:10:42.797Z] DONE 2254 tests, 24 skipped in 252.088s
Post stage
[Pipeline] junit
14:10:42 [2021-05-06T14:10:42.809Z] Recording test results
14:10:43 [2021-05-06T14:10:43.071Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
14:10:43 [2021-05-06T14:10:43.071Z] === RUN   TestDockerSuite/TestEventsContainerEvents
14:10:43 [2021-05-06T14:10:43.075Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
14:10:43 [2021-05-06T14:10:43.415Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42098/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8e7ce3d4e1a110efdae2c11e84fa09ece6de9463 hack/validate/vendor
14:10:43 [2021-05-06T14:10:43.981Z] No vendor changes in diff.
14:10:44 [2021-05-06T14:10:44.011Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
[Pipeline] }
[Pipeline] // stage
14:10:44 [2021-05-06T14:10:44.582Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
Post stage
[Pipeline] sh
14:10:44 [2021-05-06T14:10:44.869Z] + echo Ensuring container killed.
14:10:44 [2021-05-06T14:10:44.869Z] Ensuring container killed.
14:10:44 [2021-05-06T14:10:44.869Z] + docker rm -vf docker-pr7
14:10:44 [2021-05-06T14:10:44.869Z] Error: No such container: docker-pr7
[Pipeline] sh
14:10:45 [2021-05-06T14:10:45.151Z] + echo Chowning /workspace to jenkins user
14:10:45 [2021-05-06T14:10:45.151Z] Chowning /workspace to jenkins user
14:10:45 [2021-05-06T14:10:45.151Z] + id -u
14:10:45 [2021-05-06T14:10:45.151Z] + id -g
14:10:45 [2021-05-06T14:10:45.151Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42098:/workspace busybox chown -R 1000:1000 /workspace
14:10:45 [2021-05-06T14:10:45.524Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
14:10:46 [2021-05-06T14:10:46.023Z] + bundleName=unit
14:10:46 [2021-05-06T14:10:46.023Z] + echo Creating unit-bundles.tar.gz
14:10:46 [2021-05-06T14:10:46.023Z] Creating unit-bundles.tar.gz
14:10:46 [2021-05-06T14:10:46.023Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out
14:10:46 [2021-05-06T14:10:46.023Z] bundles/junit-report.xml
14:10:46 [2021-05-06T14:10:46.023Z] bundles/go-test-report.json
14:10:46 [2021-05-06T14:10:46.023Z] bundles/profile.out
[Pipeline] archiveArtifacts
14:10:46 [2021-05-06T14:10:46.035Z] Archiving artifacts
14:10:46 [2021-05-06T14:10:46.509Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42098/7/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
14:10:46 [2021-05-06T14:10:46.831Z] + make clean
14:10:47 [2021-05-06T14:10:47.090Z] docker volume rm -f docker-dev-cache
14:10:47 [2021-05-06T14:10:47.090Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
14:10:47 [2021-05-06T14:10:47.436Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
14:10:48 [2021-05-06T14:10:48.820Z] === RUN   TestDockerSuite/TestEventsContainerRestart
14:10:50 [2021-05-06T14:10:50.735Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
14:10:52 [2021-05-06T14:10:52.121Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
14:10:55 [2021-05-06T14:10:55.421Z] === RUN   TestDockerSuite/TestEventsCopy
14:10:56 [2021-05-06T14:10:56.367Z] === RUN   TestDockerSuite/TestEventsFilterContainer
14:10:57 [2021-05-06T14:10:57.462Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
14:10:57 [2021-05-06T14:10:57.722Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
14:10:58 [2021-05-06T14:10:58.294Z] --- PASS: TestServiceUpdatePidsLimit (18.24s)
14:10:58 [2021-05-06T14:10:58.294Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.47s)
14:10:58 [2021-05-06T14:10:58.294Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.41s)
14:10:58 [2021-05-06T14:10:58.294Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.32s)
14:10:58 [2021-05-06T14:10:58.294Z] PASS
14:10:58 [2021-05-06T14:10:58.294Z] 
14:10:58 [2021-05-06T14:10:58.294Z] === Skipped
14:10:58 [2021-05-06T14:10:58.294Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
14:10:58 [2021-05-06T14:10:58.294Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:10:58 [2021-05-06T14:10:58.294Z] 
14:10:58 [2021-05-06T14:10:58.294Z] 
14:10:58 [2021-05-06T14:10:58.294Z] DONE 27 tests, 1 skipped in 205.023s
14:10:58 [2021-05-06T14:10:58.294Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
14:10:58 [2021-05-06T14:10:58.294Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m
14:10:58 [2021-05-06T14:10:58.294Z] ++ set -e
14:10:58 [2021-05-06T14:10:58.294Z] ++ '[' -n 0 ']'
14:10:58 [2021-05-06T14:10:58.294Z] ++ set -x
14:10:58 [2021-05-06T14:10:58.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=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m
14:10:58 [2021-05-06T14:10:58.556Z] INFO: Testing against a local daemon
14:10:58 [2021-05-06T14:10:58.556Z] === RUN   TestSessionCreate
14:10:58 [2021-05-06T14:10:58.556Z] --- PASS: TestSessionCreate (0.03s)
14:10:58 [2021-05-06T14:10:58.556Z] === RUN   TestSessionCreateWithBadUpgrade
14:10:58 [2021-05-06T14:10:58.556Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
14:10:58 [2021-05-06T14:10:58.556Z] PASS
14:10:58 [2021-05-06T14:10:58.556Z] 
14:10:58 [2021-05-06T14:10:58.556Z] DONE 2 tests in 0.209s
14:10:58 [2021-05-06T14:10:58.556Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
14:10:58 [2021-05-06T14:10:58.556Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m
14:10:58 [2021-05-06T14:10:58.556Z] ++ set -e
14:10:58 [2021-05-06T14:10:58.556Z] ++ '[' -n 0 ']'
14:10:58 [2021-05-06T14:10:58.556Z] ++ set -x
14:10:58 [2021-05-06T14:10:58.556Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m
14:10:58 [2021-05-06T14:10:58.556Z] INFO: Testing against a local daemon
14:10:58 [2021-05-06T14:10:58.556Z] === RUN   TestCgroupDriverSystemdMemoryLimit
14:10:58 [2021-05-06T14:10:58.817Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s)
14:10:58 [2021-05-06T14:10:58.817Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
14:10:58 [2021-05-06T14:10:58.817Z] === RUN   TestEventsExecDie
14:10:59 [2021-05-06T14:10:59.760Z] --- PASS: TestEventsExecDie (1.15s)
14:10:59 [2021-05-06T14:10:59.760Z] === RUN   TestEventsBackwardsCompatible
14:11:00 [2021-05-06T14:11:00.022Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
14:11:00 [2021-05-06T14:11:00.022Z] === RUN   TestInfoBinaryCommits
14:11:00 [2021-05-06T14:11:00.022Z] --- PASS: TestInfoBinaryCommits (0.02s)
14:11:00 [2021-05-06T14:11:00.022Z] === RUN   TestInfoAPIVersioned
14:11:00 [2021-05-06T14:11:00.022Z] --- PASS: TestInfoAPIVersioned (0.01s)
14:11:00 [2021-05-06T14:11:00.022Z] === RUN   TestInfoDiscoveryBackend
14:11:00 [2021-05-06T14:11:00.593Z] --- PASS: TestInfoDiscoveryBackend (0.65s)
14:11:00 [2021-05-06T14:11:00.593Z] === RUN   TestInfoDiscoveryInvalidAdvertise
14:11:01 [2021-05-06T14:11:01.535Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
14:11:01 [2021-05-06T14:11:01.535Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
14:11:02 [2021-05-06T14:11:02.477Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.70s)
14:11:02 [2021-05-06T14:11:02.477Z] === RUN   TestInfoAPI
14:11:02 [2021-05-06T14:11:02.477Z] --- PASS: TestInfoAPI (0.03s)
14:11:02 [2021-05-06T14:11:02.477Z] === RUN   TestInfoAPIWarnings
14:11:03 [2021-05-06T14:11:03.861Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
14:11:04 [2021-05-06T14:11:04.121Z] === RUN   TestDockerSuite/TestEventsFilterImageName
14:11:05 [2021-05-06T14:11:05.522Z] === RUN   TestDockerSuite/TestEventsFilterLabels
14:11:06 [2021-05-06T14:11:06.092Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
14:11:06 [2021-05-06T14:11:06.662Z] === RUN   TestDockerSuite/TestEventsFilterType
14:11:06 [2021-05-06T14:11:06.923Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
14:11:07 [2021-05-06T14:11:07.493Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
14:11:07 [2021-05-06T14:11:07.493Z] === RUN   TestDockerSuite/TestEventsFilters
14:11:08 [2021-05-06T14:11:08.879Z] === RUN   TestDockerSuite/TestEventsFormat
14:11:10 [2021-05-06T14:11:10.264Z] === RUN   TestDockerSuite/TestEventsFormatBadField
14:11:10 [2021-05-06T14:11:10.264Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
14:11:10 [2021-05-06T14:11:10.264Z] === RUN   TestDockerSuite/TestEventsImageImport
14:11:11 [2021-05-06T14:11:11.207Z] === RUN   TestDockerSuite/TestEventsImageLoad
14:11:11 [2021-05-06T14:11:11.469Z] === RUN   TestDockerSuite/TestEventsImagePull
14:11:11 [2021-05-06T14:11:11.733Z] === RUN   TestDockerSuite/TestEventsImageTag
14:11:13 [2021-05-06T14:11:13.116Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
14:11:13 [2021-05-06T14:11:13.116Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
14:11:13 [2021-05-06T14:11:13.116Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
14:11:13 [2021-05-06T14:11:13.116Z] === RUN   TestDockerSuite/TestEventsPluginOps
14:11:14 [2021-05-06T14:11:14.499Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
14:11:15 [2021-05-06T14:11:15.070Z] === RUN   TestDockerSuite/TestEventsRename
14:11:16 [2021-05-06T14:11:16.013Z] === RUN   TestDockerSuite/TestEventsResize
14:11:16 [2021-05-06T14:11:16.585Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
14:11:19 [2021-05-06T14:11:19.126Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
14:11:19 [2021-05-06T14:11:19.126Z] --- PASS: TestInfoAPIWarnings (16.70s)
14:11:19 [2021-05-06T14:11:19.126Z] === RUN   TestInfoDebug
14:11:19 [2021-05-06T14:11:19.698Z] --- PASS: TestInfoDebug (0.71s)
14:11:19 [2021-05-06T14:11:19.698Z] === RUN   TestInfoInsecureRegistries
14:11:20 [2021-05-06T14:11:20.641Z] --- PASS: TestInfoInsecureRegistries (0.74s)
14:11:20 [2021-05-06T14:11:20.641Z] === RUN   TestInfoRegistryMirrors
14:11:21 [2021-05-06T14:11:21.213Z] --- PASS: TestInfoRegistryMirrors (0.82s)
14:11:21 [2021-05-06T14:11:21.213Z] === RUN   TestLoginFailsWithBadCredentials
14:11:21 [2021-05-06T14:11:21.474Z] --- PASS: TestLoginFailsWithBadCredentials (0.30s)
14:11:21 [2021-05-06T14:11:21.474Z] === RUN   TestPingCacheHeaders
14:11:21 [2021-05-06T14:11:21.736Z] --- PASS: TestPingCacheHeaders (0.04s)
14:11:21 [2021-05-06T14:11:21.736Z] === RUN   TestPingGet
14:11:21 [2021-05-06T14:11:21.736Z] --- PASS: TestPingGet (0.03s)
14:11:21 [2021-05-06T14:11:21.736Z] === RUN   TestPingHead
14:11:21 [2021-05-06T14:11:21.736Z] --- PASS: TestPingHead (0.03s)
14:11:21 [2021-05-06T14:11:21.736Z] === RUN   TestVersion
14:11:21 [2021-05-06T14:11:21.736Z] --- PASS: TestVersion (0.03s)
14:11:21 [2021-05-06T14:11:21.736Z] PASS
14:11:21 [2021-05-06T14:11:21.736Z] 
14:11:21 [2021-05-06T14:11:21.736Z] === Skipped
14:11:21 [2021-05-06T14:11:21.736Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.01s)
14:11:21 [2021-05-06T14:11:21.736Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
14:11:21 [2021-05-06T14:11:21.736Z] 
14:11:21 [2021-05-06T14:11:21.736Z] 
14:11:21 [2021-05-06T14:11:21.736Z] DONE 18 tests, 1 skipped in 23.165s
14:11:21 [2021-05-06T14:11:21.736Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
14:11:21 [2021-05-06T14:11:21.736Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m
14:11:21 [2021-05-06T14:11:21.736Z] ++ set -e
14:11:21 [2021-05-06T14:11:21.736Z] ++ '[' -n 0 ']'
14:11:21 [2021-05-06T14:11:21.736Z] ++ set -x
14:11:21 [2021-05-06T14:11:21.736Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m
14:11:21 [2021-05-06T14:11:21.997Z] INFO: Testing against a local daemon
14:11:21 [2021-05-06T14:11:21.997Z] === RUN   TestVolumesCreateAndList
14:11:21 [2021-05-06T14:11:21.997Z] --- PASS: TestVolumesCreateAndList (0.04s)
14:11:21 [2021-05-06T14:11:21.997Z] === RUN   TestVolumesRemove
14:11:21 [2021-05-06T14:11:21.997Z] --- PASS: TestVolumesRemove (0.18s)
14:11:21 [2021-05-06T14:11:21.997Z] === RUN   TestVolumesInspect
14:11:22 [2021-05-06T14:11:22.258Z] --- PASS: TestVolumesInspect (0.04s)
14:11:22 [2021-05-06T14:11:22.258Z] === RUN   TestVolumesInvalidJSON
14:11:22 [2021-05-06T14:11:22.258Z] === RUN   TestVolumesInvalidJSON//volumes/create
14:11:22 [2021-05-06T14:11:22.258Z] === PAUSE TestVolumesInvalidJSON//volumes/create
14:11:22 [2021-05-06T14:11:22.258Z] === CONT  TestVolumesInvalidJSON//volumes/create
14:11:22 [2021-05-06T14:11:22.258Z] --- PASS: TestVolumesInvalidJSON (0.02s)
14:11:22 [2021-05-06T14:11:22.258Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
14:11:22 [2021-05-06T14:11:22.258Z] PASS
14:11:22 [2021-05-06T14:11:22.258Z] 
14:11:22 [2021-05-06T14:11:22.258Z] DONE 5 tests in 0.458s
14:11:22 [2021-05-06T14:11:22.258Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
14:11:22 [2021-05-06T14:11:22.258Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
14:11:22 [2021-05-06T14:11:22.832Z] ++++ cat bundles/test-integration/docker.pid
14:11:22 [2021-05-06T14:11:22.832Z] +++ kill 5726
14:11:24 [2021-05-06T14:11:24.220Z] +++ /etc/init.d/apparmor stop
14:11:24 [2021-05-06T14:11:24.220Z] Leaving: AppArmorNo profiles have been unloaded.
14:11:24 [2021-05-06T14:11:24.220Z] 
14:11:24 [2021-05-06T14:11:24.220Z] Unloading profiles will leave already running processes permanently
14:11:24 [2021-05-06T14:11:24.220Z] unconfined, which can lead to unexpected situations.
14:11:24 [2021-05-06T14:11:24.220Z] 
14:11:24 [2021-05-06T14:11:24.220Z] To set a process to complain mode, use the command line tool
14:11:24 [2021-05-06T14:11:24.220Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
14:11:24 [2021-05-06T14:11:24.220Z] +++ true
14:11:24 [2021-05-06T14:11:24.220Z] exiting test-integration
14:11:24 [2021-05-06T14:11:24.220Z] ++ exit 0
14:11:24 [2021-05-06T14:11:24.220Z] 
14:11:24 [2021-05-06T14:11:24.482Z] === RUN   TestDockerSuite/TestEventsStreaming
14:11:25 [2021-05-06T14:11:25.053Z] + for job in $(jobs -p)
14:11:25 [2021-05-06T14:11:25.053Z] + wait 11366
14:11:25 [2021-05-06T14:11:25.314Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
14:11:25 [2021-05-06T14:11:25.574Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
14:11:27 [2021-05-06T14:11:27.622Z] --- PASS: TestBuildWithHugeFile (119.73s)
14:11:27 [2021-05-06T14:11:27.622Z] === RUN   TestBuildWCOWSandboxSize
14:11:28 [2021-05-06T14:11:28.884Z] === RUN   TestDockerSuite/TestEventsTop
14:11:30 [2021-05-06T14:11:30.273Z] === RUN   TestDockerSuite/TestEventsUntag
14:11:32 [2021-05-06T14:11:32.817Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
14:11:40 [2021-05-06T14:11:40.955Z] === RUN   TestDockerSuite/TestExec
14:11:40 [2021-05-06T14:11:40.955Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
14:11:41 [2021-05-06T14:11:41.525Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
14:11:42 [2021-05-06T14:11:42.099Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
14:11:43 [2021-05-06T14:11:43.040Z] === RUN   TestDockerSuite/TestExecAPIStart
14:11:44 [2021-05-06T14:11:44.954Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
14:11:45 [2021-05-06T14:11:45.895Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
14:11:46 [2021-05-06T14:11:46.156Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
14:11:47 [2021-05-06T14:11:47.098Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
14:11:49 [2021-05-06T14:11:49.010Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
14:11:50 [2021-05-06T14:11:50.398Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
14:11:52 [2021-05-06T14:11:52.312Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
14:11:53 [2021-05-06T14:11:53.699Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
14:11:56 [2021-05-06T14:11:56.248Z] === RUN   TestDockerSuite/TestExecCgroup
14:11:58 [2021-05-06T14:11:58.793Z] === RUN   TestDockerSuite/TestExecEnv
14:11:59 [2021-05-06T14:11:59.733Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
14:12:01 [2021-05-06T14:12:01.646Z] === RUN   TestDockerSuite/TestExecExitStatus
14:12:02 [2021-05-06T14:12:02.588Z] === RUN   TestDockerSuite/TestExecInspectID
14:12:05 [2021-05-06T14:12:05.889Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
14:12:05 [2021-05-06T14:12:05.889Z] === RUN   TestDockerSuite/TestExecInteractive
14:12:06 [2021-05-06T14:12:06.831Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
14:12:08 [2021-05-06T14:12:08.217Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
14:12:09 [2021-05-06T14:12:09.603Z] === RUN   TestDockerSuite/TestExecParseError
14:12:10 [2021-05-06T14:12:10.990Z] === RUN   TestDockerSuite/TestExecPausedContainer
14:12:12 [2021-05-06T14:12:12.376Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
14:12:13 [2021-05-06T14:12:13.319Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
14:12:17 [2021-05-06T14:12:17.525Z] === RUN   TestDockerSuite/TestExecSetEnv
14:12:18 [2021-05-06T14:12:18.096Z] === RUN   TestDockerSuite/TestExecStartFails
14:12:19 [2021-05-06T14:12:19.038Z] === RUN   TestDockerSuite/TestExecStateCleanup
14:12:23 [2021-05-06T14:12:23.254Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
14:12:29 [2021-05-06T14:12:29.839Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
14:12:30 [2021-05-06T14:12:30.502Z] === RUN   TestDockerSuite/TestExecStopNotHanging
14:12:31 [2021-05-06T14:12:31.444Z] === RUN   TestDockerSuite/TestExecTTY
14:12:33 [2021-05-06T14:12:33.359Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
14:12:34 [2021-05-06T14:12:34.744Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
14:12:36 [2021-05-06T14:12:36.132Z] === RUN   TestDockerSuite/TestExecUlimits
14:12:37 [2021-05-06T14:12:37.519Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
14:12:37 [2021-05-06T14:12:37.519Z] === RUN   TestDockerSuite/TestExecWithImageUser
14:12:40 [2021-05-06T14:12:40.820Z] === RUN   TestDockerSuite/TestExecWithNoTERM
14:12:41 [2021-05-06T14:12:41.391Z] === RUN   TestDockerSuite/TestExecWithPrivileged
14:12:43 [2021-05-06T14:12:43.306Z] === RUN   TestDockerSuite/TestExecWithTERM
14:12:44 [2021-05-06T14:12:44.247Z] === RUN   TestDockerSuite/TestExecWithUser
14:12:45 [2021-05-06T14:12:45.631Z] === RUN   TestDockerSuite/TestGetContainerStats
14:12:50 [2021-05-06T14:12:50.915Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
14:12:56 [2021-05-06T14:12:56.198Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
14:12:57 [2021-05-06T14:12:57.138Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
14:13:00 [2021-05-06T14:13:00.437Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
14:13:01 [2021-05-06T14:13:01.824Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
14:13:02 [2021-05-06T14:13:02.768Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
14:13:02 [2021-05-06T14:13:02.768Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
14:13:02 [2021-05-06T14:13:02.768Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
14:13:02 [2021-05-06T14:13:02.768Z] === RUN   TestDockerSuite/TestHealth
14:13:29 [2021-05-06T14:13:29.367Z] === RUN   TestDockerSuite/TestHistoryExistentImage
14:13:29 [2021-05-06T14:13:29.367Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
14:13:29 [2021-05-06T14:13:29.367Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
14:13:29 [2021-05-06T14:13:29.367Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
14:13:29 [2021-05-06T14:13:29.367Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
14:13:29 [2021-05-06T14:13:29.367Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
14:13:29 [2021-05-06T14:13:29.367Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
14:13:29 [2021-05-06T14:13:29.367Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
14:13:29 [2021-05-06T14:13:29.367Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
14:13:29 [2021-05-06T14:13:29.367Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
14:13:29 [2021-05-06T14:13:29.367Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
14:13:29 [2021-05-06T14:13:29.367Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
14:13:29 [2021-05-06T14:13:29.367Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
14:13:29 [2021-05-06T14:13:29.367Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
14:13:29 [2021-05-06T14:13:29.367Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
14:13:30 [2021-05-06T14:13:30.309Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
14:13:30 [2021-05-06T14:13:30.570Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
14:13:31 [2021-05-06T14:13:31.518Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
14:13:32 [2021-05-06T14:13:32.090Z] === RUN   TestDockerSuite/TestImagesFormat
14:13:32 [2021-05-06T14:13:32.353Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
14:13:34 [2021-05-06T14:13:34.268Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
14:13:37 [2021-05-06T14:13:37.574Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
14:13:37 [2021-05-06T14:13:37.574Z] === RUN   TestDockerSuite/TestImportBadURL
14:13:37 [2021-05-06T14:13:37.574Z] === RUN   TestDockerSuite/TestImportDisplay
14:13:38 [2021-05-06T14:13:38.958Z] === RUN   TestDockerSuite/TestImportFile
14:13:40 [2021-05-06T14:13:40.872Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
14:13:40 [2021-05-06T14:13:40.872Z] === RUN   TestDockerSuite/TestImportFileWithMessage
14:13:42 [2021-05-06T14:13:42.255Z] === RUN   TestDockerSuite/TestImportGzipped
14:13:44 [2021-05-06T14:13:44.171Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
14:13:46 [2021-05-06T14:13:46.085Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
14:13:47 [2021-05-06T14:13:47.071Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
14:13:47 [2021-05-06T14:13:47.648Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
14:13:48 [2021-05-06T14:13:48.590Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
14:13:48 [2021-05-06T14:13:48.590Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
14:13:48 [2021-05-06T14:13:48.590Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
14:13:49 [2021-05-06T14:13:49.532Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
14:13:50 [2021-05-06T14:13:50.476Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
14:13:51 [2021-05-06T14:13:51.049Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
14:13:52 [2021-05-06T14:13:52.437Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
14:13:53 [2021-05-06T14:13:53.380Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
14:13:54 [2021-05-06T14:13:54.321Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
14:13:54 [2021-05-06T14:13:54.321Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
14:13:57 [2021-05-06T14:13:57.621Z] === RUN   TestDockerSuite/TestInspectAmpersand
14:13:57 [2021-05-06T14:13:57.882Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
14:13:58 [2021-05-06T14:13:58.455Z] === RUN   TestDockerSuite/TestInspectByPrefix
14:13:58 [2021-05-06T14:13:58.455Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
14:13:59 [2021-05-06T14:13:59.398Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
14:13:59 [2021-05-06T14:13:59.398Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
14:14:00 [2021-05-06T14:14:00.783Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
14:14:01 [2021-05-06T14:14:01.356Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
14:14:01 [2021-05-06T14:14:01.617Z] === RUN   TestDockerSuite/TestInspectDefault
14:14:02 [2021-05-06T14:14:02.559Z] === RUN   TestDockerSuite/TestInspectHistory
14:14:03 [2021-05-06T14:14:03.944Z] === RUN   TestDockerSuite/TestInspectImage
14:14:03 [2021-05-06T14:14:03.944Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
14:14:03 [2021-05-06T14:14:03.944Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
14:14:03 [2021-05-06T14:14:03.944Z] === RUN   TestDockerSuite/TestInspectInt64
14:14:04 [2021-05-06T14:14:04.520Z] === RUN   TestDockerSuite/TestInspectJSONFields
14:14:05 [2021-05-06T14:14:05.462Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
14:14:05 [2021-05-06T14:14:05.462Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
14:14:06 [2021-05-06T14:14:06.405Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
14:14:07 [2021-05-06T14:14:07.793Z] === RUN   TestDockerSuite/TestInspectPlugin
14:14:09 [2021-05-06T14:14:09.711Z] === RUN   TestDockerSuite/TestInspectRootFS
14:14:09 [2021-05-06T14:14:09.711Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
14:14:11 [2021-05-06T14:14:11.117Z] === RUN   TestDockerSuite/TestInspectStatus
14:14:12 [2021-05-06T14:14:12.504Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
14:14:14 [2021-05-06T14:14:14.424Z] === RUN   TestDockerSuite/TestInspectTemplateError
14:14:15 [2021-05-06T14:14:15.809Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
14:14:16 [2021-05-06T14:14:16.752Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
14:14:17 [2021-05-06T14:14:17.323Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
14:14:17 [2021-05-06T14:14:17.896Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
14:14:18 [2021-05-06T14:14:18.838Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
14:14:19 [2021-05-06T14:14:19.410Z] === RUN   TestDockerSuite/TestInspectUnknownObject
14:14:19 [2021-05-06T14:14:19.410Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
14:14:21 [2021-05-06T14:14:21.957Z] === RUN   TestDockerSuite/TestLinkShortDefinition
14:14:23 [2021-05-06T14:14:23.343Z] === RUN   TestDockerSuite/TestLinksEnvs
14:14:24 [2021-05-06T14:14:24.731Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
14:14:24 [2021-05-06T14:14:24.991Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
14:14:27 [2021-05-06T14:14:27.535Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
14:14:29 [2021-05-06T14:14:29.449Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
14:14:31 [2021-05-06T14:14:31.995Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
14:14:31 [2021-05-06T14:14:31.995Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
14:14:32 [2021-05-06T14:14:32.256Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
14:14:34 [2021-05-06T14:14:34.184Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
14:14:35 [2021-05-06T14:14:35.129Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
14:14:36 [2021-05-06T14:14:36.072Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
14:14:50 [2021-05-06T14:14:50.984Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
14:14:52 [2021-05-06T14:14:52.371Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
14:14:54 [2021-05-06T14:14:54.923Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
14:14:55 [2021-05-06T14:14:55.495Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
14:14:59 [2021-05-06T14:14:59.705Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
14:14:59 [2021-05-06T14:14:59.705Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
14:14:59 [2021-05-06T14:14:59.705Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
14:14:59 [2021-05-06T14:14:59.705Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
14:14:59 [2021-05-06T14:14:59.705Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
14:15:00 [2021-05-06T14:15:00.277Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
14:15:01 [2021-05-06T14:15:01.221Z] === RUN   TestDockerSuite/TestLogsAPIUntil
14:15:05 [2021-05-06T14:15:05.429Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
14:15:06 [2021-05-06T14:15:06.000Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
14:15:11 [2021-05-06T14:15:11.417Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
14:15:11 [2021-05-06T14:15:11.417Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
14:15:11 [2021-05-06T14:15:11.417Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
14:15:12 [2021-05-06T14:15:12.802Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
14:15:13 [2021-05-06T14:15:13.745Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
14:15:15 [2021-05-06T14:15:15.133Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
14:15:16 [2021-05-06T14:15:16.074Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
14:15:16 [2021-05-06T14:15:16.074Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
14:15:17 [2021-05-06T14:15:17.463Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
14:15:20 [2021-05-06T14:15:20.771Z] === RUN   TestDockerSuite/TestLogsFollowStopped
14:15:21 [2021-05-06T14:15:21.715Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
14:15:22 [2021-05-06T14:15:22.658Z] === RUN   TestDockerSuite/TestLogsSince
14:15:30 [2021-05-06T14:15:30.794Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
14:15:36 [2021-05-06T14:15:36.083Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
14:15:37 [2021-05-06T14:15:37.471Z] === RUN   TestDockerSuite/TestLogsTail
14:15:38 [2021-05-06T14:15:38.881Z] === RUN   TestDockerSuite/TestLogsTimestamps
14:15:40 [2021-05-06T14:15:40.266Z] === RUN   TestDockerSuite/TestLogsWithDetails
14:15:41 [2021-05-06T14:15:41.208Z] === RUN   TestDockerSuite/TestMountIntoProc
14:15:41 [2021-05-06T14:15:41.469Z] === RUN   TestDockerSuite/TestMountIntoSys
14:15:43 [2021-05-06T14:15:43.552Z] === RUN   TestDockerSuite/TestNetHostname
14:15:46 [2021-05-06T14:15:46.856Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
14:15:46 [2021-05-06T14:15:46.856Z] === RUN   TestDockerSuite/TestNetworkEvents
14:15:51 [2021-05-06T14:15:51.060Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
14:15:53 [2021-05-06T14:15:53.604Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
14:15:57 [2021-05-06T14:15:57.813Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
14:15:57 [2021-05-06T14:15:57.813Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
14:15:58 [2021-05-06T14:15:58.394Z] === RUN   TestDockerSuite/TestPluginActive
14:15:59 [2021-05-06T14:15:59.786Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
14:16:00 [2021-05-06T14:16:00.356Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
14:16:05 [2021-05-06T14:16:05.843Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
14:16:06 [2021-05-06T14:16:06.787Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
14:16:06 [2021-05-06T14:16:06.787Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
14:16:07 [2021-05-06T14:16:07.729Z] === RUN   TestDockerSuite/TestPluginLogDriver
14:16:08 [2021-05-06T14:16:08.670Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
14:16:11 [2021-05-06T14:16:11.267Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
14:16:12 [2021-05-06T14:16:12.209Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
14:16:12 [2021-05-06T14:16:12.469Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
14:16:15 [2021-05-06T14:16:15.011Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
14:16:15 [2021-05-06T14:16:15.011Z] === RUN   TestDockerSuite/TestPluginUpgrade
14:16:20 [2021-05-06T14:16:20.299Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
14:16:20 [2021-05-06T14:16:20.299Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
14:16:23 [2021-05-06T14:16:23.603Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
14:16:24 [2021-05-06T14:16:24.989Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
14:16:25 [2021-05-06T14:16:25.562Z] === RUN   TestDockerSuite/TestPortHostBinding
14:16:28 [2021-05-06T14:16:28.149Z] === RUN   TestDockerSuite/TestPortList
14:16:40 [2021-05-06T14:16:40.377Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
14:16:40 [2021-05-06T14:16:40.637Z] === RUN   TestDockerSuite/TestPostContainersAttach
14:16:48 [2021-05-06T14:16:48.769Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
14:16:48 [2021-05-06T14:16:48.769Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
14:16:48 [2021-05-06T14:16:48.769Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
14:16:48 [2021-05-06T14:16:48.769Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
14:16:48 [2021-05-06T14:16:48.769Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
14:16:49 [2021-05-06T14:16:49.039Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
14:16:49 [2021-05-06T14:16:49.039Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
14:16:49 [2021-05-06T14:16:49.981Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
14:16:49 [2021-05-06T14:16:49.981Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
14:16:50 [2021-05-06T14:16:50.242Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
14:16:51 [2021-05-06T14:16:51.627Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
14:16:51 [2021-05-06T14:16:51.627Z] === RUN   TestDockerSuite/TestPruneContainerLabel
14:16:55 [2021-05-06T14:16:55.836Z] === RUN   TestDockerSuite/TestPruneContainerUntil
14:16:57 [2021-05-06T14:16:57.222Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
14:16:58 [2021-05-06T14:16:58.649Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
14:16:58 [2021-05-06T14:16:58.910Z] === RUN   TestDockerSuite/TestPsByOrder
14:17:01 [2021-05-06T14:17:01.479Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
14:17:02 [2021-05-06T14:17:02.864Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
14:17:04 [2021-05-06T14:17:04.250Z] === RUN   TestDockerSuite/TestPsListContainersBase
14:17:05 [2021-05-06T14:17:05.633Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
14:17:08 [2021-05-06T14:17:08.178Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
14:17:13 [2021-05-06T14:17:13.464Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
14:17:13 [2021-05-06T14:17:13.464Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
14:17:16 [2021-05-06T14:17:16.762Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
14:17:18 [2021-05-06T14:17:18.673Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
14:17:21 [2021-05-06T14:17:21.970Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
14:17:26 [2021-05-06T14:17:26.198Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
14:17:26 [2021-05-06T14:17:26.198Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
14:17:27 [2021-05-06T14:17:27.140Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
14:17:29 [2021-05-06T14:17:29.051Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
14:17:29 [2021-05-06T14:17:29.994Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
14:17:32 [2021-05-06T14:17:32.538Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
14:17:33 [2021-05-06T14:17:33.482Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
14:17:34 [2021-05-06T14:17:34.053Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
14:17:37 [2021-05-06T14:17:37.326Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
14:17:37 [2021-05-06T14:17:37.326Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
14:17:40 [2021-05-06T14:17:40.624Z] === RUN   TestDockerSuite/TestPsListContainersSize
14:17:42 [2021-05-06T14:17:42.005Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
14:17:42 [2021-05-06T14:17:42.265Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
14:17:42 [2021-05-06T14:17:42.526Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
14:17:43 [2021-05-06T14:17:43.467Z] === RUN   TestDockerSuite/TestPsRightTagName
14:17:44 [2021-05-06T14:17:44.852Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
14:17:46 [2021-05-06T14:17:46.236Z] === RUN   TestDockerSuite/TestPsShowMounts
14:17:49 [2021-05-06T14:17:49.534Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
14:17:50 [2021-05-06T14:17:50.114Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
14:17:50 [2021-05-06T14:17:50.394Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
14:17:50 [2021-05-06T14:17:50.394Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
14:17:50 [2021-05-06T14:17:50.655Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
14:17:50 [2021-05-06T14:17:50.915Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
14:17:50 [2021-05-06T14:17:50.915Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
14:17:52 [2021-05-06T14:17:52.298Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
14:17:54 [2021-05-06T14:17:54.211Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
14:17:56 [2021-05-06T14:17:56.125Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
14:17:56 [2021-05-06T14:17:56.696Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
14:17:57 [2021-05-06T14:17:57.638Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
14:18:05 [2021-05-06T14:18:05.778Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
14:18:09 [2021-05-06T14:18:09.983Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
14:18:10 [2021-05-06T14:18:10.926Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
14:18:13 [2021-05-06T14:18:13.468Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
14:18:13 [2021-05-06T14:18:13.468Z] === RUN   TestDockerSuite/TestRestartPolicyNO
14:18:13 [2021-05-06T14:18:13.468Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
14:18:13 [2021-05-06T14:18:13.468Z] === RUN   TestDockerSuite/TestRestartRunningContainer
14:18:16 [2021-05-06T14:18:16.008Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
14:18:17 [2021-05-06T14:18:17.391Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
14:18:18 [2021-05-06T14:18:18.786Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
14:18:22 [2021-05-06T14:18:22.090Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
14:18:23 [2021-05-06T14:18:23.031Z] === RUN   TestDockerSuite/TestRestartWithVolumes
14:18:25 [2021-05-06T14:18:25.579Z] === RUN   TestDockerSuite/TestRmiBlank
14:18:25 [2021-05-06T14:18:25.579Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
14:18:25 [2021-05-06T14:18:25.579Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
14:18:26 [2021-05-06T14:18:26.521Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
14:18:29 [2021-05-06T14:18:29.824Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
14:18:30 [2021-05-06T14:18:30.085Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
14:18:30 [2021-05-06T14:18:30.656Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
14:18:30 [2021-05-06T14:18:30.917Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
14:18:33 [2021-05-06T14:18:33.461Z] === RUN   TestDockerSuite/TestRmiImgIDForce
14:18:34 [2021-05-06T14:18:34.032Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
14:18:35 [2021-05-06T14:18:35.948Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
14:18:35 [2021-05-06T14:18:35.948Z] === RUN   TestDockerSuite/TestRmiParentImageFail
14:18:36 [2021-05-06T14:18:36.890Z] === RUN   TestDockerSuite/TestRmiTag
14:18:36 [2021-05-06T14:18:36.890Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
14:18:38 [2021-05-06T14:18:38.273Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
14:18:39 [2021-05-06T14:18:39.658Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
14:18:43 [2021-05-06T14:18:43.069Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
14:18:44 [2021-05-06T14:18:44.018Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
14:18:44 [2021-05-06T14:18:44.958Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
14:18:44 [2021-05-06T14:18:44.958Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
14:18:46 [2021-05-06T14:18:46.349Z] === RUN   TestDockerSuite/TestRunAddHost
14:18:47 [2021-05-06T14:18:47.289Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
14:18:47 [2021-05-06T14:18:47.549Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
14:18:48 [2021-05-06T14:18:48.489Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
14:18:48 [2021-05-06T14:18:48.489Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
14:18:49 [2021-05-06T14:18:49.060Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
14:18:50 [2021-05-06T14:18:50.970Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
14:18:51 [2021-05-06T14:18:51.541Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
14:18:52 [2021-05-06T14:18:52.926Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
14:18:52 [2021-05-06T14:18:52.926Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
14:18:54 [2021-05-06T14:18:54.310Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
14:18:55 [2021-05-06T14:18:55.696Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
14:18:57 [2021-05-06T14:18:57.080Z] === RUN   TestDockerSuite/TestRunAttachDetach
14:18:58 [2021-05-06T14:18:58.020Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
14:18:58 [2021-05-06T14:18:58.961Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
14:18:59 [2021-05-06T14:18:59.901Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
14:19:00 [2021-05-06T14:19:00.841Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
14:19:01 [2021-05-06T14:19:01.410Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
14:19:02 [2021-05-06T14:19:02.796Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
14:19:03 [2021-05-06T14:19:03.740Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
14:19:04 [2021-05-06T14:19:04.314Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
14:19:05 [2021-05-06T14:19:05.254Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
14:19:05 [2021-05-06T14:19:05.825Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
14:19:05 [2021-05-06T14:19:05.825Z] === RUN   TestDockerSuite/TestRunBindMounts
14:19:06 [2021-05-06T14:19:06.767Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
14:19:08 [2021-05-06T14:19:08.681Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
14:19:09 [2021-05-06T14:19:09.624Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
14:19:11 [2021-05-06T14:19:11.012Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
14:19:11 [2021-05-06T14:19:11.581Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
14:19:12 [2021-05-06T14:19:12.153Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
14:19:12 [2021-05-06T14:19:12.153Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
14:19:13 [2021-05-06T14:19:13.093Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
14:19:13 [2021-05-06T14:19:13.663Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
14:19:14 [2021-05-06T14:19:14.234Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
14:19:15 [2021-05-06T14:19:15.174Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
14:19:15 [2021-05-06T14:19:15.745Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
14:19:15 [2021-05-06T14:19:15.745Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
14:19:16 [2021-05-06T14:19:16.685Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
14:19:16 [2021-05-06T14:19:16.685Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
14:19:17 [2021-05-06T14:19:17.626Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
14:19:18 [2021-05-06T14:19:18.197Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
14:19:19 [2021-05-06T14:19:19.139Z] === RUN   TestDockerSuite/TestRunContainerNetwork
14:19:19 [2021-05-06T14:19:19.710Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
14:19:19 [2021-05-06T14:19:19.970Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
14:19:20 [2021-05-06T14:19:20.541Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
14:19:21 [2021-05-06T14:19:21.112Z] === RUN   TestDockerSwarmSuite/TestServiceScale
14:19:22 [2021-05-06T14:19:22.495Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
14:19:23 [2021-05-06T14:19:23.918Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
14:19:24 [2021-05-06T14:19:24.489Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
14:19:25 [2021-05-06T14:19:25.874Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
14:19:26 [2021-05-06T14:19:26.816Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
14:19:27 [2021-05-06T14:19:27.387Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
14:19:27 [2021-05-06T14:19:27.957Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
14:19:28 [2021-05-06T14:19:28.899Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
14:19:29 [2021-05-06T14:19:29.469Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
14:19:31 [2021-05-06T14:19:31.382Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
14:19:34 [2021-05-06T14:19:34.682Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
14:19:34 [2021-05-06T14:19:34.943Z] === RUN   TestDockerSuite/TestRunCreateVolume
14:19:35 [2021-05-06T14:19:35.885Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
14:19:37 [2021-05-06T14:19:37.800Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
14:19:39 [2021-05-06T14:19:39.715Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
14:19:42 [2021-05-06T14:19:42.259Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
14:19:44 [2021-05-06T14:19:44.806Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
14:19:45 [2021-05-06T14:19:45.378Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
14:19:45 [2021-05-06T14:19:45.378Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
14:19:45 [2021-05-06T14:19:45.378Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
14:19:46 [2021-05-06T14:19:46.337Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
14:19:47 [2021-05-06T14:19:47.724Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
14:19:49 [2021-05-06T14:19:49.109Z] === RUN   TestDockerSuite/TestRunDNSOptions
14:19:50 [2021-05-06T14:19:50.494Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
14:19:51 [2021-05-06T14:19:51.065Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
14:19:54 [2021-05-06T14:19:54.366Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
14:19:54 [2021-05-06T14:19:54.936Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
14:19:56 [2021-05-06T14:19:56.851Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
14:19:57 [2021-05-06T14:19:57.422Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
14:19:57 [2021-05-06T14:19:57.422Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
14:19:57 [2021-05-06T14:19:57.995Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
14:19:59 [2021-05-06T14:19:59.909Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
14:19:59 [2021-05-06T14:19:59.909Z] === RUN   TestDockerSuite/TestRunDuplicateMount
14:20:00 [2021-05-06T14:20:00.480Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
14:20:01 [2021-05-06T14:20:01.052Z] === RUN   TestDockerSuite/TestRunEchoStdout
14:20:01 [2021-05-06T14:20:01.994Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
14:20:02 [2021-05-06T14:20:02.566Z] === RUN   TestDockerSuite/TestRunEmptyEnv
14:20:02 [2021-05-06T14:20:02.566Z] === RUN   TestDockerSuite/TestRunEntrypoint
14:20:03 [2021-05-06T14:20:03.505Z] === RUN   TestDockerSuite/TestRunEnvironment
14:20:04 [2021-05-06T14:20:04.076Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
14:20:05 [2021-05-06T14:20:05.018Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
14:20:05 [2021-05-06T14:20:05.589Z] === RUN   TestDockerSuite/TestRunExitCode
14:20:06 [2021-05-06T14:20:06.161Z] === RUN   TestDockerSuite/TestRunExitCodeOne
14:20:07 [2021-05-06T14:20:07.127Z] === RUN   TestDockerSuite/TestRunExitCodeZero
14:20:07 [2021-05-06T14:20:07.699Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
14:20:08 [2021-05-06T14:20:08.641Z] === RUN   TestDockerSuite/TestRunExposePort
14:20:08 [2021-05-06T14:20:08.641Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
14:20:09 [2021-05-06T14:20:09.211Z] === RUN   TestDockerSuite/TestRunGroupAdd
14:20:09 [2021-05-06T14:20:09.781Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
14:20:10 [2021-05-06T14:20:10.352Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
14:20:11 [2021-05-06T14:20:11.739Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
14:20:11 [2021-05-06T14:20:11.999Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
14:20:11 [2021-05-06T14:20:11.999Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
14:20:16 [2021-05-06T14:20:16.208Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
14:20:16 [2021-05-06T14:20:16.469Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
14:20:19 [2021-05-06T14:20:19.009Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
14:20:21 [2021-05-06T14:20:21.550Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
14:20:28 [2021-05-06T14:20:28.128Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
14:20:28 [2021-05-06T14:20:28.388Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
14:20:30 [2021-05-06T14:20:30.299Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
14:20:30 [2021-05-06T14:20:30.299Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
14:20:30 [2021-05-06T14:20:30.299Z] === RUN   TestDockerSuite/TestRunInvalidReference
14:20:30 [2021-05-06T14:20:30.299Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
14:20:30 [2021-05-06T14:20:30.870Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
14:20:34 [2021-05-06T14:20:34.199Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
14:20:36 [2021-05-06T14:20:36.112Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
14:20:37 [2021-05-06T14:20:37.494Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
14:20:37 [2021-05-06T14:20:37.754Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
14:20:44 [2021-05-06T14:20:44.330Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
14:20:44 [2021-05-06T14:20:44.330Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
14:20:44 [2021-05-06T14:20:44.330Z] === RUN   TestDockerSuite/TestRunModeHostname
14:20:45 [2021-05-06T14:20:45.713Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
14:20:45 [2021-05-06T14:20:45.713Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
14:20:45 [2021-05-06T14:20:45.713Z] === RUN   TestDockerSuite/TestRunModeIpcHost
14:20:47 [2021-05-06T14:20:47.094Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
14:20:49 [2021-05-06T14:20:49.006Z] === RUN   TestDockerSuite/TestRunModePIDContainer
14:20:50 [2021-05-06T14:20:50.388Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
14:20:50 [2021-05-06T14:20:50.388Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
14:20:50 [2021-05-06T14:20:50.388Z] === RUN   TestDockerSuite/TestRunModeUTSHost
14:20:51 [2021-05-06T14:20:51.773Z] === RUN   TestDockerSuite/TestRunMount
14:20:57 [2021-05-06T14:20:57.059Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
14:21:01 [2021-05-06T14:21:01.282Z] === RUN   TestDockerSuite/TestRunMountOrdering
14:21:01 [2021-05-06T14:21:01.544Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
14:21:02 [2021-05-06T14:21:02.116Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
14:21:03 [2021-05-06T14:21:03.498Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
14:21:04 [2021-05-06T14:21:04.882Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
14:21:06 [2021-05-06T14:21:06.264Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
14:21:10 [2021-05-06T14:21:10.467Z] === RUN   TestDockerSuite/TestRunNamedVolume
14:21:13 [2021-05-06T14:21:13.010Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
14:21:14 [2021-05-06T14:21:14.922Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
14:21:16 [2021-05-06T14:21:16.406Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
14:21:18 [2021-05-06T14:21:18.315Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
14:21:18 [2021-05-06T14:21:18.315Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
14:21:18 [2021-05-06T14:21:18.886Z] === RUN   TestDockerSuite/TestRunNetHost
14:21:20 [2021-05-06T14:21:20.270Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
14:21:20 [2021-05-06T14:21:20.843Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
14:21:21 [2021-05-06T14:21:21.783Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
14:21:24 [2021-05-06T14:21:24.349Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
14:21:26 [2021-05-06T14:21:26.264Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
14:21:30 [2021-05-06T14:21:30.467Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
14:21:31 [2021-05-06T14:21:31.039Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
14:21:31 [2021-05-06T14:21:31.299Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
14:21:31 [2021-05-06T14:21:31.870Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
14:21:32 [2021-05-06T14:21:32.131Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
14:21:32 [2021-05-06T14:21:32.701Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
14:21:33 [2021-05-06T14:21:33.642Z] === RUN   TestDockerSuite/TestRunNonExistingImage
14:21:33 [2021-05-06T14:21:33.642Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
14:21:34 [2021-05-06T14:21:34.213Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
14:21:40 [2021-05-06T14:21:40.789Z] === RUN   TestDockerSuite/TestRunOOMExitCode
14:21:40 [2021-05-06T14:21:40.789Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
14:21:41 [2021-05-06T14:21:41.051Z] === RUN   TestDockerSuite/TestRunPIDsLimit
14:21:41 [2021-05-06T14:21:41.621Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
14:21:43 [2021-05-06T14:21:43.533Z] === RUN   TestDockerSuite/TestRunPortInUse
14:21:44 [2021-05-06T14:21:44.474Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
14:21:45 [2021-05-06T14:21:45.045Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
14:21:45 [2021-05-06T14:21:45.614Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
14:21:46 [2021-05-06T14:21:46.185Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
14:21:46 [2021-05-06T14:21:46.759Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
14:21:47 [2021-05-06T14:21:47.331Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
14:21:47 [2021-05-06T14:21:47.331Z] === RUN   TestDockerSuite/TestRunPublishPort
14:21:47 [2021-05-06T14:21:47.909Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
14:21:48 [2021-05-06T14:21:48.488Z] === RUN   TestDockerSuite/TestRunReadProcLatency
14:21:48 [2021-05-06T14:21:48.488Z] === RUN   TestDockerSuite/TestRunReadProcTimer
14:21:49 [2021-05-06T14:21:49.059Z] === RUN   TestDockerSuite/TestRunRedirectStdout
14:21:50 [2021-05-06T14:21:50.969Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
14:21:50 [2021-05-06T14:21:50.969Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
14:21:54 [2021-05-06T14:21:54.266Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
14:21:55 [2021-05-06T14:21:55.656Z] === RUN   TestDockerSuite/TestRunRm
14:21:56 [2021-05-06T14:21:56.227Z] === RUN   TestDockerSuite/TestRunRmAndWait
14:22:00 [2021-05-06T14:22:00.425Z] === RUN   TestDockerSuite/TestRunRmPre125Api
14:22:00 [2021-05-06T14:22:00.686Z] === RUN   TestDockerSuite/TestRunRootWorkdir
14:22:01 [2021-05-06T14:22:01.627Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
14:22:03 [2021-05-06T14:22:03.011Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
14:22:03 [2021-05-06T14:22:03.583Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
14:22:07 [2021-05-06T14:22:07.785Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
14:22:11 [2021-05-06T14:22:11.987Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
14:22:11 [2021-05-06T14:22:11.987Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
14:22:12 [2021-05-06T14:22:12.557Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
14:22:13 [2021-05-06T14:22:13.127Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
14:22:13 [2021-05-06T14:22:13.716Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
14:22:13 [2021-05-06T14:22:13.976Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
14:22:14 [2021-05-06T14:22:14.546Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
14:22:15 [2021-05-06T14:22:15.487Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
14:22:16 [2021-05-06T14:22:16.057Z] === RUN   TestDockerSuite/TestRunSetMacAddress
14:22:16 [2021-05-06T14:22:16.998Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
14:22:19 [2021-05-06T14:22:19.539Z] === RUN   TestDockerSuite/TestRunState
14:22:21 [2021-05-06T14:22:21.460Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
14:22:22 [2021-05-06T14:22:22.031Z] === RUN   TestDockerSuite/TestRunStdinPipe
14:22:22 [2021-05-06T14:22:22.973Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
14:22:22 [2021-05-06T14:22:22.973Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
14:22:22 [2021-05-06T14:22:22.973Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
14:22:23 [2021-05-06T14:22:23.544Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
14:22:24 [2021-05-06T14:22:24.114Z] === RUN   TestDockerSuite/TestRunSysctls
14:22:25 [2021-05-06T14:22:25.496Z] === RUN   TestDockerSuite/TestRunTLSVerify
14:22:25 [2021-05-06T14:22:25.496Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
14:22:25 [2021-05-06T14:22:25.496Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
14:22:26 [2021-05-06T14:22:26.437Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
14:22:28 [2021-05-06T14:22:28.984Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
14:22:28 [2021-05-06T14:22:28.984Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
14:22:29 [2021-05-06T14:22:29.556Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
14:22:32 [2021-05-06T14:22:32.100Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
14:22:34 [2021-05-06T14:22:34.645Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
14:22:36 [2021-05-06T14:22:36.575Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
14:22:40 [2021-05-06T14:22:40.779Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
14:22:41 [2021-05-06T14:22:41.040Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
14:22:42 [2021-05-06T14:22:42.423Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
14:22:43 [2021-05-06T14:22:43.362Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
14:22:43 [2021-05-06T14:22:43.623Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
14:22:45 [2021-05-06T14:22:45.534Z] === RUN   TestDockerSuite/TestRunUnshareProc
14:22:47 [2021-05-06T14:22:47.448Z] === RUN   TestDockerSuite/TestRunUserByID
14:22:48 [2021-05-06T14:22:48.018Z] === RUN   TestDockerSuite/TestRunUserByIDBig
14:22:48 [2021-05-06T14:22:48.019Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
14:22:48 [2021-05-06T14:22:48.279Z] === RUN   TestDockerSuite/TestRunUserByIDZero
14:22:49 [2021-05-06T14:22:49.220Z] === RUN   TestDockerSuite/TestRunUserByName
14:22:50 [2021-05-06T14:22:50.162Z] === RUN   TestDockerSuite/TestRunUserDefaults
14:22:51 [2021-05-06T14:22:51.104Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
14:22:51 [2021-05-06T14:22:51.104Z] === RUN   TestDockerSuite/TestRunUserNotFound
14:22:51 [2021-05-06T14:22:51.104Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
14:22:52 [2021-05-06T14:22:52.046Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
14:22:53 [2021-05-06T14:22:53.959Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
14:22:57 [2021-05-06T14:22:57.257Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
14:22:57 [2021-05-06T14:22:57.257Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
14:22:58 [2021-05-06T14:22:58.204Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
14:22:59 [2021-05-06T14:22:59.594Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
14:23:02 [2021-05-06T14:23:02.138Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
14:23:03 [2021-05-06T14:23:03.521Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
14:23:05 [2021-05-06T14:23:05.433Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
14:23:06 [2021-05-06T14:23:06.378Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
14:23:09 [2021-05-06T14:23:09.680Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
14:23:09 [2021-05-06T14:23:09.940Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
14:23:09 [2021-05-06T14:23:09.940Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
14:23:09 [2021-05-06T14:23:09.940Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
14:23:09 [2021-05-06T14:23:09.940Z] === RUN   TestDockerSuite/TestRunWithBadDevice
14:23:10 [2021-05-06T14:23:10.200Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
14:23:10 [2021-05-06T14:23:10.200Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
14:23:12 [2021-05-06T14:23:12.108Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
14:23:14 [2021-05-06T14:23:14.650Z] === RUN   TestDockerSuite/TestRunWithCPUShares
14:23:15 [2021-05-06T14:23:15.221Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
14:23:16 [2021-05-06T14:23:16.608Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
14:23:16 [2021-05-06T14:23:16.608Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
14:23:17 [2021-05-06T14:23:17.179Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
14:23:18 [2021-05-06T14:23:18.122Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
14:23:19 [2021-05-06T14:23:19.062Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
14:23:19 [2021-05-06T14:23:19.062Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
14:23:20 [2021-05-06T14:23:20.004Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
14:23:20 [2021-05-06T14:23:20.004Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
14:23:20 [2021-05-06T14:23:20.004Z] === RUN   TestDockerSuite/TestRunWithInvalidKernelMemory
14:23:20 [2021-05-06T14:23:20.004Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
14:23:20 [2021-05-06T14:23:20.004Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
14:23:20 [2021-05-06T14:23:20.004Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
14:23:20 [2021-05-06T14:23:20.004Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
14:23:20 [2021-05-06T14:23:20.004Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
14:23:20 [2021-05-06T14:23:20.004Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
14:23:20 [2021-05-06T14:23:20.004Z] === RUN   TestDockerSuite/TestRunWithKernelMemory
14:23:20 [2021-05-06T14:23:20.978Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
14:23:21 [2021-05-06T14:23:21.919Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
14:23:22 [2021-05-06T14:23:22.860Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
14:23:22 [2021-05-06T14:23:22.860Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
14:23:24 [2021-05-06T14:23:24.245Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
14:23:24 [2021-05-06T14:23:24.245Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
14:23:24 [2021-05-06T14:23:24.505Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
14:23:25 [2021-05-06T14:23:25.076Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
14:23:25 [2021-05-06T14:23:25.338Z] === RUN   TestDockerSuite/TestRunWithShmSize
14:23:25 [2021-05-06T14:23:25.338Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
14:23:26 [2021-05-06T14:23:26.280Z] === RUN   TestDockerSuite/TestRunWithSwappiness
14:23:26 [2021-05-06T14:23:26.280Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
14:23:26 [2021-05-06T14:23:26.852Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
14:23:27 [2021-05-06T14:23:27.112Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
14:23:27 [2021-05-06T14:23:27.112Z] === RUN   TestDockerSuite/TestRunWithUlimits
14:23:28 [2021-05-06T14:23:28.054Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
14:23:28 [2021-05-06T14:23:28.994Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
14:23:29 [2021-05-06T14:23:29.935Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
14:23:30 [2021-05-06T14:23:30.507Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
14:23:30 [2021-05-06T14:23:30.507Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
14:23:31 [2021-05-06T14:23:31.448Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
14:23:31 [2021-05-06T14:23:31.448Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
14:23:33 [2021-05-06T14:23:33.363Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
14:23:33 [2021-05-06T14:23:33.623Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
14:23:36 [2021-05-06T14:23:36.166Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
14:23:36 [2021-05-06T14:23:36.427Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
14:23:36 [2021-05-06T14:23:36.427Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
14:23:36 [2021-05-06T14:23:36.427Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
14:23:37 [2021-05-06T14:23:37.808Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
14:23:38 [2021-05-06T14:23:38.747Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
14:23:39 [2021-05-06T14:23:39.688Z] === RUN   TestDockerSuite/TestSaveCheckTimes
14:23:39 [2021-05-06T14:23:39.688Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
14:23:41 [2021-05-06T14:23:41.611Z] === RUN   TestDockerSuite/TestSaveImageId
14:23:41 [2021-05-06T14:23:41.611Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
14:23:41 [2021-05-06T14:23:41.871Z] === RUN   TestDockerSuite/TestSaveLoadParents
14:23:43 [2021-05-06T14:23:43.783Z] === RUN   TestDockerSuite/TestSaveMultipleNames
14:23:43 [2021-05-06T14:23:43.783Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
14:23:45 [2021-05-06T14:23:45.698Z] === RUN   TestDockerSuite/TestSaveSingleTag
14:23:45 [2021-05-06T14:23:45.698Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
14:23:45 [2021-05-06T14:23:45.698Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
14:23:47 [2021-05-06T14:23:47.082Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
14:23:48 [2021-05-06T14:23:48.466Z] === RUN   TestDockerSuite/TestSearchCmdOptions
14:23:48 [2021-05-06T14:23:48.726Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
14:23:48 [2021-05-06T14:23:48.726Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
14:23:48 [2021-05-06T14:23:48.726Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
14:23:48 [2021-05-06T14:23:48.986Z] === RUN   TestDockerSuite/TestSearchWithLimit
14:23:49 [2021-05-06T14:23:49.556Z] === RUN   TestDockerSuite/TestSlowStdinClosing
14:23:52 [2021-05-06T14:23:52.099Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
14:23:57 [2021-05-06T14:23:57.379Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
14:23:59 [2021-05-06T14:23:59.920Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
14:24:00 [2021-05-06T14:24:00.861Z] === RUN   TestDockerSuite/TestStartAttachSilent
14:24:02 [2021-05-06T14:24:02.246Z] === RUN   TestDockerSuite/TestStartAttachWithRename
14:24:05 [2021-05-06T14:24:05.545Z] === RUN   TestDockerSuite/TestStartMultipleContainers
14:24:07 [2021-05-06T14:24:07.458Z] === RUN   TestDockerSuite/TestStartPausedContainer
14:24:08 [2021-05-06T14:24:08.399Z] === RUN   TestDockerSuite/TestStartRecordError
14:24:10 [2021-05-06T14:24:10.310Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
14:24:12 [2021-05-06T14:24:12.220Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
14:24:14 [2021-05-06T14:24:14.132Z] === RUN   TestDockerSuite/TestStatsAllNoStream
14:24:16 [2021-05-06T14:24:16.671Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
14:24:21 [2021-05-06T14:24:21.953Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
14:24:23 [2021-05-06T14:24:23.334Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
14:24:24 [2021-05-06T14:24:24.717Z] === RUN   TestDockerSuite/TestStatsFormatAll
14:24:31 [2021-05-06T14:24:31.297Z] === RUN   TestDockerSuite/TestStatsNoStream
14:24:33 [2021-05-06T14:24:33.205Z] === RUN   TestDockerSuite/TestStopContainerSignal
14:24:34 [2021-05-06T14:24:34.602Z] === RUN   TestDockerSuite/TestTopMultipleArgs
14:24:35 [2021-05-06T14:24:35.542Z] === RUN   TestDockerSuite/TestTopNonPrivileged
14:24:36 [2021-05-06T14:24:36.112Z] === RUN   TestDockerSuite/TestTopPrivileged
14:24:36 [2021-05-06T14:24:36.684Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
14:24:36 [2021-05-06T14:24:36.684Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
14:24:38 [2021-05-06T14:24:38.066Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
14:24:43 [2021-05-06T14:24:43.348Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
14:24:45 [2021-05-06T14:24:45.888Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
14:24:46 [2021-05-06T14:24:46.828Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
14:24:47 [2021-05-06T14:24:47.398Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
14:24:47 [2021-05-06T14:24:47.398Z] === RUN   TestDockerSuite/TestUpdateKernelMemory
14:24:48 [2021-05-06T14:24:48.339Z] === RUN   TestDockerSuite/TestUpdateKernelMemoryUninitialized
14:24:50 [2021-05-06T14:24:50.882Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
14:24:50 [2021-05-06T14:24:50.882Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
14:24:52 [2021-05-06T14:24:52.012Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
14:24:52 [2021-05-06T14:24:52.953Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
14:24:54 [2021-05-06T14:24:54.335Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
14:24:56 [2021-05-06T14:24:56.247Z] === RUN   TestDockerSuite/TestUpdateStats
14:24:59 [2021-05-06T14:24:59.561Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
14:25:01 [2021-05-06T14:25:01.474Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
14:25:01 [2021-05-06T14:25:01.474Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
14:25:03 [2021-05-06T14:25:03.384Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
14:25:03 [2021-05-06T14:25:03.833Z] --- PASS: TestBuildWCOWSandboxSize (813.82s)
14:25:03 [2021-05-06T14:25:03.834Z] === RUN   TestBuildWithEmptyDockerfile
14:25:03 [2021-05-06T14:25:03.834Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
14:25:03 [2021-05-06T14:25:03.834Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
14:25:03 [2021-05-06T14:25:03.834Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:25:03 [2021-05-06T14:25:03.834Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:25:03 [2021-05-06T14:25:03.834Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:25:03 [2021-05-06T14:25:03.834Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:25:03 [2021-05-06T14:25:03.834Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
14:25:03 [2021-05-06T14:25:03.834Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:25:03 [2021-05-06T14:25:03.834Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:25:03 [2021-05-06T14:25:03.834Z] --- PASS: TestBuildWithEmptyDockerfile (0.53s)
14:25:03 [2021-05-06T14:25:03.834Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s)
14:25:03 [2021-05-06T14:25:03.834Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s)
14:25:03 [2021-05-06T14:25:03.834Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s)
14:25:03 [2021-05-06T14:25:03.834Z] === RUN   TestBuildPreserveOwnership
14:25:03 [2021-05-06T14:25:03.834Z] --- SKIP: TestBuildPreserveOwnership (0.00s)
14:25:03 [2021-05-06T14:25:03.834Z]     build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME
14:25:03 [2021-05-06T14:25:03.834Z] === RUN   TestBuildPlatformInvalid
14:25:03 [2021-05-06T14:25:03.834Z] --- PASS: TestBuildPlatformInvalid (0.50s)
14:25:03 [2021-05-06T14:25:03.834Z] PASS
14:25:03 [2021-05-06T14:25:03.834Z] ok  	github.com/docker/docker/integration/build	998.067s
14:25:03 [2021-05-06T14:25:03.834Z] 
14:25:03 [2021-05-06T14:25:03.834Z] === Skipped
14:25:03 [2021-05-06T14:25:03.834Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s)
14:25:03 [2021-05-06T14:25:03.834Z]     build_session_test.go:25: TODO: BuildKit
14:25:03 [2021-05-06T14:25:03.834Z] 
14:25:03 [2021-05-06T14:25:03.834Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s)
14:25:03 [2021-05-06T14:25:03.834Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
14:25:03 [2021-05-06T14:25:03.834Z] 
14:25:03 [2021-05-06T14:25:03.834Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s)
14:25:03 [2021-05-06T14:25:03.834Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
14:25:03 [2021-05-06T14:25:03.834Z] 
14:25:03 [2021-05-06T14:25:03.834Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s)
14:25:03 [2021-05-06T14:25:03.834Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
14:25:03 [2021-05-06T14:25:03.834Z] 
14:25:03 [2021-05-06T14:25:03.834Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s)
14:25:03 [2021-05-06T14:25:03.834Z]     build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME
14:25:03 [2021-05-06T14:25:03.834Z] 
14:25:03 [2021-05-06T14:25:03.834Z] 
14:25:03 [2021-05-06T14:25:03.834Z] DONE 29 tests, 5 skipped in 1020.194s
14:25:03 [2021-05-06T14:25:03.834Z] Running D:\gopath\src\github.com\docker\docker\integration\config
14:25:03 [2021-05-06T14:25:03.834Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:25:03 [2021-05-06T14:25:03.834Z] INFO: Testing against a local daemon
14:25:03 [2021-05-06T14:25:03.834Z] === RUN   TestConfigInspect
14:25:03 [2021-05-06T14:25:03.834Z] --- SKIP: TestConfigInspect (0.00s)
14:25:03 [2021-05-06T14:25:03.834Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
14:25:03 [2021-05-06T14:25:03.834Z] === RUN   TestConfigList
14:25:03 [2021-05-06T14:25:03.834Z] --- SKIP: TestConfigList (0.00s)
14:25:03 [2021-05-06T14:25:03.834Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
14:25:03 [2021-05-06T14:25:03.834Z] === RUN   TestConfigsCreateAndDelete
14:25:03 [2021-05-06T14:25:03.834Z] --- SKIP: TestConfigsCreateAndDelete (0.00s)
14:25:03 [2021-05-06T14:25:03.834Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
14:25:03 [2021-05-06T14:25:03.834Z] === RUN   TestConfigsUpdate
14:25:03 [2021-05-06T14:25:03.834Z] --- SKIP: TestConfigsUpdate (0.00s)
14:25:03 [2021-05-06T14:25:03.834Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
14:25:03 [2021-05-06T14:25:03.834Z] === RUN   TestTemplatedConfig
14:25:03 [2021-05-06T14:25:03.834Z] --- SKIP: TestTemplatedConfig (0.00s)
14:25:03 [2021-05-06T14:25:03.834Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
14:25:03 [2021-05-06T14:25:03.834Z] === RUN   TestConfigCreateResolve
14:25:03 [2021-05-06T14:25:03.834Z] --- SKIP: TestConfigCreateResolve (0.00s)
14:25:03 [2021-05-06T14:25:03.834Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
14:25:03 [2021-05-06T14:25:03.834Z] === RUN   TestConfigDaemonLibtrustID
14:25:03 [2021-05-06T14:25:03.834Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s)
14:25:03 [2021-05-06T14:25:03.834Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
14:25:03 [2021-05-06T14:25:03.834Z] PASS
14:25:03 [2021-05-06T14:25:03.834Z] ok  	github.com/docker/docker/integration/config	0.208s
14:25:03 [2021-05-06T14:25:03.834Z] 
14:25:03 [2021-05-06T14:25:03.834Z] === Skipped
14:25:03 [2021-05-06T14:25:03.834Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s)
14:25:03 [2021-05-06T14:25:03.834Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
14:25:03 [2021-05-06T14:25:03.834Z] 
14:25:03 [2021-05-06T14:25:03.834Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s)
14:25:03 [2021-05-06T14:25:03.834Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
14:25:03 [2021-05-06T14:25:03.834Z] 
14:25:03 [2021-05-06T14:25:03.834Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s)
14:25:03 [2021-05-06T14:25:03.834Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
14:25:03 [2021-05-06T14:25:03.834Z] 
14:25:03 [2021-05-06T14:25:03.834Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s)
14:25:03 [2021-05-06T14:25:03.834Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
14:25:03 [2021-05-06T14:25:03.834Z] 
14:25:03 [2021-05-06T14:25:03.834Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s)
14:25:03 [2021-05-06T14:25:03.834Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
14:25:03 [2021-05-06T14:25:03.834Z] 
14:25:03 [2021-05-06T14:25:03.834Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s)
14:25:03 [2021-05-06T14:25:03.834Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
14:25:03 [2021-05-06T14:25:03.834Z] 
14:25:03 [2021-05-06T14:25:03.834Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s)
14:25:03 [2021-05-06T14:25:03.834Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
14:25:03 [2021-05-06T14:25:03.834Z] 
14:25:03 [2021-05-06T14:25:03.834Z] 
14:25:03 [2021-05-06T14:25:03.834Z] DONE 7 tests, 7 skipped in 3.022s
14:25:03 [2021-05-06T14:25:03.834Z] Running D:\gopath\src\github.com\docker\docker\integration\container
14:25:03 [2021-05-06T14:25:03.834Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:25:03 [2021-05-06T14:25:03.834Z] INFO: Testing against a local daemon
14:25:03 [2021-05-06T14:25:03.834Z] === RUN   TestCheckpoint
14:25:03 [2021-05-06T14:25:03.834Z] --- SKIP: TestCheckpoint (0.00s)
14:25:03 [2021-05-06T14:25:03.834Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:25:03 [2021-05-06T14:25:03.834Z] === RUN   TestContainerInvalidJSON
14:25:03 [2021-05-06T14:25:03.834Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
14:25:03 [2021-05-06T14:25:03.834Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
14:25:03 [2021-05-06T14:25:03.834Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
14:25:03 [2021-05-06T14:25:03.834Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
14:25:03 [2021-05-06T14:25:03.834Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
14:25:03 [2021-05-06T14:25:03.834Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
14:25:03 [2021-05-06T14:25:03.834Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
14:25:03 [2021-05-06T14:25:03.834Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
14:25:03 [2021-05-06T14:25:03.834Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
14:25:03 [2021-05-06T14:25:03.834Z] --- PASS: TestContainerInvalidJSON (0.48s)
14:25:03 [2021-05-06T14:25:03.834Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
14:25:03 [2021-05-06T14:25:03.834Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
14:25:03 [2021-05-06T14:25:03.834Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
14:25:03 [2021-05-06T14:25:03.834Z] === RUN   TestCopyFromContainerPathDoesNotExist
14:25:03 [2021-05-06T14:25:03.834Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.26s)
14:25:03 [2021-05-06T14:25:03.834Z] === RUN   TestCopyFromContainerPathIsNotDir
14:25:03 [2021-05-06T14:25:03.834Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.21s)
14:25:03 [2021-05-06T14:25:03.834Z] === RUN   TestCopyToContainerPathDoesNotExist
14:25:03 [2021-05-06T14:25:03.835Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.21s)
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCopyToContainerPathIsNotDir
14:25:03 [2021-05-06T14:25:03.835Z] --- PASS: TestCopyToContainerPathIsNotDir (0.21s)
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCopyFromContainer
14:25:03 [2021-05-06T14:25:03.835Z] --- SKIP: TestCopyFromContainer (0.00s)
14:25:03 [2021-05-06T14:25:03.835Z]     copy_test.go:82: testEnv.DaemonInfo.OSType == "windows"
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:25:03 [2021-05-06T14:25:03.835Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:25:03 [2021-05-06T14:25:03.835Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
14:25:03 [2021-05-06T14:25:03.835Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
14:25:03 [2021-05-06T14:25:03.835Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:25:03 [2021-05-06T14:25:03.835Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
14:25:03 [2021-05-06T14:25:03.835Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:25:03 [2021-05-06T14:25:03.835Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
14:25:03 [2021-05-06T14:25:03.835Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
14:25:03 [2021-05-06T14:25:03.835Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
14:25:03 [2021-05-06T14:25:03.835Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCreateLinkToNonExistingContainer
14:25:03 [2021-05-06T14:25:03.835Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s)
14:25:03 [2021-05-06T14:25:03.835Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCreateWithInvalidEnv
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCreateWithInvalidEnv/0
14:25:03 [2021-05-06T14:25:03.835Z] === PAUSE TestCreateWithInvalidEnv/0
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCreateWithInvalidEnv/1
14:25:03 [2021-05-06T14:25:03.835Z] === PAUSE TestCreateWithInvalidEnv/1
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCreateWithInvalidEnv/2
14:25:03 [2021-05-06T14:25:03.835Z] === PAUSE TestCreateWithInvalidEnv/2
14:25:03 [2021-05-06T14:25:03.835Z] === CONT  TestCreateWithInvalidEnv/0
14:25:03 [2021-05-06T14:25:03.835Z] === CONT  TestCreateWithInvalidEnv/2
14:25:03 [2021-05-06T14:25:03.835Z] === CONT  TestCreateWithInvalidEnv/1
14:25:03 [2021-05-06T14:25:03.835Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
14:25:03 [2021-05-06T14:25:03.835Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
14:25:03 [2021-05-06T14:25:03.835Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
14:25:03 [2021-05-06T14:25:03.835Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.01s)
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCreateTmpfsMountsTarget
14:25:03 [2021-05-06T14:25:03.835Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s)
14:25:03 [2021-05-06T14:25:03.835Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCreateWithCustomMaskedPaths
14:25:03 [2021-05-06T14:25:03.835Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s)
14:25:03 [2021-05-06T14:25:03.835Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCreateWithCustomReadonlyPaths
14:25:03 [2021-05-06T14:25:03.835Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s)
14:25:03 [2021-05-06T14:25:03.835Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCreateWithInvalidHealthcheckParams
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:25:03 [2021-05-06T14:25:03.835Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:25:03 [2021-05-06T14:25:03.835Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:25:03 [2021-05-06T14:25:03.835Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:25:03 [2021-05-06T14:25:03.835Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:25:03 [2021-05-06T14:25:03.835Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:25:03 [2021-05-06T14:25:03.835Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:25:03 [2021-05-06T14:25:03.835Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:25:03 [2021-05-06T14:25:03.835Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:25:03 [2021-05-06T14:25:03.835Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:25:03 [2021-05-06T14:25:03.835Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:25:03 [2021-05-06T14:25:03.835Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
14:25:03 [2021-05-06T14:25:03.835Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
14:25:03 [2021-05-06T14:25:03.835Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
14:25:03 [2021-05-06T14:25:03.835Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
14:25:03 [2021-05-06T14:25:03.835Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
14:25:03 [2021-05-06T14:25:03.835Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
14:25:03 [2021-05-06T14:25:03.835Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s)
14:25:03 [2021-05-06T14:25:03.835Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCreateDifferentPlatform
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCreateDifferentPlatform/different_os
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
14:25:03 [2021-05-06T14:25:03.835Z] --- PASS: TestCreateDifferentPlatform (0.04s)
14:25:03 [2021-05-06T14:25:03.835Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.01s)
14:25:03 [2021-05-06T14:25:03.835Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCreateVolumesFromNonExistingContainer
14:25:03 [2021-05-06T14:25:03.835Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s)
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
14:25:03 [2021-05-06T14:25:03.835Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s)
14:25:03 [2021-05-06T14:25:03.835Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestContainerKillOnDaemonStart
14:25:03 [2021-05-06T14:25:03.835Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
14:25:03 [2021-05-06T14:25:03.835Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestDiff
14:25:03 [2021-05-06T14:25:03.835Z] --- SKIP: TestDiff (0.00s)
14:25:03 [2021-05-06T14:25:03.835Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestExecWithCloseStdin
14:25:03 [2021-05-06T14:25:03.835Z] --- PASS: TestExecWithCloseStdin (2.99s)
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestExec
14:25:03 [2021-05-06T14:25:03.835Z] --- PASS: TestExec (2.10s)
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestExecUser
14:25:03 [2021-05-06T14:25:03.835Z] --- SKIP: TestExecUser (0.00s)
14:25:03 [2021-05-06T14:25:03.835Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestExportContainerAndImportImage
14:25:03 [2021-05-06T14:25:03.835Z] --- SKIP: TestExportContainerAndImportImage (0.00s)
14:25:03 [2021-05-06T14:25:03.835Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestExportContainerAfterDaemonRestart
14:25:03 [2021-05-06T14:25:03.835Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s)
14:25:03 [2021-05-06T14:25:03.835Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestHealthCheckWorkdir
14:25:03 [2021-05-06T14:25:03.835Z] --- SKIP: TestHealthCheckWorkdir (0.00s)
14:25:03 [2021-05-06T14:25:03.835Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestHealthKillContainer
14:25:03 [2021-05-06T14:25:03.835Z] --- SKIP: TestHealthKillContainer (0.00s)
14:25:03 [2021-05-06T14:25:03.835Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestInspectCpusetInConfigPre120
14:25:03 [2021-05-06T14:25:03.835Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
14:25:03 [2021-05-06T14:25:03.835Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
14:25:03 [2021-05-06T14:25:03.835Z] === RUN   TestKillContainerInvalidSignal
14:25:04 [2021-05-06T14:25:04.325Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
14:25:05 [2021-05-06T14:25:05.382Z] --- PASS: TestKillContainerInvalidSignal (1.85s)
14:25:05 [2021-05-06T14:25:05.382Z] === RUN   TestKillContainer
14:25:05 [2021-05-06T14:25:05.382Z] === RUN   TestKillContainer/no_signal
14:25:07 [2021-05-06T14:25:07.568Z] === RUN   TestKillContainer/non_killing_signal
14:25:07 [2021-05-06T14:25:07.568Z] === RUN   TestKillContainer/killing_signal
14:25:09 [2021-05-06T14:25:09.750Z] --- PASS: TestKillContainer (4.19s)
14:25:09 [2021-05-06T14:25:09.750Z]     --- PASS: TestKillContainer/no_signal (1.85s)
14:25:09 [2021-05-06T14:25:09.750Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
14:25:09 [2021-05-06T14:25:09.750Z]         kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
14:25:09 [2021-05-06T14:25:09.750Z]     --- PASS: TestKillContainer/killing_signal (2.29s)
14:25:09 [2021-05-06T14:25:09.750Z] === RUN   TestKillWithStopSignalAndRestartPolicies
14:25:09 [2021-05-06T14:25:09.750Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s)
14:25:09 [2021-05-06T14:25:09.750Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:25:09 [2021-05-06T14:25:09.750Z] === RUN   TestKillStoppedContainer
14:25:09 [2021-05-06T14:25:09.750Z] --- SKIP: TestKillStoppedContainer (0.00s)
14:25:09 [2021-05-06T14:25:09.750Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:25:09 [2021-05-06T14:25:09.750Z] === RUN   TestKillStoppedContainerAPIPre120
14:25:09 [2021-05-06T14:25:09.750Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s)
14:25:09 [2021-05-06T14:25:09.750Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:25:09 [2021-05-06T14:25:09.750Z] === RUN   TestKillDifferentUserContainer
14:25:09 [2021-05-06T14:25:09.750Z] --- SKIP: TestKillDifferentUserContainer (0.00s)
14:25:09 [2021-05-06T14:25:09.750Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
14:25:09 [2021-05-06T14:25:09.750Z] === RUN   TestInspectOomKilledTrue
14:25:09 [2021-05-06T14:25:09.750Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
14:25:09 [2021-05-06T14:25:09.750Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
14:25:09 [2021-05-06T14:25:09.750Z] === RUN   TestInspectOomKilledFalse
14:25:09 [2021-05-06T14:25:09.750Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
14:25:09 [2021-05-06T14:25:09.750Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:25:09 [2021-05-06T14:25:09.750Z] === RUN   TestLogsFollowTailEmpty
14:25:10 [2021-05-06T14:25:10.912Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
14:25:11 [2021-05-06T14:25:11.291Z] --- PASS: TestLogsFollowTailEmpty (1.82s)
14:25:11 [2021-05-06T14:25:11.291Z] === RUN   TestNetworkNat
14:25:11 [2021-05-06T14:25:11.291Z] --- SKIP: TestNetworkNat (0.00s)
14:25:11 [2021-05-06T14:25:11.291Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
14:25:11 [2021-05-06T14:25:11.291Z] === RUN   TestNetworkLocalhostTCPNat
14:25:13 [2021-05-06T14:25:13.507Z] --- PASS: TestNetworkLocalhostTCPNat (2.20s)
14:25:13 [2021-05-06T14:25:13.507Z] === RUN   TestNetworkLoopbackNat
14:25:13 [2021-05-06T14:25:13.507Z] --- SKIP: TestNetworkLoopbackNat (0.00s)
14:25:13 [2021-05-06T14:25:13.507Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
14:25:13 [2021-05-06T14:25:13.507Z] === RUN   TestPause
14:25:13 [2021-05-06T14:25:13.507Z] --- SKIP: TestPause (0.00s)
14:25:13 [2021-05-06T14:25:13.507Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
14:25:13 [2021-05-06T14:25:13.507Z] === RUN   TestPauseFailsOnWindowsServerContainers
14:25:15 [2021-05-06T14:25:15.706Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.83s)
14:25:15 [2021-05-06T14:25:15.706Z] === RUN   TestPauseStopPausedContainer
14:25:15 [2021-05-06T14:25:15.706Z] --- SKIP: TestPauseStopPausedContainer (0.00s)
14:25:15 [2021-05-06T14:25:15.706Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
14:25:15 [2021-05-06T14:25:15.706Z] === RUN   TestPsFilter
14:25:15 [2021-05-06T14:25:15.706Z] --- PASS: TestPsFilter (0.21s)
14:25:15 [2021-05-06T14:25:15.706Z] === RUN   TestRemoveContainerWithRemovedVolume
14:25:16 [2021-05-06T14:25:16.194Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
14:25:16 [2021-05-06T14:25:16.194Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
14:25:17 [2021-05-06T14:25:17.894Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.27s)
14:25:17 [2021-05-06T14:25:17.894Z] === RUN   TestRemoveContainerWithVolume
14:25:20 [2021-05-06T14:25:20.117Z] --- PASS: TestRemoveContainerWithVolume (2.13s)
14:25:20 [2021-05-06T14:25:20.117Z] === RUN   TestRemoveContainerRunning
14:25:21 [2021-05-06T14:25:21.478Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
14:25:22 [2021-05-06T14:25:22.299Z] --- PASS: TestRemoveContainerRunning (1.83s)
14:25:22 [2021-05-06T14:25:22.299Z] === RUN   TestRemoveContainerForceRemoveRunning
14:25:23 [2021-05-06T14:25:23.844Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.84s)
14:25:23 [2021-05-06T14:25:23.844Z] === RUN   TestRemoveInvalidContainer
14:25:23 [2021-05-06T14:25:23.844Z] --- PASS: TestRemoveInvalidContainer (0.03s)
14:25:23 [2021-05-06T14:25:23.844Z] === RUN   TestRenameLinkedContainer
14:25:23 [2021-05-06T14:25:23.844Z] --- SKIP: TestRenameLinkedContainer (0.00s)
14:25:23 [2021-05-06T14:25:23.844Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
14:25:23 [2021-05-06T14:25:23.844Z] === RUN   TestRenameStoppedContainer
14:25:25 [2021-05-06T14:25:25.681Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
14:25:29 [2021-05-06T14:25:29.883Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
14:25:30 [2021-05-06T14:25:30.453Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
14:25:30 [2021-05-06T14:25:30.936Z] --- PASS: TestRenameStoppedContainer (7.06s)
14:25:30 [2021-05-06T14:25:30.936Z] === RUN   TestRenameRunningContainerAndReuse
14:25:34 [2021-05-06T14:25:34.678Z] --- PASS: TestRenameRunningContainerAndReuse (3.65s)
14:25:34 [2021-05-06T14:25:34.678Z] === RUN   TestRenameInvalidName
14:25:35 [2021-05-06T14:25:35.741Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
14:25:36 [2021-05-06T14:25:36.218Z] --- PASS: TestRenameInvalidName (1.88s)
14:25:36 [2021-05-06T14:25:36.679Z] === RUN   TestRenameAnonymousContainer
14:25:38 [2021-05-06T14:25:38.284Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
14:25:40 [2021-05-06T14:25:40.830Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
14:25:42 [2021-05-06T14:25:42.741Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
14:25:44 [2021-05-06T14:25:44.122Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
14:25:46 [2021-05-06T14:25:46.034Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
14:25:47 [2021-05-06T14:25:47.945Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
14:25:49 [2021-05-06T14:25:49.088Z] --- PASS: TestRenameAnonymousContainer (11.23s)
14:25:49 [2021-05-06T14:25:49.088Z] === RUN   TestRenameContainerWithSameName
14:25:49 [2021-05-06T14:25:49.549Z] --- PASS: TestRenameContainerWithSameName (1.77s)
14:25:49 [2021-05-06T14:25:49.549Z] === RUN   TestRenameContainerWithLinkedContainer
14:25:49 [2021-05-06T14:25:49.549Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s)
14:25:49 [2021-05-06T14:25:49.549Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
14:25:49 [2021-05-06T14:25:49.549Z] === RUN   TestResize
14:25:50 [2021-05-06T14:25:50.487Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
14:25:51 [2021-05-06T14:25:51.732Z] --- PASS: TestResize (1.93s)
14:25:51 [2021-05-06T14:25:51.732Z] === RUN   TestResizeWithInvalidSize
14:25:52 [2021-05-06T14:25:52.401Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
14:25:53 [2021-05-06T14:25:53.272Z] --- PASS: TestResizeWithInvalidSize (1.80s)
14:25:53 [2021-05-06T14:25:53.272Z] === RUN   TestResizeWhenContainerNotStarted
14:25:54 [2021-05-06T14:25:54.310Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
14:25:55 [2021-05-06T14:25:55.455Z] --- PASS: TestResizeWhenContainerNotStarted (2.10s)
14:25:55 [2021-05-06T14:25:55.455Z] === RUN   TestDaemonRestartKillContainers
14:25:55 [2021-05-06T14:25:55.455Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
14:25:55 [2021-05-06T14:25:55.455Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
14:25:55 [2021-05-06T14:25:55.455Z] === RUN   TestStats
14:25:55 [2021-05-06T14:25:55.455Z] --- SKIP: TestStats (0.00s)
14:25:55 [2021-05-06T14:25:55.455Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
14:25:55 [2021-05-06T14:25:55.455Z] === RUN   TestStopContainerWithRestartPolicyAlways
14:25:56 [2021-05-06T14:25:56.853Z] === RUN   TestDockerSuite/TestVolumeCLICreate
14:26:01 [2021-05-06T14:26:01.269Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.34s)
14:26:01 [2021-05-06T14:26:01.269Z] === RUN   TestStopContainerWithTimeout
14:26:01 [2021-05-06T14:26:01.269Z] --- SKIP: TestStopContainerWithTimeout (0.00s)
14:26:01 [2021-05-06T14:26:01.269Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
14:26:01 [2021-05-06T14:26:01.269Z] === RUN   TestUpdateRestartPolicy
14:26:11 [2021-05-06T14:26:11.753Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
14:26:11 [2021-05-06T14:26:11.754Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
14:26:11 [2021-05-06T14:26:11.754Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
14:26:12 [2021-05-06T14:26:12.693Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
14:26:12 [2021-05-06T14:26:12.693Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
14:26:12 [2021-05-06T14:26:12.693Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
14:26:12 [2021-05-06T14:26:12.693Z] === RUN   TestDockerSuite/TestVolumeCLILs
14:26:13 [2021-05-06T14:26:13.634Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
14:26:13 [2021-05-06T14:26:13.634Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
14:26:14 [2021-05-06T14:26:14.205Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
14:26:14 [2021-05-06T14:26:14.512Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
14:26:14 [2021-05-06T14:26:14.512Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
14:26:14 [2021-05-06T14:26:14.512Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
14:26:14 [2021-05-06T14:26:14.512Z] === RUN   TestDockerSuite/TestVolumeCLIRm
14:26:17 [2021-05-06T14:26:17.054Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
14:26:17 [2021-05-06T14:26:17.054Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
14:26:17 [2021-05-06T14:26:17.054Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
14:26:17 [2021-05-06T14:26:17.054Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
14:26:17 [2021-05-06T14:26:17.054Z] === RUN   TestDockerSuite/TestVolumeEvents
14:26:22 [2021-05-06T14:26:22.383Z] --- PASS: TestUpdateRestartPolicy (19.94s)
14:26:22 [2021-05-06T14:26:22.383Z] === RUN   TestUpdateRestartWithAutoRemove
14:26:22 [2021-05-06T14:26:22.383Z] --- PASS: TestUpdateRestartWithAutoRemove (1.84s)
14:26:22 [2021-05-06T14:26:22.383Z] === RUN   TestWaitNonBlocked
14:26:22 [2021-05-06T14:26:22.383Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
14:26:22 [2021-05-06T14:26:22.383Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
14:26:22 [2021-05-06T14:26:22.383Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
14:26:22 [2021-05-06T14:26:22.383Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
14:26:22 [2021-05-06T14:26:22.383Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
14:26:22 [2021-05-06T14:26:22.383Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
14:26:23 [2021-05-06T14:26:23.629Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
14:26:25 [2021-05-06T14:26:25.013Z] === RUN   TestDockerSuite/TestVolumeLsFormat
14:26:25 [2021-05-06T14:26:25.273Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
14:26:25 [2021-05-06T14:26:25.273Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
14:26:25 [2021-05-06T14:26:25.294Z] --- PASS: TestWaitNonBlocked (0.03s)
14:26:25 [2021-05-06T14:26:25.294Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.44s)
14:26:25 [2021-05-06T14:26:25.294Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.54s)
14:26:25 [2021-05-06T14:26:25.294Z] === RUN   TestWaitBlocked
14:26:25 [2021-05-06T14:26:25.294Z] --- SKIP: TestWaitBlocked (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
14:26:25 [2021-05-06T14:26:25.294Z] PASS
14:26:25 [2021-05-06T14:26:25.294Z] ok  	github.com/docker/docker/integration/container	88.188s
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === Skipped
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     copy_test.go:82: testEnv.DaemonInfo.OSType == "windows"
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s)
14:26:25 [2021-05-06T14:26:25.294Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]         kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s)
14:26:25 [2021-05-06T14:26:25.294Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
14:26:25 [2021-05-06T14:26:25.294Z] 
14:26:25 [2021-05-06T14:26:25.294Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s)
14:26:25 [2021-05-06T14:26:25.295Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
14:26:25 [2021-05-06T14:26:25.295Z] 
14:26:25 [2021-05-06T14:26:25.295Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s)
14:26:25 [2021-05-06T14:26:25.295Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
14:26:25 [2021-05-06T14:26:25.295Z] 
14:26:25 [2021-05-06T14:26:25.295Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s)
14:26:25 [2021-05-06T14:26:25.295Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
14:26:25 [2021-05-06T14:26:25.295Z] 
14:26:25 [2021-05-06T14:26:25.295Z] 
14:26:25 [2021-05-06T14:26:25.295Z] DONE 88 tests, 33 skipped in 90.870s
14:26:25 [2021-05-06T14:26:25.295Z] Running D:\gopath\src\github.com\docker\docker\integration\image
14:26:27 [2021-05-06T14:26:27.480Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:26:27 [2021-05-06T14:26:27.480Z] INFO: Testing against a local daemon
14:26:27 [2021-05-06T14:26:27.480Z] === RUN   TestCommitInheritsEnv
14:26:27 [2021-05-06T14:26:27.480Z] --- SKIP: TestCommitInheritsEnv (0.00s)
14:26:27 [2021-05-06T14:26:27.480Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
14:26:27 [2021-05-06T14:26:27.480Z] === RUN   TestImportExtremelyLargeImageWorks
14:26:27 [2021-05-06T14:26:27.480Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
14:26:27 [2021-05-06T14:26:27.480Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
14:26:27 [2021-05-06T14:26:27.480Z] === RUN   TestImagesFilterMultiReference
14:26:27 [2021-05-06T14:26:27.480Z] --- PASS: TestImagesFilterMultiReference (0.08s)
14:26:27 [2021-05-06T14:26:27.480Z] === RUN   TestImagePullPlatformInvalid
14:26:27 [2021-05-06T14:26:27.480Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
14:26:27 [2021-05-06T14:26:27.480Z] === RUN   TestRemoveImageOrphaning
14:26:28 [2021-05-06T14:26:28.451Z] --- PASS: TestRemoveImageOrphaning (0.98s)
14:26:28 [2021-05-06T14:26:28.451Z] === RUN   TestTagUnprefixedRepoByNameOrName
14:26:28 [2021-05-06T14:26:28.451Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
14:26:28 [2021-05-06T14:26:28.451Z] === RUN   TestTagInvalidReference
14:26:28 [2021-05-06T14:26:28.451Z] --- PASS: TestTagInvalidReference (0.03s)
14:26:28 [2021-05-06T14:26:28.451Z] === RUN   TestTagValidPrefixedRepo
14:26:28 [2021-05-06T14:26:28.451Z] --- PASS: TestTagValidPrefixedRepo (0.06s)
14:26:28 [2021-05-06T14:26:28.451Z] === RUN   TestTagExistedNameWithoutForce
14:26:28 [2021-05-06T14:26:28.451Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
14:26:28 [2021-05-06T14:26:28.451Z] === RUN   TestTagOfficialNames
14:26:28 [2021-05-06T14:26:28.451Z] --- PASS: TestTagOfficialNames (0.09s)
14:26:28 [2021-05-06T14:26:28.451Z] === RUN   TestTagMatchesDigest
14:26:28 [2021-05-06T14:26:28.451Z] --- PASS: TestTagMatchesDigest (0.03s)
14:26:28 [2021-05-06T14:26:28.451Z] PASS
14:26:28 [2021-05-06T14:26:28.451Z] ok  	github.com/docker/docker/integration/image	1.539s
14:26:28 [2021-05-06T14:26:28.451Z] 
14:26:28 [2021-05-06T14:26:28.451Z] === Skipped
14:26:28 [2021-05-06T14:26:28.451Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s)
14:26:28 [2021-05-06T14:26:28.451Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
14:26:28 [2021-05-06T14:26:28.451Z] 
14:26:28 [2021-05-06T14:26:28.451Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s)
14:26:28 [2021-05-06T14:26:28.451Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
14:26:28 [2021-05-06T14:26:28.451Z] 
14:26:28 [2021-05-06T14:26:28.451Z] 
14:26:28 [2021-05-06T14:26:28.451Z] DONE 11 tests, 2 skipped in 3.569s
14:26:28 [2021-05-06T14:26:28.572Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
14:26:28 [2021-05-06T14:26:28.913Z] Running D:\gopath\src\github.com\docker\docker\integration\network
14:26:31 [2021-05-06T14:26:31.097Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:26:31 [2021-05-06T14:26:31.097Z] INFO: Testing against a local daemon
14:26:31 [2021-05-06T14:26:31.097Z] === RUN   TestNetworkCreateDelete
14:26:31 [2021-05-06T14:26:31.097Z] --- SKIP: TestNetworkCreateDelete (0.00s)
14:26:31 [2021-05-06T14:26:31.097Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
14:26:31 [2021-05-06T14:26:31.097Z] === RUN   TestDockerNetworkDeletePreferID
14:26:31 [2021-05-06T14:26:31.097Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s)
14:26:31 [2021-05-06T14:26:31.097Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
14:26:31 [2021-05-06T14:26:31.097Z] === RUN   TestDaemonDNSFallback
14:26:31 [2021-05-06T14:26:31.097Z] --- SKIP: TestDaemonDNSFallback (0.00s)
14:26:31 [2021-05-06T14:26:31.097Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
14:26:31 [2021-05-06T14:26:31.097Z] === RUN   TestInspectNetwork
14:26:31 [2021-05-06T14:26:31.097Z] --- SKIP: TestInspectNetwork (0.00s)
14:26:31 [2021-05-06T14:26:31.097Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
14:26:31 [2021-05-06T14:26:31.097Z] === RUN   TestRunContainerWithBridgeNone
14:26:31 [2021-05-06T14:26:31.097Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
14:26:31 [2021-05-06T14:26:31.097Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
14:26:31 [2021-05-06T14:26:31.097Z] === RUN   TestNetworkInvalidJSON
14:26:31 [2021-05-06T14:26:31.097Z] === RUN   TestNetworkInvalidJSON//networks/create
14:26:31 [2021-05-06T14:26:31.097Z] === PAUSE TestNetworkInvalidJSON//networks/create
14:26:31 [2021-05-06T14:26:31.097Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
14:26:31 [2021-05-06T14:26:31.097Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
14:26:31 [2021-05-06T14:26:31.097Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
14:26:31 [2021-05-06T14:26:31.097Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
14:26:31 [2021-05-06T14:26:31.097Z] === CONT  TestNetworkInvalidJSON//networks/create
14:26:31 [2021-05-06T14:26:31.097Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
14:26:31 [2021-05-06T14:26:31.097Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
14:26:31 [2021-05-06T14:26:31.097Z] --- PASS: TestNetworkInvalidJSON (0.04s)
14:26:31 [2021-05-06T14:26:31.097Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
14:26:31 [2021-05-06T14:26:31.097Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s)
14:26:31 [2021-05-06T14:26:31.097Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
14:26:31 [2021-05-06T14:26:31.097Z] === RUN   TestNetworkList
14:26:31 [2021-05-06T14:26:31.097Z] === RUN   TestNetworkList//networks
14:26:31 [2021-05-06T14:26:31.097Z] === PAUSE TestNetworkList//networks
14:26:31 [2021-05-06T14:26:31.097Z] === RUN   TestNetworkList//networks/
14:26:31 [2021-05-06T14:26:31.097Z] === PAUSE TestNetworkList//networks/
14:26:31 [2021-05-06T14:26:31.097Z] === CONT  TestNetworkList//networks/
14:26:31 [2021-05-06T14:26:31.097Z] === CONT  TestNetworkList//networks
14:26:31 [2021-05-06T14:26:31.097Z] --- PASS: TestNetworkList (0.04s)
14:26:31 [2021-05-06T14:26:31.097Z]     --- PASS: TestNetworkList//networks/ (0.00s)
14:26:31 [2021-05-06T14:26:31.097Z]     --- PASS: TestNetworkList//networks (0.00s)
14:26:31 [2021-05-06T14:26:31.097Z] === RUN   TestHostIPv4BridgeLabel
14:26:31 [2021-05-06T14:26:31.097Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
14:26:31 [2021-05-06T14:26:31.097Z]     network_test.go:126: testEnv.OSType == "windows"
14:26:31 [2021-05-06T14:26:31.097Z] === RUN   TestDaemonRestartWithLiveRestore
14:26:31 [2021-05-06T14:26:31.097Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s)
14:26:31 [2021-05-06T14:26:31.097Z]     service_test.go:29: testEnv.OSType == "windows"
14:26:31 [2021-05-06T14:26:31.097Z] === RUN   TestDaemonDefaultNetworkPools
14:26:31 [2021-05-06T14:26:31.097Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s)
14:26:31 [2021-05-06T14:26:31.097Z]     service_test.go:58: testEnv.OSType == "windows"
14:26:31 [2021-05-06T14:26:31.097Z] === RUN   TestDaemonRestartWithExistingNetwork
14:26:31 [2021-05-06T14:26:31.097Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
14:26:31 [2021-05-06T14:26:31.097Z]     service_test.go:102: testEnv.OSType == "windows"
14:26:31 [2021-05-06T14:26:31.097Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
14:26:31 [2021-05-06T14:26:31.097Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
14:26:31 [2021-05-06T14:26:31.097Z]     service_test.go:136: testEnv.OSType == "windows"
14:26:31 [2021-05-06T14:26:31.097Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
14:26:31 [2021-05-06T14:26:31.097Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
14:26:31 [2021-05-06T14:26:31.097Z]     service_test.go:187: testEnv.OSType == "windows"
14:26:31 [2021-05-06T14:26:31.097Z] === RUN   TestServiceWithPredefinedNetwork
14:26:31 [2021-05-06T14:26:31.097Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
14:26:31 [2021-05-06T14:26:31.097Z]     service_test.go:212: testEnv.OSType == "windows"
14:26:31 [2021-05-06T14:26:31.097Z] === RUN   TestServiceRemoveKeepsIngressNetwork
14:26:31 [2021-05-06T14:26:31.097Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
14:26:31 [2021-05-06T14:26:31.097Z]     service_test.go:242: FLAKY_TEST
14:26:31 [2021-05-06T14:26:31.097Z] === RUN   TestServiceWithDataPathPortInit
14:26:31 [2021-05-06T14:26:31.097Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
14:26:31 [2021-05-06T14:26:31.097Z]     service_test.go:332: testEnv.OSType == "windows"
14:26:31 [2021-05-06T14:26:31.097Z] === RUN   TestServiceWithDefaultAddressPoolInit
14:26:31 [2021-05-06T14:26:31.097Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
14:26:31 [2021-05-06T14:26:31.097Z]     service_test.go:400: testEnv.OSType == "windows"
14:26:31 [2021-05-06T14:26:31.097Z] PASS
14:26:31 [2021-05-06T14:26:31.097Z] ok  	github.com/docker/docker/integration/network	0.263s
14:26:31 [2021-05-06T14:26:31.097Z] 
14:26:31 [2021-05-06T14:26:31.097Z] === Skipped
14:26:31 [2021-05-06T14:26:31.097Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s)
14:26:31 [2021-05-06T14:26:31.557Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
14:26:31 [2021-05-06T14:26:31.557Z] 
14:26:31 [2021-05-06T14:26:31.557Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s)
14:26:31 [2021-05-06T14:26:31.557Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
14:26:31 [2021-05-06T14:26:31.557Z] 
14:26:31 [2021-05-06T14:26:31.557Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s)
14:26:31 [2021-05-06T14:26:31.557Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
14:26:31 [2021-05-06T14:26:31.557Z] 
14:26:31 [2021-05-06T14:26:31.557Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s)
14:26:31 [2021-05-06T14:26:31.557Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
14:26:31 [2021-05-06T14:26:31.557Z] 
14:26:31 [2021-05-06T14:26:31.557Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s)
14:26:31 [2021-05-06T14:26:31.557Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
14:26:31 [2021-05-06T14:26:31.557Z] 
14:26:31 [2021-05-06T14:26:31.557Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s)
14:26:31 [2021-05-06T14:26:31.557Z]     network_test.go:126: testEnv.OSType == "windows"
14:26:31 [2021-05-06T14:26:31.557Z] 
14:26:31 [2021-05-06T14:26:31.557Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s)
14:26:31 [2021-05-06T14:26:31.557Z]     service_test.go:29: testEnv.OSType == "windows"
14:26:31 [2021-05-06T14:26:31.557Z] 
14:26:31 [2021-05-06T14:26:31.557Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s)
14:26:31 [2021-05-06T14:26:31.557Z]     service_test.go:58: testEnv.OSType == "windows"
14:26:31 [2021-05-06T14:26:31.557Z] 
14:26:31 [2021-05-06T14:26:31.557Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s)
14:26:31 [2021-05-06T14:26:31.557Z]     service_test.go:102: testEnv.OSType == "windows"
14:26:31 [2021-05-06T14:26:31.557Z] 
14:26:31 [2021-05-06T14:26:31.557Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
14:26:31 [2021-05-06T14:26:31.557Z]     service_test.go:136: testEnv.OSType == "windows"
14:26:31 [2021-05-06T14:26:31.557Z] 
14:26:31 [2021-05-06T14:26:31.557Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
14:26:31 [2021-05-06T14:26:31.557Z]     service_test.go:187: testEnv.OSType == "windows"
14:26:31 [2021-05-06T14:26:31.557Z] 
14:26:31 [2021-05-06T14:26:31.557Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s)
14:26:31 [2021-05-06T14:26:31.557Z]     service_test.go:212: testEnv.OSType == "windows"
14:26:31 [2021-05-06T14:26:31.557Z] 
14:26:31 [2021-05-06T14:26:31.557Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s)
14:26:31 [2021-05-06T14:26:31.557Z]     service_test.go:242: FLAKY_TEST
14:26:31 [2021-05-06T14:26:31.557Z] 
14:26:31 [2021-05-06T14:26:31.557Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s)
14:26:31 [2021-05-06T14:26:31.557Z]     service_test.go:332: testEnv.OSType == "windows"
14:26:31 [2021-05-06T14:26:31.557Z] 
14:26:31 [2021-05-06T14:26:31.557Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s)
14:26:31 [2021-05-06T14:26:31.557Z]     service_test.go:400: testEnv.OSType == "windows"
14:26:31 [2021-05-06T14:26:31.557Z] 
14:26:31 [2021-05-06T14:26:31.557Z] 
14:26:31 [2021-05-06T14:26:31.557Z] DONE 22 tests, 15 skipped in 2.578s
14:26:31 [2021-05-06T14:26:31.557Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan
14:26:32 [2021-05-06T14:26:32.017Z] testing: warning: no tests to run
14:26:32 [2021-05-06T14:26:32.017Z] PASS
14:26:32 [2021-05-06T14:26:32.017Z] ok  	github.com/docker/docker/integration/network/ipvlan	0.066s
14:26:32 [2021-05-06T14:26:32.017Z] 
14:26:32 [2021-05-06T14:26:32.017Z] DONE 0 tests in 0.766s
14:26:32 [2021-05-06T14:26:32.017Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan
14:26:32 [2021-05-06T14:26:32.777Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
14:26:32 [2021-05-06T14:26:32.777Z] --- PASS: TestDockerSuite (1964.39s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (1.66s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.17s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.47s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.68s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.21s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.67s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.90s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (3.52s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.41s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.55s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.81s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.56s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.37s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.47s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.17s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.26s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.14s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.25s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (2.67s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.17s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAttachDetach (1.55s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (1.41s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.77s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (1.33s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.20s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.80s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.75s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (2.02s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.52s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.87s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.79s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (26.98s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.73s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (2.05s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.41s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.96s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (3.19s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.01s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.03s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (10.71s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.96s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.11s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.96s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.28s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (1.68s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.69s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (4.35s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.23s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.07s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.70s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddScript (4.14s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (11.75s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (6.77s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.39s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.41s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddTar (10.81s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (2.08s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.91s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (5.88s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (9.18s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.35s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.66s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.38s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.40s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.24s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (3.25s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.86s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.80s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (5.28s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (19.22s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.24s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.62s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.39s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.60s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.21s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (8.42s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.65s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (2.20s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (1.26s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.87s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (8.44s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (2.41s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.86s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.55s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (8.41s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (3.31s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.59s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.72s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.50s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.47s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.51s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
14:26:32 [2021-05-06T14:26:32.777Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.72s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.99s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.24s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.39s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.41s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.75s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.42s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.24s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.52s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.29s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.73s)
14:26:32 [2021-05-06T14:26:32.777Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.05s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.25s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.07s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
14:26:32 [2021-05-06T14:26:32.778Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
14:26:32 [2021-05-06T14:26:32.778Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
14:26:32 [2021-05-06T14:26:32.778Z]         docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
14:26:32 [2021-05-06T14:26:32.778Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s)
14:26:32 [2021-05-06T14:26:32.778Z]         docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
14:26:32 [2021-05-06T14:26:32.778Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
14:26:32 [2021-05-06T14:26:32.778Z]         docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.52s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.50s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.92s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.56s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (7.29s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (8.89s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.65s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.87s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.28s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.63s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.42s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.69s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.50s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (13.36s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.76s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.65s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (18.15s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.06s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (7.17s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (3.54s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (3.54s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (9.86s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (3.19s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (3.28s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (24.93s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.27s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (8.25s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.40s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.47s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.95s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.14s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.33s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.43s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (3.18s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.32s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (2.38s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildEnv (2.26s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (2.17s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.87s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (11.03s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (32.14s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.39s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (13.08s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.87s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.71s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.56s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.69s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
14:26:32 [2021-05-06T14:26:32.778Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.38s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (16.34s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.51s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (1.04s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.85s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.62s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildFails (1.55s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (3.70s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.96s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildForceRm (2.38s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildFromGit (2.03s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.40s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.35s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.70s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.28s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.57s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (3.02s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.76s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.64s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildHistory (4.65s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.71s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.38s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.51s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.43s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.05s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.38s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.36s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.47s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.25s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.47s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.00s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.63s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildLastModified (5.79s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (3.70s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.22s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (1.23s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.63s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.51s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.38s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.54s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (9.85s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.50s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.38s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.05s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
14:26:32 [2021-05-06T14:26:32.778Z]         docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (4.95s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.49s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.15s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.24s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (2.15s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildNetNone (0.91s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildNoContext (1.33s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.51s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.67s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.42s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.08s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.31s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.28s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.50s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (1.86s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.57s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.70s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.39s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.31s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.31s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.71s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.49s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (4.79s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildPATH (2.23s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.16s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.21s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (12.05s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.31s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (5.73s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildRm (3.54s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.04s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.29s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.33s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.56s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.65s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.91s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (1.18s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (4.05s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.09s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.25s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
14:26:32 [2021-05-06T14:26:32.778Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.34s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.00s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.15s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildStderr (1.21s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (6.44s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (1.02s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.07s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.43s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (1.05s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.38s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildUser (2.12s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (4.41s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (17.63s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (1.28s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.59s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.68s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.98s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.61s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
14:26:32 [2021-05-06T14:26:32.778Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
14:26:32 [2021-05-06T14:26:32.778Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
14:26:32 [2021-05-06T14:26:32.778Z]         docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
14:26:32 [2021-05-06T14:26:32.778Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
14:26:32 [2021-05-06T14:26:32.778Z]         docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
14:26:32 [2021-05-06T14:26:32.778Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
14:26:32 [2021-05-06T14:26:32.778Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.16s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (1.02s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.75s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (1.28s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.13s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.06s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.08s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (0.87s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.42s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.42s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
14:26:32 [2021-05-06T14:26:32.778Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.60s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestBuildXZHost (2.74s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s)
14:26:32 [2021-05-06T14:26:32.778Z]         docker_cli_sni_test.go:18: Flakey test
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.09s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.52s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestCommitChange (1.68s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (1.26s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestCommitHardlink (2.23s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestCommitNewFile (1.81s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (1.29s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestCommitTTY (1.92s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.96s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.97s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (0.99s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.04s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.09s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (1.79s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (2.01s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.78s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.98s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.85s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.91s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (1.15s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (1.26s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.15s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.10s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (1.03s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.46s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.33s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (2.82s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.05s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.19s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (1.21s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (1.56s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.19s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (1.12s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (0.99s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (1.09s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.10s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (0.99s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (2.01s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (2.68s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (0.91s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.84s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (1.06s)
14:26:32 [2021-05-06T14:26:32.778Z]     --- PASS: TestDockerSuite/TestContainerAPITop (1.23s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
14:26:32 [2021-05-06T14:26:32.779Z]         docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (3.25s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.88s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (1.17s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (6.39s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (1.07s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.36s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.93s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (25.38s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>} (2.11s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>} (1.69s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>} (1.85s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>} (1.77s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000926bc0_<nil>} (1.74s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1014931939_/foo_false__<nil>_<nil>_<nil>} (1.88s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1014931939_/foo_true__<nil>_<nil>_<nil>} (1.58s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3832460774_/foo_false__<nil>_<nil>_<nil>} (1.75s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3832460774_/foo_true__<nil>_<nil>_<nil>} (1.83s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3832460774_/foo_true__0xc000926c20_<nil>_<nil>} (1.74s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000926c60_<nil>} (1.87s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000926c80_<nil>} (0.88s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000926ca0_<nil>} (1.66s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000926cc0_<nil>} (1.73s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (2.10s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.35s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s)
14:26:32 [2021-05-06T14:26:32.779Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (4.92s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (3.55s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (6.01s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (2.30s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.25s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (1.20s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (1.24s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.19s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (1.14s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (1.22s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (0.96s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (1.14s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (1.27s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (1.15s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (1.12s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (1.10s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (1.23s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (1.13s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.55s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.11s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (0.92s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (1.13s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpRelativePath (1.11s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (1.21s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (1.22s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.30s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpToCaseA (2.06s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.79s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpToCaseC (2.81s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpToCaseD (5.10s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpToCaseE (3.09s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.89s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpToCaseG (5.40s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpToCaseH (3.23s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.81s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (4.36s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.98s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpToDot (0.79s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.61s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (2.20s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpToStdout (1.33s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (2.20s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.29s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (1.01s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCpVolumePath (1.34s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.09s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.09s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.42s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.77s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
14:26:32 [2021-05-06T14:26:32.779Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.71s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.28s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.06s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.10s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCreateRM (0.14s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
14:26:32 [2021-05-06T14:26:32.779Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.14s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.29s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.15s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.04s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.91s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.07s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.12s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.86s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.94s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.99s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.44s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.59s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (1.14s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.84s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.73s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestDockerFails (0.02s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.05s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.70s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.82s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (2.46s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.51s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (7.27s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.96s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.51s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.73s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.61s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsAttach (0.86s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsCommit (1.52s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (0.77s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.77s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.94s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.76s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.49s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (3.17s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (3.14s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsCopy (1.08s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (1.61s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (6.05s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.27s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (1.43s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.52s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.48s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.33s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.50s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsFilters (1.41s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsFormat (1.46s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsImageImport (0.90s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsImagePull (0.41s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.03s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.22s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
14:26:32 [2021-05-06T14:26:32.779Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
14:26:32 [2021-05-06T14:26:32.779Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
14:26:32 [2021-05-06T14:26:32.779Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (1.37s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.71s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsRename (0.74s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsResize (0.78s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.63s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.04s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsStreaming (1.10s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.29s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsTop (1.27s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.64s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.86s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExec (1.06s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.80s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.74s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.73s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecAPIStart (2.07s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.01s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (1.24s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.45s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.55s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.81s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.65s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (2.38s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecCgroup (2.52s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecEnv (1.04s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.77s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecExitStatus (1.06s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecInspectID (3.10s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecInteractive (1.23s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.49s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.37s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecParseError (1.20s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (1.32s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (1.04s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.71s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecSetEnv (1.07s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecStartFails (1.10s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (11.57s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (0.89s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecTTY (1.51s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.72s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.16s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecUlimits (1.53s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.01s)
14:26:32 [2021-05-06T14:26:32.779Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (2.98s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (1.07s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (1.74s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecWithTERM (1.05s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestExecWithUser (1.47s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestGetContainerStats (4.76s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.78s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.86s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.78s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.84s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.07s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestHealth (23.44s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.81s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.98s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.03s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.03s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.11s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.22s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.56s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.14s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.09s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.77s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.88s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.06s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (1.67s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.26s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.03s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.10s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestImportDisplay (1.69s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestImportFile (1.64s)
14:26:32 [2021-05-06T14:26:32.779Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (1.65s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestImportGzipped (1.86s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.84s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.87s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.83s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.86s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.03s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.02s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.81s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.95s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.78s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.18s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (1.13s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.80s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (2.72s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (0.76s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.70s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.72s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
14:26:32 [2021-05-06T14:26:32.780Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.49s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.80s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectDefault (0.87s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectHistory (1.26s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectImage (0.02s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
14:26:32 [2021-05-06T14:26:32.780Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.82s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (0.91s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.08s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.72s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.40s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectPlugin (1.86s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.03s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.36s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectStatus (1.44s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (2.10s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (1.13s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.99s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.76s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.68s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.72s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.73s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.13s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (1.58s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLinksEnvs (1.42s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.47s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.19s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.19s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.21s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.62s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.81s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (1.02s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (13.73s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.34s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.25s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.89s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (3.79s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.31s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.77s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.82s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.81s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (1.04s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.78s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.80s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.12s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.11s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.10s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.24s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.07s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (3.32s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (1.28s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.92s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLogsSince (7.26s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (6.16s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (1.19s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLogsTail (1.39s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (1.32s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (1.19s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.38s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestMountIntoSys (1.60s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestNetHostname (3.31s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.48s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestNetworkEvents (6.73s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (3.80s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.83s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPluginActive (1.54s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.70s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
14:26:32 [2021-05-06T14:26:32.780Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.97s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (3.41s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.52s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.20s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (5.14s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (3.47s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (2.22s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPortHostBinding (2.56s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPortList (11.04s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.40s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (7.01s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.71s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.70s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.84s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.76s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (3.81s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (1.84s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (1.40s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPsByOrder (3.71s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.44s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (4.20s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (4.41s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.61s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (9.20s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.70s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.75s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (2.16s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.91s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (3.37s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.95s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (1.94s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.22s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.95s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPsRightTagName (2.71s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPsShowMounts (3.31s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (1.03s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
14:26:32 [2021-05-06T14:26:32.780Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.19s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.14s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.13s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (1.25s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (2.02s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.59s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.86s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (12.99s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.33s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.15s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.07s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.23s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (2.43s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.40s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (5.68s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (2.06s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.02s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.19s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.22s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.31s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (2.26s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (0.97s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.73s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (0.98s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRmiTag (0.14s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (1.10s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (5.02s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.76s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.88s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.29s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.41s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunAddHost (0.71s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.46s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.72s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.69s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.80s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.71s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (1.30s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (1.37s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.26s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.58s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (0.90s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.88s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.86s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.88s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.87s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.02s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.04s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.78s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.71s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.75s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunBindMounts (2.49s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (1.29s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (1.15s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.72s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.72s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.72s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.70s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.71s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.73s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.73s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.71s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.04s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.75s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.79s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.70s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.70s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.95s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.84s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.43s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.78s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.70s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.70s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.74s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.70s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.78s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.54s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.10s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.89s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.17s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.58s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.78s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (3.04s)
14:26:32 [2021-05-06T14:26:32.780Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
14:26:32 [2021-05-06T14:26:32.780Z]         docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows
14:26:32 [2021-05-06T14:26:32.780Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
14:26:32 [2021-05-06T14:26:32.780Z]         docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows
14:26:32 [2021-05-06T14:26:32.780Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.86s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.91s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (1.93s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.78s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.98s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.88s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.76s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
14:26:32 [2021-05-06T14:26:32.781Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.70s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.57s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.75s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.72s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.74s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.73s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.73s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.70s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.73s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.72s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.71s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.74s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.71s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.71s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.01s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.70s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.72s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.59s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.46s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
14:26:32 [2021-05-06T14:26:32.781Z]         docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.71s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.77s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.41s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.59s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.57s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.93s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.27s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.47s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.53s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.96s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.57s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.57s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunModeHostname (1.24s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.20s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (1.41s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.51s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (1.48s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.18s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (1.42s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunMount (8.92s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.71s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.70s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.45s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.51s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (4.29s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (2.12s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.30s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.61s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.51s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.91s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunNetHost (1.23s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.82s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.92s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.18s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.21s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.25s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.66s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.73s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.74s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.70s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.75s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.85s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s)
14:26:32 [2021-05-06T14:26:32.781Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.80s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.74s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.83s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.98s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.48s)
14:26:32 [2021-05-06T14:26:32.781Z]         docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n"
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.47s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.53s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.74s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.48s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
14:26:32 [2021-05-06T14:26:32.781Z]         docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.74s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.47s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
14:26:32 [2021-05-06T14:26:32.781Z]         docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.74s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (1.47s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
14:26:32 [2021-05-06T14:26:32.781Z]         docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.24s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.45s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunRm (0.85s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.79s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.78s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.70s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.33s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.76s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.67s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (4.02s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.72s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.46s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.72s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.48s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.45s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.48s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.75s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.80s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.73s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.67s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunState (1.63s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.79s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.86s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.17s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
14:26:32 [2021-05-06T14:26:32.781Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.72s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.43s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunSysctls (1.45s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.74s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.36s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.82s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.31s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.52s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.70s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (1.13s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.98s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (1.04s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.42s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (1.44s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.84s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.16s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.16s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.86s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.95s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.91s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s)
14:26:32 [2021-05-06T14:26:32.781Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.16s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.96s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (5.11s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.91s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.20s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.81s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.52s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.71s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.80s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.73s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
14:26:32 [2021-05-06T14:26:32.781Z]         docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows
14:26:32 [2021-05-06T14:26:32.781Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
14:26:32 [2021-05-06T14:26:32.781Z]         docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows
14:26:32 [2021-05-06T14:26:32.781Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
14:26:32 [2021-05-06T14:26:32.781Z]         docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.20s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
14:26:32 [2021-05-06T14:26:32.781Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (4.28s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.80s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.90s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.85s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.96s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (1.05s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
14:26:32 [2021-05-06T14:26:32.781Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
14:26:32 [2021-05-06T14:26:32.781Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
14:26:32 [2021-05-06T14:26:32.781Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
14:26:32 [2021-05-06T14:26:32.781Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
14:26:32 [2021-05-06T14:26:32.781Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
14:26:32 [2021-05-06T14:26:32.781Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
14:26:32 [2021-05-06T14:26:32.781Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
14:26:32 [2021-05-06T14:26:32.781Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
14:26:32 [2021-05-06T14:26:32.781Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
14:26:32 [2021-05-06T14:26:32.781Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.85s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.84s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (1.04s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.04s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (1.30s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.21s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.86s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.05s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.89s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.87s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.04s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.04s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.78s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.87s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.82s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s)
14:26:32 [2021-05-06T14:26:32.781Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.92s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.51s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.46s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.24s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.74s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.01s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.02s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.10s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.05s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.72s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.07s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.45s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (1.85s)
14:26:32 [2021-05-06T14:26:32.781Z]         docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents868808507
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.56s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.45s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.44s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (0.35s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.08s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (0.55s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (2.29s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.44s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.52s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.93s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (1.51s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (2.87s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (2.36s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.83s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestStartRecordError (1.76s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.84s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.93s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (3.00s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.81s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (5.55s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.80s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.74s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.75s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.78s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.54s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
14:26:32 [2021-05-06T14:26:32.781Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (1.00s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.71s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.42s)
14:26:32 [2021-05-06T14:26:32.781Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.72s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.73s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
14:26:32 [2021-05-06T14:26:32.782Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemory (1.06s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (2.04s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
14:26:32 [2021-05-06T14:26:32.782Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.46s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.07s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (1.06s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.81s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.76s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.66s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
14:26:32 [2021-05-06T14:26:32.782Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.98s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.08s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (5.88s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (5.67s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (5.47s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (3.57s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (5.46s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (7.94s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.26s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.18s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.40s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.56s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.11s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.16s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.09s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.27s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.19s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.75s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.78s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.86s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (2.37s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestVolumeEvents (5.66s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.32s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.07s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.94s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.83s)
14:26:32 [2021-05-06T14:26:32.782Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s)
14:26:32 [2021-05-06T14:26:32.782Z]         docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
14:26:32 [2021-05-06T14:26:32.782Z] === RUN   TestDockerRegistrySuite
14:26:32 [2021-05-06T14:26:32.782Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
14:26:32 [2021-05-06T14:26:32.992Z] testing: warning: no tests to run
14:26:32 [2021-05-06T14:26:32.992Z] PASS
14:26:32 [2021-05-06T14:26:32.992Z] ok  	github.com/docker/docker/integration/network/macvlan	0.071s
14:26:32 [2021-05-06T14:26:32.992Z] 
14:26:32 [2021-05-06T14:26:32.992Z] DONE 0 tests in 0.803s
14:26:32 [2021-05-06T14:26:32.992Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin
14:26:33 [2021-05-06T14:26:33.722Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
14:26:33 [2021-05-06T14:26:33.961Z] testing: warning: no tests to run
14:26:33 [2021-05-06T14:26:33.961Z] PASS
14:26:33 [2021-05-06T14:26:33.961Z] ok  	github.com/docker/docker/integration/plugin	0.069s
14:26:33 [2021-05-06T14:26:33.961Z] 
14:26:33 [2021-05-06T14:26:33.961Z] DONE 0 tests in 0.756s
14:26:33 [2021-05-06T14:26:33.961Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz
14:26:34 [2021-05-06T14:26:34.945Z] testing: warning: no tests to run
14:26:34 [2021-05-06T14:26:34.945Z] PASS
14:26:34 [2021-05-06T14:26:34.945Z] ok  	github.com/docker/docker/integration/plugin/authz	0.087s
14:26:34 [2021-05-06T14:26:34.945Z] 
14:26:34 [2021-05-06T14:26:34.945Z] DONE 0 tests in 0.820s
14:26:34 [2021-05-06T14:26:34.945Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common
14:26:35 [2021-05-06T14:26:35.125Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
14:26:37 [2021-05-06T14:26:37.038Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
14:26:37 [2021-05-06T14:26:37.038Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
14:26:41 [2021-05-06T14:26:41.241Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
14:26:43 [2021-05-06T14:26:43.632Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:26:43 [2021-05-06T14:26:43.632Z] INFO: Testing against a local daemon
14:26:43 [2021-05-06T14:26:43.632Z] === RUN   TestPluginInvalidJSON
14:26:43 [2021-05-06T14:26:43.632Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
14:26:43 [2021-05-06T14:26:43.632Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
14:26:43 [2021-05-06T14:26:43.632Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
14:26:43 [2021-05-06T14:26:43.632Z] --- PASS: TestPluginInvalidJSON (0.03s)
14:26:43 [2021-05-06T14:26:43.632Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
14:26:43 [2021-05-06T14:26:43.632Z] === RUN   TestPluginInstall
14:26:43 [2021-05-06T14:26:43.632Z] --- SKIP: TestPluginInstall (0.00s)
14:26:43 [2021-05-06T14:26:43.632Z]     plugin_test.go:63: testEnv.OSType == "windows"
14:26:43 [2021-05-06T14:26:43.632Z] === RUN   TestPluginsWithRuntimes
14:26:43 [2021-05-06T14:26:43.632Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
14:26:43 [2021-05-06T14:26:43.632Z]     plugin_test.go:172: testEnv.OSType == "windows"
14:26:43 [2021-05-06T14:26:43.632Z] === RUN   TestPluginBackCompatMediaTypes
14:26:43 [2021-05-06T14:26:43.632Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
14:26:43 [2021-05-06T14:26:43.632Z]     plugin_test.go:234: testEnv.OSType == "windows"
14:26:43 [2021-05-06T14:26:43.632Z] PASS
14:26:43 [2021-05-06T14:26:43.632Z] ok  	github.com/docker/docker/integration/plugin/common	0.228s
14:26:43 [2021-05-06T14:26:43.632Z] 
14:26:43 [2021-05-06T14:26:43.632Z] === Skipped
14:26:43 [2021-05-06T14:26:43.632Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
14:26:43 [2021-05-06T14:26:43.632Z]     plugin_test.go:63: testEnv.OSType == "windows"
14:26:43 [2021-05-06T14:26:43.632Z] 
14:26:43 [2021-05-06T14:26:43.632Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s)
14:26:43 [2021-05-06T14:26:43.632Z]     plugin_test.go:172: testEnv.OSType == "windows"
14:26:43 [2021-05-06T14:26:43.632Z] 
14:26:43 [2021-05-06T14:26:43.632Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s)
14:26:43 [2021-05-06T14:26:43.632Z]     plugin_test.go:234: testEnv.OSType == "windows"
14:26:43 [2021-05-06T14:26:43.632Z] 
14:26:43 [2021-05-06T14:26:43.632Z] 
14:26:43 [2021-05-06T14:26:43.632Z] DONE 5 tests, 3 skipped in 8.952s
14:26:43 [2021-05-06T14:26:43.632Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
14:26:47 [2021-05-06T14:26:47.374Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:26:47 [2021-05-06T14:26:47.374Z] INFO: Testing against a local daemon
14:26:47 [2021-05-06T14:26:47.374Z] === RUN   TestExternalGraphDriver
14:26:47 [2021-05-06T14:26:47.374Z] --- SKIP: TestExternalGraphDriver (0.00s)
14:26:47 [2021-05-06T14:26:47.374Z]     external_test.go:48: runtime.GOOS == "windows"
14:26:47 [2021-05-06T14:26:47.374Z] === RUN   TestGraphdriverPluginV2
14:26:47 [2021-05-06T14:26:47.374Z] --- SKIP: TestGraphdriverPluginV2 (0.00s)
14:26:47 [2021-05-06T14:26:47.374Z]     external_test.go:408: runtime.GOOS == "windows"
14:26:47 [2021-05-06T14:26:47.374Z] PASS
14:26:47 [2021-05-06T14:26:47.374Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	0.219s
14:26:47 [2021-05-06T14:26:47.374Z] 
14:26:47 [2021-05-06T14:26:47.374Z] === Skipped
14:26:47 [2021-05-06T14:26:47.374Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
14:26:47 [2021-05-06T14:26:47.374Z]     external_test.go:48: runtime.GOOS == "windows"
14:26:47 [2021-05-06T14:26:47.374Z] 
14:26:47 [2021-05-06T14:26:47.374Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s)
14:26:47 [2021-05-06T14:26:47.374Z]     external_test.go:408: runtime.GOOS == "windows"
14:26:47 [2021-05-06T14:26:47.374Z] 
14:26:47 [2021-05-06T14:26:47.374Z] 
14:26:47 [2021-05-06T14:26:47.374Z] DONE 2 tests, 2 skipped in 3.223s
14:26:47 [2021-05-06T14:26:47.374Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging
14:26:47 [2021-05-06T14:26:47.819Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
14:26:49 [2021-05-06T14:26:49.556Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:26:49 [2021-05-06T14:26:49.556Z] INFO: Testing against a local daemon
14:26:49 [2021-05-06T14:26:49.556Z] === RUN   TestReadPluginNoRead
14:26:49 [2021-05-06T14:26:49.556Z] --- SKIP: TestReadPluginNoRead (0.00s)
14:26:49 [2021-05-06T14:26:49.556Z]     read_test.go:21: no unix domain sockets on Windows
14:26:49 [2021-05-06T14:26:49.556Z] PASS
14:26:49 [2021-05-06T14:26:49.556Z] ok  	github.com/docker/docker/integration/plugin/logging	0.152s
14:26:49 [2021-05-06T14:26:49.556Z] 
14:26:49 [2021-05-06T14:26:49.556Z] === Skipped
14:26:49 [2021-05-06T14:26:49.556Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
14:26:49 [2021-05-06T14:26:49.556Z]     read_test.go:21: no unix domain sockets on Windows
14:26:49 [2021-05-06T14:26:49.556Z] 
14:26:49 [2021-05-06T14:26:49.556Z] 
14:26:49 [2021-05-06T14:26:49.556Z] DONE 1 tests, 1 skipped in 2.485s
14:26:49 [2021-05-06T14:26:49.556Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard
14:26:51 [2021-05-06T14:26:51.096Z] testing: warning: no tests to run
14:26:51 [2021-05-06T14:26:51.096Z] PASS
14:26:51 [2021-05-06T14:26:51.096Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	0.089s
14:26:51 [2021-05-06T14:26:51.096Z] 
14:26:51 [2021-05-06T14:26:51.096Z] DONE 0 tests in 1.333s
14:26:51 [2021-05-06T14:26:51.096Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes
14:26:51 [2021-05-06T14:26:51.117Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
14:26:52 [2021-05-06T14:26:52.057Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
14:26:53 [2021-05-06T14:26:53.001Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
14:26:53 [2021-05-06T14:26:53.280Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:26:53 [2021-05-06T14:26:53.280Z] INFO: Testing against a local daemon
14:26:53 [2021-05-06T14:26:53.280Z] === RUN   TestPluginWithDevMounts
14:26:53 [2021-05-06T14:26:53.280Z] --- SKIP: TestPluginWithDevMounts (0.00s)
14:26:53 [2021-05-06T14:26:53.280Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
14:26:53 [2021-05-06T14:26:53.280Z] PASS
14:26:53 [2021-05-06T14:26:53.280Z] ok  	github.com/docker/docker/integration/plugin/volumes	0.188s
14:26:53 [2021-05-06T14:26:53.740Z] 
14:26:53 [2021-05-06T14:26:53.740Z] === Skipped
14:26:53 [2021-05-06T14:26:53.740Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
14:26:53 [2021-05-06T14:26:53.740Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
14:26:53 [2021-05-06T14:26:53.740Z] 
14:26:53 [2021-05-06T14:26:53.740Z] 
14:26:53 [2021-05-06T14:26:53.740Z] DONE 1 tests, 1 skipped in 2.552s
14:26:53 [2021-05-06T14:26:53.740Z] Running D:\gopath\src\github.com\docker\docker\integration\secret
14:26:54 [2021-05-06T14:26:54.383Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
14:26:55 [2021-05-06T14:26:55.930Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:26:55 [2021-05-06T14:26:55.930Z] INFO: Testing against a local daemon
14:26:55 [2021-05-06T14:26:55.930Z] === RUN   TestSecretInspect
14:26:55 [2021-05-06T14:26:55.930Z] --- SKIP: TestSecretInspect (0.00s)
14:26:55 [2021-05-06T14:26:55.930Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
14:26:55 [2021-05-06T14:26:55.930Z] === RUN   TestSecretList
14:26:55 [2021-05-06T14:26:55.930Z] --- SKIP: TestSecretList (0.00s)
14:26:55 [2021-05-06T14:26:55.930Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
14:26:55 [2021-05-06T14:26:55.930Z] === RUN   TestSecretsCreateAndDelete
14:26:55 [2021-05-06T14:26:55.930Z] --- SKIP: TestSecretsCreateAndDelete (0.00s)
14:26:55 [2021-05-06T14:26:55.930Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
14:26:55 [2021-05-06T14:26:55.930Z] === RUN   TestSecretsUpdate
14:26:55 [2021-05-06T14:26:55.930Z] --- SKIP: TestSecretsUpdate (0.00s)
14:26:55 [2021-05-06T14:26:55.930Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
14:26:55 [2021-05-06T14:26:55.930Z] === RUN   TestTemplatedSecret
14:26:55 [2021-05-06T14:26:55.930Z] --- SKIP: TestTemplatedSecret (0.00s)
14:26:55 [2021-05-06T14:26:55.930Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
14:26:55 [2021-05-06T14:26:55.931Z] === RUN   TestSecretCreateResolve
14:26:55 [2021-05-06T14:26:55.931Z] --- SKIP: TestSecretCreateResolve (0.00s)
14:26:55 [2021-05-06T14:26:55.931Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
14:26:55 [2021-05-06T14:26:55.931Z] PASS
14:26:55 [2021-05-06T14:26:55.931Z] ok  	github.com/docker/docker/integration/secret	0.196s
14:26:55 [2021-05-06T14:26:55.931Z] 
14:26:55 [2021-05-06T14:26:55.931Z] === Skipped
14:26:55 [2021-05-06T14:26:55.931Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s)
14:26:55 [2021-05-06T14:26:55.931Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
14:26:55 [2021-05-06T14:26:55.931Z] 
14:26:55 [2021-05-06T14:26:55.931Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s)
14:26:55 [2021-05-06T14:26:55.931Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
14:26:55 [2021-05-06T14:26:55.931Z] 
14:26:55 [2021-05-06T14:26:55.931Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s)
14:26:55 [2021-05-06T14:26:55.931Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
14:26:55 [2021-05-06T14:26:55.931Z] 
14:26:55 [2021-05-06T14:26:55.931Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s)
14:26:55 [2021-05-06T14:26:55.931Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
14:26:55 [2021-05-06T14:26:55.931Z] 
14:26:55 [2021-05-06T14:26:55.931Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s)
14:26:55 [2021-05-06T14:26:55.931Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
14:26:55 [2021-05-06T14:26:55.931Z] 
14:26:55 [2021-05-06T14:26:55.931Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s)
14:26:55 [2021-05-06T14:26:55.931Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
14:26:55 [2021-05-06T14:26:55.931Z] 
14:26:55 [2021-05-06T14:26:55.931Z] 
14:26:55 [2021-05-06T14:26:55.931Z] DONE 6 tests, 6 skipped in 2.155s
14:26:55 [2021-05-06T14:26:55.931Z] Running D:\gopath\src\github.com\docker\docker\integration\service
14:26:56 [2021-05-06T14:26:56.294Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
14:26:57 [2021-05-06T14:26:57.677Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
14:26:58 [2021-05-06T14:26:58.618Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
14:26:58 [2021-05-06T14:26:58.843Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:26:58 [2021-05-06T14:26:58.843Z] INFO: Testing against a local daemon
14:26:58 [2021-05-06T14:26:58.843Z] === RUN   TestServiceCreateInit
14:26:58 [2021-05-06T14:26:58.843Z] === RUN   TestServiceCreateInit/daemonInitDisabled
14:26:58 [2021-05-06T14:26:58.843Z] === RUN   TestServiceCreateInit/daemonInitEnabled
14:26:58 [2021-05-06T14:26:58.843Z] --- PASS: TestServiceCreateInit (0.05s)
14:26:58 [2021-05-06T14:26:58.843Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] === RUN   TestCreateServiceMultipleTimes
14:26:58 [2021-05-06T14:26:58.843Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] === RUN   TestCreateServiceConflict
14:26:58 [2021-05-06T14:26:58.843Z] --- SKIP: TestCreateServiceConflict (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] === RUN   TestCreateServiceMaxReplicas
14:26:58 [2021-05-06T14:26:58.843Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s)
14:26:58 [2021-05-06T14:26:58.843Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] === RUN   TestCreateWithDuplicateNetworkNames
14:26:58 [2021-05-06T14:26:58.843Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] === RUN   TestCreateServiceSecretFileMode
14:26:58 [2021-05-06T14:26:58.843Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] === RUN   TestCreateServiceConfigFileMode
14:26:58 [2021-05-06T14:26:58.843Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] === RUN   TestCreateServiceSysctls
14:26:58 [2021-05-06T14:26:58.843Z] --- SKIP: TestCreateServiceSysctls (0.03s)
14:26:58 [2021-05-06T14:26:58.843Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] === RUN   TestCreateServiceCapabilities
14:26:58 [2021-05-06T14:26:58.843Z] --- SKIP: TestCreateServiceCapabilities (0.03s)
14:26:58 [2021-05-06T14:26:58.843Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] === RUN   TestInspect
14:26:58 [2021-05-06T14:26:58.843Z] --- SKIP: TestInspect (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] === RUN   TestCreateJob
14:26:58 [2021-05-06T14:26:58.843Z] --- SKIP: TestCreateJob (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] === RUN   TestReplicatedJob
14:26:58 [2021-05-06T14:26:58.843Z] --- SKIP: TestReplicatedJob (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] === RUN   TestUpdateReplicatedJob
14:26:58 [2021-05-06T14:26:58.843Z] --- SKIP: TestUpdateReplicatedJob (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] === RUN   TestServiceListWithStatuses
14:26:58 [2021-05-06T14:26:58.843Z] --- SKIP: TestServiceListWithStatuses (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] === RUN   TestDockerNetworkConnectAlias
14:26:58 [2021-05-06T14:26:58.843Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] === RUN   TestDockerNetworkReConnect
14:26:58 [2021-05-06T14:26:58.843Z] --- SKIP: TestDockerNetworkReConnect (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] === RUN   TestServicePlugin
14:26:58 [2021-05-06T14:26:58.843Z] --- SKIP: TestServicePlugin (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] === RUN   TestServiceUpdateLabel
14:26:58 [2021-05-06T14:26:58.843Z] --- SKIP: TestServiceUpdateLabel (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
14:26:58 [2021-05-06T14:26:58.843Z] === RUN   TestServiceUpdateSecrets
14:26:58 [2021-05-06T14:26:58.843Z] --- SKIP: TestServiceUpdateSecrets (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
14:26:58 [2021-05-06T14:26:58.843Z] === RUN   TestServiceUpdateConfigs
14:26:58 [2021-05-06T14:26:58.843Z] --- SKIP: TestServiceUpdateConfigs (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
14:26:58 [2021-05-06T14:26:58.843Z] === RUN   TestServiceUpdateNetwork
14:26:58 [2021-05-06T14:26:58.843Z] --- SKIP: TestServiceUpdateNetwork (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
14:26:58 [2021-05-06T14:26:58.843Z] === RUN   TestServiceUpdatePidsLimit
14:26:58 [2021-05-06T14:26:58.843Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
14:26:58 [2021-05-06T14:26:58.843Z] PASS
14:26:58 [2021-05-06T14:26:58.843Z] ok  	github.com/docker/docker/integration/service	0.348s
14:26:58 [2021-05-06T14:26:58.843Z] 
14:26:58 [2021-05-06T14:26:58.843Z] === Skipped
14:26:58 [2021-05-06T14:26:58.843Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] 
14:26:58 [2021-05-06T14:26:58.843Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] 
14:26:58 [2021-05-06T14:26:58.843Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] 
14:26:58 [2021-05-06T14:26:58.843Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] 
14:26:58 [2021-05-06T14:26:58.843Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s)
14:26:58 [2021-05-06T14:26:58.843Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] 
14:26:58 [2021-05-06T14:26:58.843Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] 
14:26:58 [2021-05-06T14:26:58.843Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] 
14:26:58 [2021-05-06T14:26:58.843Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] 
14:26:58 [2021-05-06T14:26:58.843Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s)
14:26:58 [2021-05-06T14:26:58.843Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] 
14:26:58 [2021-05-06T14:26:58.843Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s)
14:26:58 [2021-05-06T14:26:58.843Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] 
14:26:58 [2021-05-06T14:26:58.843Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] 
14:26:58 [2021-05-06T14:26:58.843Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] 
14:26:58 [2021-05-06T14:26:58.843Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] 
14:26:58 [2021-05-06T14:26:58.843Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] 
14:26:58 [2021-05-06T14:26:58.843Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] 
14:26:58 [2021-05-06T14:26:58.843Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] 
14:26:58 [2021-05-06T14:26:58.843Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] 
14:26:58 [2021-05-06T14:26:58.843Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
14:26:58 [2021-05-06T14:26:58.843Z] 
14:26:58 [2021-05-06T14:26:58.843Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
14:26:58 [2021-05-06T14:26:58.843Z] 
14:26:58 [2021-05-06T14:26:58.843Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
14:26:58 [2021-05-06T14:26:58.843Z] 
14:26:58 [2021-05-06T14:26:58.843Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
14:26:58 [2021-05-06T14:26:58.843Z] 
14:26:58 [2021-05-06T14:26:58.843Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
14:26:58 [2021-05-06T14:26:58.843Z] 
14:26:58 [2021-05-06T14:26:58.843Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s)
14:26:58 [2021-05-06T14:26:58.843Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
14:26:58 [2021-05-06T14:26:58.843Z] 
14:26:58 [2021-05-06T14:26:58.843Z] 
14:26:58 [2021-05-06T14:26:58.843Z] DONE 24 tests, 23 skipped in 2.947s
14:26:58 [2021-05-06T14:26:58.843Z] Running D:\gopath\src\github.com\docker\docker\integration\session
14:27:00 [2021-05-06T14:27:00.001Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
14:27:01 [2021-05-06T14:27:01.028Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:27:01 [2021-05-06T14:27:01.028Z] INFO: Testing against a local daemon
14:27:01 [2021-05-06T14:27:01.028Z] === RUN   TestSessionCreate
14:27:01 [2021-05-06T14:27:01.028Z] --- SKIP: TestSessionCreate (0.00s)
14:27:01 [2021-05-06T14:27:01.028Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
14:27:01 [2021-05-06T14:27:01.028Z] === RUN   TestSessionCreateWithBadUpgrade
14:27:01 [2021-05-06T14:27:01.028Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s)
14:27:01 [2021-05-06T14:27:01.028Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
14:27:01 [2021-05-06T14:27:01.028Z] PASS
14:27:01 [2021-05-06T14:27:01.028Z] ok  	github.com/docker/docker/integration/session	0.236s
14:27:01 [2021-05-06T14:27:01.028Z] 
14:27:01 [2021-05-06T14:27:01.028Z] === Skipped
14:27:01 [2021-05-06T14:27:01.028Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s)
14:27:01 [2021-05-06T14:27:01.028Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
14:27:01 [2021-05-06T14:27:01.028Z] 
14:27:01 [2021-05-06T14:27:01.028Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s)
14:27:01 [2021-05-06T14:27:01.028Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
14:27:01 [2021-05-06T14:27:01.028Z] 
14:27:01 [2021-05-06T14:27:01.028Z] 
14:27:01 [2021-05-06T14:27:01.028Z] DONE 2 tests, 2 skipped in 2.232s
14:27:01 [2021-05-06T14:27:01.028Z] Running D:\gopath\src\github.com\docker\docker\integration\system
14:27:02 [2021-05-06T14:27:02.548Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
14:27:03 [2021-05-06T14:27:03.213Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:27:03 [2021-05-06T14:27:03.213Z] INFO: Testing against a local daemon
14:27:03 [2021-05-06T14:27:03.213Z] === RUN   TestCgroupDriverSystemdMemoryLimit
14:27:03 [2021-05-06T14:27:03.213Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
14:27:03 [2021-05-06T14:27:03.213Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
14:27:03 [2021-05-06T14:27:03.213Z] === RUN   TestEventsExecDie
14:27:03 [2021-05-06T14:27:03.213Z] --- SKIP: TestEventsExecDie (0.00s)
14:27:03 [2021-05-06T14:27:03.213Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
14:27:03 [2021-05-06T14:27:03.213Z] === RUN   TestEventsBackwardsCompatible
14:27:03 [2021-05-06T14:27:03.213Z] --- SKIP: TestEventsBackwardsCompatible (0.00s)
14:27:03 [2021-05-06T14:27:03.213Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
14:27:03 [2021-05-06T14:27:03.213Z] === RUN   TestInfoAPI
14:27:03 [2021-05-06T14:27:03.213Z] --- PASS: TestInfoAPI (0.04s)
14:27:03 [2021-05-06T14:27:03.213Z] === RUN   TestInfoAPIWarnings
14:27:03 [2021-05-06T14:27:03.213Z] --- SKIP: TestInfoAPIWarnings (0.00s)
14:27:03 [2021-05-06T14:27:03.213Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
14:27:03 [2021-05-06T14:27:03.213Z] === RUN   TestInfoDebug
14:27:03 [2021-05-06T14:27:03.213Z] --- SKIP: TestInfoDebug (0.00s)
14:27:03 [2021-05-06T14:27:03.213Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:27:03 [2021-05-06T14:27:03.213Z] === RUN   TestInfoInsecureRegistries
14:27:03 [2021-05-06T14:27:03.213Z] --- SKIP: TestInfoInsecureRegistries (0.00s)
14:27:03 [2021-05-06T14:27:03.213Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:27:03 [2021-05-06T14:27:03.213Z] === RUN   TestInfoRegistryMirrors
14:27:03 [2021-05-06T14:27:03.213Z] --- SKIP: TestInfoRegistryMirrors (0.00s)
14:27:03 [2021-05-06T14:27:03.213Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:27:03 [2021-05-06T14:27:03.213Z] === RUN   TestLoginFailsWithBadCredentials
14:27:04 [2021-05-06T14:27:04.186Z] --- PASS: TestLoginFailsWithBadCredentials (0.97s)
14:27:04 [2021-05-06T14:27:04.186Z] === RUN   TestPingCacheHeaders
14:27:04 [2021-05-06T14:27:04.186Z] --- PASS: TestPingCacheHeaders (0.03s)
14:27:04 [2021-05-06T14:27:04.186Z] === RUN   TestPingGet
14:27:04 [2021-05-06T14:27:04.186Z] --- PASS: TestPingGet (0.03s)
14:27:04 [2021-05-06T14:27:04.186Z] === RUN   TestPingHead
14:27:04 [2021-05-06T14:27:04.186Z] --- PASS: TestPingHead (0.03s)
14:27:04 [2021-05-06T14:27:04.186Z] === RUN   TestVersion
14:27:04 [2021-05-06T14:27:04.186Z] --- PASS: TestVersion (0.03s)
14:27:04 [2021-05-06T14:27:04.186Z] PASS
14:27:04 [2021-05-06T14:27:04.187Z] ok  	github.com/docker/docker/integration/system	1.280s
14:27:04 [2021-05-06T14:27:04.648Z] 
14:27:04 [2021-05-06T14:27:04.648Z] === Skipped
14:27:04 [2021-05-06T14:27:04.648Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s)
14:27:04 [2021-05-06T14:27:04.648Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
14:27:04 [2021-05-06T14:27:04.648Z] 
14:27:04 [2021-05-06T14:27:04.648Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s)
14:27:04 [2021-05-06T14:27:04.648Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
14:27:04 [2021-05-06T14:27:04.648Z] 
14:27:04 [2021-05-06T14:27:04.648Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s)
14:27:04 [2021-05-06T14:27:04.648Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
14:27:04 [2021-05-06T14:27:04.648Z] 
14:27:04 [2021-05-06T14:27:04.648Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s)
14:27:04 [2021-05-06T14:27:04.648Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
14:27:04 [2021-05-06T14:27:04.648Z] 
14:27:04 [2021-05-06T14:27:04.648Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s)
14:27:04 [2021-05-06T14:27:04.648Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:27:04 [2021-05-06T14:27:04.648Z] 
14:27:04 [2021-05-06T14:27:04.648Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s)
14:27:04 [2021-05-06T14:27:04.648Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:27:04 [2021-05-06T14:27:04.648Z] 
14:27:04 [2021-05-06T14:27:04.648Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s)
14:27:04 [2021-05-06T14:27:04.648Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:27:04 [2021-05-06T14:27:04.648Z] 
14:27:04 [2021-05-06T14:27:04.648Z] 
14:27:04 [2021-05-06T14:27:04.648Z] DONE 13 tests, 7 skipped in 3.368s
14:27:04 [2021-05-06T14:27:04.648Z] Running D:\gopath\src\github.com\docker\docker\integration\volume
14:27:05 [2021-05-06T14:27:05.851Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
14:27:06 [2021-05-06T14:27:06.792Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
14:27:06 [2021-05-06T14:27:06.831Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:27:06 [2021-05-06T14:27:06.831Z] INFO: Testing against a local daemon
14:27:06 [2021-05-06T14:27:06.831Z] === RUN   TestVolumesCreateAndList
14:27:06 [2021-05-06T14:27:06.831Z] --- PASS: TestVolumesCreateAndList (0.06s)
14:27:06 [2021-05-06T14:27:06.831Z] === RUN   TestVolumesRemove
14:27:06 [2021-05-06T14:27:06.831Z] --- PASS: TestVolumesRemove (0.10s)
14:27:06 [2021-05-06T14:27:06.831Z] === RUN   TestVolumesInspect
14:27:06 [2021-05-06T14:27:06.831Z] --- PASS: TestVolumesInspect (0.04s)
14:27:06 [2021-05-06T14:27:06.831Z] === RUN   TestVolumesInvalidJSON
14:27:06 [2021-05-06T14:27:06.831Z] === RUN   TestVolumesInvalidJSON//volumes/create
14:27:06 [2021-05-06T14:27:06.831Z] === PAUSE TestVolumesInvalidJSON//volumes/create
14:27:06 [2021-05-06T14:27:06.831Z] === CONT  TestVolumesInvalidJSON//volumes/create
14:27:06 [2021-05-06T14:27:06.831Z] --- PASS: TestVolumesInvalidJSON (0.02s)
14:27:06 [2021-05-06T14:27:06.831Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
14:27:06 [2021-05-06T14:27:06.831Z] PASS
14:27:06 [2021-05-06T14:27:06.831Z] ok  	github.com/docker/docker/integration/volume	0.422s
14:27:07 [2021-05-06T14:27:07.291Z] 
14:27:07 [2021-05-06T14:27:07.291Z] DONE 5 tests in 2.536s
14:27:07 [2021-05-06T14:27:07.291Z] INFO: make.ps1 ended at 05/06/2021 14:27:06
14:27:07 [2021-05-06T14:27:07.291Z] INFO: Integration CLI tests being run from the host:
14:27:07 [2021-05-06T14:27:07.291Z] 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" 
14:27:10 [2021-05-06T14:27:10.088Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
14:27:11 [2021-05-06T14:27:11.028Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
14:27:11 [2021-05-06T14:27:11.287Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
14:27:12 [2021-05-06T14:27:12.672Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
14:27:13 [2021-05-06T14:27:13.612Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
14:27:14 [2021-05-06T14:27:14.995Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
14:27:15 [2021-05-06T14:27:15.872Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:27:15 [2021-05-06T14:27:15.872Z] INFO: Testing against a local daemon
14:27:15 [2021-05-06T14:27:15.872Z] === RUN   TestDockerSuite
14:27:15 [2021-05-06T14:27:15.872Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
14:27:15 [2021-05-06T14:27:15.872Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
14:27:15 [2021-05-06T14:27:15.872Z] === RUN   TestDockerSuite/TestAPIErrorJSON
14:27:15 [2021-05-06T14:27:15.872Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
14:27:15 [2021-05-06T14:27:15.872Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
14:27:15 [2021-05-06T14:27:15.872Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
14:27:15 [2021-05-06T14:27:15.872Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
14:27:15 [2021-05-06T14:27:15.872Z] === RUN   TestDockerSuite/TestAPIImagesDelete
14:27:16 [2021-05-06T14:27:16.332Z] === RUN   TestDockerSuite/TestAPIImagesFilter
14:27:16 [2021-05-06T14:27:16.792Z] === RUN   TestDockerSuite/TestAPIImagesHistory
14:27:17 [2021-05-06T14:27:17.253Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
14:27:17 [2021-05-06T14:27:17.713Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
14:27:18 [2021-05-06T14:27:18.296Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
14:27:18 [2021-05-06T14:27:18.557Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
14:27:19 [2021-05-06T14:27:19.941Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
14:27:20 [2021-05-06T14:27:20.201Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
14:27:20 [2021-05-06T14:27:20.201Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
14:27:20 [2021-05-06T14:27:20.772Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
14:27:20 [2021-05-06T14:27:20.772Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
14:27:21 [2021-05-06T14:27:21.343Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
14:27:21 [2021-05-06T14:27:21.343Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
14:27:22 [2021-05-06T14:27:22.726Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
14:27:24 [2021-05-06T14:27:24.635Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
14:27:26 [2021-05-06T14:27:26.031Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
14:27:27 [2021-05-06T14:27:27.415Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
14:27:28 [2021-05-06T14:27:28.355Z] === RUN   TestDockerRegistrySuite/TestV2Only
14:27:29 [2021-05-06T14:27:29.295Z] --- PASS: TestDockerRegistrySuite (57.25s)
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.72s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d14413e3a7997] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.41s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d99704a2338b1] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.60s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d7abb02ee451e] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d18933ec02a1f] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.13s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d368086e8ee38] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.69s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d20a219c8d2c4] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.81s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d22a516482ab5] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.32s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d03a358946f69] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.18s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d95f50cdcc347] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.43s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [deb95b96539f4] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.54s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d0a82496585a0] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.44s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d452d807baeab] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.19s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d82734c9d80fa] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.29s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d25b671589572] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.69s)
14:27:29 [2021-05-06T14:27:29.295Z]         docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:3135ac31cd18815ba4d4f7c17f52d5d37318d92bf1563b8f724a7c4c0eccb455
14:27:29 [2021-05-06T14:27:29.295Z]         docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:87734e1bab9862ad235d89b9c0fbb58767919d542f89422b583b05e420db093a
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d3d6c6e77c062] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.68s)
14:27:29 [2021-05-06T14:27:29.295Z]         docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:b188c25a35a6c3ecaeca668b978a59e91e2f9aee857c048d56d573fc2e7771cb
14:27:29 [2021-05-06T14:27:29.295Z]         docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:a8b512713e1b27809bdf05e509e3023724c7aa7ad2779e16977654bf54821c6e
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d64fd7ad33c48] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.40s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d4a31bee943d1] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.98s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d0cc5f93237bd] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.43s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [df39863f2d066] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d184d3e57d6ec] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.23s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d0926c89984e2] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.15s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d029a00d5a8e4] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.15s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d424b0e0d021e] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.26s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d95d33ec10ce5] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.41s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d4fc253ef6ac7] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.31s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [df63b240ba2bd] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.42s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d539d2ee37f0c] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d1b5ce8298264] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.30s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d7f6a4f8389b3] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.26s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d8e41e0f48c69] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [dab1f14df793f] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [db21e4c2878b0] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.38s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d67451584b381] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.99s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [db9d64ec30dfc] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.17s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d520f3420772c] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.38s)
14:27:29 [2021-05-06T14:27:29.295Z]         check_test.go:196: [d3d7b87494b70] daemon is not started
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.09s)
14:27:29 [2021-05-06T14:27:29.295Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.91s)
14:27:29 [2021-05-06T14:27:29.295Z] === RUN   TestDockerSchema1RegistrySuite
14:27:29 [2021-05-06T14:27:29.295Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
14:27:29 [2021-05-06T14:27:29.555Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
14:27:33 [2021-05-06T14:27:33.756Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
14:27:39 [2021-05-06T14:27:39.037Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
14:27:40 [2021-05-06T14:27:40.420Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
14:27:43 [2021-05-06T14:27:43.719Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
14:27:44 [2021-05-06T14:27:44.659Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
14:27:46 [2021-05-06T14:27:46.042Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
14:27:46 [2021-05-06T14:27:46.042Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
14:27:47 [2021-05-06T14:27:47.425Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
14:27:48 [2021-05-06T14:27:48.367Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
14:27:49 [2021-05-06T14:27:49.750Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
14:27:53 [2021-05-06T14:27:53.054Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
14:27:53 [2021-05-06T14:27:53.626Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
14:27:53 [2021-05-06T14:27:53.885Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
14:27:53 [2021-05-06T14:27:53.885Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
14:27:54 [2021-05-06T14:27:54.145Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
14:27:54 [2021-05-06T14:27:54.406Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
14:27:54 [2021-05-06T14:27:54.665Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
14:27:55 [2021-05-06T14:27:55.236Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
14:27:55 [2021-05-06T14:27:55.236Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
14:27:55 [2021-05-06T14:27:55.236Z] --- PASS: TestDockerSchema1RegistrySuite (25.96s)
14:27:55 [2021-05-06T14:27:55.236Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.26s)
14:27:55 [2021-05-06T14:27:55.236Z]         check_test.go:223: [dcceef73b82ac] daemon is not started
14:27:55 [2021-05-06T14:27:55.236Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.70s)
14:27:55 [2021-05-06T14:27:55.236Z]         check_test.go:223: [d221f735f4241] daemon is not started
14:27:55 [2021-05-06T14:27:55.236Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.64s)
14:27:55 [2021-05-06T14:27:55.236Z]         check_test.go:223: [d37d6201ef703] daemon is not started
14:27:55 [2021-05-06T14:27:55.236Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.44s)
14:27:55 [2021-05-06T14:27:55.236Z]         check_test.go:223: [d53762346cdb1] daemon is not started
14:27:55 [2021-05-06T14:27:55.236Z]     --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.28s)
14:27:55 [2021-05-06T14:27:55.236Z]         check_test.go:223: [d95514f522554] daemon is not started
14:27:55 [2021-05-06T14:27:55.236Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.27s)
14:27:55 [2021-05-06T14:27:55.236Z]         check_test.go:223: [dc3cfb97d5230] daemon is not started
14:27:55 [2021-05-06T14:27:55.236Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s)
14:27:55 [2021-05-06T14:27:55.236Z]         check_test.go:223: [d4ec8b63e3117] daemon is not started
14:27:55 [2021-05-06T14:27:55.236Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.28s)
14:27:55 [2021-05-06T14:27:55.236Z]         check_test.go:223: [d7e2c766ba034] daemon is not started
14:27:55 [2021-05-06T14:27:55.236Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.16s)
14:27:55 [2021-05-06T14:27:55.236Z]         check_test.go:223: [dcab95f56a277] daemon is not started
14:27:55 [2021-05-06T14:27:55.236Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.15s)
14:27:55 [2021-05-06T14:27:55.236Z]         check_test.go:223: [d2873327bb2ef] daemon is not started
14:27:55 [2021-05-06T14:27:55.236Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.42s)
14:27:55 [2021-05-06T14:27:55.236Z]         check_test.go:223: [dd6f0d2b10d1d] daemon is not started
14:27:55 [2021-05-06T14:27:55.236Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.45s)
14:27:55 [2021-05-06T14:27:55.236Z]         check_test.go:223: [d7bffc0ffcc48] daemon is not started
14:27:55 [2021-05-06T14:27:55.236Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.49s)
14:27:55 [2021-05-06T14:27:55.236Z]         check_test.go:223: [d00375f45e318] daemon is not started
14:27:55 [2021-05-06T14:27:55.236Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s)
14:27:55 [2021-05-06T14:27:55.236Z]         check_test.go:223: [dc1b19d42d428] daemon is not started
14:27:55 [2021-05-06T14:27:55.236Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.32s)
14:27:55 [2021-05-06T14:27:55.236Z]         check_test.go:223: [d2b4e92bdb7b4] daemon is not started
14:27:55 [2021-05-06T14:27:55.237Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.33s)
14:27:55 [2021-05-06T14:27:55.237Z]         check_test.go:223: [d70f0bc150a4d] daemon is not started
14:27:55 [2021-05-06T14:27:55.237Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.38s)
14:27:55 [2021-05-06T14:27:55.237Z]         check_test.go:223: [d04baf1448af3] daemon is not started
14:27:55 [2021-05-06T14:27:55.237Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.13s)
14:27:55 [2021-05-06T14:27:55.237Z]         check_test.go:223: [d9355dfa0e6c5] daemon is not started
14:27:55 [2021-05-06T14:27:55.237Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
14:27:55 [2021-05-06T14:27:55.237Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
14:27:55 [2021-05-06T14:27:55.237Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
14:27:55 [2021-05-06T14:27:55.497Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
14:27:55 [2021-05-06T14:27:55.757Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
14:27:56 [2021-05-06T14:27:56.329Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
14:27:56 [2021-05-06T14:27:56.590Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
14:27:56 [2021-05-06T14:27:56.850Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
14:27:57 [2021-05-06T14:27:57.112Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
14:27:58 [2021-05-06T14:27:58.495Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
14:27:58 [2021-05-06T14:27:58.755Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
14:27:59 [2021-05-06T14:27:59.018Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
14:27:59 [2021-05-06T14:27:59.279Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
14:27:59 [2021-05-06T14:27:59.849Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
14:28:00 [2021-05-06T14:28:00.109Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.85s)
14:28:00 [2021-05-06T14:28:00.109Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (1.06s)
14:28:00 [2021-05-06T14:28:00.109Z]         check_test.go:252: [d1b30a33bfd8a] daemon is not started
14:28:00 [2021-05-06T14:28:00.109Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.58s)
14:28:00 [2021-05-06T14:28:00.109Z]         check_test.go:252: [d8735cb7b36ba] daemon is not started
14:28:00 [2021-05-06T14:28:00.109Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s)
14:28:00 [2021-05-06T14:28:00.109Z]         check_test.go:252: [d32e4ad275255] daemon is not started
14:28:00 [2021-05-06T14:28:00.109Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.52s)
14:28:00 [2021-05-06T14:28:00.109Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s)
14:28:00 [2021-05-06T14:28:00.109Z]         check_test.go:252: [dac4e5c51b9bb] daemon is not started
14:28:00 [2021-05-06T14:28:00.109Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.47s)
14:28:00 [2021-05-06T14:28:00.109Z]         check_test.go:252: [d5d8445f5b501] daemon is not started
14:28:00 [2021-05-06T14:28:00.110Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.68s)
14:28:00 [2021-05-06T14:28:00.110Z]         check_test.go:252: [db1ff5d28e0a6] daemon is not started
14:28:00 [2021-05-06T14:28:00.110Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s)
14:28:00 [2021-05-06T14:28:00.110Z]         check_test.go:252: [d2999723ab6d4] daemon is not started
14:28:00 [2021-05-06T14:28:00.110Z] === RUN   TestDockerRegistryAuthTokenSuite
14:28:00 [2021-05-06T14:28:00.110Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
14:28:03 [2021-05-06T14:28:03.418Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
14:28:05 [2021-05-06T14:28:05.328Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
14:28:05 [2021-05-06T14:28:05.328Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
14:28:05 [2021-05-06T14:28:05.588Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
14:28:05 [2021-05-06T14:28:05.849Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
14:28:05 [2021-05-06T14:28:05.849Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
14:28:05 [2021-05-06T14:28:05.849Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.85s)
14:28:05 [2021-05-06T14:28:05.849Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s)
14:28:05 [2021-05-06T14:28:05.849Z]         check_test.go:279: [da28807f87018] daemon is not started
14:28:05 [2021-05-06T14:28:05.849Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.16s)
14:28:05 [2021-05-06T14:28:05.849Z]         check_test.go:279: [dd908bf2c5305] daemon is not started
14:28:05 [2021-05-06T14:28:05.849Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.17s)
14:28:05 [2021-05-06T14:28:05.849Z]         check_test.go:279: [d5912a737be0f] daemon is not started
14:28:05 [2021-05-06T14:28:05.849Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.18s)
14:28:05 [2021-05-06T14:28:05.849Z]         check_test.go:279: [d4875ca1a7039] daemon is not started
14:28:05 [2021-05-06T14:28:05.849Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.18s)
14:28:05 [2021-05-06T14:28:05.849Z]         check_test.go:279: [de04c1549facb] daemon is not started
14:28:05 [2021-05-06T14:28:05.849Z] === RUN   TestDockerNetworkSuite
14:28:05 [2021-05-06T14:28:05.849Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
14:28:10 [2021-05-06T14:28:10.055Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
14:28:11 [2021-05-06T14:28:11.439Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
14:28:19 [2021-05-06T14:28:19.666Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
14:28:22 [2021-05-06T14:28:22.219Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
14:28:26 [2021-05-06T14:28:26.421Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
14:28:30 [2021-05-06T14:28:30.626Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
14:28:40 [2021-05-06T14:28:40.620Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
14:28:43 [2021-05-06T14:28:43.916Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
14:28:45 [2021-05-06T14:28:45.827Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
14:28:46 [2021-05-06T14:28:46.767Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
14:28:47 [2021-05-06T14:28:47.338Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
14:28:49 [2021-05-06T14:28:49.250Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
14:28:51 [2021-05-06T14:28:51.160Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
14:28:51 [2021-05-06T14:28:51.420Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
14:28:52 [2021-05-06T14:28:52.415Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
14:28:54 [2021-05-06T14:28:54.325Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
14:28:54 [2021-05-06T14:28:54.588Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
14:28:54 [2021-05-06T14:28:54.588Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
14:28:55 [2021-05-06T14:28:55.158Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
14:28:57 [2021-05-06T14:28:57.070Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
14:28:58 [2021-05-06T14:28:58.979Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
14:28:58 [2021-05-06T14:28:58.979Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
14:28:59 [2021-05-06T14:28:59.550Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
14:28:59 [2021-05-06T14:28:59.550Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
14:29:00 [2021-05-06T14:29:00.491Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
14:29:03 [2021-05-06T14:29:03.789Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
14:29:05 [2021-05-06T14:29:05.173Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
14:29:07 [2021-05-06T14:29:07.718Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
14:29:08 [2021-05-06T14:29:08.289Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
14:29:11 [2021-05-06T14:29:11.017Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
14:29:17 [2021-05-06T14:29:17.602Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
14:29:21 [2021-05-06T14:29:21.814Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
14:29:23 [2021-05-06T14:29:23.727Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
14:29:24 [2021-05-06T14:29:24.297Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
14:29:26 [2021-05-06T14:29:26.840Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
14:29:27 [2021-05-06T14:29:27.411Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
14:29:27 [2021-05-06T14:29:27.411Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
14:29:27 [2021-05-06T14:29:27.981Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
14:29:28 [2021-05-06T14:29:28.551Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
14:29:28 [2021-05-06T14:29:28.551Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
14:29:29 [2021-05-06T14:29:29.423Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
14:29:29 [2021-05-06T14:29:29.423Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
14:29:29 [2021-05-06T14:29:29.423Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
14:29:29 [2021-05-06T14:29:29.423Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
14:29:29 [2021-05-06T14:29:29.423Z] === RUN   TestDockerSuite/TestAPINetworkFilter
14:29:29 [2021-05-06T14:29:29.423Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
14:29:29 [2021-05-06T14:29:29.423Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
14:29:29 [2021-05-06T14:29:29.423Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
14:29:29 [2021-05-06T14:29:29.423Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
14:29:29 [2021-05-06T14:29:29.423Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
14:29:29 [2021-05-06T14:29:29.423Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
14:29:29 [2021-05-06T14:29:29.423Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
14:29:29 [2021-05-06T14:29:29.423Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
14:29:29 [2021-05-06T14:29:29.423Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
14:29:29 [2021-05-06T14:29:29.423Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
14:29:31 [2021-05-06T14:29:31.613Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
14:29:32 [2021-05-06T14:29:32.757Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
14:29:32 [2021-05-06T14:29:32.757Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
14:29:32 [2021-05-06T14:29:32.757Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
14:29:33 [2021-05-06T14:29:33.801Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
14:29:33 [2021-05-06T14:29:33.801Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
14:29:33 [2021-05-06T14:29:33.801Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
14:29:33 [2021-05-06T14:29:33.801Z] === RUN   TestDockerSuite/TestAttachDisconnect
14:29:33 [2021-05-06T14:29:33.801Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
14:29:34 [2021-05-06T14:29:34.141Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
14:29:37 [2021-05-06T14:29:37.553Z] === RUN   TestDockerSuite/TestAttachPausedContainer
14:29:37 [2021-05-06T14:29:37.553Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
14:29:37 [2021-05-06T14:29:37.553Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
14:29:40 [2021-05-06T14:29:40.726Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
14:29:42 [2021-05-06T14:29:42.113Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
14:29:43 [2021-05-06T14:29:43.366Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
14:29:46 [2021-05-06T14:29:46.318Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
14:29:46 [2021-05-06T14:29:46.318Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
14:29:47 [2021-05-06T14:29:47.702Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
14:29:51 [2021-05-06T14:29:51.010Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
14:29:51 [2021-05-06T14:29:51.010Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
14:29:52 [2021-05-06T14:29:52.394Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
14:29:53 [2021-05-06T14:29:53.335Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
14:29:55 [2021-05-06T14:29:55.249Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
14:29:56 [2021-05-06T14:29:56.192Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
14:29:59 [2021-05-06T14:29:59.498Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
14:30:00 [2021-05-06T14:30:00.882Z] --- PASS: TestDockerNetworkSuite (114.81s)
14:30:00 [2021-05-06T14:30:00.882Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (3.66s)
14:30:00 [2021-05-06T14:30:00.882Z]         docker_cli_network_unix_test.go:46: [da74a34b09318] daemon is not started
14:30:00 [2021-05-06T14:30:00.882Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.60s)
14:30:00 [2021-05-06T14:30:00.882Z]         docker_cli_network_unix_test.go:46: [dda778140e56d] daemon is not started
14:30:00 [2021-05-06T14:30:00.882Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (7.67s)
14:30:00 [2021-05-06T14:30:00.882Z]         docker_cli_network_unix_test.go:46: [d15a64ac6e88c] daemon is not started
14:30:00 [2021-05-06T14:30:00.882Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.94s)
14:30:00 [2021-05-06T14:30:00.882Z]         docker_cli_network_unix_test.go:46: [da703988f8341] daemon is not started
14:30:00 [2021-05-06T14:30:00.882Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (4.29s)
14:30:00 [2021-05-06T14:30:00.882Z]         docker_cli_network_unix_test.go:1233: [d931b43a0bb11] daemon is not started
14:30:00 [2021-05-06T14:30:00.882Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (4.05s)
14:30:00 [2021-05-06T14:30:00.882Z]         docker_cli_network_unix_test.go:46: [d863f32a0e01c] daemon is not started
14:30:00 [2021-05-06T14:30:00.882Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (10.06s)
14:30:00 [2021-05-06T14:30:00.882Z]         docker_cli_network_unix_test.go:46: [daa73a8121134] daemon is not started
14:30:00 [2021-05-06T14:30:00.882Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.84s)
14:30:00 [2021-05-06T14:30:00.882Z]         docker_cli_network_unix_test.go:46: [dc12bcdd05fc4] daemon is not started
14:30:00 [2021-05-06T14:30:00.882Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.91s)
14:30:00 [2021-05-06T14:30:00.882Z]         docker_cli_network_unix_test.go:46: [d45653bfeb4b2] daemon is not started
14:30:00 [2021-05-06T14:30:00.882Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.77s)
14:30:00 [2021-05-06T14:30:00.882Z]         docker_cli_network_unix_test.go:46: [d9454cd4d85f9] daemon is not started
14:30:00 [2021-05-06T14:30:00.882Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.63s)
14:30:00 [2021-05-06T14:30:00.882Z]         docker_cli_network_unix_test.go:46: [d2c3fbb3a0480] daemon is not started
14:30:00 [2021-05-06T14:30:00.882Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.65s)
14:30:00 [2021-05-06T14:30:00.882Z]         docker_cli_network_unix_test.go:46: [d58fc157b6e09] daemon is not started
14:30:00 [2021-05-06T14:30:00.882Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.86s)
14:30:00 [2021-05-06T14:30:00.882Z]         docker_cli_network_unix_test.go:46: [d38be6ee878ec] daemon is not started
14:30:00 [2021-05-06T14:30:00.882Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.49s)
14:30:00 [2021-05-06T14:30:00.882Z]         docker_cli_network_unix_test.go:46: [d67a1ce52b5bd] daemon is not started
14:30:00 [2021-05-06T14:30:00.882Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (1.01s)
14:30:00 [2021-05-06T14:30:00.882Z]         docker_cli_network_unix_test.go:46: [d9f10dc963f55] daemon is not started
14:30:00 [2021-05-06T14:30:00.882Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.76s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [dc85d99eeb0c1] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.53s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [deef8532b19a3] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.07s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [d5b68bb1c2662] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.57s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [db73e830c9a5e] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.64s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [d3bdba520aadd] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (2.04s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [dd6731b63668f] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.08s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [dfcd16c56ab39] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.49s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [da644b8c0deaf] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.10s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [d1c5de443b7c2] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (5.35s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:968: [d9c15a71862e0] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (3.39s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [d5c2dbe94b1dc] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (15.21s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:1116: [d5f8aac95e724] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.73s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [df3140184f6d3] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (2.66s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [d4d76709f8570] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.47s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [d2f340d5ed5a1] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.08s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [d8ad583a6408f] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.52s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [d47e6786072c1] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.46s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [d82e2a3593ee1] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [ddb247c76e726] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.11s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [dd0167de3d1cf] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [d93a7d679e81c] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [dd396ea78a24c] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.53s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [d1bab9368d362] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (5.85s)
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (6.10s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:1084: [df43edc886385] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.08s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [d429a79bc686b] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.51s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [d1598775bc7cb] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.78s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [db74a6bc5da3d] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.06s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [dec89340c4b4b] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.72s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [db3f7cbfec6de] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (1.00s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [d490d15e41b79] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (2.08s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [db3175a76d1f4] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.39s)
14:30:00 [2021-05-06T14:30:00.883Z]         docker_cli_network_unix_test.go:46: [d71d9635dd312] daemon is not started
14:30:00 [2021-05-06T14:30:00.883Z] === RUN   TestDockerHubPullSuite
14:30:00 [2021-05-06T14:30:00.883Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
14:30:02 [2021-05-06T14:30:02.266Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
14:30:02 [2021-05-06T14:30:02.526Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
14:30:05 [2021-05-06T14:30:05.070Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
14:30:05 [2021-05-06T14:30:05.641Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
14:30:05 [2021-05-06T14:30:05.900Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
14:30:06 [2021-05-06T14:30:06.846Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
14:30:06 [2021-05-06T14:30:06.846Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
14:30:07 [2021-05-06T14:30:07.107Z] --- PASS: TestDockerHubPullSuite (6.29s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.77s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.41s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.58s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.24s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.23s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s)
14:30:07 [2021-05-06T14:30:07.107Z] PASS
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === Skipped
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_sni_test.go:18: Flakey test
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
14:30:07 [2021-05-06T14:30:07.107Z] 
14:30:07 [2021-05-06T14:30:07.107Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
14:30:07 [2021-05-06T14:30:07.107Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
14:30:07 [2021-05-06T14:30:07.108Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
14:30:07 [2021-05-06T14:30:07.108Z] 
14:30:07 [2021-05-06T14:30:07.108Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
14:30:07 [2021-05-06T14:30:07.108Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
14:30:07 [2021-05-06T14:30:07.108Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
14:30:07 [2021-05-06T14:30:07.108Z] 
14:30:07 [2021-05-06T14:30:07.108Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
14:30:07 [2021-05-06T14:30:07.108Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
14:30:07 [2021-05-06T14:30:07.108Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
14:30:07 [2021-05-06T14:30:07.108Z] 
14:30:07 [2021-05-06T14:30:07.108Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
14:30:07 [2021-05-06T14:30:07.108Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
14:30:07 [2021-05-06T14:30:07.108Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
14:30:07 [2021-05-06T14:30:07.108Z] 
14:30:07 [2021-05-06T14:30:07.108Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
14:30:07 [2021-05-06T14:30:07.108Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
14:30:07 [2021-05-06T14:30:07.108Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
14:30:07 [2021-05-06T14:30:07.108Z] 
14:30:07 [2021-05-06T14:30:07.108Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s)
14:30:07 [2021-05-06T14:30:07.108Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s)
14:30:07 [2021-05-06T14:30:07.108Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
14:30:07 [2021-05-06T14:30:07.108Z] 
14:30:07 [2021-05-06T14:30:07.108Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
14:30:07 [2021-05-06T14:30:07.108Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
14:30:07 [2021-05-06T14:30:07.108Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
14:30:07 [2021-05-06T14:30:07.108Z] 
14:30:07 [2021-05-06T14:30:07.108Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
14:30:07 [2021-05-06T14:30:07.108Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
14:30:07 [2021-05-06T14:30:07.108Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
14:30:07 [2021-05-06T14:30:07.108Z] 
14:30:07 [2021-05-06T14:30:07.108Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
14:30:07 [2021-05-06T14:30:07.108Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
14:30:07 [2021-05-06T14:30:07.108Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
14:30:07 [2021-05-06T14:30:07.108Z] 
14:30:07 [2021-05-06T14:30:07.108Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
14:30:07 [2021-05-06T14:30:07.108Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
14:30:07 [2021-05-06T14:30:07.108Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
14:30:07 [2021-05-06T14:30:07.108Z] 
14:30:07 [2021-05-06T14:30:07.108Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s)
14:30:07 [2021-05-06T14:30:07.108Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s)
14:30:07 [2021-05-06T14:30:07.108Z]         docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
14:30:07 [2021-05-06T14:30:07.108Z] 
14:30:07 [2021-05-06T14:30:07.108Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
14:30:07 [2021-05-06T14:30:07.108Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
14:30:07 [2021-05-06T14:30:07.108Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
14:30:07 [2021-05-06T14:30:07.108Z]         docker_cli_network_unix_test.go:46: [dd396ea78a24c] daemon is not started
14:30:07 [2021-05-06T14:30:07.108Z] 
14:30:07 [2021-05-06T14:30:07.108Z] 
14:30:07 [2021-05-06T14:30:07.108Z] DONE 1273 tests, 51 skipped in 2226.463s
14:30:07 [2021-05-06T14:30:07.108Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
14:30:07 [2021-05-06T14:30:07.108Z] ++++ cat bundles/test-integration/docker.pid
14:30:07 [2021-05-06T14:30:07.108Z] +++ kill 8265
14:30:08 [2021-05-06T14:30:08.050Z] +++ /etc/init.d/apparmor stop
14:30:08 [2021-05-06T14:30:08.050Z] Leaving: AppArmorNo profiles have been unloaded.
14:30:08 [2021-05-06T14:30:08.050Z] 
14:30:08 [2021-05-06T14:30:08.050Z] Unloading profiles will leave already running processes permanently
14:30:08 [2021-05-06T14:30:08.050Z] unconfined, which can lead to unexpected situations.
14:30:08 [2021-05-06T14:30:08.050Z] 
14:30:08 [2021-05-06T14:30:08.050Z] To set a process to complain mode, use the command line tool
14:30:08 [2021-05-06T14:30:08.050Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
14:30:08 [2021-05-06T14:30:08.050Z] +++ true
14:30:08 [2021-05-06T14:30:08.050Z] exiting test-integration
14:30:08 [2021-05-06T14:30:08.050Z] ++ exit 0
14:30:08 [2021-05-06T14:30:08.050Z] 
14:30:08 [2021-05-06T14:30:08.622Z] + for job in $(jobs -p)
14:30:08 [2021-05-06T14:30:08.622Z] + wait 11367
14:30:12 [2021-05-06T14:30:12.826Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
14:30:18 [2021-05-06T14:30:18.109Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
14:30:21 [2021-05-06T14:30:21.475Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
14:30:24 [2021-05-06T14:30:24.017Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
14:30:27 [2021-05-06T14:30:27.315Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
14:30:30 [2021-05-06T14:30:30.619Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
14:30:33 [2021-05-06T14:30:33.917Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
14:30:36 [2021-05-06T14:30:36.457Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
14:31:32 [2021-05-06T14:31:32.707Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
14:31:39 [2021-05-06T14:31:39.896Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
14:31:39 [2021-05-06T14:31:39.896Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
14:31:39 [2021-05-06T14:31:39.896Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
14:31:39 [2021-05-06T14:31:39.896Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
14:31:43 [2021-05-06T14:31:43.646Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
14:31:44 [2021-05-06T14:31:44.106Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
14:31:44 [2021-05-06T14:31:44.106Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
14:31:44 [2021-05-06T14:31:44.106Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
14:31:44 [2021-05-06T14:31:44.106Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
14:31:44 [2021-05-06T14:31:44.106Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
14:31:45 [2021-05-06T14:31:45.077Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
14:31:47 [2021-05-06T14:31:47.599Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
14:31:48 [2021-05-06T14:31:48.821Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
14:31:50 [2021-05-06T14:31:50.362Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
14:31:50 [2021-05-06T14:31:50.362Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
14:31:50 [2021-05-06T14:31:50.362Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
14:31:50 [2021-05-06T14:31:50.362Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
14:31:53 [2021-05-06T14:31:53.276Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
14:32:05 [2021-05-06T14:32:05.690Z] === RUN   TestDockerSuite/TestBuildAddNonTar
14:32:05 [2021-05-06T14:32:05.700Z] --- PASS: TestDockerSwarmSuite (1768.33s)
14:32:05 [2021-05-06T14:32:05.700Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.61s)
14:32:05 [2021-05-06T14:32:05.700Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.61s)
14:32:05 [2021-05-06T14:32:05.700Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (6.75s)
14:32:05 [2021-05-06T14:32:05.700Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.33s)
14:32:05 [2021-05-06T14:32:05.700Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.18s)
14:32:05 [2021-05-06T14:32:05.700Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (34.09s)
14:32:05 [2021-05-06T14:32:05.700Z]         docker_api_swarm_test.go:562: [d55d352346f4f] joining swarm manager [d834d7f6dd126]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.700Z]         docker_api_swarm_test.go:584: [db1b46001ea31] joining swarm manager [d834d7f6dd126]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:32:05 [2021-05-06T14:32:05.700Z]         check_test.go:380: [d55d352346f4f] daemon is not started
14:32:05 [2021-05-06T14:32:05.700Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
14:32:05 [2021-05-06T14:32:05.700Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
14:32:05 [2021-05-06T14:32:05.700Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.53s)
14:32:05 [2021-05-06T14:32:05.700Z]         docker_api_swarm_test.go:45: [d13a3f6c8bd55] joining swarm manager [da2a090ced1ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.700Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.83s)
14:32:05 [2021-05-06T14:32:05.700Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.59s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (33.02s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_test.go:303: [d653a988b7a72] joining swarm manager [daa11234b7eaa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_test.go:304: [d21b0a75788b2] joining swarm manager [daa11234b7eaa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_test.go:350: Waiting for election to occur...
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_test.go:363: Waiting for possible election...
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.06s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_test.go:271: [d6cad2c992d8c] joining swarm manager [d1b290021832c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_test.go:272: [da84c3652c0b4] joining swarm manager [d1b290021832c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.43s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.95s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.96s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_node_test.go:19: [dd4c059beaea1] joining swarm manager [dd02add653c7c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_node_test.go:20: [d4c83374402e5] joining swarm manager [dd02add653c7c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (49.81s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_test.go:501: [d70c4eca68106] joining swarm manager [df9b8d6b023bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_test.go:506: [d33891496c954] joining swarm manager [df9b8d6b023bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (20.60s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_node_test.go:80: [d97893e6f6405] joining swarm manager [debc1adc5ee87]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.45s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_node_test.go:52: [d4f4ee7df433b] joining swarm manager [d5d73be9725d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_node_test.go:53: [d82827b400ab5] joining swarm manager [d5d73be9725d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.56s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (24.22s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_test.go:201: [d3a3f18709f15] joining swarm manager [d0005ad705076]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (63.56s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_test.go:383: [d221f9dd26223] joining swarm manager [dd4ee31975169]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_test.go:384: [df5fbcad6df11] joining swarm manager [dd4ee31975169]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:32:05 [2021-05-06T14:32:05.701Z]         check_test.go:380: [df5fbcad6df11] daemon is not started
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (66.17s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_test.go:801: [d99807df77678] joining swarm manager [deb8cad4378fe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_test.go:801: [d8754cfa3c766] joining swarm manager [deb8cad4378fe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_test.go:801: [d871134389a8c] joining swarm manager [deb8cad4378fe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_test.go:801: [d34bb011f1564] joining swarm manager [deb8cad4378fe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_test.go:809: [d66a41f8a32a0] joining swarm manager [deb8cad4378fe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.46s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (6.57s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (20.75s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_service_test.go:394: [d48e27d16ff7f] joining swarm manager [d3026f92cf5ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_service_test.go:394: [df055cb708704] joining swarm manager [d3026f92cf5ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (19.35s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_service_test.go:342: [dc264178ecdd1] joining swarm manager [d018335a7527d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_service_test.go:342: [da0e1709494ad] joining swarm manager [d018335a7527d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (17.64s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_service_test.go:489: [d6296b793b7bb] joining swarm manager [dd67afbcb0852]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_service_test.go:489: [d109ec50be1f4] joining swarm manager [dd67afbcb0852]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.52s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (30.46s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_service_test.go:127: [dd9a9f7f38c9c] joining swarm manager [d3f4b7cff455b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_service_test.go:128: [db3ff09b5ac93] joining swarm manager [d3f4b7cff455b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_service_test.go:136: [dd61267ac62c2] joining swarm manager [d3f4b7cff455b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_service_test.go:137: [d0b1254396371] joining swarm manager [d3f4b7cff455b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.60s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (24.67s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_service_test.go:303: [d89a5761779c8] joining swarm manager [d691afc98efa7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_service_test.go:303: [dfa5480038d3a] joining swarm manager [d691afc98efa7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (33.81s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_service_test.go:99: [dcf6662610072] joining swarm manager [d50219b9be25a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_service_test.go:100: [d5c2125120a06] joining swarm manager [d50219b9be25a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:32:05 [2021-05-06T14:32:05.701Z]         check_test.go:380: [dcf6662610072] daemon is not started
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (31.03s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_service_test.go:532: [d773af79e0178] joining swarm manager [d3ccd3fb1b157]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_service_test.go:533: [d54cccab5a188] joining swarm manager [d3ccd3fb1b157]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (43.95s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_service_test.go:147: [d11c405e35ff2] joining swarm manager [debc044d4b9b1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_service_test.go:147: [df6a92b6d982e] joining swarm manager [debc044d4b9b1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (34.96s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (6.46s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.82s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (4.74s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.35s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.49s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.60s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (5.32s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (5.06s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (25.34s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (10.64s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.49s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.19s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.11s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (4.10s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.91s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.82s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.78s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (4.42s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.97s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (5.29s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (7.64s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (6.72s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (14.38s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.13s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.54s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.74s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.49s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.82s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.53s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.55s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (14.50s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_cli_service_logs_test.go:245: checking task 0zbshqglu3w0
14:32:05 [2021-05-06T14:32:05.701Z]         docker_cli_service_logs_test.go:250: checking messages for 0zbshqglu3w0
14:32:05 [2021-05-06T14:32:05.701Z]         docker_cli_service_logs_test.go:245: checking task ygmooscdmauu
14:32:05 [2021-05-06T14:32:05.701Z]         docker_cli_service_logs_test.go:250: checking messages for ygmooscdmauu
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (2.64s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (21.06s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.85s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.97s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.77s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_cli_swarm_test.go:1901: [ddbf5cd0a1e86] joining swarm manager [d860907423c0d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.701Z]         docker_cli_swarm_test.go:1902: [dc2e98c154e40] joining swarm manager [d860907423c0d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.71s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.48s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.09s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (18.82s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_cli_swarm_test.go:1802: [d3c5aa1fefae5] joining swarm manager [d5837c8078aef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.701Z]         docker_cli_swarm_test.go:1803: [dca19a3b3b3c6] joining swarm manager [d5837c8078aef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.52s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (83.91s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_cli_swarm_test.go:1321: [dfd3e5b85548a] joining swarm manager [d7d99825a94bd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.701Z]         docker_cli_swarm_test.go:1322: [d437867027eee] joining swarm manager [d7d99825a94bd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.63s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (9.17s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (10.32s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.94s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (8.22s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.83s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.56s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.95s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.82s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.87s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.79s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.41s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (52.33s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_cli_swarm_test.go:1186: [d411282b8f004] joining swarm manager [dcc6406d9bfc9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.701Z]         docker_cli_swarm_test.go:1195: [de881fcdd7cb7] joining swarm manager [dcc6406d9bfc9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.45s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.60s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (125.54s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_cli_swarm_test.go:1118: [dab34475309d3] joining swarm manager [db1d31375caae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.701Z]         docker_cli_swarm_test.go:1119: [da92804a1f3d0] joining swarm manager [db1d31375caae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:32:05 [2021-05-06T14:32:05.701Z]         docker_cli_swarm_test.go:1172: [d0bb37814f0a7] joining swarm manager [db1d31375caae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.48s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_cli_swarm_test.go:1453: [d2334f0069b63] joining swarm manager [dd86b17e6124f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.701Z]         docker_cli_swarm_test.go:1454: [d14f30e4cc1df] joining swarm manager [dd86b17e6124f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.87s)
14:32:05 [2021-05-06T14:32:05.701Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.22s)
14:32:05 [2021-05-06T14:32:05.701Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.24s)
14:32:05 [2021-05-06T14:32:05.701Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.05s)
14:32:05 [2021-05-06T14:32:05.701Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.09s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.34s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (4.36s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.50s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.41s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_cli_swarm_unix_test.go:62: [de04fdc4f8fc4] joining swarm manager [d3f3d89777c3b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.96s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (4.50s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.93s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (6.07s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (4.53s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.90s)
14:32:05 [2021-05-06T14:32:05.701Z]         docker_api_swarm_test.go:961: [dded6c0bca486] joining swarm manager [d61839e47b44c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (14.02s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.99s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.97s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.66s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.94s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.34s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.06s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.84s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.16s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.91s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.65s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.50s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.18s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.51s)
14:32:05 [2021-05-06T14:32:05.701Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.44s)
14:32:05 [2021-05-06T14:32:05.701Z] === RUN   TestDockerExternalVolumeSuite
14:32:05 [2021-05-06T14:32:05.701Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
14:32:09 [2021-05-06T14:32:09.444Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
14:32:10 [2021-05-06T14:32:10.415Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
14:32:10 [2021-05-06T14:32:10.415Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
14:32:14 [2021-05-06T14:32:14.159Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
14:32:15 [2021-05-06T14:32:15.133Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
14:32:20 [2021-05-06T14:32:20.787Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
14:32:25 [2021-05-06T14:32:25.469Z] === RUN   TestDockerSuite/TestBuildAddScript
14:32:25 [2021-05-06T14:32:25.469Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
14:32:25 [2021-05-06T14:32:25.469Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
14:32:25 [2021-05-06T14:32:25.469Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
14:32:25 [2021-05-06T14:32:25.469Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
14:32:25 [2021-05-06T14:32:25.469Z] === RUN   TestDockerSuite/TestBuildAddTar
14:33:25 [2021-05-06T14:33:25.943Z] === RUN   TestDockerSuite/TestBuildAddTarXz
14:33:25 [2021-05-06T14:33:25.943Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
14:33:25 [2021-05-06T14:33:25.943Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
14:33:28 [2021-05-06T14:33:28.493Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
14:33:36 [2021-05-06T14:33:36.617Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
14:33:47 [2021-05-06T14:33:47.061Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
14:33:47 [2021-05-06T14:33:47.061Z] === RUN   TestDockerSuite/TestBuildBlankName
14:33:47 [2021-05-06T14:33:47.061Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
14:33:54 [2021-05-06T14:33:54.145Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
14:33:54 [2021-05-06T14:33:54.145Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
14:33:58 [2021-05-06T14:33:58.925Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
14:34:08 [2021-05-06T14:34:08.731Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
14:34:09 [2021-05-06T14:34:09.270Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
14:34:16 [2021-05-06T14:34:16.355Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
14:34:16 [2021-05-06T14:34:16.355Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
14:34:23 [2021-05-06T14:34:23.622Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
14:34:26 [2021-05-06T14:34:26.687Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
14:34:26 [2021-05-06T14:34:26.687Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
14:34:26 [2021-05-06T14:34:26.687Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
14:34:32 [2021-05-06T14:34:32.495Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
14:34:32 [2021-05-06T14:34:32.495Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
14:34:33 [2021-05-06T14:34:33.465Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
14:34:33 [2021-05-06T14:34:33.465Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
14:34:33 [2021-05-06T14:34:33.465Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
14:34:55 [2021-05-06T14:34:55.719Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
14:35:03 [2021-05-06T14:35:03.450Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
14:35:03 [2021-05-06T14:35:03.910Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
14:35:04 [2021-05-06T14:35:04.881Z] === RUN   TestDockerSuite/TestBuildCacheAdd
14:35:04 [2021-05-06T14:35:04.881Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
14:35:06 [2021-05-06T14:35:06.423Z] === RUN   TestDockerSuite/TestBuildCacheFrom
14:35:06 [2021-05-06T14:35:06.423Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
14:35:07 [2021-05-06T14:35:07.935Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
14:35:11 [2021-05-06T14:35:11.122Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
14:35:12 [2021-05-06T14:35:12.095Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
14:35:12 [2021-05-06T14:35:12.095Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
14:35:12 [2021-05-06T14:35:12.095Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
14:35:13 [2021-05-06T14:35:13.637Z] === RUN   TestDockerSuite/TestBuildClearCmd
14:35:14 [2021-05-06T14:35:14.607Z] === RUN   TestDockerSuite/TestBuildCmd
14:35:15 [2021-05-06T14:35:15.067Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
14:35:16 [2021-05-06T14:35:16.038Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
14:35:16 [2021-05-06T14:35:16.506Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
14:35:22 [2021-05-06T14:35:22.313Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
14:35:24 [2021-05-06T14:35:24.500Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
14:35:24 [2021-05-06T14:35:24.500Z] === RUN   TestDockerSuite/TestBuildConditionalCache
14:35:25 [2021-05-06T14:35:25.470Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
14:35:25 [2021-05-06T14:35:25.470Z] === RUN   TestDockerSuite/TestBuildContextCleanup
14:35:25 [2021-05-06T14:35:25.930Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
14:35:28 [2021-05-06T14:35:28.116Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
14:35:29 [2021-05-06T14:35:29.087Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
14:35:29 [2021-05-06T14:35:29.547Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
14:35:29 [2021-05-06T14:35:29.547Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
14:35:30 [2021-05-06T14:35:30.517Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
14:35:30 [2021-05-06T14:35:30.978Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
14:35:30 [2021-05-06T14:35:30.978Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
14:35:31 [2021-05-06T14:35:31.439Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
14:35:36 [2021-05-06T14:35:36.143Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
14:35:40 [2021-05-06T14:35:40.045Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
14:35:58 [2021-05-06T14:35:58.149Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
14:36:11 [2021-05-06T14:36:11.853Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
14:36:11 [2021-05-06T14:36:11.853Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
14:36:11 [2021-05-06T14:36:11.853Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
14:36:13 [2021-05-06T14:36:13.040Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
14:36:15 [2021-05-06T14:36:15.595Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
14:36:15 [2021-05-06T14:36:15.595Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
14:36:15 [2021-05-06T14:36:15.595Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
14:36:15 [2021-05-06T14:36:15.595Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
14:36:16 [2021-05-06T14:36:16.566Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
14:36:16 [2021-05-06T14:36:16.566Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
14:36:52 [2021-05-06T14:36:52.276Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
14:36:52 [2021-05-06T14:36:52.276Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
14:36:52 [2021-05-06T14:36:52.276Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
14:36:59 [2021-05-06T14:36:59.732Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
14:37:17 [2021-05-06T14:37:17.439Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
14:37:17 [2021-05-06T14:37:17.439Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
14:37:17 [2021-05-06T14:37:17.439Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
14:37:17 [2021-05-06T14:37:17.858Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
14:37:24 [2021-05-06T14:37:24.526Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
14:37:27 [2021-05-06T14:37:27.440Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
14:37:36 [2021-05-06T14:37:36.032Z] === RUN   TestDockerSuite/TestBuildDockerignore
14:37:49 [2021-05-06T14:37:49.951Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
14:38:22 [2021-05-06T14:38:22.042Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
14:38:36 [2021-05-06T14:38:36.933Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
14:38:48 [2021-05-06T14:38:48.164Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
14:38:51 [2021-05-06T14:38:51.909Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
14:38:51 [2021-05-06T14:38:51.909Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
14:38:55 [2021-05-06T14:38:55.062Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
14:39:09 [2021-05-06T14:39:09.952Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
14:39:28 [2021-05-06T14:39:28.052Z] --- PASS: TestDockerExternalVolumeSuite (441.63s)
14:39:28 [2021-05-06T14:39:28.052Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.86s)
14:39:28 [2021-05-06T14:39:28.052Z]         docker_cli_external_volume_driver_test.go:53: [d06a503fb1345] daemon is not started
14:39:28 [2021-05-06T14:39:28.052Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.73s)
14:39:28 [2021-05-06T14:39:28.052Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.58s)
14:39:28 [2021-05-06T14:39:28.052Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s)
14:39:28 [2021-05-06T14:39:28.052Z]         docker_cli_external_volume_driver_test.go:53: [d27c34ebb73e8] daemon is not started
14:39:28 [2021-05-06T14:39:28.052Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.66s)
14:39:28 [2021-05-06T14:39:28.052Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s)
14:39:28 [2021-05-06T14:39:28.052Z]         docker_cli_external_volume_driver_test.go:53: [d598dfd7b7348] daemon is not started
14:39:28 [2021-05-06T14:39:28.052Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s)
14:39:28 [2021-05-06T14:39:28.052Z]         docker_cli_external_volume_driver_test.go:53: [d54f5fdf6e185] daemon is not started
14:39:28 [2021-05-06T14:39:28.052Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.65s)
14:39:28 [2021-05-06T14:39:28.052Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.56s)
14:39:28 [2021-05-06T14:39:28.052Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.89s)
14:39:28 [2021-05-06T14:39:28.052Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.71s)
14:39:28 [2021-05-06T14:39:28.052Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.65s)
14:39:28 [2021-05-06T14:39:28.052Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.72s)
14:39:28 [2021-05-06T14:39:28.052Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.05s)
14:39:28 [2021-05-06T14:39:28.052Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.68s)
14:39:28 [2021-05-06T14:39:28.052Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.25s)
14:39:28 [2021-05-06T14:39:28.052Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.37s)
14:39:28 [2021-05-06T14:39:28.052Z]         docker_cli_external_volume_driver_test.go:485: [dde4bc3c7c0a8] daemon is not started
14:39:28 [2021-05-06T14:39:28.052Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s)
14:39:28 [2021-05-06T14:39:28.052Z]         docker_cli_external_volume_driver_test.go:53: [ddc1bb292e160] daemon is not started
14:39:28 [2021-05-06T14:39:28.052Z] PASS
14:39:28 [2021-05-06T14:39:28.052Z] 
14:39:28 [2021-05-06T14:39:28.052Z] === Skipped
14:39:28 [2021-05-06T14:39:28.052Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s)
14:39:28 [2021-05-06T14:39:28.052Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s)
14:39:28 [2021-05-06T14:39:28.052Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
14:39:28 [2021-05-06T14:39:28.052Z]         check_test.go:309: [da24288831306] daemon is not started
14:39:28 [2021-05-06T14:39:28.052Z] 
14:39:28 [2021-05-06T14:39:28.052Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
14:39:28 [2021-05-06T14:39:28.052Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
14:39:28 [2021-05-06T14:39:28.052Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
14:39:28 [2021-05-06T14:39:28.052Z]         check_test.go:309: [ddac19d86b856] daemon is not started
14:39:28 [2021-05-06T14:39:28.052Z] 
14:39:28 [2021-05-06T14:39:28.052Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
14:39:28 [2021-05-06T14:39:28.052Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
14:39:28 [2021-05-06T14:39:28.052Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
14:39:28 [2021-05-06T14:39:28.052Z]         check_test.go:309: [d0a82e284fb93] daemon is not started
14:39:28 [2021-05-06T14:39:28.052Z] 
14:39:28 [2021-05-06T14:39:28.052Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
14:39:28 [2021-05-06T14:39:28.052Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
14:39:28 [2021-05-06T14:39:28.052Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
14:39:28 [2021-05-06T14:39:28.052Z] 
14:39:28 [2021-05-06T14:39:28.052Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s)
14:39:28 [2021-05-06T14:39:28.052Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s)
14:39:28 [2021-05-06T14:39:28.052Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
14:39:28 [2021-05-06T14:39:28.052Z] 
14:39:28 [2021-05-06T14:39:28.052Z] 
14:39:28 [2021-05-06T14:39:28.052Z] DONE 273 tests, 5 skipped in 2783.022s
14:39:28 [2021-05-06T14:39:28.052Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
14:39:28 [2021-05-06T14:39:28.052Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d372144069bb1/docker.pid
14:39:28 [2021-05-06T14:39:28.052Z] +++ kill 6360
14:39:28 [2021-05-06T14:39:28.052Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6360 is not a child of this shell
14:39:28 [2021-05-06T14:39:28.052Z] warning: PID 6360 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d372144069bb1/docker.pid had a nonzero exit code
14:39:28 [2021-05-06T14:39:28.052Z] ++++ cat bundles/test-integration/docker.pid
14:39:28 [2021-05-06T14:39:28.052Z] +++ kill 8232
14:39:28 [2021-05-06T14:39:28.052Z] +++ /etc/init.d/apparmor stop
14:39:28 [2021-05-06T14:39:28.052Z] Leaving: AppArmorNo profiles have been unloaded.
14:39:28 [2021-05-06T14:39:28.052Z] 
14:39:28 [2021-05-06T14:39:28.052Z] Unloading profiles will leave already running processes permanently
14:39:28 [2021-05-06T14:39:28.052Z] unconfined, which can lead to unexpected situations.
14:39:28 [2021-05-06T14:39:28.052Z] 
14:39:28 [2021-05-06T14:39:28.052Z] To set a process to complain mode, use the command line tool
14:39:28 [2021-05-06T14:39:28.052Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
14:39:28 [2021-05-06T14:39:28.052Z] +++ true
14:39:28 [2021-05-06T14:39:28.052Z] exiting test-integration
14:39:28 [2021-05-06T14:39:28.052Z] ++ exit 0
14:39:28 [2021-05-06T14:39:28.052Z] 
14:39:28 [2021-05-06T14:39:28.052Z] + exit 0
14:39:28 [2021-05-06T14:39:28.052Z] ++ jobs -p
14:39:28 [2021-05-06T14:39:28.052Z] + pids=
14:39:28 [2021-05-06T14:39:28.052Z] + echo 'Remaining pids to kill: []'
14:39:28 [2021-05-06T14:39:28.052Z] Remaining pids to kill: []
14:39:28 [2021-05-06T14:39:28.052Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
14:39:28 [2021-05-06T14:39:28.071Z] Recording test results
14:39:28 [2021-05-06T14:39:28.606Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
14:39:28 [2021-05-06T14:39:28.938Z] + echo Ensuring container killed.
14:39:28 [2021-05-06T14:39:28.938Z] Ensuring container killed.
14:39:28 [2021-05-06T14:39:28.938Z] + docker ps -aq -f name=docker-pr7-*
14:39:28 [2021-05-06T14:39:28.938Z] + cids=d804d85fbca6
14:39:28 [2021-05-06T14:39:28.938Z] 7932ba8a31b1
14:39:28 [2021-05-06T14:39:28.938Z] f8622c490821
14:39:28 [2021-05-06T14:39:28.938Z] + [ -n d804d85fbca6
14:39:28 [2021-05-06T14:39:28.938Z] 7932ba8a31b1
14:39:28 [2021-05-06T14:39:28.938Z] f8622c490821 ]
14:39:28 [2021-05-06T14:39:28.938Z] + docker rm -vf d804d85fbca6 7932ba8a31b1 f8622c490821
14:39:31 [2021-05-06T14:39:31.483Z] d804d85fbca6
14:39:33 [2021-05-06T14:39:33.398Z] 7932ba8a31b1
14:39:33 [2021-05-06T14:39:33.398Z] f8622c490821
[Pipeline] sh
14:39:33 [2021-05-06T14:39:33.691Z] + echo Chowning /workspace to jenkins user
14:39:33 [2021-05-06T14:39:33.691Z] Chowning /workspace to jenkins user
14:39:33 [2021-05-06T14:39:33.691Z] + id -u
14:39:33 [2021-05-06T14:39:33.691Z] + id -g
14:39:33 [2021-05-06T14:39:33.691Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42098:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
14:39:38 [2021-05-06T14:39:38.423Z] + bundleName=amd64
14:39:38 [2021-05-06T14:39:38.424Z] + echo Creating amd64-bundles.tar.gz
14:39:38 [2021-05-06T14:39:38.424Z] Creating amd64-bundles.tar.gz
14:39:38 [2021-05-06T14:39:38.424Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
14:39:38 [2021-05-06T14:39:38.424Z] + xargs tar -czf amd64-bundles.tar.gz
[Pipeline] archiveArtifacts
14:39:39 [2021-05-06T14:39:39.376Z] Archiving artifacts
14:39:40 [2021-05-06T14:39:40.067Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42098/7/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
14:39:40 [2021-05-06T14:39:40.387Z] + make clean
14:39:40 [2021-05-06T14:39:40.388Z] docker volume rm -f docker-dev-cache
14:39:40 [2021-05-06T14:39:40.647Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
14:40:18 [2021-05-06T14:40:18.378Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
14:40:18 [2021-05-06T14:40:18.378Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
14:40:18 [2021-05-06T14:40:18.378Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
14:40:43 [2021-05-06T14:40:43.609Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
14:40:56 [2021-05-06T14:40:56.013Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
14:41:06 [2021-05-06T14:41:06.371Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
14:41:42 [2021-05-06T14:41:42.095Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
14:42:03 [2021-05-06T14:42:03.208Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
14:42:10 [2021-05-06T14:42:10.292Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
14:44:06 [2021-05-06T14:44:06.802Z] === RUN   TestDockerSuite/TestBuildDotDotFile
14:44:06 [2021-05-06T14:44:06.802Z] === RUN   TestDockerSuite/TestBuildEOLInLine
14:44:06 [2021-05-06T14:44:06.802Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
14:44:06 [2021-05-06T14:44:06.802Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
14:44:06 [2021-05-06T14:44:06.802Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
14:44:07 [2021-05-06T14:44:07.262Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
14:44:07 [2021-05-06T14:44:07.262Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
14:44:07 [2021-05-06T14:44:07.722Z] === RUN   TestDockerSuite/TestBuildEntrypoint
14:44:08 [2021-05-06T14:44:08.183Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
14:44:13 [2021-05-06T14:44:13.991Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
14:44:16 [2021-05-06T14:44:16.905Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
14:44:21 [2021-05-06T14:44:21.624Z] === RUN   TestDockerSuite/TestBuildEnv
14:44:21 [2021-05-06T14:44:21.624Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
14:44:22 [2021-05-06T14:44:22.084Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
14:44:22 [2021-05-06T14:44:22.084Z] === RUN   TestDockerSuite/TestBuildEnvUsage
14:44:22 [2021-05-06T14:44:22.084Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
14:44:22 [2021-05-06T14:44:22.084Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
14:44:26 [2021-05-06T14:44:26.784Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
14:44:26 [2021-05-06T14:44:26.784Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
14:44:26 [2021-05-06T14:44:26.784Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
14:44:26 [2021-05-06T14:44:26.784Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
14:44:27 [2021-05-06T14:44:27.245Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
14:44:33 [2021-05-06T14:44:33.052Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
14:44:47 [2021-05-06T14:44:47.900Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
14:44:47 [2021-05-06T14:44:47.900Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
14:44:47 [2021-05-06T14:44:47.900Z] === RUN   TestDockerSuite/TestBuildExpose
14:44:47 [2021-05-06T14:44:47.900Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
14:44:47 [2021-05-06T14:44:47.900Z] === RUN   TestDockerSuite/TestBuildExposeOrder
14:44:47 [2021-05-06T14:44:47.900Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
14:44:47 [2021-05-06T14:44:47.900Z] === RUN   TestDockerSuite/TestBuildFails
14:44:54 [2021-05-06T14:44:54.986Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
14:44:54 [2021-05-06T14:44:54.986Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
14:45:00 [2021-05-06T14:45:00.789Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
14:45:06 [2021-05-06T14:45:06.595Z] === RUN   TestDockerSuite/TestBuildForceRm
14:45:12 [2021-05-06T14:45:12.411Z] === RUN   TestDockerSuite/TestBuildFromGit
14:45:22 [2021-05-06T14:45:22.758Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
14:45:24 [2021-05-06T14:45:24.299Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
14:45:30 [2021-05-06T14:45:30.104Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
14:45:30 [2021-05-06T14:45:30.104Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
14:45:30 [2021-05-06T14:45:30.104Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
14:45:31 [2021-05-06T14:45:31.074Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
14:45:31 [2021-05-06T14:45:31.074Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
14:45:45 [2021-05-06T14:45:45.903Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
14:45:45 [2021-05-06T14:45:45.903Z] === RUN   TestDockerSuite/TestBuildHistory
14:45:56 [2021-05-06T14:45:56.250Z] === RUN   TestDockerSuite/TestBuildIidFile
14:45:57 [2021-05-06T14:45:57.221Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
14:45:59 [2021-05-06T14:45:59.405Z] === RUN   TestDockerSuite/TestBuildInheritance
14:45:59 [2021-05-06T14:45:59.405Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
14:46:00 [2021-05-06T14:46:00.376Z] === RUN   TestDockerSuite/TestBuildInvalidTag
14:46:00 [2021-05-06T14:46:00.376Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
14:46:06 [2021-05-06T14:46:06.182Z] === RUN   TestDockerSuite/TestBuildLabel
14:46:06 [2021-05-06T14:46:06.642Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
14:46:07 [2021-05-06T14:46:07.102Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
14:46:08 [2021-05-06T14:46:08.073Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
14:46:09 [2021-05-06T14:46:09.043Z] === RUN   TestDockerSuite/TestBuildLabels
14:46:10 [2021-05-06T14:46:10.014Z] === RUN   TestDockerSuite/TestBuildLabelsCache
14:46:11 [2021-05-06T14:46:11.558Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
14:46:18 [2021-05-06T14:46:18.644Z] === RUN   TestDockerSuite/TestBuildLastModified
14:46:18 [2021-05-06T14:46:18.644Z] === RUN   TestDockerSuite/TestBuildLineBreak
14:46:18 [2021-05-06T14:46:18.644Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
14:46:18 [2021-05-06T14:46:18.644Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
14:46:18 [2021-05-06T14:46:18.644Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
14:46:18 [2021-05-06T14:46:18.644Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
14:46:18 [2021-05-06T14:46:18.644Z] === RUN   TestDockerSuite/TestBuildMaintainer
14:46:19 [2021-05-06T14:46:19.105Z] === RUN   TestDockerSuite/TestBuildMissingArgs
14:46:19 [2021-05-06T14:46:19.565Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
14:46:25 [2021-05-06T14:46:25.373Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
14:46:46 [2021-05-06T14:46:46.492Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
14:46:46 [2021-05-06T14:46:46.492Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
14:46:46 [2021-05-06T14:46:46.952Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
14:47:22 [2021-05-06T14:47:22.661Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
14:47:43 [2021-05-06T14:47:43.768Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
14:47:47 [2021-05-06T14:47:47.511Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
14:47:59 [2021-05-06T14:47:59.912Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
14:48:04 [2021-05-06T14:48:04.619Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
14:48:22 [2021-05-06T14:48:22.501Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
14:48:22 [2021-05-06T14:48:22.501Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
14:48:29 [2021-05-06T14:48:29.592Z] === RUN   TestDockerSuite/TestBuildMultipleTags
14:48:30 [2021-05-06T14:48:30.054Z] === RUN   TestDockerSuite/TestBuildNetContainer
14:48:30 [2021-05-06T14:48:30.054Z] === RUN   TestDockerSuite/TestBuildNetNone
14:48:30 [2021-05-06T14:48:30.054Z] === RUN   TestDockerSuite/TestBuildNoContext
14:48:32 [2021-05-06T14:48:32.966Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
14:48:37 [2021-05-06T14:48:37.664Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
14:48:44 [2021-05-06T14:48:44.756Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
14:48:44 [2021-05-06T14:48:44.756Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
14:48:44 [2021-05-06T14:48:44.756Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
14:48:47 [2021-05-06T14:48:47.672Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
14:48:48 [2021-05-06T14:48:48.643Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
14:48:50 [2021-05-06T14:48:50.183Z] === RUN   TestDockerSuite/TestBuildOnBuild
14:49:05 [2021-05-06T14:49:05.183Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
14:49:05 [2021-05-06T14:49:05.644Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
14:49:15 [2021-05-06T14:49:15.994Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
14:49:18 [2021-05-06T14:49:18.182Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
14:49:26 [2021-05-06T14:49:26.762Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
14:49:32 [2021-05-06T14:49:32.565Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
14:49:37 [2021-05-06T14:49:37.262Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
14:49:37 [2021-05-06T14:49:37.722Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
14:49:37 [2021-05-06T14:49:37.722Z] === RUN   TestDockerSuite/TestBuildPATH
14:49:37 [2021-05-06T14:49:37.722Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
14:49:40 [2021-05-06T14:49:40.641Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
14:49:40 [2021-05-06T14:49:40.641Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
14:50:23 [2021-05-06T14:50:23.194Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
14:50:48 [2021-05-06T14:50:48.455Z] === RUN   TestDockerSuite/TestBuildRm
14:50:58 [2021-05-06T14:50:58.794Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
14:51:01 [2021-05-06T14:51:01.706Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
14:51:01 [2021-05-06T14:51:01.706Z] === RUN   TestDockerSuite/TestBuildScratchCopy
14:51:01 [2021-05-06T14:51:01.706Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
14:51:03 [2021-05-06T14:51:03.247Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
14:51:06 [2021-05-06T14:51:06.989Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
14:51:10 [2021-05-06T14:51:10.732Z] === RUN   TestDockerSuite/TestBuildShellInherited
14:51:19 [2021-05-06T14:51:19.314Z] === RUN   TestDockerSuite/TestBuildShellMultiple
14:51:37 [2021-05-06T14:51:37.020Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
14:51:37 [2021-05-06T14:51:37.020Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
14:51:37 [2021-05-06T14:51:37.020Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
14:51:45 [2021-05-06T14:51:45.610Z] === RUN   TestDockerSuite/TestBuildSpaces
14:51:45 [2021-05-06T14:51:45.610Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
14:51:50 [2021-05-06T14:51:50.313Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
14:51:50 [2021-05-06T14:51:50.313Z] === RUN   TestDockerSuite/TestBuildStderr
14:51:55 [2021-05-06T14:51:55.017Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
14:52:16 [2021-05-06T14:52:16.137Z] === RUN   TestDockerSuite/TestBuildStopSignal
14:52:16 [2021-05-06T14:52:16.137Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
14:52:18 [2021-05-06T14:52:18.325Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
14:52:19 [2021-05-06T14:52:19.295Z] === RUN   TestDockerSuite/TestBuildTagEvent
14:52:23 [2021-05-06T14:52:23.995Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
14:52:28 [2021-05-06T14:52:28.694Z] === RUN   TestDockerSuite/TestBuildUser
14:52:28 [2021-05-06T14:52:28.694Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
14:52:28 [2021-05-06T14:52:28.694Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
14:52:28 [2021-05-06T14:52:28.694Z] === RUN   TestDockerSuite/TestBuildVerboseOut
14:52:33 [2021-05-06T14:52:33.391Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
14:52:33 [2021-05-06T14:52:33.861Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
14:52:36 [2021-05-06T14:52:36.773Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
14:52:36 [2021-05-06T14:52:36.773Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
14:52:36 [2021-05-06T14:52:36.773Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
14:53:01 [2021-05-06T14:53:01.938Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
14:53:01 [2021-05-06T14:53:01.938Z] === RUN   TestDockerSuite/TestBuildWindowsUser
14:53:14 [2021-05-06T14:53:14.336Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
14:53:22 [2021-05-06T14:53:22.924Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
14:53:22 [2021-05-06T14:53:22.924Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
14:53:22 [2021-05-06T14:53:22.924Z] === RUN   TestDockerSuite/TestBuildWithFailure
14:53:25 [2021-05-06T14:53:25.835Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
14:53:25 [2021-05-06T14:53:25.835Z] === RUN   TestDockerSuite/TestBuildWithRecycleBin
14:53:38 [2021-05-06T14:53:38.338Z] === RUN   TestDockerSuite/TestBuildWithTabs
14:53:41 [2021-05-06T14:53:41.253Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
14:53:41 [2021-05-06T14:53:41.714Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
14:54:06 [2021-05-06T14:54:06.867Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
14:54:06 [2021-05-06T14:54:06.867Z] === RUN   TestDockerSuite/TestBuildWithVolumes
14:54:06 [2021-05-06T14:54:06.867Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
14:54:06 [2021-05-06T14:54:06.867Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
14:54:06 [2021-05-06T14:54:06.867Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
14:54:13 [2021-05-06T14:54:13.953Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
14:54:16 [2021-05-06T14:54:16.136Z] === RUN   TestDockerSuite/TestBuildXZHost
14:54:16 [2021-05-06T14:54:16.136Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
14:54:16 [2021-05-06T14:54:16.136Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
14:54:16 [2021-05-06T14:54:16.596Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
14:54:18 [2021-05-06T14:54:18.778Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
14:54:23 [2021-05-06T14:54:23.474Z] === RUN   TestDockerSuite/TestCommitChange
14:54:28 [2021-05-06T14:54:28.177Z] === RUN   TestDockerSuite/TestCommitChangeLabels
14:54:31 [2021-05-06T14:54:31.920Z] === RUN   TestDockerSuite/TestCommitHardlink
14:54:31 [2021-05-06T14:54:31.920Z] === RUN   TestDockerSuite/TestCommitNewFile
14:54:39 [2021-05-06T14:54:39.118Z] === RUN   TestDockerSuite/TestCommitPausedContainer
14:54:39 [2021-05-06T14:54:39.118Z] === RUN   TestDockerSuite/TestCommitTTY
14:54:51 [2021-05-06T14:54:51.527Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
14:54:54 [2021-05-06T14:54:54.437Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
14:54:54 [2021-05-06T14:54:54.437Z] === RUN   TestDockerSuite/TestCommitWithoutPause
14:54:54 [2021-05-06T14:54:54.437Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
14:54:54 [2021-05-06T14:54:54.437Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
14:54:54 [2021-05-06T14:54:54.437Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
14:54:54 [2021-05-06T14:54:54.437Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
14:54:54 [2021-05-06T14:54:54.437Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
14:54:54 [2021-05-06T14:54:54.437Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
14:54:54 [2021-05-06T14:54:54.437Z] === RUN   TestDockerSuite/TestContainerAPICommit
14:55:01 [2021-05-06T14:55:01.533Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
14:55:08 [2021-05-06T14:55:08.618Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
14:55:08 [2021-05-06T14:55:08.618Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
14:55:10 [2021-05-06T14:55:10.161Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
14:55:10 [2021-05-06T14:55:10.161Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
14:55:10 [2021-05-06T14:55:10.161Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
14:55:10 [2021-05-06T14:55:10.161Z] === RUN   TestDockerSuite/TestContainerAPICreate
14:55:12 [2021-05-06T14:55:12.344Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
14:55:12 [2021-05-06T14:55:12.344Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
14:55:12 [2021-05-06T14:55:12.344Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
14:55:15 [2021-05-06T14:55:15.257Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
14:55:15 [2021-05-06T14:55:15.257Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
14:55:15 [2021-05-06T14:55:15.257Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
14:55:15 [2021-05-06T14:55:15.257Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
14:55:15 [2021-05-06T14:55:15.257Z] === RUN   TestDockerSuite/TestContainerAPIDelete
14:55:17 [2021-05-06T14:55:17.446Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
14:55:20 [2021-05-06T14:55:20.357Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
14:55:21 [2021-05-06T14:55:21.897Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
14:55:21 [2021-05-06T14:55:21.897Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
14:55:21 [2021-05-06T14:55:21.897Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
14:55:24 [2021-05-06T14:55:24.809Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
14:55:24 [2021-05-06T14:55:24.809Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
14:55:26 [2021-05-06T14:55:26.992Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
14:55:26 [2021-05-06T14:55:26.992Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
14:55:26 [2021-05-06T14:55:26.992Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
14:55:29 [2021-05-06T14:55:29.180Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
14:55:29 [2021-05-06T14:55:29.180Z] === RUN   TestDockerSuite/TestContainerAPIKill
14:55:31 [2021-05-06T14:55:31.365Z] === RUN   TestDockerSuite/TestContainerAPIPause
14:55:31 [2021-05-06T14:55:31.365Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
14:55:34 [2021-05-06T14:55:34.361Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
14:55:34 [2021-05-06T14:55:34.361Z] === RUN   TestDockerSuite/TestContainerAPIRename
14:55:36 [2021-05-06T14:55:36.543Z] === RUN   TestDockerSuite/TestContainerAPIRestart
14:55:45 [2021-05-06T14:55:45.131Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
14:55:48 [2021-05-06T14:55:48.877Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
14:55:48 [2021-05-06T14:55:48.877Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
14:55:48 [2021-05-06T14:55:48.877Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
14:55:49 [2021-05-06T14:55:49.338Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
14:55:49 [2021-05-06T14:55:49.338Z] === RUN   TestDockerSuite/TestContainerAPIStart
14:55:50 [2021-05-06T14:55:50.879Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
14:55:50 [2021-05-06T14:55:50.879Z] === RUN   TestDockerSuite/TestContainerAPIStop
14:55:59 [2021-05-06T14:55:59.473Z] === RUN   TestDockerSuite/TestContainerAPITop
14:55:59 [2021-05-06T14:55:59.473Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
14:56:00 [2021-05-06T14:56:00.443Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
14:56:00 [2021-05-06T14:56:00.903Z] === RUN   TestDockerSuite/TestContainerAPIWait
14:56:05 [2021-05-06T14:56:05.602Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
14:56:07 [2021-05-06T14:56:07.142Z] === RUN   TestDockerSuite/TestContainerNetworkMode
14:56:07 [2021-05-06T14:56:07.142Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
14:56:07 [2021-05-06T14:56:07.142Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
14:56:07 [2021-05-06T14:56:07.142Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
14:56:07 [2021-05-06T14:56:07.142Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
14:56:07 [2021-05-06T14:56:07.142Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe
14:56:09 [2021-05-06T14:56:09.326Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
14:56:09 [2021-05-06T14:56:09.326Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>}
14:56:12 [2021-05-06T14:56:12.250Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>}
14:56:14 [2021-05-06T14:56:14.435Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>}
14:56:17 [2021-05-06T14:56:17.346Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>}
14:56:19 [2021-05-06T14:56:19.530Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc000609fc0_<nil>}
14:56:22 [2021-05-06T14:56:22.444Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1308390218_c:\foo_false__<nil>_<nil>_<nil>}
14:56:24 [2021-05-06T14:56:24.628Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1308390218_c:\foo_true__<nil>_<nil>_<nil>}
14:56:27 [2021-05-06T14:56:27.591Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
14:56:27 [2021-05-06T14:56:27.591Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
14:56:27 [2021-05-06T14:56:27.591Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
14:56:27 [2021-05-06T14:56:27.591Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
14:56:27 [2021-05-06T14:56:27.591Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
14:56:27 [2021-05-06T14:56:27.591Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
14:56:27 [2021-05-06T14:56:27.591Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
14:56:27 [2021-05-06T14:56:27.591Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
14:56:27 [2021-05-06T14:56:27.591Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
14:56:27 [2021-05-06T14:56:27.591Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
14:56:27 [2021-05-06T14:56:27.591Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
14:56:27 [2021-05-06T14:56:27.591Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
14:56:27 [2021-05-06T14:56:27.591Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
14:56:27 [2021-05-06T14:56:27.591Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
14:56:27 [2021-05-06T14:56:27.591Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
14:56:27 [2021-05-06T14:56:27.591Z] === RUN   TestDockerSuite/TestCopyAndRestart
14:56:27 [2021-05-06T14:56:27.591Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
14:56:27 [2021-05-06T14:56:27.591Z] === RUN   TestDockerSuite/TestCpAbsolutePath
14:56:29 [2021-05-06T14:56:29.774Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
14:56:29 [2021-05-06T14:56:29.774Z] === RUN   TestDockerSuite/TestCpFromCaseA
14:56:29 [2021-05-06T14:56:29.774Z] === RUN   TestDockerSuite/TestCpFromCaseB
14:56:30 [2021-05-06T14:56:30.235Z] === RUN   TestDockerSuite/TestCpFromCaseC
14:56:30 [2021-05-06T14:56:30.235Z] === RUN   TestDockerSuite/TestCpFromCaseD
14:56:30 [2021-05-06T14:56:30.235Z] === RUN   TestDockerSuite/TestCpFromCaseE
14:56:30 [2021-05-06T14:56:30.235Z] === RUN   TestDockerSuite/TestCpFromCaseF
14:56:30 [2021-05-06T14:56:30.235Z] === RUN   TestDockerSuite/TestCpFromCaseG
14:56:30 [2021-05-06T14:56:30.235Z] === RUN   TestDockerSuite/TestCpFromCaseH
14:56:30 [2021-05-06T14:56:30.235Z] === RUN   TestDockerSuite/TestCpFromCaseI
14:56:30 [2021-05-06T14:56:30.235Z] === RUN   TestDockerSuite/TestCpFromCaseJ
14:56:30 [2021-05-06T14:56:30.235Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
14:56:30 [2021-05-06T14:56:30.235Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
14:56:30 [2021-05-06T14:56:30.235Z] === RUN   TestDockerSuite/TestCpGarbagePath
14:56:32 [2021-05-06T14:56:32.425Z] === RUN   TestDockerSuite/TestCpLocalOnly
14:56:32 [2021-05-06T14:56:32.885Z] === RUN   TestDockerSuite/TestCpNameHasColon
14:56:32 [2021-05-06T14:56:32.885Z] === RUN   TestDockerSuite/TestCpRelativePath
14:56:35 [2021-05-06T14:56:35.067Z] === RUN   TestDockerSuite/TestCpSpecialFiles
14:56:35 [2021-05-06T14:56:35.067Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
14:56:35 [2021-05-06T14:56:35.067Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
14:56:35 [2021-05-06T14:56:35.067Z] === RUN   TestDockerSuite/TestCpToCaseA
14:56:39 [2021-05-06T14:56:39.768Z] === RUN   TestDockerSuite/TestCpToCaseB
14:56:41 [2021-05-06T14:56:41.953Z] === RUN   TestDockerSuite/TestCpToCaseC
14:56:41 [2021-05-06T14:56:41.953Z] === RUN   TestDockerSuite/TestCpToCaseD
14:56:41 [2021-05-06T14:56:41.953Z] === RUN   TestDockerSuite/TestCpToCaseE
14:56:52 [2021-05-06T14:56:52.305Z] === RUN   TestDockerSuite/TestCpToCaseF
14:56:52 [2021-05-06T14:56:52.305Z] === RUN   TestDockerSuite/TestCpToCaseG
14:56:52 [2021-05-06T14:56:52.305Z] === RUN   TestDockerSuite/TestCpToCaseH
14:57:07 [2021-05-06T14:57:07.136Z] === RUN   TestDockerSuite/TestCpToCaseI
14:57:07 [2021-05-06T14:57:07.136Z] === RUN   TestDockerSuite/TestCpToCaseJ
14:57:07 [2021-05-06T14:57:07.136Z] === RUN   TestDockerSuite/TestCpToDot
14:57:12 [2021-05-06T14:57:12.937Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
14:57:12 [2021-05-06T14:57:12.937Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
14:57:12 [2021-05-06T14:57:12.937Z] === RUN   TestDockerSuite/TestCpToStdout
14:57:15 [2021-05-06T14:57:15.122Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
14:57:15 [2021-05-06T14:57:15.122Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
14:57:15 [2021-05-06T14:57:15.122Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
14:57:15 [2021-05-06T14:57:15.122Z] === RUN   TestDockerSuite/TestCpVolumePath
14:57:15 [2021-05-06T14:57:15.122Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
14:57:15 [2021-05-06T14:57:15.122Z] === RUN   TestDockerSuite/TestCreateArgs
14:57:15 [2021-05-06T14:57:15.582Z] === RUN   TestDockerSuite/TestCreateByImageID
14:57:17 [2021-05-06T14:57:17.766Z] === RUN   TestDockerSuite/TestCreateEchoStdout
14:57:19 [2021-05-06T14:57:19.949Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
14:57:19 [2021-05-06T14:57:19.949Z] === RUN   TestDockerSuite/TestCreateHostConfig
14:57:20 [2021-05-06T14:57:20.410Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
14:57:22 [2021-05-06T14:57:22.598Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
14:57:23 [2021-05-06T14:57:23.058Z] === RUN   TestDockerSuite/TestCreateLabels
14:57:23 [2021-05-06T14:57:23.058Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
14:57:23 [2021-05-06T14:57:23.058Z] === RUN   TestDockerSuite/TestCreateRM
14:57:23 [2021-05-06T14:57:23.519Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
14:57:23 [2021-05-06T14:57:23.519Z] === RUN   TestDockerSuite/TestCreateStopSignal
14:57:23 [2021-05-06T14:57:23.519Z] === RUN   TestDockerSuite/TestCreateStopTimeout
14:57:23 [2021-05-06T14:57:23.979Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
14:57:32 [2021-05-06T14:57:32.560Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
14:57:32 [2021-05-06T14:57:32.560Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
14:57:32 [2021-05-06T14:57:32.560Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
14:57:37 [2021-05-06T14:57:37.258Z] === RUN   TestDockerSuite/TestCreateWithPortRange
14:57:37 [2021-05-06T14:57:37.258Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
14:57:37 [2021-05-06T14:57:37.258Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
14:57:39 [2021-05-06T14:57:39.440Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
14:57:39 [2021-05-06T14:57:39.440Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
14:57:39 [2021-05-06T14:57:39.440Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
14:57:39 [2021-05-06T14:57:39.440Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
14:57:39 [2021-05-06T14:57:39.440Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
14:57:39 [2021-05-06T14:57:39.440Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
14:57:39 [2021-05-06T14:57:39.440Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
14:57:39 [2021-05-06T14:57:39.440Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
14:57:39 [2021-05-06T14:57:39.440Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
14:57:39 [2021-05-06T14:57:39.440Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
14:57:39 [2021-05-06T14:57:39.440Z] === RUN   TestDockerSuite/TestDevicePermissions
14:57:39 [2021-05-06T14:57:39.440Z] === RUN   TestDockerSuite/TestDockerFails
14:57:39 [2021-05-06T14:57:39.440Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
14:57:39 [2021-05-06T14:57:39.440Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
14:57:39 [2021-05-06T14:57:39.440Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
14:57:39 [2021-05-06T14:57:39.440Z] === RUN   TestDockerSuite/TestEventsAttach
14:57:39 [2021-05-06T14:57:39.440Z] === RUN   TestDockerSuite/TestEventsCommit
14:57:39 [2021-05-06T14:57:39.900Z] === RUN   TestDockerSuite/TestEventsContainerEvents
14:57:42 [2021-05-06T14:57:42.082Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
14:57:44 [2021-05-06T14:57:44.992Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
14:57:47 [2021-05-06T14:57:47.175Z] === RUN   TestDockerSuite/TestEventsContainerRestart
14:57:55 [2021-05-06T14:57:55.762Z] === RUN   TestDockerSuite/TestEventsCopy
14:58:00 [2021-05-06T14:58:00.473Z] === RUN   TestDockerSuite/TestEventsFilterContainer
14:58:05 [2021-05-06T14:58:05.234Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
14:58:07 [2021-05-06T14:58:07.416Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
14:58:08 [2021-05-06T14:58:08.386Z] === RUN   TestDockerSuite/TestEventsFilterImageName
14:58:16 [2021-05-06T14:58:16.972Z] === RUN   TestDockerSuite/TestEventsFilterLabels
14:58:17 [2021-05-06T14:58:17.432Z] === RUN   TestDockerSuite/TestEventsFilterType
14:58:18 [2021-05-06T14:58:18.403Z] === RUN   TestDockerSuite/TestEventsFilters
14:58:23 [2021-05-06T14:58:23.101Z] === RUN   TestDockerSuite/TestEventsFormat
14:58:33 [2021-05-06T14:58:33.443Z] === RUN   TestDockerSuite/TestEventsFormatBadField
14:58:33 [2021-05-06T14:58:33.443Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
14:58:33 [2021-05-06T14:58:33.443Z] === RUN   TestDockerSuite/TestEventsImageImport
14:58:33 [2021-05-06T14:58:33.443Z] === RUN   TestDockerSuite/TestEventsImageLoad
14:58:33 [2021-05-06T14:58:33.443Z] === RUN   TestDockerSuite/TestEventsImagePull
14:58:33 [2021-05-06T14:58:33.443Z] === RUN   TestDockerSuite/TestEventsImageTag
14:58:33 [2021-05-06T14:58:33.904Z] === RUN   TestDockerSuite/TestEventsPluginOps
14:58:33 [2021-05-06T14:58:33.904Z] === RUN   TestDockerSuite/TestEventsRename
14:58:36 [2021-05-06T14:58:36.816Z] === RUN   TestDockerSuite/TestEventsResize
14:58:45 [2021-05-06T14:58:45.401Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
14:58:46 [2021-05-06T14:58:46.947Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
14:58:49 [2021-05-06T14:58:49.857Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
14:58:54 [2021-05-06T14:58:54.556Z] === RUN   TestDockerSuite/TestEventsTop
14:58:54 [2021-05-06T14:58:54.556Z] === RUN   TestDockerSuite/TestEventsUntag
14:58:56 [2021-05-06T14:58:56.742Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
14:59:01 [2021-05-06T14:59:01.442Z] === RUN   TestDockerSuite/TestExec
14:59:01 [2021-05-06T14:59:01.442Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
14:59:01 [2021-05-06T14:59:01.442Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
14:59:02 [2021-05-06T14:59:02.983Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
14:59:05 [2021-05-06T14:59:05.166Z] === RUN   TestDockerSuite/TestExecAPIStart
14:59:05 [2021-05-06T14:59:05.166Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
14:59:05 [2021-05-06T14:59:05.166Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
14:59:05 [2021-05-06T14:59:05.166Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
14:59:06 [2021-05-06T14:59:06.706Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
14:59:08 [2021-05-06T14:59:08.888Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
14:59:11 [2021-05-06T14:59:11.801Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
14:59:13 [2021-05-06T14:59:13.343Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
14:59:18 [2021-05-06T14:59:18.042Z] === RUN   TestDockerSuite/TestExecCgroup
14:59:18 [2021-05-06T14:59:18.042Z] === RUN   TestDockerSuite/TestExecEnv
14:59:18 [2021-05-06T14:59:18.042Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
14:59:18 [2021-05-06T14:59:18.042Z] === RUN   TestDockerSuite/TestExecExitStatus
14:59:19 [2021-05-06T14:59:19.582Z] === RUN   TestDockerSuite/TestExecInspectID
14:59:25 [2021-05-06T14:59:25.389Z] === RUN   TestDockerSuite/TestExecInteractive
14:59:25 [2021-05-06T14:59:25.389Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
14:59:25 [2021-05-06T14:59:25.389Z] === RUN   TestDockerSuite/TestExecParseError
14:59:25 [2021-05-06T14:59:25.389Z] === RUN   TestDockerSuite/TestExecPausedContainer
14:59:25 [2021-05-06T14:59:25.389Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
14:59:25 [2021-05-06T14:59:25.389Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
14:59:27 [2021-05-06T14:59:27.572Z] === RUN   TestDockerSuite/TestExecSetEnv
14:59:27 [2021-05-06T14:59:27.572Z] === RUN   TestDockerSuite/TestExecStartFails
14:59:27 [2021-05-06T14:59:27.572Z] === RUN   TestDockerSuite/TestExecStateCleanup
14:59:27 [2021-05-06T14:59:27.572Z] === RUN   TestDockerSuite/TestExecStopNotHanging
14:59:27 [2021-05-06T14:59:27.572Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
14:59:27 [2021-05-06T14:59:27.572Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
14:59:29 [2021-05-06T14:59:29.759Z] === RUN   TestDockerSuite/TestExecUlimits
14:59:29 [2021-05-06T14:59:29.759Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
14:59:36 [2021-05-06T14:59:36.843Z] === RUN   TestDockerSuite/TestExecWithImageUser
14:59:36 [2021-05-06T14:59:36.843Z] === RUN   TestDockerSuite/TestExecWithPrivileged
14:59:36 [2021-05-06T14:59:36.843Z] === RUN   TestDockerSuite/TestExecWithUser
14:59:36 [2021-05-06T14:59:36.843Z] === RUN   TestDockerSuite/TestGetContainerStats
14:59:42 [2021-05-06T14:59:42.647Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
14:59:48 [2021-05-06T14:59:48.458Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
14:59:51 [2021-05-06T14:59:51.371Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
14:59:57 [2021-05-06T14:59:57.174Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
14:59:57 [2021-05-06T14:59:57.174Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
14:59:57 [2021-05-06T14:59:57.634Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
14:59:57 [2021-05-06T14:59:57.634Z] === RUN   TestDockerSuite/TestHealth
14:59:57 [2021-05-06T14:59:57.634Z] === RUN   TestDockerSuite/TestHistoryExistentImage
14:59:57 [2021-05-06T14:59:57.634Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
14:59:57 [2021-05-06T14:59:57.634Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
14:59:57 [2021-05-06T14:59:57.634Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
15:00:02 [2021-05-06T15:00:02.330Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
15:00:02 [2021-05-06T15:00:02.330Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
15:00:02 [2021-05-06T15:00:02.330Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
15:00:02 [2021-05-06T15:00:02.330Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
15:00:02 [2021-05-06T15:00:02.330Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
15:00:02 [2021-05-06T15:00:02.794Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
15:00:03 [2021-05-06T15:00:03.258Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
15:00:03 [2021-05-06T15:00:03.258Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
15:00:04 [2021-05-06T15:00:04.229Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
15:00:04 [2021-05-06T15:00:04.689Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
15:00:06 [2021-05-06T15:00:06.229Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
15:00:06 [2021-05-06T15:00:06.689Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
15:00:08 [2021-05-06T15:00:08.874Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
15:00:17 [2021-05-06T15:00:17.465Z] === RUN   TestDockerSuite/TestImagesFormat
15:00:17 [2021-05-06T15:00:17.465Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
15:00:17 [2021-05-06T15:00:17.465Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
15:00:20 [2021-05-06T15:00:20.381Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
15:00:20 [2021-05-06T15:00:20.381Z] === RUN   TestDockerSuite/TestImportBadURL
15:00:23 [2021-05-06T15:00:23.294Z] === RUN   TestDockerSuite/TestImportDisplay
15:00:23 [2021-05-06T15:00:23.294Z] === RUN   TestDockerSuite/TestImportFile
15:00:23 [2021-05-06T15:00:23.294Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
15:00:23 [2021-05-06T15:00:23.294Z] === RUN   TestDockerSuite/TestImportFileWithMessage
15:00:23 [2021-05-06T15:00:23.294Z] === RUN   TestDockerSuite/TestImportGzipped
15:00:23 [2021-05-06T15:00:23.294Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
15:00:23 [2021-05-06T15:00:23.294Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
15:00:23 [2021-05-06T15:00:23.294Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
15:00:23 [2021-05-06T15:00:23.294Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
15:00:23 [2021-05-06T15:00:23.294Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
15:00:23 [2021-05-06T15:00:23.294Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
15:00:23 [2021-05-06T15:00:23.294Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
15:00:23 [2021-05-06T15:00:23.294Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
15:00:25 [2021-05-06T15:00:25.481Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
15:00:27 [2021-05-06T15:00:27.663Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
15:00:27 [2021-05-06T15:00:27.663Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
15:00:28 [2021-05-06T15:00:28.124Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
15:00:28 [2021-05-06T15:00:28.124Z] === RUN   TestDockerSuite/TestInspectAmpersand
15:00:28 [2021-05-06T15:00:28.124Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
15:00:30 [2021-05-06T15:00:30.307Z] === RUN   TestDockerSuite/TestInspectByPrefix
15:00:30 [2021-05-06T15:00:30.307Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
15:00:33 [2021-05-06T15:00:33.225Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
15:00:33 [2021-05-06T15:00:33.225Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
15:00:33 [2021-05-06T15:00:33.225Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
15:00:33 [2021-05-06T15:00:33.225Z] === RUN   TestDockerSuite/TestInspectDefault
15:00:35 [2021-05-06T15:00:35.410Z] === RUN   TestDockerSuite/TestInspectHistory
15:00:40 [2021-05-06T15:00:40.121Z] === RUN   TestDockerSuite/TestInspectImage
15:00:40 [2021-05-06T15:00:40.121Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
15:00:40 [2021-05-06T15:00:40.121Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
15:00:40 [2021-05-06T15:00:40.121Z] === RUN   TestDockerSuite/TestInspectInt64
15:00:41 [2021-05-06T15:00:41.662Z] === RUN   TestDockerSuite/TestInspectJSONFields
15:00:44 [2021-05-06T15:00:44.573Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
15:00:44 [2021-05-06T15:00:44.573Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
15:00:51 [2021-05-06T15:00:51.845Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
15:00:54 [2021-05-06T15:00:54.029Z] === RUN   TestDockerSuite/TestInspectPlugin
15:00:54 [2021-05-06T15:00:54.029Z] === RUN   TestDockerSuite/TestInspectRootFS
15:00:54 [2021-05-06T15:00:54.029Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
15:00:56 [2021-05-06T15:00:56.212Z] === RUN   TestDockerSuite/TestInspectStatus
15:00:59 [2021-05-06T15:00:59.126Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
15:01:03 [2021-05-06T15:01:03.823Z] === RUN   TestDockerSuite/TestInspectTemplateError
15:01:05 [2021-05-06T15:01:05.368Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
15:01:08 [2021-05-06T15:01:08.282Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
15:01:09 [2021-05-06T15:01:09.822Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
15:01:12 [2021-05-06T15:01:12.737Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
15:01:14 [2021-05-06T15:01:14.921Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
15:01:17 [2021-05-06T15:01:17.104Z] === RUN   TestDockerSuite/TestInspectUnknownObject
15:01:17 [2021-05-06T15:01:17.104Z] === RUN   TestDockerSuite/TestLinkShortDefinition
15:01:17 [2021-05-06T15:01:17.104Z] === RUN   TestDockerSuite/TestLinksEnvs
15:01:17 [2021-05-06T15:01:17.104Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
15:01:17 [2021-05-06T15:01:17.104Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
15:01:17 [2021-05-06T15:01:17.104Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
15:01:17 [2021-05-06T15:01:17.104Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
15:01:17 [2021-05-06T15:01:17.104Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
15:01:17 [2021-05-06T15:01:17.104Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
15:01:17 [2021-05-06T15:01:17.104Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
15:01:17 [2021-05-06T15:01:17.104Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
15:01:17 [2021-05-06T15:01:17.104Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
15:01:17 [2021-05-06T15:01:17.104Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
15:01:17 [2021-05-06T15:01:17.104Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
15:01:17 [2021-05-06T15:01:17.104Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
15:01:17 [2021-05-06T15:01:17.104Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
15:01:17 [2021-05-06T15:01:17.104Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
15:01:17 [2021-05-06T15:01:17.104Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
15:01:17 [2021-05-06T15:01:17.104Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
15:01:17 [2021-05-06T15:01:17.104Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
15:01:19 [2021-05-06T15:01:19.298Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
15:01:21 [2021-05-06T15:01:21.483Z] === RUN   TestDockerSuite/TestLogsAPIUntil
15:01:27 [2021-05-06T15:01:27.287Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
15:01:29 [2021-05-06T15:01:29.470Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
15:01:29 [2021-05-06T15:01:29.931Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
15:01:32 [2021-05-06T15:01:32.114Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
15:01:32 [2021-05-06T15:01:32.114Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
15:01:39 [2021-05-06T15:01:39.202Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
15:01:45 [2021-05-06T15:01:45.009Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
15:01:50 [2021-05-06T15:01:50.815Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
15:01:53 [2021-05-06T15:01:53.030Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
15:01:55 [2021-05-06T15:01:55.945Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
15:01:55 [2021-05-06T15:01:55.945Z] === RUN   TestDockerSuite/TestLogsFollowStopped
15:02:03 [2021-05-06T15:02:03.038Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
15:02:05 [2021-05-06T15:02:05.222Z] === RUN   TestDockerSuite/TestLogsSince
15:02:15 [2021-05-06T15:02:15.569Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
15:02:15 [2021-05-06T15:02:15.569Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
15:02:15 [2021-05-06T15:02:15.569Z] === RUN   TestDockerSuite/TestLogsTail
15:02:17 [2021-05-06T15:02:17.113Z] === RUN   TestDockerSuite/TestLogsTimestamps
15:02:20 [2021-05-06T15:02:20.035Z] === RUN   TestDockerSuite/TestLogsWithDetails
15:02:22 [2021-05-06T15:02:22.220Z] === RUN   TestDockerSuite/TestMountIntoProc
15:02:22 [2021-05-06T15:02:22.220Z] === RUN   TestDockerSuite/TestMountIntoSys
15:02:22 [2021-05-06T15:02:22.220Z] === RUN   TestDockerSuite/TestNetHostname
15:02:22 [2021-05-06T15:02:22.220Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
15:02:22 [2021-05-06T15:02:22.220Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
15:02:22 [2021-05-06T15:02:22.220Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
15:02:22 [2021-05-06T15:02:22.220Z] === RUN   TestDockerSuite/TestPluginActive
15:02:22 [2021-05-06T15:02:22.220Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
15:02:22 [2021-05-06T15:02:22.220Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
15:02:22 [2021-05-06T15:02:22.220Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
15:02:22 [2021-05-06T15:02:22.220Z] === RUN   TestDockerSuite/TestPluginLogDriver
15:02:22 [2021-05-06T15:02:22.220Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
15:02:22 [2021-05-06T15:02:22.220Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
15:02:22 [2021-05-06T15:02:22.220Z] === RUN   TestDockerSuite/TestPluginUpgrade
15:02:22 [2021-05-06T15:02:22.220Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
15:02:22 [2021-05-06T15:02:22.220Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
15:02:22 [2021-05-06T15:02:22.680Z] === RUN   TestDockerSuite/TestPortHostBinding
15:02:22 [2021-05-06T15:02:22.680Z] === RUN   TestDockerSuite/TestPortList
15:02:22 [2021-05-06T15:02:22.680Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
15:02:33 [2021-05-06T15:02:33.023Z] === RUN   TestDockerSuite/TestPostContainersAttach
15:02:33 [2021-05-06T15:02:33.023Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
15:02:33 [2021-05-06T15:02:33.023Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
15:02:33 [2021-05-06T15:02:33.023Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
15:02:33 [2021-05-06T15:02:33.023Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
15:02:33 [2021-05-06T15:02:33.023Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
15:02:33 [2021-05-06T15:02:33.023Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
15:02:33 [2021-05-06T15:02:33.023Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
15:02:33 [2021-05-06T15:02:33.023Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
15:02:33 [2021-05-06T15:02:33.023Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
15:02:37 [2021-05-06T15:02:37.727Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
15:02:37 [2021-05-06T15:02:37.727Z] === RUN   TestDockerSuite/TestPsByOrder
15:02:46 [2021-05-06T15:02:46.307Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
15:02:46 [2021-05-06T15:02:46.307Z] === RUN   TestDockerSuite/TestPsListContainersBase
15:02:54 [2021-05-06T15:02:54.894Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
15:03:09 [2021-05-06T15:03:09.728Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
15:03:09 [2021-05-06T15:03:09.728Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
15:03:09 [2021-05-06T15:03:09.728Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
15:03:22 [2021-05-06T15:03:22.122Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
15:03:29 [2021-05-06T15:03:29.211Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
15:03:41 [2021-05-06T15:03:41.604Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
15:03:46 [2021-05-06T15:03:46.305Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
15:03:46 [2021-05-06T15:03:46.305Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
15:03:46 [2021-05-06T15:03:46.305Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
15:03:51 [2021-05-06T15:03:51.002Z] === RUN   TestDockerSuite/TestPsListContainersSize
15:03:51 [2021-05-06T15:03:51.002Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
15:03:51 [2021-05-06T15:03:51.002Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
15:03:51 [2021-05-06T15:03:51.002Z] === RUN   TestDockerSuite/TestPsRightTagName
15:03:51 [2021-05-06T15:03:51.002Z] === RUN   TestDockerSuite/TestPsShowMounts
15:03:58 [2021-05-06T15:03:58.099Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
15:03:58 [2021-05-06T15:03:58.099Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
15:04:00 [2021-05-06T15:04:00.284Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
15:04:00 [2021-05-06T15:04:00.284Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
15:04:01 [2021-05-06T15:04:01.261Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
15:04:02 [2021-05-06T15:04:02.232Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
15:04:02 [2021-05-06T15:04:02.232Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
15:04:06 [2021-05-06T15:04:06.937Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
15:04:10 [2021-05-06T15:04:10.686Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
15:04:12 [2021-05-06T15:04:12.869Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
15:04:38 [2021-05-06T15:04:38.053Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
15:04:38 [2021-05-06T15:04:38.053Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
15:04:40 [2021-05-06T15:04:40.237Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
15:04:40 [2021-05-06T15:04:40.697Z] === RUN   TestDockerSuite/TestRestartPolicyNO
15:04:40 [2021-05-06T15:04:40.697Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
15:04:41 [2021-05-06T15:04:41.667Z] === RUN   TestDockerSuite/TestRestartRunningContainer
15:04:46 [2021-05-06T15:04:46.364Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
15:04:50 [2021-05-06T15:04:50.110Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
15:04:50 [2021-05-06T15:04:50.110Z] === RUN   TestDockerSuite/TestRestartWithVolumes
15:04:54 [2021-05-06T15:04:54.807Z] === RUN   TestDockerSuite/TestRmiBlank
15:04:54 [2021-05-06T15:04:54.807Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
15:04:54 [2021-05-06T15:04:54.807Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
15:05:09 [2021-05-06T15:05:09.639Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
15:05:11 [2021-05-06T15:05:11.824Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
15:05:12 [2021-05-06T15:05:12.795Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
15:05:19 [2021-05-06T15:05:19.878Z] === RUN   TestDockerSuite/TestRmiImgIDForce
15:05:23 [2021-05-06T15:05:23.619Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
15:05:32 [2021-05-06T15:05:32.201Z] === RUN   TestDockerSuite/TestRmiParentImageFail
15:05:35 [2021-05-06T15:05:35.112Z] === RUN   TestDockerSuite/TestRmiTag
15:05:36 [2021-05-06T15:05:36.082Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
15:05:38 [2021-05-06T15:05:38.266Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
15:05:55 [2021-05-06T15:05:55.869Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
15:06:02 [2021-05-06T15:06:02.870Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
15:06:06 [2021-05-06T15:06:06.570Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
15:06:08 [2021-05-06T15:06:08.082Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
15:06:08 [2021-05-06T15:06:08.082Z] === RUN   TestDockerSuite/TestRunAddHost
15:06:08 [2021-05-06T15:06:08.082Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
15:06:08 [2021-05-06T15:06:08.082Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
15:06:08 [2021-05-06T15:06:08.082Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
15:06:08 [2021-05-06T15:06:08.082Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
15:06:08 [2021-05-06T15:06:08.082Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
15:06:08 [2021-05-06T15:06:08.082Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
15:06:10 [2021-05-06T15:06:10.228Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
15:06:10 [2021-05-06T15:06:10.228Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
15:06:10 [2021-05-06T15:06:10.228Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
15:06:14 [2021-05-06T15:06:14.868Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
15:06:17 [2021-05-06T15:06:17.738Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
15:06:19 [2021-05-06T15:06:19.888Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
15:06:22 [2021-05-06T15:06:22.035Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
15:06:30 [2021-05-06T15:06:30.596Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
15:06:30 [2021-05-06T15:06:30.596Z] === RUN   TestDockerSuite/TestRunBindMounts
15:06:34 [2021-05-06T15:06:34.286Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
15:06:34 [2021-05-06T15:06:34.286Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
15:06:34 [2021-05-06T15:06:34.286Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
15:06:34 [2021-05-06T15:06:34.286Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
15:06:34 [2021-05-06T15:06:34.286Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
15:06:34 [2021-05-06T15:06:34.286Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
15:06:34 [2021-05-06T15:06:34.286Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
15:06:34 [2021-05-06T15:06:34.286Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
15:06:34 [2021-05-06T15:06:34.286Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
15:06:34 [2021-05-06T15:06:34.286Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
15:06:34 [2021-05-06T15:06:34.286Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
15:06:34 [2021-05-06T15:06:34.286Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
15:06:36 [2021-05-06T15:06:36.436Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
15:06:36 [2021-05-06T15:06:36.436Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
15:06:40 [2021-05-06T15:06:40.124Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
15:06:40 [2021-05-06T15:06:40.124Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
15:06:40 [2021-05-06T15:06:40.124Z] === RUN   TestDockerSuite/TestRunContainerNetwork
15:06:41 [2021-05-06T15:06:41.644Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
15:06:41 [2021-05-06T15:06:41.644Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
15:06:41 [2021-05-06T15:06:41.644Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
15:06:41 [2021-05-06T15:06:41.644Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
15:06:41 [2021-05-06T15:06:41.644Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
15:06:41 [2021-05-06T15:06:41.644Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
15:06:42 [2021-05-06T15:06:42.096Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
15:06:42 [2021-05-06T15:06:42.096Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
15:06:44 [2021-05-06T15:06:44.245Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
15:06:47 [2021-05-06T15:06:47.113Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
15:06:49 [2021-05-06T15:06:49.264Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
15:06:49 [2021-05-06T15:06:49.264Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
15:06:49 [2021-05-06T15:06:49.264Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
15:06:49 [2021-05-06T15:06:49.264Z] === RUN   TestDockerSuite/TestRunCreateVolume
15:06:51 [2021-05-06T15:06:51.410Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
15:06:51 [2021-05-06T15:06:51.410Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
15:06:51 [2021-05-06T15:06:51.410Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
15:06:51 [2021-05-06T15:06:51.410Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
15:06:51 [2021-05-06T15:06:51.410Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
15:06:53 [2021-05-06T15:06:53.557Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
15:06:59 [2021-05-06T15:06:59.287Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
15:06:59 [2021-05-06T15:06:59.287Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
15:06:59 [2021-05-06T15:06:59.287Z] === RUN   TestDockerSuite/TestRunDNSOptions
15:06:59 [2021-05-06T15:06:59.287Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
15:06:59 [2021-05-06T15:06:59.287Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
15:06:59 [2021-05-06T15:06:59.287Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
15:06:59 [2021-05-06T15:06:59.287Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
15:07:01 [2021-05-06T15:07:01.435Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
15:07:01 [2021-05-06T15:07:01.435Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
15:07:01 [2021-05-06T15:07:01.435Z] === RUN   TestDockerSuite/TestRunDuplicateMount
15:07:01 [2021-05-06T15:07:01.435Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
15:07:03 [2021-05-06T15:07:03.582Z] === RUN   TestDockerSuite/TestRunEchoStdout
15:07:05 [2021-05-06T15:07:05.898Z] === RUN   TestDockerSuite/TestRunEmptyEnv
15:07:05 [2021-05-06T15:07:05.898Z] === RUN   TestDockerSuite/TestRunEntrypoint
15:07:08 [2021-05-06T15:07:08.767Z] === RUN   TestDockerSuite/TestRunEnvironment
15:07:08 [2021-05-06T15:07:08.767Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
15:07:08 [2021-05-06T15:07:08.767Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
15:07:08 [2021-05-06T15:07:08.767Z] === RUN   TestDockerSuite/TestRunExitCode
15:07:10 [2021-05-06T15:07:10.924Z] === RUN   TestDockerSuite/TestRunExitCodeOne
15:07:13 [2021-05-06T15:07:13.070Z] === RUN   TestDockerSuite/TestRunExitCodeZero
15:07:15 [2021-05-06T15:07:15.228Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
15:07:22 [2021-05-06T15:07:22.386Z] === RUN   TestDockerSuite/TestRunExposePort
15:07:22 [2021-05-06T15:07:22.386Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
15:07:22 [2021-05-06T15:07:22.386Z] === RUN   TestDockerSuite/TestRunGroupAdd
15:07:22 [2021-05-06T15:07:22.386Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
15:07:22 [2021-05-06T15:07:22.386Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
15:07:22 [2021-05-06T15:07:22.386Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
15:07:22 [2021-05-06T15:07:22.386Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
15:07:22 [2021-05-06T15:07:22.386Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
15:07:22 [2021-05-06T15:07:22.386Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
15:07:32 [2021-05-06T15:07:32.624Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
15:07:32 [2021-05-06T15:07:32.624Z] === RUN   TestDockerSuite/TestRunInvalidReference
15:07:32 [2021-05-06T15:07:32.624Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
15:07:32 [2021-05-06T15:07:32.624Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
15:07:32 [2021-05-06T15:07:32.624Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
15:07:32 [2021-05-06T15:07:32.624Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
15:07:32 [2021-05-06T15:07:32.624Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
15:07:38 [2021-05-06T15:07:38.356Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
15:07:38 [2021-05-06T15:07:38.808Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
15:07:40 [2021-05-06T15:07:40.321Z] === RUN   TestDockerSuite/TestRunModeHostname
15:07:40 [2021-05-06T15:07:40.321Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
15:07:40 [2021-05-06T15:07:40.321Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
15:07:40 [2021-05-06T15:07:40.321Z] === RUN   TestDockerSuite/TestRunModeIpcHost
15:07:40 [2021-05-06T15:07:40.321Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
15:07:40 [2021-05-06T15:07:40.321Z] === RUN   TestDockerSuite/TestRunModePIDContainer
15:07:40 [2021-05-06T15:07:40.321Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
15:07:40 [2021-05-06T15:07:40.321Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
15:07:40 [2021-05-06T15:07:40.321Z] === RUN   TestDockerSuite/TestRunModeUTSHost
15:07:40 [2021-05-06T15:07:40.321Z] === RUN   TestDockerSuite/TestRunMount
15:07:40 [2021-05-06T15:07:40.321Z] === RUN   TestDockerSuite/TestRunMountOrdering
15:07:40 [2021-05-06T15:07:40.321Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
15:07:40 [2021-05-06T15:07:40.321Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
15:07:40 [2021-05-06T15:07:40.321Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
15:07:48 [2021-05-06T15:07:48.819Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
15:07:48 [2021-05-06T15:07:48.819Z] === RUN   TestDockerSuite/TestRunNamedVolume
15:07:48 [2021-05-06T15:07:48.819Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
15:07:48 [2021-05-06T15:07:48.819Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
15:07:52 [2021-05-06T15:07:52.505Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
15:07:57 [2021-05-06T15:07:57.138Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
15:07:57 [2021-05-06T15:07:57.138Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
15:07:57 [2021-05-06T15:07:57.138Z] === RUN   TestDockerSuite/TestRunNetHost
15:07:57 [2021-05-06T15:07:57.138Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
15:07:57 [2021-05-06T15:07:57.138Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
15:07:57 [2021-05-06T15:07:57.138Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
15:07:57 [2021-05-06T15:07:57.138Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
15:07:57 [2021-05-06T15:07:57.138Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
15:07:57 [2021-05-06T15:07:57.138Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
15:07:57 [2021-05-06T15:07:57.138Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
15:07:57 [2021-05-06T15:07:57.138Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
15:07:58 [2021-05-06T15:07:58.653Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
15:08:00 [2021-05-06T15:08:00.991Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
15:08:03 [2021-05-06T15:08:03.148Z] === RUN   TestDockerSuite/TestRunNonExistingImage
15:08:04 [2021-05-06T15:08:04.101Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
15:08:06 [2021-05-06T15:08:06.248Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
15:08:06 [2021-05-06T15:08:06.699Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
15:08:06 [2021-05-06T15:08:06.699Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
15:08:06 [2021-05-06T15:08:06.699Z] === RUN   TestDockerSuite/TestRunPortInUse
15:08:06 [2021-05-06T15:08:06.699Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
15:08:06 [2021-05-06T15:08:06.699Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
15:08:06 [2021-05-06T15:08:06.699Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
15:08:06 [2021-05-06T15:08:06.699Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
15:08:06 [2021-05-06T15:08:06.699Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
15:08:09 [2021-05-06T15:08:09.569Z] === RUN   TestDockerSuite/TestRunPublishPort
15:08:09 [2021-05-06T15:08:09.569Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
15:08:09 [2021-05-06T15:08:09.569Z] === RUN   TestDockerSuite/TestRunReadProcLatency
15:08:09 [2021-05-06T15:08:09.570Z] === RUN   TestDockerSuite/TestRunReadProcTimer
15:08:09 [2021-05-06T15:08:09.570Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
15:08:09 [2021-05-06T15:08:09.570Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
15:08:18 [2021-05-06T15:08:18.067Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
15:08:18 [2021-05-06T15:08:18.067Z] === RUN   TestDockerSuite/TestRunRm
15:08:25 [2021-05-06T15:08:25.075Z] === RUN   TestDockerSuite/TestRunRmAndWait
15:08:30 [2021-05-06T15:08:30.806Z] === RUN   TestDockerSuite/TestRunRmPre125Api
15:08:32 [2021-05-06T15:08:32.320Z] === RUN   TestDockerSuite/TestRunRootWorkdir
15:08:35 [2021-05-06T15:08:35.187Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
15:08:37 [2021-05-06T15:08:37.335Z] === RUN   TestDockerSuite/TestRunSetMacAddress
15:08:39 [2021-05-06T15:08:39.482Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
15:08:39 [2021-05-06T15:08:39.482Z] === RUN   TestDockerSuite/TestRunState
15:08:39 [2021-05-06T15:08:39.482Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
15:08:42 [2021-05-06T15:08:42.354Z] === RUN   TestDockerSuite/TestRunStdinPipe
15:08:42 [2021-05-06T15:08:42.354Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
15:08:43 [2021-05-06T15:08:43.867Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
15:08:43 [2021-05-06T15:08:43.867Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
15:08:43 [2021-05-06T15:08:43.867Z] === RUN   TestDockerSuite/TestRunTLSVerify
15:08:44 [2021-05-06T15:08:44.319Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
15:08:44 [2021-05-06T15:08:44.319Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
15:08:44 [2021-05-06T15:08:44.319Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
15:08:48 [2021-05-06T15:08:48.961Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
15:08:48 [2021-05-06T15:08:48.961Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
15:08:48 [2021-05-06T15:08:48.961Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
15:08:48 [2021-05-06T15:08:48.961Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
15:08:48 [2021-05-06T15:08:48.961Z] === RUN   TestDockerSuite/TestRunUnshareProc
15:08:48 [2021-05-06T15:08:48.961Z] === RUN   TestDockerSuite/TestRunUserByID
15:08:48 [2021-05-06T15:08:48.961Z] === RUN   TestDockerSuite/TestRunUserByIDBig
15:08:48 [2021-05-06T15:08:48.961Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
15:08:49 [2021-05-06T15:08:49.413Z] === RUN   TestDockerSuite/TestRunUserByIDZero
15:08:49 [2021-05-06T15:08:49.413Z] === RUN   TestDockerSuite/TestRunUserByName
15:08:49 [2021-05-06T15:08:49.413Z] === RUN   TestDockerSuite/TestRunUserDefaults
15:08:51 [2021-05-06T15:08:51.559Z] === RUN   TestDockerSuite/TestRunUserNotFound
15:08:51 [2021-05-06T15:08:51.559Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
15:09:00 [2021-05-06T15:09:00.052Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
15:09:00 [2021-05-06T15:09:00.052Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
15:09:00 [2021-05-06T15:09:00.052Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
15:09:02 [2021-05-06T15:09:02.199Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
15:09:09 [2021-05-06T15:09:09.350Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
15:09:13 [2021-05-06T15:09:13.984Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
15:09:19 [2021-05-06T15:09:19.720Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
15:09:19 [2021-05-06T15:09:19.720Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
15:09:19 [2021-05-06T15:09:19.720Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
15:09:22 [2021-05-06T15:09:22.588Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
15:09:24 [2021-05-06T15:09:24.741Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
15:09:27 [2021-05-06T15:09:27.612Z] === RUN   TestDockerSuite/TestRunWithBadDevice
15:09:27 [2021-05-06T15:09:27.612Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
15:09:27 [2021-05-06T15:09:27.612Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
15:09:27 [2021-05-06T15:09:27.612Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
15:09:27 [2021-05-06T15:09:27.612Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
15:09:27 [2021-05-06T15:09:27.612Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
15:09:27 [2021-05-06T15:09:27.612Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
15:09:27 [2021-05-06T15:09:27.612Z] === RUN   TestDockerSuite/TestRunWithUlimits
15:09:27 [2021-05-06T15:09:27.612Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
15:09:31 [2021-05-06T15:09:31.302Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
15:09:33 [2021-05-06T15:09:33.448Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
15:09:35 [2021-05-06T15:09:35.606Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
15:09:40 [2021-05-06T15:09:40.243Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
15:09:40 [2021-05-06T15:09:40.243Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
15:09:40 [2021-05-06T15:09:40.243Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
15:09:40 [2021-05-06T15:09:40.243Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
15:09:40 [2021-05-06T15:09:40.243Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
15:09:40 [2021-05-06T15:09:40.243Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
15:09:40 [2021-05-06T15:09:40.243Z] === RUN   TestDockerSuite/TestSaveCheckTimes
15:09:40 [2021-05-06T15:09:40.243Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
15:09:40 [2021-05-06T15:09:40.243Z] === RUN   TestDockerSuite/TestSaveImageId
15:09:40 [2021-05-06T15:09:40.243Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
15:09:40 [2021-05-06T15:09:40.243Z] === RUN   TestDockerSuite/TestSaveLoadParents
15:09:40 [2021-05-06T15:09:40.243Z] === RUN   TestDockerSuite/TestSaveMultipleNames
15:09:40 [2021-05-06T15:09:40.243Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
15:09:40 [2021-05-06T15:09:40.243Z] === RUN   TestDockerSuite/TestSaveSingleTag
15:09:40 [2021-05-06T15:09:40.243Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
15:09:40 [2021-05-06T15:09:40.243Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
15:09:40 [2021-05-06T15:09:40.243Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
15:09:40 [2021-05-06T15:09:40.243Z] === RUN   TestDockerSuite/TestSearchCmdOptions
15:09:43 [2021-05-06T15:09:43.109Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
15:09:43 [2021-05-06T15:09:43.109Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
15:09:43 [2021-05-06T15:09:43.562Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
15:09:43 [2021-05-06T15:09:43.562Z] === RUN   TestDockerSuite/TestSearchWithLimit
15:09:45 [2021-05-06T15:09:45.712Z] === RUN   TestDockerSuite/TestSlowStdinClosing
15:09:52 [2021-05-06T15:09:52.727Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
15:09:52 [2021-05-06T15:09:52.727Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
15:10:01 [2021-05-06T15:10:01.221Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
15:10:01 [2021-05-06T15:10:01.221Z] === RUN   TestDockerSuite/TestStartAttachSilent
15:10:04 [2021-05-06T15:10:04.087Z] === RUN   TestDockerSuite/TestStartAttachWithRename
15:10:04 [2021-05-06T15:10:04.087Z] === RUN   TestDockerSuite/TestStartMultipleContainers
15:10:04 [2021-05-06T15:10:04.087Z] === RUN   TestDockerSuite/TestStartPausedContainer
15:10:04 [2021-05-06T15:10:04.087Z] === RUN   TestDockerSuite/TestStartRecordError
15:10:04 [2021-05-06T15:10:04.087Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
15:10:09 [2021-05-06T15:10:09.823Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
15:10:09 [2021-05-06T15:10:09.823Z] === RUN   TestDockerSuite/TestStatsAllNoStream
15:10:09 [2021-05-06T15:10:09.823Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
15:10:09 [2021-05-06T15:10:09.823Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
15:10:10 [2021-05-06T15:10:10.274Z] === RUN   TestDockerSuite/TestStatsFormatAll
15:10:10 [2021-05-06T15:10:10.274Z] === RUN   TestDockerSuite/TestStatsNoStream
15:10:10 [2021-05-06T15:10:10.274Z] === RUN   TestDockerSuite/TestTopMultipleArgs
15:10:12 [2021-05-06T15:10:12.424Z] === RUN   TestDockerSuite/TestTopNonPrivileged
15:10:14 [2021-05-06T15:10:14.572Z] === RUN   TestDockerSuite/TestTopPrivileged
15:10:14 [2021-05-06T15:10:14.572Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
15:10:17 [2021-05-06T15:10:17.449Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
15:10:17 [2021-05-06T15:10:17.449Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
15:10:17 [2021-05-06T15:10:17.449Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
15:10:17 [2021-05-06T15:10:17.449Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
15:10:17 [2021-05-06T15:10:17.449Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
15:10:17 [2021-05-06T15:10:17.449Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
15:10:17 [2021-05-06T15:10:17.449Z] === RUN   TestDockerSuite/TestVolumeCLICreate
15:10:35 [2021-05-06T15:10:35.029Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
15:10:35 [2021-05-06T15:10:35.029Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
15:10:35 [2021-05-06T15:10:35.029Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
15:10:35 [2021-05-06T15:10:35.029Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
15:10:35 [2021-05-06T15:10:35.029Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
15:10:35 [2021-05-06T15:10:35.029Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
15:10:35 [2021-05-06T15:10:35.029Z] === RUN   TestDockerSuite/TestVolumeCLILs
15:10:36 [2021-05-06T15:10:36.542Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
15:10:36 [2021-05-06T15:10:36.542Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
15:10:39 [2021-05-06T15:10:39.410Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
15:10:39 [2021-05-06T15:10:39.860Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
15:10:40 [2021-05-06T15:10:40.311Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
15:10:40 [2021-05-06T15:10:40.311Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
15:10:40 [2021-05-06T15:10:40.311Z] === RUN   TestDockerSuite/TestVolumeCLIRm
15:10:48 [2021-05-06T15:10:48.806Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
15:10:48 [2021-05-06T15:10:48.806Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
15:10:48 [2021-05-06T15:10:48.806Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
15:10:49 [2021-05-06T15:10:49.257Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
15:10:49 [2021-05-06T15:10:49.257Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
15:10:56 [2021-05-06T15:10:56.260Z] === RUN   TestDockerSuite/TestVolumeLsFormat
15:10:56 [2021-05-06T15:10:56.260Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
15:10:56 [2021-05-06T15:10:56.711Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
15:11:06 [2021-05-06T15:11:06.954Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
15:11:06 [2021-05-06T15:11:06.954Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
15:11:07 [2021-05-06T15:11:07.908Z] --- PASS: TestDockerSuite (2632.02s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (0.88s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.24s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.59s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (123.14s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.02s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.27s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.18s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.20s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_run_test.go:3155: unmatched requirement Apparmor
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_run_test.go:3133: unmatched requirement Apparmor
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.22s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.43s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (109.97s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.33s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.43s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.91s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.92s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.24s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.90s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.29s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.58s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.90s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.36s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (4.71s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.12s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.24s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.68s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (9.54s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.52s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildAddTar (57.17s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.33s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (22.10s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.63s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.51s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.20s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.89s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.77s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (9.02s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.10s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (9.59s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.53s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.63s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (26.24s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.49s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.64s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.32s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.35s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.34s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.32s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:3571: unmatched requirement UnixCli
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.52s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (1.00s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.60s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.61s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.57s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.53s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.23s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.25s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.50s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.99s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.05s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.53s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.90s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.69s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.07s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (31.33s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.44s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.16s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.95s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.30s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.53s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.11s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (30.43s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.78s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.36s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (25.88s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.59s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.74s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (8.19s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.91s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (7.70s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (71.39s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.25s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.32s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (82.85s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.57s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.67s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (23.50s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (15.02s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (9.93s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (35.67s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (19.34s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.85s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (113.94s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.54s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.33s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
15:11:07 [2021-05-06T15:11:07.908Z]         docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.61s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.21s)
15:11:07 [2021-05-06T15:11:07.908Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.53s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.57s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.53s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.31s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.76s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.04s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.30s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.98s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.06s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.96s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.17s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.70s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildFails (7.15s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.16s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.64s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.57s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildForceRm (6.44s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildFromGit (10.60s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.45s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.17s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:3698: unmatched requirement UnixCli
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.76s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.62s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (13.47s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildHistory (12.06s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildIidFile (1.03s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.03s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.82s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.04s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildLabel (1.11s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.67s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.04s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.63s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildLabels (1.11s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.67s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.13s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.63s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (0.70s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.03s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (19.79s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.57s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (31.32s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (23.97s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.32s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (11.11s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.88s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (17.10s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.67s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.71s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildNoContext (2.79s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.18s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (7.33s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.27s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.15s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.71s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.06s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.48s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (13.87s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.68s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.81s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.80s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.41s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.99s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.85s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.19s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.30s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (40.98s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (23.65s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildRm (12.97s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.54s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.35s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.49s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.64s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.59s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (9.03s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (15.76s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.71s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.70s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.64s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.29s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.71s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildStderr (4.51s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (19.60s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.33s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.11s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.28s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (4.37s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.21s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (4.10s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.61s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.06s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (21.45s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.89s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildWindowsUser (13.46s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (10.17s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.36s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (2.50s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.32s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.61s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (4.61s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.38s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (22.51s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.36s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.32s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.25s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.88s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.12s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.32s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_sni_test.go:18: Flakey test
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.26s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.24s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestCommitChange (4.64s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (4.33s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestCommitNewFile (6.54s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestCommitTTY (11.57s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.30s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (6.70s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.58s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.26s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (2.29s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.55s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (2.66s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.24s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.22s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.36s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.35s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.33s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (2.05s)
15:11:07 [2021-05-06T15:11:07.909Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
15:11:07 [2021-05-06T15:11:07.909Z]         docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.66s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.24s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (2.28s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (8.56s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.99s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (1.92s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (7.23s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.31s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (4.41s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.07s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.94s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (17.93s)
15:11:07 [2021-05-06T15:11:07.910Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>} (2.56s)
15:11:07 [2021-05-06T15:11:07.910Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>} (2.60s)
15:11:07 [2021-05-06T15:11:07.910Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>} (2.55s)
15:11:07 [2021-05-06T15:11:07.910Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>} (2.55s)
15:11:07 [2021-05-06T15:11:07.910Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc000609fc0_<nil>} (2.56s)
15:11:07 [2021-05-06T15:11:07.910Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1308390218_c:\foo_false__<nil>_<nil>_<nil>} (2.55s)
15:11:07 [2021-05-06T15:11:07.910Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1308390218_c:\foo_true__<nil>_<nil>_<nil>} (2.52s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.30s)
15:11:07 [2021-05-06T15:11:07.910Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
15:11:07 [2021-05-06T15:11:07.910Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
15:11:07 [2021-05-06T15:11:07.910Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
15:11:07 [2021-05-06T15:11:07.910Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
15:11:07 [2021-05-06T15:11:07.910Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
15:11:07 [2021-05-06T15:11:07.910Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s)
15:11:07 [2021-05-06T15:11:07.910Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s)
15:11:07 [2021-05-06T15:11:07.910Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.06s)
15:11:07 [2021-05-06T15:11:07.910Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
15:11:07 [2021-05-06T15:11:07.910Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (2.45s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (2.44s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCpRelativePath (2.36s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCpToCaseA (4.59s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCpToCaseB (2.38s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCpToCaseE (9.31s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCpToCaseH (13.71s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCpToDot (7.30s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCpToStdout (2.47s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.19s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.19s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCreateByImageID (2.11s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (2.30s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.18s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.20s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.04s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.72s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.19s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCreateRM (0.36s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.18s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.36s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.85s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.22s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.41s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.18s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.19s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.35s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.14s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestDockerFails (0.08s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (2.56s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.51s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.46s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (7.85s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestEventsCopy (4.97s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (5.16s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.26s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.86s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (8.67s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.36s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestEventsFilterType (1.07s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestEventsFilters (4.81s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestEventsFormat (9.45s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.21s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestEventsRename (2.45s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestEventsResize (7.76s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.37s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.72s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.79s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.76s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.80s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestExec (0.02s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
15:11:07 [2021-05-06T15:11:07.910Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.01s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.02s)
15:11:07 [2021-05-06T15:11:07.910Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.07s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.20s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.27s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.04s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.00s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestExecExitStatus (2.29s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestExecInspectID (4.97s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.58s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.35s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.99s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestGetContainerStats (6.22s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.12s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.10s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.10s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.15s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.24s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.35s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.66s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.09s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.88s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.28s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.24s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.43s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.22s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.84s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestImportBadURL (2.46s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestImportFile (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.26s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.42s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.30s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.20s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.53s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestInspectDefault (2.24s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestInspectHistory (4.27s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestInspectInt64 (2.26s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (2.27s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.20s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (7.17s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.24s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.08s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.21s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestInspectStatus (2.69s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.48s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (2.31s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.30s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.22s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.29s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.21s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.24s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.02s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.12s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (5.79s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.59s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.36s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.18s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.04s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.09s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.70s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.55s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (7.24s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.33s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestLogsSince (9.16s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestLogsTail (2.83s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (2.54s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (2.32s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.02s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (9.92s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s)
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.911Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
15:11:07 [2021-05-06T15:11:07.911Z]         docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.53s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestPsByOrder (8.38s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (9.35s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.22s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.29s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.84s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (7.04s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (12.03s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.73s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.91s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestPsShowMounts (7.23s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.62s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.29s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.93s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.05s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.15s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.44s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (21.57s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.06s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.25s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.20s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.75s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (4.27s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.12s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (4.22s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.08s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.32s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.80s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.39s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.73s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.42s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (4.68s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.43s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (4.13s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRmiTag (0.68s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.37s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (16.38s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (7.46s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.57s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.21s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.04s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.70s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.81s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.23s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.29s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (7.23s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunBindMounts (4.65s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.25s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.23s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (2.04s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.36s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.41s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.27s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (2.29s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.28s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.39s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.31s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.13s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.21s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (2.29s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (2.27s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunExitCode (2.25s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (2.25s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (2.28s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (7.17s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.07s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (8.94s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.01s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.75s)
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.03s)
15:11:07 [2021-05-06T15:11:07.912Z]         docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.912Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.16s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.94s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.15s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.02s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.37s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.22s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.29s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.27s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (1.20s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.07s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.67s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:2860: unmatched requirement Apparmor
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.87s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunRm (7.15s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (5.55s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (2.39s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (2.25s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.23s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (2.61s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.27s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.08s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.19s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.78s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:2899: unmatched requirement Apparmor
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.03s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.02s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (2.24s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (7.33s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.15s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.02s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.59s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.04s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.13s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.54s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.35s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.51s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.07s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.80s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.35s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.56s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:3016: unmatched requirement Apparmor
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.02s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.26s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.38s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.39s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.24s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.71s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (6.88s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.75s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (4.13s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.74s)
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
15:11:07 [2021-05-06T15:11:07.913Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.913Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (2.23s)
15:11:07 [2021-05-06T15:11:07.914Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (2.44s)
15:11:07 [2021-05-06T15:11:07.914Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
15:11:07 [2021-05-06T15:11:07.914Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.914Z]     --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.28s)
15:11:07 [2021-05-06T15:11:07.914Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
15:11:07 [2021-05-06T15:11:07.914Z]         docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.914Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
15:11:07 [2021-05-06T15:11:07.914Z]         docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.914Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
15:11:07 [2021-05-06T15:11:07.914Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.914Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
15:11:07 [2021-05-06T15:11:07.914Z]         docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.914Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
15:11:07 [2021-05-06T15:11:07.914Z]         docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.914Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
15:11:07 [2021-05-06T15:11:07.914Z]         docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.914Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.31s)
15:11:07 [2021-05-06T15:11:07.914Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s)
15:11:07 [2021-05-06T15:11:07.914Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.20s)
15:11:07 [2021-05-06T15:11:07.914Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
15:11:07 [2021-05-06T15:11:07.914Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.914Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.37s)
15:11:07 [2021-05-06T15:11:07.914Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.30s)
15:11:07 [2021-05-06T15:11:07.914Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s)
15:11:07 [2021-05-06T15:11:07.914Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (2.62s)
15:11:07 [2021-05-06T15:11:07.914Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s)
15:11:07 [2021-05-06T15:11:07.914Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.05s)
15:11:07 [2021-05-06T15:11:07.914Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.43s)
15:11:07 [2021-05-06T15:11:07.914Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.41s)
15:11:07 [2021-05-06T15:11:07.914Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s)
15:11:07 [2021-05-06T15:11:07.914Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.19s)
15:11:07 [2021-05-06T15:11:07.914Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (7.86s)
15:11:07 [2021-05-06T15:11:07.914Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s)
15:11:07 [2021-05-06T15:11:07.914Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.914Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.64s)
15:11:07 [2021-05-06T15:11:07.914Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.21s)
15:11:07 [2021-05-06T15:11:07.914Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
15:11:07 [2021-05-06T15:11:07.914Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
15:11:07 [2021-05-06T15:11:07.914Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.91s)
15:11:08 [2021-05-06T15:11:08.366Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.29s)
15:11:08 [2021-05-06T15:11:08.366Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.29s)
15:11:08 [2021-05-06T15:11:08.366Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.43s)
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s)
15:11:08 [2021-05-06T15:11:08.366Z]         docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.53s)
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistrySuite/TestV2Only
15:11:08 [2021-05-06T15:11:08.366Z] --- PASS: TestDockerRegistrySuite (0.15s)
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerSchema1RegistrySuite
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
15:11:08 [2021-05-06T15:11:08.366Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
15:11:08 [2021-05-06T15:11:08.366Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
15:11:08 [2021-05-06T15:11:08.366Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s)
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:239: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:239: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:239: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.366Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
15:11:08 [2021-05-06T15:11:08.366Z]         check_test.go:239: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]         check_test.go:239: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]         check_test.go:239: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]         check_test.go:239: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]         check_test.go:239: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerRegistryAuthTokenSuite
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
15:11:08 [2021-05-06T15:11:08.367Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]         check_test.go:268: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]         check_test.go:268: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]         check_test.go:268: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]         check_test.go:268: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]         check_test.go:268: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerDaemonSuite
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
15:11:08 [2021-05-06T15:11:08.367Z] --- PASS: TestDockerDaemonSuite (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]         check_test.go:302: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]         check_test.go:302: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]         check_test.go:302: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerSwarmSuite
15:11:08 [2021-05-06T15:11:08.367Z] --- PASS: TestDockerSwarmSuite (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerPluginSuite
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerPluginSuite/TestPluginBasicOps
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerPluginSuite/TestPluginCreate
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerPluginSuite/TestPluginEnableDisableNegative
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerPluginSuite/TestPluginForceRemove
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerPluginSuite/TestPluginIDPrefix
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerPluginSuite/TestPluginInspect
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerPluginSuite/TestPluginInstallArgs
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerPluginSuite/TestPluginInstallDisable
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerPluginSuite/TestPluginInstallImage
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerPluginSuite/TestPluginListDefaultFormat
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerPluginSuite/TestPluginSet
15:11:08 [2021-05-06T15:11:08.367Z] --- PASS: TestDockerPluginSuite (0.03s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]         check_test.go:407: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]         check_test.go:407: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]         check_test.go:407: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]         check_test.go:407: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]         check_test.go:407: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]         check_test.go:407: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]         check_test.go:407: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]         check_test.go:407: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]         check_test.go:407: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]         check_test.go:407: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]         check_test.go:407: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerExternalVolumeSuite
15:11:08 [2021-05-06T15:11:08.367Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]     check_test.go:128: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerNetworkSuite
15:11:08 [2021-05-06T15:11:08.367Z] --- SKIP: TestDockerNetworkSuite (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]     check_test.go:134: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] === RUN   TestDockerHubPullSuite
15:11:08 [2021-05-06T15:11:08.367Z] --- SKIP: TestDockerHubPullSuite (0.00s)
15:11:08 [2021-05-06T15:11:08.367Z]     check_test.go:142: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] PASS
15:11:08 [2021-05-06T15:11:08.367Z] ok  	github.com/docker/docker/integration-cli	2632.698s
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === Skipped
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_run_test.go:3155: unmatched requirement Apparmor
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_run_test.go:3133: unmatched requirement Apparmor
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.33s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.33s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.33s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.33s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.63s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.63s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.89s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.89s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.64s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.64s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.32s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.32s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:3571: unmatched requirement UnixCli
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.367Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
15:11:08 [2021-05-06T15:11:08.367Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.367Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.30s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.30s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.11s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.11s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.36s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.36s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.32s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.32s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.33s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.33s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.04s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.30s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.30s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:3698: unmatched requirement UnixCli
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.35s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.35s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.33s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.33s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.36s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.36s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.32s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.32s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.36s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.36s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.32s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.32s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.32s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.32s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_sni_test.go:18: Flakey test
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.368Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
15:11:08 [2021-05-06T15:11:08.368Z]         docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.368Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s)
15:11:08 [2021-05-06T15:11:08.369Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.369Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestExec (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestImportFile (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
15:11:08 [2021-05-06T15:11:08.370Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.370Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.02s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
15:11:08 [2021-05-06T15:11:08.371Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.371Z] 
15:11:08 [2021-05-06T15:11:08.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s)
15:11:08 [2021-05-06T15:11:08.371Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s)
15:11:08 [2021-05-06T15:11:08.823Z]         docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.823Z] 
15:11:08 [2021-05-06T15:11:08.823Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.03s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.03s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:2860: unmatched requirement Apparmor
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:2899: unmatched requirement Apparmor
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.03s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.03s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.02s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s)
15:11:08 [2021-05-06T15:11:08.824Z]         docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.824Z] 
15:11:08 [2021-05-06T15:11:08.824Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_run_test.go:3016: unmatched requirement Apparmor
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.02s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s)
15:11:08 [2021-05-06T15:11:08.825Z]         docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.825Z] 
15:11:08 [2021-05-06T15:11:08.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.825Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:185: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:212: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:239: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:239: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:239: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:239: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:239: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:239: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:239: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:239: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:268: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:268: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:268: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:268: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:268: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:302: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:302: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:302: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:407: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:407: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:407: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:407: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:407: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:407: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:407: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:407: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:407: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]         check_test.go:407: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.826Z] 
15:11:08 [2021-05-06T15:11:08.826Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s)
15:11:08 [2021-05-06T15:11:08.826Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
15:11:08 [2021-05-06T15:11:08.827Z]         check_test.go:407: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.827Z] 
15:11:08 [2021-05-06T15:11:08.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s)
15:11:08 [2021-05-06T15:11:08.827Z]     check_test.go:128: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.827Z] 
15:11:08 [2021-05-06T15:11:08.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s)
15:11:08 [2021-05-06T15:11:08.827Z]     check_test.go:134: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.827Z] 
15:11:08 [2021-05-06T15:11:08.827Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s)
15:11:08 [2021-05-06T15:11:08.827Z]     check_test.go:142: unmatched requirement DaemonIsLinux
15:11:08 [2021-05-06T15:11:08.827Z] 
15:11:08 [2021-05-06T15:11:08.827Z] 
15:11:08 [2021-05-06T15:11:08.827Z] DONE 1092 tests, 546 skipped in 2641.469s
15:11:08 [2021-05-06T15:11:08.827Z] INFO: Integration tests ended at 05/06/2021 15:11:08. Duration:00:44:01.7909498
15:11:08 [2021-05-06T15:11:08.827Z] INFO: Docker info of the daemon under test at end of run
15:11:08 [2021-05-06T15:11:08.827Z] 
15:11:09 [2021-05-06T15:11:09.278Z] Containers: 2
15:11:09 [2021-05-06T15:11:09.278Z]  Running: 0
15:11:09 [2021-05-06T15:11:09.278Z]  Paused: 0
15:11:09 [2021-05-06T15:11:09.278Z]  Stopped: 2
15:11:09 [2021-05-06T15:11:09.278Z] Images: 18
15:11:09 [2021-05-06T15:11:09.278Z] Server Version: 0.0.0-dev
15:11:09 [2021-05-06T15:11:09.278Z] Storage Driver: windowsfilter
15:11:09 [2021-05-06T15:11:09.278Z]  Windows: 
15:11:09 [2021-05-06T15:11:09.278Z] Logging Driver: json-file
15:11:09 [2021-05-06T15:11:09.278Z] Plugins: 
15:11:09 [2021-05-06T15:11:09.278Z]  Volume: local
15:11:09 [2021-05-06T15:11:09.278Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
15:11:09 [2021-05-06T15:11:09.278Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
15:11:09 [2021-05-06T15:11:09.278Z] Swarm: inactive
15:11:09 [2021-05-06T15:11:09.278Z] Default Isolation: process
15:11:09 [2021-05-06T15:11:09.278Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
15:11:09 [2021-05-06T15:11:09.278Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757)
15:11:09 [2021-05-06T15:11:09.278Z] OSType: windows
15:11:09 [2021-05-06T15:11:09.278Z] Architecture: x86_64
15:11:09 [2021-05-06T15:11:09.278Z] CPUs: 4
15:11:09 [2021-05-06T15:11:09.278Z] Total Memory: 32GiB
15:11:09 [2021-05-06T15:11:09.278Z] Name: azwin-2-869860
15:11:09 [2021-05-06T15:11:09.278Z] ID: EEF5:N7NL:BUTU:ZKXE:IVBX:QCC5:3QBD:ZVZ5:6JPH:TKDR:C4RF:GQAE
15:11:09 [2021-05-06T15:11:09.278Z] Docker Root Dir: D:\CI\PR-42098\7\daemon
15:11:09 [2021-05-06T15:11:09.278Z] Debug Mode (client): false
15:11:09 [2021-05-06T15:11:09.278Z] Debug Mode (server): true
15:11:09 [2021-05-06T15:11:09.278Z]  File Descriptors: -1
15:11:09 [2021-05-06T15:11:09.278Z]  Goroutines: 17
15:11:09 [2021-05-06T15:11:09.278Z]  System Time: 2021-05-06T15:11:08.8354243Z
15:11:09 [2021-05-06T15:11:09.278Z]  EventsListeners: 0
15:11:09 [2021-05-06T15:11:09.278Z] Registry: https://index.docker.io/v1/
15:11:09 [2021-05-06T15:11:09.278Z] Labels:
15:11:09 [2021-05-06T15:11:09.278Z] Experimental: false
15:11:09 [2021-05-06T15:11:09.278Z] Insecure Registries:
15:11:09 [2021-05-06T15:11:09.278Z]  127.0.0.0/8
15:11:09 [2021-05-06T15:11:09.278Z] Live Restore Enabled: false
15:11:09 [2021-05-06T15:11:09.278Z] 
15:11:09 [2021-05-06T15:11:09.278Z] 
15:11:09 [2021-05-06T15:11:09.278Z] INFO: Stopping daemon under test
15:11:09 [2021-05-06T15:11:09.278Z] SUCCESS: The process with PID 5768 (child process of PID 5720) has been terminated.
15:11:09 [2021-05-06T15:11:09.278Z] SUCCESS: The process with PID 5720 (child process of PID 4196) has been terminated.
15:11:09 [2021-05-06T15:11:09.278Z] INFO: Stop tailing logs of the daemon under tests
15:11:09 [2021-05-06T15:11:09.278Z] INFO: executeCI.ps1 Completed successfully at 05/06/2021 15:11:09.
15:11:09 [2021-05-06T15:11:09.278Z] INFO: Tidying up at end of run
15:11:09 [2021-05-06T15:11:09.278Z] INFO: Saving daemon under test log (d:\CI\PR-42098\7\dut.out) to bundles\CIDUT.out
15:11:09 [2021-05-06T15:11:09.278Z] INFO: Saving daemon under test log (d:\CI\PR-42098\7\dut.err) to bundles\CIDUT.err
15:11:09 [2021-05-06T15:11:09.278Z] INFO: Nuke-Everything...
15:11:09 [2021-05-06T15:11:09.729Z] INFO: Container count on control daemon to delete is 2
15:11:10 [2021-05-06T15:11:10.181Z] 08de5910b78c
15:11:10 [2021-05-06T15:11:10.181Z] 45ca30b508a0
15:11:10 [2021-05-06T15:11:10.633Z] INFO: Tidying pidfile d:\CI\PR-42098\7\docker.pid
15:11:10 [2021-05-06T15:11:10.633Z] INFO: Nuking d:\CI
15:11:40 [2021-05-06T15:11:40.475Z] INFO: Zapped successfully
15:11:40 [2021-05-06T15:11:40.475Z] 
15:11:40 [2021-05-06T15:11:40.475Z] INFO: executeCI.ps1 exiting at Thu May  6 15:11:38 CUT 2021. Duration 01:20:09.0011149
15:11:40 [2021-05-06T15:11:40.475Z] 
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] junit
15:11:40 [2021-05-06T15:11:40.714Z] Recording test results
15:11:47 [2021-05-06T15:11:47.353Z] [Checks API] No suitable checks publisher found.
[Pipeline] catchError
[Pipeline] {
[Pipeline] powershell
15:11:48 [2021-05-06T15:11:48.811Z] Creating windowsRS5-integration-bundles.zip
[Pipeline] archiveArtifacts
15:11:50 [2021-05-06T15:11:50.538Z] Archiving artifacts
15:12:04 [2021-05-06T15:12:04.143Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42098/7/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
15:12:05 [2021-05-06T15:12:05.048Z] + make clean
15:12:07 [2021-05-06T15:12:07.916Z] docker volume rm -f docker-dev-cache
15:12:07 [2021-05-06T15:12:07.916Z] 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