Skip to content
Success

Console Output

Started by user Sebastiaan van Stijn
09:53:05 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from a432eb4b3a0d06675889153e2993ae8ba8dc9149+1ff685085ad325580ea32accdf13930106bbadb5 (fb3f59444674756ee56bb43f370ba9520bbde7bd)
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
09:53:08 [2021-04-02T09:53:08.791Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
09:53:08 [2021-04-02T09:53:08.801Z] Trying to pass milestone 5
[Pipeline] milestone
09:53:08 [2021-04-02T09:53:08.863Z] Trying to pass milestone 6
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
09:53:24 [2021-04-02T09:53:24.026Z] Still waiting to schedule task
09:53:24 [2021-04-02T09:53:24.027Z] All nodes of label ‘amd64&&ubuntu-1804&&overlay2’ are offline
09:53:54 [2021-04-02T09:53:54.966Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-04bcaa621da6e089b) in /home/ubuntu/workspace/moby_PR-42182
[Pipeline] {
[Pipeline] checkout
09:53:55 [2021-04-02T09:53:55.100Z] The recommended git tool is: git
09:53:58 [2021-04-02T09:53:58.872Z] using credential docker-jenkins-github-credentials
09:53:58 [2021-04-02T09:53:58.878Z] Cloning the remote Git repository
09:53:58 [2021-04-02T09:53:58.878Z] Cloning with configured refspecs honoured and without tags
09:53:58 [2021-04-02T09:53:58.101Z] Cloning repository https://github.com/moby/moby.git
09:53:58 [2021-04-02T09:53:58.205Z]  > git init /home/ubuntu/workspace/moby_PR-42182 # timeout=10
09:53:58 [2021-04-02T09:53:58.486Z] Fetching upstream changes from https://github.com/moby/moby.git
09:53:58 [2021-04-02T09:53:58.487Z]  > git --version # timeout=10
09:53:58 [2021-04-02T09:53:58.535Z]  > git --version # 'git version 2.17.1'
09:53:58 [2021-04-02T09:53:58.536Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:53:58 [2021-04-02T09:53:58.537Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42182/head:refs/remotes/origin/PR-42182 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:54:21 [2021-04-02T09:54:21.041Z] Fetching without tags
09:54:20 [2021-04-02T09:54:20.920Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:54:20 [2021-04-02T09:54:20.942Z]  > git config --add remote.origin.fetch +refs/pull/42182/head:refs/remotes/origin/PR-42182 # timeout=10
09:54:20 [2021-04-02T09:54:20.967Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:54:21 [2021-04-02T09:54:21.003Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:54:21 [2021-04-02T09:54:21.045Z] Fetching upstream changes from https://github.com/moby/moby.git
09:54:21 [2021-04-02T09:54:21.045Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:54:21 [2021-04-02T09:54:21.047Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42182/head:refs/remotes/origin/PR-42182 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:54:21 [2021-04-02T09:54:21.365Z] Merging remotes/origin/master commit 1ff685085ad325580ea32accdf13930106bbadb5 into PR head commit a432eb4b3a0d06675889153e2993ae8ba8dc9149
09:54:22 [2021-04-02T09:54:22.734Z] Merge succeeded, producing 7937f27c9d15e4e3f01a915d6d7a71e87fd15da8
09:54:22 [2021-04-02T09:54:22.734Z] Checking out Revision 7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 (PR-42182)
09:54:21 [2021-04-02T09:54:21.378Z]  > git config core.sparsecheckout # timeout=10
09:54:21 [2021-04-02T09:54:21.414Z]  > git checkout -f a432eb4b3a0d06675889153e2993ae8ba8dc9149 # timeout=10
09:54:22 [2021-04-02T09:54:22.219Z]  > git remote # timeout=10
09:54:22 [2021-04-02T09:54:22.246Z]  > git config --get remote.origin.url # timeout=10
09:54:22 [2021-04-02T09:54:22.271Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:54:22 [2021-04-02T09:54:22.272Z]  > git merge 1ff685085ad325580ea32accdf13930106bbadb5 # timeout=10
09:54:22 [2021-04-02T09:54:22.706Z]  > git rev-parse HEAD^{commit} # timeout=10
09:54:22 [2021-04-02T09:54:22.737Z]  > git config core.sparsecheckout # timeout=10
09:54:22 [2021-04-02T09:54:22.760Z]  > git checkout -f 7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 # timeout=10
09:54:26 [2021-04-02T09:54:26.571Z] Commit message: "Merge commit '1ff685085ad325580ea32accdf13930106bbadb5' into HEAD"
09:54:26 [2021-04-02T09:54:26.590Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
09:54:27 [2021-04-02T09:54:27.639Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42182:/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
09:54:26 [2021-04-02T09:54:26.574Z]  > git rev-list --no-walk 0a4a7edc3876ac22daa7a4e03d89865bbde5c394 # timeout=10
09:54:32 [2021-04-02T09:54:32.904Z] Unable to find image 'alpine:latest' locally
09:54:32 [2021-04-02T09:54:32.904Z] latest: Pulling from library/alpine
09:54:32 [2021-04-02T09:54:32.904Z] ca3cd42a7c95: Pulling fs layer
09:54:32 [2021-04-02T09:54:32.904Z] ca3cd42a7c95: Verifying Checksum
09:54:32 [2021-04-02T09:54:32.904Z] ca3cd42a7c95: Download complete
09:54:33 [2021-04-02T09:54:33.468Z] ca3cd42a7c95: Pull complete
09:54:33 [2021-04-02T09:54:33.468Z] Digest: sha256:ec14c7992a97fc11425907e908340c6c3d6ff602f5f13d899e6b7027c9b4133a
09:54:33 [2021-04-02T09:54:33.468Z] Status: Downloaded newer image for alpine:latest
09:54:40 [2021-04-02T09:54:40.018Z] Congratulations!  All commits are properly signed with the DCO!
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: unit-validate)
[Pipeline] { (Branch: amd64)
[Pipeline] { (Branch: rootless)
[Pipeline] { (Branch: cgroup2)
[Pipeline] { (Branch: s390x)
[Pipeline] { (Branch: s390x integration-cli)
[Pipeline] { (Branch: ppc64le)
[Pipeline] { (Branch: ppc64le integration-cli)
[Pipeline] { (Branch: arm64)
[Pipeline] { (Branch: win-RS1)
[Pipeline] { (Branch: win-RS5)
[Pipeline] stage
[Pipeline] { (unit-validate)
[Pipeline] stage
[Pipeline] { (amd64)
[Pipeline] stage
[Pipeline] { (rootless)
[Pipeline] stage
[Pipeline] { (cgroup2)
[Pipeline] stage
[Pipeline] { (s390x)
[Pipeline] stage
[Pipeline] { (s390x integration-cli)
[Pipeline] stage
[Pipeline] { (ppc64le)
[Pipeline] stage
[Pipeline] { (ppc64le integration-cli)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] stage
[Pipeline] { (win-RS1)
[Pipeline] stage
[Pipeline] { (win-RS5)
Stage "s390x" skipped due to when conditional
Stage "ppc64le" 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
09:54:40 [2021-04-02T09:54:40.320Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-04bcaa621da6e089b) in /home/ubuntu/workspace/moby_PR-42182
[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)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Print info)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
[Pipeline] {
[Pipeline] checkout
09:54:40 [2021-04-02T09:54:40.380Z] The recommended git tool is: git
[Pipeline] // stage
09:54:40 [2021-04-02T09:54:40.394Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
09:54:40 [2021-04-02T09:54:40.416Z] Fetching changes from the remote Git repository
[Pipeline] // stage
09:54:40 [2021-04-02T09:54:40.430Z] Fetching without tags
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Run tests)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // 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] }
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] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] }
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
09:54:40 [2021-04-02T09:54:40.848Z] Merging remotes/origin/master commit 1ff685085ad325580ea32accdf13930106bbadb5 into PR head commit a432eb4b3a0d06675889153e2993ae8ba8dc9149
[Pipeline] }
[Pipeline] }
09:54:41 [2021-04-02T09:54:41.047Z] Merge succeeded, producing a7e625624b1ca3d3e08c120ecbff860d0985cbfc
09:54:41 [2021-04-02T09:54:41.047Z] Checking out Revision a7e625624b1ca3d3e08c120ecbff860d0985cbfc (PR-42182)
09:54:41 [2021-04-02T09:54:41.145Z] Commit message: "Merge commit '1ff685085ad325580ea32accdf13930106bbadb5' into HEAD"
09:54:41 [2021-04-02T09:54:41.173Z] First time build. Skipping changelog.
09:54:40 [2021-04-02T09:54:40.403Z]  > git rev-parse --is-inside-work-tree # timeout=10
09:54:40 [2021-04-02T09:54:40.418Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:54:40 [2021-04-02T09:54:40.432Z] Fetching upstream changes from https://github.com/moby/moby.git
09:54:40 [2021-04-02T09:54:40.433Z]  > git --version # timeout=10
09:54:40 [2021-04-02T09:54:40.454Z]  > git --version # 'git version 2.17.1'
09:54:40 [2021-04-02T09:54:40.454Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:54:40 [2021-04-02T09:54:40.455Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42182/head:refs/remotes/origin/PR-42182 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:54:40 [2021-04-02T09:54:40.890Z]  > git config core.sparsecheckout # timeout=10
09:54:40 [2021-04-02T09:54:40.905Z]  > git checkout -f a432eb4b3a0d06675889153e2993ae8ba8dc9149 # timeout=10
09:54:40 [2021-04-02T09:54:40.958Z]  > git remote # timeout=10
09:54:40 [2021-04-02T09:54:40.968Z]  > git config --get remote.origin.url # timeout=10
09:54:40 [2021-04-02T09:54:40.970Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:54:40 [2021-04-02T09:54:40.971Z]  > git merge 1ff685085ad325580ea32accdf13930106bbadb5 # timeout=10
09:54:41 [2021-04-02T09:54:41.040Z]  > git rev-parse HEAD^{commit} # timeout=10
09:54:41 [2021-04-02T09:54:41.048Z]  > git config core.sparsecheckout # timeout=10
09:54:41 [2021-04-02T09:54:41.054Z]  > git checkout -f a7e625624b1ca3d3e08c120ecbff860d0985cbfc # timeout=10
09:54:41 [2021-04-02T09:54:41.149Z]  > git rev-list --no-walk 0a4a7edc3876ac22daa7a4e03d89865bbde5c394 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
09:54:41 [2021-04-02T09:54:41.853Z] + [ PR != PR ]
09:54:41 [2021-04-02T09:54:41.853Z] + [ master != master ]
09:54:41 [2021-04-02T09:54:41.853Z] + [ false = true ]
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
09:54:42 [2021-04-02T09:54:42.218Z] + docker version
09:54:42 [2021-04-02T09:54:42.218Z] Client: Docker Engine - Community
09:54:42 [2021-04-02T09:54:42.218Z]  Version:           20.10.5
09:54:42 [2021-04-02T09:54:42.218Z]  API version:       1.41
09:54:42 [2021-04-02T09:54:42.218Z]  Go version:        go1.13.15
09:54:42 [2021-04-02T09:54:42.218Z]  Git commit:        55c4c88
09:54:42 [2021-04-02T09:54:42.218Z]  Built:             Tue Mar  2 20:18:05 2021
09:54:42 [2021-04-02T09:54:42.218Z]  OS/Arch:           linux/amd64
09:54:42 [2021-04-02T09:54:42.218Z]  Context:           default
09:54:42 [2021-04-02T09:54:42.218Z]  Experimental:      true
09:54:42 [2021-04-02T09:54:42.218Z] 
09:54:42 [2021-04-02T09:54:42.218Z] Server: Docker Engine - Community
09:54:42 [2021-04-02T09:54:42.218Z]  Engine:
09:54:42 [2021-04-02T09:54:42.218Z]   Version:          20.10.5
09:54:42 [2021-04-02T09:54:42.218Z]   API version:      1.41 (minimum version 1.12)
09:54:42 [2021-04-02T09:54:42.218Z]   Go version:       go1.13.15
09:54:42 [2021-04-02T09:54:42.218Z]   Git commit:       363e9a8
09:54:42 [2021-04-02T09:54:42.218Z]   Built:            Tue Mar  2 20:16:00 2021
09:54:42 [2021-04-02T09:54:42.218Z]   OS/Arch:          linux/amd64
09:54:42 [2021-04-02T09:54:42.218Z]   Experimental:     true
09:54:42 [2021-04-02T09:54:42.218Z]  containerd:
09:54:42 [2021-04-02T09:54:42.218Z]   Version:          1.4.4
09:54:42 [2021-04-02T09:54:42.218Z]   GitCommit:        05f951a3781f4f2c1911b05e61c160e9c30eaa8e
09:54:42 [2021-04-02T09:54:42.218Z]  runc:
09:54:42 [2021-04-02T09:54:42.218Z]   Version:          1.0.0-rc93
09:54:42 [2021-04-02T09:54:42.218Z]   GitCommit:        12644e614e25b05da6fd08a38ffa0cfe1903fdec
09:54:42 [2021-04-02T09:54:42.218Z]  docker-init:
09:54:42 [2021-04-02T09:54:42.218Z]   Version:          0.19.0
09:54:42 [2021-04-02T09:54:42.218Z]   GitCommit:        de40ad0
[Pipeline] sh
09:54:42 [2021-04-02T09:54:42.539Z] + docker info
09:54:52 [2021-04-02T09:54:52.487Z] Client:
09:54:52 [2021-04-02T09:54:52.487Z]  Context:    default
09:54:52 [2021-04-02T09:54:52.487Z]  Debug Mode: false
09:54:52 [2021-04-02T09:54:52.487Z]  Plugins:
09:54:52 [2021-04-02T09:54:52.487Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
09:54:52 [2021-04-02T09:54:52.487Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
09:54:52 [2021-04-02T09:54:52.487Z] 
09:54:52 [2021-04-02T09:54:52.487Z] Server:
09:54:52 [2021-04-02T09:54:52.487Z]  Containers: 0
09:54:52 [2021-04-02T09:54:52.487Z]   Running: 0
09:54:52 [2021-04-02T09:54:52.487Z]   Paused: 0
09:54:52 [2021-04-02T09:54:52.487Z]   Stopped: 0
09:54:52 [2021-04-02T09:54:52.487Z]  Images: 1
09:54:52 [2021-04-02T09:54:52.487Z]  Server Version: 20.10.5
09:54:52 [2021-04-02T09:54:52.487Z]  Storage Driver: overlay2
09:54:52 [2021-04-02T09:54:52.487Z]   Backing Filesystem: extfs
09:54:52 [2021-04-02T09:54:52.487Z]   Supports d_type: true
09:54:52 [2021-04-02T09:54:52.487Z]   Native Overlay Diff: true
09:54:52 [2021-04-02T09:54:52.487Z]  Logging Driver: json-file
09:54:52 [2021-04-02T09:54:52.487Z]  Cgroup Driver: cgroupfs
09:54:52 [2021-04-02T09:54:52.487Z]  Cgroup Version: 1
09:54:52 [2021-04-02T09:54:52.487Z]  Plugins:
09:54:52 [2021-04-02T09:54:52.487Z]   Volume: local
09:54:52 [2021-04-02T09:54:52.487Z]   Network: bridge host ipvlan macvlan null overlay
09:54:52 [2021-04-02T09:54:52.487Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
09:54:52 [2021-04-02T09:54:52.487Z]  Swarm: inactive
09:54:52 [2021-04-02T09:54:52.487Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
09:54:52 [2021-04-02T09:54:52.487Z]  Default Runtime: runc
09:54:52 [2021-04-02T09:54:52.487Z]  Init Binary: docker-init
09:54:52 [2021-04-02T09:54:52.487Z]  containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
09:54:52 [2021-04-02T09:54:52.487Z]  runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec
09:54:52 [2021-04-02T09:54:52.487Z]  init version: de40ad0
09:54:52 [2021-04-02T09:54:52.487Z]  Security Options:
09:54:52 [2021-04-02T09:54:52.487Z]   apparmor
09:54:52 [2021-04-02T09:54:52.487Z]   seccomp
09:54:52 [2021-04-02T09:54:52.487Z]    Profile: default
09:54:52 [2021-04-02T09:54:52.487Z]  Kernel Version: 5.4.0-1041-aws
09:54:52 [2021-04-02T09:54:52.487Z]  Operating System: Ubuntu 18.04.5 LTS
09:54:52 [2021-04-02T09:54:52.487Z]  OSType: linux
09:54:52 [2021-04-02T09:54:52.487Z]  Architecture: x86_64
09:54:52 [2021-04-02T09:54:52.487Z]  CPUs: 2
09:54:52 [2021-04-02T09:54:52.487Z]  Total Memory: 7.569GiB
09:54:52 [2021-04-02T09:54:52.487Z]  Name: ip-10-100-67-159
09:54:52 [2021-04-02T09:54:52.487Z]  ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B
09:54:52 [2021-04-02T09:54:52.487Z]  Docker Root Dir: /var/lib/docker
09:54:52 [2021-04-02T09:54:52.487Z]  Debug Mode: false
09:54:52 [2021-04-02T09:54:52.487Z]  Registry: https://index.docker.io/v1/
09:54:52 [2021-04-02T09:54:52.487Z]  Labels:
09:54:52 [2021-04-02T09:54:52.487Z]  Experimental: true
09:54:52 [2021-04-02T09:54:52.487Z]  Insecure Registries:
09:54:52 [2021-04-02T09:54:52.487Z]   127.0.0.0/8
09:54:52 [2021-04-02T09:54:52.487Z]  Live Restore Enabled: true
09:54:52 [2021-04-02T09:54:52.487Z] 
09:54:52 [2021-04-02T09:54:52.487Z] WARNING: No swap limit support
[Pipeline] sh
09:54:52 [2021-04-02T09:54:52.818Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
09:54:52 [2021-04-02T09:54:52.818Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
09:54:52 [2021-04-02T09:54:52.818Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42182/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
09:54:52 [2021-04-02T09:54:52.818Z] + bash /home/ubuntu/workspace/moby_PR-42182/check-config.sh
09:54:52 [2021-04-02T09:54:52.818Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
09:54:52 [2021-04-02T09:54:52.818Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ...
09:54:52 [2021-04-02T09:54:52.818Z] 
09:54:52 [2021-04-02T09:54:52.818Z] Generally Necessary:
09:54:52 [2021-04-02T09:54:52.818Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
09:54:52 [2021-04-02T09:54:52.818Z] - apparmor: enabled and tools installed
09:54:52 [2021-04-02T09:54:52.818Z] - CONFIG_NAMESPACES: enabled
09:54:52 [2021-04-02T09:54:52.818Z] - CONFIG_NET_NS: enabled
09:54:52 [2021-04-02T09:54:52.818Z] - CONFIG_PID_NS: enabled
09:54:52 [2021-04-02T09:54:52.818Z] - CONFIG_IPC_NS: enabled
09:54:52 [2021-04-02T09:54:52.818Z] - CONFIG_UTS_NS: enabled
09:54:52 [2021-04-02T09:54:52.818Z] - CONFIG_CGROUPS: enabled
09:54:52 [2021-04-02T09:54:52.818Z] - CONFIG_CGROUP_CPUACCT: enabled
09:54:52 [2021-04-02T09:54:52.818Z] - CONFIG_CGROUP_DEVICE: enabled
09:54:52 [2021-04-02T09:54:52.818Z] - CONFIG_CGROUP_FREEZER: enabled
09:54:52 [2021-04-02T09:54:52.818Z] - CONFIG_CGROUP_SCHED: enabled
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_CPUSETS: enabled
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_MEMCG: enabled
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_KEYS: enabled
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_VETH: enabled (as module)
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_BRIDGE: enabled (as module)
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_NF_NAT_IPV4: missing
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_IP_NF_FILTER: enabled (as module)
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_IP_NF_NAT: enabled (as module)
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_NF_NAT: enabled (as module)
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_NF_NAT_NEEDED: missing
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_POSIX_MQUEUE: enabled
09:54:53 [2021-04-02T09:54:53.078Z] 
09:54:53 [2021-04-02T09:54:53.078Z] Optional Features:
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_USER_NS: enabled
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_SECCOMP: enabled
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_CGROUP_PIDS: enabled
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_MEMCG_SWAP: enabled
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
09:54:53 [2021-04-02T09:54:53.078Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_BLK_CGROUP: enabled
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_BLK_DEV_THROTTLING: enabled
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_IOSCHED_CFQ: missing
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_CGROUP_PERF: enabled
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_CGROUP_HUGETLB: enabled
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_CGROUP_NET_PRIO: enabled
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_CFS_BANDWIDTH: enabled
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_FAIR_GROUP_SCHED: enabled
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_RT_GROUP_SCHED: missing
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_IP_VS: enabled (as module)
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_IP_VS_NFCT: enabled
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_IP_VS_PROTO_TCP: enabled
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_IP_VS_PROTO_UDP: enabled
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_IP_VS_RR: enabled (as module)
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_EXT4_FS: enabled
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
09:54:53 [2021-04-02T09:54:53.078Z] - CONFIG_EXT4_FS_SECURITY: enabled
09:54:53 [2021-04-02T09:54:53.078Z] - Network Drivers:
09:54:53 [2021-04-02T09:54:53.078Z]   - "overlay":
09:54:53 [2021-04-02T09:54:53.078Z]     - CONFIG_VXLAN: enabled (as module)
09:54:53 [2021-04-02T09:54:53.078Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
09:54:53 [2021-04-02T09:54:53.078Z]       Optional (for encrypted networks):
09:54:53 [2021-04-02T09:54:53.334Z]       - CONFIG_CRYPTO: enabled
09:54:53 [2021-04-02T09:54:53.334Z]       - CONFIG_CRYPTO_AEAD: enabled
09:54:53 [2021-04-02T09:54:53.334Z]       - CONFIG_CRYPTO_GCM: enabled
09:54:53 [2021-04-02T09:54:53.334Z]       - CONFIG_CRYPTO_SEQIV: enabled
09:54:53 [2021-04-02T09:54:53.334Z]       - CONFIG_CRYPTO_GHASH: enabled
09:54:53 [2021-04-02T09:54:53.334Z]       - CONFIG_XFRM: enabled
09:54:53 [2021-04-02T09:54:53.334Z]       - CONFIG_XFRM_USER: enabled (as module)
09:54:53 [2021-04-02T09:54:53.334Z]       - CONFIG_XFRM_ALGO: enabled (as module)
09:54:53 [2021-04-02T09:54:53.334Z]       - CONFIG_INET_ESP: enabled (as module)
09:54:53 [2021-04-02T09:54:53.334Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
09:54:53 [2021-04-02T09:54:53.334Z]   - "ipvlan":
09:54:53 [2021-04-02T09:54:53.334Z]     - CONFIG_IPVLAN: enabled (as module)
09:54:53 [2021-04-02T09:54:53.334Z]   - "macvlan":
09:54:53 [2021-04-02T09:54:53.334Z]     - CONFIG_MACVLAN: enabled (as module)
09:54:53 [2021-04-02T09:54:53.334Z]     - CONFIG_DUMMY: enabled (as module)
09:54:53 [2021-04-02T09:54:53.334Z]   - "ftp,tftp client in container":
09:54:53 [2021-04-02T09:54:53.334Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
09:54:53 [2021-04-02T09:54:53.334Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
09:54:53 [2021-04-02T09:54:53.334Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
09:54:53 [2021-04-02T09:54:53.334Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
09:54:53 [2021-04-02T09:54:53.334Z] - Storage Drivers:
09:54:53 [2021-04-02T09:54:53.334Z]   - "aufs":
09:54:53 [2021-04-02T09:54:53.334Z]     - CONFIG_AUFS_FS: enabled (as module)
09:54:53 [2021-04-02T09:54:53.334Z]   - "btrfs":
09:54:53 [2021-04-02T09:54:53.334Z]     - CONFIG_BTRFS_FS: enabled (as module)
09:54:53 [2021-04-02T09:54:53.334Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
09:54:53 [2021-04-02T09:54:53.334Z]   - "devicemapper":
09:54:53 [2021-04-02T09:54:53.334Z]     - CONFIG_BLK_DEV_DM: enabled
09:54:53 [2021-04-02T09:54:53.334Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
09:54:53 [2021-04-02T09:54:53.334Z]   - "overlay":
09:54:53 [2021-04-02T09:54:53.334Z]     - CONFIG_OVERLAY_FS: enabled (as module)
09:54:53 [2021-04-02T09:54:53.334Z]   - "zfs":
09:54:53 [2021-04-02T09:54:53.334Z]     - /dev/zfs: present
09:54:53 [2021-04-02T09:54:53.334Z]     - zfs command: missing
09:54:53 [2021-04-02T09:54:53.334Z]     - zpool command: missing
09:54:53 [2021-04-02T09:54:53.334Z] 
09:54:53 [2021-04-02T09:54:53.334Z] Limits:
09:54:53 [2021-04-02T09:54:53.334Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
09:54:53 [2021-04-02T09:54:53.334Z] 
09:54:53 [2021-04-02T09:54:53.334Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
09:54:53 [2021-04-02T09:54:53.661Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 .
09:54:53 [2021-04-02T09:54:53.662Z] #2 [internal] load .dockerignore
09:54:53 [2021-04-02T09:54:53.662Z] #2 sha256:f969a49ca1507be18fdb1f1e88ba6520a6ad24e20bda42a13555b28f09e0452a
09:54:53 [2021-04-02T09:54:53.662Z] #2 transferring context: 87B done
09:54:53 [2021-04-02T09:54:53.917Z] #2 DONE 0.1s
09:54:53 [2021-04-02T09:54:53.917Z] 
09:54:53 [2021-04-02T09:54:53.917Z] #1 [internal] load build definition from Dockerfile
09:54:53 [2021-04-02T09:54:53.917Z] #1 sha256:4b6386f3be76a1ea6dd596d0d8aad2f214a872798f094b5d7f6149c0eb4d3013
09:54:53 [2021-04-02T09:54:53.917Z] #1 transferring dockerfile: 17.02kB done
09:54:53 [2021-04-02T09:54:53.917Z] #1 DONE 0.1s
09:54:53 [2021-04-02T09:54:53.917Z] 
09:54:53 [2021-04-02T09:54:53.917Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
09:54:53 [2021-04-02T09:54:53.917Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
09:54:54 [2021-04-02T09:54:54.478Z] #3 DONE 0.4s
09:54:54 [2021-04-02T09:54:54.478Z] 
09:54:54 [2021-04-02T09:54:54.478Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
09:54:54 [2021-04-02T09:54:54.478Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
09:54:54 [2021-04-02T09:54:54.478Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
09:54:54 [2021-04-02T09:54:54.478Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0B / 9.64MB 0.1s
09:54:54 [2021-04-02T09:54:54.478Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s
09:54:54 [2021-04-02T09:54:54.478Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
09:54:54 [2021-04-02T09:54:54.478Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
09:54:54 [2021-04-02T09:54:54.478Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
09:54:54 [2021-04-02T09:54:54.478Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s done
09:54:54 [2021-04-02T09:54:54.478Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.1s
09:54:54 [2021-04-02T09:54:54.735Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done
09:54:54 [2021-04-02T09:54:54.735Z] #4 DONE 0.5s
09:54:54 [2021-04-02T09:54:54.991Z] 
09:54:54 [2021-04-02T09:54:54.991Z] #6 [internal] load metadata for docker.io/library/debian:buster
09:54:54 [2021-04-02T09:54:54.991Z] #6 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
09:54:55 [2021-04-02T09:54:55.320Z] Still waiting to schedule task
09:54:55 [2021-04-02T09:54:55.320Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-04bcaa621da6e089b)09:54:55 [2021-04-02T09:54:55.321Z] Still waiting to schedule task
09:54:55 [2021-04-02T09:54:55.321Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-04bcaa621da6e089b)09:54:55 [2021-04-02T09:54:55.322Z] Still waiting to schedule task
09:54:55 [2021-04-02T09:54:55.322Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline
09:54:55 [2021-04-02T09:54:55.324Z] Still waiting to schedule task
09:54:55 [2021-04-02T09:54:55.324Z] All nodes of label ‘arm64&&ubuntu-2004’ are offline
09:54:55 [2021-04-02T09:54:55.325Z] Still waiting to schedule task
09:54:55 [2021-04-02T09:54:55.325Z] All nodes of label ‘windows-2019’ are offline
09:54:55 [2021-04-02T09:54:55.918Z] #6 ...
09:54:55 [2021-04-02T09:54:55.918Z] 
09:54:55 [2021-04-02T09:54:55.918Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:54:55 [2021-04-02T09:54:55.918Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
09:54:55 [2021-04-02T09:54:55.918Z] #7 DONE 0.9s
09:54:55 [2021-04-02T09:54:55.918Z] 
09:54:55 [2021-04-02T09:54:55.918Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
09:54:55 [2021-04-02T09:54:55.918Z] #5 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
09:54:55 [2021-04-02T09:54:55.918Z] #5 DONE 0.9s
09:54:55 [2021-04-02T09:54:55.918Z] 
09:54:55 [2021-04-02T09:54:55.918Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:54:55 [2021-04-02T09:54:55.918Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
09:54:56 [2021-04-02T09:54:56.174Z] #8 ...
09:54:56 [2021-04-02T09:54:56.174Z] 
09:54:56 [2021-04-02T09:54:56.174Z] #6 [internal] load metadata for docker.io/library/debian:buster
09:54:56 [2021-04-02T09:54:56.174Z] #6 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
09:54:56 [2021-04-02T09:54:56.174Z] #6 DONE 1.0s
09:54:56 [2021-04-02T09:54:56.174Z] 
09:54:56 [2021-04-02T09:54:56.174Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:54:56 [2021-04-02T09:54:56.174Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
09:54:56 [2021-04-02T09:54:56.174Z] #8 DONE 1.3s
09:54:56 [2021-04-02T09:54:56.441Z] 
09:54:56 [2021-04-02T09:54:56.441Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:54:56 [2021-04-02T09:54:56.441Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:54:56 [2021-04-02T09:54:56.441Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done
09:54:56 [2021-04-02T09:54:56.697Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
09:54:56 [2021-04-02T09:54:56.697Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
09:54:56 [2021-04-02T09:54:56.697Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
09:54:56 [2021-04-02T09:54:56.985Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.1s
09:54:56 [2021-04-02T09:54:56.985Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 1.05MB / 50.40MB 0.1s
09:54:57 [2021-04-02T09:54:57.241Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.34MB / 7.81MB 0.2s
09:54:57 [2021-04-02T09:54:57.241Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 4.19MB / 50.40MB 0.2s
09:54:57 [2021-04-02T09:54:57.241Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.3s
09:54:57 [2021-04-02T09:54:57.241Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 10.49MB / 50.40MB 0.4s
09:54:57 [2021-04-02T09:54:57.497Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s done
09:54:57 [2021-04-02T09:54:57.497Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 20.97MB / 50.40MB 0.6s
09:54:57 [2021-04-02T09:54:57.497Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.15MB / 51.83MB 0.6s
09:54:57 [2021-04-02T09:54:57.497Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0B / 10.00MB 0.6s
09:54:57 [2021-04-02T09:54:57.784Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 33.55MB / 50.40MB 0.8s
09:54:57 [2021-04-02T09:54:57.784Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 15.41MB / 51.83MB 0.8s
09:54:57 [2021-04-02T09:54:57.784Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 38.80MB / 50.40MB 0.9s
09:54:57 [2021-04-02T09:54:57.784Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 20.30MB / 51.83MB 0.9s
09:54:57 [2021-04-02T09:54:57.784Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 7.20MB / 10.00MB 0.9s
09:54:58 [2021-04-02T09:54:58.044Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 45.09MB / 50.40MB 1.0s
09:54:58 [2021-04-02T09:54:58.044Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 28.33MB / 51.83MB 1.0s
09:54:58 [2021-04-02T09:54:58.044Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.0s
09:54:58 [2021-04-02T09:54:58.044Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.2s
09:54:58 [2021-04-02T09:54:58.044Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 42.99MB / 51.83MB 1.2s
09:54:58 [2021-04-02T09:54:58.044Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.2s done
09:54:58 [2021-04-02T09:54:58.044Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 1.2s
09:54:58 [2021-04-02T09:54:58.044Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 50.33MB / 51.83MB 1.3s
09:54:58 [2021-04-02T09:54:58.044Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 6.89MB / 68.67MB 1.3s
09:54:58 [2021-04-02T09:54:58.300Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 15.73MB / 68.67MB 1.4s
09:54:58 [2021-04-02T09:54:58.300Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 26.21MB / 68.67MB 1.5s
09:54:58 [2021-04-02T09:54:58.559Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.6s done
09:54:58 [2021-04-02T09:54:58.559Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 34.07MB / 68.67MB 1.6s
09:54:58 [2021-04-02T09:54:58.559Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 37.75MB / 68.67MB 1.7s
09:54:58 [2021-04-02T09:54:58.823Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 49.28MB / 68.67MB 1.9s
09:54:58 [2021-04-02T09:54:58.823Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7
09:54:58 [2021-04-02T09:54:58.823Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.0s done
09:54:58 [2021-04-02T09:54:58.823Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 2.1s
09:54:59 [2021-04-02T09:54:59.081Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 61.87MB / 68.67MB 2.2s
09:54:59 [2021-04-02T09:54:59.081Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.2s
09:54:59 [2021-04-02T09:54:59.081Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 2.2s
09:54:59 [2021-04-02T09:54:59.081Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.16MB / 68.67MB 2.3s
09:54:59 [2021-04-02T09:54:59.081Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.2s done
09:54:59 [2021-04-02T09:54:59.338Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.49MB / 120.17MB 2.4s
09:54:59 [2021-04-02T09:54:59.594Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 24.12MB / 120.17MB 2.7s
09:54:59 [2021-04-02T09:54:59.594Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 30.41MB / 120.17MB 2.8s
09:54:59 [2021-04-02T09:54:59.851Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.0s done
09:54:59 [2021-04-02T09:54:59.851Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 39.59MB / 120.17MB 3.0s
09:55:00 [2021-04-02T09:55:00.107Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 46.14MB / 120.17MB 3.1s
09:55:00 [2021-04-02T09:55:00.107Z] #9 ...
09:55:00 [2021-04-02T09:55:00.107Z] 
09:55:00 [2021-04-02T09:55:00.107Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:55:00 [2021-04-02T09:55:00.107Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
09:55:00 [2021-04-02T09:55:00.107Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done
09:55:00 [2021-04-02T09:55:00.107Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
09:55:00 [2021-04-02T09:55:00.107Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
09:55:00 [2021-04-02T09:55:00.107Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
09:55:00 [2021-04-02T09:55:00.107Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done
09:55:00 [2021-04-02T09:55:00.107Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.9s done
09:55:00 [2021-04-02T09:55:00.107Z] #62 DONE 3.7s
09:55:00 [2021-04-02T09:55:00.107Z] 
09:55:00 [2021-04-02T09:55:00.107Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:55:00 [2021-04-02T09:55:00.107Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:55:00 [2021-04-02T09:55:00.107Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 58.72MB / 120.17MB 3.3s
09:55:00 [2021-04-02T09:55:00.370Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 67.11MB / 120.17MB 3.4s
09:55:00 [2021-04-02T09:55:00.370Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 75.50MB / 120.17MB 3.5s
09:55:00 [2021-04-02T09:55:00.370Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 83.89MB / 120.17MB 3.6s
09:55:00 [2021-04-02T09:55:00.629Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 93.32MB / 120.17MB 3.8s
09:55:00 [2021-04-02T09:55:00.886Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 105.05MB / 120.17MB 4.1s
09:55:01 [2021-04-02T09:55:01.143Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 113.59MB / 120.17MB 4.3s
09:55:01 [2021-04-02T09:55:01.399Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 4.4s
09:55:01 [2021-04-02T09:55:01.960Z] #9 ...
09:55:01 [2021-04-02T09:55:01.960Z] 
09:55:01 [2021-04-02T09:55:01.960Z] #23 [internal] load build context
09:55:01 [2021-04-02T09:55:01.960Z] #23 sha256:77be2d6c458abdbfb30dbaccaa4f6db6a5ed4cfef0d5c0d2c8cd163ae13dca4e
09:55:01 [2021-04-02T09:55:01.960Z] #23 transferring context: 53.42MB 4.9s done
09:55:01 [2021-04-02T09:55:01.960Z] #23 DONE 5.5s
09:55:01 [2021-04-02T09:55:01.960Z] 
09:55:01 [2021-04-02T09:55:01.960Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:55:01 [2021-04-02T09:55:01.960Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:55:02 [2021-04-02T09:55:02.896Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.1s done
09:55:03 [2021-04-02T09:55:03.152Z] #9 ...
09:55:03 [2021-04-02T09:55:03.152Z] 
09:55:03 [2021-04-02T09:55:03.152Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:55:03 [2021-04-02T09:55:03.152Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
09:55:03 [2021-04-02T09:55:03.152Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done
09:55:03 [2021-04-02T09:55:03.152Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
09:55:03 [2021-04-02T09:55:03.152Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
09:55:03 [2021-04-02T09:55:03.152Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
09:55:03 [2021-04-02T09:55:03.152Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.2s done
09:55:03 [2021-04-02T09:55:03.152Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.6s done
09:55:03 [2021-04-02T09:55:03.152Z] #64 DONE 6.6s
09:55:03 [2021-04-02T09:55:03.152Z] 
09:55:03 [2021-04-02T09:55:03.152Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:55:03 [2021-04-02T09:55:03.152Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:55:04 [2021-04-02T09:55:04.081Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.2s
09:55:04 [2021-04-02T09:55:04.081Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.3s done
09:55:04 [2021-04-02T09:55:04.643Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
09:55:04 [2021-04-02T09:55:04.643Z] #9 ...
09:55:04 [2021-04-02T09:55:04.643Z] 
09:55:04 [2021-04-02T09:55:04.643Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
09:55:04 [2021-04-02T09:55:04.643Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
09:55:04 [2021-04-02T09:55:04.643Z] #63 DONE 0.7s
09:55:04 [2021-04-02T09:55:04.900Z] 
09:55:04 [2021-04-02T09:55:04.900Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:55:04 [2021-04-02T09:55:04.900Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:55:05 [2021-04-02T09:55:05.462Z] #9 ...
09:55:05 [2021-04-02T09:55:05.462Z] 
09:55:05 [2021-04-02T09:55:05.462Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
09:55:05 [2021-04-02T09:55:05.462Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
09:55:05 [2021-04-02T09:55:05.462Z] #65 DONE 0.6s
09:55:05 [2021-04-02T09:55:05.462Z] 
09:55:05 [2021-04-02T09:55:05.462Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:55:05 [2021-04-02T09:55:05.462Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:55:05 [2021-04-02T09:55:05.462Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.7s done
09:55:05 [2021-04-02T09:55:05.462Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
09:55:06 [2021-04-02T09:55:06.024Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.7s done
09:55:06 [2021-04-02T09:55:06.281Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab
09:55:06 [2021-04-02T09:55:06.537Z] #9 ...
09:55:06 [2021-04-02T09:55:06.537Z] 
09:55:06 [2021-04-02T09:55:06.537Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b
09:55:06 [2021-04-02T09:55:06.537Z] #26 sha256:53816807411efe1f35e19f1e99808535cd16125331b7e912d3ae84ebf9049cab
09:55:06 [2021-04-02T09:55:06.537Z] #26 resolve docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b 0.2s done
09:55:06 [2021-04-02T09:55:06.537Z] #26 sha256:57198c0f3bb6172ab28f3351d5eca9239527e22a59287174e8b9a73156075bef 529B / 529B done
09:55:06 [2021-04-02T09:55:06.537Z] #26 sha256:109b803c6a30d5b613caf528e4b8f96d2aa4205c58de6ac494825d81380125c8 1.46kB / 1.46kB done
09:55:06 [2021-04-02T09:55:06.537Z] #26 sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b 1.85kB / 1.85kB done
09:55:06 [2021-04-02T09:55:06.537Z] #26 sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 50.43MB / 50.43MB 5.6s done
09:55:06 [2021-04-02T09:55:06.537Z] #26 extracting sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 3.5s
09:55:06 [2021-04-02T09:55:06.537Z] #26 extracting sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 3.8s done
09:55:06 [2021-04-02T09:55:06.537Z] #26 ...
09:55:06 [2021-04-02T09:55:06.537Z] 
09:55:06 [2021-04-02T09:55:06.537Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:55:06 [2021-04-02T09:55:06.537Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:55:07 [2021-04-02T09:55:07.100Z] #9 ...
09:55:07 [2021-04-02T09:55:07.100Z] 
09:55:07 [2021-04-02T09:55:07.100Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b
09:55:07 [2021-04-02T09:55:07.100Z] #26 sha256:53816807411efe1f35e19f1e99808535cd16125331b7e912d3ae84ebf9049cab
09:55:07 [2021-04-02T09:55:07.100Z] #26 DONE 10.2s
09:55:07 [2021-04-02T09:55:07.100Z] 
09:55:07 [2021-04-02T09:55:07.100Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:55:07 [2021-04-02T09:55:07.100Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:55:10 [2021-04-02T09:55:10.372Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.7s done
09:55:10 [2021-04-02T09:55:10.372Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551
09:55:14 [2021-04-02T09:55:14.544Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.8s done
09:55:14 [2021-04-02T09:55:14.544Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e
09:55:15 [2021-04-02T09:55:15.108Z] #9 ...
09:55:15 [2021-04-02T09:55:15.108Z] 
09:55:15 [2021-04-02T09:55:15.108Z] #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
09:55:15 [2021-04-02T09:55:15.108Z] #27 sha256:fe0652333e9397ad75a464bf99138ad703d8648dbec0894f017deea5d88ff8f8
09:55:15 [2021-04-02T09:55:15.108Z] #27 1.091 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 1.091 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 1.102 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 1.236 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [271 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 1.447 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 1.722 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
09:55:15 [2021-04-02T09:55:15.108Z] #27 3.341 Fetched 8426 kB in 2s (3382 kB/s)
09:55:15 [2021-04-02T09:55:15.108Z] #27 3.341 Reading package lists...
09:55:15 [2021-04-02T09:55:15.108Z] #27 4.253 Reading package lists...
09:55:15 [2021-04-02T09:55:15.108Z] #27 5.153 Building dependency tree...
09:55:15 [2021-04-02T09:55:15.108Z] #27 5.469 The following additional packages will be installed:
09:55:15 [2021-04-02T09:55:15.108Z] #27 5.469   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
09:55:15 [2021-04-02T09:55:15.108Z] #27 5.469   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
09:55:15 [2021-04-02T09:55:15.108Z] #27 5.470   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
09:55:15 [2021-04-02T09:55:15.108Z] #27 5.472 Suggested packages:
09:55:15 [2021-04-02T09:55:15.108Z] #27 5.472   krb5-doc krb5-user
09:55:15 [2021-04-02T09:55:15.108Z] #27 5.472 Recommended packages:
09:55:15 [2021-04-02T09:55:15.108Z] #27 5.472   krb5-locales publicsuffix libsasl2-modules
09:55:15 [2021-04-02T09:55:15.108Z] #27 5.693 The following NEW packages will be installed:
09:55:15 [2021-04-02T09:55:15.108Z] #27 5.693   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
09:55:15 [2021-04-02T09:55:15.108Z] #27 5.693   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
09:55:15 [2021-04-02T09:55:15.108Z] #27 5.693   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
09:55:15 [2021-04-02T09:55:15.108Z] #27 5.693   libssh2-1 libssl1.1 openssl
09:55:15 [2021-04-02T09:55:15.108Z] #27 5.972 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
09:55:15 [2021-04-02T09:55:15.108Z] #27 5.972 Need to get 5059 kB of archives.
09:55:15 [2021-04-02T09:55:15.108Z] #27 5.972 After this operation, 12.1 MB of additional disk space will be used.
09:55:15 [2021-04-02T09:55:15.108Z] #27 5.972 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 5.974 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 5.989 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 5.989 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 5.989 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 5.989 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.001 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.008 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.011 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.018 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.018 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.026 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.029 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.029 Get:14 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.033 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.037 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.038 Get:17 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.045 Get:18 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.050 Get:19 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.053 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.061 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.206 debconf: delaying package configuration, since apt-utils is not installed
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.235 Fetched 5059 kB in 0s (14.7 MB/s)
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.281 Selecting previously unselected package libssl1.1:amd64.
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.281 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.283 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.298 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.492 Selecting previously unselected package openssl.
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.494 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.498 Unpacking openssl (1.1.1d-0+deb10u6) ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.631 Selecting previously unselected package ca-certificates.
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.631 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.634 Unpacking ca-certificates (20200601~deb10u2) ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.703 Selecting previously unselected package libkeyutils1:amd64.
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.703 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.707 Unpacking libkeyutils1:amd64 (1.6-6) ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.744 Selecting previously unselected package libkrb5support0:amd64.
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.744 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.749 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.794 Selecting previously unselected package libk5crypto3:amd64.
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.795 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.800 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.861 Selecting previously unselected package libkrb5-3:amd64.
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.864 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.867 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.969 Selecting previously unselected package libgssapi-krb5-2:amd64.
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.969 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 6.976 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.028 Selecting previously unselected package libsasl2-modules-db:amd64.
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.028 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.032 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.074 Selecting previously unselected package libsasl2-2:amd64.
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.076 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.080 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.125 Selecting previously unselected package libldap-common.
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.128 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.134 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.176 Selecting previously unselected package libldap-2.4-2:amd64.
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.176 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.181 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.253 Selecting previously unselected package libnghttp2-14:amd64.
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.253 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.255 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.333 Selecting previously unselected package libpsl5:amd64.
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.333 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.336 Unpacking libpsl5:amd64 (0.20.2-2) ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.382 Selecting previously unselected package librtmp1:amd64.
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.383 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.387 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.431 Selecting previously unselected package libssh2-1:amd64.
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.431 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.434 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.489 Selecting previously unselected package libcurl4:amd64.
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.489 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.494 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.575 Selecting previously unselected package curl.
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.575 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.580 Unpacking curl (7.64.0-4+deb10u2) ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.647 Selecting previously unselected package libonig5:amd64.
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.647 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
09:55:15 [2021-04-02T09:55:15.108Z] #27 7.649 Unpacking libonig5:amd64 (6.9.1-1) ...
09:55:15 [2021-04-02T09:55:15.109Z] #27 7.711 Selecting previously unselected package libjq1:amd64.
09:55:15 [2021-04-02T09:55:15.109Z] #27 7.711 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
09:55:15 [2021-04-02T09:55:15.109Z] #27 7.715 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
09:55:15 [2021-04-02T09:55:15.109Z] #27 7.776 Selecting previously unselected package jq.
09:55:15 [2021-04-02T09:55:15.109Z] #27 7.776 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
09:55:15 [2021-04-02T09:55:15.109Z] #27 7.779 Unpacking jq (1.5+dfsg-2+b1) ...
09:55:15 [2021-04-02T09:55:15.109Z] #27 7.821 Setting up libkeyutils1:amd64 (1.6-6) ...
09:55:15 [2021-04-02T09:55:15.109Z] #27 7.834 Setting up libpsl5:amd64 (0.20.2-2) ...
09:55:15 [2021-04-02T09:55:15.109Z] #27 7.844 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
09:55:15 [2021-04-02T09:55:15.109Z] #27 7.960 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
09:55:15 [2021-04-02T09:55:15.109Z] #27 7.972 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
09:55:15 [2021-04-02T09:55:15.109Z] #27 7.988 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
09:55:15 [2021-04-02T09:55:15.109Z] #27 8.000 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
09:55:15 [2021-04-02T09:55:15.109Z] #27 8.011 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
09:55:15 [2021-04-02T09:55:15.109Z] #27 8.024 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
09:55:15 [2021-04-02T09:55:15.109Z] #27 8.065 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
09:55:15 [2021-04-02T09:55:15.109Z] #27 8.078 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
09:55:15 [2021-04-02T09:55:15.109Z] #27 8.089 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
09:55:15 [2021-04-02T09:55:15.109Z] #27 8.103 Setting up openssl (1.1.1d-0+deb10u6) ...
09:55:15 [2021-04-02T09:55:15.109Z] #27 8.126 Setting up libonig5:amd64 (6.9.1-1) ...
09:55:15 [2021-04-02T09:55:15.109Z] #27 8.139 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
09:55:15 [2021-04-02T09:55:15.109Z] #27 8.150 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
09:55:15 [2021-04-02T09:55:15.109Z] #27 8.162 Setting up ca-certificates (20200601~deb10u2) ...
09:55:15 [2021-04-02T09:55:15.109Z] #27 ...
09:55:15 [2021-04-02T09:55:15.109Z] 
09:55:15 [2021-04-02T09:55:15.109Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:55:15 [2021-04-02T09:55:15.109Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:55:20 [2021-04-02T09:55:20.362Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.0s
09:55:20 [2021-04-02T09:55:20.362Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.6s done
09:55:20 [2021-04-02T09:55:20.362Z] #9 ...
09:55:20 [2021-04-02T09:55:20.362Z] 
09:55:20 [2021-04-02T09:55:20.362Z] #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
09:55:20 [2021-04-02T09:55:20.362Z] #27 sha256:fe0652333e9397ad75a464bf99138ad703d8648dbec0894f017deea5d88ff8f8
09:55:20 [2021-04-02T09:55:20.362Z] #27 8.755 Updating certificates in /etc/ssl/certs...
09:55:20 [2021-04-02T09:55:20.362Z] #27 9.509 137 added, 0 removed; done.
09:55:20 [2021-04-02T09:55:20.362Z] #27 9.574 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
09:55:20 [2021-04-02T09:55:20.362Z] #27 9.586 Setting up jq (1.5+dfsg-2+b1) ...
09:55:20 [2021-04-02T09:55:20.362Z] #27 9.598 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
09:55:20 [2021-04-02T09:55:20.362Z] #27 9.608 Setting up curl (7.64.0-4+deb10u2) ...
09:55:20 [2021-04-02T09:55:20.362Z] #27 9.620 Processing triggers for libc-bin (2.28-10) ...
09:55:20 [2021-04-02T09:55:20.362Z] #27 9.640 Processing triggers for ca-certificates (20200601~deb10u2) ...
09:55:20 [2021-04-02T09:55:20.362Z] #27 9.649 Updating certificates in /etc/ssl/certs...
09:55:20 [2021-04-02T09:55:20.362Z] #27 10.31 0 added, 0 removed; done.
09:55:20 [2021-04-02T09:55:20.362Z] #27 10.31 Running hooks in /etc/ca-certificates/update.d...
09:55:20 [2021-04-02T09:55:20.362Z] #27 10.31 done.
09:55:20 [2021-04-02T09:55:20.362Z] #27 DONE 13.2s
09:55:20 [2021-04-02T09:55:20.362Z] 
09:55:20 [2021-04-02T09:55:20.362Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:55:20 [2021-04-02T09:55:20.362Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:55:20 [2021-04-02T09:55:20.362Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
09:55:20 [2021-04-02T09:55:20.362Z] #9 ...
09:55:20 [2021-04-02T09:55:20.362Z] 
09:55:20 [2021-04-02T09:55:20.362Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
09:55:20 [2021-04-02T09:55:20.362Z] #28 sha256:81011ea5b7785bdc2b7947f77101dd29c35419dc7bd31dd5d6e62a49a468a657
09:55:20 [2021-04-02T09:55:20.362Z] #28 DONE 0.1s
09:55:20 [2021-04-02T09:55:20.362Z] 
09:55:20 [2021-04-02T09:55:20.362Z] #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
09:55:20 [2021-04-02T09:55:20.362Z] #29 sha256:3c7a126b21b14e07e2bab0cf93886e4997ef02982491481e3317198c5820a4e7
09:55:20 [2021-04-02T09:55:20.362Z] #29 ...
09:55:20 [2021-04-02T09:55:20.362Z] 
09:55:20 [2021-04-02T09:55:20.362Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:55:20 [2021-04-02T09:55:20.362Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:55:20 [2021-04-02T09:55:20.362Z] #9 DONE 24.0s
09:55:20 [2021-04-02T09:55:20.618Z] 
09:55:20 [2021-04-02T09:55:20.618Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
09:55:20 [2021-04-02T09:55:20.618Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
09:55:21 [2021-04-02T09:55:21.184Z] #10 DONE 0.6s
09:55:21 [2021-04-02T09:55:21.184Z] 
09:55:21 [2021-04-02T09:55:21.184Z] #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
09:55:21 [2021-04-02T09:55:21.184Z] #29 sha256:3c7a126b21b14e07e2bab0cf93886e4997ef02982491481e3317198c5820a4e7
09:55:21 [2021-04-02T09:55:21.184Z] #29 0.975 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
09:55:21 [2021-04-02T09:55:21.441Z] #29 1.112 
09:55:21 [2021-04-02T09:55:21.961Z] #29 1.233 
#########                                                                 12.9%
##########################                                                36.8%
########################################                                  56.0%
####################################################                      73.0%
#####################################################################     96.5%
######################################################################## 100.0%
09:55:21 [2021-04-02T09:55:21.961Z] #29 1.717 
09:55:22 [2021-04-02T09:55:22.218Z] #29 1.825 
######################################################################## 100.0%
09:55:22 [2021-04-02T09:55:22.218Z] #29 1.880 
09:55:22 [2021-04-02T09:55:22.218Z] #29 1.991 
#################################################################         91.3%
######################################################################## 100.0%
09:55:22 [2021-04-02T09:55:22.218Z] #29 2.061 
09:55:22 [2021-04-02T09:55:22.479Z] 
09:55:22 [2021-04-02T09:55:22.479Z] #29 ...
09:55:22 [2021-04-02T09:55:22.479Z] 
09:55:22 [2021-04-02T09:55:22.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
09:55:22 [2021-04-02T09:55:22.479Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
09:55:22 [2021-04-02T09:55:22.479Z] #11 DONE 1.4s
09:55:22 [2021-04-02T09:55:22.479Z] 
09:55:22 [2021-04-02T09:55:22.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
09:55:22 [2021-04-02T09:55:22.479Z] #29 sha256:3c7a126b21b14e07e2bab0cf93886e4997ef02982491481e3317198c5820a4e7
09:55:22 [2021-04-02T09:55:22.742Z] #29 2.173 
############                                                              16.9%
##########################                                                36.7%
####################################                                      50.8%
######################################################                    75.8%
#####################################################################     97.1%
######################################################################## 100.0%
09:55:22 [2021-04-02T09:55:22.999Z] #29 2.700 
09:55:23 [2021-04-02T09:55:23.263Z] #29 2.835 
                                                                           0.0%
###                                                                        5.0%
09:55:23 [2021-04-02T09:55:23.263Z] #29 ...
09:55:23 [2021-04-02T09:55:23.263Z] 
09:55:23 [2021-04-02T09:55:23.263Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
09:55:23 [2021-04-02T09:55:23.263Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
09:55:23 [2021-04-02T09:55:23.263Z] #31 DONE 0.8s
09:55:23 [2021-04-02T09:55:23.263Z] 
09:55:23 [2021-04-02T09:55:23.263Z] #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
09:55:23 [2021-04-02T09:55:23.263Z] #29 sha256:3c7a126b21b14e07e2bab0cf93886e4997ef02982491481e3317198c5820a4e7
09:55:23 [2021-04-02T09:55:23.263Z] #29 2.835 
                                                                           0.0%
###                                                                        5.0%
###########                                                               15.6%
09:55:23 [2021-04-02T09:55:23.263Z] #29 ...
09:55:23 [2021-04-02T09:55:23.263Z] 
09:55:23 [2021-04-02T09:55:23.263Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
09:55:23 [2021-04-02T09:55:23.263Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
09:55:23 [2021-04-02T09:55:23.263Z] #39 DONE 0.8s
09:55:23 [2021-04-02T09:55:23.263Z] 
09:55:23 [2021-04-02T09:55:23.263Z] #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
09:55:23 [2021-04-02T09:55:23.263Z] #29 sha256:3c7a126b21b14e07e2bab0cf93886e4997ef02982491481e3317198c5820a4e7
09:55:25 [2021-04-02T09:55:25.324Z] #29 2.835 
                                                                           0.0%
###                                                                        5.0%
###########                                                               15.6%
###############                                                           21.5%
###################                                                       26.7%
#####################                                                     29.3%
#####################                                                     29.7%
#######################                                                   33.0%
##########################                                                36.5%
############################                                              40.1%
###############################                                           43.7%
##################################                                        47.4%
#####################################                                     51.6%
########################################                                  56.6%
############################################                              61.5%
################################################                          67.0%
####################################################                      73.0%
########################################################                  78.7%
#############################################################             85.5%
##################################################################        92.8%
######################################################################    97.6%
######################################################################## 100.0%
09:55:25 [2021-04-02T09:55:25.324Z] #29 5.085 
09:55:25 [2021-04-02T09:55:25.581Z] #29 5.408 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
09:55:25 [2021-04-02T09:55:25.838Z] #29 5.529 
09:55:25 [2021-04-02T09:55:25.838Z] #29 5.606 
######################################################################## 100.0%
09:55:25 [2021-04-02T09:55:25.838Z] #29 5.641 
09:55:26 [2021-04-02T09:55:26.401Z] #29 5.975 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
09:55:26 [2021-04-02T09:55:26.401Z] #29 6.089 
09:55:26 [2021-04-02T09:55:26.657Z] #29 6.214 
##############################                                            42.7%
####################################################################      95.6%
######################################################################## 100.0%
09:55:26 [2021-04-02T09:55:26.657Z] #29 6.379 
09:55:26 [2021-04-02T09:55:26.915Z] #29 6.758 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
09:55:27 [2021-04-02T09:55:27.171Z] #29 6.858 
09:55:27 [2021-04-02T09:55:27.951Z] #29 7.039 
                                                                           0.0%
####                                                                       6.5%
######################                                                    31.2%
#################################                                         47.1%
###########################################                               60.4%
############################################################              84.1%
######################################################################## 100.0%
09:55:27 [2021-04-02T09:55:27.951Z] #29 7.696 
09:55:28 [2021-04-02T09:55:28.514Z] #29 8.201 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
09:55:28 [2021-04-02T09:55:28.514Z] #29 8.393 
09:55:28 [2021-04-02T09:55:28.770Z] #29 ...
09:55:28 [2021-04-02T09:55:28.770Z] 
09:55:28 [2021-04-02T09:55:28.770Z] #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
09:55:28 [2021-04-02T09:55:28.770Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9
09:55:28 [2021-04-02T09:55:28.770Z] #12 DONE 6.2s
09:55:28 [2021-04-02T09:55:28.770Z] 
09:55:28 [2021-04-02T09:55:28.770Z] #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
09:55:28 [2021-04-02T09:55:28.770Z] #29 sha256:3c7a126b21b14e07e2bab0cf93886e4997ef02982491481e3317198c5820a4e7
09:55:28 [2021-04-02T09:55:28.770Z] #29 8.519 
######################################################################## 100.0%
09:55:28 [2021-04-02T09:55:28.770Z] #29 ...
09:55:28 [2021-04-02T09:55:28.770Z] 
09:55:28 [2021-04-02T09:55:28.770Z] #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
09:55:28 [2021-04-02T09:55:28.770Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:55:29 [2021-04-02T09:55:29.071Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-037de144a836d3b35) in /home/ubuntu/workspace/moby_PR-42182
[Pipeline] {
[Pipeline] checkout
09:55:29 [2021-04-02T09:55:29.222Z] The recommended git tool is: git
09:55:31 [2021-04-02T09:55:31.292Z] #13 ...
09:55:31 [2021-04-02T09:55:31.292Z] 
09:55:31 [2021-04-02T09:55:31.292Z] #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
09:55:31 [2021-04-02T09:55:31.292Z] #29 sha256:3c7a126b21b14e07e2bab0cf93886e4997ef02982491481e3317198c5820a4e7
09:55:31 [2021-04-02T09:55:31.292Z] #29 8.617 
09:55:31 [2021-04-02T09:55:31.292Z] #29 9.381 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
09:55:31 [2021-04-02T09:55:31.292Z] #29 10.05 
09:55:31 [2021-04-02T09:55:31.292Z] #29 10.44 
######################################################################## 100.0%
09:55:31 [2021-04-02T09:55:31.292Z] #29 10.51 
09:55:31 [2021-04-02T09:55:31.292Z] #29 10.63 Download of images into '/build' complete.
09:55:31 [2021-04-02T09:55:31.292Z] #29 10.63 Use something like the following to load the result into a Docker daemon:
09:55:31 [2021-04-02T09:55:31.292Z] #29 10.63   tar -cC '/build' . | docker load
09:55:31 [2021-04-02T09:55:31.292Z] #29 DONE 10.8s
09:55:31 [2021-04-02T09:55:31.292Z] 
09:55:31 [2021-04-02T09:55:31.292Z] #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
09:55:31 [2021-04-02T09:55:31.292Z] #47 sha256:3e7255958e2d487d419703837aa5339c1a05b09d89ba8ed47eafa4f750ee9872
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.721 + RM_GOPATH=0
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.725 + TMP_GOPATH=
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.725 + : /build
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.725 + '[' -z '' ']'
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.729 ++ mktemp -d
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.771 + export GOPATH=/tmp/tmp.OTjc5jcwjk
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.771 + GOPATH=/tmp/tmp.OTjc5jcwjk
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.771 + RM_GOPATH=1
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.771 + case "$(go env GOARCH)" in
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.775 ++ go env GOARCH
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.813 + export GO_BUILDMODE=-buildmode=pie
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.813 + GO_BUILDMODE=-buildmode=pie
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.829 ++ dirname /tmp/install/install.sh
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.834 + dir=/tmp/install
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.834 + bin=gotestsum
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.834 + shift
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.834 + '[' '!' -f /tmp/install/gotestsum.installer ']'
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.834 + . /tmp/install/gotestsum.installer
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.845 ++ : v0.5.3
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.845 + install_gotestsum
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.845 + set -e
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.845 + export GO111MODULE=on
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.845 + GO111MODULE=on
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.845 + GOBIN=/build
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.845 + go get gotest.tools/gotestsum@v0.5.3
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.901 go: finding gotest.tools/gotestsum v0.5.3
09:55:31 [2021-04-02T09:55:31.292Z] #47 7.912 go: finding gotest.tools v0.5.3
09:55:31 [2021-04-02T09:55:31.549Z] #47 ...
09:55:31 [2021-04-02T09:55:31.549Z] 
09:55:31 [2021-04-02T09:55:31.549Z] #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
09:55:31 [2021-04-02T09:55:31.549Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:55:31 [2021-04-02T09:55:31.549Z] #13 2.842 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
09:55:31 [2021-04-02T09:55:31.549Z] #13 2.889 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
09:55:31 [2021-04-02T09:55:31.806Z] #13 2.928 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:55:31 [2021-04-02T09:55:31.806Z] #13 2.966 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:55:32 [2021-04-02T09:55:32.297Z] using credential docker-jenkins-github-credentials
09:55:32 [2021-04-02T09:55:32.305Z] Cloning the remote Git repository
09:55:32 [2021-04-02T09:55:32.305Z] Cloning with configured refspecs honoured and without tags
09:55:32 [2021-04-02T09:55:32.735Z] #13 ...
09:55:32 [2021-04-02T09:55:32.735Z] 
09:55:32 [2021-04-02T09:55:32.735Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
09:55:32 [2021-04-02T09:55:32.735Z] #45 sha256:030ac60024ecdfba769e6c884d4e688b350956879b5a2c3bd6f5e6438912cfba
09:55:32 [2021-04-02T09:55:32.735Z] #45 6.935 + RM_GOPATH=0
09:55:32 [2021-04-02T09:55:32.735Z] #45 6.935 + TMP_GOPATH=
09:55:32 [2021-04-02T09:55:32.735Z] #45 6.935 + : /build
09:55:32 [2021-04-02T09:55:32.735Z] #45 6.935 + '[' -z '' ']'
09:55:32 [2021-04-02T09:55:32.735Z] #45 6.935 ++ mktemp -d
09:55:32 [2021-04-02T09:55:32.735Z] #45 6.935 + export GOPATH=/tmp/tmp.XgjY01NBGH
09:55:32 [2021-04-02T09:55:32.735Z] #45 6.935 + GOPATH=/tmp/tmp.XgjY01NBGH
09:55:32 [2021-04-02T09:55:32.735Z] #45 6.935 + RM_GOPATH=1
09:55:32 [2021-04-02T09:55:32.735Z] #45 6.935 + case "$(go env GOARCH)" in
09:55:32 [2021-04-02T09:55:32.735Z] #45 6.937 ++ go env GOARCH
09:55:32 [2021-04-02T09:55:32.735Z] #45 6.973 + export GO_BUILDMODE=-buildmode=pie
09:55:32 [2021-04-02T09:55:32.735Z] #45 6.973 + GO_BUILDMODE=-buildmode=pie
09:55:32 [2021-04-02T09:55:32.735Z] #45 6.977 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
09:55:32 [2021-04-02T09:55:32.735Z] #45 6.977 ++ dirname /tmp/install/install.sh
09:55:32 [2021-04-02T09:55:32.735Z] #45 6.977 + dir=/tmp/install
09:55:32 [2021-04-02T09:55:32.735Z] #45 6.977 + bin=vndr
09:55:32 [2021-04-02T09:55:32.735Z] #45 6.977 + shift
09:55:32 [2021-04-02T09:55:32.735Z] #45 6.977 + '[' '!' -f /tmp/install/vndr.installer ']'
09:55:32 [2021-04-02T09:55:32.735Z] #45 6.977 + . /tmp/install/vndr.installer
09:55:32 [2021-04-02T09:55:32.735Z] #45 6.977 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
09:55:32 [2021-04-02T09:55:32.735Z] #45 6.977 + install_vndr
09:55:32 [2021-04-02T09:55:32.735Z] #45 6.977 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
09:55:32 [2021-04-02T09:55:32.735Z] #45 6.977 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.XgjY01NBGH/src/github.com/LK4D4/vndr
09:55:32 [2021-04-02T09:55:32.735Z] #45 6.994 Cloning into '/tmp/tmp.XgjY01NBGH/src/github.com/LK4D4/vndr'...
09:55:32 [2021-04-02T09:55:32.735Z] #45 8.194 + cd /tmp/tmp.XgjY01NBGH/src/github.com/LK4D4/vndr
09:55:32 [2021-04-02T09:55:32.735Z] #45 8.197 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
09:55:32 [2021-04-02T09:55:32.735Z] #45 8.221 + go build -buildmode=pie -v -o /build/vndr .
09:55:32 [2021-04-02T09:55:32.735Z] #45 10.25 runtime/internal/atomic
09:55:32 [2021-04-02T09:55:32.735Z] #45 ...
09:55:32 [2021-04-02T09:55:32.735Z] 
09:55:32 [2021-04-02T09:55:32.735Z] #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
09:55:32 [2021-04-02T09:55:32.735Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
09:55:32 [2021-04-02T09:55:32.735Z] #55 7.190 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
09:55:32 [2021-04-02T09:55:32.735Z] #55 7.298 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:55:32 [2021-04-02T09:55:32.735Z] #55 7.301 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:55:32 [2021-04-02T09:55:32.735Z] #55 9.118 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:55:32 [2021-04-02T09:55:32.735Z] #55 ...
09:55:32 [2021-04-02T09:55:32.735Z] 
09:55:32 [2021-04-02T09:55:32.735Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
09:55:32 [2021-04-02T09:55:32.735Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:55:32 [2021-04-02T09:55:32.735Z] #36 8.311 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
09:55:32 [2021-04-02T09:55:32.735Z] #36 8.415 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:55:32 [2021-04-02T09:55:32.735Z] #36 8.418 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:55:32 [2021-04-02T09:55:32.566Z] Cloning repository https://github.com/moby/moby.git
09:55:32 [2021-04-02T09:55:32.614Z]  > git init /home/ubuntu/workspace/moby_PR-42182 # timeout=10
09:55:32 [2021-04-02T09:55:32.801Z] Fetching upstream changes from https://github.com/moby/moby.git
09:55:32 [2021-04-02T09:55:32.801Z]  > git --version # timeout=10
09:55:32 [2021-04-02T09:55:32.821Z]  > git --version # 'git version 2.17.1'
09:55:32 [2021-04-02T09:55:32.822Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:55:32 [2021-04-02T09:55:32.823Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42182/head:refs/remotes/origin/PR-42182 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:55:32 [2021-04-02T09:55:32.992Z] #36 ...
09:55:32 [2021-04-02T09:55:32.992Z] 
09:55:32 [2021-04-02T09:55:32.992Z] #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
09:55:32 [2021-04-02T09:55:32.992Z] #67 sha256:0234e5a669265729799e5e9d046e5bf0464dacb6efde4e699d3bd203b8a4340d
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.741 + RM_GOPATH=0
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.741 + TMP_GOPATH=
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.742 + : /build
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.742 + '[' -z '' ']'
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.743 ++ mktemp -d
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.760 + export GOPATH=/tmp/tmp.FXtRZemdHa
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.761 + GOPATH=/tmp/tmp.FXtRZemdHa
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.761 + RM_GOPATH=1
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.761 + case "$(go env GOARCH)" in
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.761 ++ go env GOARCH
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.811 + export GO_BUILDMODE=-buildmode=pie
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.817 + GO_BUILDMODE=-buildmode=pie
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.818 ++ dirname /tmp/install/install.sh
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.828 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.828 + dir=/tmp/install
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.828 + bin=proxy
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.828 + shift
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.828 + '[' '!' -f /tmp/install/proxy.installer ']'
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.828 + . /tmp/install/proxy.installer
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.828 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.828 + install_proxy
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.828 + case "$1" in
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.828 + export CGO_ENABLED=0
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.828 + CGO_ENABLED=0
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.828 + _install_proxy
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.828 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46'
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.828 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.FXtRZemdHa/src/github.com/docker/libnetwork
09:55:32 [2021-04-02T09:55:32.992Z] #67 7.828 Cloning into '/tmp/tmp.FXtRZemdHa/src/github.com/docker/libnetwork'...
09:55:32 [2021-04-02T09:55:32.992Z] #67 ...
09:55:32 [2021-04-02T09:55:32.992Z] 
09:55:32 [2021-04-02T09:55:32.992Z] #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
09:55:32 [2021-04-02T09:55:32.992Z] #51 sha256:5817aa0dd6802089fcc18536dd8d9dcc3942d162ccaca8483183374f64ae6053
09:55:32 [2021-04-02T09:55:32.992Z] #51 7.725 + RM_GOPATH=0
09:55:32 [2021-04-02T09:55:32.992Z] #51 7.725 + TMP_GOPATH=
09:55:32 [2021-04-02T09:55:32.992Z] #51 7.725 + : /build
09:55:32 [2021-04-02T09:55:32.992Z] #51 7.725 + '[' -z '' ']'
09:55:32 [2021-04-02T09:55:32.992Z] #51 7.728 ++ mktemp -d
09:55:32 [2021-04-02T09:55:32.992Z] #51 7.729 + export GOPATH=/tmp/tmp.FioDVrmyNK
09:55:32 [2021-04-02T09:55:32.992Z] #51 7.729 + GOPATH=/tmp/tmp.FioDVrmyNK
09:55:32 [2021-04-02T09:55:32.992Z] #51 7.730 + RM_GOPATH=1
09:55:32 [2021-04-02T09:55:32.992Z] #51 7.730 + case "$(go env GOARCH)" in
09:55:32 [2021-04-02T09:55:32.992Z] #51 7.730 ++ go env GOARCH
09:55:32 [2021-04-02T09:55:32.992Z] #51 7.811 + export GO_BUILDMODE=-buildmode=pie
09:55:32 [2021-04-02T09:55:32.992Z] #51 7.817 + GO_BUILDMODE=-buildmode=pie
09:55:32 [2021-04-02T09:55:32.992Z] #51 7.817 ++ dirname /tmp/install/install.sh
09:55:32 [2021-04-02T09:55:32.992Z] #51 7.820 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
09:55:32 [2021-04-02T09:55:32.992Z] #51 7.820 + dir=/tmp/install
09:55:32 [2021-04-02T09:55:32.992Z] #51 7.820 + bin=shfmt
09:55:32 [2021-04-02T09:55:32.992Z] #51 7.820 + shift
09:55:32 [2021-04-02T09:55:32.992Z] #51 7.820 + '[' '!' -f /tmp/install/shfmt.installer ']'
09:55:32 [2021-04-02T09:55:32.992Z] #51 7.820 + . /tmp/install/shfmt.installer
09:55:32 [2021-04-02T09:55:32.992Z] #51 7.820 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
09:55:32 [2021-04-02T09:55:32.992Z] #51 7.820 + install_shfmt
09:55:32 [2021-04-02T09:55:32.992Z] #51 7.820 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
09:55:32 [2021-04-02T09:55:32.992Z] #51 7.820 + git clone https://github.com/mvdan/sh.git /tmp/tmp.FioDVrmyNK/src/github.com/mvdan/sh
09:55:32 [2021-04-02T09:55:32.992Z] #51 7.919 Cloning into '/tmp/tmp.FioDVrmyNK/src/github.com/mvdan/sh'...
09:55:33 [2021-04-02T09:55:33.248Z] #51 ...
09:55:33 [2021-04-02T09:55:33.248Z] 
09:55:33 [2021-04-02T09:55:33.248Z] #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
09:55:33 [2021-04-02T09:55:33.248Z] #49 sha256:30ae6c926c4bd86834cc0ede3b7e44af87646b856590cbd9704a168e5a55c7dd
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.580 + RM_GOPATH=0
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.580 + TMP_GOPATH=
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.580 + : /build
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.580 + '[' -z '' ']'
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.581 ++ mktemp -d
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.582 + export GOPATH=/tmp/tmp.yakHMn3YC6
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.582 + GOPATH=/tmp/tmp.yakHMn3YC6
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.582 + RM_GOPATH=1
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.582 + case "$(go env GOARCH)" in
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.583 ++ go env GOARCH
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.626 + export GO_BUILDMODE=-buildmode=pie
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.626 + GO_BUILDMODE=-buildmode=pie
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.626 ++ dirname /tmp/install/install.sh
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.626 + dir=/tmp/install
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.626 + bin=golangci_lint
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.626 + shift
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.626 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.626 + . /tmp/install/golangci_lint.installer
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.626 ++ : v1.23.8
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.626 + install_golangci_lint
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.626 + set -e
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.626 + export GO111MODULE=on
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.626 + GO111MODULE=on
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.626 + GOBIN=/build
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.626 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.830 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.833 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.841 go: finding github.com/golangci/golangci-lint v1.23.8
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.845 go: finding github.com v1.23.8
09:55:33 [2021-04-02T09:55:33.248Z] #49 6.845 go: finding github.com/golangci v1.23.8
09:55:33 [2021-04-02T09:55:33.248Z] #49 8.140 go: downloading github.com/golangci/golangci-lint v1.23.8
09:55:33 [2021-04-02T09:55:33.248Z] #49 9.118 go: extracting github.com/golangci/golangci-lint v1.23.8
09:55:33 [2021-04-02T09:55:33.505Z] #49 ...
09:55:33 [2021-04-02T09:55:33.505Z] 
09:55:33 [2021-04-02T09:55:33.505Z] #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
09:55:33 [2021-04-02T09:55:33.505Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
09:55:33 [2021-04-02T09:55:33.505Z] #32 6.386 + git clone https://github.com/kolyshkin/go-swagger.git .
09:55:33 [2021-04-02T09:55:33.505Z] #32 6.394 Cloning into '.'...
09:55:33 [2021-04-02T09:55:33.505Z] #32 ...
09:55:33 [2021-04-02T09:55:33.505Z] 
09:55:33 [2021-04-02T09:55:33.505Z] #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
09:55:33 [2021-04-02T09:55:33.505Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
09:55:33 [2021-04-02T09:55:33.505Z] #40 4.731 + git clone https://github.com/docker/distribution.git .
09:55:33 [2021-04-02T09:55:33.505Z] #40 4.736 Cloning into '.'...
09:55:33 [2021-04-02T09:55:33.762Z] #40 ...
09:55:33 [2021-04-02T09:55:33.762Z] 
09:55:33 [2021-04-02T09:55:33.762Z] #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
09:55:33 [2021-04-02T09:55:33.762Z] #24 sha256:3f15cb83b347ed64f1058546407dc54e64cdd8c2c7c72da498aedc34d8ef24db
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.640 + RM_GOPATH=0
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.640 + TMP_GOPATH=
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.640 + : /build
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.640 + '[' -z '' ']'
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.640 ++ mktemp -d
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.640 + export GOPATH=/tmp/tmp.31ttwdPieM
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.640 + GOPATH=/tmp/tmp.31ttwdPieM
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.640 + RM_GOPATH=1
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.640 + case "$(go env GOARCH)" in
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.640 ++ go env GOARCH
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.723 + export GO_BUILDMODE=-buildmode=pie
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.723 + GO_BUILDMODE=-buildmode=pie
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.723 ++ dirname /tmp/install/install.sh
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.728 + dir=/tmp/install
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.728 + bin=dockercli
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.728 + shift
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.728 + '[' '!' -f /tmp/install/dockercli.installer ']'
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.728 + . /tmp/install/dockercli.installer
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.728 ++ : stable
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.728 ++ : 17.06.2-ce
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.729 + install_dockercli
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.729 + echo 'Install docker/cli version 17.06.2-ce from stable'
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.729 ++ uname -m
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.730 + arch=x86_64
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.731 + '[' x86_64 '!=' x86_64 ']'
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.731 + url=https://download.docker.com/linux/static
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.731 + tar -xz docker/docker
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.736 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
09:55:33 [2021-04-02T09:55:33.762Z] #24 6.741 Install docker/cli version 17.06.2-ce from stable
09:55:33 [2021-04-02T09:55:33.762Z] #24 ...
09:55:33 [2021-04-02T09:55:33.762Z] 
09:55:33 [2021-04-02T09:55:33.762Z] #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
09:55:33 [2021-04-02T09:55:33.762Z] #58 sha256:04c63ffc228b18bd77dc62b7707357a4fd5416c7b5c653f34f58f7710573a174
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.722 + RM_GOPATH=0
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.722 + TMP_GOPATH=
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.722 + : /build
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.722 + '[' -z '' ']'
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.722 ++ mktemp -d
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.724 + export GOPATH=/tmp/tmp.uTOdOkY1gb
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.724 + GOPATH=/tmp/tmp.uTOdOkY1gb
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.724 + RM_GOPATH=1
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.724 + case "$(go env GOARCH)" in
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.724 ++ go env GOARCH
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.733 + export GO_BUILDMODE=-buildmode=pie
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.734 + GO_BUILDMODE=-buildmode=pie
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.735 ++ dirname /tmp/install/install.sh
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.742 + dir=/tmp/install
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.742 + bin=rootlesskit
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.742 + shift
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.742 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.742 + . /tmp/install/rootlesskit.installer
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.742 ++ : ed9b8c5cc48d29d0a979dae52a24f6e886795abd
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.742 + install_rootlesskit
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.742 + case "$1" in
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.742 + export CGO_ENABLED=0
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.742 + CGO_ENABLED=0
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.742 + _install_rootlesskit
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.747 Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.747 + echo 'Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd'
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.747 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.uTOdOkY1gb/src/github.com/rootless-containers/rootlesskit
09:55:33 [2021-04-02T09:55:33.762Z] #58 5.748 Cloning into '/tmp/tmp.uTOdOkY1gb/src/github.com/rootless-containers/rootlesskit'...
09:55:33 [2021-04-02T09:55:33.762Z] #58 11.25 + cd /tmp/tmp.uTOdOkY1gb/src/github.com/rootless-containers/rootlesskit
09:55:33 [2021-04-02T09:55:33.762Z] #58 11.25 + git checkout -q ed9b8c5cc48d29d0a979dae52a24f6e886795abd
09:55:33 [2021-04-02T09:55:33.762Z] #58 11.28 + export GO111MODULE=on
09:55:33 [2021-04-02T09:55:33.762Z] #58 11.29 + GO111MODULE=on
09:55:33 [2021-04-02T09:55:33.762Z] #58 11.29 + export GOPROXY=https://proxy.golang.org
09:55:33 [2021-04-02T09:55:33.762Z] #58 11.29 + GOPROXY=https://proxy.golang.org
09:55:33 [2021-04-02T09:55:33.762Z] #58 11.29 + for f in rootlesskit rootlesskit-docker-proxy
09:55:33 [2021-04-02T09:55:33.762Z] #58 11.29 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
09:55:34 [2021-04-02T09:55:34.019Z] #58 ...
09:55:34 [2021-04-02T09:55:34.019Z] 
09:55:34 [2021-04-02T09:55:34.019Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
09:55:34 [2021-04-02T09:55:34.019Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:55:34 [2021-04-02T09:55:34.019Z] #42 6.657 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
09:55:34 [2021-04-02T09:55:34.019Z] #42 6.777 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:55:34 [2021-04-02T09:55:34.019Z] #42 6.898 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:55:34 [2021-04-02T09:55:34.019Z] #42 8.146 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:55:34 [2021-04-02T09:55:34.019Z] #42 ...
09:55:34 [2021-04-02T09:55:34.019Z] 
09:55:34 [2021-04-02T09:55:34.019Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:55:34 [2021-04-02T09:55:34.019Z] #34 sha256:40443f6b058f8677d544a9d9b73124f4e9f09b6cfeb15482b0c4f319a6b78e24
09:55:34 [2021-04-02T09:55:34.019Z] #34 7.221 + RM_GOPATH=0
09:55:34 [2021-04-02T09:55:34.019Z] #34 7.221 + TMP_GOPATH=
09:55:34 [2021-04-02T09:55:34.019Z] #34 7.221 + : /build
09:55:34 [2021-04-02T09:55:34.019Z] #34 7.221 + '[' -z '' ']'
09:55:34 [2021-04-02T09:55:34.019Z] #34 7.221 ++ mktemp -d
09:55:34 [2021-04-02T09:55:34.019Z] #34 7.221 + export GOPATH=/tmp/tmp.MT0kYbxG5D
09:55:34 [2021-04-02T09:55:34.019Z] #34 7.221 + GOPATH=/tmp/tmp.MT0kYbxG5D
09:55:34 [2021-04-02T09:55:34.019Z] #34 7.221 + RM_GOPATH=1
09:55:34 [2021-04-02T09:55:34.019Z] #34 7.221 + case "$(go env GOARCH)" in
09:55:34 [2021-04-02T09:55:34.019Z] #34 7.221 ++ go env GOARCH
09:55:34 [2021-04-02T09:55:34.019Z] #34 7.288 + export GO_BUILDMODE=-buildmode=pie
09:55:34 [2021-04-02T09:55:34.019Z] #34 7.288 + GO_BUILDMODE=-buildmode=pie
09:55:34 [2021-04-02T09:55:34.019Z] #34 7.288 ++ dirname /tmp/install/install.sh
09:55:34 [2021-04-02T09:55:34.019Z] #34 7.289 + dir=/tmp/install
09:55:34 [2021-04-02T09:55:34.019Z] #34 7.289 + bin=tomlv
09:55:34 [2021-04-02T09:55:34.019Z] #34 7.289 + shift
09:55:34 [2021-04-02T09:55:34.019Z] #34 7.289 + '[' '!' -f /tmp/install/tomlv.installer ']'
09:55:34 [2021-04-02T09:55:34.019Z] #34 7.289 + . /tmp/install/tomlv.installer
09:55:34 [2021-04-02T09:55:34.019Z] #34 7.289 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
09:55:34 [2021-04-02T09:55:34.019Z] #34 7.290 + install_tomlv
09:55:34 [2021-04-02T09:55:34.019Z] #34 7.290 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
09:55:34 [2021-04-02T09:55:34.019Z] #34 7.290 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.MT0kYbxG5D/src/github.com/BurntSushi/toml
09:55:34 [2021-04-02T09:55:34.019Z] #34 7.290 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
09:55:34 [2021-04-02T09:55:34.019Z] #34 7.315 Cloning into '/tmp/tmp.MT0kYbxG5D/src/github.com/BurntSushi/toml'...
09:55:34 [2021-04-02T09:55:34.019Z] #34 8.865 + cd /tmp/tmp.MT0kYbxG5D/src/github.com/BurntSushi/toml
09:55:34 [2021-04-02T09:55:34.019Z] #34 8.865 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
09:55:34 [2021-04-02T09:55:34.019Z] #34 8.912 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
09:55:34 [2021-04-02T09:55:34.019Z] #34 9.881 internal/cpu
09:55:34 [2021-04-02T09:55:34.019Z] #34 9.912 runtime/internal/atomic
09:55:34 [2021-04-02T09:55:34.019Z] #34 10.67 runtime/internal/sys
09:55:34 [2021-04-02T09:55:34.019Z] #34 10.96 internal/bytealg
09:55:34 [2021-04-02T09:55:34.019Z] #34 11.20 runtime/internal/math
09:55:34 [2021-04-02T09:55:34.019Z] #34 11.57 math/bits
09:55:34 [2021-04-02T09:55:34.275Z] #34 ...
09:55:34 [2021-04-02T09:55:34.275Z] 
09:55:34 [2021-04-02T09:55:34.275Z] #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
09:55:34 [2021-04-02T09:55:34.275Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:55:34 [2021-04-02T09:55:34.275Z] #42 11.62 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [271 kB]
09:55:36 [2021-04-02T09:55:36.796Z] #42 13.98 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
09:55:39 [2021-04-02T09:55:39.320Z] #42 ...
09:55:39 [2021-04-02T09:55:39.320Z] 
09:55:39 [2021-04-02T09:55:39.320Z] #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
09:55:39 [2021-04-02T09:55:39.320Z] #49 sha256:30ae6c926c4bd86834cc0ede3b7e44af87646b856590cbd9704a168e5a55c7dd
09:55:39 [2021-04-02T09:55:39.320Z] #49 16.54 go: downloading github.com/pkg/errors v0.8.1
09:55:39 [2021-04-02T09:55:39.320Z] #49 16.56 go: downloading github.com/fatih/color v1.7.0
09:55:39 [2021-04-02T09:55:39.320Z] #49 16.58 go: downloading github.com/spf13/viper v1.6.1
09:55:39 [2021-04-02T09:55:39.320Z] #49 16.71 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
09:55:39 [2021-04-02T09:55:39.320Z] #49 16.73 go: downloading github.com/go-critic/go-critic v0.4.1
09:55:39 [2021-04-02T09:55:39.320Z] #49 16.74 go: extracting github.com/pkg/errors v0.8.1
09:55:39 [2021-04-02T09:55:39.320Z] #49 16.85 go: downloading github.com/mitchellh/go-homedir v1.1.0
09:55:39 [2021-04-02T09:55:39.320Z] #49 16.89 go: downloading github.com/spf13/pflag v1.0.5
09:55:39 [2021-04-02T09:55:39.320Z] #49 16.91 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
09:55:39 [2021-04-02T09:55:39.320Z] #49 16.94 go: downloading github.com/spf13/cobra v0.0.5
09:55:39 [2021-04-02T09:55:39.577Z] #49 17.06 go: extracting github.com/spf13/viper v1.6.1
09:55:39 [2021-04-02T09:55:39.577Z] #49 17.12 go: extracting github.com/fatih/color v1.7.0
09:55:39 [2021-04-02T09:55:39.577Z] #49 17.13 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
09:55:39 [2021-04-02T09:55:39.577Z] #49 17.13 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
09:55:39 [2021-04-02T09:55:39.577Z] #49 17.14 go: downloading github.com/mattn/go-colorable v0.1.4
09:55:39 [2021-04-02T09:55:39.577Z] #49 17.20 go: downloading github.com/mattn/go-isatty v0.0.8
09:55:39 [2021-04-02T09:55:39.577Z] #49 17.21 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
09:55:40 [2021-04-02T09:55:40.140Z] #49 17.55 go: extracting github.com/mitchellh/go-homedir v1.1.0
09:55:40 [2021-04-02T09:55:40.140Z] #49 17.57 go: extracting github.com/go-critic/go-critic v0.4.1
09:55:40 [2021-04-02T09:55:40.140Z] #49 17.60 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
09:55:40 [2021-04-02T09:55:40.140Z] #49 17.61 go: extracting github.com/spf13/pflag v1.0.5
09:55:40 [2021-04-02T09:55:40.140Z] #49 17.64 go: extracting github.com/mattn/go-isatty v0.0.8
09:55:40 [2021-04-02T09:55:40.438Z] #49 ...
09:55:40 [2021-04-02T09:55:40.438Z] 
09:55:40 [2021-04-02T09:55:40.438Z] #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
09:55:40 [2021-04-02T09:55:40.438Z] #24 sha256:3f15cb83b347ed64f1058546407dc54e64cdd8c2c7c72da498aedc34d8ef24db
09:55:40 [2021-04-02T09:55:40.438Z] #24 17.22 + mkdir -p /build
09:55:40 [2021-04-02T09:55:40.438Z] #24 17.23 + mv docker/docker /build/
09:55:40 [2021-04-02T09:55:40.438Z] #24 17.24 + rmdir docker
09:55:40 [2021-04-02T09:55:40.438Z] #24 DONE 17.8s
09:55:40 [2021-04-02T09:55:40.438Z] 
09:55:40 [2021-04-02T09:55:40.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
09:55:40 [2021-04-02T09:55:40.438Z] #49 sha256:30ae6c926c4bd86834cc0ede3b7e44af87646b856590cbd9704a168e5a55c7dd
09:55:40 [2021-04-02T09:55:40.438Z] #49 17.77 go: extracting github.com/mattn/go-colorable v0.1.4
09:55:40 [2021-04-02T09:55:40.438Z] #49 17.78 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
09:55:40 [2021-04-02T09:55:40.438Z] #49 17.78 go: extracting github.com/spf13/cobra v0.0.5
09:55:40 [2021-04-02T09:55:40.438Z] #49 17.78 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
09:55:40 [2021-04-02T09:55:40.756Z] #49 18.03 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
09:55:40 [2021-04-02T09:55:40.756Z] #49 18.03 go: downloading github.com/hashicorp/hcl v1.0.0
09:55:41 [2021-04-02T09:55:41.022Z] #49 18.52 go: downloading gopkg.in/ini.v1 v1.51.0
09:55:41 [2021-04-02T09:55:41.022Z] #49 18.56 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
09:55:41 [2021-04-02T09:55:41.968Z] #49 19.23 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
09:55:41 [2021-04-02T09:55:41.968Z] #49 19.26 go: extracting gopkg.in/ini.v1 v1.51.0
09:55:41 [2021-04-02T09:55:41.968Z] #49 19.44 go: extracting github.com/hashicorp/hcl v1.0.0
09:55:41 [2021-04-02T09:55:41.968Z] #49 ...
09:55:41 [2021-04-02T09:55:41.968Z] 
09:55:41 [2021-04-02T09:55:41.968Z] #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
09:55:41 [2021-04-02T09:55:41.968Z] #47 sha256:3e7255958e2d487d419703837aa5339c1a05b09d89ba8ed47eafa4f750ee9872
09:55:41 [2021-04-02T09:55:41.968Z] #47 9.448 go: downloading gotest.tools/gotestsum v0.5.3
09:55:41 [2021-04-02T09:55:41.968Z] #47 10.20 go: extracting gotest.tools/gotestsum v0.5.3
09:55:41 [2021-04-02T09:55:41.968Z] #47 12.60 go: downloading github.com/pkg/errors v0.9.1
09:55:41 [2021-04-02T09:55:41.968Z] #47 12.60 go: downloading github.com/jonboulle/clockwork v0.1.0
09:55:41 [2021-04-02T09:55:41.968Z] #47 12.62 go: downloading github.com/spf13/pflag v1.0.3
09:55:41 [2021-04-02T09:55:41.968Z] #47 12.64 go: downloading github.com/fatih/color v1.9.0
09:55:41 [2021-04-02T09:55:41.968Z] #47 12.84 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
09:55:41 [2021-04-02T09:55:41.968Z] #47 12.91 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
09:55:41 [2021-04-02T09:55:41.968Z] #47 13.16 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
09:55:41 [2021-04-02T09:55:41.968Z] #47 13.24 go: extracting github.com/pkg/errors v0.9.1
09:55:41 [2021-04-02T09:55:41.968Z] #47 13.34 go: extracting github.com/jonboulle/clockwork v0.1.0
09:55:41 [2021-04-02T09:55:41.968Z] #47 13.35 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
09:55:41 [2021-04-02T09:55:41.968Z] #47 13.43 go: extracting github.com/spf13/pflag v1.0.3
09:55:41 [2021-04-02T09:55:41.968Z] #47 13.43 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
09:55:41 [2021-04-02T09:55:41.968Z] #47 13.47 go: extracting github.com/fatih/color v1.9.0
09:55:41 [2021-04-02T09:55:41.968Z] #47 13.47 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
09:55:41 [2021-04-02T09:55:41.968Z] #47 13.47 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
09:55:41 [2021-04-02T09:55:41.968Z] #47 13.61 go: downloading github.com/mattn/go-isatty v0.0.12
09:55:41 [2021-04-02T09:55:41.968Z] #47 13.80 go: downloading github.com/mattn/go-colorable v0.1.6
09:55:41 [2021-04-02T09:55:41.968Z] #47 14.25 go: extracting github.com/mattn/go-colorable v0.1.6
09:55:41 [2021-04-02T09:55:41.968Z] #47 14.59 go: extracting github.com/mattn/go-isatty v0.0.12
09:55:41 [2021-04-02T09:55:41.968Z] #47 15.71 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
09:55:41 [2021-04-02T09:55:41.968Z] #47 18.06 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
09:55:41 [2021-04-02T09:55:41.968Z] #47 ...
09:55:41 [2021-04-02T09:55:41.968Z] 
09:55:41 [2021-04-02T09:55:41.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
09:55:41 [2021-04-02T09:55:41.968Z] #49 sha256:30ae6c926c4bd86834cc0ede3b7e44af87646b856590cbd9704a168e5a55c7dd
09:55:41 [2021-04-02T09:55:41.968Z] #49 19.54 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
09:55:41 [2021-04-02T09:55:41.968Z] #49 19.63 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
09:55:42 [2021-04-02T09:55:42.543Z] #49 19.85 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
09:55:42 [2021-04-02T09:55:42.543Z] #49 20.18 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
09:55:42 [2021-04-02T09:55:42.799Z] #49 20.32 go: downloading github.com/spf13/cast v1.3.0
09:55:42 [2021-04-02T09:55:42.799Z] #49 ...
09:55:42 [2021-04-02T09:55:42.799Z] 
09:55:42 [2021-04-02T09:55:42.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
09:55:42 [2021-04-02T09:55:42.799Z] #45 sha256:030ac60024ecdfba769e6c884d4e688b350956879b5a2c3bd6f5e6438912cfba
09:55:42 [2021-04-02T09:55:42.799Z] #45 10.26 internal/cpu
09:55:42 [2021-04-02T09:55:42.799Z] #45 10.94 runtime/internal/sys
09:55:42 [2021-04-02T09:55:42.799Z] #45 11.47 runtime/internal/math
09:55:42 [2021-04-02T09:55:42.799Z] #45 11.56 internal/race
09:55:42 [2021-04-02T09:55:42.799Z] #45 11.89 sync/atomic
09:55:42 [2021-04-02T09:55:42.799Z] #45 12.04 internal/bytealg
09:55:42 [2021-04-02T09:55:42.799Z] #45 12.34 unicode
09:55:42 [2021-04-02T09:55:42.799Z] #45 12.93 runtime
09:55:42 [2021-04-02T09:55:42.799Z] #45 16.17 unicode/utf8
09:55:42 [2021-04-02T09:55:42.799Z] #45 16.89 internal/testlog
09:55:42 [2021-04-02T09:55:42.799Z] #45 17.26 encoding
09:55:42 [2021-04-02T09:55:42.799Z] #45 17.49 unicode/utf16
09:55:42 [2021-04-02T09:55:42.799Z] #45 17.70 container/list
09:55:42 [2021-04-02T09:55:42.799Z] #45 19.04 crypto/internal/subtle
09:55:42 [2021-04-02T09:55:42.799Z] #45 19.24 crypto/subtle
09:55:42 [2021-04-02T09:55:42.799Z] #45 19.57 vendor/golang.org/x/crypto/cryptobyte/asn1
09:55:42 [2021-04-02T09:55:42.799Z] #45 19.70 internal/nettrace
09:55:42 [2021-04-02T09:55:42.799Z] #45 19.86 runtime/cgo
09:55:42 [2021-04-02T09:55:42.799Z] #45 ...
09:55:42 [2021-04-02T09:55:42.799Z] 
09:55:42 [2021-04-02T09:55:42.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
09:55:42 [2021-04-02T09:55:42.799Z] #49 sha256:30ae6c926c4bd86834cc0ede3b7e44af87646b856590cbd9704a168e5a55c7dd
09:55:42 [2021-04-02T09:55:42.799Z] #49 20.38 go: downloading github.com/go-toolsmith/astfmt v1.0.0
09:55:42 [2021-04-02T09:55:42.799Z] #49 20.38 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
09:55:43 [2021-04-02T09:55:43.056Z] #49 20.50 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
09:55:43 [2021-04-02T09:55:43.056Z] #49 20.50 go: downloading github.com/spf13/jwalterweatherman v1.0.0
09:55:43 [2021-04-02T09:55:43.056Z] #49 20.63 go: extracting github.com/go-toolsmith/astfmt v1.0.0
09:55:43 [2021-04-02T09:55:43.312Z] #49 20.68 go: downloading github.com/fsnotify/fsnotify v1.4.7
09:55:43 [2021-04-02T09:55:43.312Z] #49 20.69 go: extracting github.com/spf13/cast v1.3.0
09:55:43 [2021-04-02T09:55:43.312Z] #49 20.69 go: downloading github.com/go-lintpack/lintpack v0.5.2
09:55:43 [2021-04-02T09:55:43.312Z] #49 20.78 go: extracting github.com/spf13/jwalterweatherman v1.0.0
09:55:43 [2021-04-02T09:55:43.312Z] #49 20.80 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
09:55:43 [2021-04-02T09:55:43.312Z] #49 20.88 go: extracting github.com/fsnotify/fsnotify v1.4.7
09:55:43 [2021-04-02T09:55:43.312Z] #49 20.89 go: downloading github.com/go-toolsmith/astequal v1.0.0
09:55:43 [2021-04-02T09:55:43.312Z] #49 20.99 go: extracting github.com/go-lintpack/lintpack v0.5.2
09:55:43 [2021-04-02T09:55:43.568Z] #49 21.06 go: extracting github.com/go-toolsmith/astequal v1.0.0
09:55:43 [2021-04-02T09:55:43.824Z] #49 21.19 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
09:55:43 [2021-04-02T09:55:43.824Z] #49 21.23 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
09:55:43 [2021-04-02T09:55:43.824Z] #49 ...
09:55:43 [2021-04-02T09:55:43.824Z] 
09:55:43 [2021-04-02T09:55:43.824Z] #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
09:55:43 [2021-04-02T09:55:43.824Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:55:43 [2021-04-02T09:55:43.824Z] #36 11.15 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:55:43 [2021-04-02T09:55:43.824Z] #36 13.14 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [271 kB]
09:55:43 [2021-04-02T09:55:43.824Z] #36 15.58 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
09:55:43 [2021-04-02T09:55:43.824Z] #36 ...
09:55:43 [2021-04-02T09:55:43.824Z] 
09:55:43 [2021-04-02T09:55:43.824Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
09:55:43 [2021-04-02T09:55:43.824Z] #51 sha256:5817aa0dd6802089fcc18536dd8d9dcc3942d162ccaca8483183374f64ae6053
09:55:43 [2021-04-02T09:55:43.824Z] #51 21.01 + cd /tmp/tmp.FioDVrmyNK/src/github.com/mvdan/sh
09:55:43 [2021-04-02T09:55:43.824Z] #51 21.01 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
09:55:43 [2021-04-02T09:55:43.824Z] #51 21.15 + GO111MODULE=on
09:55:43 [2021-04-02T09:55:43.824Z] #51 21.16 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
09:55:44 [2021-04-02T09:55:44.758Z] #51 ...
09:55:44 [2021-04-02T09:55:44.758Z] 
09:55:44 [2021-04-02T09:55:44.758Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
09:55:44 [2021-04-02T09:55:44.758Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:55:44 [2021-04-02T09:55:44.758Z] #13 5.891 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [460 kB]
09:55:44 [2021-04-02T09:55:44.758Z] #13 7.850 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:55:44 [2021-04-02T09:55:44.758Z] #13 9.696 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [271 kB]
09:55:44 [2021-04-02T09:55:44.758Z] #13 12.32 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
09:55:44 [2021-04-02T09:55:44.758Z] #13 ...
09:55:44 [2021-04-02T09:55:44.758Z] 
09:55:44 [2021-04-02T09:55:44.758Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:55:44 [2021-04-02T09:55:44.758Z] #34 sha256:40443f6b058f8677d544a9d9b73124f4e9f09b6cfeb15482b0c4f319a6b78e24
09:55:44 [2021-04-02T09:55:44.758Z] #34 12.29 math
09:55:44 [2021-04-02T09:55:44.758Z] #34 12.45 runtime
09:55:44 [2021-04-02T09:55:44.758Z] #34 16.65 unicode/utf8
09:55:44 [2021-04-02T09:55:44.758Z] #34 17.32 encoding
09:55:44 [2021-04-02T09:55:44.758Z] #34 17.72 runtime/cgo
09:55:45 [2021-04-02T09:55:45.014Z] #34 ...
09:55:45 [2021-04-02T09:55:45.014Z] 
09:55:45 [2021-04-02T09:55:45.014Z] #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
09:55:45 [2021-04-02T09:55:45.014Z] #49 sha256:30ae6c926c4bd86834cc0ede3b7e44af87646b856590cbd9704a168e5a55c7dd
09:55:45 [2021-04-02T09:55:45.014Z] #49 21.49 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
09:55:45 [2021-04-02T09:55:45.014Z] #49 21.60 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
09:55:45 [2021-04-02T09:55:45.014Z] #49 21.65 go: downloading github.com/magiconair/properties v1.8.1
09:55:45 [2021-04-02T09:55:45.014Z] #49 21.88 go: extracting github.com/magiconair/properties v1.8.1
09:55:45 [2021-04-02T09:55:45.014Z] #49 22.09 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
09:55:45 [2021-04-02T09:55:45.014Z] #49 22.12 go: downloading github.com/go-toolsmith/astp v1.0.0
09:55:45 [2021-04-02T09:55:45.014Z] #49 22.25 go: extracting github.com/go-toolsmith/astp v1.0.0
09:55:45 [2021-04-02T09:55:45.014Z] #49 22.25 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
09:55:45 [2021-04-02T09:55:45.105Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-00722cfd08c18d6a7) in /home/ubuntu/workspace/moby_PR-42182
[Pipeline] {
[Pipeline] checkout
09:55:45 [2021-04-02T09:55:45.225Z] The recommended git tool is: git
09:55:45 [2021-04-02T09:55:45.272Z] #49 22.70 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
09:55:45 [2021-04-02T09:55:45.272Z] #49 ...
09:55:45 [2021-04-02T09:55:45.272Z] 
09:55:45 [2021-04-02T09:55:45.272Z] #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
09:55:45 [2021-04-02T09:55:45.272Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
09:55:45 [2021-04-02T09:55:45.272Z] #55 12.72 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [271 kB]
09:55:45 [2021-04-02T09:55:45.272Z] #55 14.56 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
09:55:45 [2021-04-02T09:55:45.272Z] #55 ...
09:55:45 [2021-04-02T09:55:45.272Z] 
09:55:45 [2021-04-02T09:55:45.272Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
09:55:45 [2021-04-02T09:55:45.272Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
09:55:45 [2021-04-02T09:55:45.542Z] #40 22.08 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
09:55:46 [2021-04-02T09:55:46.109Z] #40 ...
09:55:46 [2021-04-02T09:55:46.109Z] 
09:55:46 [2021-04-02T09:55:46.109Z] #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
09:55:46 [2021-04-02T09:55:46.109Z] #58 sha256:04c63ffc228b18bd77dc62b7707357a4fd5416c7b5c653f34f58f7710573a174
09:55:46 [2021-04-02T09:55:46.109Z] #58 13.43 go: downloading github.com/pkg/errors v0.9.1
09:55:46 [2021-04-02T09:55:46.109Z] #58 13.58 go: downloading github.com/gorilla/mux v1.8.0
09:55:46 [2021-04-02T09:55:46.109Z] #58 13.65 go: downloading github.com/moby/vpnkit v0.5.0
09:55:46 [2021-04-02T09:55:46.109Z] #58 13.75 go: downloading github.com/sirupsen/logrus v1.8.1
09:55:46 [2021-04-02T09:55:46.109Z] #58 13.85 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
09:55:46 [2021-04-02T09:55:46.109Z] #58 13.85 go: downloading github.com/gofrs/flock v0.8.0
09:55:46 [2021-04-02T09:55:46.109Z] #58 13.85 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
09:55:46 [2021-04-02T09:55:46.109Z] #58 13.85 go: extracting github.com/pkg/errors v0.9.1
09:55:46 [2021-04-02T09:55:46.109Z] #58 13.88 go: extracting github.com/gorilla/mux v1.8.0
09:55:46 [2021-04-02T09:55:46.109Z] #58 13.93 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
09:55:46 [2021-04-02T09:55:46.109Z] #58 13.93 go: downloading github.com/urfave/cli/v2 v2.3.0
09:55:46 [2021-04-02T09:55:46.109Z] #58 13.96 go: downloading github.com/moby/sys/mountinfo v0.4.1
09:55:46 [2021-04-02T09:55:46.109Z] #58 14.27 go: extracting github.com/gofrs/flock v0.8.0
09:55:46 [2021-04-02T09:55:46.109Z] #58 14.38 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
09:55:46 [2021-04-02T09:55:46.109Z] #58 14.52 go: extracting github.com/moby/sys/mountinfo v0.4.1
09:55:46 [2021-04-02T09:55:46.109Z] #58 14.59 go: extracting github.com/sirupsen/logrus v1.8.1
09:55:46 [2021-04-02T09:55:46.109Z] #58 14.84 go: downloading github.com/google/uuid v1.2.0
09:55:46 [2021-04-02T09:55:46.109Z] #58 15.61 go: extracting github.com/google/uuid v1.2.0
09:55:46 [2021-04-02T09:55:46.109Z] #58 15.71 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
09:55:46 [2021-04-02T09:55:46.109Z] #58 17.13 go: extracting github.com/moby/vpnkit v0.5.0
09:55:46 [2021-04-02T09:55:46.109Z] #58 18.35 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
09:55:46 [2021-04-02T09:55:46.109Z] #58 18.53 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
09:55:46 [2021-04-02T09:55:46.109Z] #58 18.65 go: downloading github.com/u-root/u-root v7.0.0+incompatible
09:55:46 [2021-04-02T09:55:46.109Z] #58 19.54 go: extracting github.com/urfave/cli/v2 v2.3.0
09:55:46 [2021-04-02T09:55:46.109Z] #58 23.38 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
09:55:46 [2021-04-02T09:55:46.109Z] #58 23.59 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
09:55:46 [2021-04-02T09:55:46.109Z] #58 ...
09:55:46 [2021-04-02T09:55:46.109Z] 
09:55:46 [2021-04-02T09:55:46.109Z] #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
09:55:46 [2021-04-02T09:55:46.109Z] #49 sha256:30ae6c926c4bd86834cc0ede3b7e44af87646b856590cbd9704a168e5a55c7dd
09:55:46 [2021-04-02T09:55:46.109Z] #49 23.23 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
09:55:46 [2021-04-02T09:55:46.109Z] #49 23.57 go: downloading github.com/mitchellh/mapstructure v1.1.2
09:55:46 [2021-04-02T09:55:46.109Z] #49 23.63 go: extracting github.com/mitchellh/mapstructure v1.1.2
09:55:48 [2021-04-02T09:55:48.003Z] #49 25.55 go: downloading github.com/subosito/gotenv v1.2.0
09:55:48 [2021-04-02T09:55:48.003Z] #49 25.55 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
09:55:48 [2021-04-02T09:55:48.261Z] #49 25.56 go: downloading github.com/go-toolsmith/strparse v1.0.0
09:55:48 [2021-04-02T09:55:48.261Z] #49 25.57 go: downloading gopkg.in/yaml.v2 v2.2.7
09:55:48 [2021-04-02T09:55:48.261Z] #49 25.57 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
09:55:48 [2021-04-02T09:55:48.261Z] #49 25.57 go: downloading github.com/spf13/afero v1.1.2
09:55:48 [2021-04-02T09:55:48.261Z] #49 25.57 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
09:55:48 [2021-04-02T09:55:48.261Z] #49 25.58 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
09:55:48 [2021-04-02T09:55:48.261Z] #49 25.58 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
09:55:48 [2021-04-02T09:55:48.261Z] #49 25.70 go: downloading github.com/go-toolsmith/astcopy v1.0.0
09:55:48 [2021-04-02T09:55:48.261Z] #49 25.75 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
09:55:48 [2021-04-02T09:55:48.261Z] #49 25.75 go: extracting github.com/subosito/gotenv v1.2.0
09:55:48 [2021-04-02T09:55:48.261Z] #49 25.78 go: extracting github.com/go-toolsmith/astcopy v1.0.0
09:55:48 [2021-04-02T09:55:48.261Z] #49 25.80 go: downloading github.com/go-toolsmith/typep v1.0.0
09:55:48 [2021-04-02T09:55:48.518Z] #49 25.80 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
09:55:48 [2021-04-02T09:55:48.518Z] #49 25.81 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
09:55:48 [2021-04-02T09:55:48.518Z] #49 25.98 go: downloading github.com/uudashr/gocognit v1.0.1
09:55:48 [2021-04-02T09:55:48.518Z] #49 25.98 go: downloading github.com/inconshreveable/mousetrap v1.0.0
09:55:48 [2021-04-02T09:55:48.518Z] #49 26.01 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
09:55:48 [2021-04-02T09:55:48.518Z] #49 26.02 go: extracting github.com/go-toolsmith/strparse v1.0.0
09:55:48 [2021-04-02T09:55:48.518Z] #49 26.05 go: extracting github.com/spf13/afero v1.1.2
09:55:48 [2021-04-02T09:55:48.518Z] #49 26.07 go: extracting gopkg.in/yaml.v2 v2.2.7
09:55:48 [2021-04-02T09:55:48.683Z] using credential docker-jenkins-github-credentials
09:55:48 [2021-04-02T09:55:48.691Z] Cloning the remote Git repository
09:55:48 [2021-04-02T09:55:48.691Z] Cloning with configured refspecs honoured and without tags
09:55:48 [2021-04-02T09:55:48.775Z] #49 26.10 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
09:55:48 [2021-04-02T09:55:48.775Z] #49 26.15 go: downloading github.com/sourcegraph/go-diff v0.5.1
09:55:48 [2021-04-02T09:55:48.775Z] #49 26.16 go: extracting github.com/inconshreveable/mousetrap v1.0.0
09:55:48 [2021-04-02T09:55:48.775Z] #49 26.21 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
09:55:48 [2021-04-02T09:55:48.775Z] #49 26.22 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
09:55:48 [2021-04-02T09:55:48.528Z] Cloning repository https://github.com/moby/moby.git
09:55:48 [2021-04-02T09:55:48.594Z]  > git init /home/ubuntu/workspace/moby_PR-42182 # timeout=10
09:55:49 [2021-04-02T09:55:49.033Z] #49 26.37 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
09:55:49 [2021-04-02T09:55:49.033Z] #49 26.38 go: extracting github.com/uudashr/gocognit v1.0.1
09:55:49 [2021-04-02T09:55:49.033Z] #49 26.39 go: downloading github.com/kisielk/gotool v1.0.0
09:55:49 [2021-04-02T09:55:49.033Z] #49 26.45 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
09:55:49 [2021-04-02T09:55:49.033Z] #49 26.45 go: downloading github.com/pelletier/go-toml v1.2.0
09:55:49 [2021-04-02T09:55:49.033Z] #49 26.52 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
09:55:49 [2021-04-02T09:55:49.033Z] #49 26.53 go: extracting github.com/sourcegraph/go-diff v0.5.1
09:55:49 [2021-04-02T09:55:49.033Z] #49 26.57 go: downloading golang.org/x/text v0.3.2
09:55:49 [2021-04-02T09:55:49.033Z] #49 26.60 go: extracting github.com/go-toolsmith/typep v1.0.0
09:55:49 [2021-04-02T09:55:49.033Z] #49 26.61 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
09:55:49 [2021-04-02T09:55:49.290Z] #49 26.80 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
09:55:49 [2021-04-02T09:55:49.290Z] #49 26.82 go: downloading github.com/stretchr/testify v1.4.0
09:55:49 [2021-04-02T09:55:49.290Z] #49 26.88 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
09:55:49 [2021-04-02T09:55:49.290Z] #49 26.91 go: extracting github.com/kisielk/gotool v1.0.0
09:55:49 [2021-04-02T09:55:49.549Z] #49 26.97 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
09:55:49 [2021-04-02T09:55:49.549Z] #49 27.06 go: downloading github.com/gogo/protobuf v1.2.1
09:55:49 [2021-04-02T09:55:49.549Z] #49 27.16 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
09:55:49 [2021-04-02T09:55:49.549Z] #49 27.16 go: extracting github.com/stretchr/testify v1.4.0
09:55:49 [2021-04-02T09:55:49.806Z] #49 27.19 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
09:55:49 [2021-04-02T09:55:49.806Z] #49 27.29 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
09:55:49 [2021-04-02T09:55:49.806Z] #49 27.31 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
09:55:49 [2021-04-02T09:55:49.806Z] #49 27.41 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
09:55:48 [2021-04-02T09:55:48.824Z] Fetching upstream changes from https://github.com/moby/moby.git
09:55:48 [2021-04-02T09:55:48.825Z]  > git --version # timeout=10
09:55:48 [2021-04-02T09:55:48.843Z]  > git --version # 'git version 2.17.1'
09:55:48 [2021-04-02T09:55:48.843Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:55:48 [2021-04-02T09:55:48.845Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42182/head:refs/remotes/origin/PR-42182 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:55:50 [2021-04-02T09:55:50.063Z] #49 27.49 go: downloading github.com/davecgh/go-spew v1.1.1
09:55:50 [2021-04-02T09:55:50.063Z] #49 27.52 go: downloading github.com/sirupsen/logrus v1.4.2
09:55:50 [2021-04-02T09:55:50.063Z] #49 27.53 go: extracting github.com/pelletier/go-toml v1.2.0
09:55:50 [2021-04-02T09:55:50.320Z] #49 27.84 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
09:55:50 [2021-04-02T09:55:50.320Z] #49 27.85 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
09:55:50 [2021-04-02T09:55:50.576Z] #49 28.03 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
09:55:50 [2021-04-02T09:55:50.576Z] #49 28.17 go: downloading github.com/go-toolsmith/astcast v1.0.0
09:55:50 [2021-04-02T09:55:50.576Z] #49 28.23 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
09:55:50 [2021-04-02T09:55:50.840Z] #49 28.23 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
09:55:50 [2021-04-02T09:55:50.840Z] #49 28.25 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
09:55:50 [2021-04-02T09:55:50.840Z] #49 28.43 go: extracting github.com/go-toolsmith/astcast v1.0.0
09:55:50 [2021-04-02T09:55:50.840Z] #49 28.43 go: downloading github.com/pmezard/go-difflib v1.0.0
09:55:50 [2021-04-02T09:55:50.840Z] #49 28.43 go: downloading github.com/stretchr/objx v0.2.0
09:55:51 [2021-04-02T09:55:51.097Z] #49 28.52 go: extracting github.com/sirupsen/logrus v1.4.2
09:55:51 [2021-04-02T09:55:51.097Z] #49 28.55 go: extracting github.com/davecgh/go-spew v1.1.1
09:55:51 [2021-04-02T09:55:51.097Z] #49 28.68 go: extracting github.com/pmezard/go-difflib v1.0.0
09:55:51 [2021-04-02T09:55:51.097Z] #49 28.71 go: downloading github.com/gobwas/glob v0.2.3
09:55:51 [2021-04-02T09:55:51.354Z] #49 28.88 go: downloading github.com/BurntSushi/toml v0.3.1
09:55:51 [2021-04-02T09:55:51.354Z] #49 28.88 go: extracting github.com/stretchr/objx v0.2.0
09:55:51 [2021-04-02T09:55:51.354Z] #49 28.92 go: downloading github.com/ultraware/funlen v0.0.2
09:55:51 [2021-04-02T09:55:51.611Z] #49 29.12 go: extracting github.com/ultraware/funlen v0.0.2
09:55:51 [2021-04-02T09:55:51.611Z] #49 29.13 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
09:55:51 [2021-04-02T09:55:51.611Z] #49 29.15 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
09:55:51 [2021-04-02T09:55:51.611Z] #49 29.19 go: extracting github.com/BurntSushi/toml v0.3.1
09:55:51 [2021-04-02T09:55:51.611Z] #49 29.22 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
09:55:51 [2021-04-02T09:55:51.611Z] #49 29.23 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
09:55:51 [2021-04-02T09:55:51.868Z] #49 29.28 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
09:55:51 [2021-04-02T09:55:51.868Z] #49 29.36 go: downloading github.com/ultraware/whitespace v0.0.4
09:55:52 [2021-04-02T09:55:52.171Z] #49 29.59 go: extracting github.com/gobwas/glob v0.2.3
09:55:52 [2021-04-02T09:55:52.428Z] #49 29.68 go: extracting github.com/ultraware/whitespace v0.0.4
09:55:52 [2021-04-02T09:55:52.428Z] #49 ...
09:55:52 [2021-04-02T09:55:52.428Z] 
09:55:52 [2021-04-02T09:55:52.428Z] #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
09:55:52 [2021-04-02T09:55:52.428Z] #47 sha256:3e7255958e2d487d419703837aa5339c1a05b09d89ba8ed47eafa4f750ee9872
09:55:52 [2021-04-02T09:55:52.428Z] #47 19.66 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
09:55:52 [2021-04-02T09:55:52.428Z] #47 23.42 go: finding github.com/fatih/color v1.9.0
09:55:52 [2021-04-02T09:55:52.428Z] #47 23.43 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
09:55:52 [2021-04-02T09:55:52.428Z] #47 23.44 go: finding github.com/pkg/errors v0.9.1
09:55:52 [2021-04-02T09:55:52.428Z] #47 23.66 go: finding github.com/mattn/go-colorable v0.1.6
09:55:52 [2021-04-02T09:55:52.428Z] #47 23.66 go: finding github.com/spf13/pflag v1.0.3
09:55:52 [2021-04-02T09:55:52.428Z] #47 23.74 go: finding github.com/mattn/go-isatty v0.0.12
09:55:52 [2021-04-02T09:55:52.428Z] #47 23.91 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
09:55:52 [2021-04-02T09:55:52.428Z] #47 24.01 go: finding github.com/jonboulle/clockwork v0.1.0
09:55:52 [2021-04-02T09:55:52.428Z] #47 24.05 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
09:55:52 [2021-04-02T09:55:52.428Z] #47 24.07 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
09:55:52 [2021-04-02T09:55:52.428Z] #47 24.14 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
09:55:52 [2021-04-02T09:55:52.428Z] #47 ...
09:55:52 [2021-04-02T09:55:52.428Z] 
09:55:52 [2021-04-02T09:55:52.428Z] #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
09:55:52 [2021-04-02T09:55:52.428Z] #49 sha256:30ae6c926c4bd86834cc0ede3b7e44af87646b856590cbd9704a168e5a55c7dd
09:55:52 [2021-04-02T09:55:52.428Z] #49 29.90 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
09:55:52 [2021-04-02T09:55:52.428Z] #49 29.98 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
09:55:52 [2021-04-02T09:55:52.872Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0629e64a408148dda) in /home/ubuntu/workspace/moby_PR-42182
[Pipeline] {
[Pipeline] checkout
09:55:52 [2021-04-02T09:55:52.948Z] The recommended git tool is: git
09:55:52 [2021-04-02T09:55:52.991Z] #49 30.49 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
09:55:54 [2021-04-02T09:55:54.360Z] #49 31.57 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
09:55:54 [2021-04-02T09:55:54.844Z] Fetching without tags
09:55:55 [2021-04-02T09:55:55.146Z] Merging remotes/origin/master commit 1ff685085ad325580ea32accdf13930106bbadb5 into PR head commit a432eb4b3a0d06675889153e2993ae8ba8dc9149
09:55:55 [2021-04-02T09:55:55.269Z] using credential docker-jenkins-github-credentials
09:55:55 [2021-04-02T09:55:55.275Z] Cloning the remote Git repository
09:55:55 [2021-04-02T09:55:55.275Z] Cloning with configured refspecs honoured and without tags
09:55:55 [2021-04-02T09:55:55.294Z] #49 ...
09:55:55 [2021-04-02T09:55:55.294Z] 
09:55:55 [2021-04-02T09:55:55.294Z] #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
09:55:55 [2021-04-02T09:55:55.294Z] #51 sha256:5817aa0dd6802089fcc18536dd8d9dcc3942d162ccaca8483183374f64ae6053
09:55:55 [2021-04-02T09:55:55.294Z] #51 22.56 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
09:55:55 [2021-04-02T09:55:55.294Z] #51 22.57 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
09:55:55 [2021-04-02T09:55:55.294Z] #51 22.72 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
09:55:55 [2021-04-02T09:55:55.294Z] #51 23.15 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
09:55:55 [2021-04-02T09:55:55.294Z] #51 23.17 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
09:55:55 [2021-04-02T09:55:55.294Z] #51 23.81 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
09:55:55 [2021-04-02T09:55:55.294Z] #51 24.54 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
09:55:55 [2021-04-02T09:55:55.294Z] #51 25.80 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
09:55:55 [2021-04-02T09:55:55.294Z] #51 26.93 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
09:55:55 [2021-04-02T09:55:55.294Z] #51 27.07 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
09:55:55 [2021-04-02T09:55:55.294Z] #51 27.34 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
09:55:55 [2021-04-02T09:55:55.294Z] #51 27.36 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
09:55:55 [2021-04-02T09:55:55.294Z] #51 28.19 runtime/cgo
09:55:55 [2021-04-02T09:55:55.294Z] #51 28.38 runtime
09:55:55 [2021-04-02T09:55:55.294Z] #51 ...
09:55:55 [2021-04-02T09:55:55.294Z] 
09:55:55 [2021-04-02T09:55:55.294Z] #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
09:55:55 [2021-04-02T09:55:55.294Z] #67 sha256:0234e5a669265729799e5e9d046e5bf0464dacb6efde4e699d3bd203b8a4340d
09:55:55 [2021-04-02T09:55:55.294Z] #67 27.24 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.
09:55:55 [2021-04-02T09:55:55.294Z] #67 28.00 + cd /tmp/tmp.FXtRZemdHa/src/github.com/docker/libnetwork
09:55:55 [2021-04-02T09:55:55.294Z] #67 28.00 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46
09:55:55 [2021-04-02T09:55:55.294Z] #67 28.28 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
09:55:54 [2021-04-02T09:55:54.754Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:55:54 [2021-04-02T09:55:54.783Z]  > git config --add remote.origin.fetch +refs/pull/42182/head:refs/remotes/origin/PR-42182 # timeout=10
09:55:54 [2021-04-02T09:55:54.798Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:55:54 [2021-04-02T09:55:54.822Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:55:54 [2021-04-02T09:55:54.850Z] Fetching upstream changes from https://github.com/moby/moby.git
09:55:54 [2021-04-02T09:55:54.851Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:55:54 [2021-04-02T09:55:54.852Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42182/head:refs/remotes/origin/PR-42182 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:55:55 [2021-04-02T09:55:55.158Z]  > git config core.sparsecheckout # timeout=10
09:55:55 [2021-04-02T09:55:55.181Z]  > git checkout -f a432eb4b3a0d06675889153e2993ae8ba8dc9149 # timeout=10
09:55:55 [2021-04-02T09:55:55.858Z] #67 ...
09:55:55 [2021-04-02T09:55:55.858Z] 
09:55:55 [2021-04-02T09:55:55.858Z] #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
09:55:55 [2021-04-02T09:55:55.858Z] #49 sha256:30ae6c926c4bd86834cc0ede3b7e44af87646b856590cbd9704a168e5a55c7dd
09:55:55 [2021-04-02T09:55:55.858Z] #49 33.24 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
09:55:56 [2021-04-02T09:55:56.393Z] Merge succeeded, producing 2c62810449509b807a261942e35b435188941d44
09:55:56 [2021-04-02T09:55:56.393Z] Checking out Revision 2c62810449509b807a261942e35b435188941d44 (PR-42182)
09:55:55 [2021-04-02T09:55:55.333Z] Cloning repository https://github.com/moby/moby.git
09:55:55 [2021-04-02T09:55:55.448Z]  > git init /home/ubuntu/workspace/moby_PR-42182 # timeout=10
09:55:55 [2021-04-02T09:55:55.774Z] Fetching upstream changes from https://github.com/moby/moby.git
09:55:55 [2021-04-02T09:55:55.775Z]  > git --version # timeout=10
09:55:55 [2021-04-02T09:55:55.808Z]  > git --version # 'git version 2.25.1'
09:55:55 [2021-04-02T09:55:55.808Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:55:55 [2021-04-02T09:55:55.815Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42182/head:refs/remotes/origin/PR-42182 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:55:56 [2021-04-02T09:55:56.788Z] #49 ...
09:55:56 [2021-04-02T09:55:56.788Z] 
09:55:56 [2021-04-02T09:55:56.788Z] #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
09:55:56 [2021-04-02T09:55:56.788Z] #58 sha256:04c63ffc228b18bd77dc62b7707357a4fd5416c7b5c653f34f58f7710573a174
09:55:56 [2021-04-02T09:55:56.788Z] #58 24.03 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
09:55:56 [2021-04-02T09:55:56.788Z] #58 24.04 go: downloading github.com/russross/blackfriday/v2 v2.1.0
09:55:56 [2021-04-02T09:55:56.788Z] #58 25.00 go: extracting github.com/russross/blackfriday/v2 v2.1.0
09:55:56 [2021-04-02T09:55:56.788Z] #58 26.02 go: extracting github.com/u-root/u-root v7.0.0+incompatible
09:55:56 [2021-04-02T09:55:56.788Z] #58 28.40 go: finding github.com/pkg/errors v0.9.1
09:55:56 [2021-04-02T09:55:56.788Z] #58 28.48 go: finding github.com/sirupsen/logrus v1.8.1
09:55:56 [2021-04-02T09:55:56.788Z] #58 28.81 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
09:55:56 [2021-04-02T09:55:56.788Z] #58 28.83 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
09:55:56 [2021-04-02T09:55:56.788Z] #58 28.98 go: finding github.com/google/uuid v1.2.0
09:55:56 [2021-04-02T09:55:56.788Z] #58 29.11 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
09:55:56 [2021-04-02T09:55:56.788Z] #58 29.15 go: finding github.com/gofrs/flock v0.8.0
09:55:56 [2021-04-02T09:55:56.788Z] #58 29.18 go: finding github.com/moby/vpnkit v0.5.0
09:55:56 [2021-04-02T09:55:56.788Z] #58 29.25 go: finding github.com/gorilla/mux v1.8.0
09:55:56 [2021-04-02T09:55:56.788Z] #58 29.27 go: finding github.com/moby/sys/mountinfo v0.4.1
09:55:56 [2021-04-02T09:55:56.788Z] #58 29.32 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
09:55:56 [2021-04-02T09:55:56.788Z] #58 29.37 go: finding github.com/urfave/cli/v2 v2.3.0
09:55:56 [2021-04-02T09:55:56.788Z] #58 29.39 go: finding github.com/u-root/u-root v7.0.0+incompatible
09:55:56 [2021-04-02T09:55:56.788Z] #58 29.66 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
09:55:56 [2021-04-02T09:55:56.788Z] #58 29.90 go: finding github.com/russross/blackfriday/v2 v2.1.0
09:55:56 [2021-04-02T09:55:56.788Z] #58 ...
09:55:56 [2021-04-02T09:55:56.788Z] 
09:55:56 [2021-04-02T09:55:56.788Z] #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
09:55:56 [2021-04-02T09:55:56.788Z] #49 sha256:30ae6c926c4bd86834cc0ede3b7e44af87646b856590cbd9704a168e5a55c7dd
09:55:56 [2021-04-02T09:55:56.788Z] #49 34.24 go: extracting github.com/gogo/protobuf v1.2.1
09:55:57 [2021-04-02T09:55:57.351Z] #49 ...
09:55:57 [2021-04-02T09:55:57.351Z] 
09:55:57 [2021-04-02T09:55:57.351Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
09:55:57 [2021-04-02T09:55:57.351Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
09:55:57 [2021-04-02T09:55:57.351Z] #40 23.87 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
09:55:56 [2021-04-02T09:55:56.109Z]  > git remote # timeout=10
09:55:56 [2021-04-02T09:55:56.129Z]  > git config --get remote.origin.url # timeout=10
09:55:56 [2021-04-02T09:55:56.152Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:55:56 [2021-04-02T09:55:56.153Z]  > git merge 1ff685085ad325580ea32accdf13930106bbadb5 # timeout=10
09:55:56 [2021-04-02T09:55:56.372Z]  > git rev-parse HEAD^{commit} # timeout=10
09:55:56 [2021-04-02T09:55:56.394Z]  > git config core.sparsecheckout # timeout=10
09:55:56 [2021-04-02T09:55:56.406Z]  > git checkout -f 2c62810449509b807a261942e35b435188941d44 # timeout=10
09:55:58 [2021-04-02T09:55:58.283Z] #40 ...
09:55:58 [2021-04-02T09:55:58.283Z] 
09:55:58 [2021-04-02T09:55:58.283Z] #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
09:55:58 [2021-04-02T09:55:58.283Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:55:58 [2021-04-02T09:55:58.283Z] #42 25.61 Fetched 8426 kB in 19s (440 kB/s)
09:55:58 [2021-04-02T09:55:58.283Z] #42 25.61 Reading package lists...
09:55:58 [2021-04-02T09:55:58.283Z] #42 32.30 Reading package lists...
09:55:58 [2021-04-02T09:55:58.283Z] #42 ...
09:55:58 [2021-04-02T09:55:58.283Z] 
09:55:58 [2021-04-02T09:55:58.283Z] #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
09:55:58 [2021-04-02T09:55:58.283Z] #45 sha256:030ac60024ecdfba769e6c884d4e688b350956879b5a2c3bd6f5e6438912cfba
09:55:58 [2021-04-02T09:55:58.283Z] #45 30.07 vendor/golang.org/x/crypto/internal/subtle
09:55:58 [2021-04-02T09:55:58.283Z] #45 30.20 vendor/golang.org/x/crypto/curve25519
09:55:59 [2021-04-02T09:55:59.214Z] #45 ...
09:55:59 [2021-04-02T09:55:59.214Z] 
09:55:59 [2021-04-02T09:55:59.214Z] #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
09:55:59 [2021-04-02T09:55:59.214Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
09:55:59 [2021-04-02T09:55:59.214Z] #55 26.65 Fetched 8426 kB in 20s (428 kB/s)
09:55:59 [2021-04-02T09:55:59.214Z] #55 26.65 Reading package lists...
09:55:59 [2021-04-02T09:55:59.214Z] #55 33.07 Reading package lists...
09:55:59 [2021-04-02T09:55:59.214Z] #55 ...
09:55:59 [2021-04-02T09:55:59.214Z] 
09:55:59 [2021-04-02T09:55:59.214Z] #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
09:55:59 [2021-04-02T09:55:59.214Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:55:59 [2021-04-02T09:55:59.214Z] #36 26.72 Fetched 8426 kB in 19s (451 kB/s)
09:55:59 [2021-04-02T09:55:59.214Z] #36 26.72 Reading package lists...
09:55:59 [2021-04-02T09:55:59.471Z] #36 33.33 Reading package lists...
09:55:59 [2021-04-02T09:55:59.471Z] #36 ...
09:55:59 [2021-04-02T09:55:59.471Z] 
09:55:59 [2021-04-02T09:55:59.471Z] #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
09:55:59 [2021-04-02T09:55:59.471Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:55:59 [2021-04-02T09:55:59.471Z] #13 23.50 Fetched 8933 kB in 21s (428 kB/s)
09:55:59 [2021-04-02T09:55:59.471Z] #13 23.50 Reading package lists...
09:56:00 [2021-04-02T09:56:00.372Z] Commit message: "Merge commit '1ff685085ad325580ea32accdf13930106bbadb5' into HEAD"
09:56:00 [2021-04-02T09:56:00.411Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
09:56:01 [2021-04-02T09:56:01.636Z] + docker version
09:56:01 [2021-04-02T09:56:01.999Z] #13 30.75 Reading package lists...
09:56:01 [2021-04-02T09:56:01.999Z] #13 ...
09:56:01 [2021-04-02T09:56:01.999Z] 
09:56:01 [2021-04-02T09:56:01.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
09:56:01 [2021-04-02T09:56:01.999Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:56:01 [2021-04-02T09:56:01.999Z] #42 32.30 Reading package lists...
09:56:00 [2021-04-02T09:56:00.373Z]  > git rev-list --no-walk 0a4a7edc3876ac22daa7a4e03d89865bbde5c394 # timeout=10
09:56:03 [2021-04-02T09:56:03.368Z] #42 39.34 Building dependency tree...
09:56:05 [2021-04-02T09:56:05.265Z] #42 42.62 The following additional packages will be installed:
09:56:05 [2021-04-02T09:56:05.265Z] #42 42.63   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
09:56:05 [2021-04-02T09:56:05.265Z] #42 42.63   libprotoc17 python-pkg-resources python-six zlib1g-dev
09:56:05 [2021-04-02T09:56:05.265Z] #42 42.64 Suggested packages:
09:56:05 [2021-04-02T09:56:05.265Z] #42 42.66   manpages-dev python-setuptools
09:56:05 [2021-04-02T09:56:05.690Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0bc1f02c48e59992f) in /home/ubuntu/workspace/moby_PR-42182
[Pipeline] {
[Pipeline] checkout
09:56:05 [2021-04-02T09:56:05.899Z] The recommended git tool is: git
09:56:06 [2021-04-02T09:56:06.635Z] #42 43.96 The following NEW packages will be installed:
09:56:06 [2021-04-02T09:56:06.635Z] #42 43.96   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
09:56:06 [2021-04-02T09:56:06.635Z] #42 43.96   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
09:56:06 [2021-04-02T09:56:06.635Z] #42 43.97   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
09:56:06 [2021-04-02T09:56:06.635Z] #42 43.97   python-six zlib1g-dev
09:56:06 [2021-04-02T09:56:06.892Z] #42 44.33 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded.
09:56:06 [2021-04-02T09:56:06.892Z] #42 44.33 Need to get 4095 kB of archives.
09:56:06 [2021-04-02T09:56:06.892Z] #42 44.33 After this operation, 22.5 MB of additional disk space will be used.
09:56:06 [2021-04-02T09:56:06.892Z] #42 44.33 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
09:56:06 [2021-04-02T09:56:06.892Z] #42 44.33 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
09:56:06 [2021-04-02T09:56:06.892Z] #42 44.33 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
09:56:06 [2021-04-02T09:56:06.892Z] #42 44.33 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
09:56:06 [2021-04-02T09:56:06.892Z] #42 44.34 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
09:56:06 [2021-04-02T09:56:06.892Z] #42 44.34 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
09:56:06 [2021-04-02T09:56:06.892Z] #42 44.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]
09:56:06 [2021-04-02T09:56:06.892Z] #42 44.36 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
09:56:06 [2021-04-02T09:56:06.892Z] #42 44.39 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
09:56:06 [2021-04-02T09:56:06.892Z] #42 44.52 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
09:56:06 [2021-04-02T09:56:06.892Z] #42 44.52 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
09:56:06 [2021-04-02T09:56:06.918Z] Client: Docker Engine - Community
09:56:06 [2021-04-02T09:56:06.918Z]  Version:           20.10.5
09:56:06 [2021-04-02T09:56:06.918Z]  API version:       1.41
09:56:06 [2021-04-02T09:56:06.918Z]  Go version:        go1.13.15
09:56:06 [2021-04-02T09:56:06.918Z]  Git commit:        55c4c88
09:56:06 [2021-04-02T09:56:06.918Z]  Built:             Tue Mar  2 20:18:05 2021
09:56:06 [2021-04-02T09:56:06.918Z]  OS/Arch:           linux/amd64
09:56:06 [2021-04-02T09:56:06.918Z]  Context:           default
09:56:06 [2021-04-02T09:56:06.918Z]  Experimental:      true
09:56:06 [2021-04-02T09:56:06.918Z] 
09:56:06 [2021-04-02T09:56:06.918Z] Server: Docker Engine - Community
09:56:06 [2021-04-02T09:56:06.918Z]  Engine:
09:56:06 [2021-04-02T09:56:06.918Z]   Version:          20.10.5
09:56:06 [2021-04-02T09:56:06.918Z]   API version:      1.41 (minimum version 1.12)
09:56:06 [2021-04-02T09:56:06.918Z]   Go version:       go1.13.15
09:56:06 [2021-04-02T09:56:06.918Z]   Git commit:       363e9a8
09:56:06 [2021-04-02T09:56:06.918Z]   Built:            Tue Mar  2 20:16:00 2021
09:56:06 [2021-04-02T09:56:06.918Z]   OS/Arch:          linux/amd64
09:56:06 [2021-04-02T09:56:06.918Z]   Experimental:     true
09:56:06 [2021-04-02T09:56:06.918Z]  containerd:
09:56:06 [2021-04-02T09:56:06.918Z]   Version:          1.4.4
09:56:06 [2021-04-02T09:56:06.918Z]   GitCommit:        05f951a3781f4f2c1911b05e61c160e9c30eaa8e
09:56:06 [2021-04-02T09:56:06.918Z]  runc:
09:56:06 [2021-04-02T09:56:06.918Z]   Version:          1.0.0-rc93
09:56:06 [2021-04-02T09:56:06.918Z]   GitCommit:        12644e614e25b05da6fd08a38ffa0cfe1903fdec
09:56:06 [2021-04-02T09:56:06.918Z]  docker-init:
09:56:06 [2021-04-02T09:56:06.918Z]   Version:          0.19.0
09:56:06 [2021-04-02T09:56:06.918Z]   GitCommit:        de40ad0
[Pipeline] sh
09:56:07 [2021-04-02T09:56:07.231Z] + docker info
09:56:07 [2021-04-02T09:56:07.459Z] #42 44.78 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
09:56:07 [2021-04-02T09:56:07.459Z] #42 44.94 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
09:56:07 [2021-04-02T09:56:07.459Z] #42 44.94 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
09:56:07 [2021-04-02T09:56:07.459Z] #42 44.94 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
09:56:07 [2021-04-02T09:56:07.459Z] #42 44.95 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
09:56:07 [2021-04-02T09:56:07.459Z] #42 44.95 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
09:56:08 [2021-04-02T09:56:08.389Z] #42 ...
09:56:08 [2021-04-02T09:56:08.389Z] 
09:56:08 [2021-04-02T09:56:08.389Z] #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
09:56:08 [2021-04-02T09:56:08.389Z] #67 sha256:0234e5a669265729799e5e9d046e5bf0464dacb6efde4e699d3bd203b8a4340d
09:56:08 [2021-04-02T09:56:08.389Z] #67 DONE 45.7s
09:56:08 [2021-04-02T09:56:08.389Z] 
09:56:08 [2021-04-02T09:56:08.389Z] #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
09:56:08 [2021-04-02T09:56:08.389Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
09:56:08 [2021-04-02T09:56:08.389Z] #55 33.07 Reading package lists...
09:56:08 [2021-04-02T09:56:08.389Z] #55 39.93 Building dependency tree...
09:56:08 [2021-04-02T09:56:08.389Z] #55 43.19 The following additional packages will be installed:
09:56:08 [2021-04-02T09:56:08.389Z] #55 43.21   libbtrfs0
09:56:08 [2021-04-02T09:56:08.389Z] #55 43.40 The following NEW packages will be installed:
09:56:08 [2021-04-02T09:56:08.389Z] #55 43.44   libbtrfs-dev libbtrfs0
09:56:08 [2021-04-02T09:56:08.389Z] #55 44.02 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded.
09:56:08 [2021-04-02T09:56:08.389Z] #55 44.02 Need to get 119 kB of archives.
09:56:08 [2021-04-02T09:56:08.389Z] #55 44.02 After this operation, 387 kB of additional disk space will be used.
09:56:08 [2021-04-02T09:56:08.389Z] #55 44.02 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
09:56:08 [2021-04-02T09:56:08.389Z] #55 44.03 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
09:56:08 [2021-04-02T09:56:08.389Z] #55 45.22 debconf: delaying package configuration, since apt-utils is not installed
09:56:08 [2021-04-02T09:56:08.389Z] #55 45.42 Fetched 119 kB in 0s (255 kB/s)
09:56:08 [2021-04-02T09:56:08.389Z] #55 45.60 Selecting previously unselected package libbtrfs0.
09:56:08 [2021-04-02T09:56:08.389Z] #55 45.60 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
09:56:08 [2021-04-02T09:56:08.389Z] #55 45.69 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
09:56:08 [2021-04-02T09:56:08.389Z] #55 45.74 Unpacking libbtrfs0 (4.20.1-2) ...
09:56:08 [2021-04-02T09:56:08.647Z] #55 46.02 Selecting previously unselected package libbtrfs-dev.
09:56:08 [2021-04-02T09:56:08.647Z] #55 46.07 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
09:56:08 [2021-04-02T09:56:08.647Z] #55 46.08 Unpacking libbtrfs-dev (4.20.1-2) ...
09:56:08 [2021-04-02T09:56:08.904Z] #55 46.48 Setting up libbtrfs0 (4.20.1-2) ...
09:56:09 [2021-04-02T09:56:09.169Z] #55 46.50 Setting up libbtrfs-dev (4.20.1-2) ...
09:56:09 [2021-04-02T09:56:09.169Z] #55 46.51 Processing triggers for libc-bin (2.28-10) ...
09:56:09 [2021-04-02T09:56:09.424Z] using credential docker-jenkins-github-credentials
09:56:09 [2021-04-02T09:56:09.426Z] #55 ...
09:56:09 [2021-04-02T09:56:09.427Z] 
09:56:09 [2021-04-02T09:56:09.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
09:56:09 [2021-04-02T09:56:09.427Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:56:09 [2021-04-02T09:56:09.427Z] #42 46.77 debconf: delaying package configuration, since apt-utils is not installed
09:56:09 [2021-04-02T09:56:09.427Z] #42 ...
09:56:09 [2021-04-02T09:56:09.427Z] 
09:56:09 [2021-04-02T09:56:09.427Z] #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
09:56:09 [2021-04-02T09:56:09.427Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
09:56:09 [2021-04-02T09:56:09.427Z] #55 DONE 47.0s
09:56:09 [2021-04-02T09:56:09.427Z] 
09:56:09 [2021-04-02T09:56:09.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
09:56:09 [2021-04-02T09:56:09.427Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:56:09 [2021-04-02T09:56:09.427Z] #42 47.10 Fetched 4095 kB in 1s (4201 kB/s)
09:56:09 [2021-04-02T09:56:09.432Z] Cloning the remote Git repository
09:56:09 [2021-04-02T09:56:09.432Z] Cloning with configured refspecs honoured and without tags
09:56:09 [2021-04-02T09:56:09.502Z] Cloning repository https://github.com/moby/moby.git
09:56:09 [2021-04-02T09:56:09.563Z]  > git init /home/ubuntu/workspace/moby_PR-42182 # timeout=10
09:56:10 [2021-04-02T09:56:10.018Z] #42 47.41 Selecting previously unselected package libcap-dev:amd64.
09:56:10 [2021-04-02T09:56:10.018Z] #42 47.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.)
09:56:10 [2021-04-02T09:56:10.018Z] #42 47.56 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
09:56:10 [2021-04-02T09:56:10.018Z] #42 47.57 Unpacking libcap-dev:amd64 (1:2.25-2) ...
09:56:10 [2021-04-02T09:56:10.274Z] #42 47.85 Selecting previously unselected package libnet1:amd64.
09:56:10 [2021-04-02T09:56:10.274Z] #42 47.87 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
09:56:10 [2021-04-02T09:56:10.274Z] #42 47.89 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:56:10 [2021-04-02T09:56:10.531Z] #42 48.11 Selecting previously unselected package libnet1-dev.
09:56:10 [2021-04-02T09:56:10.177Z] Fetching upstream changes from https://github.com/moby/moby.git
09:56:10 [2021-04-02T09:56:10.178Z]  > git --version # timeout=10
09:56:10 [2021-04-02T09:56:10.193Z]  > git --version # 'git version 2.25.1'
09:56:10 [2021-04-02T09:56:10.194Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:56:10 [2021-04-02T09:56:10.197Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42182/head:refs/remotes/origin/PR-42182 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:56:10 [2021-04-02T09:56:10.788Z] #42 48.14 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
09:56:10 [2021-04-02T09:56:10.788Z] #42 48.15 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
09:56:10 [2021-04-02T09:56:10.788Z] #42 48.36 Selecting previously unselected package libnl-3-200:amd64.
09:56:10 [2021-04-02T09:56:10.788Z] #42 48.36 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
09:56:10 [2021-04-02T09:56:10.788Z] #42 48.37 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
09:56:11 [2021-04-02T09:56:11.046Z] #42 48.50 Selecting previously unselected package libnl-3-dev:amd64.
09:56:11 [2021-04-02T09:56:11.046Z] #42 48.51 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
09:56:11 [2021-04-02T09:56:11.046Z] #42 48.51 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
09:56:11 [2021-04-02T09:56:11.230Z] Fetching without tags
09:56:11 [2021-04-02T09:56:11.487Z] Merging remotes/origin/master commit 1ff685085ad325580ea32accdf13930106bbadb5 into PR head commit a432eb4b3a0d06675889153e2993ae8ba8dc9149
09:56:11 [2021-04-02T09:56:11.610Z] #42 48.98 Selecting previously unselected package libprotobuf-c1:amd64.
09:56:11 [2021-04-02T09:56:11.610Z] #42 48.98 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
09:56:11 [2021-04-02T09:56:11.610Z] #42 48.99 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
09:56:11 [2021-04-02T09:56:11.610Z] #42 49.08 Selecting previously unselected package libprotobuf-c-dev:amd64.
09:56:11 [2021-04-02T09:56:11.610Z] #42 49.11 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
09:56:11 [2021-04-02T09:56:11.610Z] #42 49.11 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
09:56:11 [2021-04-02T09:56:11.610Z] #42 ...
09:56:11 [2021-04-02T09:56:11.610Z] 
09:56:11 [2021-04-02T09:56:11.610Z] #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
09:56:11 [2021-04-02T09:56:11.610Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:56:11 [2021-04-02T09:56:11.610Z] #36 33.33 Reading package lists...
09:56:11 [2021-04-02T09:56:11.610Z] #36 39.45 Building dependency tree...
09:56:11 [2021-04-02T09:56:11.610Z] #36 42.27 The following additional packages will be installed:
09:56:11 [2021-04-02T09:56:11.610Z] #36 42.28   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
09:56:11 [2021-04-02T09:56:11.610Z] #36 42.28 Suggested packages:
09:56:11 [2021-04-02T09:56:11.610Z] #36 42.29   cmake-doc ninja-build lrzip
09:56:11 [2021-04-02T09:56:11.610Z] #36 42.29 Recommended packages:
09:56:11 [2021-04-02T09:56:11.610Z] #36 42.29   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
09:56:11 [2021-04-02T09:56:11.610Z] #36 43.28 The following NEW packages will be installed:
09:56:11 [2021-04-02T09:56:11.610Z] #36 43.31   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
09:56:11 [2021-04-02T09:56:11.610Z] #36 43.32   vim-common xxd
09:56:11 [2021-04-02T09:56:11.610Z] #36 43.67 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded.
09:56:11 [2021-04-02T09:56:11.610Z] #36 43.67 Need to get 14.9 MB of archives.
09:56:11 [2021-04-02T09:56:11.610Z] #36 43.67 After this operation, 61.8 MB of additional disk space will be used.
09:56:11 [2021-04-02T09:56:11.610Z] #36 43.67 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
09:56:11 [2021-04-02T09:56:11.610Z] #36 43.67 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
09:56:11 [2021-04-02T09:56:11.610Z] #36 43.68 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
09:56:11 [2021-04-02T09:56:11.610Z] #36 43.80 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
09:56:11 [2021-04-02T09:56:11.610Z] #36 44.94 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
09:56:11 [2021-04-02T09:56:11.610Z] #36 45.03 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
09:56:11 [2021-04-02T09:56:11.610Z] #36 45.05 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
09:56:11 [2021-04-02T09:56:11.610Z] #36 45.06 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
09:56:11 [2021-04-02T09:56:11.610Z] #36 45.07 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
09:56:11 [2021-04-02T09:56:11.610Z] #36 45.09 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
09:56:11 [2021-04-02T09:56:11.610Z] #36 47.23 debconf: delaying package configuration, since apt-utils is not installed
09:56:11 [2021-04-02T09:56:11.610Z] #36 47.68 Fetched 14.9 MB in 2s (7254 kB/s)
09:56:11 [2021-04-02T09:56:11.610Z] #36 47.81 Selecting previously unselected package xxd.
09:56:11 [2021-04-02T09:56:11.610Z] #36 47.81 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
09:56:11 [2021-04-02T09:56:11.610Z] #36 47.92 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
09:56:11 [2021-04-02T09:56:11.610Z] #36 47.92 Unpacking xxd (2:8.1.0875-5) ...
09:56:11 [2021-04-02T09:56:11.610Z] #36 48.18 Selecting previously unselected package vim-common.
09:56:11 [2021-04-02T09:56:11.610Z] #36 48.20 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
09:56:11 [2021-04-02T09:56:11.610Z] #36 48.27 Unpacking vim-common (2:8.1.0875-5) ...
09:56:11 [2021-04-02T09:56:11.610Z] #36 48.67 Selecting previously unselected package cmake-data.
09:56:11 [2021-04-02T09:56:11.610Z] #36 48.67 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
09:56:11 [2021-04-02T09:56:11.610Z] #36 48.69 Unpacking cmake-data (3.13.4-1) ...
09:56:11 [2021-04-02T09:56:11.867Z] #36 ...
09:56:11 [2021-04-02T09:56:11.867Z] 
09:56:11 [2021-04-02T09:56:11.867Z] #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
09:56:11 [2021-04-02T09:56:11.867Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:56:11 [2021-04-02T09:56:11.867Z] #42 49.25 Selecting previously unselected package zlib1g-dev:amd64.
09:56:11 [2021-04-02T09:56:11.867Z] #42 49.25 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
09:56:11 [2021-04-02T09:56:11.867Z] #42 49.26 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
09:56:11 [2021-04-02T09:56:11.867Z] #42 ...
09:56:11 [2021-04-02T09:56:11.867Z] 
09:56:11 [2021-04-02T09:56:11.867Z] #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
09:56:11 [2021-04-02T09:56:11.867Z] #49 sha256:30ae6c926c4bd86834cc0ede3b7e44af87646b856590cbd9704a168e5a55c7dd
09:56:11 [2021-04-02T09:56:11.867Z] #49 39.42 go: extracting golang.org/x/text v0.3.2
09:56:11 [2021-04-02T09:56:11.867Z] #49 44.07 go: finding github.com/fatih/color v1.7.0
09:56:11 [2021-04-02T09:56:11.867Z] #49 44.21 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
09:56:11 [2021-04-02T09:56:11.867Z] #49 44.21 go: finding github.com/mattn/go-colorable v0.1.4
09:56:11 [2021-04-02T09:56:11.867Z] #49 44.26 go: finding github.com/mattn/go-isatty v0.0.8
09:56:11 [2021-04-02T09:56:11.867Z] #49 44.38 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
09:56:11 [2021-04-02T09:56:11.867Z] #49 44.44 go: finding github.com/go-critic/go-critic v0.4.1
09:56:11 [2021-04-02T09:56:11.867Z] #49 44.45 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
09:56:11 [2021-04-02T09:56:11.867Z] #49 44.46 go: finding github.com/pkg/errors v0.8.1
09:56:11 [2021-04-02T09:56:11.867Z] #49 44.47 go: finding github.com/go-lintpack/lintpack v0.5.2
09:56:11 [2021-04-02T09:56:11.867Z] #49 44.75 go: finding github.com/sirupsen/logrus v1.4.2
09:56:11 [2021-04-02T09:56:11.867Z] #49 44.93 go: finding github.com/mitchellh/go-homedir v1.1.0
09:56:11 [2021-04-02T09:56:11.867Z] #49 44.93 go: finding github.com/go-toolsmith/astequal v1.0.0
09:56:11 [2021-04-02T09:56:11.867Z] #49 45.04 go: finding github.com/stretchr/testify v1.4.0
09:56:11 [2021-04-02T09:56:11.867Z] #49 45.08 go: finding github.com/go-toolsmith/astp v1.0.0
09:56:11 [2021-04-02T09:56:11.867Z] #49 45.08 go: finding github.com/go-toolsmith/astcast v1.0.0
09:56:11 [2021-04-02T09:56:11.867Z] #49 45.08 go: finding github.com/davecgh/go-spew v1.1.1
09:56:11 [2021-04-02T09:56:11.867Z] #49 45.09 go: finding github.com/go-toolsmith/astfmt v1.0.0
09:56:11 [2021-04-02T09:56:11.867Z] #49 45.12 go: finding github.com/go-toolsmith/typep v1.0.0
09:56:11 [2021-04-02T09:56:11.867Z] #49 45.13 go: finding github.com/pmezard/go-difflib v1.0.0
09:56:11 [2021-04-02T09:56:11.867Z] #49 45.18 go: finding github.com/spf13/viper v1.6.1
09:56:11 [2021-04-02T09:56:11.867Z] #49 45.19 go: finding github.com/go-toolsmith/astcopy v1.0.0
09:56:11 [2021-04-02T09:56:11.867Z] #49 45.30 go: finding github.com/stretchr/objx v0.2.0
09:56:11 [2021-04-02T09:56:11.867Z] #49 45.53 go: finding github.com/go-toolsmith/strparse v1.0.0
09:56:11 [2021-04-02T09:56:11.867Z] #49 45.55 go: finding gopkg.in/yaml.v2 v2.2.7
09:56:11 [2021-04-02T09:56:11.867Z] #49 45.56 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
09:56:11 [2021-04-02T09:56:11.867Z] #49 45.65 go: finding github.com/bombsimon/wsl/v2 v2.0.0
09:56:11 [2021-04-02T09:56:11.867Z] #49 45.67 go: finding github.com/gobwas/glob v0.2.3
09:56:11 [2021-04-02T09:56:11.867Z] #49 45.84 go: finding github.com/spf13/cobra v0.0.5
09:56:11 [2021-04-02T09:56:11.867Z] #49 45.88 go: finding github.com/fsnotify/fsnotify v1.4.7
09:56:11 [2021-04-02T09:56:11.867Z] #49 46.00 go: finding github.com/spf13/pflag v1.0.5
09:56:11 [2021-04-02T09:56:11.867Z] #49 46.01 go: finding github.com/hashicorp/hcl v1.0.0
09:56:11 [2021-04-02T09:56:11.867Z] #49 46.12 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
09:56:11 [2021-04-02T09:56:11.867Z] #49 46.24 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
09:56:11 [2021-04-02T09:56:11.867Z] #49 46.39 go: finding github.com/magiconair/properties v1.8.1
09:56:11 [2021-04-02T09:56:11.867Z] #49 46.41 go: finding github.com/mitchellh/mapstructure v1.1.2
09:56:11 [2021-04-02T09:56:11.867Z] #49 46.45 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
09:56:11 [2021-04-02T09:56:11.867Z] #49 46.62 go: finding github.com/pelletier/go-toml v1.2.0
09:56:11 [2021-04-02T09:56:11.867Z] #49 46.74 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
09:56:11 [2021-04-02T09:56:11.867Z] #49 46.76 go: finding github.com/spf13/afero v1.1.2
09:56:11 [2021-04-02T09:56:11.867Z] #49 46.94 go: finding github.com/spf13/cast v1.3.0
09:56:11 [2021-04-02T09:56:11.867Z] #49 46.95 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
09:56:11 [2021-04-02T09:56:11.867Z] #49 46.98 go: finding github.com/spf13/jwalterweatherman v1.0.0
09:56:11 [2021-04-02T09:56:11.867Z] #49 46.99 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
09:56:11 [2021-04-02T09:56:11.867Z] #49 47.00 go: finding golang.org/x/text v0.3.2
09:56:11 [2021-04-02T09:56:11.867Z] #49 47.03 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
09:56:11 [2021-04-02T09:56:11.867Z] #49 47.07 go: finding github.com/subosito/gotenv v1.2.0
09:56:11 [2021-04-02T09:56:11.867Z] #49 47.09 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
09:56:11 [2021-04-02T09:56:11.867Z] #49 47.13 go: finding gopkg.in/ini.v1 v1.51.0
09:56:11 [2021-04-02T09:56:11.867Z] #49 47.30 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
09:56:11 [2021-04-02T09:56:11.867Z] #49 47.34 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
09:56:11 [2021-04-02T09:56:11.867Z] #49 47.41 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
09:56:11 [2021-04-02T09:56:11.867Z] #49 47.44 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
09:56:11 [2021-04-02T09:56:11.867Z] #49 47.44 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
09:56:11 [2021-04-02T09:56:11.867Z] #49 47.54 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
09:56:11 [2021-04-02T09:56:11.867Z] #49 47.56 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
09:56:11 [2021-04-02T09:56:11.867Z] #49 47.56 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
09:56:11 [2021-04-02T09:56:11.867Z] #49 47.56 go: finding github.com/kisielk/gotool v1.0.0
09:56:11 [2021-04-02T09:56:11.867Z] #49 47.60 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
09:56:11 [2021-04-02T09:56:11.867Z] #49 47.61 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
09:56:11 [2021-04-02T09:56:11.867Z] #49 47.66 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
09:56:11 [2021-04-02T09:56:11.867Z] #49 47.84 go: finding github.com/sourcegraph/go-diff v0.5.1
09:56:11 [2021-04-02T09:56:11.867Z] #49 47.88 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
09:56:11 [2021-04-02T09:56:11.867Z] #49 47.90 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
09:56:11 [2021-04-02T09:56:11.867Z] #49 47.94 go: finding github.com/tommy-muehle/go-mnd v1.1.1
09:56:11 [2021-04-02T09:56:11.867Z] #49 47.99 go: finding github.com/ultraware/funlen v0.0.2
09:56:11 [2021-04-02T09:56:11.867Z] #49 48.03 go: finding github.com/ultraware/whitespace v0.0.4
09:56:11 [2021-04-02T09:56:11.867Z] #49 48.03 go: finding github.com/uudashr/gocognit v1.0.1
09:56:11 [2021-04-02T09:56:11.867Z] #49 48.12 go: finding github.com/gogo/protobuf v1.2.1
09:56:11 [2021-04-02T09:56:11.868Z] #49 48.19 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
09:56:11 [2021-04-02T09:56:11.868Z] #49 48.31 go: finding honnef.co/go/tools v0.0.1-2019.2.3
09:56:11 [2021-04-02T09:56:11.868Z] #49 48.33 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
09:56:11 [2021-04-02T09:56:11.868Z] #49 48.34 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
09:56:11 [2021-04-02T09:56:11.868Z] #49 48.40 go: finding github.com/BurntSushi/toml v0.3.1
09:56:11 [2021-04-02T09:56:11.868Z] #49 48.41 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
09:56:12 [2021-04-02T09:56:12.124Z] #49 ...
09:56:12 [2021-04-02T09:56:12.124Z] 
09:56:12 [2021-04-02T09:56:12.124Z] #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
09:56:12 [2021-04-02T09:56:12.124Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:56:12 [2021-04-02T09:56:12.124Z] #42 49.52 Selecting previously unselected package libprotobuf17:amd64.
09:56:12 [2021-04-02T09:56:12.124Z] #42 49.52 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
09:56:12 [2021-04-02T09:56:12.124Z] #42 49.53 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
09:56:12 [2021-04-02T09:56:12.178Z] Merge succeeded, producing d31d0755d50154a8b9dcacd4db2bd9e34b595221
09:56:12 [2021-04-02T09:56:12.178Z] Checking out Revision d31d0755d50154a8b9dcacd4db2bd9e34b595221 (PR-42182)
09:56:11 [2021-04-02T09:56:11.160Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:56:11 [2021-04-02T09:56:11.179Z]  > git config --add remote.origin.fetch +refs/pull/42182/head:refs/remotes/origin/PR-42182 # timeout=10
09:56:11 [2021-04-02T09:56:11.194Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:56:11 [2021-04-02T09:56:11.208Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:56:11 [2021-04-02T09:56:11.232Z] Fetching upstream changes from https://github.com/moby/moby.git
09:56:11 [2021-04-02T09:56:11.232Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:56:11 [2021-04-02T09:56:11.233Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42182/head:refs/remotes/origin/PR-42182 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:56:11 [2021-04-02T09:56:11.491Z]  > git config core.sparsecheckout # timeout=10
09:56:11 [2021-04-02T09:56:11.507Z]  > git checkout -f a432eb4b3a0d06675889153e2993ae8ba8dc9149 # timeout=10
09:56:12 [2021-04-02T09:56:12.064Z]  > git remote # timeout=10
09:56:12 [2021-04-02T09:56:12.086Z]  > git config --get remote.origin.url # timeout=10
09:56:12 [2021-04-02T09:56:12.106Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:56:12 [2021-04-02T09:56:12.107Z]  > git merge 1ff685085ad325580ea32accdf13930106bbadb5 # timeout=10
09:56:12 [2021-04-02T09:56:12.170Z]  > git rev-parse HEAD^{commit} # timeout=10
09:56:12 [2021-04-02T09:56:12.179Z]  > git config core.sparsecheckout # timeout=10
09:56:12 [2021-04-02T09:56:12.195Z]  > git checkout -f d31d0755d50154a8b9dcacd4db2bd9e34b595221 # timeout=10
09:56:13 [2021-04-02T09:56:13.057Z] #42 50.38 Selecting previously unselected package libprotobuf-lite17:amd64.
09:56:13 [2021-04-02T09:56:13.057Z] #42 50.38 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
09:56:13 [2021-04-02T09:56:13.057Z] #42 50.40 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
09:56:13 [2021-04-02T09:56:13.057Z] #42 50.60 Selecting previously unselected package libprotobuf-dev:amd64.
09:56:13 [2021-04-02T09:56:13.057Z] #42 50.60 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
09:56:13 [2021-04-02T09:56:13.057Z] #42 50.62 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
09:56:13 [2021-04-02T09:56:13.214Z] Fetching without tags
09:56:13 [2021-04-02T09:56:13.482Z] Merging remotes/origin/master commit 1ff685085ad325580ea32accdf13930106bbadb5 into PR head commit a432eb4b3a0d06675889153e2993ae8ba8dc9149
09:56:13 [2021-04-02T09:56:13.119Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:56:13 [2021-04-02T09:56:13.144Z]  > git config --add remote.origin.fetch +refs/pull/42182/head:refs/remotes/origin/PR-42182 # timeout=10
09:56:13 [2021-04-02T09:56:13.163Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:56:13 [2021-04-02T09:56:13.178Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:56:13 [2021-04-02T09:56:13.205Z] Fetching upstream changes from https://github.com/moby/moby.git
09:56:13 [2021-04-02T09:56:13.205Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:56:13 [2021-04-02T09:56:13.207Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42182/head:refs/remotes/origin/PR-42182 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:56:13 [2021-04-02T09:56:13.477Z]  > git config core.sparsecheckout # timeout=10
09:56:13 [2021-04-02T09:56:13.492Z]  > git checkout -f a432eb4b3a0d06675889153e2993ae8ba8dc9149 # timeout=10
09:56:13 [2021-04-02T09:56:13.620Z] #42 ...
09:56:13 [2021-04-02T09:56:13.620Z] 
09:56:13 [2021-04-02T09:56:13.620Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:56:13 [2021-04-02T09:56:13.620Z] #34 sha256:40443f6b058f8677d544a9d9b73124f4e9f09b6cfeb15482b0c4f319a6b78e24
09:56:13 [2021-04-02T09:56:13.620Z] #34 41.07 sync
09:56:13 [2021-04-02T09:56:13.620Z] #34 41.10 internal/reflectlite
09:56:13 [2021-04-02T09:56:13.620Z] #34 43.60 sort
09:56:13 [2021-04-02T09:56:13.620Z] #34 43.60 errors
09:56:13 [2021-04-02T09:56:13.620Z] #34 44.12 strconv
09:56:13 [2021-04-02T09:56:13.620Z] #34 44.76 io
09:56:13 [2021-04-02T09:56:13.620Z] #34 46.39 internal/oserror
09:56:13 [2021-04-02T09:56:13.620Z] #34 46.71 syscall
09:56:13 [2021-04-02T09:56:13.620Z] #34 49.10 reflect
09:56:13 [2021-04-02T09:56:13.620Z] #34 ...
09:56:13 [2021-04-02T09:56:13.620Z] 
09:56:13 [2021-04-02T09:56:13.620Z] #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
09:56:13 [2021-04-02T09:56:13.620Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
09:56:13 [2021-04-02T09:56:13.876Z] #32 50.46 Checking out files:  85% (1298/1521)   
Checking out files:  86% (1309/1521)   
Checking out files:  87% (1324/1521)   
Checking out files:  88% (1339/1521)   
Checking out files:  89% (1354/1521)   
Checking out files:  90% (1369/1521)   
Checking out files:  91% (1385/1521)   
Checking out files:  92% (1400/1521)   
09:56:13 [2021-04-02T09:56:13.876Z] #32 ...
09:56:13 [2021-04-02T09:56:13.876Z] 
09:56:13 [2021-04-02T09:56:13.876Z] #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
09:56:13 [2021-04-02T09:56:13.876Z] #45 sha256:030ac60024ecdfba769e6c884d4e688b350956879b5a2c3bd6f5e6438912cfba
09:56:13 [2021-04-02T09:56:13.876Z] #45 41.46 sync
09:56:13 [2021-04-02T09:56:13.876Z] #45 41.48 internal/reflectlite
09:56:13 [2021-04-02T09:56:13.876Z] #45 43.04 github.com/LK4D4/vndr/godl/singleflight
09:56:13 [2021-04-02T09:56:13.876Z] #45 43.41 math/rand
09:56:13 [2021-04-02T09:56:13.876Z] #45 44.55 internal/singleflight
09:56:13 [2021-04-02T09:56:13.876Z] #45 45.04 strconv
09:56:13 [2021-04-02T09:56:13.876Z] #45 45.04 io
09:56:13 [2021-04-02T09:56:13.876Z] #45 46.74 bytes
09:56:13 [2021-04-02T09:56:13.876Z] #45 49.17 bufio
09:56:13 [2021-04-02T09:56:13.876Z] #45 49.52 reflect
09:56:13 [2021-04-02T09:56:13.876Z] #45 50.98 syscall
09:56:14 [2021-04-02T09:56:14.133Z] #45 ...
09:56:14 [2021-04-02T09:56:14.133Z] 
09:56:14 [2021-04-02T09:56:14.133Z] #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
09:56:14 [2021-04-02T09:56:14.133Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:56:14 [2021-04-02T09:56:14.133Z] #13 30.75 Reading package lists...
09:56:14 [2021-04-02T09:56:14.133Z] #13 37.87 Building dependency tree...
09:56:14 [2021-04-02T09:56:14.133Z] #13 41.96 The following additional packages will be installed:
09:56:14 [2021-04-02T09:56:14.133Z] #13 41.96   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
09:56:14 [2021-04-02T09:56:14.133Z] #13 41.96   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
09:56:14 [2021-04-02T09:56:14.133Z] #13 41.96   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
09:56:14 [2021-04-02T09:56:14.133Z] #13 41.96   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
09:56:14 [2021-04-02T09:56:14.133Z] #13 41.97   mingw-w64-common mingw-w64-x86-64-dev
09:56:14 [2021-04-02T09:56:14.133Z] #13 41.97 Suggested packages:
09:56:14 [2021-04-02T09:56:14.133Z] #13 41.97   gcc-8-locales seccomp wine64
09:56:14 [2021-04-02T09:56:14.133Z] #13 43.31 The following NEW packages will be installed:
09:56:14 [2021-04-02T09:56:14.133Z] #13 43.32   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
09:56:14 [2021-04-02T09:56:14.133Z] #13 43.33   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
09:56:14 [2021-04-02T09:56:14.133Z] #13 43.33   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
09:56:14 [2021-04-02T09:56:14.133Z] #13 43.33   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
09:56:14 [2021-04-02T09:56:14.133Z] #13 43.33   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
09:56:14 [2021-04-02T09:56:14.133Z] #13 43.34   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
09:56:14 [2021-04-02T09:56:14.133Z] #13 43.34 The following packages will be upgraded:
09:56:14 [2021-04-02T09:56:14.133Z] #13 43.35   libseccomp2 libsystemd0 libudev1
09:56:14 [2021-04-02T09:56:14.133Z] #13 43.80 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded.
09:56:14 [2021-04-02T09:56:14.133Z] #13 43.80 Need to get 78.2 MB of archives.
09:56:14 [2021-04-02T09:56:14.133Z] #13 43.80 After this operation, 487 MB of additional disk space will be used.
09:56:14 [2021-04-02T09:56:14.133Z] #13 43.80 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
09:56:14 [2021-04-02T09:56:14.133Z] #13 43.80 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
09:56:14 [2021-04-02T09:56:14.133Z] #13 43.81 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB]
09:56:14 [2021-04-02T09:56:14.133Z] #13 43.84 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB]
09:56:14 [2021-04-02T09:56:14.133Z] #13 43.84 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]
09:56:14 [2021-04-02T09:56:14.133Z] #13 43.94 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]
09:56:14 [2021-04-02T09:56:14.133Z] #13 44.21 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
09:56:14 [2021-04-02T09:56:14.133Z] #13 44.23 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
09:56:14 [2021-04-02T09:56:14.133Z] #13 44.24 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
09:56:14 [2021-04-02T09:56:14.133Z] #13 44.26 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
09:56:14 [2021-04-02T09:56:14.133Z] #13 44.68 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
09:56:14 [2021-04-02T09:56:14.133Z] #13 44.95 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]
09:56:14 [2021-04-02T09:56:14.133Z] #13 44.96 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]
09:56:14 [2021-04-02T09:56:14.133Z] #13 ...
09:56:14 [2021-04-02T09:56:14.133Z] 
09:56:14 [2021-04-02T09:56:14.133Z] #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
09:56:14 [2021-04-02T09:56:14.133Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:56:14 [2021-04-02T09:56:14.133Z] #36 51.68 Selecting previously unselected package libicu63:amd64.
09:56:14 [2021-04-02T09:56:14.133Z] #36 51.72 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
09:56:14 [2021-04-02T09:56:14.133Z] #36 51.74 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
09:56:14 [2021-04-02T09:56:14.677Z] Merge succeeded, producing 64275f3ccc06b7aa9baf2ba9933430d74286276a
09:56:14 [2021-04-02T09:56:14.677Z] Checking out Revision 64275f3ccc06b7aa9baf2ba9933430d74286276a (PR-42182)
09:56:15 [2021-04-02T09:56:15.353Z] Client:
09:56:15 [2021-04-02T09:56:15.353Z]  Context:    default
09:56:15 [2021-04-02T09:56:15.353Z]  Debug Mode: false
09:56:15 [2021-04-02T09:56:15.353Z]  Plugins:
09:56:15 [2021-04-02T09:56:15.353Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
09:56:15 [2021-04-02T09:56:15.353Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
09:56:15 [2021-04-02T09:56:15.353Z] 
09:56:15 [2021-04-02T09:56:15.353Z] Server:
09:56:15 [2021-04-02T09:56:15.353Z]  Containers: 0
09:56:15 [2021-04-02T09:56:15.353Z]   Running: 0
09:56:15 [2021-04-02T09:56:15.353Z]   Paused: 0
09:56:15 [2021-04-02T09:56:15.353Z]   Stopped: 0
09:56:15 [2021-04-02T09:56:15.353Z]  Images: 0
09:56:15 [2021-04-02T09:56:15.353Z]  Server Version: 20.10.5
09:56:15 [2021-04-02T09:56:15.353Z]  Storage Driver: overlay2
09:56:15 [2021-04-02T09:56:15.353Z]   Backing Filesystem: extfs
09:56:15 [2021-04-02T09:56:15.353Z]   Supports d_type: true
09:56:15 [2021-04-02T09:56:15.353Z]   Native Overlay Diff: true
09:56:15 [2021-04-02T09:56:15.353Z]  Logging Driver: json-file
09:56:15 [2021-04-02T09:56:15.353Z]  Cgroup Driver: cgroupfs
09:56:15 [2021-04-02T09:56:15.353Z]  Cgroup Version: 1
09:56:15 [2021-04-02T09:56:15.353Z]  Plugins:
09:56:15 [2021-04-02T09:56:15.353Z]   Volume: local
09:56:15 [2021-04-02T09:56:15.353Z]   Network: bridge host ipvlan macvlan null overlay
09:56:15 [2021-04-02T09:56:15.353Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
09:56:15 [2021-04-02T09:56:15.353Z]  Swarm: inactive
09:56:15 [2021-04-02T09:56:15.353Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
09:56:15 [2021-04-02T09:56:15.353Z]  Default Runtime: runc
09:56:15 [2021-04-02T09:56:15.353Z]  Init Binary: docker-init
09:56:15 [2021-04-02T09:56:15.353Z]  containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
09:56:15 [2021-04-02T09:56:15.353Z]  runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec
09:56:15 [2021-04-02T09:56:15.353Z]  init version: de40ad0
09:56:15 [2021-04-02T09:56:15.353Z]  Security Options:
09:56:15 [2021-04-02T09:56:15.353Z]   apparmor
09:56:15 [2021-04-02T09:56:15.354Z]   seccomp
09:56:15 [2021-04-02T09:56:15.354Z]    Profile: default
09:56:15 [2021-04-02T09:56:15.354Z]  Kernel Version: 5.4.0-1041-aws
09:56:15 [2021-04-02T09:56:15.354Z]  Operating System: Ubuntu 18.04.5 LTS
09:56:15 [2021-04-02T09:56:15.354Z]  OSType: linux
09:56:15 [2021-04-02T09:56:15.354Z]  Architecture: x86_64
09:56:15 [2021-04-02T09:56:15.354Z]  CPUs: 2
09:56:15 [2021-04-02T09:56:15.354Z]  Total Memory: 7.569GiB
09:56:15 [2021-04-02T09:56:15.354Z]  Name: ip-10-100-108-159
09:56:15 [2021-04-02T09:56:15.354Z]  ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B
09:56:15 [2021-04-02T09:56:15.354Z]  Docker Root Dir: /var/lib/docker
09:56:15 [2021-04-02T09:56:15.354Z]  Debug Mode: false
09:56:15 [2021-04-02T09:56:15.354Z]  Registry: https://index.docker.io/v1/
09:56:15 [2021-04-02T09:56:15.354Z]  Labels:
09:56:15 [2021-04-02T09:56:15.354Z]  Experimental: true
09:56:15 [2021-04-02T09:56:15.354Z]  Insecure Registries:
09:56:15 [2021-04-02T09:56:15.354Z]   127.0.0.0/8
09:56:15 [2021-04-02T09:56:15.354Z]  Live Restore Enabled: true
09:56:15 [2021-04-02T09:56:15.354Z] 
09:56:15 [2021-04-02T09:56:15.354Z] WARNING: No swap limit support
[Pipeline] sh
09:56:15 [2021-04-02T09:56:15.643Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
09:56:15 [2021-04-02T09:56:15.643Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
09:56:15 [2021-04-02T09:56:15.643Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42182/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
09:56:15 [2021-04-02T09:56:15.643Z] + bash /home/ubuntu/workspace/moby_PR-42182/check-config.sh
09:56:15 [2021-04-02T09:56:15.643Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
09:56:15 [2021-04-02T09:56:15.643Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ...
09:56:15 [2021-04-02T09:56:15.643Z] 
09:56:15 [2021-04-02T09:56:15.643Z] Generally Necessary:
09:56:15 [2021-04-02T09:56:15.643Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
09:56:15 [2021-04-02T09:56:15.643Z] - apparmor: enabled and tools installed
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_NAMESPACES: enabled
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_NET_NS: enabled
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_PID_NS: enabled
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_IPC_NS: enabled
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_UTS_NS: enabled
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_CGROUPS: enabled
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_CGROUP_CPUACCT: enabled
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_CGROUP_DEVICE: enabled
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_CGROUP_FREEZER: enabled
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_CGROUP_SCHED: enabled
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_CPUSETS: enabled
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_MEMCG: enabled
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_KEYS: enabled
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_VETH: enabled (as module)
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_BRIDGE: enabled (as module)
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_NF_NAT_IPV4: missing
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_IP_NF_FILTER: enabled (as module)
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_IP_NF_NAT: enabled (as module)
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_NF_NAT: enabled (as module)
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_NF_NAT_NEEDED: missing
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_POSIX_MQUEUE: enabled
09:56:15 [2021-04-02T09:56:15.643Z] 
09:56:15 [2021-04-02T09:56:15.643Z] Optional Features:
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_USER_NS: enabled
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_SECCOMP: enabled
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_CGROUP_PIDS: enabled
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_MEMCG_SWAP: enabled
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
09:56:15 [2021-04-02T09:56:15.643Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_BLK_CGROUP: enabled
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_BLK_DEV_THROTTLING: enabled
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_IOSCHED_CFQ: missing
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_CGROUP_PERF: enabled
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_CGROUP_HUGETLB: enabled
09:56:15 [2021-04-02T09:56:15.643Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
09:56:15 [2021-04-02T09:56:15.736Z] Commit message: "Merge commit '1ff685085ad325580ea32accdf13930106bbadb5' into HEAD"
09:56:15 [2021-04-02T09:56:15.753Z] First time build. Skipping changelog.
09:56:15 [2021-04-02T09:56:15.902Z] - CONFIG_CGROUP_NET_PRIO: enabled
09:56:15 [2021-04-02T09:56:15.902Z] - CONFIG_CFS_BANDWIDTH: enabled
09:56:15 [2021-04-02T09:56:15.902Z] - CONFIG_FAIR_GROUP_SCHED: enabled
09:56:15 [2021-04-02T09:56:15.902Z] - CONFIG_RT_GROUP_SCHED: missing
09:56:15 [2021-04-02T09:56:15.902Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
09:56:15 [2021-04-02T09:56:15.902Z] - CONFIG_IP_VS: enabled (as module)
09:56:15 [2021-04-02T09:56:15.902Z] - CONFIG_IP_VS_NFCT: enabled
09:56:15 [2021-04-02T09:56:15.902Z] - CONFIG_IP_VS_PROTO_TCP: enabled
09:56:15 [2021-04-02T09:56:15.902Z] - CONFIG_IP_VS_PROTO_UDP: enabled
09:56:15 [2021-04-02T09:56:15.902Z] - CONFIG_IP_VS_RR: enabled (as module)
09:56:15 [2021-04-02T09:56:15.902Z] - CONFIG_EXT4_FS: enabled
09:56:15 [2021-04-02T09:56:15.902Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
09:56:15 [2021-04-02T09:56:15.902Z] - CONFIG_EXT4_FS_SECURITY: enabled
09:56:15 [2021-04-02T09:56:15.902Z] - Network Drivers:
09:56:15 [2021-04-02T09:56:15.902Z]   - "overlay":
09:56:15 [2021-04-02T09:56:15.902Z]     - CONFIG_VXLAN: enabled (as module)
09:56:15 [2021-04-02T09:56:15.902Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
09:56:15 [2021-04-02T09:56:15.902Z]       Optional (for encrypted networks):
09:56:15 [2021-04-02T09:56:15.902Z]       - CONFIG_CRYPTO: enabled
09:56:15 [2021-04-02T09:56:15.902Z]       - CONFIG_CRYPTO_AEAD: enabled
09:56:15 [2021-04-02T09:56:15.902Z]       - CONFIG_CRYPTO_GCM: enabled
09:56:15 [2021-04-02T09:56:15.902Z]       - CONFIG_CRYPTO_SEQIV: enabled
09:56:15 [2021-04-02T09:56:15.902Z]       - CONFIG_CRYPTO_GHASH: enabled
09:56:15 [2021-04-02T09:56:15.902Z]       - CONFIG_XFRM: enabled
09:56:15 [2021-04-02T09:56:15.902Z]       - CONFIG_XFRM_USER: enabled (as module)
09:56:15 [2021-04-02T09:56:15.902Z]       - CONFIG_XFRM_ALGO: enabled (as module)
09:56:15 [2021-04-02T09:56:15.902Z]       - CONFIG_INET_ESP: enabled (as module)
09:56:15 [2021-04-02T09:56:15.902Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
09:56:15 [2021-04-02T09:56:15.902Z]   - "ipvlan":
09:56:15 [2021-04-02T09:56:15.902Z]     - CONFIG_IPVLAN: enabled (as module)
09:56:15 [2021-04-02T09:56:15.902Z]   - "macvlan":
09:56:15 [2021-04-02T09:56:15.902Z]     - CONFIG_MACVLAN: enabled (as module)
09:56:15 [2021-04-02T09:56:15.902Z]     - CONFIG_DUMMY: enabled (as module)
09:56:15 [2021-04-02T09:56:15.902Z]   - "ftp,tftp client in container":
09:56:15 [2021-04-02T09:56:15.902Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
09:56:15 [2021-04-02T09:56:15.902Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
09:56:15 [2021-04-02T09:56:15.902Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
09:56:15 [2021-04-02T09:56:15.902Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
09:56:15 [2021-04-02T09:56:15.902Z] - Storage Drivers:
09:56:15 [2021-04-02T09:56:15.902Z]   - "aufs":
09:56:15 [2021-04-02T09:56:15.902Z]     - CONFIG_AUFS_FS: enabled (as module)
09:56:15 [2021-04-02T09:56:15.902Z]   - "btrfs":
09:56:15 [2021-04-02T09:56:15.902Z]     - CONFIG_BTRFS_FS: enabled (as module)
09:56:15 [2021-04-02T09:56:15.902Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
09:56:15 [2021-04-02T09:56:15.902Z]   - "devicemapper":
09:56:15 [2021-04-02T09:56:15.902Z]     - CONFIG_BLK_DEV_DM: enabled
09:56:15 [2021-04-02T09:56:15.902Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
09:56:15 [2021-04-02T09:56:15.902Z]   - "overlay":
09:56:15 [2021-04-02T09:56:15.902Z]     - CONFIG_OVERLAY_FS: enabled (as module)
09:56:15 [2021-04-02T09:56:15.902Z]   - "zfs":
09:56:15 [2021-04-02T09:56:15.902Z]     - /dev/zfs: present
09:56:15 [2021-04-02T09:56:15.902Z]     - zfs command: missing
09:56:15 [2021-04-02T09:56:15.902Z]     - zpool command: missing
09:56:15 [2021-04-02T09:56:15.902Z] 
09:56:15 [2021-04-02T09:56:15.902Z] Limits:
09:56:15 [2021-04-02T09:56:15.902Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
09:56:15 [2021-04-02T09:56:15.902Z] 
09:56:15 [2021-04-02T09:56:15.902Z] + true
[Pipeline] }
09:56:14 [2021-04-02T09:56:14.275Z]  > git remote # timeout=10
09:56:14 [2021-04-02T09:56:14.288Z]  > git config --get remote.origin.url # timeout=10
09:56:14 [2021-04-02T09:56:14.299Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:56:14 [2021-04-02T09:56:14.300Z]  > git merge 1ff685085ad325580ea32accdf13930106bbadb5 # timeout=10
09:56:14 [2021-04-02T09:56:14.598Z]  > git rev-parse HEAD^{commit} # timeout=10
09:56:14 [2021-04-02T09:56:14.666Z]  > git config core.sparsecheckout # timeout=10
09:56:14 [2021-04-02T09:56:14.725Z]  > git checkout -f 64275f3ccc06b7aa9baf2ba9933430d74286276a # timeout=10
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
09:56:16 [2021-04-02T09:56:16.289Z] + sudo modprobe ip_vs
09:56:16 [2021-04-02T09:56:16.289Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 .
09:56:16 [2021-04-02T09:56:16.549Z] #2 [internal] load .dockerignore
09:56:16 [2021-04-02T09:56:16.549Z] #2 sha256:73dbb8af590ad6dbc867d76b0f738acb2849b5ccbc0053d1f954bfc64e79c573
09:56:16 [2021-04-02T09:56:16.549Z] #2 transferring context: 87B done
09:56:16 [2021-04-02T09:56:16.549Z] #2 DONE 0.1s
09:56:16 [2021-04-02T09:56:16.549Z] 
09:56:16 [2021-04-02T09:56:16.549Z] #1 [internal] load build definition from Dockerfile
09:56:16 [2021-04-02T09:56:16.549Z] #1 sha256:4884cd9c740ebd77141eed5899f09e45bc29d009dd77ef93d940e2ca6d7daa5b
09:56:16 [2021-04-02T09:56:16.549Z] #1 transferring dockerfile: 17.02kB done
09:56:16 [2021-04-02T09:56:16.549Z] #1 DONE 0.1s
09:56:16 [2021-04-02T09:56:16.549Z] 
09:56:16 [2021-04-02T09:56:16.549Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
09:56:16 [2021-04-02T09:56:16.549Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
09:56:16 [2021-04-02T09:56:16.824Z] + docker version
09:56:15 [2021-04-02T09:56:15.738Z]  > git rev-list --no-walk 0a4a7edc3876ac22daa7a4e03d89865bbde5c394 # timeout=10
09:56:18 [2021-04-02T09:56:18.456Z] #3 DONE 1.6s
09:56:18 [2021-04-02T09:56:18.456Z] 
09:56:18 [2021-04-02T09:56:18.456Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
09:56:18 [2021-04-02T09:56:18.456Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
09:56:18 [2021-04-02T09:56:18.456Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
09:56:18 [2021-04-02T09:56:18.456Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0B / 9.64MB 0.1s
09:56:18 [2021-04-02T09:56:18.456Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
09:56:18 [2021-04-02T09:56:18.456Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
09:56:18 [2021-04-02T09:56:18.456Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
09:56:18 [2021-04-02T09:56:18.456Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s
09:56:18 [2021-04-02T09:56:18.456Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done
09:56:18 [2021-04-02T09:56:18.456Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.1s
09:56:18 [2021-04-02T09:56:18.721Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done
09:56:18 [2021-04-02T09:56:18.721Z] #4 DONE 0.6s
09:56:18 [2021-04-02T09:56:18.795Z] Commit message: "Merge commit '1ff685085ad325580ea32accdf13930106bbadb5' into HEAD"
09:56:18 [2021-04-02T09:56:18.816Z] First time build. Skipping changelog.
09:56:18 [2021-04-02T09:56:18.980Z] 
09:56:18 [2021-04-02T09:56:18.980Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:56:18 [2021-04-02T09:56:18.980Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
09:56:19 [2021-04-02T09:56:19.385Z] #36 ...
09:56:19 [2021-04-02T09:56:19.385Z] 
09:56:19 [2021-04-02T09:56:19.385Z] #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
09:56:19 [2021-04-02T09:56:19.385Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
09:56:19 [2021-04-02T09:56:19.385Z] #32 50.46 Checking out files:  85% (1298/1521)   
Checking out files:  86% (1309/1521)   
Checking out files:  87% (1324/1521)   
Checking out files:  88% (1339/1521)   
Checking out files:  89% (1354/1521)   
Checking out files:  90% (1369/1521)   
Checking out files:  91% (1385/1521)   
Checking out files:  92% (1400/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
09:56:19 [2021-04-02T09:56:19.385Z] #32 51.22 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
09:56:19 [2021-04-02T09:56:19.385Z] #32 51.44 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
09:56:19 [2021-04-02T09:56:19.642Z] #32 ...
09:56:19 [2021-04-02T09:56:19.642Z] 
09:56:19 [2021-04-02T09:56:19.642Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
09:56:19 [2021-04-02T09:56:19.642Z] #56 sha256:66b1dd165e3257932fcdcc9945262b217dea8b287b96daacca97daa9c6f2bcce
09:56:19 [2021-04-02T09:56:19.642Z] #56 1.245 + RM_GOPATH=0
09:56:19 [2021-04-02T09:56:19.642Z] #56 1.245 + TMP_GOPATH=
09:56:19 [2021-04-02T09:56:19.642Z] #56 1.245 + : /build
09:56:19 [2021-04-02T09:56:19.642Z] #56 1.245 + '[' -z '' ']'
09:56:19 [2021-04-02T09:56:19.642Z] #56 1.245 ++ mktemp -d
09:56:19 [2021-04-02T09:56:19.642Z] #56 1.245 + export GOPATH=/tmp/tmp.ivM6j2zxuu
09:56:19 [2021-04-02T09:56:19.642Z] #56 1.245 + GOPATH=/tmp/tmp.ivM6j2zxuu
09:56:19 [2021-04-02T09:56:19.642Z] #56 1.245 + RM_GOPATH=1
09:56:19 [2021-04-02T09:56:19.642Z] #56 1.245 + case "$(go env GOARCH)" in
09:56:19 [2021-04-02T09:56:19.642Z] #56 1.245 ++ go env GOARCH
09:56:19 [2021-04-02T09:56:19.642Z] #56 1.289 + export GO_BUILDMODE=-buildmode=pie
09:56:19 [2021-04-02T09:56:19.642Z] #56 1.289 + GO_BUILDMODE=-buildmode=pie
09:56:19 [2021-04-02T09:56:19.642Z] #56 1.290 ++ dirname /tmp/install/install.sh
09:56:19 [2021-04-02T09:56:19.642Z] #56 1.291 + dir=/tmp/install
09:56:19 [2021-04-02T09:56:19.642Z] #56 1.291 + bin=containerd
09:56:19 [2021-04-02T09:56:19.642Z] #56 1.291 + shift
09:56:19 [2021-04-02T09:56:19.642Z] #56 1.294 + '[' '!' -f /tmp/install/containerd.installer ']'
09:56:19 [2021-04-02T09:56:19.642Z] #56 1.294 + . /tmp/install/containerd.installer
09:56:19 [2021-04-02T09:56:19.642Z] #56 1.294 ++ set -e
09:56:19 [2021-04-02T09:56:19.642Z] #56 1.294 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
09:56:19 [2021-04-02T09:56:19.642Z] #56 1.294 + install_containerd
09:56:19 [2021-04-02T09:56:19.642Z] #56 1.294 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e'
09:56:19 [2021-04-02T09:56:19.642Z] #56 1.297 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
09:56:19 [2021-04-02T09:56:19.642Z] #56 1.297 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ivM6j2zxuu/src/github.com/containerd/containerd
09:56:19 [2021-04-02T09:56:19.642Z] #56 1.299 Cloning into '/tmp/tmp.ivM6j2zxuu/src/github.com/containerd/containerd'...
09:56:19 [2021-04-02T09:56:19.642Z] #56 ...
09:56:19 [2021-04-02T09:56:19.642Z] 
09:56:19 [2021-04-02T09:56:19.642Z] #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
09:56:19 [2021-04-02T09:56:19.642Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:56:19 [2021-04-02T09:56:19.642Z] #13 48.43 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]
09:56:19 [2021-04-02T09:56:19.642Z] #13 50.87 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
09:56:19 [2021-04-02T09:56:19.642Z] #13 50.87 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
09:56:19 [2021-04-02T09:56:19.642Z] #13 50.89 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
09:56:19 [2021-04-02T09:56:19.642Z] #13 50.90 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
09:56:19 [2021-04-02T09:56:19.642Z] #13 50.91 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
09:56:19 [2021-04-02T09:56:19.642Z] #13 50.91 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
09:56:19 [2021-04-02T09:56:19.642Z] #13 50.92 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
09:56:19 [2021-04-02T09:56:19.642Z] #13 50.94 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
09:56:19 [2021-04-02T09:56:19.642Z] #13 50.96 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
09:56:19 [2021-04-02T09:56:19.642Z] #13 50.98 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
09:56:19 [2021-04-02T09:56:19.642Z] #13 50.99 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
09:56:19 [2021-04-02T09:56:19.642Z] #13 51.04 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
09:56:19 [2021-04-02T09:56:19.900Z] #13 51.05 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
09:56:19 [2021-04-02T09:56:19.900Z] #13 51.06 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
09:56:19 [2021-04-02T09:56:19.917Z] #8 DONE 0.8s
09:56:19 [2021-04-02T09:56:19.917Z] 
09:56:19 [2021-04-02T09:56:19.917Z] #5 [internal] load metadata for docker.io/library/debian:buster
09:56:19 [2021-04-02T09:56:19.917Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
09:56:19 [2021-04-02T09:56:19.917Z] #5 DONE 0.7s
09:56:19 [2021-04-02T09:56:19.917Z] 
09:56:19 [2021-04-02T09:56:19.917Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:56:19 [2021-04-02T09:56:19.917Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
09:56:19 [2021-04-02T09:56:19.917Z] #7 DONE 0.8s
09:56:19 [2021-04-02T09:56:19.917Z] 
09:56:19 [2021-04-02T09:56:19.917Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster
09:56:19 [2021-04-02T09:56:19.917Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
09:56:19 [2021-04-02T09:56:19.917Z] #6 DONE 0.8s
09:56:20 [2021-04-02T09:56:20.124Z] + docker version
09:56:20 [2021-04-02T09:56:20.830Z] #13 52.17 debconf: delaying package configuration, since apt-utils is not installed
09:56:18 [2021-04-02T09:56:18.788Z]  > git rev-list --no-walk 0a4a7edc3876ac22daa7a4e03d89865bbde5c394 # timeout=10
09:56:21 [2021-04-02T09:56:21.087Z] #13 52.39 Fetched 78.2 MB in 8s (10.4 MB/s)
09:56:21 [2021-04-02T09:56:21.321Z] 
09:56:21 [2021-04-02T09:56:21.321Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:56:21 [2021-04-02T09:56:21.321Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
09:56:21 [2021-04-02T09:56:21.321Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
09:56:21 [2021-04-02T09:56:21.321Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
09:56:21 [2021-04-02T09:56:21.321Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
09:56:21 [2021-04-02T09:56:21.321Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
09:56:21 [2021-04-02T09:56:21.321Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.1s
09:56:21 [2021-04-02T09:56:21.345Z] #13 52.49 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
09:56:21 [2021-04-02T09:56:21.345Z] #13 52.57 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ...
09:56:21 [2021-04-02T09:56:21.345Z] #13 52.61 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
09:56:21 [2021-04-02T09:56:21.584Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s
09:56:21 [2021-04-02T09:56:21.848Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734
09:56:21 [2021-04-02T09:56:21.848Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s done
09:56:21 [2021-04-02T09:56:21.866Z] #13 53.03 Setting up libsystemd0:amd64 (241-7~deb10u7) ...
09:56:22 [2021-04-02T09:56:22.123Z] #13 53.22 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
09:56:22 [2021-04-02T09:56:22.123Z] #13 53.32 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
09:56:22 [2021-04-02T09:56:22.123Z] #13 53.35 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
09:56:22 [2021-04-02T09:56:22.380Z] #13 53.60 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
09:56:22 [2021-04-02T09:56:22.637Z] #13 53.85 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
09:56:22 [2021-04-02T09:56:22.637Z] #13 53.91 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ...
09:56:22 [2021-04-02T09:56:22.637Z] #13 53.93 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
09:56:22 [2021-04-02T09:56:22.894Z] #13 54.18 Setting up libudev1:amd64 (241-7~deb10u7) ...
09:56:23 [2021-04-02T09:56:23.151Z] #13 54.44 Selecting previously unselected package binutils-mingw-w64-i686.
09:56:23 [2021-04-02T09:56:23.408Z] #13 54.44 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
09:56:23 [2021-04-02T09:56:23.408Z] #13 54.55 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
09:56:23 [2021-04-02T09:56:23.408Z] #13 54.56 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
09:56:24 [2021-04-02T09:56:24.342Z] Client: Docker Engine - Community
09:56:24 [2021-04-02T09:56:24.342Z]  Version:           20.10.5
09:56:24 [2021-04-02T09:56:24.342Z]  API version:       1.41
09:56:24 [2021-04-02T09:56:24.342Z]  Go version:        go1.13.15
09:56:24 [2021-04-02T09:56:24.342Z]  Git commit:        55c4c88
09:56:24 [2021-04-02T09:56:24.342Z]  Built:             Tue Mar  2 20:18:05 2021
09:56:24 [2021-04-02T09:56:24.342Z]  OS/Arch:           linux/amd64
09:56:24 [2021-04-02T09:56:24.342Z]  Context:           default
09:56:24 [2021-04-02T09:56:24.342Z]  Experimental:      true
09:56:24 [2021-04-02T09:56:24.342Z] 
09:56:24 [2021-04-02T09:56:24.342Z] Server: Docker Engine - Community
09:56:24 [2021-04-02T09:56:24.342Z]  Engine:
09:56:24 [2021-04-02T09:56:24.342Z]   Version:          20.10.5
09:56:24 [2021-04-02T09:56:24.342Z]   API version:      1.41 (minimum version 1.12)
09:56:24 [2021-04-02T09:56:24.342Z]   Go version:       go1.13.15
09:56:24 [2021-04-02T09:56:24.342Z]   Git commit:       363e9a8
09:56:24 [2021-04-02T09:56:24.342Z]   Built:            Tue Mar  2 20:16:00 2021
09:56:24 [2021-04-02T09:56:24.342Z]   OS/Arch:          linux/amd64
09:56:24 [2021-04-02T09:56:24.342Z]   Experimental:     true
09:56:24 [2021-04-02T09:56:24.342Z]  containerd:
09:56:24 [2021-04-02T09:56:24.342Z]   Version:          1.4.4
09:56:24 [2021-04-02T09:56:24.342Z]   GitCommit:        05f951a3781f4f2c1911b05e61c160e9c30eaa8e
09:56:24 [2021-04-02T09:56:24.342Z]  runc:
09:56:24 [2021-04-02T09:56:24.342Z]   Version:          1.0.0-rc93
09:56:24 [2021-04-02T09:56:24.342Z]   GitCommit:        12644e614e25b05da6fd08a38ffa0cfe1903fdec
09:56:24 [2021-04-02T09:56:24.342Z]  docker-init:
09:56:24 [2021-04-02T09:56:24.342Z]   Version:          0.19.0
09:56:24 [2021-04-02T09:56:24.342Z]   GitCommit:        de40ad0
[Pipeline] sh
09:56:24 [2021-04-02T09:56:24.416Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.1s done
09:56:24 [2021-04-02T09:56:24.416Z] #62 DONE 3.1s
09:56:24 [2021-04-02T09:56:24.416Z] 
09:56:24 [2021-04-02T09:56:24.416Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:56:24 [2021-04-02T09:56:24.416Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:56:24 [2021-04-02T09:56:24.416Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done
09:56:24 [2021-04-02T09:56:24.416Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
09:56:24 [2021-04-02T09:56:24.416Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
09:56:24 [2021-04-02T09:56:24.416Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
09:56:24 [2021-04-02T09:56:24.416Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.8s done
09:56:24 [2021-04-02T09:56:24.416Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.3s done
09:56:24 [2021-04-02T09:56:24.416Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.8s done
09:56:24 [2021-04-02T09:56:24.416Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.3s done
09:56:24 [2021-04-02T09:56:24.416Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 41.94MB / 68.67MB 3.1s
09:56:24 [2021-04-02T09:56:24.416Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 1.0s
09:56:24 [2021-04-02T09:56:24.416Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 31.46MB / 120.17MB 3.1s
09:56:24 [2021-04-02T09:56:24.416Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 3.0s
09:56:24 [2021-04-02T09:56:24.416Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 37.75MB / 120.17MB 3.2s
09:56:24 [2021-04-02T09:56:24.661Z] + docker info
09:56:24 [2021-04-02T09:56:24.676Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 49.28MB / 68.67MB 3.3s
09:56:24 [2021-04-02T09:56:24.676Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 48.19MB / 120.17MB 3.4s
09:56:24 [2021-04-02T09:56:24.676Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 54.10MB / 68.67MB 3.5s
09:56:24 [2021-04-02T09:56:24.778Z] #13 ...
09:56:24 [2021-04-02T09:56:24.778Z] 
09:56:24 [2021-04-02T09:56:24.778Z] #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
09:56:24 [2021-04-02T09:56:24.778Z] #47 sha256:3e7255958e2d487d419703837aa5339c1a05b09d89ba8ed47eafa4f750ee9872
09:56:24 [2021-04-02T09:56:24.778Z] #47 DONE 61.9s
09:56:24 [2021-04-02T09:56:24.778Z] 
09:56:24 [2021-04-02T09:56:24.778Z] #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
09:56:24 [2021-04-02T09:56:24.778Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:56:24 [2021-04-02T09:56:24.778Z] #42 52.05 Selecting previously unselected package libprotoc17:amd64.
09:56:24 [2021-04-02T09:56:24.778Z] #42 52.07 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
09:56:24 [2021-04-02T09:56:24.778Z] #42 52.07 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
09:56:24 [2021-04-02T09:56:24.778Z] #42 52.78 Selecting previously unselected package protobuf-c-compiler.
09:56:24 [2021-04-02T09:56:24.778Z] #42 52.79 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
09:56:24 [2021-04-02T09:56:24.778Z] #42 52.80 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
09:56:24 [2021-04-02T09:56:24.778Z] #42 52.92 Selecting previously unselected package protobuf-compiler.
09:56:24 [2021-04-02T09:56:24.778Z] #42 52.94 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
09:56:24 [2021-04-02T09:56:24.778Z] #42 52.94 Unpacking protobuf-compiler (3.6.1.3-2) ...
09:56:24 [2021-04-02T09:56:24.778Z] #42 53.13 Selecting previously unselected package python-pkg-resources.
09:56:24 [2021-04-02T09:56:24.778Z] #42 53.14 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
09:56:24 [2021-04-02T09:56:24.778Z] #42 53.14 Unpacking python-pkg-resources (40.8.0-1) ...
09:56:24 [2021-04-02T09:56:24.778Z] #42 53.40 Selecting previously unselected package python-six.
09:56:24 [2021-04-02T09:56:24.778Z] #42 53.40 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
09:56:24 [2021-04-02T09:56:24.778Z] #42 53.49 Unpacking python-six (1.12.0-1) ...
09:56:24 [2021-04-02T09:56:24.778Z] #42 53.57 Selecting previously unselected package python-protobuf.
09:56:24 [2021-04-02T09:56:24.778Z] #42 53.60 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
09:56:24 [2021-04-02T09:56:24.778Z] #42 53.60 Unpacking python-protobuf (3.6.1.3-2) ...
09:56:24 [2021-04-02T09:56:24.778Z] #42 54.21 Setting up python-pkg-resources (40.8.0-1) ...
09:56:24 [2021-04-02T09:56:24.778Z] #42 59.27 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
09:56:24 [2021-04-02T09:56:24.778Z] #42 59.33 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:56:24 [2021-04-02T09:56:24.778Z] #42 59.35 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
09:56:24 [2021-04-02T09:56:24.778Z] #42 59.39 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
09:56:24 [2021-04-02T09:56:24.778Z] #42 59.42 Setting up python-six (1.12.0-1) ...
09:56:24 [2021-04-02T09:56:24.778Z] #42 ...
09:56:24 [2021-04-02T09:56:24.778Z] 
09:56:24 [2021-04-02T09:56:24.778Z] #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
09:56:24 [2021-04-02T09:56:24.778Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:56:24 [2021-04-02T09:56:24.778Z] #36 58.81 Selecting previously unselected package libxml2:amd64.
09:56:24 [2021-04-02T09:56:24.778Z] #36 58.82 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
09:56:24 [2021-04-02T09:56:24.778Z] #36 58.82 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
09:56:24 [2021-04-02T09:56:24.778Z] #36 59.46 Selecting previously unselected package libarchive13:amd64.
09:56:24 [2021-04-02T09:56:24.778Z] #36 59.46 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
09:56:24 [2021-04-02T09:56:24.778Z] #36 59.47 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
09:56:24 [2021-04-02T09:56:24.778Z] #36 59.82 Selecting previously unselected package libjsoncpp1:amd64.
09:56:24 [2021-04-02T09:56:24.778Z] #36 59.83 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
09:56:24 [2021-04-02T09:56:24.778Z] #36 59.84 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
09:56:24 [2021-04-02T09:56:24.778Z] #36 59.98 Selecting previously unselected package librhash0:amd64.
09:56:24 [2021-04-02T09:56:24.778Z] #36 59.99 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
09:56:24 [2021-04-02T09:56:24.778Z] #36 60.01 Unpacking librhash0:amd64 (1.3.8-1) ...
09:56:24 [2021-04-02T09:56:24.778Z] #36 60.19 Selecting previously unselected package libuv1:amd64.
09:56:24 [2021-04-02T09:56:24.778Z] #36 60.21 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
09:56:24 [2021-04-02T09:56:24.778Z] #36 60.23 Unpacking libuv1:amd64 (1.24.1-1) ...
09:56:24 [2021-04-02T09:56:24.778Z] #36 60.41 Selecting previously unselected package cmake.
09:56:24 [2021-04-02T09:56:24.778Z] #36 60.43 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
09:56:24 [2021-04-02T09:56:24.778Z] #36 60.45 Unpacking cmake (3.13.4-1) ...
09:56:24 [2021-04-02T09:56:24.935Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 66.06MB / 68.67MB 3.7s
09:56:24 [2021-04-02T09:56:24.935Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 59.20MB / 120.17MB 3.7s
09:56:25 [2021-04-02T09:56:25.204Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 69.02MB / 120.17MB 3.9s
09:56:25 [2021-04-02T09:56:25.204Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 76.55MB / 120.17MB 4.0s
09:56:25 [2021-04-02T09:56:25.343Z] #36 ...
09:56:25 [2021-04-02T09:56:25.343Z] 
09:56:25 [2021-04-02T09:56:25.343Z] #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
09:56:25 [2021-04-02T09:56:25.343Z] #51 sha256:5817aa0dd6802089fcc18536dd8d9dcc3942d162ccaca8483183374f64ae6053
09:56:25 [2021-04-02T09:56:25.343Z] #51 52.76 syscall
09:56:25 [2021-04-02T09:56:25.343Z] #51 52.77 reflect
09:56:25 [2021-04-02T09:56:25.343Z] #51 60.92 time
09:56:25 [2021-04-02T09:56:25.467Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 82.84MB / 120.17MB 4.1s
09:56:25 [2021-04-02T09:56:25.467Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 94.37MB / 120.17MB 4.3s
09:56:25 [2021-04-02T09:56:25.728Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 104.86MB / 120.17MB 4.4s
09:56:25 [2021-04-02T09:56:25.728Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 116.39MB / 120.17MB 4.6s
09:56:25 [2021-04-02T09:56:25.987Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.6s done
09:56:26 [2021-04-02T09:56:26.556Z] #9 ...
09:56:26 [2021-04-02T09:56:26.556Z] 
09:56:26 [2021-04-02T09:56:26.556Z] #23 [internal] load build context
09:56:26 [2021-04-02T09:56:26.556Z] #23 sha256:40dc0ec82233dcc8e4d6b73662c7d04ae0edd40b0337c936e441830019a28c5a
09:56:26 [2021-04-02T09:56:26.556Z] #23 transferring context: 53.42MB 5.2s done
09:56:26 [2021-04-02T09:56:26.556Z] #23 DONE 5.5s
09:56:26 [2021-04-02T09:56:26.556Z] 
09:56:26 [2021-04-02T09:56:26.556Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:56:26 [2021-04-02T09:56:26.556Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:56:26 [2021-04-02T09:56:26.556Z] #9 ...
09:56:26 [2021-04-02T09:56:26.556Z] 
09:56:26 [2021-04-02T09:56:26.556Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b
09:56:26 [2021-04-02T09:56:26.556Z] #26 sha256:53816807411efe1f35e19f1e99808535cd16125331b7e912d3ae84ebf9049cab
09:56:26 [2021-04-02T09:56:26.556Z] #26 resolve docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b 0.0s done
09:56:26 [2021-04-02T09:56:26.556Z] #26 sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b 1.85kB / 1.85kB done
09:56:26 [2021-04-02T09:56:26.556Z] #26 sha256:57198c0f3bb6172ab28f3351d5eca9239527e22a59287174e8b9a73156075bef 529B / 529B done
09:56:26 [2021-04-02T09:56:26.556Z] #26 sha256:109b803c6a30d5b613caf528e4b8f96d2aa4205c58de6ac494825d81380125c8 1.46kB / 1.46kB done
09:56:26 [2021-04-02T09:56:26.556Z] #26 sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 50.43MB / 50.43MB 1.4s done
09:56:26 [2021-04-02T09:56:26.556Z] #26 extracting sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 3.9s
09:56:26 [2021-04-02T09:56:26.723Z] #51 ...
09:56:26 [2021-04-02T09:56:26.723Z] 
09:56:26 [2021-04-02T09:56:26.723Z] #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
09:56:26 [2021-04-02T09:56:26.723Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:56:26 [2021-04-02T09:56:26.723Z] #42 64.07 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
09:56:26 [2021-04-02T09:56:26.723Z] #42 64.09 Setting up libnl-3-200:amd64 (3.4.0-1) ...
09:56:26 [2021-04-02T09:56:26.723Z] #42 64.12 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
09:56:26 [2021-04-02T09:56:26.723Z] #42 64.14 Setting up libcap-dev:amd64 (1:2.25-2) ...
09:56:26 [2021-04-02T09:56:26.723Z] #42 64.15 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
09:56:26 [2021-04-02T09:56:26.723Z] #42 64.17 Setting up protobuf-compiler (3.6.1.3-2) ...
09:56:26 [2021-04-02T09:56:26.723Z] #42 64.19 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
09:56:26 [2021-04-02T09:56:26.723Z] #42 64.20 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
09:56:26 [2021-04-02T09:56:26.723Z] #42 64.24 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
09:56:26 [2021-04-02T09:56:26.723Z] #42 64.27 Setting up python-protobuf (3.6.1.3-2) ...
09:56:26 [2021-04-02T09:56:26.779Z] Client: Docker Engine - Community
09:56:26 [2021-04-02T09:56:26.779Z]  Version:           20.10.5
09:56:26 [2021-04-02T09:56:26.779Z]  API version:       1.41
09:56:26 [2021-04-02T09:56:26.779Z]  Go version:        go1.13.15
09:56:26 [2021-04-02T09:56:26.779Z]  Git commit:        55c4c88
09:56:26 [2021-04-02T09:56:26.779Z]  Built:             Tue Mar  2 20:18:20 2021
09:56:26 [2021-04-02T09:56:26.779Z]  OS/Arch:           linux/amd64
09:56:26 [2021-04-02T09:56:26.779Z]  Context:           default
09:56:26 [2021-04-02T09:56:26.779Z]  Experimental:      true
09:56:26 [2021-04-02T09:56:26.779Z] 
09:56:26 [2021-04-02T09:56:26.779Z] Server: Docker Engine - Community
09:56:26 [2021-04-02T09:56:26.779Z]  Engine:
09:56:26 [2021-04-02T09:56:26.779Z]   Version:          20.10.5
09:56:26 [2021-04-02T09:56:26.779Z]   API version:      1.41 (minimum version 1.12)
09:56:26 [2021-04-02T09:56:26.779Z]   Go version:       go1.13.15
09:56:26 [2021-04-02T09:56:26.779Z]   Git commit:       363e9a8
09:56:26 [2021-04-02T09:56:26.780Z]   Built:            Tue Mar  2 20:16:15 2021
09:56:26 [2021-04-02T09:56:26.780Z]   OS/Arch:          linux/amd64
09:56:26 [2021-04-02T09:56:26.780Z]   Experimental:     true
09:56:26 [2021-04-02T09:56:26.780Z]  containerd:
09:56:26 [2021-04-02T09:56:26.780Z]   Version:          1.4.4
09:56:26 [2021-04-02T09:56:26.780Z]   GitCommit:        05f951a3781f4f2c1911b05e61c160e9c30eaa8e
09:56:26 [2021-04-02T09:56:26.780Z]  runc:
09:56:26 [2021-04-02T09:56:26.780Z]   Version:          1.0.0-rc93
09:56:26 [2021-04-02T09:56:26.780Z]   GitCommit:        12644e614e25b05da6fd08a38ffa0cfe1903fdec
09:56:26 [2021-04-02T09:56:26.780Z]  docker-init:
09:56:26 [2021-04-02T09:56:26.780Z]   Version:          0.19.0
09:56:26 [2021-04-02T09:56:26.780Z]   GitCommit:        de40ad0
[Pipeline] sh
09:56:27 [2021-04-02T09:56:27.126Z] + docker info
09:56:27 [2021-04-02T09:56:27.495Z] #26 ...
09:56:27 [2021-04-02T09:56:27.495Z] 
09:56:27 [2021-04-02T09:56:27.495Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:56:27 [2021-04-02T09:56:27.495Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
09:56:27 [2021-04-02T09:56:27.495Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
09:56:27 [2021-04-02T09:56:27.495Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
09:56:27 [2021-04-02T09:56:27.495Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
09:56:27 [2021-04-02T09:56:27.495Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.4s done
09:56:27 [2021-04-02T09:56:27.495Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.0s done
09:56:27 [2021-04-02T09:56:27.495Z] #64 DONE 6.4s
09:56:27 [2021-04-02T09:56:27.495Z] 
09:56:27 [2021-04-02T09:56:27.495Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b
09:56:27 [2021-04-02T09:56:27.495Z] #26 sha256:53816807411efe1f35e19f1e99808535cd16125331b7e912d3ae84ebf9049cab
09:56:27 [2021-04-02T09:56:27.495Z] #26 ...
09:56:27 [2021-04-02T09:56:27.495Z] 
09:56:27 [2021-04-02T09:56:27.495Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:56:27 [2021-04-02T09:56:27.495Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:56:27 [2021-04-02T09:56:27.495Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.8s done
09:56:27 [2021-04-02T09:56:27.657Z] #42 ...
09:56:27 [2021-04-02T09:56:27.657Z] 
09:56:27 [2021-04-02T09:56:27.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
09:56:27 [2021-04-02T09:56:27.657Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:56:27 [2021-04-02T09:56:27.657Z] #36 64.22 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
09:56:27 [2021-04-02T09:56:27.657Z] #36 64.25 Setting up xxd (2:8.1.0875-5) ...
09:56:27 [2021-04-02T09:56:27.657Z] #36 64.28 Setting up libuv1:amd64 (1.24.1-1) ...
09:56:27 [2021-04-02T09:56:27.657Z] #36 64.29 Setting up vim-common (2:8.1.0875-5) ...
09:56:27 [2021-04-02T09:56:27.657Z] #36 64.34 Setting up librhash0:amd64 (1.3.8-1) ...
09:56:27 [2021-04-02T09:56:27.657Z] #36 64.36 Setting up cmake-data (3.13.4-1) ...
09:56:27 [2021-04-02T09:56:27.657Z] #36 64.39 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
09:56:27 [2021-04-02T09:56:27.657Z] #36 64.41 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
09:56:27 [2021-04-02T09:56:27.657Z] #36 64.44 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
09:56:27 [2021-04-02T09:56:27.657Z] #36 64.46 Setting up cmake (3.13.4-1) ...
09:56:27 [2021-04-02T09:56:27.657Z] #36 64.47 Processing triggers for libc-bin (2.28-10) ...
09:56:27 [2021-04-02T09:56:27.657Z] #36 64.53 Processing triggers for mime-support (3.62) ...
09:56:27 [2021-04-02T09:56:27.657Z] #36 DONE 65.0s
09:56:27 [2021-04-02T09:56:27.657Z] 
09:56:27 [2021-04-02T09:56:27.657Z] #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
09:56:27 [2021-04-02T09:56:27.657Z] #37 sha256:98b4e867a09c8f08c8f5454c735e46b9426b288cdd660a81540e7a45240fdf37
09:56:28 [2021-04-02T09:56:28.220Z] #37 ...
09:56:28 [2021-04-02T09:56:28.220Z] 
09:56:28 [2021-04-02T09:56:28.220Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:56:28 [2021-04-02T09:56:28.220Z] #34 sha256:40443f6b058f8677d544a9d9b73124f4e9f09b6cfeb15482b0c4f319a6b78e24
09:56:28 [2021-04-02T09:56:28.220Z] #34 55.53 time
09:56:28 [2021-04-02T09:56:28.220Z] #34 61.67 internal/poll
09:56:28 [2021-04-02T09:56:28.220Z] #34 64.02 internal/fmtsort
09:56:28 [2021-04-02T09:56:28.220Z] #34 64.39 internal/syscall/execenv
09:56:28 [2021-04-02T09:56:28.220Z] #34 64.55 internal/syscall/unix
09:56:28 [2021-04-02T09:56:28.220Z] #34 64.68 strings
09:56:28 [2021-04-02T09:56:28.220Z] #34 64.89 os
09:56:28 [2021-04-02T09:56:28.220Z] #34 ...
09:56:28 [2021-04-02T09:56:28.220Z] 
09:56:28 [2021-04-02T09:56:28.220Z] #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
09:56:28 [2021-04-02T09:56:28.220Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:56:28 [2021-04-02T09:56:28.220Z] #13 57.91 Selecting previously unselected package binutils-mingw-w64-x86-64.
09:56:28 [2021-04-02T09:56:28.220Z] #13 57.94 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
09:56:28 [2021-04-02T09:56:28.220Z] #13 57.94 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
09:56:28 [2021-04-02T09:56:28.442Z] #9 ...
09:56:28 [2021-04-02T09:56:28.442Z] 
09:56:28 [2021-04-02T09:56:28.442Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
09:56:28 [2021-04-02T09:56:28.442Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
09:56:28 [2021-04-02T09:56:28.442Z] #63 DONE 0.6s
09:56:28 [2021-04-02T09:56:28.442Z] 
09:56:28 [2021-04-02T09:56:28.442Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:56:28 [2021-04-02T09:56:28.442Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:56:29 [2021-04-02T09:56:29.383Z] #9 ...
09:56:29 [2021-04-02T09:56:29.383Z] 
09:56:29 [2021-04-02T09:56:29.383Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
09:56:29 [2021-04-02T09:56:29.383Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
09:56:29 [2021-04-02T09:56:29.383Z] #65 DONE 0.8s
09:56:29 [2021-04-02T09:56:29.383Z] 
09:56:29 [2021-04-02T09:56:29.383Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:56:29 [2021-04-02T09:56:29.383Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:56:29 [2021-04-02T09:56:29.383Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.0s
09:56:29 [2021-04-02T09:56:29.591Z] #13 61.01 Selecting previously unselected package binutils-mingw-w64.
09:56:29 [2021-04-02T09:56:29.693Z] Fetching without tags
09:56:29 [2021-04-02T09:56:29.848Z] #13 61.03 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
09:56:29 [2021-04-02T09:56:29.848Z] #13 61.04 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
09:56:29 [2021-04-02T09:56:29.848Z] #13 61.20 Selecting previously unselected package libdevmapper1.02.1:amd64.
09:56:29 [2021-04-02T09:56:29.848Z] #13 61.20 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
09:56:29 [2021-04-02T09:56:29.848Z] #13 61.21 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
09:56:29 [2021-04-02T09:56:29.947Z] Client:
09:56:29 [2021-04-02T09:56:29.947Z]  Context:    default
09:56:29 [2021-04-02T09:56:29.947Z]  Debug Mode: false
09:56:29 [2021-04-02T09:56:29.947Z]  Plugins:
09:56:29 [2021-04-02T09:56:29.947Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
09:56:29 [2021-04-02T09:56:29.947Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
09:56:29 [2021-04-02T09:56:29.947Z] 
09:56:29 [2021-04-02T09:56:29.947Z] Server:
09:56:29 [2021-04-02T09:56:29.947Z]  Containers: 0
09:56:29 [2021-04-02T09:56:29.947Z]   Running: 0
09:56:29 [2021-04-02T09:56:29.947Z]   Paused: 0
09:56:29 [2021-04-02T09:56:29.947Z]   Stopped: 0
09:56:29 [2021-04-02T09:56:29.947Z]  Images: 0
09:56:29 [2021-04-02T09:56:29.947Z]  Server Version: 20.10.5
09:56:29 [2021-04-02T09:56:29.947Z]  Storage Driver: overlay2
09:56:29 [2021-04-02T09:56:29.947Z]   Backing Filesystem: extfs
09:56:29 [2021-04-02T09:56:29.947Z]   Supports d_type: true
09:56:29 [2021-04-02T09:56:29.947Z]   Native Overlay Diff: true
09:56:29 [2021-04-02T09:56:29.947Z]  Logging Driver: json-file
09:56:29 [2021-04-02T09:56:29.947Z]  Cgroup Driver: cgroupfs
09:56:29 [2021-04-02T09:56:29.947Z]  Cgroup Version: 1
09:56:29 [2021-04-02T09:56:29.947Z]  Plugins:
09:56:29 [2021-04-02T09:56:29.947Z]   Volume: local
09:56:29 [2021-04-02T09:56:29.947Z]   Network: bridge host ipvlan macvlan null overlay
09:56:29 [2021-04-02T09:56:29.947Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
09:56:29 [2021-04-02T09:56:29.947Z]  Swarm: inactive
09:56:29 [2021-04-02T09:56:29.947Z]  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
09:56:29 [2021-04-02T09:56:29.947Z]  Default Runtime: runc
09:56:29 [2021-04-02T09:56:29.947Z]  Init Binary: docker-init
09:56:29 [2021-04-02T09:56:29.947Z]  containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
09:56:29 [2021-04-02T09:56:29.947Z]  runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec
09:56:29 [2021-04-02T09:56:29.947Z]  init version: de40ad0
09:56:29 [2021-04-02T09:56:29.947Z]  Security Options:
09:56:29 [2021-04-02T09:56:29.947Z]   apparmor
09:56:29 [2021-04-02T09:56:29.947Z]   seccomp
09:56:29 [2021-04-02T09:56:29.947Z]    Profile: default
09:56:29 [2021-04-02T09:56:29.947Z]  Kernel Version: 5.4.0-1041-aws
09:56:29 [2021-04-02T09:56:29.947Z]  Operating System: Ubuntu 18.04.5 LTS
09:56:29 [2021-04-02T09:56:29.947Z]  OSType: linux
09:56:29 [2021-04-02T09:56:29.947Z]  Architecture: x86_64
09:56:29 [2021-04-02T09:56:29.947Z]  CPUs: 2
09:56:29 [2021-04-02T09:56:29.947Z]  Total Memory: 7.569GiB
09:56:29 [2021-04-02T09:56:29.947Z]  Name: ip-10-100-48-66
09:56:29 [2021-04-02T09:56:29.947Z]  ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B
09:56:29 [2021-04-02T09:56:29.947Z]  Docker Root Dir: /var/lib/docker
09:56:29 [2021-04-02T09:56:29.947Z]  Debug Mode: false
09:56:29 [2021-04-02T09:56:29.947Z]  Registry: https://index.docker.io/v1/
09:56:29 [2021-04-02T09:56:29.947Z]  Labels:
09:56:29 [2021-04-02T09:56:29.947Z]  Experimental: true
09:56:29 [2021-04-02T09:56:29.947Z]  Insecure Registries:
09:56:29 [2021-04-02T09:56:29.947Z]   127.0.0.0/8
09:56:29 [2021-04-02T09:56:29.947Z]  Live Restore Enabled: true
09:56:29 [2021-04-02T09:56:29.947Z] 
09:56:29 [2021-04-02T09:56:29.947Z] WARNING: No swap limit support
09:56:29 [2021-04-02T09:56:29.953Z] #9 ...
09:56:29 [2021-04-02T09:56:29.953Z] 
09:56:29 [2021-04-02T09:56:29.953Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b
09:56:29 [2021-04-02T09:56:29.953Z] #26 sha256:53816807411efe1f35e19f1e99808535cd16125331b7e912d3ae84ebf9049cab
09:56:29 [2021-04-02T09:56:29.953Z] #26 extracting sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 7.1s done
09:56:29 [2021-04-02T09:56:29.953Z] #26 DONE 8.9s
09:56:29 [2021-04-02T09:56:29.953Z] 
09:56:29 [2021-04-02T09:56:29.953Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:56:29 [2021-04-02T09:56:29.953Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:56:29 [2021-04-02T09:56:29.953Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.6s done
09:56:29 [2021-04-02T09:56:29.953Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
[Pipeline] sh
09:56:29 [2021-04-02T09:56:29.638Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:56:29 [2021-04-02T09:56:29.644Z]  > git config --add remote.origin.fetch +refs/pull/42182/head:refs/remotes/origin/PR-42182 # timeout=10
09:56:29 [2021-04-02T09:56:29.659Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:56:29 [2021-04-02T09:56:29.675Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:56:29 [2021-04-02T09:56:29.701Z] Fetching upstream changes from https://github.com/moby/moby.git
09:56:29 [2021-04-02T09:56:29.701Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:56:29 [2021-04-02T09:56:29.704Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42182/head:refs/remotes/origin/PR-42182 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:56:30 [2021-04-02T09:56:30.044Z] Merging remotes/origin/master commit 1ff685085ad325580ea32accdf13930106bbadb5 into PR head commit a432eb4b3a0d06675889153e2993ae8ba8dc9149
09:56:30 [2021-04-02T09:56:30.105Z] #13 61.36 Selecting previously unselected package dmsetup.
09:56:30 [2021-04-02T09:56:30.105Z] #13 61.37 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
09:56:30 [2021-04-02T09:56:30.105Z] #13 61.38 Unpacking dmsetup (2:1.02.155-3) ...
09:56:30 [2021-04-02T09:56:30.235Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
09:56:30 [2021-04-02T09:56:30.235Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
09:56:30 [2021-04-02T09:56:30.235Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42182/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
09:56:30 [2021-04-02T09:56:30.235Z] + bash /home/ubuntu/workspace/moby_PR-42182/check-config.sh
09:56:30 [2021-04-02T09:56:30.235Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
09:56:30 [2021-04-02T09:56:30.235Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ...
09:56:30 [2021-04-02T09:56:30.235Z] 
09:56:30 [2021-04-02T09:56:30.235Z] Generally Necessary:
09:56:30 [2021-04-02T09:56:30.235Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
09:56:30 [2021-04-02T09:56:30.235Z] - apparmor: enabled and tools installed
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_NAMESPACES: enabled
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_NET_NS: enabled
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_PID_NS: enabled
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_IPC_NS: enabled
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_UTS_NS: enabled
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_CGROUPS: enabled
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_CGROUP_CPUACCT: enabled
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_CGROUP_DEVICE: enabled
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_CGROUP_FREEZER: enabled
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_CGROUP_SCHED: enabled
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_CPUSETS: enabled
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_MEMCG: enabled
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_KEYS: enabled
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_VETH: enabled (as module)
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_BRIDGE: enabled (as module)
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_NF_NAT_IPV4: missing
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_IP_NF_FILTER: enabled (as module)
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_IP_NF_NAT: enabled (as module)
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_NF_NAT: enabled (as module)
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_NF_NAT_NEEDED: missing
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_POSIX_MQUEUE: enabled
09:56:30 [2021-04-02T09:56:30.235Z] 
09:56:30 [2021-04-02T09:56:30.235Z] Optional Features:
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_USER_NS: enabled
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_SECCOMP: enabled
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_CGROUP_PIDS: enabled
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_MEMCG_SWAP: enabled
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
09:56:30 [2021-04-02T09:56:30.235Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_BLK_CGROUP: enabled
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_BLK_DEV_THROTTLING: enabled
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_IOSCHED_CFQ: missing
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_CGROUP_PERF: enabled
09:56:30 [2021-04-02T09:56:30.235Z] - CONFIG_CGROUP_HUGETLB: enabled
09:56:30 [2021-04-02T09:56:30.361Z] #13 61.57 Selecting previously unselected package mingw-w64-common.
09:56:30 [2021-04-02T09:56:30.361Z] #13 61.60 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
09:56:30 [2021-04-02T09:56:30.361Z] #13 61.60 Unpacking mingw-w64-common (6.0.0-3) ...
09:56:30 [2021-04-02T09:56:30.496Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
09:56:30 [2021-04-02T09:56:30.496Z] - CONFIG_CGROUP_NET_PRIO: enabled
09:56:30 [2021-04-02T09:56:30.496Z] - CONFIG_CFS_BANDWIDTH: enabled
09:56:30 [2021-04-02T09:56:30.496Z] - CONFIG_FAIR_GROUP_SCHED: enabled
09:56:30 [2021-04-02T09:56:30.496Z] - CONFIG_RT_GROUP_SCHED: missing
09:56:30 [2021-04-02T09:56:30.496Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
09:56:30 [2021-04-02T09:56:30.496Z] - CONFIG_IP_VS: enabled (as module)
09:56:30 [2021-04-02T09:56:30.496Z] - CONFIG_IP_VS_NFCT: enabled
09:56:30 [2021-04-02T09:56:30.496Z] - CONFIG_IP_VS_PROTO_TCP: enabled
09:56:30 [2021-04-02T09:56:30.496Z] - CONFIG_IP_VS_PROTO_UDP: enabled
09:56:30 [2021-04-02T09:56:30.496Z] - CONFIG_IP_VS_RR: enabled (as module)
09:56:30 [2021-04-02T09:56:30.496Z] - CONFIG_EXT4_FS: enabled
09:56:30 [2021-04-02T09:56:30.496Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
09:56:30 [2021-04-02T09:56:30.496Z] - CONFIG_EXT4_FS_SECURITY: enabled
09:56:30 [2021-04-02T09:56:30.496Z] - Network Drivers:
09:56:30 [2021-04-02T09:56:30.496Z]   - "overlay":
09:56:30 [2021-04-02T09:56:30.496Z]     - CONFIG_VXLAN: enabled (as module)
09:56:30 [2021-04-02T09:56:30.496Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
09:56:30 [2021-04-02T09:56:30.496Z]       Optional (for encrypted networks):
09:56:30 [2021-04-02T09:56:30.496Z]       - CONFIG_CRYPTO: enabled
09:56:30 [2021-04-02T09:56:30.496Z]       - CONFIG_CRYPTO_AEAD: enabled
09:56:30 [2021-04-02T09:56:30.496Z]       - CONFIG_CRYPTO_GCM: enabled
09:56:30 [2021-04-02T09:56:30.496Z]       - CONFIG_CRYPTO_SEQIV: enabled
09:56:30 [2021-04-02T09:56:30.496Z]       - CONFIG_CRYPTO_GHASH: enabled
09:56:30 [2021-04-02T09:56:30.496Z]       - CONFIG_XFRM: enabled
09:56:30 [2021-04-02T09:56:30.496Z]       - CONFIG_XFRM_USER: enabled (as module)
09:56:30 [2021-04-02T09:56:30.496Z]       - CONFIG_XFRM_ALGO: enabled (as module)
09:56:30 [2021-04-02T09:56:30.496Z]       - CONFIG_INET_ESP: enabled (as module)
09:56:30 [2021-04-02T09:56:30.496Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
09:56:30 [2021-04-02T09:56:30.496Z]   - "ipvlan":
09:56:30 [2021-04-02T09:56:30.496Z]     - CONFIG_IPVLAN: enabled (as module)
09:56:30 [2021-04-02T09:56:30.496Z]   - "macvlan":
09:56:30 [2021-04-02T09:56:30.496Z]     - CONFIG_MACVLAN: enabled (as module)
09:56:30 [2021-04-02T09:56:30.496Z]     - CONFIG_DUMMY: enabled (as module)
09:56:30 [2021-04-02T09:56:30.496Z]   - "ftp,tftp client in container":
09:56:30 [2021-04-02T09:56:30.496Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
09:56:30 [2021-04-02T09:56:30.496Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
09:56:30 [2021-04-02T09:56:30.496Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
09:56:30 [2021-04-02T09:56:30.496Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
09:56:30 [2021-04-02T09:56:30.496Z] - Storage Drivers:
09:56:30 [2021-04-02T09:56:30.496Z]   - "aufs":
09:56:30 [2021-04-02T09:56:30.496Z]     - CONFIG_AUFS_FS: enabled (as module)
09:56:30 [2021-04-02T09:56:30.496Z]   - "btrfs":
09:56:30 [2021-04-02T09:56:30.496Z]     - CONFIG_BTRFS_FS: enabled (as module)
09:56:30 [2021-04-02T09:56:30.496Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
09:56:30 [2021-04-02T09:56:30.496Z]   - "devicemapper":
09:56:30 [2021-04-02T09:56:30.496Z]     - CONFIG_BLK_DEV_DM: enabled
09:56:30 [2021-04-02T09:56:30.496Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
09:56:30 [2021-04-02T09:56:30.496Z]   - "overlay":
09:56:30 [2021-04-02T09:56:30.496Z]     - CONFIG_OVERLAY_FS: enabled (as module)
09:56:30 [2021-04-02T09:56:30.496Z]   - "zfs":
09:56:30 [2021-04-02T09:56:30.496Z]     - /dev/zfs: present
09:56:30 [2021-04-02T09:56:30.496Z]     - zfs command: missing
09:56:30 [2021-04-02T09:56:30.496Z]     - zpool command: missing
09:56:30 [2021-04-02T09:56:30.496Z] 
09:56:30 [2021-04-02T09:56:30.496Z] Limits:
09:56:30 [2021-04-02T09:56:30.496Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
09:56:30 [2021-04-02T09:56:30.496Z] 
09:56:30 [2021-04-02T09:56:30.496Z] + true
[Pipeline] }
[Pipeline] // stage
09:56:30 [2021-04-02T09:56:30.524Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.6s done
09:56:30 [2021-04-02T09:56:30.524Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
09:56:30 [2021-04-02T09:56:30.783Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.3s done
09:56:30 [2021-04-02T09:56:30.841Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 .
09:56:31 [2021-04-02T09:56:31.044Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab
09:56:31 [2021-04-02T09:56:31.103Z] #1 [internal] load build definition from Dockerfile
09:56:31 [2021-04-02T09:56:31.103Z] #1 sha256:74c0d62fa01b32fac2d945c6565628b9f05f9afada211dc4c4c376489cb6e4f0
09:56:31 [2021-04-02T09:56:31.103Z] #1 transferring dockerfile: 17.02kB done
09:56:31 [2021-04-02T09:56:31.103Z] #1 DONE 0.1s
09:56:31 [2021-04-02T09:56:31.103Z] 
09:56:31 [2021-04-02T09:56:31.103Z] #2 [internal] load .dockerignore
09:56:31 [2021-04-02T09:56:31.103Z] #2 sha256:b15f9ed11fb21c60f18b0511eb8fcc2b344f19ab06e4d7dd5befbc962f766a55
09:56:31 [2021-04-02T09:56:31.103Z] #2 transferring context: 87B done
09:56:31 [2021-04-02T09:56:31.103Z] #2 DONE 0.0s
09:56:31 [2021-04-02T09:56:31.103Z] 
09:56:31 [2021-04-02T09:56:31.103Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
09:56:31 [2021-04-02T09:56:31.103Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
09:56:31 [2021-04-02T09:56:31.345Z] Merge succeeded, producing 8cefdc1420a0e4c4dbb76fb399efc40fe82897f6
09:56:31 [2021-04-02T09:56:31.345Z] Checking out Revision 8cefdc1420a0e4c4dbb76fb399efc40fe82897f6 (PR-42182)
09:56:31 [2021-04-02T09:56:31.346Z] #13 ...
09:56:31 [2021-04-02T09:56:31.346Z] 
09:56:31 [2021-04-02T09:56:31.346Z] #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
09:56:31 [2021-04-02T09:56:31.346Z] #45 sha256:030ac60024ecdfba769e6c884d4e688b350956879b5a2c3bd6f5e6438912cfba
09:56:31 [2021-04-02T09:56:31.346Z] #45 58.75 time
09:56:31 [2021-04-02T09:56:31.346Z] #45 64.18 internal/poll
09:56:31 [2021-04-02T09:56:31.346Z] #45 64.77 internal/syscall/unix
09:56:31 [2021-04-02T09:56:31.346Z] #45 65.23 strings
09:56:31 [2021-04-02T09:56:31.346Z] #45 66.75 os
09:56:31 [2021-04-02T09:56:31.346Z] #45 68.34 regexp/syntax
09:56:31 [2021-04-02T09:56:31.346Z] #45 ...
09:56:31 [2021-04-02T09:56:31.346Z] 
09:56:31 [2021-04-02T09:56:31.346Z] #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
09:56:31 [2021-04-02T09:56:31.346Z] #37 sha256:98b4e867a09c8f08c8f5454c735e46b9426b288cdd660a81540e7a45240fdf37
09:56:31 [2021-04-02T09:56:31.346Z] #37 1.196 + RM_GOPATH=0
09:56:31 [2021-04-02T09:56:31.346Z] #37 1.196 + TMP_GOPATH=
09:56:31 [2021-04-02T09:56:31.346Z] #37 1.196 + : /build
09:56:31 [2021-04-02T09:56:31.346Z] #37 1.196 + '[' -z '' ']'
09:56:31 [2021-04-02T09:56:31.346Z] #37 1.196 ++ mktemp -d
09:56:31 [2021-04-02T09:56:31.346Z] #37 1.197 + export GOPATH=/tmp/tmp.krrL9VIRMl
09:56:31 [2021-04-02T09:56:31.346Z] #37 1.197 + GOPATH=/tmp/tmp.krrL9VIRMl
09:56:31 [2021-04-02T09:56:31.346Z] #37 1.198 + RM_GOPATH=1
09:56:31 [2021-04-02T09:56:31.346Z] #37 1.198 + case "$(go env GOARCH)" in
09:56:31 [2021-04-02T09:56:31.346Z] #37 1.199 ++ go env GOARCH
09:56:31 [2021-04-02T09:56:31.346Z] #37 1.227 + export GO_BUILDMODE=-buildmode=pie
09:56:31 [2021-04-02T09:56:31.346Z] #37 1.227 + GO_BUILDMODE=-buildmode=pie
09:56:31 [2021-04-02T09:56:31.346Z] #37 1.229 ++ dirname /tmp/install/install.sh
09:56:31 [2021-04-02T09:56:31.346Z] #37 1.231 + dir=/tmp/install
09:56:31 [2021-04-02T09:56:31.346Z] #37 1.241 + bin=tini
09:56:31 [2021-04-02T09:56:31.346Z] #37 1.242 + shift
09:56:31 [2021-04-02T09:56:31.346Z] #37 1.242 + '[' '!' -f /tmp/install/tini.installer ']'
09:56:31 [2021-04-02T09:56:31.346Z] #37 1.246 + . /tmp/install/tini.installer
09:56:31 [2021-04-02T09:56:31.346Z] #37 1.246 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
09:56:31 [2021-04-02T09:56:31.346Z] #37 1.246 + install_tini
09:56:31 [2021-04-02T09:56:31.346Z] #37 1.246 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
09:56:31 [2021-04-02T09:56:31.346Z] #37 1.247 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
09:56:31 [2021-04-02T09:56:31.346Z] #37 1.247 + git clone https://github.com/krallin/tini.git /tmp/tmp.krrL9VIRMl/tini
09:56:31 [2021-04-02T09:56:31.346Z] #37 1.249 Cloning into '/tmp/tmp.krrL9VIRMl/tini'...
09:56:31 [2021-04-02T09:56:31.346Z] #37 2.015 + cd /tmp/tmp.krrL9VIRMl/tini
09:56:31 [2021-04-02T09:56:31.346Z] #37 2.016 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
09:56:31 [2021-04-02T09:56:31.346Z] #37 2.039 + cmake .
09:56:31 [2021-04-02T09:56:31.346Z] #37 2.637 -- The C compiler identification is GNU 8.3.0
09:56:31 [2021-04-02T09:56:31.346Z] #37 2.683 -- Check for working C compiler: /usr/bin/cc
09:56:31 [2021-04-02T09:56:31.346Z] #37 3.624 -- Check for working C compiler: /usr/bin/cc -- works
09:56:31 [2021-04-02T09:56:31.346Z] #37 3.626 -- Detecting C compiler ABI info
09:56:31 [2021-04-02T09:56:31.363Z] #3 DONE 0.5s
09:56:31 [2021-04-02T09:56:31.624Z] 
09:56:31 [2021-04-02T09:56:31.624Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
09:56:31 [2021-04-02T09:56:31.624Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
09:56:31 [2021-04-02T09:56:31.624Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 0.0s done
09:56:31 [2021-04-02T09:56:31.624Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
09:56:31 [2021-04-02T09:56:31.624Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
09:56:31 [2021-04-02T09:56:31.624Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
09:56:31 [2021-04-02T09:56:31.624Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 6.29MB / 9.64MB 0.1s
09:56:31 [2021-04-02T09:56:31.624Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s
09:56:31 [2021-04-02T09:56:31.886Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done
09:56:31 [2021-04-02T09:56:31.886Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4
09:56:31 [2021-04-02T09:56:31.922Z] #37 4.422 -- Detecting C compiler ABI info - done
09:56:31 [2021-04-02T09:56:31.922Z] #37 4.481 -- Detecting C compile features
09:56:32 [2021-04-02T09:56:32.148Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.3s done
09:56:30 [2021-04-02T09:56:30.056Z]  > git config core.sparsecheckout # timeout=10
09:56:30 [2021-04-02T09:56:30.067Z]  > git checkout -f a432eb4b3a0d06675889153e2993ae8ba8dc9149 # timeout=10
09:56:31 [2021-04-02T09:56:31.097Z]  > git remote # timeout=10
09:56:31 [2021-04-02T09:56:31.118Z]  > git config --get remote.origin.url # timeout=10
09:56:31 [2021-04-02T09:56:31.139Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:56:31 [2021-04-02T09:56:31.141Z]  > git merge 1ff685085ad325580ea32accdf13930106bbadb5 # timeout=10
09:56:31 [2021-04-02T09:56:31.328Z]  > git rev-parse HEAD^{commit} # timeout=10
09:56:31 [2021-04-02T09:56:31.349Z]  > git config core.sparsecheckout # timeout=10
09:56:31 [2021-04-02T09:56:31.361Z]  > git checkout -f 8cefdc1420a0e4c4dbb76fb399efc40fe82897f6 # timeout=10
09:56:32 [2021-04-02T09:56:32.409Z] #4 DONE 0.8s
09:56:32 [2021-04-02T09:56:32.669Z] 
09:56:32 [2021-04-02T09:56:32.669Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:56:32 [2021-04-02T09:56:32.669Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
09:56:33 [2021-04-02T09:56:33.242Z] #8 ...
09:56:33 [2021-04-02T09:56:33.242Z] 
09:56:33 [2021-04-02T09:56:33.242Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster
09:56:33 [2021-04-02T09:56:33.242Z] #7 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
09:56:33 [2021-04-02T09:56:33.242Z] #7 DONE 0.7s
09:56:33 [2021-04-02T09:56:33.242Z] 
09:56:33 [2021-04-02T09:56:33.242Z] #5 [internal] load metadata for docker.io/library/debian:buster
09:56:33 [2021-04-02T09:56:33.242Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
09:56:33 [2021-04-02T09:56:33.242Z] #5 DONE 0.7s
09:56:33 [2021-04-02T09:56:33.242Z] 
09:56:33 [2021-04-02T09:56:33.242Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:56:33 [2021-04-02T09:56:33.242Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
09:56:33 [2021-04-02T09:56:33.242Z] #6 DONE 0.7s
09:56:33 [2021-04-02T09:56:33.242Z] 
09:56:33 [2021-04-02T09:56:33.242Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:56:33 [2021-04-02T09:56:33.242Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
09:56:33 [2021-04-02T09:56:33.242Z] #8 DONE 0.8s
09:56:33 [2021-04-02T09:56:33.817Z] #37 ...
09:56:33 [2021-04-02T09:56:33.817Z] 
09:56:33 [2021-04-02T09:56:33.817Z] #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
09:56:33 [2021-04-02T09:56:33.817Z] #45 sha256:030ac60024ecdfba769e6c884d4e688b350956879b5a2c3bd6f5e6438912cfba
09:56:33 [2021-04-02T09:56:33.817Z] #45 71.18 fmt
09:56:33 [2021-04-02T09:56:33.817Z] #45 ...
09:56:33 [2021-04-02T09:56:33.817Z] 
09:56:33 [2021-04-02T09:56:33.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
09:56:33 [2021-04-02T09:56:33.817Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:56:33 [2021-04-02T09:56:33.817Z] #42 70.92 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
09:56:33 [2021-04-02T09:56:33.817Z] #42 70.94 Processing triggers for libc-bin (2.28-10) ...
09:56:33 [2021-04-02T09:56:33.817Z] #42 DONE 71.5s
09:56:34 [2021-04-02T09:56:34.073Z] 
09:56:34 [2021-04-02T09:56:34.073Z] #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
09:56:34 [2021-04-02T09:56:34.073Z] #37 sha256:98b4e867a09c8f08c8f5454c735e46b9426b288cdd660a81540e7a45240fdf37
09:56:34 [2021-04-02T09:56:34.073Z] #37 6.508 -- Detecting C compile features - done
09:56:34 [2021-04-02T09:56:34.073Z] #37 6.547 -- Performing Test HAS_BUILTIN_FORTIFY
09:56:34 [2021-04-02T09:56:34.188Z] 
09:56:34 [2021-04-02T09:56:34.188Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b
09:56:34 [2021-04-02T09:56:34.188Z] #26 sha256:53816807411efe1f35e19f1e99808535cd16125331b7e912d3ae84ebf9049cab
09:56:34 [2021-04-02T09:56:34.188Z] #26 resolve docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b
09:56:34 [2021-04-02T09:56:34.330Z] #37 6.904 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
09:56:34 [2021-04-02T09:56:34.330Z] #37 7.019 -- Configuring done
09:56:34 [2021-04-02T09:56:34.449Z] #26 resolve docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b 0.2s done
09:56:34 [2021-04-02T09:56:34.587Z] #37 7.042 -- Generating done
09:56:34 [2021-04-02T09:56:34.587Z] #37 7.066 -- Build files have been written to: /tmp/tmp.krrL9VIRMl/tini
09:56:34 [2021-04-02T09:56:34.587Z] #37 7.079 + make tini-static
09:56:34 [2021-04-02T09:56:34.710Z] #26 sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b 1.85kB / 1.85kB done
09:56:34 [2021-04-02T09:56:34.710Z] #26 sha256:57198c0f3bb6172ab28f3351d5eca9239527e22a59287174e8b9a73156075bef 529B / 529B done
09:56:34 [2021-04-02T09:56:34.710Z] #26 sha256:109b803c6a30d5b613caf528e4b8f96d2aa4205c58de6ac494825d81380125c8 1.46kB / 1.46kB done
09:56:35 [2021-04-02T09:56:35.114Z] Commit message: "Merge commit '1ff685085ad325580ea32accdf13930106bbadb5' into HEAD"
09:56:35 [2021-04-02T09:56:35.131Z] First time build. Skipping changelog.
09:56:35 [2021-04-02T09:56:35.151Z] #37 7.702 Scanning dependencies of target tini-static
09:56:35 [2021-04-02T09:56:35.261Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.2s done
09:56:35 [2021-04-02T09:56:35.408Z] #37 7.820 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
09:56:35 [2021-04-02T09:56:35.521Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
09:56:36 [2021-04-02T09:56:36.293Z] + docker version
09:56:36 [2021-04-02T09:56:36.777Z] #37 9.291 [100%] Linking C executable tini-static
09:56:35 [2021-04-02T09:56:35.119Z]  > git rev-list --no-walk 0a4a7edc3876ac22daa7a4e03d89865bbde5c394 # timeout=10
09:56:37 [2021-04-02T09:56:37.271Z] #26 ...
09:56:37 [2021-04-02T09:56:37.271Z] 
09:56:37 [2021-04-02T09:56:37.271Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:56:37 [2021-04-02T09:56:37.271Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
09:56:37 [2021-04-02T09:56:37.271Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done
09:56:37 [2021-04-02T09:56:37.271Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
09:56:37 [2021-04-02T09:56:37.271Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
09:56:37 [2021-04-02T09:56:37.271Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
09:56:37 [2021-04-02T09:56:37.271Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s done
09:56:37 [2021-04-02T09:56:37.271Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.7s done
09:56:37 [2021-04-02T09:56:37.271Z] #62 DONE 2.7s
09:56:37 [2021-04-02T09:56:37.271Z] 
09:56:37 [2021-04-02T09:56:37.271Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:56:37 [2021-04-02T09:56:37.271Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:56:37 [2021-04-02T09:56:37.271Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.2s done
09:56:37 [2021-04-02T09:56:37.271Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
09:56:37 [2021-04-02T09:56:37.272Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
09:56:37 [2021-04-02T09:56:37.272Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
09:56:37 [2021-04-02T09:56:37.272Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s done
09:56:37 [2021-04-02T09:56:37.272Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.3s done
09:56:37 [2021-04-02T09:56:37.272Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 1.9s done
09:56:37 [2021-04-02T09:56:37.272Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.4s done
09:56:37 [2021-04-02T09:56:37.272Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0.9s
09:56:37 [2021-04-02T09:56:37.272Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 66.06MB / 120.17MB 2.5s
09:56:37 [2021-04-02T09:56:37.272Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 18.87MB / 68.67MB 2.5s
09:56:37 [2021-04-02T09:56:37.272Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 22.35MB / 68.67MB 2.6s
09:56:37 [2021-04-02T09:56:37.341Z] #37 9.814 [100%] Built target tini-static
09:56:37 [2021-04-02T09:56:37.341Z] #37 9.919 + mkdir -p /build
09:56:37 [2021-04-02T09:56:37.341Z] #37 9.923 + cp tini-static /build/docker-init
09:56:37 [2021-04-02T09:56:37.533Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 76.55MB / 120.17MB 2.8s
09:56:37 [2021-04-02T09:56:37.533Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 34.60MB / 68.67MB 2.8s
09:56:37 [2021-04-02T09:56:37.599Z] #37 DONE 10.1s
09:56:37 [2021-04-02T09:56:37.599Z] 
09:56:37 [2021-04-02T09:56:37.599Z] #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
09:56:37 [2021-04-02T09:56:37.599Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:56:37 [2021-04-02T09:56:37.599Z] #13 67.97 Selecting previously unselected package mingw-w64-x86-64-dev.
09:56:37 [2021-04-02T09:56:37.599Z] #13 68.00 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
09:56:37 [2021-04-02T09:56:37.599Z] #13 68.01 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
09:56:37 [2021-04-02T09:56:37.799Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 87.24MB / 120.17MB 3.0s
09:56:37 [2021-04-02T09:56:37.800Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 52.43MB / 68.67MB 3.0s
09:56:37 [2021-04-02T09:56:37.800Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 95.42MB / 120.17MB 3.1s
09:56:37 [2021-04-02T09:56:37.800Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 56.62MB / 68.67MB 3.1s
09:56:37 [2021-04-02T09:56:37.800Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 102.76MB / 120.17MB 3.3s
09:56:37 [2021-04-02T09:56:37.800Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 62.91MB / 68.67MB 3.3s
09:56:38 [2021-04-02T09:56:38.064Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.3s
09:56:38 [2021-04-02T09:56:38.328Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 3.6s
09:56:39 [2021-04-02T09:56:39.273Z] #9 ...
09:56:39 [2021-04-02T09:56:39.273Z] 
09:56:39 [2021-04-02T09:56:39.273Z] #23 [internal] load build context
09:56:39 [2021-04-02T09:56:39.273Z] #23 sha256:235f17e904088a5e2e510a87e6ac026a919ca8713cbd09ce7b5e31661901188d
09:56:39 [2021-04-02T09:56:39.273Z] #23 transferring context: 53.42MB 4.3s done
09:56:39 [2021-04-02T09:56:39.273Z] #23 DONE 4.9s
09:56:39 [2021-04-02T09:56:39.273Z] 
09:56:39 [2021-04-02T09:56:39.273Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:56:39 [2021-04-02T09:56:39.273Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:56:39 [2021-04-02T09:56:39.732Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.5s done
09:56:39 [2021-04-02T09:56:39.732Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0.1s
09:56:39 [2021-04-02T09:56:39.732Z] #9 ...
09:56:39 [2021-04-02T09:56:39.732Z] 
09:56:39 [2021-04-02T09:56:39.732Z] #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
09:56:39 [2021-04-02T09:56:39.732Z] #27 sha256:fe0652333e9397ad75a464bf99138ad703d8648dbec0894f017deea5d88ff8f8
09:56:39 [2021-04-02T09:56:39.732Z] #27 1.039 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 1.043 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 1.130 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 1.221 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 1.467 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
09:56:39 [2021-04-02T09:56:39.732Z] #27 2.017 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [271 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 3.292 Fetched 8426 kB in 3s (3361 kB/s)
09:56:39 [2021-04-02T09:56:39.732Z] #27 3.292 Reading package lists...
09:56:39 [2021-04-02T09:56:39.732Z] #27 4.209 Reading package lists...
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.112 Building dependency tree...
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.423 The following additional packages will be installed:
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.424   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.424   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.424   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.425 Suggested packages:
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.425   krb5-doc krb5-user
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.425 Recommended packages:
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.425   krb5-locales publicsuffix libsasl2-modules
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.645 The following NEW packages will be installed:
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.645   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.645   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.645   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.645   libssh2-1 libssl1.1 openssl
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.932 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.932 Need to get 5059 kB of archives.
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.932 After this operation, 12.1 MB of additional disk space will be used.
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.932 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.932 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.932 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.932 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.932 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.932 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.950 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.958 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.961 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.976 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.992 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.992 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.992 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.992 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.992 Get:15 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.992 Get:16 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.992 Get:17 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.992 Get:18 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 5.995 Get:19 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.005 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.013 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.187 debconf: delaying package configuration, since apt-utils is not installed
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.215 Fetched 5059 kB in 0s (14.6 MB/s)
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.259 Selecting previously unselected package libssl1.1:amd64.
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.259 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.259 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.296 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.499 Selecting previously unselected package openssl.
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.500 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.513 Unpacking openssl (1.1.1d-0+deb10u6) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.626 Selecting previously unselected package ca-certificates.
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.626 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.629 Unpacking ca-certificates (20200601~deb10u2) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.726 Selecting previously unselected package libkeyutils1:amd64.
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.726 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.731 Unpacking libkeyutils1:amd64 (1.6-6) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.765 Selecting previously unselected package libkrb5support0:amd64.
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.765 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.768 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.805 Selecting previously unselected package libk5crypto3:amd64.
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.806 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.813 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.862 Selecting previously unselected package libkrb5-3:amd64.
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.862 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.868 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.951 Selecting previously unselected package libgssapi-krb5-2:amd64.
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.951 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 6.955 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.003 Selecting previously unselected package libsasl2-modules-db:amd64.
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.003 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.007 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.049 Selecting previously unselected package libsasl2-2:amd64.
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.049 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.055 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.105 Selecting previously unselected package libldap-common.
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.105 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.109 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.153 Selecting previously unselected package libldap-2.4-2:amd64.
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.153 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.157 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.222 Selecting previously unselected package libnghttp2-14:amd64.
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.222 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.225 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.269 Selecting previously unselected package libpsl5:amd64.
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.269 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.273 Unpacking libpsl5:amd64 (0.20.2-2) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.312 Selecting previously unselected package librtmp1:amd64.
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.312 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.316 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.379 Selecting previously unselected package libssh2-1:amd64.
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.379 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.384 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.431 Selecting previously unselected package libcurl4:amd64.
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.431 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.435 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.513 Selecting previously unselected package curl.
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.513 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.515 Unpacking curl (7.64.0-4+deb10u2) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.595 Selecting previously unselected package libonig5:amd64.
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.595 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.600 Unpacking libonig5:amd64 (6.9.1-1) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.686 Selecting previously unselected package libjq1:amd64.
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.686 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.690 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.736 Selecting previously unselected package jq.
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.736 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.740 Unpacking jq (1.5+dfsg-2+b1) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.782 Setting up libkeyutils1:amd64 (1.6-6) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.793 Setting up libpsl5:amd64 (0.20.2-2) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.803 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.909 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.919 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.931 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.941 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.951 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.963 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.973 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.983 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 7.994 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 8.004 Setting up openssl (1.1.1d-0+deb10u6) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 8.020 Setting up libonig5:amd64 (6.9.1-1) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 8.031 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 8.047 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 8.052 Setting up ca-certificates (20200601~deb10u2) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 8.645 Updating certificates in /etc/ssl/certs...
09:56:39 [2021-04-02T09:56:39.732Z] #27 9.482 137 added, 0 removed; done.
09:56:39 [2021-04-02T09:56:39.732Z] #27 9.516 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 9.527 Setting up jq (1.5+dfsg-2+b1) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 9.537 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 9.546 Setting up curl (7.64.0-4+deb10u2) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 9.556 Processing triggers for libc-bin (2.28-10) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 9.572 Processing triggers for ca-certificates (20200601~deb10u2) ...
09:56:39 [2021-04-02T09:56:39.732Z] #27 9.584 Updating certificates in /etc/ssl/certs...
09:56:39 [2021-04-02T09:56:39.732Z] #27 ...
09:56:39 [2021-04-02T09:56:39.732Z] 
09:56:39 [2021-04-02T09:56:39.732Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:56:39 [2021-04-02T09:56:39.732Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:56:40 [2021-04-02T09:56:40.120Z] #13 ...
09:56:40 [2021-04-02T09:56:40.120Z] 
09:56:40 [2021-04-02T09:56:40.120Z] #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
09:56:40 [2021-04-02T09:56:40.120Z] #51 sha256:5817aa0dd6802089fcc18536dd8d9dcc3942d162ccaca8483183374f64ae6053
09:56:40 [2021-04-02T09:56:40.120Z] #51 67.18 context
09:56:40 [2021-04-02T09:56:40.120Z] #51 67.35 encoding/binary
09:56:40 [2021-04-02T09:56:40.120Z] #51 68.15 os
09:56:40 [2021-04-02T09:56:40.120Z] #51 69.85 encoding/base64
09:56:40 [2021-04-02T09:56:40.120Z] #51 70.76 golang.org/x/sys/unix
09:56:40 [2021-04-02T09:56:40.120Z] #51 72.63 fmt
09:56:40 [2021-04-02T09:56:40.120Z] #51 ...
09:56:40 [2021-04-02T09:56:40.121Z] 
09:56:40 [2021-04-02T09:56:40.121Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:56:40 [2021-04-02T09:56:40.121Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:56:40 [2021-04-02T09:56:40.121Z] #43 2.411 Note: Building without setproctitle() and strlcpy() support.
09:56:40 [2021-04-02T09:56:40.121Z] #43 2.411       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
09:56:40 [2021-04-02T09:56:40.121Z] #43 2.425 Note: Building without GnuTLS support
09:56:40 [2021-04-02T09:56:40.121Z] #43 2.446 Makefile.config:39: Warn: you have no libnftables installed
09:56:40 [2021-04-02T09:56:40.121Z] #43 2.446 Makefile.config:40: Warn: Building without nftables support
09:56:40 [2021-04-02T09:56:40.121Z] #43 5.013 fatal: not a git repository (or any of the parent directories): .git
09:56:40 [2021-04-02T09:56:40.121Z] #43 5.042   GEN      .gitid
09:56:40 [2021-04-02T09:56:40.121Z] #43 5.056   GEN      criu/include/version.h
09:56:40 [2021-04-02T09:56:40.121Z] #43 5.086   GEN      include/common/asm
09:56:40 [2021-04-02T09:56:40.121Z] #43 ...
09:56:40 [2021-04-02T09:56:40.121Z] 
09:56:40 [2021-04-02T09:56:40.121Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:56:40 [2021-04-02T09:56:40.121Z] #34 sha256:40443f6b058f8677d544a9d9b73124f4e9f09b6cfeb15482b0c4f319a6b78e24
09:56:40 [2021-04-02T09:56:40.121Z] #34 67.70 path
09:56:40 [2021-04-02T09:56:40.121Z] #34 68.38 text/tabwriter
09:56:40 [2021-04-02T09:56:40.121Z] #34 69.07 fmt
09:56:40 [2021-04-02T09:56:40.121Z] #34 69.23 path/filepath
09:56:40 [2021-04-02T09:56:40.121Z] #34 70.78 io/ioutil
09:56:40 [2021-04-02T09:56:40.121Z] #34 73.18 github.com/BurntSushi/toml
09:56:40 [2021-04-02T09:56:40.121Z] #34 73.19 flag
09:56:40 [2021-04-02T09:56:40.121Z] #34 74.98 log
09:56:40 [2021-04-02T09:56:40.121Z] #34 77.64 github.com/BurntSushi/toml/cmd/tomlv
09:56:40 [2021-04-02T09:56:40.216Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 5.2s done
09:56:40 [2021-04-02T09:56:40.216Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.5s done
09:56:40 [2021-04-02T09:56:40.377Z] #34 ...
09:56:40 [2021-04-02T09:56:40.377Z] 
09:56:40 [2021-04-02T09:56:40.377Z] #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
09:56:40 [2021-04-02T09:56:40.377Z] #45 sha256:030ac60024ecdfba769e6c884d4e688b350956879b5a2c3bd6f5e6438912cfba
09:56:40 [2021-04-02T09:56:40.377Z] #45 72.89 regexp
09:56:40 [2021-04-02T09:56:40.377Z] #45 76.47 internal/lazyregexp
09:56:40 [2021-04-02T09:56:40.377Z] #45 76.67 github.com/LK4D4/vndr/versioned
09:56:40 [2021-04-02T09:56:40.377Z] #45 76.81 hash/crc32
09:56:40 [2021-04-02T09:56:40.377Z] #45 77.22 go/token
09:56:40 [2021-04-02T09:56:40.377Z] #45 77.43 net/url
09:56:40 [2021-04-02T09:56:40.477Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 4.3s done
09:56:40 [2021-04-02T09:56:40.634Z] #45 ...
09:56:40 [2021-04-02T09:56:40.634Z] 
09:56:40 [2021-04-02T09:56:40.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
09:56:40 [2021-04-02T09:56:40.634Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:56:40 [2021-04-02T09:56:40.634Z] #43 6.592   PBCC     images/timens.pb-c.c
09:56:40 [2021-04-02T09:56:40.634Z] #43 6.642   DEP      images/timens.pb-c.d
09:56:40 [2021-04-02T09:56:40.634Z] #43 6.730   PBCC     images/fown.pb-c.c
09:56:40 [2021-04-02T09:56:40.634Z] #43 6.736   PBCC     images/google/protobuf/descriptor.pb-c.c
09:56:40 [2021-04-02T09:56:40.634Z] #43 6.827   PBCC     images/opts.pb-c.c
09:56:40 [2021-04-02T09:56:40.891Z] #43 6.875   PBCC     images/memfd.pb-c.c
09:56:40 [2021-04-02T09:56:40.891Z] #43 6.943   DEP      images/fown.pb-c.d
09:56:40 [2021-04-02T09:56:40.891Z] #43 6.980   DEP      images/google/protobuf/descriptor.pb-c.d
09:56:40 [2021-04-02T09:56:40.891Z] #43 7.040   DEP      images/opts.pb-c.d
09:56:41 [2021-04-02T09:56:41.050Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
09:56:41 [2021-04-02T09:56:41.148Z] #43 7.100   DEP      images/memfd.pb-c.d
09:56:41 [2021-04-02T09:56:41.148Z] #43 7.151   PBCC     images/sit.pb-c.c
09:56:41 [2021-04-02T09:56:41.148Z] #43 7.198   DEP      images/sit.pb-c.d
09:56:41 [2021-04-02T09:56:41.148Z] #43 7.290   PBCC     images/macvlan.pb-c.c
09:56:41 [2021-04-02T09:56:41.148Z] #43 7.299   DEP      images/macvlan.pb-c.d
09:56:41 [2021-04-02T09:56:41.311Z] #9 ...
09:56:41 [2021-04-02T09:56:41.311Z] 
09:56:41 [2021-04-02T09:56:41.311Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
09:56:41 [2021-04-02T09:56:41.311Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
09:56:41 [2021-04-02T09:56:41.311Z] #63 DONE 3.8s
09:56:41 [2021-04-02T09:56:41.311Z] 
09:56:41 [2021-04-02T09:56:41.311Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:56:41 [2021-04-02T09:56:41.311Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:56:41 [2021-04-02T09:56:41.405Z] #43 7.332   PBCC     images/autofs.pb-c.c
09:56:41 [2021-04-02T09:56:41.405Z] #43 7.391   DEP      images/autofs.pb-c.d
09:56:41 [2021-04-02T09:56:41.405Z] #43 7.439   PBCC     images/sysctl.pb-c.c
09:56:41 [2021-04-02T09:56:41.405Z] #43 7.465   DEP      images/sysctl.pb-c.d
09:56:41 [2021-04-02T09:56:41.405Z] #43 7.506   PBCC     images/time.pb-c.c
09:56:41 [2021-04-02T09:56:41.405Z] #43 7.525   DEP      images/time.pb-c.d
09:56:41 [2021-04-02T09:56:41.662Z] #43 7.595   PBCC     images/binfmt-misc.pb-c.c
09:56:41 [2021-04-02T09:56:41.662Z] #43 7.635   DEP      images/binfmt-misc.pb-c.d
09:56:41 [2021-04-02T09:56:41.662Z] #43 7.655   PBCC     images/seccomp.pb-c.c
09:56:41 [2021-04-02T09:56:41.662Z] #43 7.716   DEP      images/seccomp.pb-c.d
09:56:41 [2021-04-02T09:56:41.662Z] #43 7.788   PBCC     images/userns.pb-c.c
09:56:41 [2021-04-02T09:56:41.662Z] #43 7.819   DEP      images/userns.pb-c.d
09:56:41 [2021-04-02T09:56:41.889Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.7s done
09:56:41 [2021-04-02T09:56:41.889Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
09:56:41 [2021-04-02T09:56:41.919Z] #43 7.867   PBCC     images/cgroup.pb-c.c
09:56:41 [2021-04-02T09:56:41.919Z] #43 7.903   DEP      images/cgroup.pb-c.d
09:56:41 [2021-04-02T09:56:41.919Z] #43 7.967   PBCC     images/ext-file.pb-c.c
09:56:41 [2021-04-02T09:56:41.919Z] #43 7.977   DEP      images/ext-file.pb-c.d
09:56:41 [2021-04-02T09:56:41.919Z] #43 8.021   PBCC     images/rpc.pb-c.c
09:56:41 [2021-04-02T09:56:41.919Z] #43 8.071   DEP      images/rpc.pb-c.d
09:56:41 [2021-04-02T09:56:41.966Z] Client:
09:56:41 [2021-04-02T09:56:41.966Z]  Context:    default
09:56:41 [2021-04-02T09:56:41.966Z]  Debug Mode: false
09:56:41 [2021-04-02T09:56:41.966Z]  Plugins:
09:56:41 [2021-04-02T09:56:41.966Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
09:56:41 [2021-04-02T09:56:41.966Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
09:56:41 [2021-04-02T09:56:41.966Z] 
09:56:41 [2021-04-02T09:56:41.966Z] Server:
09:56:41 [2021-04-02T09:56:41.966Z]  Containers: 0
09:56:41 [2021-04-02T09:56:41.966Z]   Running: 0
09:56:41 [2021-04-02T09:56:41.966Z]   Paused: 0
09:56:41 [2021-04-02T09:56:41.966Z]   Stopped: 0
09:56:41 [2021-04-02T09:56:41.966Z]  Images: 0
09:56:41 [2021-04-02T09:56:41.966Z]  Server Version: 20.10.5
09:56:41 [2021-04-02T09:56:41.966Z]  Storage Driver: overlay2
09:56:41 [2021-04-02T09:56:41.966Z]   Backing Filesystem: extfs
09:56:41 [2021-04-02T09:56:41.966Z]   Supports d_type: true
09:56:41 [2021-04-02T09:56:41.966Z]   Native Overlay Diff: true
09:56:41 [2021-04-02T09:56:41.966Z]  Logging Driver: json-file
09:56:41 [2021-04-02T09:56:41.966Z]  Cgroup Driver: systemd
09:56:41 [2021-04-02T09:56:41.966Z]  Cgroup Version: 2
09:56:41 [2021-04-02T09:56:41.966Z]  Plugins:
09:56:41 [2021-04-02T09:56:41.966Z]   Volume: local
09:56:41 [2021-04-02T09:56:41.966Z]   Network: bridge host ipvlan macvlan null overlay
09:56:41 [2021-04-02T09:56:41.966Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
09:56:41 [2021-04-02T09:56:41.966Z]  Swarm: inactive
09:56:41 [2021-04-02T09:56:41.966Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
09:56:41 [2021-04-02T09:56:41.966Z]  Default Runtime: runc
09:56:41 [2021-04-02T09:56:41.966Z]  Init Binary: docker-init
09:56:41 [2021-04-02T09:56:41.966Z]  containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
09:56:41 [2021-04-02T09:56:41.966Z]  runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec
09:56:41 [2021-04-02T09:56:41.966Z]  init version: de40ad0
09:56:41 [2021-04-02T09:56:41.966Z]  Security Options:
09:56:41 [2021-04-02T09:56:41.966Z]   apparmor
09:56:41 [2021-04-02T09:56:41.966Z]   seccomp
09:56:41 [2021-04-02T09:56:41.966Z]    Profile: default
09:56:41 [2021-04-02T09:56:41.966Z]   cgroupns
09:56:41 [2021-04-02T09:56:41.966Z]  Kernel Version: 5.4.0-1041-aws
09:56:41 [2021-04-02T09:56:41.966Z]  Operating System: Ubuntu 20.04.2 LTS
09:56:41 [2021-04-02T09:56:41.966Z]  OSType: linux
09:56:41 [2021-04-02T09:56:41.966Z]  Architecture: x86_64
09:56:41 [2021-04-02T09:56:41.966Z]  CPUs: 2
09:56:41 [2021-04-02T09:56:41.966Z]  Total Memory: 7.569GiB
09:56:41 [2021-04-02T09:56:41.966Z]  Name: ip-10-100-75-111
09:56:41 [2021-04-02T09:56:41.966Z]  ID: XSCR:IMEW:U2PS:XHFP:UG4F:RXBB:XG3Q:ZRJE:MOFM:IVIM:YDU4:RNLR
09:56:41 [2021-04-02T09:56:41.966Z]  Docker Root Dir: /var/lib/docker
09:56:41 [2021-04-02T09:56:41.966Z]  Debug Mode: false
09:56:41 [2021-04-02T09:56:41.966Z]  Registry: https://index.docker.io/v1/
09:56:41 [2021-04-02T09:56:41.966Z]  Labels:
09:56:41 [2021-04-02T09:56:41.966Z]  Experimental: true
09:56:41 [2021-04-02T09:56:41.966Z]  Insecure Registries:
09:56:41 [2021-04-02T09:56:41.966Z]   127.0.0.0/8
09:56:41 [2021-04-02T09:56:41.966Z]  Live Restore Enabled: true
09:56:41 [2021-04-02T09:56:41.966Z] 
09:56:41 [2021-04-02T09:56:41.966Z] WARNING: Support for cgroup v2 is experimental
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
09:56:42 [2021-04-02T09:56:42.176Z] #43 8.168   PBCC     images/siginfo.pb-c.c
09:56:42 [2021-04-02T09:56:42.176Z] #43 8.219   DEP      images/siginfo.pb-c.d
09:56:42 [2021-04-02T09:56:42.176Z] #43 8.283   PBCC     images/pagemap.pb-c.c
09:56:42 [2021-04-02T09:56:42.176Z] #43 8.355   DEP      images/pagemap.pb-c.d
09:56:42 [2021-04-02T09:56:42.274Z] #9 ...
09:56:42 [2021-04-02T09:56:42.274Z] 
09:56:42 [2021-04-02T09:56:42.274Z] #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
09:56:42 [2021-04-02T09:56:42.274Z] #27 sha256:fe0652333e9397ad75a464bf99138ad703d8648dbec0894f017deea5d88ff8f8
09:56:42 [2021-04-02T09:56:42.274Z] #27 10.25 0 added, 0 removed; done.
09:56:42 [2021-04-02T09:56:42.274Z] #27 10.25 Running hooks in /etc/ca-certificates/update.d...
09:56:42 [2021-04-02T09:56:42.274Z] #27 10.26 done.
09:56:42 [2021-04-02T09:56:42.274Z] #27 DONE 12.3s
09:56:42 [2021-04-02T09:56:42.274Z] 
09:56:42 [2021-04-02T09:56:42.274Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:56:42 [2021-04-02T09:56:42.274Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:56:42 [2021-04-02T09:56:42.293Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 .
09:56:42 [2021-04-02T09:56:42.293Z] #1 [internal] load build definition from Dockerfile
09:56:42 [2021-04-02T09:56:42.293Z] #1 sha256:6a28d6736af400b2fdba642a929c1b3283050a0a69af21e73902ef3b826f1453
09:56:42 [2021-04-02T09:56:42.293Z] #1 transferring dockerfile: 17.02kB done
09:56:42 [2021-04-02T09:56:42.293Z] #1 DONE 0.1s
09:56:42 [2021-04-02T09:56:42.293Z] 
09:56:42 [2021-04-02T09:56:42.293Z] #2 [internal] load .dockerignore
09:56:42 [2021-04-02T09:56:42.293Z] #2 sha256:9f460fdbef3b7b24684c6b3793bd7e6371448e84684e3e97f1e837448701d5f1
09:56:42 [2021-04-02T09:56:42.293Z] #2 transferring context: 32B
09:56:42 [2021-04-02T09:56:42.432Z] #43 8.443   PBCC     images/rlimit.pb-c.c
09:56:42 [2021-04-02T09:56:42.432Z] #43 8.471   DEP      images/rlimit.pb-c.d
09:56:42 [2021-04-02T09:56:42.432Z] #43 8.525   PBCC     images/file-lock.pb-c.c
09:56:42 [2021-04-02T09:56:42.432Z] #43 8.582   DEP      images/file-lock.pb-c.d
09:56:42 [2021-04-02T09:56:42.586Z] #2 transferring context: 87B done
09:56:42 [2021-04-02T09:56:42.586Z] #2 DONE 0.0s
09:56:42 [2021-04-02T09:56:42.586Z] 
09:56:42 [2021-04-02T09:56:42.586Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
09:56:42 [2021-04-02T09:56:42.586Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
09:56:42 [2021-04-02T09:56:42.689Z] #43 8.623   PBCC     images/tty.pb-c.c
09:56:42 [2021-04-02T09:56:42.689Z] #43 8.689   DEP      images/tty.pb-c.d
09:56:42 [2021-04-02T09:56:42.689Z] #43 8.788   PBCC     images/tun.pb-c.c
09:56:42 [2021-04-02T09:56:42.832Z] #9 ...
09:56:42 [2021-04-02T09:56:42.832Z] 
09:56:42 [2021-04-02T09:56:42.832Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:56:42 [2021-04-02T09:56:42.832Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
09:56:42 [2021-04-02T09:56:42.832Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
09:56:42 [2021-04-02T09:56:42.832Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
09:56:42 [2021-04-02T09:56:42.832Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
09:56:42 [2021-04-02T09:56:42.832Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 2.8s done
09:56:42 [2021-04-02T09:56:42.832Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.0s done
09:56:42 [2021-04-02T09:56:42.832Z] #64 DONE 8.2s
09:56:42 [2021-04-02T09:56:42.832Z] 
09:56:42 [2021-04-02T09:56:42.832Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:56:42 [2021-04-02T09:56:42.832Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:56:42 [2021-04-02T09:56:42.832Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.8s done
09:56:42 [2021-04-02T09:56:42.843Z] #3 DONE 0.5s
09:56:42 [2021-04-02T09:56:42.853Z] #9 ...
09:56:42 [2021-04-02T09:56:42.853Z] 
09:56:42 [2021-04-02T09:56:42.853Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
09:56:42 [2021-04-02T09:56:42.853Z] #28 sha256:85899a3492fd32b90b3cc22bf3eb48da43b2e703f2c15da5be1ad106e2045bdc
09:56:42 [2021-04-02T09:56:42.853Z] #28 DONE 0.5s
09:56:42 [2021-04-02T09:56:42.946Z] #43 8.842   PBCC     images/netdev.pb-c.c
09:56:42 [2021-04-02T09:56:42.946Z] #43 8.911   DEP      images/tun.pb-c.d
09:56:42 [2021-04-02T09:56:42.946Z] #43 8.987   DEP      images/netdev.pb-c.d
09:56:42 [2021-04-02T09:56:42.946Z] #43 9.039   PBCC     images/vma.pb-c.c
09:56:43 [2021-04-02T09:56:43.094Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab
09:56:43 [2021-04-02T09:56:43.100Z] 
09:56:43 [2021-04-02T09:56:43.100Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
09:56:43 [2021-04-02T09:56:43.100Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
09:56:43 [2021-04-02T09:56:43.100Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
09:56:43 [2021-04-02T09:56:43.100Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
09:56:43 [2021-04-02T09:56:43.100Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
09:56:43 [2021-04-02T09:56:43.100Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 5.89MB / 9.64MB 0.1s
09:56:43 [2021-04-02T09:56:43.100Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
09:56:43 [2021-04-02T09:56:43.100Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s
09:56:43 [2021-04-02T09:56:43.100Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4
09:56:43 [2021-04-02T09:56:43.113Z] 
09:56:43 [2021-04-02T09:56:43.113Z] #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
09:56:43 [2021-04-02T09:56:43.113Z] #29 sha256:44261f98091c8b5c0c4083e94b4385eb8c52c26534d54ab137bbde51c22ea31a
09:56:43 [2021-04-02T09:56:43.204Z] #43 9.139   DEP      images/vma.pb-c.d
09:56:43 [2021-04-02T09:56:43.204Z] #43 9.195   PBCC     images/creds.pb-c.c
09:56:43 [2021-04-02T09:56:43.204Z] #43 9.215   DEP      images/creds.pb-c.d
09:56:43 [2021-04-02T09:56:43.204Z] #43 9.247   PBCC     images/utsns.pb-c.c
09:56:43 [2021-04-02T09:56:43.204Z] #43 9.271   DEP      images/utsns.pb-c.d
09:56:43 [2021-04-02T09:56:43.204Z] #43 9.339   PBCC     images/ipc-desc.pb-c.c
09:56:43 [2021-04-02T09:56:43.357Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s done
09:56:43 [2021-04-02T09:56:43.357Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done
09:56:43 [2021-04-02T09:56:43.357Z] #4 DONE 0.5s
09:56:43 [2021-04-02T09:56:43.462Z] #43 9.347   PBCC     images/ipc-sem.pb-c.c
09:56:43 [2021-04-02T09:56:43.462Z] #43 9.375   DEP      images/ipc-desc.pb-c.d
09:56:43 [2021-04-02T09:56:43.462Z] #43 9.411   DEP      images/ipc-sem.pb-c.d
09:56:43 [2021-04-02T09:56:43.462Z] #43 9.445   PBCC     images/ipc-msg.pb-c.c
09:56:43 [2021-04-02T09:56:43.462Z] #43 9.467   DEP      images/ipc-msg.pb-c.d
09:56:43 [2021-04-02T09:56:43.462Z] #43 9.535   PBCC     images/ipc-shm.pb-c.c
09:56:43 [2021-04-02T09:56:43.718Z] #43 9.596   DEP      images/ipc-shm.pb-c.d
09:56:43 [2021-04-02T09:56:43.718Z] #43 9.637   PBCC     images/ipc-var.pb-c.c
09:56:43 [2021-04-02T09:56:43.718Z] #43 9.679   DEP      images/ipc-var.pb-c.d
09:56:43 [2021-04-02T09:56:43.718Z] #43 9.741   PBCC     images/sk-opts.pb-c.c
09:56:43 [2021-04-02T09:56:43.718Z] #43 9.771   PBCC     images/packet-sock.pb-c.c
09:56:43 [2021-04-02T09:56:43.718Z] #43 9.813   DEP      images/sk-opts.pb-c.d
09:56:43 [2021-04-02T09:56:43.919Z] 
09:56:43 [2021-04-02T09:56:43.919Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:56:43 [2021-04-02T09:56:43.919Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
09:56:43 [2021-04-02T09:56:43.974Z] #43 9.895   DEP      images/packet-sock.pb-c.d
09:56:44 [2021-04-02T09:56:44.053Z] #29 1.085 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
09:56:44 [2021-04-02T09:56:44.053Z] #29 1.168 
09:56:44 [2021-04-02T09:56:44.230Z] #43 ...
09:56:44 [2021-04-02T09:56:44.230Z] 
09:56:44 [2021-04-02T09:56:44.230Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:56:44 [2021-04-02T09:56:44.230Z] #34 sha256:40443f6b058f8677d544a9d9b73124f4e9f09b6cfeb15482b0c4f319a6b78e24
09:56:44 [2021-04-02T09:56:44.230Z] #34 DONE 81.6s
09:56:44 [2021-04-02T09:56:44.230Z] 
09:56:44 [2021-04-02T09:56:44.230Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:56:44 [2021-04-02T09:56:44.230Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:56:44 [2021-04-02T09:56:44.230Z] #43 10.04   PBCC     images/sk-netlink.pb-c.c
09:56:44 [2021-04-02T09:56:44.230Z] #43 10.12   DEP      images/sk-netlink.pb-c.d
09:56:44 [2021-04-02T09:56:44.230Z] #43 10.25   PBCC     images/sk-inet.pb-c.c
09:56:44 [2021-04-02T09:56:44.230Z] #43 10.30   DEP      images/sk-inet.pb-c.d
09:56:44 [2021-04-02T09:56:44.482Z] #9 ...
09:56:44 [2021-04-02T09:56:44.482Z] 
09:56:44 [2021-04-02T09:56:44.482Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
09:56:44 [2021-04-02T09:56:44.482Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
09:56:44 [2021-04-02T09:56:44.482Z] #65 DONE 0.7s
09:56:44 [2021-04-02T09:56:44.482Z] 
09:56:44 [2021-04-02T09:56:44.482Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:56:44 [2021-04-02T09:56:44.482Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:56:44 [2021-04-02T09:56:44.483Z] #8 DONE 0.6s
09:56:44 [2021-04-02T09:56:44.483Z] 
09:56:44 [2021-04-02T09:56:44.483Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:56:44 [2021-04-02T09:56:44.483Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
09:56:44 [2021-04-02T09:56:44.483Z] #7 DONE 0.6s
09:56:44 [2021-04-02T09:56:44.483Z] 
09:56:44 [2021-04-02T09:56:44.483Z] #5 [internal] load metadata for docker.io/library/debian:buster
09:56:44 [2021-04-02T09:56:44.483Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
09:56:44 [2021-04-02T09:56:44.483Z] #5 DONE 0.6s
09:56:44 [2021-04-02T09:56:44.483Z] 
09:56:44 [2021-04-02T09:56:44.483Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster
09:56:44 [2021-04-02T09:56:44.483Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
09:56:44 [2021-04-02T09:56:44.483Z] #6 DONE 0.6s
09:56:44 [2021-04-02T09:56:44.487Z] #43 10.35   PBCC     images/sk-unix.pb-c.c
09:56:44 [2021-04-02T09:56:44.487Z] #43 10.44   DEP      images/sk-unix.pb-c.d
09:56:44 [2021-04-02T09:56:44.487Z] #43 10.48   PBCC     images/mm.pb-c.c
09:56:44 [2021-04-02T09:56:44.487Z] #43 10.56   DEP      images/mm.pb-c.d
09:56:44 [2021-04-02T09:56:44.487Z] #43 10.67   PBCC     images/timerfd.pb-c.c
09:56:44 [2021-04-02T09:56:44.576Z] #29 1.291 
####                                                                       6.7%
########################                                                  33.7%
########################                                                  33.8%
#################################################                         69.3%
######################################################################## 100.0%
09:56:44 [2021-04-02T09:56:44.576Z] #29 1.784 
09:56:44 [2021-04-02T09:56:44.747Z] #43 10.73   DEP      images/timerfd.pb-c.d
09:56:44 [2021-04-02T09:56:44.747Z] #43 10.80   PBCC     images/timer.pb-c.c
09:56:44 [2021-04-02T09:56:44.747Z] #43 10.85   DEP      images/timer.pb-c.d
09:56:44 [2021-04-02T09:56:44.747Z] #43 10.91   PBCC     images/sa.pb-c.c
09:56:44 [2021-04-02T09:56:44.844Z] #29 1.908 
######################################                                    53.0%
####################################################################      94.8%
######################################################################## 100.0%
09:56:44 [2021-04-02T09:56:44.844Z] #29 2.094 
09:56:45 [2021-04-02T09:56:45.003Z] #43 10.96   DEP      images/sa.pb-c.d
09:56:45 [2021-04-02T09:56:45.003Z] #43 10.99   PBCC     images/pipe-data.pb-c.c
09:56:45 [2021-04-02T09:56:45.003Z] #43 11.00   DEP      images/pipe-data.pb-c.d
09:56:45 [2021-04-02T09:56:45.003Z] #43 11.04   PBCC     images/mnt.pb-c.c
09:56:45 [2021-04-02T09:56:45.003Z] #43 11.10   DEP      images/mnt.pb-c.d
09:56:45 [2021-04-02T09:56:45.003Z] #43 11.18   PBCC     images/sk-packet.pb-c.c
09:56:45 [2021-04-02T09:56:45.104Z] #29 2.211 
#########################################                                 57.3%
######################################################################## 100.0%
09:56:45 [2021-04-02T09:56:45.104Z] #29 2.338 
09:56:45 [2021-04-02T09:56:45.259Z] #43 11.24   DEP      images/sk-packet.pb-c.d
09:56:45 [2021-04-02T09:56:45.259Z] #43 11.28   PBCC     images/tcp-stream.pb-c.c
09:56:45 [2021-04-02T09:56:45.259Z] #43 11.36   DEP      images/tcp-stream.pb-c.d
09:56:45 [2021-04-02T09:56:45.365Z] #29 2.452 
########                                                                  11.1%
#####################                                                     30.5%
09:56:45 [2021-04-02T09:56:45.365Z] #29 ...
09:56:45 [2021-04-02T09:56:45.365Z] 
09:56:45 [2021-04-02T09:56:45.365Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:56:45 [2021-04-02T09:56:45.365Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:56:45 [2021-04-02T09:56:45.365Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.7s done
09:56:45 [2021-04-02T09:56:45.365Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
09:56:45 [2021-04-02T09:56:45.365Z] #9 DONE 24.3s
09:56:45 [2021-04-02T09:56:45.365Z] 
09:56:45 [2021-04-02T09:56:45.365Z] #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
09:56:45 [2021-04-02T09:56:45.365Z] #29 sha256:44261f98091c8b5c0c4083e94b4385eb8c52c26534d54ab137bbde51c22ea31a
09:56:45 [2021-04-02T09:56:45.425Z] #9 ...
09:56:45 [2021-04-02T09:56:45.425Z] 
09:56:45 [2021-04-02T09:56:45.425Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b
09:56:45 [2021-04-02T09:56:45.425Z] #26 sha256:53816807411efe1f35e19f1e99808535cd16125331b7e912d3ae84ebf9049cab
09:56:45 [2021-04-02T09:56:45.425Z] #26 sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 50.43MB / 50.43MB 6.1s done
09:56:45 [2021-04-02T09:56:45.425Z] #26 extracting sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 4.2s done
09:56:45 [2021-04-02T09:56:45.425Z] #26 DONE 10.9s
09:56:45 [2021-04-02T09:56:45.425Z] 
09:56:45 [2021-04-02T09:56:45.425Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:56:45 [2021-04-02T09:56:45.425Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:56:45 [2021-04-02T09:56:45.515Z] #43 11.47   PBCC     images/pipe.pb-c.c
09:56:45 [2021-04-02T09:56:45.515Z] #43 11.48   DEP      images/pipe.pb-c.d
09:56:45 [2021-04-02T09:56:45.515Z] #43 11.53   PBCC     images/pstree.pb-c.c
09:56:45 [2021-04-02T09:56:45.515Z] #43 11.56   DEP      images/pstree.pb-c.d
09:56:45 [2021-04-02T09:56:45.515Z] #43 11.61   PBCC     images/fs.pb-c.c
09:56:45 [2021-04-02T09:56:45.515Z] #43 11.65   DEP      images/fs.pb-c.d
09:56:45 [2021-04-02T09:56:45.630Z] #29 2.452 
########                                                                  11.1%
#####################                                                     30.5%
#######################################                                   55.2%
#####################################################                     74.9%
###################################################################       94.4%
######################################################################## 100.0%
09:56:45 [2021-04-02T09:56:45.777Z] #43 11.68   PBCC     images/signalfd.pb-c.c
09:56:45 [2021-04-02T09:56:45.777Z] #43 11.73   DEP      images/signalfd.pb-c.d
09:56:45 [2021-04-02T09:56:45.777Z] #43 11.81   PBCC     images/fh.pb-c.c
09:56:45 [2021-04-02T09:56:45.777Z] #43 11.84   PBCC     images/fsnotify.pb-c.c
09:56:45 [2021-04-02T09:56:45.777Z] #43 11.88   DEP      images/fh.pb-c.d
09:56:45 [2021-04-02T09:56:45.777Z] #43 11.94   DEP      images/fsnotify.pb-c.d
09:56:45 [2021-04-02T09:56:45.892Z] #29 2.983 
09:56:46 [2021-04-02T09:56:46.034Z] #43 12.01   PBCC     images/eventpoll.pb-c.c
09:56:46 [2021-04-02T09:56:46.034Z] #43 12.05   DEP      images/eventpoll.pb-c.d
09:56:46 [2021-04-02T09:56:46.034Z] #43 12.10   PBCC     images/eventfd.pb-c.c
09:56:46 [2021-04-02T09:56:46.034Z] #43 12.13   DEP      images/eventfd.pb-c.d
09:56:46 [2021-04-02T09:56:46.034Z] #43 12.19   PBCC     images/remap-file-path.pb-c.c
09:56:46 [2021-04-02T09:56:46.291Z] #43 12.24   DEP      images/remap-file-path.pb-c.d
09:56:46 [2021-04-02T09:56:46.291Z] #43 12.28   PBCC     images/fifo.pb-c.c
09:56:46 [2021-04-02T09:56:46.291Z] #43 12.31   DEP      images/fifo.pb-c.d
09:56:46 [2021-04-02T09:56:46.291Z] #43 12.35   PBCC     images/ghost-file.pb-c.c
09:56:46 [2021-04-02T09:56:46.291Z] #43 12.41   DEP      images/ghost-file.pb-c.d
09:56:46 [2021-04-02T09:56:46.299Z] Client: Docker Engine - Community
09:56:46 [2021-04-02T09:56:46.299Z]  Version:           20.10.5
09:56:46 [2021-04-02T09:56:46.299Z]  API version:       1.41
09:56:46 [2021-04-02T09:56:46.299Z]  Go version:        go1.13.15
09:56:46 [2021-04-02T09:56:46.299Z]  Git commit:        55c4c88
09:56:46 [2021-04-02T09:56:46.299Z]  Built:             Tue Mar  2 20:19:31 2021
09:56:46 [2021-04-02T09:56:46.299Z]  OS/Arch:           linux/arm64
09:56:46 [2021-04-02T09:56:46.299Z]  Context:           default
09:56:46 [2021-04-02T09:56:46.299Z]  Experimental:      true
09:56:46 [2021-04-02T09:56:46.299Z] 
09:56:46 [2021-04-02T09:56:46.299Z] Server: Docker Engine - Community
09:56:46 [2021-04-02T09:56:46.299Z]  Engine:
09:56:46 [2021-04-02T09:56:46.299Z]   Version:          20.10.5
09:56:46 [2021-04-02T09:56:46.299Z]   API version:      1.41 (minimum version 1.12)
09:56:46 [2021-04-02T09:56:46.299Z]   Go version:       go1.13.15
09:56:46 [2021-04-02T09:56:46.299Z]   Git commit:       363e9a8
09:56:46 [2021-04-02T09:56:46.299Z]   Built:            Tue Mar  2 20:17:22 2021
09:56:46 [2021-04-02T09:56:46.299Z]   OS/Arch:          linux/arm64
09:56:46 [2021-04-02T09:56:46.299Z]   Experimental:     true
09:56:46 [2021-04-02T09:56:46.299Z]  containerd:
09:56:46 [2021-04-02T09:56:46.299Z]   Version:          1.4.4
09:56:46 [2021-04-02T09:56:46.299Z]   GitCommit:        05f951a3781f4f2c1911b05e61c160e9c30eaa8e
09:56:46 [2021-04-02T09:56:46.299Z]  runc:
09:56:46 [2021-04-02T09:56:46.299Z]   Version:          1.0.0-rc93
09:56:46 [2021-04-02T09:56:46.299Z]   GitCommit:        12644e614e25b05da6fd08a38ffa0cfe1903fdec
09:56:46 [2021-04-02T09:56:46.299Z]  docker-init:
09:56:46 [2021-04-02T09:56:46.299Z]   Version:          0.19.0
09:56:46 [2021-04-02T09:56:46.299Z]   GitCommit:        de40ad0
[Pipeline] sh
09:56:46 [2021-04-02T09:56:46.372Z] 
09:56:46 [2021-04-02T09:56:46.372Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:56:46 [2021-04-02T09:56:46.372Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:56:46 [2021-04-02T09:56:46.372Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done
09:56:46 [2021-04-02T09:56:46.372Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
09:56:46 [2021-04-02T09:56:46.372Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
09:56:46 [2021-04-02T09:56:46.372Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
09:56:46 [2021-04-02T09:56:46.552Z] #43 12.49   PBCC     images/regfile.pb-c.c
09:56:46 [2021-04-02T09:56:46.552Z] #43 12.58   DEP      images/regfile.pb-c.d
09:56:46 [2021-04-02T09:56:46.552Z] #43 12.62   PBCC     images/ns.pb-c.c
09:56:46 [2021-04-02T09:56:46.552Z] #43 12.65   DEP      images/ns.pb-c.d
09:56:46 [2021-04-02T09:56:46.629Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0B / 50.40MB 0.1s
09:56:46 [2021-04-02T09:56:46.629Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.2s
09:56:46 [2021-04-02T09:56:46.629Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.29MB / 50.40MB 0.3s
09:56:46 [2021-04-02T09:56:46.629Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.05MB / 7.81MB 0.3s
09:56:46 [2021-04-02T09:56:46.630Z] + docker info
09:56:46 [2021-04-02T09:56:46.808Z] #43 12.72   PBCC     images/fdinfo.pb-c.c
09:56:46 [2021-04-02T09:56:46.808Z] #43 12.88   DEP      images/fdinfo.pb-c.d
09:56:46 [2021-04-02T09:56:46.808Z] #43 12.93   PBCC     images/core-aarch64.pb-c.c
09:56:46 [2021-04-02T09:56:46.808Z] #43 12.97   PBCC     images/core-arm.pb-c.c
09:56:46 [2021-04-02T09:56:46.896Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 17.83MB / 50.40MB 0.5s
09:56:46 [2021-04-02T09:56:46.896Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s
09:56:46 [2021-04-02T09:56:46.932Z] #29 3.101 
                                                                           0.4%
#######                                                                   10.0%
#########                                                                 12.9%
##############                                                            20.4%
##################                                                        25.6%
######################                                                    30.8%
#########################                                                 36.1%
#############################                                             41.2%
#################################                                         46.5%
#####################
09:56:46 [2021-04-02T09:56:46.932Z] #29 ...
09:56:46 [2021-04-02T09:56:46.932Z] 
09:56:46 [2021-04-02T09:56:46.932Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
09:56:46 [2021-04-02T09:56:46.932Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
09:56:46 [2021-04-02T09:56:46.932Z] #10 DONE 1.4s
09:56:46 [2021-04-02T09:56:46.932Z] 
09:56:46 [2021-04-02T09:56:46.932Z] #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
09:56:46 [2021-04-02T09:56:46.932Z] #29 sha256:44261f98091c8b5c0c4083e94b4385eb8c52c26534d54ab137bbde51c22ea31a
09:56:47 [2021-04-02T09:56:47.065Z] #43 13.00   PBCC     images/core-ppc64.pb-c.c
09:56:47 [2021-04-02T09:56:47.065Z] #43 13.05   PBCC     images/core-s390.pb-c.c
09:56:47 [2021-04-02T09:56:47.065Z] #43 13.12   PBCC     images/core-x86.pb-c.c
09:56:47 [2021-04-02T09:56:47.065Z] #43 13.15   PBCC     images/core.pb-c.c
09:56:47 [2021-04-02T09:56:47.065Z] #43 13.26   PBCC     images/inventory.pb-c.c
09:56:47 [2021-04-02T09:56:47.157Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 26.21MB / 50.40MB 0.7s
09:56:47 [2021-04-02T09:56:47.157Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s done
09:56:47 [2021-04-02T09:56:47.157Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0B / 10.00MB 0.7s
09:56:47 [2021-04-02T09:56:47.157Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 34.60MB / 50.40MB 0.8s
09:56:47 [2021-04-02T09:56:47.157Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 4.19MB / 10.00MB 0.8s
09:56:47 [2021-04-02T09:56:47.322Z] #43 13.33   DEP      images/core-aarch64.pb-c.d
09:56:47 [2021-04-02T09:56:47.356Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.2s done
09:56:47 [2021-04-02T09:56:47.416Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 41.94MB / 50.40MB 0.9s
09:56:47 [2021-04-02T09:56:47.417Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.9s
09:56:47 [2021-04-02T09:56:47.417Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.1s
09:56:47 [2021-04-02T09:56:47.579Z] #43 13.41   DEP      images/core-arm.pb-c.d
09:56:47 [2021-04-02T09:56:47.579Z] #43 13.47   DEP      images/core-ppc64.pb-c.d
09:56:47 [2021-04-02T09:56:47.579Z] #43 13.54   DEP      images/core-s390.pb-c.d
09:56:47 [2021-04-02T09:56:47.579Z] #43 13.60   DEP      images/core-x86.pb-c.d
09:56:47 [2021-04-02T09:56:47.579Z] #43 13.68   DEP      images/core.pb-c.d
09:56:47 [2021-04-02T09:56:47.627Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551
09:56:47 [2021-04-02T09:56:47.714Z] #29 3.101 
                                                                           0.4%
#######                                                                   10.0%
#########                                                                 12.9%
##############                                                            20.4%
##################                                                        25.6%
######################                                                    30.8%
#########################                                                 36.1%
#############################                                             41.2%
#################################                                         46.5%
####################################                                      50.6%
########################################                                  56.9%
############################################                              62.3%
################################################                          67.1%
####################################################                      72.7%
########################################################                  77.8%
###########################################################               83.0%
###############################################################           88.3%
09:56:47 [2021-04-02T09:56:47.714Z] #29 ...
09:56:47 [2021-04-02T09:56:47.714Z] 
09:56:47 [2021-04-02T09:56:47.714Z] #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
09:56:47 [2021-04-02T09:56:47.714Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
09:56:47 [2021-04-02T09:56:47.714Z] #11 DONE 0.8s
09:56:47 [2021-04-02T09:56:47.714Z] 
09:56:47 [2021-04-02T09:56:47.714Z] #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
09:56:47 [2021-04-02T09:56:47.714Z] #29 sha256:44261f98091c8b5c0c4083e94b4385eb8c52c26534d54ab137bbde51c22ea31a
09:56:47 [2021-04-02T09:56:47.843Z] #43 13.75   DEP      images/inventory.pb-c.d
09:56:47 [2021-04-02T09:56:47.843Z] #43 13.82   PBCC     images/cpuinfo.pb-c.c
09:56:47 [2021-04-02T09:56:47.843Z] #43 13.85   DEP      images/cpuinfo.pb-c.d
09:56:47 [2021-04-02T09:56:47.843Z] #43 13.89   PBCC     images/stats.pb-c.c
09:56:47 [2021-04-02T09:56:47.843Z] #43 13.90   DEP      images/stats.pb-c.d
09:56:47 [2021-04-02T09:56:47.980Z] #29 3.101 
                                                                           0.4%
#######                                                                   10.0%
#########                                                                 12.9%
##############                                                            20.4%
##################                                                        25.6%
######################                                                    30.8%
#########################                                                 36.1%
#############################                                             41.2%
#################################                                         46.5%
####################################                                      50.6%
########################################                                  56.9%
############################################                              62.3%
################################################                          67.1%
####################################################                      72.7%
########################################################                  77.8%
###########################################################               83.0%
###############################################################           88.3%
################################################################          89.1%#29 ...
09:56:47 [2021-04-02T09:56:47.980Z] 
09:56:47 [2021-04-02T09:56:47.980Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
09:56:47 [2021-04-02T09:56:47.980Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
09:56:47 [2021-04-02T09:56:47.980Z] #39 DONE 0.2s
09:56:47 [2021-04-02T09:56:47.980Z] 
09:56:47 [2021-04-02T09:56:47.980Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
09:56:47 [2021-04-02T09:56:47.980Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
09:56:47 [2021-04-02T09:56:47.980Z] #31 DONE 0.3s
09:56:47 [2021-04-02T09:56:47.980Z] 
09:56:47 [2021-04-02T09:56:47.981Z] #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
09:56:47 [2021-04-02T09:56:47.981Z] #29 sha256:44261f98091c8b5c0c4083e94b4385eb8c52c26534d54ab137bbde51c22ea31a
09:56:47 [2021-04-02T09:56:47.981Z] #29 3.101 
                                                                           0.4%
#######                                                                   10.0%
#########                                                                 12.9%
##############                                                            20.4%
##################                                                        25.6%
######################                                                    30.8%
#########################                                                 36.1%
#############################                                             41.2%
#################################                                         46.5%
####################################                                      50.6%
########################################                                  56.9%
############################################                              62.3%
################################################                          67.1%
####################################################                      72.7%
########################################################                  77.8%
###########################################################               83.0%
###############################################################           88.3%
################################################################          89.1%
######################################################################    97.7%
######################################################################## 100.0%
09:56:47 [2021-04-02T09:56:47.981Z] #29 5.056 
09:56:47 [2021-04-02T09:56:47.984Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.6s done
09:56:48 [2021-04-02T09:56:48.243Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 1.7s
09:56:48 [2021-04-02T09:56:48.243Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 13.63MB / 68.67MB 1.9s
09:56:48 [2021-04-02T09:56:48.502Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 20.97MB / 68.67MB 2.0s
09:56:48 [2021-04-02T09:56:48.502Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 27.26MB / 68.67MB 2.1s
09:56:48 [2021-04-02T09:56:48.760Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 44.04MB / 68.67MB 2.2s
09:56:48 [2021-04-02T09:56:48.760Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.2s done
09:56:48 [2021-04-02T09:56:48.760Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 50.33MB / 68.67MB 2.3s
09:56:48 [2021-04-02T09:56:48.760Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 2.3s
09:56:48 [2021-04-02T09:56:48.760Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 2.10MB / 51.83MB 2.3s
09:56:49 [2021-04-02T09:56:49.022Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 63.96MB / 68.67MB 2.5s
09:56:49 [2021-04-02T09:56:49.022Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 11.53MB / 51.83MB 2.5s
09:56:49 [2021-04-02T09:56:49.022Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.6s
09:56:49 [2021-04-02T09:56:49.022Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 8.39MB / 120.17MB 2.6s
09:56:49 [2021-04-02T09:56:49.022Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 16.92MB / 51.83MB 2.6s
09:56:49 [2021-04-02T09:56:49.022Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7
09:56:49 [2021-04-02T09:56:49.280Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 24.12MB / 120.17MB 2.8s
09:56:49 [2021-04-02T09:56:49.280Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 29.59MB / 51.83MB 2.8s
09:56:49 [2021-04-02T09:56:49.280Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 32.36MB / 51.83MB 2.9s
09:56:49 [2021-04-02T09:56:49.537Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 32.54MB / 120.17MB 3.0s
09:56:49 [2021-04-02T09:56:49.537Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 39.06MB / 51.83MB 3.0s
09:56:49 [2021-04-02T09:56:49.537Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 52.00MB / 120.17MB 3.2s
09:56:49 [2021-04-02T09:56:49.537Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 49.77MB / 51.83MB 3.2s
09:56:49 [2021-04-02T09:56:49.537Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.3s done
09:56:49 [2021-04-02T09:56:49.537Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 3.3s
09:56:49 [2021-04-02T09:56:49.734Z] #43 15.35 make[1]: Nothing to be done for 'all'.
09:56:49 [2021-04-02T09:56:49.793Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.4s
09:56:49 [2021-04-02T09:56:49.793Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 61.87MB / 120.17MB 3.5s
09:56:50 [2021-04-02T09:56:50.056Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 69.21MB / 120.17MB 3.6s
09:56:50 [2021-04-02T09:56:50.342Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 77.59MB / 120.17MB 3.7s
09:56:50 [2021-04-02T09:56:50.342Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 92.27MB / 120.17MB 3.9s
09:56:50 [2021-04-02T09:56:50.342Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.9s done
09:56:50 [2021-04-02T09:56:50.342Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.0s done
09:56:50 [2021-04-02T09:56:50.542Z] #29 7.515 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
09:56:50 [2021-04-02T09:56:50.542Z] #29 7.617 
09:56:50 [2021-04-02T09:56:50.542Z] #29 7.698 
######################################################################## 100.0%
09:56:50 [2021-04-02T09:56:50.542Z] #29 7.732 
09:56:50 [2021-04-02T09:56:50.599Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 104.86MB / 120.17MB 4.2s
09:56:50 [2021-04-02T09:56:50.664Z] #43 ...
09:56:50 [2021-04-02T09:56:50.664Z] 
09:56:50 [2021-04-02T09:56:50.664Z] #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
09:56:50 [2021-04-02T09:56:50.664Z] #51 sha256:5817aa0dd6802089fcc18536dd8d9dcc3942d162ccaca8483183374f64ae6053
09:56:50 [2021-04-02T09:56:50.664Z] #51 78.18 encoding/json
09:56:50 [2021-04-02T09:56:50.664Z] #51 80.06 github.com/pkg/diff
09:56:50 [2021-04-02T09:56:50.664Z] #51 81.40 go/ast
09:56:50 [2021-04-02T09:56:50.664Z] #51 84.50 golang.org/x/crypto/ssh/terminal
09:56:50 [2021-04-02T09:56:50.664Z] #51 86.01 mvdan.cc/sh/v3/fileutil
09:56:50 [2021-04-02T09:56:50.664Z] #51 86.01 mvdan.cc/editorconfig
09:56:50 [2021-04-02T09:56:50.664Z] #51 86.19 mvdan.cc/sh/v3/syntax
09:56:50 [2021-04-02T09:56:50.802Z] #29 8.041 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
09:56:50 [2021-04-02T09:56:50.802Z] #29 8.145 
09:56:50 [2021-04-02T09:56:50.883Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 113.25MB / 120.17MB 4.4s
09:56:50 [2021-04-02T09:56:50.920Z] #51 ...
09:56:50 [2021-04-02T09:56:50.920Z] 
09:56:50 [2021-04-02T09:56:50.920Z] #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
09:56:50 [2021-04-02T09:56:50.920Z] #45 sha256:030ac60024ecdfba769e6c884d4e688b350956879b5a2c3bd6f5e6438912cfba
09:56:50 [2021-04-02T09:56:50.920Z] #45 78.12 go/scanner
09:56:50 [2021-04-02T09:56:50.920Z] #45 79.05 text/template/parse
09:56:50 [2021-04-02T09:56:50.920Z] #45 79.51 go/ast
09:56:50 [2021-04-02T09:56:50.920Z] #45 84.05 text/template
09:56:50 [2021-04-02T09:56:50.920Z] #45 84.18 go/parser
09:56:50 [2021-04-02T09:56:50.920Z] #45 87.49 encoding/xml
09:56:50 [2021-04-02T09:56:50.920Z] #45 ...
09:56:50 [2021-04-02T09:56:50.920Z] 
09:56:50 [2021-04-02T09:56:50.920Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:56:50 [2021-04-02T09:56:50.920Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:56:50 [2021-04-02T09:56:50.920Z] #43 16.81   CC       images/stats.o
09:56:51 [2021-04-02T09:56:51.144Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 4.6s
09:56:51 [2021-04-02T09:56:51.177Z] #43 17.17   CC       images/core.o
09:56:51 [2021-04-02T09:56:51.324Z] #29 8.272 
#######                                                                   11.0%
######################################################################## 100.0%
09:56:51 [2021-04-02T09:56:51.324Z] #29 8.344 
09:56:51 [2021-04-02T09:56:51.401Z] #9 ...
09:56:51 [2021-04-02T09:56:51.401Z] 
09:56:51 [2021-04-02T09:56:51.401Z] #23 [internal] load build context
09:56:51 [2021-04-02T09:56:51.401Z] #23 sha256:a5c8aafedb53d6eb9189b4ea9a601d8d85f6ae84f00a18438110a4c8f466d1c6
09:56:51 [2021-04-02T09:56:51.401Z] #23 transferring context: 53.41MB 4.8s done
09:56:51 [2021-04-02T09:56:51.401Z] #23 DONE 5.3s
09:56:51 [2021-04-02T09:56:51.401Z] 
09:56:51 [2021-04-02T09:56:51.401Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:56:51 [2021-04-02T09:56:51.401Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:56:51 [2021-04-02T09:56:51.401Z] #9 ...
09:56:51 [2021-04-02T09:56:51.401Z] 
09:56:51 [2021-04-02T09:56:51.401Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b
09:56:51 [2021-04-02T09:56:51.401Z] #26 sha256:53816807411efe1f35e19f1e99808535cd16125331b7e912d3ae84ebf9049cab
09:56:51 [2021-04-02T09:56:51.401Z] #26 resolve docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b 0.0s done
09:56:51 [2021-04-02T09:56:51.401Z] #26 sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b 1.85kB / 1.85kB done
09:56:51 [2021-04-02T09:56:51.401Z] #26 sha256:57198c0f3bb6172ab28f3351d5eca9239527e22a59287174e8b9a73156075bef 529B / 529B done
09:56:51 [2021-04-02T09:56:51.401Z] #26 sha256:109b803c6a30d5b613caf528e4b8f96d2aa4205c58de6ac494825d81380125c8 1.46kB / 1.46kB done
09:56:51 [2021-04-02T09:56:51.401Z] #26 sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 50.43MB / 50.43MB 1.5s done
09:56:51 [2021-04-02T09:56:51.401Z] #26 extracting sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 3.5s
09:56:51 [2021-04-02T09:56:51.584Z] #29 8.808 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
09:56:51 [2021-04-02T09:56:51.738Z] #43 17.86   CC       images/core-x86.o
09:56:51 [2021-04-02T09:56:51.842Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.0s done
09:56:51 [2021-04-02T09:56:51.842Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e
09:56:51 [2021-04-02T09:56:51.843Z] #29 8.893 
09:56:51 [2021-04-02T09:56:51.844Z] #29 9.018 
                                                                           0.0%
09:56:51 [2021-04-02T09:56:51.844Z] #29 ...
09:56:51 [2021-04-02T09:56:51.844Z] 
09:56:51 [2021-04-02T09:56:51.844Z] #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
09:56:51 [2021-04-02T09:56:51.844Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9
09:56:51 [2021-04-02T09:56:51.844Z] #12 DONE 4.2s
09:56:52 [2021-04-02T09:56:52.107Z] 
09:56:52 [2021-04-02T09:56:52.107Z] #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
09:56:52 [2021-04-02T09:56:52.107Z] #29 sha256:44261f98091c8b5c0c4083e94b4385eb8c52c26534d54ab137bbde51c22ea31a
09:56:52 [2021-04-02T09:56:52.668Z] #43 18.44   CC       images/core-arm.o
09:56:52 [2021-04-02T09:56:52.668Z] #43 ...
09:56:52 [2021-04-02T09:56:52.668Z] 
09:56:52 [2021-04-02T09:56:52.668Z] #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
09:56:52 [2021-04-02T09:56:52.668Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:56:52 [2021-04-02T09:56:52.668Z] #13 73.94 Selecting previously unselected package gcc-mingw-w64-base.
09:56:52 [2021-04-02T09:56:52.668Z] #13 73.94 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
09:56:52 [2021-04-02T09:56:52.668Z] #13 73.96 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
09:56:52 [2021-04-02T09:56:52.668Z] #13 74.11 Selecting previously unselected package gcc-mingw-w64-x86-64.
09:56:52 [2021-04-02T09:56:52.668Z] #13 74.12 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
09:56:52 [2021-04-02T09:56:52.668Z] #13 74.12 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
09:56:52 [2021-04-02T09:56:52.668Z] #13 ...
09:56:52 [2021-04-02T09:56:52.668Z] 
09:56:52 [2021-04-02T09:56:52.668Z] #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
09:56:52 [2021-04-02T09:56:52.668Z] #45 sha256:030ac60024ecdfba769e6c884d4e688b350956879b5a2c3bd6f5e6438912cfba
09:56:52 [2021-04-02T09:56:52.668Z] #45 88.98 go/doc
09:56:52 [2021-04-02T09:56:52.769Z] #26 ...
09:56:52 [2021-04-02T09:56:52.769Z] 
09:56:52 [2021-04-02T09:56:52.769Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:56:52 [2021-04-02T09:56:52.769Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
09:56:52 [2021-04-02T09:56:52.769Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
09:56:52 [2021-04-02T09:56:52.769Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
09:56:52 [2021-04-02T09:56:52.769Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
09:56:52 [2021-04-02T09:56:52.769Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
09:56:52 [2021-04-02T09:56:52.769Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.3s done
09:56:52 [2021-04-02T09:56:52.769Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.4s done
09:56:52 [2021-04-02T09:56:52.769Z] #62 DONE 6.3s
09:56:52 [2021-04-02T09:56:52.769Z] 
09:56:52 [2021-04-02T09:56:52.769Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b
09:56:52 [2021-04-02T09:56:52.769Z] #26 sha256:53816807411efe1f35e19f1e99808535cd16125331b7e912d3ae84ebf9049cab
09:56:52 [2021-04-02T09:56:52.769Z] #26 ...
09:56:52 [2021-04-02T09:56:52.769Z] 
09:56:52 [2021-04-02T09:56:52.769Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:56:52 [2021-04-02T09:56:52.769Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:56:52 [2021-04-02T09:56:52.769Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.7s done
09:56:52 [2021-04-02T09:56:52.888Z] #29 9.018 
                                                                           0.0%
######                                                                     9.1%
######################                                                    31.3%
#################################                                         47.1%
###########################################                               60.4%
###########################################                               60.6%
####################################################                      72.2%
##########################################################                80.9%
###################################################################       93.4%
######################################################################## 100.0%
09:56:52 [2021-04-02T09:56:52.888Z] #29 10.01 
09:56:53 [2021-04-02T09:56:53.738Z] #9 ...
09:56:53 [2021-04-02T09:56:53.738Z] 
09:56:53 [2021-04-02T09:56:53.738Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:56:53 [2021-04-02T09:56:53.738Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
09:56:53 [2021-04-02T09:56:53.738Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
09:56:53 [2021-04-02T09:56:53.738Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
09:56:53 [2021-04-02T09:56:53.738Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
09:56:53 [2021-04-02T09:56:53.738Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
09:56:53 [2021-04-02T09:56:53.738Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.5s done
09:56:53 [2021-04-02T09:56:53.738Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.9s done
09:56:53 [2021-04-02T09:56:53.738Z] #64 DONE 7.3s
09:56:53 [2021-04-02T09:56:53.738Z] 
09:56:53 [2021-04-02T09:56:53.738Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:56:53 [2021-04-02T09:56:53.738Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:56:53 [2021-04-02T09:56:53.829Z] #29 11.09 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
09:56:54 [2021-04-02T09:56:54.020Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.1s
09:56:54 [2021-04-02T09:56:54.389Z] #9 ...
09:56:54 [2021-04-02T09:56:54.389Z] 
09:56:54 [2021-04-02T09:56:54.389Z] #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
09:56:54 [2021-04-02T09:56:54.389Z] #27 sha256:fe0652333e9397ad75a464bf99138ad703d8648dbec0894f017deea5d88ff8f8
09:56:54 [2021-04-02T09:56:54.389Z] #27 1.109 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 1.119 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 1.213 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 1.269 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 1.530 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
09:56:54 [2021-04-02T09:56:54.389Z] #27 1.993 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [271 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 3.351 Fetched 8426 kB in 2s (3380 kB/s)
09:56:54 [2021-04-02T09:56:54.389Z] #27 3.351 Reading package lists...
09:56:54 [2021-04-02T09:56:54.389Z] #27 4.219 Reading package lists...
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.085 Building dependency tree...
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.385 The following additional packages will be installed:
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.385   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.385   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.385   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.385 Suggested packages:
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.385   krb5-doc krb5-user
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.385 Recommended packages:
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.385   krb5-locales publicsuffix libsasl2-modules
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.602 The following NEW packages will be installed:
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.602   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.602   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.602   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.602   libssh2-1 libssl1.1 openssl
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.876 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.876 Need to get 5059 kB of archives.
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.876 After this operation, 12.1 MB of additional disk space will be used.
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.876 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.878 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.883 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.884 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.898 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.898 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.904 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.915 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.915 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.915 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.915 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.920 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.928 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.928 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.928 Get:15 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.937 Get:16 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.939 Get:17 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.947 Get:18 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.949 Get:19 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.971 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 5.977 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.121 debconf: delaying package configuration, since apt-utils is not installed
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.143 Fetched 5059 kB in 0s (14.2 MB/s)
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.182 Selecting previously unselected package libssl1.1:amd64.
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.182 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.183 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.190 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.408 Selecting previously unselected package openssl.
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.411 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.416 Unpacking openssl (1.1.1d-0+deb10u6) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.546 Selecting previously unselected package ca-certificates.
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.546 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.556 Unpacking ca-certificates (20200601~deb10u2) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.617 Selecting previously unselected package libkeyutils1:amd64.
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.617 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.620 Unpacking libkeyutils1:amd64 (1.6-6) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.654 Selecting previously unselected package libkrb5support0:amd64.
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.654 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.658 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.702 Selecting previously unselected package libk5crypto3:amd64.
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.702 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.707 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.765 Selecting previously unselected package libkrb5-3:amd64.
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.765 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.769 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.857 Selecting previously unselected package libgssapi-krb5-2:amd64.
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.857 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.861 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.908 Selecting previously unselected package libsasl2-modules-db:amd64.
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.908 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.914 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.965 Selecting previously unselected package libsasl2-2:amd64.
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.965 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 6.971 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.023 Selecting previously unselected package libldap-common.
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.023 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.026 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.066 Selecting previously unselected package libldap-2.4-2:amd64.
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.066 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.070 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.129 Selecting previously unselected package libnghttp2-14:amd64.
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.129 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.132 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.173 Selecting previously unselected package libpsl5:amd64.
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.173 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.177 Unpacking libpsl5:amd64 (0.20.2-2) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.215 Selecting previously unselected package librtmp1:amd64.
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.215 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.218 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.257 Selecting previously unselected package libssh2-1:amd64.
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.257 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.261 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.309 Selecting previously unselected package libcurl4:amd64.
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.309 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.317 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.386 Selecting previously unselected package curl.
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.386 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.391 Unpacking curl (7.64.0-4+deb10u2) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.460 Selecting previously unselected package libonig5:amd64.
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.460 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.464 Unpacking libonig5:amd64 (6.9.1-1) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.522 Selecting previously unselected package libjq1:amd64.
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.522 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.526 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.568 Selecting previously unselected package jq.
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.568 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.572 Unpacking jq (1.5+dfsg-2+b1) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.613 Setting up libkeyutils1:amd64 (1.6-6) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.625 Setting up libpsl5:amd64 (0.20.2-2) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.636 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.778 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.790 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.804 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.816 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.828 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.839 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.850 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.862 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.872 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.883 Setting up openssl (1.1.1d-0+deb10u6) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.898 Setting up libonig5:amd64 (6.9.1-1) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.910 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.919 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 7.930 Setting up ca-certificates (20200601~deb10u2) ...
09:56:54 [2021-04-02T09:56:54.389Z] #27 8.560 Updating certificates in /etc/ssl/certs...
09:56:54 [2021-04-02T09:56:54.389Z] #27 ...
09:56:54 [2021-04-02T09:56:54.389Z] 
09:56:54 [2021-04-02T09:56:54.389Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:56:54 [2021-04-02T09:56:54.389Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:56:54 [2021-04-02T09:56:54.564Z] #45 91.86 github.com/LK4D4/vndr/build
09:56:54 [2021-04-02T09:56:54.776Z] #29 11.70 
09:56:54 [2021-04-02T09:56:54.776Z] #29 11.81 
######################################################################## 100.0%
09:56:54 [2021-04-02T09:56:54.776Z] #29 11.92 
09:56:55 [2021-04-02T09:56:55.493Z] #45 92.86 compress/flate
09:56:55 [2021-04-02T09:56:55.715Z] #29 12.63 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
09:56:55 [2021-04-02T09:56:55.974Z] #29 13.13 
09:56:55 [2021-04-02T09:56:55.989Z] #9 ...
09:56:55 [2021-04-02T09:56:55.989Z] 
09:56:55 [2021-04-02T09:56:55.989Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
09:56:55 [2021-04-02T09:56:55.989Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
09:56:55 [2021-04-02T09:56:55.989Z] #63 DONE 1.1s
09:56:55 [2021-04-02T09:56:55.989Z] 
09:56:55 [2021-04-02T09:56:55.989Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:56:55 [2021-04-02T09:56:55.989Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:56:56 [2021-04-02T09:56:56.234Z] #29 13.37 
######################################################################## 100.0%
09:56:56 [2021-04-02T09:56:56.234Z] #29 13.53 
09:56:56 [2021-04-02T09:56:56.505Z] #29 13.68 Download of images into '/build' complete.
09:56:56 [2021-04-02T09:56:56.505Z] #29 13.68 Use something like the following to load the result into a Docker daemon:
09:56:56 [2021-04-02T09:56:56.505Z] #29 13.68   tar -cC '/build' . | docker load
09:56:56 [2021-04-02T09:56:56.555Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 7.4s done
09:56:56 [2021-04-02T09:56:56.555Z] #9 ...
09:56:56 [2021-04-02T09:56:56.555Z] 
09:56:56 [2021-04-02T09:56:56.555Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b
09:56:56 [2021-04-02T09:56:56.555Z] #26 sha256:53816807411efe1f35e19f1e99808535cd16125331b7e912d3ae84ebf9049cab
09:56:56 [2021-04-02T09:56:56.555Z] #26 extracting sha256:004f1eed87df3f75f5e2a1a649fa7edd7f713d1300532fd0909bb39cd48437d7 8.2s done
09:56:56 [2021-04-02T09:56:56.555Z] #26 DONE 10.4s
09:56:56 [2021-04-02T09:56:56.555Z] 
09:56:56 [2021-04-02T09:56:56.555Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
09:56:56 [2021-04-02T09:56:56.555Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
09:56:56 [2021-04-02T09:56:56.555Z] #65 DONE 0.9s
09:56:56 [2021-04-02T09:56:56.555Z] 
09:56:56 [2021-04-02T09:56:56.555Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:56:56 [2021-04-02T09:56:56.555Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:56:56 [2021-04-02T09:56:56.555Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
09:56:56 [2021-04-02T09:56:56.769Z] #29 DONE 14.0s
09:56:56 [2021-04-02T09:56:56.769Z] 
09:56:56 [2021-04-02T09:56:56.769Z] #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
09:56:56 [2021-04-02T09:56:56.769Z] #58 sha256:b3cf75c1351e897b72d46d8535b48276aa89a8db3565a9f08399b07a17be7a27
09:56:56 [2021-04-02T09:56:56.769Z] #58 6.225 + RM_GOPATH=0
09:56:56 [2021-04-02T09:56:56.769Z] #58 6.231 + TMP_GOPATH=
09:56:56 [2021-04-02T09:56:56.769Z] #58 6.231 + : /build
09:56:56 [2021-04-02T09:56:56.769Z] #58 6.231 + '[' -z '' ']'
09:56:56 [2021-04-02T09:56:56.769Z] #58 6.231 ++ mktemp -d
09:56:56 [2021-04-02T09:56:56.769Z] #58 6.234 + export GOPATH=/tmp/tmp.PXXL31ksbQ
09:56:56 [2021-04-02T09:56:56.769Z] #58 6.243 + GOPATH=/tmp/tmp.PXXL31ksbQ
09:56:56 [2021-04-02T09:56:56.769Z] #58 6.243 + RM_GOPATH=1
09:56:56 [2021-04-02T09:56:56.769Z] #58 6.243 + case "$(go env GOARCH)" in
09:56:56 [2021-04-02T09:56:56.769Z] #58 6.243 ++ go env GOARCH
09:56:56 [2021-04-02T09:56:56.769Z] #58 6.265 + export GO_BUILDMODE=-buildmode=pie
09:56:56 [2021-04-02T09:56:56.769Z] #58 6.265 + GO_BUILDMODE=-buildmode=pie
09:56:56 [2021-04-02T09:56:56.769Z] #58 6.266 ++ dirname /tmp/install/install.sh
09:56:56 [2021-04-02T09:56:56.769Z] #58 6.277 + dir=/tmp/install
09:56:56 [2021-04-02T09:56:56.769Z] #58 6.278 + bin=rootlesskit
09:56:56 [2021-04-02T09:56:56.769Z] #58 6.278 + shift
09:56:56 [2021-04-02T09:56:56.769Z] #58 6.278 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
09:56:56 [2021-04-02T09:56:56.769Z] #58 6.279 + . /tmp/install/rootlesskit.installer
09:56:56 [2021-04-02T09:56:56.769Z] #58 6.279 ++ : ed9b8c5cc48d29d0a979dae52a24f6e886795abd
09:56:56 [2021-04-02T09:56:56.769Z] #58 6.279 + install_rootlesskit
09:56:56 [2021-04-02T09:56:56.769Z] #58 6.280 + case "$1" in
09:56:56 [2021-04-02T09:56:56.769Z] #58 6.281 + export CGO_ENABLED=0
09:56:56 [2021-04-02T09:56:56.769Z] #58 6.281 + CGO_ENABLED=0
09:56:56 [2021-04-02T09:56:56.769Z] #58 6.281 + _install_rootlesskit
09:56:56 [2021-04-02T09:56:56.770Z] #58 6.281 + echo 'Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd'
09:56:56 [2021-04-02T09:56:56.770Z] #58 6.282 Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd
09:56:56 [2021-04-02T09:56:56.770Z] #58 6.282 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.PXXL31ksbQ/src/github.com/rootless-containers/rootlesskit
09:56:56 [2021-04-02T09:56:56.770Z] #58 6.284 Cloning into '/tmp/tmp.PXXL31ksbQ/src/github.com/rootless-containers/rootlesskit'...
09:56:56 [2021-04-02T09:56:56.861Z] #45 ...
09:56:56 [2021-04-02T09:56:56.861Z] 
09:56:56 [2021-04-02T09:56:56.861Z] #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
09:56:56 [2021-04-02T09:56:56.861Z] #56 sha256:66b1dd165e3257932fcdcc9945262b217dea8b287b96daacca97daa9c6f2bcce
09:56:56 [2021-04-02T09:56:56.861Z] #56 43.57 Checking out files:  51% (1983/3837)   
Checking out files:  52% (1996/3837)   
Checking out files:  53% (2034/3837)   
Checking out files:  54% (2072/3837)   
Checking out files:  55% (2111/3837)   
Checking out files:  56% (2149/3837)   
Checking out files:  57% (2188/3837)   
Checking out files:  58% (2226/3837)   
Checking out files:  59% (2264/3837)   
Checking out files:  60% (2303/3837)   
Checking out files:  61% (2341/3837)   
Checking out files:  62% (2379/3837)   
Checking out files:  63% (2418/3837)   
Checking out files:  64% (2456/3837)   
Checking out files:  65% (2495/3837)   
Checking out files:  66% (2533/3837)   
Checking out files:  67% (2571/3837)   
Checking out files:  68% (2610/3837)   
Checking out files:  69% (2648/3837)   
Checking out files:  70% (2686/3837)   
Checking out files:  71% (2725/3837)   
Checking out files:  72% (2763/3837)   
Checking out files:  73% (2802/3837)   
Checking out files:  74% (2840/3837)   
Checking out files:  75% (2878/3837)   
Checking out files:  76% (2917/3837)   
Checking out files:  77% (2955/3837)   
Checking out files:  78% (2993/3837)   
Checking out files:  79% (3032/3837)   
Checking out files:  80% (3070/3837)   
Checking out files:  81% (3108/3837)   
Checking out files:  82% (3147/3837)   
Checking out files:  83% (3185/3837)   
Checking out files:  84% (3224/3837)   
Checking out files:  85% (3262/3837)   
Checking out files:  86% (3300/3837)   
Checking out files:  87% (3339/3837)   
Checking out files:  88% (3377/3837)   
Checking out files:  89% (3415/3837)   
Checking out files:  90% (3454/3837)   
Checking out files:  91% (3492/3837)   
Checking out files:  92% (3531/3837)   
Checking out files:  92% (3536/3837)   
Checking out files:  93% (3569/3837)   
Checking out files:  94% (3607/3837)   
Checking out files:  95% (3646/3837)   
Checking out files:  96% (3684/3837)   
Checking out files:  97% (3722/3837)   
Checking out files:  98% (3761/3837)   
Checking out files:  99% (3799/3837)   
Checking out files: 100% (3837/3837)   
Checking out files: 100% (3837/3837), done.
09:56:56 [2021-04-02T09:56:56.861Z] #56 44.90 + cd /tmp/tmp.ivM6j2zxuu/src/github.com/containerd/containerd
09:56:56 [2021-04-02T09:56:56.861Z] #56 44.90 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
09:56:56 [2021-04-02T09:56:56.861Z] #56 46.52 + export 'BUILDTAGS=netgo osusergo static_build'
09:56:56 [2021-04-02T09:56:56.861Z] #56 46.52 + BUILDTAGS='netgo osusergo static_build'
09:56:56 [2021-04-02T09:56:56.861Z] #56 46.52 + export EXTRA_FLAGS=-buildmode=pie
09:56:56 [2021-04-02T09:56:56.861Z] #56 46.52 + EXTRA_FLAGS=-buildmode=pie
09:56:56 [2021-04-02T09:56:56.861Z] #56 46.52 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
09:56:56 [2021-04-02T09:56:56.861Z] #56 46.52 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
09:56:56 [2021-04-02T09:56:56.861Z] #56 46.52 + '[' '' = dynamic ']'
09:56:56 [2021-04-02T09:56:56.861Z] #56 46.52 + make
09:56:56 [2021-04-02T09:56:56.942Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.0s
09:56:57 [2021-04-02T09:56:57.033Z] #58 ...
09:56:57 [2021-04-02T09:56:57.033Z] 
09:56:57 [2021-04-02T09:56:57.033Z] #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
09:56:57 [2021-04-02T09:56:57.033Z] #47 sha256:e9c2a87b2541854ad3ac1e21a0903314e2263e530945ba0d1ab7452006e57d22
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.496 + RM_GOPATH=0
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.496 + TMP_GOPATH=
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.496 + : /build
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.496 + '[' -z '' ']'
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.496 ++ mktemp -d
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.498 + export GOPATH=/tmp/tmp.UCcbBc1lQA
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.498 + GOPATH=/tmp/tmp.UCcbBc1lQA
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.498 + RM_GOPATH=1
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.498 + case "$(go env GOARCH)" in
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.499 ++ go env GOARCH
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.524 + export GO_BUILDMODE=-buildmode=pie
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.524 + GO_BUILDMODE=-buildmode=pie
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.532 ++ dirname /tmp/install/install.sh
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.532 + dir=/tmp/install
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.532 + bin=gotestsum
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.532 + shift
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.532 + '[' '!' -f /tmp/install/gotestsum.installer ']'
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.532 + . /tmp/install/gotestsum.installer
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.532 ++ : v0.5.3
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.532 + install_gotestsum
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.532 + set -e
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.532 + export GO111MODULE=on
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.532 + GO111MODULE=on
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.532 + GOBIN=/build
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.532 + go get gotest.tools/gotestsum@v0.5.3
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.578 go: finding gotest.tools/gotestsum v0.5.3
09:56:57 [2021-04-02T09:56:57.033Z] #47 5.578 go: finding gotest.tools v0.5.3
09:56:57 [2021-04-02T09:56:57.033Z] #47 6.880 go: downloading gotest.tools/gotestsum v0.5.3
09:56:57 [2021-04-02T09:56:57.033Z] #47 7.325 go: extracting gotest.tools/gotestsum v0.5.3
09:56:57 [2021-04-02T09:56:57.033Z] #47 8.400 go: downloading github.com/fatih/color v1.9.0
09:56:57 [2021-04-02T09:56:57.033Z] #47 8.487 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
09:56:57 [2021-04-02T09:56:57.033Z] #47 8.586 go: downloading github.com/pkg/errors v0.9.1
09:56:57 [2021-04-02T09:56:57.033Z] #47 8.644 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
09:56:57 [2021-04-02T09:56:57.033Z] #47 8.756 go: downloading github.com/spf13/pflag v1.0.3
09:56:57 [2021-04-02T09:56:57.033Z] #47 8.757 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
09:56:57 [2021-04-02T09:56:57.033Z] #47 8.757 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
09:56:57 [2021-04-02T09:56:57.033Z] #47 8.781 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
09:56:57 [2021-04-02T09:56:57.033Z] #47 9.090 go: downloading github.com/jonboulle/clockwork v0.1.0
09:56:57 [2021-04-02T09:56:57.033Z] #47 9.137 go: extracting github.com/fatih/color v1.9.0
09:56:57 [2021-04-02T09:56:57.033Z] #47 9.162 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
09:56:57 [2021-04-02T09:56:57.033Z] #47 9.526 go: extracting github.com/jonboulle/clockwork v0.1.0
09:56:57 [2021-04-02T09:56:57.118Z] #56 47.60 + bin/ctr
09:56:57 [2021-04-02T09:56:57.488Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.7s done
09:56:57 [2021-04-02T09:56:57.488Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.1s
09:56:57 [2021-04-02T09:56:57.514Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.9s done
09:56:57 [2021-04-02T09:56:57.690Z] #47 9.742 go: extracting github.com/pkg/errors v0.9.1
09:56:57 [2021-04-02T09:56:57.690Z] #47 9.745 go: downloading github.com/mattn/go-isatty v0.0.12
09:56:57 [2021-04-02T09:56:57.690Z] #47 9.747 go: downloading github.com/mattn/go-colorable v0.1.6
09:56:57 [2021-04-02T09:56:57.690Z] #47 9.751 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
09:56:57 [2021-04-02T09:56:57.690Z] #47 9.827 go: extracting github.com/spf13/pflag v1.0.3
09:56:57 [2021-04-02T09:56:57.690Z] #47 ...
09:56:57 [2021-04-02T09:56:57.690Z] 
09:56:57 [2021-04-02T09:56:57.690Z] #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
09:56:57 [2021-04-02T09:56:57.690Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
09:56:57 [2021-04-02T09:56:57.690Z] #55 7.040 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
09:56:57 [2021-04-02T09:56:57.690Z] #55 7.150 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:56:57 [2021-04-02T09:56:57.690Z] #55 7.351 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:56:57 [2021-04-02T09:56:57.690Z] #55 8.285 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:56:57 [2021-04-02T09:56:57.744Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.4s done
09:56:58 [2021-04-02T09:56:58.000Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab
09:56:58 [2021-04-02T09:56:58.071Z] #55 ...
09:56:58 [2021-04-02T09:56:58.071Z] 
09:56:58 [2021-04-02T09:56:58.071Z] #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
09:56:58 [2021-04-02T09:56:58.071Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:56:58 [2021-04-02T09:56:58.071Z] #36 7.054 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
09:56:58 [2021-04-02T09:56:58.071Z] #36 7.220 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:56:58 [2021-04-02T09:56:58.071Z] #36 7.244 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:56:58 [2021-04-02T09:56:58.071Z] #36 8.312 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:56:58 [2021-04-02T09:56:58.071Z] #36 ...
09:56:58 [2021-04-02T09:56:58.071Z] 
09:56:58 [2021-04-02T09:56:58.071Z] #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
09:56:58 [2021-04-02T09:56:58.071Z] #51 sha256:e73222a2487794ec0b5beedb912ec573931cad904d3c24ad8e6cb957e07d842c
09:56:58 [2021-04-02T09:56:58.071Z] #51 6.128 + RM_GOPATH=0
09:56:58 [2021-04-02T09:56:58.071Z] #51 6.128 + TMP_GOPATH=
09:56:58 [2021-04-02T09:56:58.071Z] #51 6.128 + : /build
09:56:58 [2021-04-02T09:56:58.071Z] #51 6.128 + '[' -z '' ']'
09:56:58 [2021-04-02T09:56:58.071Z] #51 6.128 ++ mktemp -d
09:56:58 [2021-04-02T09:56:58.071Z] #51 6.202 + export GOPATH=/tmp/tmp.cMydR3xVDl
09:56:58 [2021-04-02T09:56:58.071Z] #51 6.202 + GOPATH=/tmp/tmp.cMydR3xVDl
09:56:58 [2021-04-02T09:56:58.071Z] #51 6.202 + RM_GOPATH=1
09:56:58 [2021-04-02T09:56:58.071Z] #51 6.202 + case "$(go env GOARCH)" in
09:56:58 [2021-04-02T09:56:58.071Z] #51 6.206 ++ go env GOARCH
09:56:58 [2021-04-02T09:56:58.071Z] #51 6.277 + export GO_BUILDMODE=-buildmode=pie
09:56:58 [2021-04-02T09:56:58.071Z] #51 6.277 + GO_BUILDMODE=-buildmode=pie
09:56:58 [2021-04-02T09:56:58.071Z] #51 6.278 ++ dirname /tmp/install/install.sh
09:56:58 [2021-04-02T09:56:58.071Z] #51 6.282 + dir=/tmp/install
09:56:58 [2021-04-02T09:56:58.071Z] #51 6.283 + bin=shfmt
09:56:58 [2021-04-02T09:56:58.071Z] #51 6.283 + shift
09:56:58 [2021-04-02T09:56:58.071Z] #51 6.285 + '[' '!' -f /tmp/install/shfmt.installer ']'
09:56:58 [2021-04-02T09:56:58.071Z] #51 6.285 + . /tmp/install/shfmt.installer
09:56:58 [2021-04-02T09:56:58.071Z] #51 6.286 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
09:56:58 [2021-04-02T09:56:58.071Z] #51 6.286 + install_shfmt
09:56:58 [2021-04-02T09:56:58.071Z] #51 6.286 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
09:56:58 [2021-04-02T09:56:58.071Z] #51 6.286 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
09:56:58 [2021-04-02T09:56:58.071Z] #51 6.286 + git clone https://github.com/mvdan/sh.git /tmp/tmp.cMydR3xVDl/src/github.com/mvdan/sh
09:56:58 [2021-04-02T09:56:58.071Z] #51 6.301 Cloning into '/tmp/tmp.cMydR3xVDl/src/github.com/mvdan/sh'...
09:56:58 [2021-04-02T09:56:58.071Z] #51 ...
09:56:58 [2021-04-02T09:56:58.071Z] 
09:56:58 [2021-04-02T09:56:58.071Z] #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
09:56:58 [2021-04-02T09:56:58.071Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
09:56:58 [2021-04-02T09:56:58.071Z] #40 5.604 + git clone https://github.com/docker/distribution.git .
09:56:58 [2021-04-02T09:56:58.071Z] #40 5.624 Cloning into '.'...
09:56:58 [2021-04-02T09:56:58.088Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a
09:56:58 [2021-04-02T09:56:58.088Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
09:56:58 [2021-04-02T09:56:58.346Z] #40 ...
09:56:58 [2021-04-02T09:56:58.346Z] 
09:56:58 [2021-04-02T09:56:58.346Z] #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
09:56:58 [2021-04-02T09:56:58.346Z] #45 sha256:bae9013b43c4c3935b42f55308aeb84eccbb7f8794c7f4f842598276112e6512
09:56:58 [2021-04-02T09:56:58.346Z] #45 6.556 + RM_GOPATH=0
09:56:58 [2021-04-02T09:56:58.346Z] #45 6.559 + TMP_GOPATH=
09:56:58 [2021-04-02T09:56:58.346Z] #45 6.559 + : /build
09:56:58 [2021-04-02T09:56:58.346Z] #45 6.559 + '[' -z '' ']'
09:56:58 [2021-04-02T09:56:58.346Z] #45 6.584 ++ mktemp -d
09:56:58 [2021-04-02T09:56:58.346Z] #45 6.618 + export GOPATH=/tmp/tmp.qSXHubGU6p
09:56:58 [2021-04-02T09:56:58.346Z] #45 6.618 + GOPATH=/tmp/tmp.qSXHubGU6p
09:56:58 [2021-04-02T09:56:58.346Z] #45 6.618 + RM_GOPATH=1
09:56:58 [2021-04-02T09:56:58.346Z] #45 6.618 + case "$(go env GOARCH)" in
09:56:58 [2021-04-02T09:56:58.346Z] #45 6.619 ++ go env GOARCH
09:56:58 [2021-04-02T09:56:58.346Z] #45 6.683 + export GO_BUILDMODE=-buildmode=pie
09:56:58 [2021-04-02T09:56:58.346Z] #45 6.683 + GO_BUILDMODE=-buildmode=pie
09:56:58 [2021-04-02T09:56:58.346Z] #45 6.683 ++ dirname /tmp/install/install.sh
09:56:58 [2021-04-02T09:56:58.346Z] #45 6.692 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
09:56:58 [2021-04-02T09:56:58.346Z] #45 6.692 + dir=/tmp/install
09:56:58 [2021-04-02T09:56:58.346Z] #45 6.692 + bin=vndr
09:56:58 [2021-04-02T09:56:58.346Z] #45 6.692 + shift
09:56:58 [2021-04-02T09:56:58.346Z] #45 6.692 + '[' '!' -f /tmp/install/vndr.installer ']'
09:56:58 [2021-04-02T09:56:58.346Z] #45 6.692 + . /tmp/install/vndr.installer
09:56:58 [2021-04-02T09:56:58.346Z] #45 6.692 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
09:56:58 [2021-04-02T09:56:58.346Z] #45 6.692 + install_vndr
09:56:58 [2021-04-02T09:56:58.346Z] #45 6.692 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
09:56:58 [2021-04-02T09:56:58.346Z] #45 6.697 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.qSXHubGU6p/src/github.com/LK4D4/vndr
09:56:58 [2021-04-02T09:56:58.346Z] #45 6.717 Cloning into '/tmp/tmp.qSXHubGU6p/src/github.com/LK4D4/vndr'...
09:56:58 [2021-04-02T09:56:58.346Z] #45 7.555 + cd /tmp/tmp.qSXHubGU6p/src/github.com/LK4D4/vndr
09:56:58 [2021-04-02T09:56:58.346Z] #45 7.555 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
09:56:58 [2021-04-02T09:56:58.346Z] #45 7.564 + go build -buildmode=pie -v -o /build/vndr .
09:56:58 [2021-04-02T09:56:58.346Z] #45 9.447 internal/bytealg
09:56:58 [2021-04-02T09:56:58.346Z] #45 9.467 internal/race
09:56:58 [2021-04-02T09:56:58.346Z] #45 9.858 sync/atomic
09:56:58 [2021-04-02T09:56:58.346Z] #45 ...
09:56:58 [2021-04-02T09:56:58.346Z] 
09:56:58 [2021-04-02T09:56:58.347Z] #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
09:56:58 [2021-04-02T09:56:58.347Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
09:56:58 [2021-04-02T09:56:58.347Z] #32 6.020 + git clone https://github.com/kolyshkin/go-swagger.git .
09:56:58 [2021-04-02T09:56:58.347Z] #32 6.039 Cloning into '.'...
09:56:58 [2021-04-02T09:56:58.351Z] #9 ...
09:56:58 [2021-04-02T09:56:58.351Z] 
09:56:58 [2021-04-02T09:56:58.351Z] #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
09:56:58 [2021-04-02T09:56:58.351Z] #27 sha256:fe0652333e9397ad75a464bf99138ad703d8648dbec0894f017deea5d88ff8f8
09:56:58 [2021-04-02T09:56:58.351Z] #27 9.403 137 added, 0 removed; done.
09:56:58 [2021-04-02T09:56:58.351Z] #27 9.437 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
09:56:58 [2021-04-02T09:56:58.351Z] #27 9.447 Setting up jq (1.5+dfsg-2+b1) ...
09:56:58 [2021-04-02T09:56:58.351Z] #27 9.457 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
09:56:58 [2021-04-02T09:56:58.351Z] #27 9.467 Setting up curl (7.64.0-4+deb10u2) ...
09:56:58 [2021-04-02T09:56:58.351Z] #27 9.477 Processing triggers for libc-bin (2.28-10) ...
09:56:58 [2021-04-02T09:56:58.351Z] #27 9.493 Processing triggers for ca-certificates (20200601~deb10u2) ...
09:56:58 [2021-04-02T09:56:58.351Z] #27 9.501 Updating certificates in /etc/ssl/certs...
09:56:58 [2021-04-02T09:56:58.351Z] #27 10.14 0 added, 0 removed; done.
09:56:58 [2021-04-02T09:56:58.351Z] #27 10.14 Running hooks in /etc/ca-certificates/update.d...
09:56:58 [2021-04-02T09:56:58.351Z] #27 10.14 done.
09:56:58 [2021-04-02T09:56:58.351Z] #27 DONE 13.0s
09:56:58 [2021-04-02T09:56:58.351Z] 
09:56:58 [2021-04-02T09:56:58.351Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
09:56:58 [2021-04-02T09:56:58.351Z] #28 sha256:78e15e1a4ebc5d3780059814bb7087f37b8253a0746e350bb2e8d9423ca1bdd0
09:56:58 [2021-04-02T09:56:58.351Z] #28 DONE 0.1s
09:56:58 [2021-04-02T09:56:58.612Z] 
09:56:58 [2021-04-02T09:56:58.612Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:56:58 [2021-04-02T09:56:58.612Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:56:58 [2021-04-02T09:56:58.612Z] #9 DONE 24.1s
09:56:58 [2021-04-02T09:56:58.612Z] 
09:56:58 [2021-04-02T09:56:58.612Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
09:56:58 [2021-04-02T09:56:58.612Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
09:56:58 [2021-04-02T09:56:58.623Z] #32 ...
09:56:58 [2021-04-02T09:56:58.623Z] 
09:56:58 [2021-04-02T09:56:58.623Z] #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
09:56:58 [2021-04-02T09:56:58.623Z] #24 sha256:e29a731b10cd89b7de611e776990f0b291548711ae27121d79fa7a790dffe22c
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.800 + RM_GOPATH=0
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.800 + TMP_GOPATH=
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.800 + : /build
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.800 + '[' -z '' ']'
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.800 ++ mktemp -d
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.800 + export GOPATH=/tmp/tmp.b36gfQTTeY
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.800 + GOPATH=/tmp/tmp.b36gfQTTeY
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.800 + RM_GOPATH=1
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.800 + case "$(go env GOARCH)" in
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.800 ++ go env GOARCH
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.813 Install docker/cli version 17.06.2-ce from stable
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.813 + export GO_BUILDMODE=-buildmode=pie
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.813 + GO_BUILDMODE=-buildmode=pie
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.813 ++ dirname /tmp/install/install.sh
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.813 + dir=/tmp/install
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.813 + bin=dockercli
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.813 + shift
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.813 + '[' '!' -f /tmp/install/dockercli.installer ']'
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.813 + . /tmp/install/dockercli.installer
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.813 ++ : stable
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.813 ++ : 17.06.2-ce
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.813 + install_dockercli
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.813 + echo 'Install docker/cli version 17.06.2-ce from stable'
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.813 ++ uname -m
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.813 + arch=x86_64
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.813 + '[' x86_64 '!=' x86_64 ']'
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.813 + url=https://download.docker.com/linux/static
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.813 + tar -xz docker/docker
09:56:58 [2021-04-02T09:56:58.623Z] #24 4.826 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
09:56:58 [2021-04-02T09:56:58.623Z] #24 ...
09:56:58 [2021-04-02T09:56:58.623Z] 
09:56:58 [2021-04-02T09:56:58.623Z] #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
09:56:58 [2021-04-02T09:56:58.623Z] #67 sha256:a5e85d9ec668d61f969fb194b6d1ede54305f0f9121e4fdee1119b7f533a589f
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.761 + RM_GOPATH=0
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.761 + TMP_GOPATH=
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.761 + : /build
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.761 + '[' -z '' ']'
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.761 ++ mktemp -d
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.761 + export GOPATH=/tmp/tmp.l6w49GKlrF
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.761 + GOPATH=/tmp/tmp.l6w49GKlrF
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.761 + RM_GOPATH=1
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.761 + case "$(go env GOARCH)" in
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.761 ++ go env GOARCH
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.766 + export GO_BUILDMODE=-buildmode=pie
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.766 + GO_BUILDMODE=-buildmode=pie
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.767 ++ dirname /tmp/install/install.sh
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.769 + dir=/tmp/install
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.769 + bin=proxy
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.769 + shift
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.769 + '[' '!' -f /tmp/install/proxy.installer ']'
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.769 + . /tmp/install/proxy.installer
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.769 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.769 + install_proxy
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.769 + case "$1" in
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.769 + export CGO_ENABLED=0
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.769 + CGO_ENABLED=0
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.769 + _install_proxy
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.769 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46'
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.769 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.770 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.l6w49GKlrF/src/github.com/docker/libnetwork
09:56:58 [2021-04-02T09:56:58.623Z] #67 4.773 Cloning into '/tmp/tmp.l6w49GKlrF/src/github.com/docker/libnetwork'...
09:56:58 [2021-04-02T09:56:58.884Z] #67 ...
09:56:58 [2021-04-02T09:56:58.884Z] 
09:56:58 [2021-04-02T09:56:58.884Z] #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
09:56:58 [2021-04-02T09:56:58.884Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:56:58 [2021-04-02T09:56:58.884Z] #42 7.091 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
09:56:58 [2021-04-02T09:56:58.884Z] #42 7.224 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:56:58 [2021-04-02T09:56:58.884Z] #42 7.242 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:56:58 [2021-04-02T09:56:58.884Z] #42 8.324 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:56:58 [2021-04-02T09:56:58.884Z] #42 ...
09:56:58 [2021-04-02T09:56:58.884Z] 
09:56:58 [2021-04-02T09:56:58.884Z] #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
09:56:58 [2021-04-02T09:56:58.884Z] #49 sha256:e926872d51bbbfbedc26c95a229936b662a0346335a03416ba83c5eb4a447257
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.013 + RM_GOPATH=0
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.013 + TMP_GOPATH=
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.013 + : /build
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.013 + '[' -z '' ']'
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.013 ++ mktemp -d
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.013 + export GOPATH=/tmp/tmp.H3Gjii7QKj
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.013 + GOPATH=/tmp/tmp.H3Gjii7QKj
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.013 + RM_GOPATH=1
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.013 + case "$(go env GOARCH)" in
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.022 ++ go env GOARCH
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.029 + export GO_BUILDMODE=-buildmode=pie
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.029 + GO_BUILDMODE=-buildmode=pie
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.029 ++ dirname /tmp/install/install.sh
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.029 + dir=/tmp/install
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.029 + bin=golangci_lint
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.029 + shift
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.029 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.029 + . /tmp/install/golangci_lint.installer
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.029 ++ : v1.23.8
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.029 + install_golangci_lint
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.029 + set -e
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.029 + export GO111MODULE=on
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.029 + GO111MODULE=on
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.029 + GOBIN=/build
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.029 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.100 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.103 go: finding github.com v1.23.8
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.104 go: finding github.com/golangci/golangci-lint v1.23.8
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.104 go: finding github.com/golangci v1.23.8
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.118 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
09:56:58 [2021-04-02T09:56:58.884Z] #49 5.944 go: downloading github.com/golangci/golangci-lint v1.23.8
09:56:58 [2021-04-02T09:56:58.884Z] #49 6.822 go: extracting github.com/golangci/golangci-lint v1.23.8
09:56:59 [2021-04-02T09:56:59.152Z] #49 ...
09:56:59 [2021-04-02T09:56:59.152Z] 
09:56:59 [2021-04-02T09:56:59.152Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:56:59 [2021-04-02T09:56:59.152Z] #34 sha256:333583fbf713eebd0805e30d442538835600cbfb40090c9d570cfb204318d4f4
09:56:59 [2021-04-02T09:56:59.152Z] #34 5.754 + RM_GOPATH=0
09:56:59 [2021-04-02T09:56:59.152Z] #34 5.754 + TMP_GOPATH=
09:56:59 [2021-04-02T09:56:59.152Z] #34 5.754 + : /build
09:56:59 [2021-04-02T09:56:59.152Z] #34 5.754 + '[' -z '' ']'
09:56:59 [2021-04-02T09:56:59.152Z] #34 5.754 ++ mktemp -d
09:56:59 [2021-04-02T09:56:59.152Z] #34 5.757 + export GOPATH=/tmp/tmp.zXRmbQsJLl
09:56:59 [2021-04-02T09:56:59.152Z] #34 5.757 + GOPATH=/tmp/tmp.zXRmbQsJLl
09:56:59 [2021-04-02T09:56:59.152Z] #34 5.757 + RM_GOPATH=1
09:56:59 [2021-04-02T09:56:59.152Z] #34 5.757 + case "$(go env GOARCH)" in
09:56:59 [2021-04-02T09:56:59.152Z] #34 5.757 ++ go env GOARCH
09:56:59 [2021-04-02T09:56:59.152Z] #34 5.777 + export GO_BUILDMODE=-buildmode=pie
09:56:59 [2021-04-02T09:56:59.152Z] #34 5.777 + GO_BUILDMODE=-buildmode=pie
09:56:59 [2021-04-02T09:56:59.152Z] #34 5.778 ++ dirname /tmp/install/install.sh
09:56:59 [2021-04-02T09:56:59.152Z] #34 5.783 + dir=/tmp/install
09:56:59 [2021-04-02T09:56:59.152Z] #34 5.783 + bin=tomlv
09:56:59 [2021-04-02T09:56:59.152Z] #34 5.783 + shift
09:56:59 [2021-04-02T09:56:59.152Z] #34 5.783 + '[' '!' -f /tmp/install/tomlv.installer ']'
09:56:59 [2021-04-02T09:56:59.152Z] #34 5.783 + . /tmp/install/tomlv.installer
09:56:59 [2021-04-02T09:56:59.152Z] #34 5.783 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
09:56:59 [2021-04-02T09:56:59.152Z] #34 5.783 + install_tomlv
09:56:59 [2021-04-02T09:56:59.152Z] #34 5.783 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
09:56:59 [2021-04-02T09:56:59.152Z] #34 5.783 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.zXRmbQsJLl/src/github.com/BurntSushi/toml
09:56:59 [2021-04-02T09:56:59.152Z] #34 5.783 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
09:56:59 [2021-04-02T09:56:59.152Z] #34 5.807 Cloning into '/tmp/tmp.zXRmbQsJLl/src/github.com/BurntSushi/toml'...
09:56:59 [2021-04-02T09:56:59.152Z] #34 6.981 + cd /tmp/tmp.zXRmbQsJLl/src/github.com/BurntSushi/toml
09:56:59 [2021-04-02T09:56:59.152Z] #34 6.981 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
09:56:59 [2021-04-02T09:56:59.152Z] #34 7.001 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
09:56:59 [2021-04-02T09:56:59.152Z] #34 7.862 internal/cpu
09:56:59 [2021-04-02T09:56:59.152Z] #34 7.862 runtime/internal/atomic
09:56:59 [2021-04-02T09:56:59.152Z] #34 8.090 runtime/internal/sys
09:56:59 [2021-04-02T09:56:59.152Z] #34 8.484 runtime/internal/math
09:56:59 [2021-04-02T09:56:59.152Z] #34 8.561 internal/bytealg
09:56:59 [2021-04-02T09:56:59.152Z] #34 8.608 math/bits
09:56:59 [2021-04-02T09:56:59.152Z] #34 9.390 math
09:56:59 [2021-04-02T09:56:59.152Z] #34 10.78 runtime
09:56:59 [2021-04-02T09:56:59.228Z] #10 DONE 0.7s
09:56:59 [2021-04-02T09:56:59.228Z] 
09:56:59 [2021-04-02T09:56:59.228Z] #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
09:56:59 [2021-04-02T09:56:59.228Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
09:56:59 [2021-04-02T09:56:59.418Z] #34 ...
09:56:59 [2021-04-02T09:56:59.418Z] 
09:56:59 [2021-04-02T09:56:59.418Z] #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
09:56:59 [2021-04-02T09:56:59.418Z] #45 sha256:bae9013b43c4c3935b42f55308aeb84eccbb7f8794c7f4f842598276112e6512
09:56:59 [2021-04-02T09:56:59.418Z] #45 11.12 runtime
09:56:59 [2021-04-02T09:56:59.418Z] #45 11.21 unicode
09:56:59 [2021-04-02T09:56:59.828Z] #11 DONE 0.7s
09:56:59 [2021-04-02T09:56:59.828Z] 
09:56:59 [2021-04-02T09:56:59.828Z] #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
09:56:59 [2021-04-02T09:56:59.828Z] #24 sha256:ac9ba47fca6b918fbbed9b95c0c81d0f0fc230baac9851090847142c1c00b594
09:57:00 [2021-04-02T09:57:00.399Z] #56 ...
09:57:00 [2021-04-02T09:57:00.399Z] 
09:57:00 [2021-04-02T09:57:00.399Z] #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
09:57:00 [2021-04-02T09:57:00.399Z] #51 sha256:5817aa0dd6802089fcc18536dd8d9dcc3942d162ccaca8483183374f64ae6053
09:57:00 [2021-04-02T09:57:00.399Z] #51 92.51 mvdan.cc/sh/v3/cmd/shfmt
09:57:00 [2021-04-02T09:57:00.399Z] #51 DONE 98.0s
09:57:00 [2021-04-02T09:57:00.399Z] 
09:57:00 [2021-04-02T09:57:00.399Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:57:00 [2021-04-02T09:57:00.399Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:57:00 [2021-04-02T09:57:00.399Z] #43 18.86   CC       images/core-aarch64.o
09:57:00 [2021-04-02T09:57:00.399Z] #43 19.21   CC       images/core-ppc64.o
09:57:00 [2021-04-02T09:57:00.399Z] #43 19.85   CC       images/core-s390.o
09:57:00 [2021-04-02T09:57:00.399Z] #43 20.63   CC       images/cpuinfo.o
09:57:00 [2021-04-02T09:57:00.399Z] #43 20.99   CC       images/inventory.o
09:57:00 [2021-04-02T09:57:00.399Z] #43 21.23   CC       images/fdinfo.o
09:57:00 [2021-04-02T09:57:00.399Z] #43 21.55   CC       images/fown.o
09:57:00 [2021-04-02T09:57:00.399Z] #43 21.76   CC       images/ns.o
09:57:00 [2021-04-02T09:57:00.399Z] #43 21.99   CC       images/regfile.o
09:57:00 [2021-04-02T09:57:00.399Z] #43 22.26   CC       images/ghost-file.o
09:57:00 [2021-04-02T09:57:00.399Z] #43 22.58   CC       images/fifo.o
09:57:00 [2021-04-02T09:57:00.399Z] #43 22.78   CC       images/remap-file-path.o
09:57:00 [2021-04-02T09:57:00.399Z] #43 22.96   CC       images/eventfd.o
09:57:00 [2021-04-02T09:57:00.399Z] #43 23.17   CC       images/eventpoll.o
09:57:00 [2021-04-02T09:57:00.399Z] #43 23.42   CC       images/fh.o
09:57:00 [2021-04-02T09:57:00.399Z] #43 23.67   CC       images/fsnotify.o
09:57:00 [2021-04-02T09:57:00.399Z] #43 24.41   CC       images/signalfd.o
09:57:00 [2021-04-02T09:57:00.399Z] #43 24.66   CC       images/fs.o
09:57:00 [2021-04-02T09:57:00.399Z] #43 24.98   CC       images/pstree.o
09:57:00 [2021-04-02T09:57:00.399Z] #43 25.20   CC       images/pipe.o
09:57:00 [2021-04-02T09:57:00.399Z] #43 25.44   CC       images/tcp-stream.o
09:57:00 [2021-04-02T09:57:00.399Z] #43 25.65   CC       images/sk-packet.o
09:57:00 [2021-04-02T09:57:00.399Z] #43 25.88   CC       images/mnt.o
09:57:00 [2021-04-02T09:57:00.399Z] #43 26.15   CC       images/pipe-data.o
09:57:00 [2021-04-02T09:57:00.399Z] #43 26.33   CC       images/sa.o
09:57:00 [2021-04-02T09:57:00.399Z] #43 26.50   CC       images/timer.o
09:57:00 [2021-04-02T09:57:00.405Z] #24 ...
09:57:00 [2021-04-02T09:57:00.405Z] 
09:57:00 [2021-04-02T09:57:00.405Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
09:57:00 [2021-04-02T09:57:00.405Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
09:57:00 [2021-04-02T09:57:00.405Z] #39 DONE 0.3s
09:57:00 [2021-04-02T09:57:00.405Z] 
09:57:00 [2021-04-02T09:57:00.405Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
09:57:00 [2021-04-02T09:57:00.405Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
09:57:00 [2021-04-02T09:57:00.405Z] #31 DONE 0.4s
09:57:00 [2021-04-02T09:57:00.405Z] 
09:57:00 [2021-04-02T09:57:00.405Z] #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
09:57:00 [2021-04-02T09:57:00.405Z] #29 sha256:b0f35f354884f5c2e2f483396bf81a301a783718d0e592039b4db8109ab22cf0
09:57:00 [2021-04-02T09:57:00.405Z] #29 1.312 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
09:57:00 [2021-04-02T09:57:00.405Z] #29 1.433 
09:57:00 [2021-04-02T09:57:00.405Z] #29 1.556 
#########                                                                 13.9%
########################                                                  34.4%
########################################                                  56.3%
##################################################                        70.2%
#############################################################             86.0%
######################################################################## 100.0%
09:57:00 [2021-04-02T09:57:00.667Z] #29 2.122 
09:57:00 [2021-04-02T09:57:00.667Z] #29 2.254 
#############                                                             18.6%
######################################################################## 100.0%
09:57:00 [2021-04-02T09:57:00.934Z] #29 2.515 
09:57:01 [2021-04-02T09:57:01.198Z] #29 2.653 
#################################                                         46.9%
######################################################################## 100.0%
09:57:01 [2021-04-02T09:57:01.198Z] #29 2.822 
09:57:01 [2021-04-02T09:57:01.329Z] #43 27.18   CC       images/timerfd.o
09:57:01 [2021-04-02T09:57:01.543Z] Client:
09:57:01 [2021-04-02T09:57:01.543Z]  Context:    default
09:57:01 [2021-04-02T09:57:01.543Z]  Debug Mode: false
09:57:01 [2021-04-02T09:57:01.543Z]  Plugins:
09:57:01 [2021-04-02T09:57:01.543Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
09:57:01 [2021-04-02T09:57:01.543Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
09:57:01 [2021-04-02T09:57:01.543Z] 
09:57:01 [2021-04-02T09:57:01.543Z] Server:
09:57:01 [2021-04-02T09:57:01.543Z]  Containers: 0
09:57:01 [2021-04-02T09:57:01.543Z]   Running: 0
09:57:01 [2021-04-02T09:57:01.543Z]   Paused: 0
09:57:01 [2021-04-02T09:57:01.543Z]   Stopped: 0
09:57:01 [2021-04-02T09:57:01.543Z]  Images: 0
09:57:01 [2021-04-02T09:57:01.543Z]  Server Version: 20.10.5
09:57:01 [2021-04-02T09:57:01.543Z]  Storage Driver: overlay2
09:57:01 [2021-04-02T09:57:01.543Z]   Backing Filesystem: extfs
09:57:01 [2021-04-02T09:57:01.543Z]   Supports d_type: true
09:57:01 [2021-04-02T09:57:01.543Z]   Native Overlay Diff: true
09:57:01 [2021-04-02T09:57:01.543Z]  Logging Driver: json-file
09:57:01 [2021-04-02T09:57:01.543Z]  Cgroup Driver: cgroupfs
09:57:01 [2021-04-02T09:57:01.543Z]  Cgroup Version: 1
09:57:01 [2021-04-02T09:57:01.543Z]  Plugins:
09:57:01 [2021-04-02T09:57:01.543Z]   Volume: local
09:57:01 [2021-04-02T09:57:01.543Z]   Network: bridge host ipvlan macvlan null overlay
09:57:01 [2021-04-02T09:57:01.543Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
09:57:01 [2021-04-02T09:57:01.543Z]  Swarm: inactive
09:57:01 [2021-04-02T09:57:01.543Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
09:57:01 [2021-04-02T09:57:01.543Z]  Default Runtime: runc
09:57:01 [2021-04-02T09:57:01.543Z]  Init Binary: docker-init
09:57:01 [2021-04-02T09:57:01.543Z]  containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
09:57:01 [2021-04-02T09:57:01.543Z]  runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec
09:57:01 [2021-04-02T09:57:01.543Z]  init version: de40ad0
09:57:01 [2021-04-02T09:57:01.543Z]  Security Options:
09:57:01 [2021-04-02T09:57:01.543Z]   apparmor
09:57:01 [2021-04-02T09:57:01.543Z]   seccomp
09:57:01 [2021-04-02T09:57:01.543Z]    Profile: default
09:57:01 [2021-04-02T09:57:01.543Z]  Kernel Version: 5.4.0-1041-aws
09:57:01 [2021-04-02T09:57:01.543Z]  Operating System: Ubuntu 20.04.2 LTS
09:57:01 [2021-04-02T09:57:01.543Z]  OSType: linux
09:57:01 [2021-04-02T09:57:01.543Z]  Architecture: aarch64
09:57:01 [2021-04-02T09:57:01.543Z]  CPUs: 4
09:57:01 [2021-04-02T09:57:01.543Z]  Total Memory: 7.494GiB
09:57:01 [2021-04-02T09:57:01.543Z]  Name: ip-10-100-63-104
09:57:01 [2021-04-02T09:57:01.543Z]  ID: BVXL:CDJC:ICN6:ER53:HAUW:WQSU:QT43:6BOW:3PZO:KHYE:NTNP:UAA4
09:57:01 [2021-04-02T09:57:01.543Z]  Docker Root Dir: /var/lib/docker
09:57:01 [2021-04-02T09:57:01.543Z]  Debug Mode: false
09:57:01 [2021-04-02T09:57:01.543Z]  Registry: https://index.docker.io/v1/
09:57:01 [2021-04-02T09:57:01.543Z]  Labels:
09:57:01 [2021-04-02T09:57:01.543Z]  Experimental: true
09:57:01 [2021-04-02T09:57:01.543Z]  Insecure Registries:
09:57:01 [2021-04-02T09:57:01.543Z]   127.0.0.0/8
09:57:01 [2021-04-02T09:57:01.543Z]  Live Restore Enabled: true
09:57:01 [2021-04-02T09:57:01.543Z] 
09:57:01 [2021-04-02T09:57:01.543Z] WARNING: No swap limit support
[Pipeline] sh
09:57:01 [2021-04-02T09:57:01.586Z] #43 27.54   CC       images/mm.o
09:57:01 [2021-04-02T09:57:01.834Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
09:57:01 [2021-04-02T09:57:01.834Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
09:57:01 [2021-04-02T09:57:01.834Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42182/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
09:57:01 [2021-04-02T09:57:01.834Z] + bash /home/ubuntu/workspace/moby_PR-42182/check-config.sh
09:57:01 [2021-04-02T09:57:01.834Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
09:57:01 [2021-04-02T09:57:01.834Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ...
09:57:01 [2021-04-02T09:57:01.834Z] 
09:57:01 [2021-04-02T09:57:01.834Z] Generally Necessary:
09:57:01 [2021-04-02T09:57:01.834Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
09:57:01 [2021-04-02T09:57:01.834Z] - apparmor: enabled and tools installed
09:57:01 [2021-04-02T09:57:01.834Z] - CONFIG_NAMESPACES: enabled
09:57:01 [2021-04-02T09:57:01.834Z] - CONFIG_NET_NS: enabled
09:57:01 [2021-04-02T09:57:01.843Z] #43 27.91   CC       images/sk-opts.o
09:57:01 [2021-04-02T09:57:01.971Z] #45 ...
09:57:01 [2021-04-02T09:57:01.971Z] 
09:57:01 [2021-04-02T09:57:01.971Z] #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
09:57:01 [2021-04-02T09:57:01.971Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:57:01 [2021-04-02T09:57:01.971Z] #13 3.299 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
09:57:01 [2021-04-02T09:57:01.971Z] #13 3.302 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
09:57:01 [2021-04-02T09:57:01.971Z] #13 3.412 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:57:01 [2021-04-02T09:57:01.971Z] #13 3.421 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:57:01 [2021-04-02T09:57:01.971Z] #13 4.470 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [460 kB]
09:57:01 [2021-04-02T09:57:01.971Z] #13 7.958 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:57:01 [2021-04-02T09:57:01.971Z] #13 9.653 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [271 kB]
09:57:01 [2021-04-02T09:57:01.985Z] #29 2.956 
######                                                                     8.4%
################                                                          23.5%
#########################                                                 35.5%
#######################################                                   54.5%
###########################################################               82.4%
######################################################################## 100.0%
09:57:02 [2021-04-02T09:57:02.096Z] - CONFIG_PID_NS: enabled
09:57:02 [2021-04-02T09:57:02.096Z] - CONFIG_IPC_NS: enabled
09:57:02 [2021-04-02T09:57:02.096Z] - CONFIG_UTS_NS: enabled
09:57:02 [2021-04-02T09:57:02.096Z] - CONFIG_CGROUPS: enabled
09:57:02 [2021-04-02T09:57:02.096Z] - CONFIG_CGROUP_CPUACCT: enabled
09:57:02 [2021-04-02T09:57:02.096Z] - CONFIG_CGROUP_DEVICE: enabled
09:57:02 [2021-04-02T09:57:02.096Z] - CONFIG_CGROUP_FREEZER: enabled
09:57:02 [2021-04-02T09:57:02.096Z] - CONFIG_CGROUP_SCHED: enabled
09:57:02 [2021-04-02T09:57:02.096Z] - CONFIG_CPUSETS: enabled
09:57:02 [2021-04-02T09:57:02.096Z] - CONFIG_MEMCG: enabled
09:57:02 [2021-04-02T09:57:02.096Z] - CONFIG_KEYS: enabled
09:57:02 [2021-04-02T09:57:02.096Z] - CONFIG_VETH: enabled (as module)
09:57:02 [2021-04-02T09:57:02.096Z] - CONFIG_BRIDGE: enabled (as module)
09:57:02 [2021-04-02T09:57:02.096Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
09:57:02 [2021-04-02T09:57:02.096Z] - CONFIG_NF_NAT_IPV4: missing
09:57:02 [2021-04-02T09:57:02.096Z] - CONFIG_IP_NF_FILTER: enabled (as module)
09:57:02 [2021-04-02T09:57:02.096Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
09:57:02 [2021-04-02T09:57:02.096Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
09:57:02 [2021-04-02T09:57:02.096Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
09:57:02 [2021-04-02T09:57:02.096Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
09:57:02 [2021-04-02T09:57:02.096Z] - CONFIG_IP_NF_NAT: enabled (as module)
09:57:02 [2021-04-02T09:57:02.096Z] - CONFIG_NF_NAT: enabled (as module)
09:57:02 [2021-04-02T09:57:02.096Z] - CONFIG_NF_NAT_NEEDED: missing
09:57:02 [2021-04-02T09:57:02.099Z] #43 28.11   CC       images/sk-unix.o
09:57:02 [2021-04-02T09:57:02.173Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.1s done
09:57:02 [2021-04-02T09:57:02.230Z] #13 ...
09:57:02 [2021-04-02T09:57:02.230Z] 
09:57:02 [2021-04-02T09:57:02.230Z] #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
09:57:02 [2021-04-02T09:57:02.230Z] #58 sha256:b3cf75c1351e897b72d46d8535b48276aa89a8db3565a9f08399b07a17be7a27
09:57:02 [2021-04-02T09:57:02.230Z] #58 13.20 + cd /tmp/tmp.PXXL31ksbQ/src/github.com/rootless-containers/rootlesskit
09:57:02 [2021-04-02T09:57:02.230Z] #58 13.20 + git checkout -q ed9b8c5cc48d29d0a979dae52a24f6e886795abd
09:57:02 [2021-04-02T09:57:02.230Z] #58 13.23 + export GO111MODULE=on
09:57:02 [2021-04-02T09:57:02.230Z] #58 13.23 + GO111MODULE=on
09:57:02 [2021-04-02T09:57:02.230Z] #58 13.23 + export GOPROXY=https://proxy.golang.org
09:57:02 [2021-04-02T09:57:02.230Z] #58 13.23 + GOPROXY=https://proxy.golang.org
09:57:02 [2021-04-02T09:57:02.230Z] #58 13.23 + for f in rootlesskit rootlesskit-docker-proxy
09:57:02 [2021-04-02T09:57:02.230Z] #58 13.23 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
09:57:02 [2021-04-02T09:57:02.247Z] #29 3.744 #=#=#                                                                         
09:57:02 [2021-04-02T09:57:02.355Z] #43 28.47   CC       images/sk-inet.o
09:57:02 [2021-04-02T09:57:02.358Z] - CONFIG_POSIX_MQUEUE: enabled
09:57:02 [2021-04-02T09:57:02.358Z] 
09:57:02 [2021-04-02T09:57:02.358Z] Optional Features:
09:57:02 [2021-04-02T09:57:02.358Z] - CONFIG_USER_NS: enabled
09:57:02 [2021-04-02T09:57:02.358Z] - CONFIG_SECCOMP: enabled
09:57:02 [2021-04-02T09:57:02.358Z] - CONFIG_CGROUP_PIDS: enabled
09:57:02 [2021-04-02T09:57:02.358Z] - CONFIG_MEMCG_SWAP: enabled
09:57:02 [2021-04-02T09:57:02.358Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
09:57:02 [2021-04-02T09:57:02.358Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
09:57:02 [2021-04-02T09:57:02.358Z] - CONFIG_BLK_CGROUP: enabled
09:57:02 [2021-04-02T09:57:02.358Z] - CONFIG_BLK_DEV_THROTTLING: enabled
09:57:02 [2021-04-02T09:57:02.358Z] - CONFIG_IOSCHED_CFQ: missing
09:57:02 [2021-04-02T09:57:02.358Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
09:57:02 [2021-04-02T09:57:02.358Z] - CONFIG_CGROUP_PERF: enabled
09:57:02 [2021-04-02T09:57:02.358Z] - CONFIG_CGROUP_HUGETLB: enabled
09:57:02 [2021-04-02T09:57:02.358Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
09:57:02 [2021-04-02T09:57:02.358Z] - CONFIG_CGROUP_NET_PRIO: enabled
09:57:02 [2021-04-02T09:57:02.358Z] - CONFIG_CFS_BANDWIDTH: enabled
09:57:02 [2021-04-02T09:57:02.358Z] - CONFIG_FAIR_GROUP_SCHED: enabled
09:57:02 [2021-04-02T09:57:02.358Z] - CONFIG_RT_GROUP_SCHED: missing
09:57:02 [2021-04-02T09:57:02.358Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
09:57:02 [2021-04-02T09:57:02.358Z] - CONFIG_IP_VS: enabled (as module)
09:57:02 [2021-04-02T09:57:02.358Z] - CONFIG_IP_VS_NFCT: enabled
09:57:02 [2021-04-02T09:57:02.358Z] - CONFIG_IP_VS_PROTO_TCP: enabled
09:57:02 [2021-04-02T09:57:02.358Z] - CONFIG_IP_VS_PROTO_UDP: enabled
09:57:02 [2021-04-02T09:57:02.429Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0.1s
09:57:02 [2021-04-02T09:57:02.490Z] #58 14.88 go: downloading github.com/pkg/errors v0.9.1
09:57:02 [2021-04-02T09:57:02.620Z] - CONFIG_IP_VS_RR: enabled (as module)
09:57:02 [2021-04-02T09:57:02.620Z] - CONFIG_EXT4_FS: enabled
09:57:02 [2021-04-02T09:57:02.620Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
09:57:02 [2021-04-02T09:57:02.620Z] - CONFIG_EXT4_FS_SECURITY: enabled
09:57:02 [2021-04-02T09:57:02.620Z] - Network Drivers:
09:57:02 [2021-04-02T09:57:02.620Z]   - "overlay":
09:57:02 [2021-04-02T09:57:02.620Z]     - CONFIG_VXLAN: enabled (as module)
09:57:02 [2021-04-02T09:57:02.620Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
09:57:02 [2021-04-02T09:57:02.620Z]       Optional (for encrypted networks):
09:57:02 [2021-04-02T09:57:02.620Z]       - CONFIG_CRYPTO: enabled
09:57:02 [2021-04-02T09:57:02.620Z]       - CONFIG_CRYPTO_AEAD: enabled
09:57:02 [2021-04-02T09:57:02.620Z]       - CONFIG_CRYPTO_GCM: enabled
09:57:02 [2021-04-02T09:57:02.620Z]       - CONFIG_CRYPTO_SEQIV: enabled
09:57:02 [2021-04-02T09:57:02.620Z]       - CONFIG_CRYPTO_GHASH: enabled
09:57:02 [2021-04-02T09:57:02.620Z]       - CONFIG_XFRM: enabled
09:57:02 [2021-04-02T09:57:02.620Z]       - CONFIG_XFRM_USER: enabled (as module)
09:57:02 [2021-04-02T09:57:02.620Z]       - CONFIG_XFRM_ALGO: enabled (as module)
09:57:02 [2021-04-02T09:57:02.620Z]       - CONFIG_INET_ESP: enabled (as module)
09:57:02 [2021-04-02T09:57:02.620Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
09:57:02 [2021-04-02T09:57:02.620Z]   - "ipvlan":
09:57:02 [2021-04-02T09:57:02.620Z]     - CONFIG_IPVLAN: enabled (as module)
09:57:02 [2021-04-02T09:57:02.620Z]   - "macvlan":
09:57:02 [2021-04-02T09:57:02.620Z]     - CONFIG_MACVLAN: enabled (as module)
09:57:02 [2021-04-02T09:57:02.620Z]     - CONFIG_DUMMY: enabled (as module)
09:57:02 [2021-04-02T09:57:02.620Z]   - "ftp,tftp client in container":
09:57:02 [2021-04-02T09:57:02.750Z] #58 14.88 go: downloading github.com/urfave/cli/v2 v2.3.0
09:57:02 [2021-04-02T09:57:02.750Z] #58 14.90 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
09:57:02 [2021-04-02T09:57:02.750Z] #58 14.91 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
09:57:02 [2021-04-02T09:57:02.750Z] #58 ...
09:57:02 [2021-04-02T09:57:02.750Z] 
09:57:02 [2021-04-02T09:57:02.750Z] #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
09:57:02 [2021-04-02T09:57:02.750Z] #24 sha256:e29a731b10cd89b7de611e776990f0b291548711ae27121d79fa7a790dffe22c
09:57:02 [2021-04-02T09:57:02.750Z] #24 14.83 + mkdir -p /build
09:57:02 [2021-04-02T09:57:02.750Z] #24 14.84 + mv docker/docker /build/
09:57:02 [2021-04-02T09:57:02.750Z] #24 14.84 + rmdir docker
09:57:02 [2021-04-02T09:57:02.750Z] #24 DONE 15.1s
09:57:02 [2021-04-02T09:57:02.750Z] 
09:57:02 [2021-04-02T09:57:02.750Z] #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
09:57:02 [2021-04-02T09:57:02.750Z] #58 sha256:b3cf75c1351e897b72d46d8535b48276aa89a8db3565a9f08399b07a17be7a27
09:57:02 [2021-04-02T09:57:02.750Z] #58 15.05 go: downloading github.com/sirupsen/logrus v1.8.1
09:57:02 [2021-04-02T09:57:02.750Z] #58 15.12 go: downloading github.com/gorilla/mux v1.8.0
09:57:02 [2021-04-02T09:57:02.881Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
09:57:02 [2021-04-02T09:57:02.881Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
09:57:02 [2021-04-02T09:57:02.881Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
09:57:02 [2021-04-02T09:57:02.881Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
09:57:02 [2021-04-02T09:57:02.881Z] - Storage Drivers:
09:57:02 [2021-04-02T09:57:02.881Z]   - "aufs":
09:57:02 [2021-04-02T09:57:02.881Z]     - CONFIG_AUFS_FS: enabled (as module)
09:57:02 [2021-04-02T09:57:02.881Z]   - "btrfs":
09:57:02 [2021-04-02T09:57:02.881Z]     - CONFIG_BTRFS_FS: enabled (as module)
09:57:02 [2021-04-02T09:57:02.881Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
09:57:02 [2021-04-02T09:57:02.881Z]   - "devicemapper":
09:57:02 [2021-04-02T09:57:02.881Z]     - CONFIG_BLK_DEV_DM: enabled
09:57:02 [2021-04-02T09:57:02.881Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
09:57:02 [2021-04-02T09:57:02.881Z]   - "overlay":
09:57:02 [2021-04-02T09:57:02.881Z]     - CONFIG_OVERLAY_FS: enabled (as module)
09:57:02 [2021-04-02T09:57:02.881Z]   - "zfs":
09:57:02 [2021-04-02T09:57:02.881Z]     - /dev/zfs: present
09:57:02 [2021-04-02T09:57:02.881Z]     - zfs command: missing
09:57:02 [2021-04-02T09:57:02.881Z]     - zpool command: missing
09:57:02 [2021-04-02T09:57:02.881Z] 
09:57:02 [2021-04-02T09:57:02.881Z] Limits:
09:57:02 [2021-04-02T09:57:02.881Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
09:57:02 [2021-04-02T09:57:02.881Z] 
09:57:02 [2021-04-02T09:57:02.881Z] + true
[Pipeline] }
[Pipeline] // stage
09:57:02 [2021-04-02T09:57:02.919Z] #43 28.78   CC       images/tun.o
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
09:57:03 [2021-04-02T09:57:03.011Z] #58 15.23 go: downloading github.com/moby/sys/mountinfo v0.4.1
09:57:03 [2021-04-02T09:57:03.011Z] #58 15.23 go: extracting github.com/pkg/errors v0.9.1
09:57:03 [2021-04-02T09:57:03.011Z] #58 15.37 go: downloading github.com/google/uuid v1.2.0
09:57:03 [2021-04-02T09:57:03.176Z] #43 29.09   CC       images/sk-netlink.o
09:57:03 [2021-04-02T09:57:03.176Z] #43 29.32   CC       images/packet-sock.o
09:57:03 [2021-04-02T09:57:03.227Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 .
09:57:03 [2021-04-02T09:57:03.582Z] #58 15.77 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
09:57:03 [2021-04-02T09:57:03.739Z] #43 29.74   CC       images/ipc-var.o
09:57:03 [2021-04-02T09:57:03.799Z] #1 [internal] load build definition from Dockerfile
09:57:03 [2021-04-02T09:57:03.799Z] #1 sha256:bebe0cba878a1ac0fadde2fc46a64fc4f2de574ccda1f7b613cc7e94f8965ee0
09:57:03 [2021-04-02T09:57:03.799Z] #1 transferring dockerfile: 17.02kB done
09:57:03 [2021-04-02T09:57:03.799Z] #1 DONE 0.2s
09:57:03 [2021-04-02T09:57:03.799Z] 
09:57:03 [2021-04-02T09:57:03.799Z] #2 [internal] load .dockerignore
09:57:03 [2021-04-02T09:57:03.799Z] #2 sha256:f0b7b1ed0bb6f3db176e33668b874a5c906aed28c1cac5152a071d331be9159c
09:57:03 [2021-04-02T09:57:03.799Z] #2 transferring context: 87B done
09:57:03 [2021-04-02T09:57:03.799Z] #2 DONE 0.0s
09:57:03 [2021-04-02T09:57:03.845Z] #58 16.11 go: extracting github.com/google/uuid v1.2.0
09:57:03 [2021-04-02T09:57:03.845Z] #58 16.24 go: extracting github.com/sirupsen/logrus v1.8.1
09:57:03 [2021-04-02T09:57:03.996Z] #43 29.98   CC       images/ipc-desc.o
09:57:04 [2021-04-02T09:57:04.060Z] 
09:57:04 [2021-04-02T09:57:04.060Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
09:57:04 [2021-04-02T09:57:04.060Z] #3 sha256:294a0880f468e89a28a1e5e4d13ea717bf9a656005ccb802a8dcbf12ae5d5949
09:57:04 [2021-04-02T09:57:04.089Z] #29 3.873 
#                                                                          2.0%
#####                                                                      7.9%
##########                                                                14.7%
##############                                                            20.6%
##################                                                        25.8%
######################                                                    31.0%
##########################                                                36.2%
#############################                                             41.4%
#################################                                         46.6%
#####################################                                     51.9%
#########################################                                 57.0%
############################################                              62.3%
################################################                          67.5%
####################################################                      72.8%
####################################################                      73.5%
#########################################################                 80.5%
################################################################          89.0%
###################################################################       94.2%
#######################################################################   99.4%
######################################################################## 100.0%
09:57:04 [2021-04-02T09:57:04.089Z] #29 5.743 
09:57:04 [2021-04-02T09:57:04.122Z] #58 16.29 go: extracting github.com/moby/sys/mountinfo v0.4.1
09:57:04 [2021-04-02T09:57:04.252Z] #43 30.19   CC       images/ipc-shm.o
09:57:04 [2021-04-02T09:57:04.382Z] #58 16.50 go: extracting github.com/gorilla/mux v1.8.0
09:57:04 [2021-04-02T09:57:04.382Z] #58 16.51 go: downloading github.com/moby/vpnkit v0.5.0
09:57:04 [2021-04-02T09:57:04.509Z] #43 30.44   CC       images/ipc-msg.o
09:57:04 [2021-04-02T09:57:04.642Z] #58 16.78 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
09:57:04 [2021-04-02T09:57:04.642Z] #58 16.94 go: downloading github.com/gofrs/flock v0.8.0
09:57:04 [2021-04-02T09:57:04.663Z] #29 6.074 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
09:57:04 [2021-04-02T09:57:04.663Z] #29 6.180 
09:57:04 [2021-04-02T09:57:04.663Z] #29 6.303 
######################################################################## 100.0%
09:57:04 [2021-04-02T09:57:04.663Z] #29 6.326 
09:57:04 [2021-04-02T09:57:04.765Z] #43 30.75   CC       images/ipc-sem.o
09:57:05 [2021-04-02T09:57:05.002Z] #3 DONE 1.0s
09:57:05 [2021-04-02T09:57:05.003Z] 
09:57:05 [2021-04-02T09:57:05.003Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
09:57:05 [2021-04-02T09:57:05.003Z] #4 sha256:08363c8751d4545d25bea104f7e51e11696d0e0abf10a017a959436e69805043
09:57:05 [2021-04-02T09:57:05.003Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 0.1s done
09:57:05 [2021-04-02T09:57:05.003Z] #4 sha256:d9b7b6a9d13deb44598f3c9a244fe9e3b10f85457aa34d4e499afaff6a85c631 1.21kB / 1.21kB done
09:57:05 [2021-04-02T09:57:05.022Z] #43 30.95   CC       images/utsns.o
09:57:05 [2021-04-02T09:57:05.022Z] #43 31.18   CC       images/creds.o
09:57:05 [2021-04-02T09:57:05.212Z] #58 17.55 go: extracting github.com/gofrs/flock v0.8.0
09:57:05 [2021-04-02T09:57:05.237Z] #29 6.633 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
09:57:05 [2021-04-02T09:57:05.237Z] #29 6.736 
09:57:05 [2021-04-02T09:57:05.237Z] #29 6.838 
######################################################################## 100.0%
09:57:05 [2021-04-02T09:57:05.237Z] #29 6.875 
09:57:05 [2021-04-02T09:57:05.264Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
09:57:05 [2021-04-02T09:57:05.264Z] #4 sha256:fedac250e13a5a3b8fcd0c6f42857dd78f31052801662f20fc895fd7993eb28a 528B / 528B done
09:57:05 [2021-04-02T09:57:05.264Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0B / 9.01MB 0.3s
09:57:05 [2021-04-02T09:57:05.280Z] #43 31.43   CC       images/vma.o
09:57:05 [2021-04-02T09:57:05.280Z] #43 ...
09:57:05 [2021-04-02T09:57:05.280Z] 
09:57:05 [2021-04-02T09:57:05.280Z] #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
09:57:05 [2021-04-02T09:57:05.280Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:57:05 [2021-04-02T09:57:05.280Z] #13 96.68 Selecting previously unselected package g++-mingw-w64-x86-64.
09:57:05 [2021-04-02T09:57:05.280Z] #13 96.68 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
09:57:05 [2021-04-02T09:57:05.280Z] #13 96.68 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
09:57:05 [2021-04-02T09:57:05.498Z] #29 7.255 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
09:57:05 [2021-04-02T09:57:05.524Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.5s
09:57:05 [2021-04-02T09:57:05.697Z] #9 ...
09:57:05 [2021-04-02T09:57:05.697Z] 
09:57:05 [2021-04-02T09:57:05.697Z] #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
09:57:05 [2021-04-02T09:57:05.697Z] #27 sha256:fe0652333e9397ad75a464bf99138ad703d8648dbec0894f017deea5d88ff8f8
09:57:05 [2021-04-02T09:57:05.697Z] #27 1.178 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 1.189 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 1.238 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 1.379 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 1.675 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
09:57:05 [2021-04-02T09:57:05.697Z] #27 2.105 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [271 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 3.490 Fetched 8426 kB in 3s (3283 kB/s)
09:57:05 [2021-04-02T09:57:05.697Z] #27 3.490 Reading package lists...
09:57:05 [2021-04-02T09:57:05.697Z] #27 4.410 Reading package lists...
09:57:05 [2021-04-02T09:57:05.697Z] #27 5.338 Building dependency tree...
09:57:05 [2021-04-02T09:57:05.697Z] #27 5.662 The following additional packages will be installed:
09:57:05 [2021-04-02T09:57:05.697Z] #27 5.662   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
09:57:05 [2021-04-02T09:57:05.697Z] #27 5.662   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
09:57:05 [2021-04-02T09:57:05.697Z] #27 5.662   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
09:57:05 [2021-04-02T09:57:05.697Z] #27 5.663 Suggested packages:
09:57:05 [2021-04-02T09:57:05.697Z] #27 5.663   krb5-doc krb5-user
09:57:05 [2021-04-02T09:57:05.697Z] #27 5.663 Recommended packages:
09:57:05 [2021-04-02T09:57:05.697Z] #27 5.663   krb5-locales publicsuffix libsasl2-modules
09:57:05 [2021-04-02T09:57:05.697Z] #27 5.885 The following NEW packages will be installed:
09:57:05 [2021-04-02T09:57:05.697Z] #27 5.886   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
09:57:05 [2021-04-02T09:57:05.697Z] #27 5.886   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
09:57:05 [2021-04-02T09:57:05.697Z] #27 5.887   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
09:57:05 [2021-04-02T09:57:05.697Z] #27 5.889   libssh2-1 libssl1.1 openssl
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.165 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.165 Need to get 5059 kB of archives.
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.165 After this operation, 12.1 MB of additional disk space will be used.
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.165 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.180 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.180 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.180 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.180 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.180 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.184 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.198 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.198 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.198 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.200 Get:11 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.205 Get:12 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.214 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.216 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.219 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.221 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.235 Get:17 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.235 Get:18 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.235 Get:19 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.235 Get:20 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.235 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.416 debconf: delaying package configuration, since apt-utils is not installed
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.445 Fetched 5059 kB in 0s (15.2 MB/s)
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.489 Selecting previously unselected package libssl1.1:amd64.
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.489 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.489 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.499 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.723 Selecting previously unselected package openssl.
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.723 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.729 Unpacking openssl (1.1.1d-0+deb10u6) ...
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.880 Selecting previously unselected package ca-certificates.
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.880 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.883 Unpacking ca-certificates (20200601~deb10u2) ...
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.967 Selecting previously unselected package libkeyutils1:amd64.
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.968 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
09:57:05 [2021-04-02T09:57:05.697Z] #27 6.972 Unpacking libkeyutils1:amd64 (1.6-6) ...
09:57:05 [2021-04-02T09:57:05.697Z] #27 7.010 Selecting previously unselected package libkrb5support0:amd64.
09:57:05 [2021-04-02T09:57:05.697Z] #27 7.010 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
09:57:05 [2021-04-02T09:57:05.697Z] #27 7.013 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
09:57:05 [2021-04-02T09:57:05.697Z] #27 7.055 Selecting previously unselected package libk5crypto3:amd64.
09:57:05 [2021-04-02T09:57:05.697Z] #27 7.056 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
09:57:05 [2021-04-02T09:57:05.697Z] #27 7.059 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
09:57:05 [2021-04-02T09:57:05.697Z] #27 7.109 Selecting previously unselected package libkrb5-3:amd64.
09:57:05 [2021-04-02T09:57:05.697Z] #27 7.109 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
09:57:05 [2021-04-02T09:57:05.697Z] #27 7.112 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
09:57:05 [2021-04-02T09:57:05.697Z] #27 7.205 Selecting previously unselected package libgssapi-krb5-2:amd64.
09:57:05 [2021-04-02T09:57:05.697Z] #27 7.205 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
09:57:05 [2021-04-02T09:57:05.697Z] #27 7.212 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
09:57:05 [2021-04-02T09:57:05.697Z] #27 7.259 Selecting previously unselected package libsasl2-modules-db:amd64.
09:57:05 [2021-04-02T09:57:05.697Z] #27 7.259 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
09:57:05 [2021-04-02T09:57:05.697Z] #27 7.263 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
09:57:05 [2021-04-02T09:57:05.697Z] #27 7.299 Selecting previously unselected package libsasl2-2:amd64.
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.300 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.304 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.351 Selecting previously unselected package libldap-common.
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.351 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.356 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.407 Selecting previously unselected package libldap-2.4-2:amd64.
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.407 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.413 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.480 Selecting previously unselected package libnghttp2-14:amd64.
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.480 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.485 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.532 Selecting previously unselected package libpsl5:amd64.
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.532 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.537 Unpacking libpsl5:amd64 (0.20.2-2) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.585 Selecting previously unselected package librtmp1:amd64.
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.586 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.590 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.635 Selecting previously unselected package libssh2-1:amd64.
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.635 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.640 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.701 Selecting previously unselected package libcurl4:amd64.
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.701 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.705 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.767 Selecting previously unselected package curl.
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.767 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.772 Unpacking curl (7.64.0-4+deb10u2) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.845 Selecting previously unselected package libonig5:amd64.
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.845 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.849 Unpacking libonig5:amd64 (6.9.1-1) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.907 Selecting previously unselected package libjq1:amd64.
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.907 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.911 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.959 Selecting previously unselected package jq.
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.959 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 7.970 Unpacking jq (1.5+dfsg-2+b1) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 8.012 Setting up libkeyutils1:amd64 (1.6-6) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 8.027 Setting up libpsl5:amd64 (0.20.2-2) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 8.040 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 8.143 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 8.155 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 8.170 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 8.182 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 8.192 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 8.205 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 8.222 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 8.234 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 8.246 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 8.257 Setting up openssl (1.1.1d-0+deb10u6) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 8.275 Setting up libonig5:amd64 (6.9.1-1) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 8.287 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 8.305 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 8.318 Setting up ca-certificates (20200601~deb10u2) ...
09:57:05 [2021-04-02T09:57:05.698Z] #27 ...
09:57:05 [2021-04-02T09:57:05.698Z] 
09:57:05 [2021-04-02T09:57:05.698Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:57:05 [2021-04-02T09:57:05.698Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:57:05 [2021-04-02T09:57:05.698Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.3s done
09:57:05 [2021-04-02T09:57:05.766Z] #29 7.404 
09:57:05 [2021-04-02T09:57:05.785Z] #58 17.88 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
09:57:05 [2021-04-02T09:57:05.785Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.7s done
09:57:05 [2021-04-02T09:57:05.785Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0.1s
09:57:05 [2021-04-02T09:57:05.954Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e
09:57:06 [2021-04-02T09:57:06.028Z] #29 7.540 
                                                                           0.8%
09:57:06 [2021-04-02T09:57:06.028Z] #29 ...
09:57:06 [2021-04-02T09:57:06.028Z] 
09:57:06 [2021-04-02T09:57:06.028Z] #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
09:57:06 [2021-04-02T09:57:06.028Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9
09:57:06 [2021-04-02T09:57:06.028Z] #12 DONE 6.0s
09:57:06 [2021-04-02T09:57:06.028Z] 
09:57:06 [2021-04-02T09:57:06.028Z] #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
09:57:06 [2021-04-02T09:57:06.028Z] #29 sha256:b0f35f354884f5c2e2f483396bf81a301a783718d0e592039b4db8109ab22cf0
09:57:06 [2021-04-02T09:57:06.028Z] #29 7.540 
                                                                           0.8%
###                                                                        4.8%
09:57:06 [2021-04-02T09:57:06.028Z] #29 ...
09:57:06 [2021-04-02T09:57:06.028Z] 
09:57:06 [2021-04-02T09:57:06.029Z] #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
09:57:06 [2021-04-02T09:57:06.029Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:57:06 [2021-04-02T09:57:06.046Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0.2s done
09:57:06 [2021-04-02T09:57:06.724Z] #58 18.87 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
09:57:06 [2021-04-02T09:57:06.724Z] #58 19.02 go: downloading github.com/u-root/u-root v7.0.0+incompatible
09:57:06 [2021-04-02T09:57:06.991Z] #4 DONE 2.0s
09:57:07 [2021-04-02T09:57:07.815Z] #13 ...
09:57:07 [2021-04-02T09:57:07.815Z] 
09:57:07 [2021-04-02T09:57:07.815Z] #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
09:57:07 [2021-04-02T09:57:07.815Z] #45 sha256:030ac60024ecdfba769e6c884d4e688b350956879b5a2c3bd6f5e6438912cfba
09:57:07 [2021-04-02T09:57:07.815Z] #45 95.35 net
09:57:07 [2021-04-02T09:57:07.815Z] #45 95.40 compress/gzip
09:57:07 [2021-04-02T09:57:07.815Z] #45 95.94 vendor/golang.org/x/crypto/hkdf
09:57:07 [2021-04-02T09:57:07.815Z] #45 96.12 vendor/golang.org/x/text/transform
09:57:07 [2021-04-02T09:57:07.815Z] #45 96.83 vendor/golang.org/x/text/unicode/bidi
09:57:07 [2021-04-02T09:57:07.815Z] #45 98.61 vendor/golang.org/x/text/secure/bidirule
09:57:07 [2021-04-02T09:57:07.815Z] #45 99.26 vendor/golang.org/x/text/unicode/norm
09:57:07 [2021-04-02T09:57:07.815Z] #45 103.0 vendor/golang.org/x/net/idna
09:57:07 [2021-04-02T09:57:07.815Z] #45 105.0 vendor/golang.org/x/net/http2/hpack
09:57:07 [2021-04-02T09:57:07.935Z] 
09:57:07 [2021-04-02T09:57:07.935Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:57:07 [2021-04-02T09:57:07.935Z] #6 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
09:57:08 [2021-04-02T09:57:08.072Z] #45 ...
09:57:08 [2021-04-02T09:57:08.072Z] 
09:57:08 [2021-04-02T09:57:08.072Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:57:08 [2021-04-02T09:57:08.072Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:57:08 [2021-04-02T09:57:08.072Z] #43 31.62   CC       images/netdev.o
09:57:08 [2021-04-02T09:57:08.072Z] #43 32.02   CC       images/tty.o
09:57:08 [2021-04-02T09:57:08.072Z] #43 32.58   CC       images/file-lock.o
09:57:08 [2021-04-02T09:57:08.072Z] #43 32.82   CC       images/rlimit.o
09:57:08 [2021-04-02T09:57:08.072Z] #43 33.05   CC       images/pagemap.o
09:57:08 [2021-04-02T09:57:08.072Z] #43 33.28   CC       images/siginfo.o
09:57:08 [2021-04-02T09:57:08.072Z] #43 33.52   CC       images/rpc.o
09:57:08 [2021-04-02T09:57:08.115Z] #58 ...
09:57:08 [2021-04-02T09:57:08.115Z] 
09:57:08 [2021-04-02T09:57:08.115Z] #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
09:57:08 [2021-04-02T09:57:08.115Z] #47 sha256:e9c2a87b2541854ad3ac1e21a0903314e2263e530945ba0d1ab7452006e57d22
09:57:08 [2021-04-02T09:57:08.115Z] #47 10.27 go: extracting github.com/mattn/go-isatty v0.0.12
09:57:08 [2021-04-02T09:57:08.115Z] #47 10.34 go: extracting github.com/mattn/go-colorable v0.1.6
09:57:08 [2021-04-02T09:57:08.115Z] #47 13.90 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
09:57:08 [2021-04-02T09:57:08.115Z] #47 13.91 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
09:57:08 [2021-04-02T09:57:08.115Z] #47 16.17 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
09:57:08 [2021-04-02T09:57:08.115Z] #47 19.87 go: finding github.com/fatih/color v1.9.0
09:57:08 [2021-04-02T09:57:08.115Z] #47 19.93 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
09:57:08 [2021-04-02T09:57:08.115Z] #47 20.00 go: finding github.com/pkg/errors v0.9.1
09:57:08 [2021-04-02T09:57:08.115Z] #47 20.09 go: finding github.com/spf13/pflag v1.0.3
09:57:08 [2021-04-02T09:57:08.115Z] #47 20.12 go: finding github.com/mattn/go-colorable v0.1.6
09:57:08 [2021-04-02T09:57:08.115Z] #47 20.18 go: finding github.com/mattn/go-isatty v0.0.12
09:57:08 [2021-04-02T09:57:08.115Z] #47 20.35 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
09:57:08 [2021-04-02T09:57:08.115Z] #47 ...
09:57:08 [2021-04-02T09:57:08.115Z] 
09:57:08 [2021-04-02T09:57:08.115Z] #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
09:57:08 [2021-04-02T09:57:08.115Z] #49 sha256:e926872d51bbbfbedc26c95a229936b662a0346335a03416ba83c5eb4a447257
09:57:08 [2021-04-02T09:57:08.115Z] #49 15.16 go: downloading github.com/spf13/viper v1.6.1
09:57:08 [2021-04-02T09:57:08.115Z] #49 15.18 go: downloading github.com/fatih/color v1.7.0
09:57:08 [2021-04-02T09:57:08.115Z] #49 15.27 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
09:57:08 [2021-04-02T09:57:08.115Z] #49 15.29 go: downloading github.com/mitchellh/go-homedir v1.1.0
09:57:08 [2021-04-02T09:57:08.115Z] #49 15.29 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
09:57:08 [2021-04-02T09:57:08.115Z] #49 15.29 go: downloading github.com/mattn/go-colorable v0.1.4
09:57:08 [2021-04-02T09:57:08.115Z] #49 15.29 go: downloading github.com/spf13/cobra v0.0.5
09:57:08 [2021-04-02T09:57:08.115Z] #49 16.00 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
09:57:08 [2021-04-02T09:57:08.115Z] #49 16.10 go: extracting github.com/fatih/color v1.7.0
09:57:08 [2021-04-02T09:57:08.115Z] #49 16.16 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
09:57:08 [2021-04-02T09:57:08.115Z] #49 16.26 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
09:57:08 [2021-04-02T09:57:08.115Z] #49 16.35 go: extracting github.com/spf13/viper v1.6.1
09:57:08 [2021-04-02T09:57:08.115Z] #49 16.38 go: extracting github.com/mattn/go-colorable v0.1.4
09:57:08 [2021-04-02T09:57:08.115Z] #49 16.38 go: extracting github.com/mitchellh/go-homedir v1.1.0
09:57:08 [2021-04-02T09:57:08.115Z] #49 16.41 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
09:57:08 [2021-04-02T09:57:08.115Z] #49 16.43 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
09:57:08 [2021-04-02T09:57:08.115Z] #49 16.49 go: extracting github.com/spf13/cobra v0.0.5
09:57:08 [2021-04-02T09:57:08.115Z] #49 16.50 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
09:57:08 [2021-04-02T09:57:08.115Z] #49 16.68 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
09:57:08 [2021-04-02T09:57:08.115Z] #49 16.75 go: downloading github.com/sirupsen/logrus v1.4.2
09:57:08 [2021-04-02T09:57:08.115Z] #49 16.99 go: downloading github.com/spf13/jwalterweatherman v1.0.0
09:57:08 [2021-04-02T09:57:08.115Z] #49 17.17 go: extracting github.com/sirupsen/logrus v1.4.2
09:57:08 [2021-04-02T09:57:08.115Z] #49 17.29 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
09:57:08 [2021-04-02T09:57:08.115Z] #49 17.46 go: extracting github.com/spf13/jwalterweatherman v1.0.0
09:57:08 [2021-04-02T09:57:08.115Z] #49 17.46 go: downloading github.com/spf13/afero v1.1.2
09:57:08 [2021-04-02T09:57:08.115Z] #49 17.60 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
09:57:08 [2021-04-02T09:57:08.115Z] #49 17.74 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
09:57:08 [2021-04-02T09:57:08.115Z] #49 17.89 go: extracting github.com/spf13/afero v1.1.2
09:57:08 [2021-04-02T09:57:08.115Z] #49 17.91 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
09:57:08 [2021-04-02T09:57:08.115Z] #49 17.91 go: downloading github.com/subosito/gotenv v1.2.0
09:57:08 [2021-04-02T09:57:08.115Z] #49 18.06 go: downloading github.com/mitchellh/mapstructure v1.1.2
09:57:08 [2021-04-02T09:57:08.115Z] #49 18.17 go: extracting github.com/mitchellh/mapstructure v1.1.2
09:57:08 [2021-04-02T09:57:08.115Z] #49 18.18 go: extracting github.com/subosito/gotenv v1.2.0
09:57:08 [2021-04-02T09:57:08.115Z] #49 18.33 go: downloading golang.org/x/text v0.3.2
09:57:08 [2021-04-02T09:57:08.115Z] #49 18.46 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
09:57:08 [2021-04-02T09:57:08.115Z] #49 18.70 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
09:57:08 [2021-04-02T09:57:08.115Z] #49 18.71 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
09:57:08 [2021-04-02T09:57:08.115Z] #49 18.82 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
09:57:08 [2021-04-02T09:57:08.115Z] #49 18.99 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
09:57:08 [2021-04-02T09:57:08.115Z] #49 19.08 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
09:57:08 [2021-04-02T09:57:08.115Z] #49 20.03 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
09:57:08 [2021-04-02T09:57:08.589Z] #13 2.632 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
09:57:08 [2021-04-02T09:57:08.589Z] #13 2.697 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
09:57:08 [2021-04-02T09:57:08.644Z] #43 34.54   CC       images/ext-file.o
09:57:08 [2021-04-02T09:57:08.644Z] #43 34.71   CC       images/cgroup.o
09:57:08 [2021-04-02T09:57:08.851Z] #13 2.708 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:57:08 [2021-04-02T09:57:08.851Z] #13 2.708 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:57:08 [2021-04-02T09:57:08.879Z] #6 ...
09:57:08 [2021-04-02T09:57:08.879Z] 
09:57:08 [2021-04-02T09:57:08.879Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:57:08 [2021-04-02T09:57:08.879Z] #5 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
09:57:08 [2021-04-02T09:57:08.879Z] #5 DONE 1.0s
09:57:08 [2021-04-02T09:57:08.879Z] 
09:57:08 [2021-04-02T09:57:08.879Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster
09:57:08 [2021-04-02T09:57:08.879Z] #7 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0
09:57:08 [2021-04-02T09:57:08.879Z] #7 DONE 1.0s
09:57:08 [2021-04-02T09:57:08.879Z] 
09:57:08 [2021-04-02T09:57:08.879Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:57:08 [2021-04-02T09:57:08.879Z] #6 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
09:57:08 [2021-04-02T09:57:08.879Z] #6 DONE 1.1s
09:57:08 [2021-04-02T09:57:08.879Z] 
09:57:08 [2021-04-02T09:57:08.879Z] #8 [internal] load metadata for docker.io/library/debian:buster
09:57:08 [2021-04-02T09:57:08.879Z] #8 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c
09:57:08 [2021-04-02T09:57:08.879Z] #8 DONE 1.1s
09:57:09 [2021-04-02T09:57:09.226Z] #9 ...
09:57:09 [2021-04-02T09:57:09.226Z] 
09:57:09 [2021-04-02T09:57:09.226Z] #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
09:57:09 [2021-04-02T09:57:09.226Z] #27 sha256:fe0652333e9397ad75a464bf99138ad703d8648dbec0894f017deea5d88ff8f8
09:57:09 [2021-04-02T09:57:09.226Z] #27 8.887 Updating certificates in /etc/ssl/certs...
09:57:09 [2021-04-02T09:57:09.226Z] #27 9.633 137 added, 0 removed; done.
09:57:09 [2021-04-02T09:57:09.226Z] #27 9.665 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
09:57:09 [2021-04-02T09:57:09.226Z] #27 9.677 Setting up jq (1.5+dfsg-2+b1) ...
09:57:09 [2021-04-02T09:57:09.226Z] #27 9.689 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
09:57:09 [2021-04-02T09:57:09.226Z] #27 9.700 Setting up curl (7.64.0-4+deb10u2) ...
09:57:09 [2021-04-02T09:57:09.226Z] #27 9.712 Processing triggers for libc-bin (2.28-10) ...
09:57:09 [2021-04-02T09:57:09.226Z] #27 9.732 Processing triggers for ca-certificates (20200601~deb10u2) ...
09:57:09 [2021-04-02T09:57:09.226Z] #27 9.743 Updating certificates in /etc/ssl/certs...
09:57:09 [2021-04-02T09:57:09.226Z] #27 10.32 0 added, 0 removed; done.
09:57:09 [2021-04-02T09:57:09.226Z] #27 10.32 Running hooks in /etc/ca-certificates/update.d...
09:57:09 [2021-04-02T09:57:09.226Z] #27 10.32 done.
09:57:09 [2021-04-02T09:57:09.226Z] #27 DONE 12.0s
09:57:09 [2021-04-02T09:57:09.226Z] 
09:57:09 [2021-04-02T09:57:09.226Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:57:09 [2021-04-02T09:57:09.226Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:57:09 [2021-04-02T09:57:09.483Z] #9 ...
09:57:09 [2021-04-02T09:57:09.483Z] 
09:57:09 [2021-04-02T09:57:09.483Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
09:57:09 [2021-04-02T09:57:09.483Z] #28 sha256:c4a3cf891a04bf209de906619519a46a09480c00795519681b73677ad6deebd5
09:57:09 [2021-04-02T09:57:09.483Z] #28 DONE 0.9s
09:57:09 [2021-04-02T09:57:09.573Z] #43 35.37   CC       images/userns.o
09:57:09 [2021-04-02T09:57:09.739Z] 
09:57:09 [2021-04-02T09:57:09.739Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:57:09 [2021-04-02T09:57:09.739Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
09:57:09 [2021-04-02T09:57:09.800Z] #13 3.840 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [460 kB]
09:57:09 [2021-04-02T09:57:09.800Z] #13 ...
09:57:09 [2021-04-02T09:57:09.800Z] 
09:57:09 [2021-04-02T09:57:09.800Z] #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
09:57:09 [2021-04-02T09:57:09.800Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:57:09 [2021-04-02T09:57:09.800Z] #36 6.010 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
09:57:09 [2021-04-02T09:57:09.800Z] #36 6.032 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:57:09 [2021-04-02T09:57:09.800Z] #36 6.032 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:57:09 [2021-04-02T09:57:09.800Z] #36 6.999 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:57:09 [2021-04-02T09:57:09.800Z] #36 9.750 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [271 kB]
09:57:09 [2021-04-02T09:57:09.826Z] 
09:57:09 [2021-04-02T09:57:09.826Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b
09:57:09 [2021-04-02T09:57:09.826Z] #26 sha256:57373d627fc10d0b115e682739129cb5d3dbf5736835e2210a41d400372eae02
09:57:09 [2021-04-02T09:57:09.826Z] #26 resolve docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b 0.0s done
09:57:09 [2021-04-02T09:57:09.826Z] #26 sha256:4333ac3aa4e42d5c617b3bbf4db72c884307379c6c794f87195ba3cc9bac5611 1.46kB / 1.46kB done
09:57:09 [2021-04-02T09:57:09.826Z] #26 sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b 1.85kB / 1.85kB done
09:57:09 [2021-04-02T09:57:09.826Z] #26 sha256:c27a62aa2e74f8bcfab5451574adabc92c4c8e8f2264f5d6da581aa8a08deed5 529B / 529B done
09:57:09 [2021-04-02T09:57:09.826Z] #26 sha256:ef28e7e77ecbd3b3b426832bc12e8f5e629959683767466e9bac149c3286e126 0B / 49.23MB 0.2s
09:57:09 [2021-04-02T09:57:09.831Z] #43 35.69   CC       images/google/protobuf/descriptor.o
09:57:10 [2021-04-02T09:57:10.025Z] #49 ...
09:57:10 [2021-04-02T09:57:10.025Z] 
09:57:10 [2021-04-02T09:57:10.025Z] #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
09:57:10 [2021-04-02T09:57:10.025Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:57:10 [2021-04-02T09:57:10.025Z] #36 12.18 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [271 kB]
09:57:10 [2021-04-02T09:57:10.025Z] #36 14.63 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
09:57:10 [2021-04-02T09:57:10.025Z] #36 ...
09:57:10 [2021-04-02T09:57:10.025Z] 
09:57:10 [2021-04-02T09:57:10.025Z] #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
09:57:10 [2021-04-02T09:57:10.025Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:57:10 [2021-04-02T09:57:10.025Z] #42 12.26 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [271 kB]
09:57:10 [2021-04-02T09:57:10.025Z] #42 14.67 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
09:57:10 [2021-04-02T09:57:10.025Z] #42 ...
09:57:10 [2021-04-02T09:57:10.025Z] 
09:57:10 [2021-04-02T09:57:10.025Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
09:57:10 [2021-04-02T09:57:10.025Z] #51 sha256:e73222a2487794ec0b5beedb912ec573931cad904d3c24ad8e6cb957e07d842c
09:57:10 [2021-04-02T09:57:10.025Z] #51 19.25 + cd /tmp/tmp.cMydR3xVDl/src/github.com/mvdan/sh
09:57:10 [2021-04-02T09:57:10.025Z] #51 19.25 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
09:57:10 [2021-04-02T09:57:10.025Z] #51 19.37 + GO111MODULE=on
09:57:10 [2021-04-02T09:57:10.025Z] #51 19.37 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
09:57:10 [2021-04-02T09:57:10.025Z] #51 20.61 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
09:57:10 [2021-04-02T09:57:10.025Z] #51 20.65 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
09:57:10 [2021-04-02T09:57:10.025Z] #51 20.80 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
09:57:10 [2021-04-02T09:57:10.025Z] #51 21.01 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
09:57:10 [2021-04-02T09:57:10.025Z] #51 21.03 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
09:57:10 [2021-04-02T09:57:10.025Z] #51 21.98 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
09:57:10 [2021-04-02T09:57:10.069Z] #36 ...
09:57:10 [2021-04-02T09:57:10.069Z] 
09:57:10 [2021-04-02T09:57:10.070Z] #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
09:57:10 [2021-04-02T09:57:10.070Z] #49 sha256:a45200b0e51390b0e7b6918bffddfb65d3838a2b387e9e2ef397a9a5c69d0abb
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.867 + RM_GOPATH=0
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.867 + TMP_GOPATH=
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.867 + : /build
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.867 + '[' -z '' ']'
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.867 ++ mktemp -d
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.878 + export GOPATH=/tmp/tmp.NNQFXW7pt0
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.878 + GOPATH=/tmp/tmp.NNQFXW7pt0
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.878 + RM_GOPATH=1
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.878 + case "$(go env GOARCH)" in
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.878 ++ go env GOARCH
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.886 + export GO_BUILDMODE=-buildmode=pie
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.886 + GO_BUILDMODE=-buildmode=pie
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.886 ++ dirname /tmp/install/install.sh
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.886 + dir=/tmp/install
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.886 + bin=golangci_lint
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.886 + shift
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.886 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.886 + . /tmp/install/golangci_lint.installer
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.886 ++ : v1.23.8
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.886 + install_golangci_lint
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.886 + set -e
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.886 + export GO111MODULE=on
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.886 + GO111MODULE=on
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.886 + GOBIN=/build
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.886 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.933 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.933 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.933 go: finding github.com v1.23.8
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.933 go: finding github.com/golangci/golangci-lint v1.23.8
09:57:10 [2021-04-02T09:57:10.070Z] #49 5.933 go: finding github.com/golangci v1.23.8
09:57:10 [2021-04-02T09:57:10.070Z] #49 6.432 go: downloading github.com/golangci/golangci-lint v1.23.8
09:57:10 [2021-04-02T09:57:10.070Z] #49 7.473 go: extracting github.com/golangci/golangci-lint v1.23.8
09:57:10 [2021-04-02T09:57:10.090Z] #26 sha256:ef28e7e77ecbd3b3b426832bc12e8f5e629959683767466e9bac149c3286e126 18.87MB / 49.23MB 0.4s
09:57:10 [2021-04-02T09:57:10.090Z] #26 sha256:ef28e7e77ecbd3b3b426832bc12e8f5e629959683767466e9bac149c3286e126 23.21MB / 49.23MB 0.5s
09:57:10 [2021-04-02T09:57:10.090Z] #26 sha256:ef28e7e77ecbd3b3b426832bc12e8f5e629959683767466e9bac149c3286e126 33.55MB / 49.23MB 0.6s
09:57:10 [2021-04-02T09:57:10.285Z] #51 ...
09:57:10 [2021-04-02T09:57:10.285Z] 
09:57:10 [2021-04-02T09:57:10.285Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
09:57:10 [2021-04-02T09:57:10.285Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
09:57:10 [2021-04-02T09:57:10.285Z] #55 12.54 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [271 kB]
09:57:10 [2021-04-02T09:57:10.285Z] #55 14.69 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
09:57:10 [2021-04-02T09:57:10.331Z] #49 ...
09:57:10 [2021-04-02T09:57:10.331Z] 
09:57:10 [2021-04-02T09:57:10.331Z] #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
09:57:10 [2021-04-02T09:57:10.331Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
09:57:10 [2021-04-02T09:57:10.331Z] #55 7.918 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
09:57:10 [2021-04-02T09:57:10.331Z] #55 7.992 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:57:10 [2021-04-02T09:57:10.331Z] #55 8.006 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:57:10 [2021-04-02T09:57:10.331Z] #55 9.110 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:57:10 [2021-04-02T09:57:10.331Z] #55 ...
09:57:10 [2021-04-02T09:57:10.331Z] 
09:57:10 [2021-04-02T09:57:10.331Z] #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
09:57:10 [2021-04-02T09:57:10.331Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
09:57:10 [2021-04-02T09:57:10.331Z] #40 6.786 + git clone https://github.com/docker/distribution.git .
09:57:10 [2021-04-02T09:57:10.332Z] #40 6.798 Cloning into '.'...
09:57:10 [2021-04-02T09:57:10.332Z] #40 ...
09:57:10 [2021-04-02T09:57:10.332Z] 
09:57:10 [2021-04-02T09:57:10.332Z] #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
09:57:10 [2021-04-02T09:57:10.332Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:57:10 [2021-04-02T09:57:10.332Z] #42 7.749 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
09:57:10 [2021-04-02T09:57:10.332Z] #42 7.856 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:57:10 [2021-04-02T09:57:10.332Z] #42 7.876 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:57:10 [2021-04-02T09:57:10.332Z] #42 9.046 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:57:10 [2021-04-02T09:57:10.412Z] #26 sha256:ef28e7e77ecbd3b3b426832bc12e8f5e629959683767466e9bac149c3286e126 41.31MB / 49.23MB 0.7s
09:57:10 [2021-04-02T09:57:10.412Z] #26 sha256:ef28e7e77ecbd3b3b426832bc12e8f5e629959683767466e9bac149c3286e126 49.23MB / 49.23MB 0.8s
09:57:10 [2021-04-02T09:57:10.546Z] #55 ...
09:57:10 [2021-04-02T09:57:10.546Z] 
09:57:10 [2021-04-02T09:57:10.546Z] #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
09:57:10 [2021-04-02T09:57:10.546Z] #51 sha256:e73222a2487794ec0b5beedb912ec573931cad904d3c24ad8e6cb957e07d842c
09:57:10 [2021-04-02T09:57:10.546Z] #51 22.74 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
09:57:10 [2021-04-02T09:57:10.593Z] #42 ...
09:57:10 [2021-04-02T09:57:10.593Z] 
09:57:10 [2021-04-02T09:57:10.593Z] #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
09:57:10 [2021-04-02T09:57:10.593Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
09:57:10 [2021-04-02T09:57:10.593Z] #32 6.763 + git clone https://github.com/kolyshkin/go-swagger.git .
09:57:10 [2021-04-02T09:57:10.593Z] #32 6.767 Cloning into '.'...
09:57:10 [2021-04-02T09:57:10.593Z] #32 ...
09:57:10 [2021-04-02T09:57:10.593Z] 
09:57:10 [2021-04-02T09:57:10.593Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
09:57:10 [2021-04-02T09:57:10.593Z] #45 sha256:583281a574089db2ff8d12c67758c7a674ad902bd22010a728bcb3f4691f0871
09:57:10 [2021-04-02T09:57:10.593Z] #45 6.826 + RM_GOPATH=0
09:57:10 [2021-04-02T09:57:10.593Z] #45 6.826 + TMP_GOPATH=
09:57:10 [2021-04-02T09:57:10.593Z] #45 6.826 + : /build
09:57:10 [2021-04-02T09:57:10.593Z] #45 6.826 + '[' -z '' ']'
09:57:10 [2021-04-02T09:57:10.593Z] #45 6.826 ++ mktemp -d
09:57:10 [2021-04-02T09:57:10.593Z] #45 6.826 + export GOPATH=/tmp/tmp.CQrxsKNR4P
09:57:10 [2021-04-02T09:57:10.593Z] #45 6.826 + GOPATH=/tmp/tmp.CQrxsKNR4P
09:57:10 [2021-04-02T09:57:10.593Z] #45 6.826 + RM_GOPATH=1
09:57:10 [2021-04-02T09:57:10.593Z] #45 6.826 + case "$(go env GOARCH)" in
09:57:10 [2021-04-02T09:57:10.593Z] #45 6.845 ++ go env GOARCH
09:57:10 [2021-04-02T09:57:10.593Z] #45 6.895 + export GO_BUILDMODE=-buildmode=pie
09:57:10 [2021-04-02T09:57:10.593Z] #45 6.895 + GO_BUILDMODE=-buildmode=pie
09:57:10 [2021-04-02T09:57:10.593Z] #45 6.897 ++ dirname /tmp/install/install.sh
09:57:10 [2021-04-02T09:57:10.593Z] #45 6.912 + dir=/tmp/install
09:57:10 [2021-04-02T09:57:10.593Z] #45 6.912 + bin=vndr
09:57:10 [2021-04-02T09:57:10.593Z] #45 6.912 + shift
09:57:10 [2021-04-02T09:57:10.593Z] #45 6.912 + '[' '!' -f /tmp/install/vndr.installer ']'
09:57:10 [2021-04-02T09:57:10.593Z] #45 6.912 + . /tmp/install/vndr.installer
09:57:10 [2021-04-02T09:57:10.593Z] #45 6.912 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
09:57:10 [2021-04-02T09:57:10.593Z] #45 6.932 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
09:57:10 [2021-04-02T09:57:10.593Z] #45 6.932 + install_vndr
09:57:10 [2021-04-02T09:57:10.593Z] #45 6.932 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
09:57:10 [2021-04-02T09:57:10.593Z] #45 6.932 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.CQrxsKNR4P/src/github.com/LK4D4/vndr
09:57:10 [2021-04-02T09:57:10.593Z] #45 6.942 Cloning into '/tmp/tmp.CQrxsKNR4P/src/github.com/LK4D4/vndr'...
09:57:10 [2021-04-02T09:57:10.593Z] #45 7.898 + cd /tmp/tmp.CQrxsKNR4P/src/github.com/LK4D4/vndr
09:57:10 [2021-04-02T09:57:10.593Z] #45 7.900 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
09:57:10 [2021-04-02T09:57:10.593Z] #45 7.906 + go build -buildmode=pie -v -o /build/vndr .
09:57:10 [2021-04-02T09:57:10.593Z] #45 9.369 internal/cpu
09:57:10 [2021-04-02T09:57:10.593Z] #45 9.382 runtime/internal/atomic
09:57:10 [2021-04-02T09:57:10.593Z] #45 9.959 internal/race
09:57:10 [2021-04-02T09:57:10.593Z] #45 10.02 sync/atomic
09:57:10 [2021-04-02T09:57:10.593Z] #45 10.21 internal/bytealg
09:57:10 [2021-04-02T09:57:10.593Z] #45 10.34 unicode
09:57:10 [2021-04-02T09:57:10.857Z] #45 ...
09:57:10 [2021-04-02T09:57:10.857Z] 
09:57:10 [2021-04-02T09:57:10.857Z] #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
09:57:10 [2021-04-02T09:57:10.857Z] #67 sha256:774b7efad8c9d47477a002625a315352c0b6c90099e2215cd42ad8cfcb50d6f1
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.817 + RM_GOPATH=0
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.817 + TMP_GOPATH=
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.817 + : /build
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.817 + '[' -z '' ']'
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.817 ++ mktemp -d
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.821 + export GOPATH=/tmp/tmp.iogOWs8yJ6
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.821 + GOPATH=/tmp/tmp.iogOWs8yJ6
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.821 + RM_GOPATH=1
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.821 + case "$(go env GOARCH)" in
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.827 ++ go env GOARCH
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.859 + export GO_BUILDMODE=-buildmode=pie
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.859 + GO_BUILDMODE=-buildmode=pie
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.864 ++ dirname /tmp/install/install.sh
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.864 + dir=/tmp/install
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.864 + bin=proxy
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.864 + shift
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.864 + '[' '!' -f /tmp/install/proxy.installer ']'
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.864 + . /tmp/install/proxy.installer
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.864 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.864 + install_proxy
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.864 + case "$1" in
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.868 + export CGO_ENABLED=0
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.868 + CGO_ENABLED=0
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.868 + _install_proxy
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.868 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46'
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.868 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.iogOWs8yJ6/src/github.com/docker/libnetwork
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.868 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46
09:57:10 [2021-04-02T09:57:10.857Z] #67 6.870 Cloning into '/tmp/tmp.iogOWs8yJ6/src/github.com/docker/libnetwork'...
09:57:10 [2021-04-02T09:57:10.857Z] #67 ...
09:57:10 [2021-04-02T09:57:10.857Z] 
09:57:10 [2021-04-02T09:57:10.857Z] #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
09:57:10 [2021-04-02T09:57:10.857Z] #47 sha256:c0579576885a4e8f29c46adeff59640bcc849283fd4136020bc477d8e821d481
09:57:10 [2021-04-02T09:57:10.857Z] #47 6.859 + RM_GOPATH=0
09:57:10 [2021-04-02T09:57:10.857Z] #47 6.859 + TMP_GOPATH=
09:57:10 [2021-04-02T09:57:10.857Z] #47 6.859 + : /build
09:57:10 [2021-04-02T09:57:10.857Z] #47 6.859 + '[' -z '' ']'
09:57:10 [2021-04-02T09:57:10.857Z] #47 6.859 ++ mktemp -d
09:57:10 [2021-04-02T09:57:10.857Z] #47 6.861 + export GOPATH=/tmp/tmp.09uZ2uFNNR
09:57:10 [2021-04-02T09:57:10.857Z] #47 6.861 + GOPATH=/tmp/tmp.09uZ2uFNNR
09:57:10 [2021-04-02T09:57:10.857Z] #47 6.861 + RM_GOPATH=1
09:57:10 [2021-04-02T09:57:10.857Z] #47 6.861 + case "$(go env GOARCH)" in
09:57:10 [2021-04-02T09:57:10.857Z] #47 6.862 ++ go env GOARCH
09:57:10 [2021-04-02T09:57:10.857Z] #47 6.904 + export GO_BUILDMODE=-buildmode=pie
09:57:10 [2021-04-02T09:57:10.857Z] #47 6.904 + GO_BUILDMODE=-buildmode=pie
09:57:10 [2021-04-02T09:57:10.857Z] #47 6.904 ++ dirname /tmp/install/install.sh
09:57:10 [2021-04-02T09:57:10.857Z] #47 6.904 + dir=/tmp/install
09:57:10 [2021-04-02T09:57:10.857Z] #47 6.904 + bin=gotestsum
09:57:10 [2021-04-02T09:57:10.857Z] #47 6.904 + shift
09:57:10 [2021-04-02T09:57:10.857Z] #47 6.904 + '[' '!' -f /tmp/install/gotestsum.installer ']'
09:57:10 [2021-04-02T09:57:10.857Z] #47 6.904 + . /tmp/install/gotestsum.installer
09:57:10 [2021-04-02T09:57:10.857Z] #47 6.904 ++ : v0.5.3
09:57:10 [2021-04-02T09:57:10.857Z] #47 6.904 + install_gotestsum
09:57:10 [2021-04-02T09:57:10.857Z] #47 6.904 + set -e
09:57:10 [2021-04-02T09:57:10.857Z] #47 6.904 + export GO111MODULE=on
09:57:10 [2021-04-02T09:57:10.857Z] #47 6.904 + GO111MODULE=on
09:57:10 [2021-04-02T09:57:10.857Z] #47 6.904 + GOBIN=/build
09:57:10 [2021-04-02T09:57:10.857Z] #47 6.904 + go get gotest.tools/gotestsum@v0.5.3
09:57:10 [2021-04-02T09:57:10.857Z] #47 7.006 go: finding gotest.tools/gotestsum v0.5.3
09:57:10 [2021-04-02T09:57:10.857Z] #47 7.008 go: finding gotest.tools v0.5.3
09:57:10 [2021-04-02T09:57:10.857Z] #47 8.319 go: downloading gotest.tools/gotestsum v0.5.3
09:57:10 [2021-04-02T09:57:10.857Z] #47 8.921 go: extracting gotest.tools/gotestsum v0.5.3
09:57:10 [2021-04-02T09:57:10.857Z] #47 9.822 go: downloading github.com/fatih/color v1.9.0
09:57:10 [2021-04-02T09:57:10.857Z] #47 9.835 go: downloading github.com/spf13/pflag v1.0.3
09:57:10 [2021-04-02T09:57:10.857Z] #47 9.896 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
09:57:10 [2021-04-02T09:57:10.857Z] #47 9.921 go: downloading github.com/pkg/errors v0.9.1
09:57:10 [2021-04-02T09:57:10.857Z] #47 9.959 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
09:57:10 [2021-04-02T09:57:10.857Z] #47 10.01 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
09:57:10 [2021-04-02T09:57:10.857Z] #47 10.05 go: downloading github.com/jonboulle/clockwork v0.1.0
09:57:10 [2021-04-02T09:57:10.857Z] #47 10.42 go: extracting github.com/fatih/color v1.9.0
09:57:10 [2021-04-02T09:57:10.857Z] #47 10.43 go: downloading github.com/mattn/go-colorable v0.1.6
09:57:10 [2021-04-02T09:57:10.857Z] #47 10.45 go: extracting github.com/jonboulle/clockwork v0.1.0
09:57:10 [2021-04-02T09:57:10.857Z] #47 10.51 go: downloading github.com/mattn/go-isatty v0.0.12
09:57:10 [2021-04-02T09:57:10.857Z] #47 10.53 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
09:57:10 [2021-04-02T09:57:10.857Z] #47 10.64 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
09:57:10 [2021-04-02T09:57:10.857Z] #47 10.64 go: extracting github.com/pkg/errors v0.9.1
09:57:10 [2021-04-02T09:57:10.857Z] #47 10.86 go: extracting github.com/spf13/pflag v1.0.3
09:57:10 [2021-04-02T09:57:10.857Z] #47 10.88 go: extracting github.com/mattn/go-colorable v0.1.6
09:57:10 [2021-04-02T09:57:10.857Z] #47 10.96 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
09:57:11 [2021-04-02T09:57:11.107Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.2s
09:57:11 [2021-04-02T09:57:11.119Z] #47 ...
09:57:11 [2021-04-02T09:57:11.119Z] 
09:57:11 [2021-04-02T09:57:11.119Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:57:11 [2021-04-02T09:57:11.119Z] #34 sha256:8916c428c83ca8e171efc92c1df5ae1c308722e8d477c6fec1edd5e160cf0d6c
09:57:11 [2021-04-02T09:57:11.119Z] #34 7.152 + RM_GOPATH=0
09:57:11 [2021-04-02T09:57:11.119Z] #34 7.152 + TMP_GOPATH=
09:57:11 [2021-04-02T09:57:11.119Z] #34 7.152 + : /build
09:57:11 [2021-04-02T09:57:11.119Z] #34 7.152 + '[' -z '' ']'
09:57:11 [2021-04-02T09:57:11.119Z] #34 7.152 ++ mktemp -d
09:57:11 [2021-04-02T09:57:11.119Z] #34 7.152 + export GOPATH=/tmp/tmp.JNWbRtasYX
09:57:11 [2021-04-02T09:57:11.119Z] #34 7.152 + GOPATH=/tmp/tmp.JNWbRtasYX
09:57:11 [2021-04-02T09:57:11.119Z] #34 7.152 + RM_GOPATH=1
09:57:11 [2021-04-02T09:57:11.119Z] #34 7.152 + case "$(go env GOARCH)" in
09:57:11 [2021-04-02T09:57:11.119Z] #34 7.152 ++ go env GOARCH
09:57:11 [2021-04-02T09:57:11.119Z] #34 7.177 + export GO_BUILDMODE=-buildmode=pie
09:57:11 [2021-04-02T09:57:11.119Z] #34 7.177 + GO_BUILDMODE=-buildmode=pie
09:57:11 [2021-04-02T09:57:11.119Z] #34 7.177 ++ dirname /tmp/install/install.sh
09:57:11 [2021-04-02T09:57:11.119Z] #34 7.177 + dir=/tmp/install
09:57:11 [2021-04-02T09:57:11.119Z] #34 7.177 + bin=tomlv
09:57:11 [2021-04-02T09:57:11.119Z] #34 7.177 + shift
09:57:11 [2021-04-02T09:57:11.119Z] #34 7.177 + '[' '!' -f /tmp/install/tomlv.installer ']'
09:57:11 [2021-04-02T09:57:11.119Z] #34 7.177 + . /tmp/install/tomlv.installer
09:57:11 [2021-04-02T09:57:11.119Z] #34 7.177 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
09:57:11 [2021-04-02T09:57:11.119Z] #34 7.177 + install_tomlv
09:57:11 [2021-04-02T09:57:11.119Z] #34 7.177 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
09:57:11 [2021-04-02T09:57:11.119Z] #34 7.177 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.JNWbRtasYX/src/github.com/BurntSushi/toml
09:57:11 [2021-04-02T09:57:11.119Z] #34 7.177 Cloning into '/tmp/tmp.JNWbRtasYX/src/github.com/BurntSushi/toml'...
09:57:11 [2021-04-02T09:57:11.119Z] #34 7.177 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
09:57:11 [2021-04-02T09:57:11.119Z] #34 8.275 + cd /tmp/tmp.JNWbRtasYX/src/github.com/BurntSushi/toml
09:57:11 [2021-04-02T09:57:11.119Z] #34 8.275 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
09:57:11 [2021-04-02T09:57:11.119Z] #34 8.279 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
09:57:11 [2021-04-02T09:57:11.119Z] #34 9.080 internal/cpu
09:57:11 [2021-04-02T09:57:11.119Z] #34 9.118 runtime/internal/atomic
09:57:11 [2021-04-02T09:57:11.119Z] #34 9.669 runtime/internal/sys
09:57:11 [2021-04-02T09:57:11.119Z] #34 9.738 internal/bytealg
09:57:11 [2021-04-02T09:57:11.119Z] #34 9.820 runtime/internal/math
09:57:11 [2021-04-02T09:57:11.119Z] #34 9.923 math/bits
09:57:11 [2021-04-02T09:57:11.119Z] #34 10.44 math
09:57:11 [2021-04-02T09:57:11.119Z] #34 10.73 runtime
09:57:11 [2021-04-02T09:57:11.119Z] #34 ...
09:57:11 [2021-04-02T09:57:11.119Z] 
09:57:11 [2021-04-02T09:57:11.119Z] #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
09:57:11 [2021-04-02T09:57:11.119Z] #51 sha256:cb048a09b84ac35dc240ad782ae0c619c19b99b138a0899f6dd20b15a1cd84b2
09:57:11 [2021-04-02T09:57:11.119Z] #51 6.169 + RM_GOPATH=0
09:57:11 [2021-04-02T09:57:11.119Z] #51 6.169 + TMP_GOPATH=
09:57:11 [2021-04-02T09:57:11.119Z] #51 6.169 + : /build
09:57:11 [2021-04-02T09:57:11.119Z] #51 6.169 + '[' -z '' ']'
09:57:11 [2021-04-02T09:57:11.119Z] #51 6.169 ++ mktemp -d
09:57:11 [2021-04-02T09:57:11.119Z] #51 6.182 + export GOPATH=/tmp/tmp.4onkDVVfeu
09:57:11 [2021-04-02T09:57:11.119Z] #51 6.182 + GOPATH=/tmp/tmp.4onkDVVfeu
09:57:11 [2021-04-02T09:57:11.119Z] #51 6.182 + RM_GOPATH=1
09:57:11 [2021-04-02T09:57:11.119Z] #51 6.182 + case "$(go env GOARCH)" in
09:57:11 [2021-04-02T09:57:11.119Z] #51 6.182 ++ go env GOARCH
09:57:11 [2021-04-02T09:57:11.119Z] #51 6.189 + export GO_BUILDMODE=-buildmode=pie
09:57:11 [2021-04-02T09:57:11.119Z] #51 6.189 + GO_BUILDMODE=-buildmode=pie
09:57:11 [2021-04-02T09:57:11.119Z] #51 6.189 ++ dirname /tmp/install/install.sh
09:57:11 [2021-04-02T09:57:11.119Z] #51 6.193 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
09:57:11 [2021-04-02T09:57:11.119Z] #51 6.193 + dir=/tmp/install
09:57:11 [2021-04-02T09:57:11.119Z] #51 6.193 + bin=shfmt
09:57:11 [2021-04-02T09:57:11.119Z] #51 6.193 + shift
09:57:11 [2021-04-02T09:57:11.119Z] #51 6.193 + '[' '!' -f /tmp/install/shfmt.installer ']'
09:57:11 [2021-04-02T09:57:11.119Z] #51 6.193 + . /tmp/install/shfmt.installer
09:57:11 [2021-04-02T09:57:11.119Z] #51 6.193 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
09:57:11 [2021-04-02T09:57:11.119Z] #51 6.193 + install_shfmt
09:57:11 [2021-04-02T09:57:11.119Z] #51 6.193 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
09:57:11 [2021-04-02T09:57:11.119Z] #51 6.193 + git clone https://github.com/mvdan/sh.git /tmp/tmp.4onkDVVfeu/src/github.com/mvdan/sh
09:57:11 [2021-04-02T09:57:11.119Z] #51 6.214 Cloning into '/tmp/tmp.4onkDVVfeu/src/github.com/mvdan/sh'...
09:57:11 [2021-04-02T09:57:11.198Z] #43 37.14   CC       images/opts.o
09:57:11 [2021-04-02T09:57:11.380Z] #51 ...
09:57:11 [2021-04-02T09:57:11.380Z] 
09:57:11 [2021-04-02T09:57:11.380Z] #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
09:57:11 [2021-04-02T09:57:11.380Z] #58 sha256:a65e144e64ff1e5509afd398388252049c0b0ebbbae1aab7762c38411ddebd94
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.702 + RM_GOPATH=0
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.702 + TMP_GOPATH=
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.702 + : /build
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.702 + '[' -z '' ']'
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.702 ++ mktemp -d
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.708 + export GOPATH=/tmp/tmp.ShXhwZWL8k
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.708 + GOPATH=/tmp/tmp.ShXhwZWL8k
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.708 + RM_GOPATH=1
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.708 + case "$(go env GOARCH)" in
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.708 ++ go env GOARCH
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.779 + export GO_BUILDMODE=-buildmode=pie
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.779 + GO_BUILDMODE=-buildmode=pie
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.779 ++ dirname /tmp/install/install.sh
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.798 + dir=/tmp/install
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.798 + bin=rootlesskit
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.798 + shift
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.798 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.798 + . /tmp/install/rootlesskit.installer
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.798 ++ : ed9b8c5cc48d29d0a979dae52a24f6e886795abd
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.798 + install_rootlesskit
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.798 + case "$1" in
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.798 + export CGO_ENABLED=0
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.798 + CGO_ENABLED=0
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.798 + _install_rootlesskit
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.798 + echo 'Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd'
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.824 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.ShXhwZWL8k/src/github.com/rootless-containers/rootlesskit
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.824 Cloning into '/tmp/tmp.ShXhwZWL8k/src/github.com/rootless-containers/rootlesskit'...
09:57:11 [2021-04-02T09:57:11.380Z] #58 6.824 Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd
09:57:11 [2021-04-02T09:57:11.380Z] #58 ...
09:57:11 [2021-04-02T09:57:11.380Z] 
09:57:11 [2021-04-02T09:57:11.380Z] #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
09:57:11 [2021-04-02T09:57:11.380Z] #29 sha256:b0f35f354884f5c2e2f483396bf81a301a783718d0e592039b4db8109ab22cf0
09:57:11 [2021-04-02T09:57:11.380Z] #29 7.540 
                                                                           0.8%
###                                                                        4.8%
#########                                                                 13.4%
################                                                          23.4%
######################                                                    30.7%
###########################                                               38.0%
#############################                                             40.5%
###############################                                           44.4%
##################################                                        48.3%
####################################                                      50.3%
####################################                                      51.1%
######################################                                    53.3%
#######################################                                   54.5%
#########################################                                 57.6%
#############################################                             62.6%
################################################                          67.2%
##################################################                        70.6%
######################################################                    75.0%
#######################################################                   77.2%
##########################################################                81.3%
############################################################              84.3%
################################################################          89.9%
####################################################################      95.8%
######################################################################## 100.0%
09:57:11 [2021-04-02T09:57:11.380Z] #29 10.34 
09:57:11 [2021-04-02T09:57:11.380Z] #29 11.41 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
09:57:11 [2021-04-02T09:57:11.380Z] #29 12.05 
09:57:11 [2021-04-02T09:57:11.380Z] #29 12.29 
######################################################################## 100.0%
09:57:11 [2021-04-02T09:57:11.380Z] #29 12.42 
09:57:11 [2021-04-02T09:57:11.455Z] #43 37.38   CC       images/seccomp.o
09:57:11 [2021-04-02T09:57:11.495Z] #51 23.86 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
09:57:11 [2021-04-02T09:57:11.644Z] #29 13.15 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
09:57:11 [2021-04-02T09:57:11.644Z] #29 ...
09:57:11 [2021-04-02T09:57:11.644Z] 
09:57:11 [2021-04-02T09:57:11.644Z] #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
09:57:11 [2021-04-02T09:57:11.644Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:57:11 [2021-04-02T09:57:11.644Z] #13 5.813 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:57:11 [2021-04-02T09:57:11.672Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.8s done
09:57:11 [2021-04-02T09:57:11.712Z] #43 37.60   CC       images/binfmt-misc.o
09:57:11 [2021-04-02T09:57:11.712Z] #43 37.78   CC       images/time.o
09:57:11 [2021-04-02T09:57:11.806Z] #26 sha256:ef28e7e77ecbd3b3b426832bc12e8f5e629959683767466e9bac149c3286e126 49.23MB / 49.23MB 2.0s done
09:57:11 [2021-04-02T09:57:11.934Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
09:57:11 [2021-04-02T09:57:11.969Z] #43 37.97   CC       images/sysctl.o
09:57:11 [2021-04-02T09:57:11.969Z] #43 38.14   CC       images/autofs.o
09:57:12 [2021-04-02T09:57:12.069Z] #26 extracting sha256:ef28e7e77ecbd3b3b426832bc12e8f5e629959683767466e9bac149c3286e126
09:57:12 [2021-04-02T09:57:12.190Z] #9 DONE 25.8s
09:57:12 [2021-04-02T09:57:12.190Z] 
09:57:12 [2021-04-02T09:57:12.190Z] #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
09:57:12 [2021-04-02T09:57:12.190Z] #29 sha256:00977164430ea7354fa91011c8ebb75bc4e845a6238ce5318e48c37ba3fe2095
09:57:12 [2021-04-02T09:57:12.190Z] #29 1.066 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
09:57:12 [2021-04-02T09:57:12.190Z] #29 1.168 
09:57:12 [2021-04-02T09:57:12.190Z] #29 1.283 
#########                                                                 12.8%
##########################                                                37.3%
#########################################                                 57.0%
#######################################################                   77.0%
#####################################################################     96.9%
######################################################################## 100.0%
09:57:12 [2021-04-02T09:57:12.190Z] #29 1.782 
09:57:12 [2021-04-02T09:57:12.190Z] #29 1.889 
######################################################################## 100.0%
09:57:12 [2021-04-02T09:57:12.190Z] #29 1.981 
09:57:12 [2021-04-02T09:57:12.190Z] #29 2.096 
#######                                                                   10.6%
######################################################################## 100.0%
09:57:12 [2021-04-02T09:57:12.190Z] #29 2.247 
09:57:12 [2021-04-02T09:57:12.446Z] #29 2.361 
############                                                              17.6%
##########################                                                37.3%
########################################                                  56.6%
######################################################                    75.6%
####################################################################      95.0%
######################################################################## 100.0%
09:57:12 [2021-04-02T09:57:12.446Z] #29 2.875 
09:57:12 [2021-04-02T09:57:12.532Z] #43 38.37   CC       images/macvlan.o
09:57:12 [2021-04-02T09:57:12.788Z] #43 38.60   CC       images/sit.o
09:57:12 [2021-04-02T09:57:12.788Z] #43 38.80   CC       images/memfd.o
09:57:12 [2021-04-02T09:57:12.878Z] #51 25.23 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
09:57:12 [2021-04-02T09:57:12.878Z] #51 ...
09:57:12 [2021-04-02T09:57:12.878Z] 
09:57:12 [2021-04-02T09:57:12.878Z] #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
09:57:12 [2021-04-02T09:57:12.878Z] #45 sha256:bae9013b43c4c3935b42f55308aeb84eccbb7f8794c7f4f842598276112e6512
09:57:12 [2021-04-02T09:57:12.878Z] #45 15.18 unicode/utf8
09:57:12 [2021-04-02T09:57:12.878Z] #45 16.24 math
09:57:12 [2021-04-02T09:57:12.878Z] #45 19.96 unicode/utf16
09:57:12 [2021-04-02T09:57:12.878Z] #45 20.29 container/list
09:57:12 [2021-04-02T09:57:12.878Z] #45 21.06 crypto/internal/subtle
09:57:12 [2021-04-02T09:57:12.878Z] #45 21.20 crypto/subtle
09:57:12 [2021-04-02T09:57:12.878Z] #45 21.37 vendor/golang.org/x/crypto/cryptobyte/asn1
09:57:12 [2021-04-02T09:57:12.878Z] #45 21.51 internal/nettrace
09:57:12 [2021-04-02T09:57:12.878Z] #45 21.68 runtime/cgo
09:57:12 [2021-04-02T09:57:12.878Z] #45 ...
09:57:12 [2021-04-02T09:57:12.878Z] 
09:57:12 [2021-04-02T09:57:12.878Z] #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
09:57:12 [2021-04-02T09:57:12.878Z] #67 sha256:a5e85d9ec668d61f969fb194b6d1ede54305f0f9121e4fdee1119b7f533a589f
09:57:13 [2021-04-02T09:57:13.032Z] #13 ...
09:57:13 [2021-04-02T09:57:13.032Z] 
09:57:13 [2021-04-02T09:57:13.032Z] #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
09:57:13 [2021-04-02T09:57:13.032Z] #29 sha256:b0f35f354884f5c2e2f483396bf81a301a783718d0e592039b4db8109ab22cf0
09:57:13 [2021-04-02T09:57:13.032Z] #29 13.60 
09:57:13 [2021-04-02T09:57:13.032Z] #29 13.80 
######################################################################## 100.0%
09:57:13 [2021-04-02T09:57:13.032Z] #29 14.01 
09:57:13 [2021-04-02T09:57:13.032Z] #29 14.12 Download of images into '/build' complete.
09:57:13 [2021-04-02T09:57:13.032Z] #29 14.12 Use something like the following to load the result into a Docker daemon:
09:57:13 [2021-04-02T09:57:13.032Z] #29 14.12   tar -cC '/build' . | docker load
09:57:13 [2021-04-02T09:57:13.032Z] #29 DONE 14.6s
09:57:13 [2021-04-02T09:57:13.032Z] 
09:57:13 [2021-04-02T09:57:13.032Z] #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
09:57:13 [2021-04-02T09:57:13.032Z] #58 sha256:a65e144e64ff1e5509afd398388252049c0b0ebbbae1aab7762c38411ddebd94
09:57:13 [2021-04-02T09:57:13.032Z] #58 12.68 + cd /tmp/tmp.ShXhwZWL8k/src/github.com/rootless-containers/rootlesskit
09:57:13 [2021-04-02T09:57:13.032Z] #58 12.68 + git checkout -q ed9b8c5cc48d29d0a979dae52a24f6e886795abd
09:57:13 [2021-04-02T09:57:13.032Z] #58 12.80 + export GO111MODULE=on
09:57:13 [2021-04-02T09:57:13.032Z] #58 12.80 + GO111MODULE=on
09:57:13 [2021-04-02T09:57:13.032Z] #58 12.80 + export GOPROXY=https://proxy.golang.org
09:57:13 [2021-04-02T09:57:13.032Z] #58 12.80 + GOPROXY=https://proxy.golang.org
09:57:13 [2021-04-02T09:57:13.032Z] #58 12.80 + for f in rootlesskit rootlesskit-docker-proxy
09:57:13 [2021-04-02T09:57:13.032Z] #58 12.80 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
09:57:13 [2021-04-02T09:57:13.044Z] #43 39.06   CC       images/timens.o
09:57:13 [2021-04-02T09:57:13.138Z] #67 24.94 Checking out files:  67% (1281/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.
09:57:13 [2021-04-02T09:57:13.139Z] #67 25.50 + cd /tmp/tmp.l6w49GKlrF/src/github.com/docker/libnetwork
09:57:13 [2021-04-02T09:57:13.139Z] #67 25.50 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46
09:57:13 [2021-04-02T09:57:13.301Z] #43 39.27   LINK     images/built-in.o
09:57:13 [2021-04-02T09:57:13.301Z] #43 39.41   GEN      compel/include/asm
09:57:13 [2021-04-02T09:57:13.301Z] #43 39.44   GEN      compel/include/version.h
09:57:13 [2021-04-02T09:57:13.481Z] #29 2.989 
###                                                                        4.8%
#######                                                                    9.8%
##########                                                                15.2%
##############                                                            20.5%
##################                                                        25.7%
######################                                                    30.9%
#########################                                                 36.1%
#############################                                             41.3%
#################################                                         46.5%
#####################################                                     51.8%
09:57:13 [2021-04-02T09:57:13.481Z] #29 ...
09:57:13 [2021-04-02T09:57:13.481Z] 
09:57:13 [2021-04-02T09:57:13.481Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
09:57:13 [2021-04-02T09:57:13.481Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
09:57:13 [2021-04-02T09:57:13.481Z] #10 DONE 1.4s
09:57:13 [2021-04-02T09:57:13.481Z] 
09:57:13 [2021-04-02T09:57:13.481Z] #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
09:57:13 [2021-04-02T09:57:13.481Z] #29 sha256:00977164430ea7354fa91011c8ebb75bc4e845a6238ce5318e48c37ba3fe2095
09:57:13 [2021-04-02T09:57:13.482Z] #26 ...
09:57:13 [2021-04-02T09:57:13.482Z] 
09:57:13 [2021-04-02T09:57:13.482Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:57:13 [2021-04-02T09:57:13.482Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
09:57:13 [2021-04-02T09:57:13.482Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
09:57:13 [2021-04-02T09:57:13.482Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
09:57:13 [2021-04-02T09:57:13.482Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
09:57:13 [2021-04-02T09:57:13.482Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
09:57:13 [2021-04-02T09:57:13.482Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s done
09:57:13 [2021-04-02T09:57:13.482Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.8s done
09:57:13 [2021-04-02T09:57:13.482Z] #62 DONE 3.5s
09:57:13 [2021-04-02T09:57:13.482Z] 
09:57:13 [2021-04-02T09:57:13.482Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:57:13 [2021-04-02T09:57:13.482Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
09:57:13 [2021-04-02T09:57:13.482Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
09:57:13 [2021-04-02T09:57:13.482Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
09:57:13 [2021-04-02T09:57:13.482Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
09:57:13 [2021-04-02T09:57:13.482Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
09:57:13 [2021-04-02T09:57:13.482Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.8s done
09:57:13 [2021-04-02T09:57:13.482Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.0s done
09:57:13 [2021-04-02T09:57:13.482Z] #64 DONE 3.5s
09:57:13 [2021-04-02T09:57:13.482Z] 
09:57:13 [2021-04-02T09:57:13.482Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b
09:57:13 [2021-04-02T09:57:13.482Z] #26 sha256:57373d627fc10d0b115e682739129cb5d3dbf5736835e2210a41d400372eae02
09:57:13 [2021-04-02T09:57:13.482Z] #26 ...
09:57:13 [2021-04-02T09:57:13.482Z] 
09:57:13 [2021-04-02T09:57:13.482Z] #23 [internal] load build context
09:57:13 [2021-04-02T09:57:13.482Z] #23 sha256:0d79036f4a797f0558de12df3762c62bf6e1ad955442978a7c273aa51f2b2d41
09:57:13 [2021-04-02T09:57:13.482Z] #23 transferring context: 53.42MB 3.5s done
09:57:13 [2021-04-02T09:57:13.482Z] #23 DONE 3.9s
09:57:13 [2021-04-02T09:57:13.482Z] 
09:57:13 [2021-04-02T09:57:13.482Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:5c1daf79a2d6202cf1b80a80f522fa0aaec4dc1c0520135ed277627c12171c3b
09:57:13 [2021-04-02T09:57:13.482Z] #26 sha256:57373d627fc10d0b115e682739129cb5d3dbf5736835e2210a41d400372eae02
09:57:13 [2021-04-02T09:57:13.557Z] #43 39.47 touch .config
09:57:13 [2021-04-02T09:57:13.557Z] #43 39.50   GEN      include/common/config.h
09:57:13 [2021-04-02T09:57:13.557Z] #43 39.63   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
09:57:13 [2021-04-02T09:57:13.557Z] #43 39.65   GEN      compel/plugins/include/uapi/std/syscall-64.h
09:57:13 [2021-04-02T09:57:13.557Z] #43 39.67   GEN      compel/arch/x86/plugins/std/syscalls-64.S
09:57:13 [2021-04-02T09:57:13.557Z] #43 39.69   DEP      compel/arch/x86/plugins/std/syscalls-64.d
09:57:13 [2021-04-02T09:57:13.813Z] #43 39.71   DEP      compel/arch/x86/plugins/std/memcpy.d
09:57:13 [2021-04-02T09:57:13.813Z] #43 39.73   DEP      compel/arch/x86/plugins/std/parasite-head.d
09:57:13 [2021-04-02T09:57:13.813Z] #43 39.74   GEN      compel/plugins/include/uapi/std/syscall.h
09:57:13 [2021-04-02T09:57:13.813Z] #43 39.79   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
09:57:13 [2021-04-02T09:57:13.814Z] #43 39.80   GEN      compel/plugins/include/uapi/std/syscall-codes.h
09:57:13 [2021-04-02T09:57:13.814Z] #43 39.82   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
09:57:13 [2021-04-02T09:57:13.814Z] #43 39.82   DEP      compel/plugins/std/infect.d
09:57:14 [2021-04-02T09:57:14.070Z] #43 40.01   DEP      compel/plugins/std/string.d
09:57:14 [2021-04-02T09:57:14.070Z] #43 40.10   DEP      compel/plugins/std/log.d
09:57:14 [2021-04-02T09:57:14.070Z] #43 40.24   DEP      compel/plugins/std/fds.d
09:57:14 [2021-04-02T09:57:14.080Z] #67 26.34 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
09:57:14 [2021-04-02T09:57:14.080Z] #67 ...
09:57:14 [2021-04-02T09:57:14.080Z] 
09:57:14 [2021-04-02T09:57:14.080Z] #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
09:57:14 [2021-04-02T09:57:14.080Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:57:14 [2021-04-02T09:57:14.080Z] #13 12.26 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
09:57:14 [2021-04-02T09:57:14.326Z] #43 40.36   DEP      compel/plugins/std/std.d
09:57:14 [2021-04-02T09:57:14.326Z] #43 40.45   DEP      compel/plugins/shmem/shmem.d
09:57:14 [2021-04-02T09:57:14.349Z] #13 ...
09:57:14 [2021-04-02T09:57:14.349Z] 
09:57:14 [2021-04-02T09:57:14.349Z] #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
09:57:14 [2021-04-02T09:57:14.349Z] #49 sha256:e926872d51bbbfbedc26c95a229936b662a0346335a03416ba83c5eb4a447257
09:57:14 [2021-04-02T09:57:14.349Z] #49 24.34 go: downloading github.com/stretchr/testify v1.4.0
09:57:14 [2021-04-02T09:57:14.349Z] #49 24.40 go: downloading github.com/fsnotify/fsnotify v1.4.7
09:57:14 [2021-04-02T09:57:14.349Z] #49 24.41 go: downloading github.com/go-critic/go-critic v0.4.1
09:57:14 [2021-04-02T09:57:14.349Z] #49 24.45 go: downloading github.com/go-lintpack/lintpack v0.5.2
09:57:14 [2021-04-02T09:57:14.349Z] #49 24.46 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
09:57:14 [2021-04-02T09:57:14.349Z] #49 24.46 go: downloading github.com/sourcegraph/go-diff v0.5.1
09:57:14 [2021-04-02T09:57:14.349Z] #49 24.46 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
09:57:14 [2021-04-02T09:57:14.349Z] #49 24.57 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
09:57:14 [2021-04-02T09:57:14.349Z] #49 24.66 go: extracting github.com/fsnotify/fsnotify v1.4.7
09:57:14 [2021-04-02T09:57:14.349Z] #49 24.74 go: extracting github.com/go-lintpack/lintpack v0.5.2
09:57:14 [2021-04-02T09:57:14.349Z] #49 24.77 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
09:57:14 [2021-04-02T09:57:14.349Z] #49 24.77 go: downloading github.com/magiconair/properties v1.8.1
09:57:14 [2021-04-02T09:57:14.349Z] #49 24.87 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
09:57:14 [2021-04-02T09:57:14.349Z] #49 24.99 go: extracting github.com/magiconair/properties v1.8.1
09:57:14 [2021-04-02T09:57:14.349Z] #49 25.09 go: extracting github.com/stretchr/testify v1.4.0
09:57:14 [2021-04-02T09:57:14.349Z] #49 25.13 go: extracting github.com/sourcegraph/go-diff v0.5.1
09:57:14 [2021-04-02T09:57:14.349Z] #49 25.31 go: downloading github.com/pkg/errors v0.8.1
09:57:14 [2021-04-02T09:57:14.349Z] #49 25.43 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
09:57:14 [2021-04-02T09:57:14.349Z] #49 25.51 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
09:57:14 [2021-04-02T09:57:14.349Z] #49 25.72 go: downloading gopkg.in/ini.v1 v1.51.0
09:57:14 [2021-04-02T09:57:14.349Z] #49 25.84 go: extracting github.com/go-critic/go-critic v0.4.1
09:57:14 [2021-04-02T09:57:14.349Z] #49 25.85 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
09:57:14 [2021-04-02T09:57:14.349Z] #49 25.90 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
09:57:14 [2021-04-02T09:57:14.349Z] #49 26.00 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
09:57:14 [2021-04-02T09:57:14.349Z] #49 26.06 go: extracting github.com/pkg/errors v0.8.1
09:57:14 [2021-04-02T09:57:14.349Z] #49 26.29 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
09:57:14 [2021-04-02T09:57:14.349Z] #49 26.45 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
09:57:14 [2021-04-02T09:57:14.349Z] #49 26.51 go: extracting gopkg.in/ini.v1 v1.51.0
09:57:14 [2021-04-02T09:57:14.349Z] #49 26.66 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
09:57:14 [2021-04-02T09:57:14.349Z] #49 26.73 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
09:57:14 [2021-04-02T09:57:14.349Z] #49 26.76 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
09:57:14 [2021-04-02T09:57:14.509Z] #29 2.989 
###                                                                        4.8%
#######                                                                    9.8%
##########                                                                15.2%
##############                                                            20.5%
##################                                                        25.7%
######################                                                    30.9%
#########################                                                 36.1%
#############################                                             41.3%
#################################                                         46.5%
#####################################                                     51.8%
########################################                                  56.9%
############################################                              62.0%
################################################                          66.7%
####################################################                      72.6%
########################################################                  77.9%
###########################################################               83.0%
###############################################################           88.3%
###################################################################       93.5%
#######################################################################   98.7%
######################################################################## 100.0%
09:57:14 [2021-04-02T09:57:14.509Z] #29 4.835 
09:57:14 [2021-04-02T09:57:14.509Z] #29 ...
09:57:14 [2021-04-02T09:57:14.509Z] 
09:57:14 [2021-04-02T09:57:14.509Z] #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
09:57:14 [2021-04-02T09:57:14.509Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
09:57:14 [2021-04-02T09:57:14.509Z] #11 DONE 1.0s
09:57:14 [2021-04-02T09:57:14.509Z] 
09:57:14 [2021-04-02T09:57:14.509Z] #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
09:57:14 [2021-04-02T09:57:14.509Z] #29 sha256:00977164430ea7354fa91011c8ebb75bc4e845a6238ce5318e48c37ba3fe2095
09:57:14 [2021-04-02T09:57:14.509Z] #29 5.075 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
09:57:14 [2021-04-02T09:57:14.583Z] #43 40.60   DEP      compel/plugins/fds/fds.d
09:57:14 [2021-04-02T09:57:14.609Z] #49 26.78 go: downloading gopkg.in/yaml.v2 v2.2.7
09:57:14 [2021-04-02T09:57:14.609Z] #49 26.80 go: downloading github.com/hashicorp/hcl v1.0.0
09:57:14 [2021-04-02T09:57:14.609Z] #49 ...
09:57:14 [2021-04-02T09:57:14.609Z] 
09:57:14 [2021-04-02T09:57:14.609Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:57:14 [2021-04-02T09:57:14.609Z] #34 sha256:333583fbf713eebd0805e30d442538835600cbfb40090c9d570cfb204318d4f4
09:57:14 [2021-04-02T09:57:14.609Z] #34 16.84 internal/testlog
09:57:14 [2021-04-02T09:57:14.609Z] #34 17.10 encoding
09:57:14 [2021-04-02T09:57:14.609Z] #34 17.22 runtime/cgo
09:57:14 [2021-04-02T09:57:14.609Z] #34 ...
09:57:14 [2021-04-02T09:57:14.609Z] 
09:57:14 [2021-04-02T09:57:14.609Z] #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
09:57:14 [2021-04-02T09:57:14.609Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
09:57:14 [2021-04-02T09:57:14.609Z] #40 24.69 Checking out files:  88% (1482/1684)   
Checking out files:  89% (1499/1684)   
Checking out files:  90% (1516/1684)   
Checking out files:  91% (1533/1684)   
Checking out files:  92% (1550/1684)   
Checking out files:  93% (1567/1684)   
Checking out files:  94% (1583/1684)   
Checking out files:  95% (1600/1684)   
Checking out files:  96% (1617/1684)   
Checking out files:  97% (1634/1684)   
Checking out files:  98% (1651/1684)   
Checking out files:  99% (1668/1684)   
Checking out files: 100% (1684/1684)   
Checking out files: 100% (1684/1684), done.
09:57:14 [2021-04-02T09:57:14.609Z] #40 24.89 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
09:57:14 [2021-04-02T09:57:14.767Z] #29 ...
09:57:14 [2021-04-02T09:57:14.767Z] 
09:57:14 [2021-04-02T09:57:14.768Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
09:57:14 [2021-04-02T09:57:14.768Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
09:57:14 [2021-04-02T09:57:14.768Z] #31 DONE 0.2s
09:57:14 [2021-04-02T09:57:14.768Z] 
09:57:14 [2021-04-02T09:57:14.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
09:57:14 [2021-04-02T09:57:14.768Z] #29 sha256:00977164430ea7354fa91011c8ebb75bc4e845a6238ce5318e48c37ba3fe2095
09:57:14 [2021-04-02T09:57:14.768Z] #29 5.192 
09:57:14 [2021-04-02T09:57:14.768Z] #29 ...
09:57:14 [2021-04-02T09:57:14.768Z] 
09:57:14 [2021-04-02T09:57:14.768Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
09:57:14 [2021-04-02T09:57:14.768Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
09:57:14 [2021-04-02T09:57:14.768Z] #39 DONE 0.3s
09:57:14 [2021-04-02T09:57:14.768Z] 
09:57:14 [2021-04-02T09:57:14.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
09:57:14 [2021-04-02T09:57:14.768Z] #29 sha256:00977164430ea7354fa91011c8ebb75bc4e845a6238ce5318e48c37ba3fe2095
09:57:14 [2021-04-02T09:57:14.768Z] #29 5.277 
######################################################################## 100.0%
09:57:14 [2021-04-02T09:57:14.839Z] #43 40.74   CC       compel/plugins/std/std.o
09:57:15 [2021-04-02T09:57:15.023Z] #29 5.314 
09:57:15 [2021-04-02T09:57:15.096Z] #43 40.98   CC       compel/plugins/std/fds.o
09:57:15 [2021-04-02T09:57:15.179Z] #40 27.30 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
09:57:15 [2021-04-02T09:57:15.279Z] #29 5.793 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
09:57:15 [2021-04-02T09:57:15.279Z] #29 5.888 
09:57:15 [2021-04-02T09:57:15.578Z] #58 15.46 go: downloading github.com/urfave/cli/v2 v2.3.0
09:57:15 [2021-04-02T09:57:15.578Z] #58 15.51 go: downloading github.com/sirupsen/logrus v1.8.1
09:57:15 [2021-04-02T09:57:15.578Z] #58 15.60 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
09:57:15 [2021-04-02T09:57:15.578Z] #58 15.71 go: downloading github.com/gorilla/mux v1.8.0
09:57:15 [2021-04-02T09:57:15.659Z] #43 41.45   CC       compel/plugins/std/log.o
09:57:15 [2021-04-02T09:57:15.791Z] #29 6.028 
#########################################                                 57.6%
######################################################################## 100.0%
09:57:15 [2021-04-02T09:57:15.791Z] #29 6.101 
09:57:15 [2021-04-02T09:57:15.875Z] #58 15.85 go: downloading github.com/gofrs/flock v0.8.0
09:57:15 [2021-04-02T09:57:15.875Z] #58 15.93 go: downloading github.com/google/uuid v1.2.0
09:57:16 [2021-04-02T09:57:16.046Z] #29 6.589 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
09:57:16 [2021-04-02T09:57:16.184Z] #58 16.11 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
09:57:16 [2021-04-02T09:57:16.184Z] #58 16.14 go: downloading github.com/moby/vpnkit v0.5.0
09:57:16 [2021-04-02T09:57:16.184Z] #58 16.17 go: extracting github.com/sirupsen/logrus v1.8.1
09:57:16 [2021-04-02T09:57:16.184Z] #58 16.35 go: extracting github.com/gofrs/flock v0.8.0
09:57:16 [2021-04-02T09:57:16.221Z] #43 42.18   CC       compel/plugins/std/string.o
09:57:16 [2021-04-02T09:57:16.305Z] #29 6.731 
09:57:16 [2021-04-02T09:57:16.445Z] #58 16.37 go: extracting github.com/google/uuid v1.2.0
09:57:16 [2021-04-02T09:57:16.445Z] #58 16.51 go: downloading github.com/moby/sys/mountinfo v0.4.1
09:57:16 [2021-04-02T09:57:16.445Z] #58 16.53 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
09:57:16 [2021-04-02T09:57:16.706Z] #58 16.74 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
09:57:16 [2021-04-02T09:57:16.706Z] #58 16.75 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
09:57:16 [2021-04-02T09:57:16.706Z] #58 16.80 go: extracting github.com/moby/sys/mountinfo v0.4.1
09:57:16 [2021-04-02T09:57:16.706Z] #58 16.83 go: extracting github.com/gorilla/mux v1.8.0
09:57:16 [2021-04-02T09:57:16.784Z] #43 42.82   CC       compel/plugins/std/infect.o
09:57:16 [2021-04-02T09:57:16.817Z] #26 extracting sha256:ef28e7e77ecbd3b3b426832bc12e8f5e629959683767466e9bac149c3286e126 4.4s done
09:57:16 [2021-04-02T09:57:16.818Z] #29 6.886 
##                                                                         3.5%
##########                                                                14.2%
#####################                                                     29.6%
####################################                                      50.8%
####################################################                      73.2%
######################################################################## 100.0%
09:57:16 [2021-04-02T09:57:16.818Z] #29 7.390 
09:57:16 [2021-04-02T09:57:16.967Z] #58 16.96 go: downloading github.com/pkg/errors v0.9.1
09:57:17 [2021-04-02T09:57:17.228Z] #58 ...
09:57:17 [2021-04-02T09:57:17.228Z] 
09:57:17 [2021-04-02T09:57:17.228Z] #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
09:57:17 [2021-04-02T09:57:17.228Z] #24 sha256:ac9ba47fca6b918fbbed9b95c0c81d0f0fc230baac9851090847142c1c00b594
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.258 + RM_GOPATH=0
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.258 + TMP_GOPATH=
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.258 + : /build
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.258 + '[' -z '' ']'
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.261 ++ mktemp -d
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.304 + export GOPATH=/tmp/tmp.8GJ61YXvV1
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.304 + GOPATH=/tmp/tmp.8GJ61YXvV1
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.304 + RM_GOPATH=1
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.304 + case "$(go env GOARCH)" in
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.304 ++ go env GOARCH
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.405 + export GO_BUILDMODE=-buildmode=pie
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.405 + GO_BUILDMODE=-buildmode=pie
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.412 ++ dirname /tmp/install/install.sh
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.415 + dir=/tmp/install
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.420 + bin=dockercli
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.420 + shift
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.420 + '[' '!' -f /tmp/install/dockercli.installer ']'
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.429 + . /tmp/install/dockercli.installer
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.429 ++ : stable
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.429 ++ : 17.06.2-ce
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.429 + install_dockercli
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.429 + echo 'Install docker/cli version 17.06.2-ce from stable'
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.433 Install docker/cli version 17.06.2-ce from stable
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.433 ++ uname -m
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.441 + arch=x86_64
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.441 + '[' x86_64 '!=' x86_64 ']'
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.441 + url=https://download.docker.com/linux/static
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.441 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
09:57:17 [2021-04-02T09:57:17.228Z] #24 7.441 + tar -xz docker/docker
09:57:17 [2021-04-02T09:57:17.228Z] #24 ...
09:57:17 [2021-04-02T09:57:17.228Z] 
09:57:17 [2021-04-02T09:57:17.228Z] #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
09:57:17 [2021-04-02T09:57:17.228Z] #49 sha256:a45200b0e51390b0e7b6918bffddfb65d3838a2b387e9e2ef397a9a5c69d0abb
09:57:17 [2021-04-02T09:57:17.228Z] #49 16.08 go: downloading github.com/spf13/pflag v1.0.5
09:57:17 [2021-04-02T09:57:17.228Z] #49 16.15 go: downloading github.com/spf13/viper v1.6.1
09:57:17 [2021-04-02T09:57:17.228Z] #49 16.15 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
09:57:17 [2021-04-02T09:57:17.228Z] #49 16.15 go: downloading github.com/pkg/errors v0.8.1
09:57:17 [2021-04-02T09:57:17.228Z] #49 16.22 go: downloading github.com/sirupsen/logrus v1.4.2
09:57:17 [2021-04-02T09:57:17.228Z] #49 16.27 go: downloading github.com/spf13/cobra v0.0.5
09:57:17 [2021-04-02T09:57:17.228Z] #49 16.52 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
09:57:17 [2021-04-02T09:57:17.228Z] #49 16.65 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
09:57:17 [2021-04-02T09:57:17.228Z] #49 16.65 go: downloading github.com/mattn/go-colorable v0.1.4
09:57:17 [2021-04-02T09:57:17.228Z] #49 16.83 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
09:57:17 [2021-04-02T09:57:17.228Z] #49 17.01 go: extracting github.com/sirupsen/logrus v1.4.2
09:57:17 [2021-04-02T09:57:17.228Z] #49 17.06 go: extracting github.com/spf13/pflag v1.0.5
09:57:17 [2021-04-02T09:57:17.228Z] #49 17.07 go: extracting github.com/pkg/errors v0.8.1
09:57:17 [2021-04-02T09:57:17.228Z] #49 17.07 go: extracting github.com/spf13/viper v1.6.1
09:57:17 [2021-04-02T09:57:17.228Z] #49 17.07 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
09:57:17 [2021-04-02T09:57:17.228Z] #49 17.07 go: extracting github.com/spf13/cobra v0.0.5
09:57:17 [2021-04-02T09:57:17.228Z] #49 17.29 go: extracting github.com/mattn/go-colorable v0.1.4
09:57:17 [2021-04-02T09:57:17.347Z] #43 43.27   CC       compel/arch/x86/plugins/std/parasite-head.o
09:57:17 [2021-04-02T09:57:17.347Z] #43 43.32   CC       compel/arch/x86/plugins/std/memcpy.o
09:57:17 [2021-04-02T09:57:17.347Z] #43 43.38   CC       compel/arch/x86/plugins/std/syscalls-64.o
09:57:17 [2021-04-02T09:57:17.347Z] #43 43.45   AR       compel/plugins/std.lib.a
09:57:17 [2021-04-02T09:57:17.387Z] #29 7.825 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
09:57:17 [2021-04-02T09:57:17.387Z] #29 7.913 
09:57:17 [2021-04-02T09:57:17.493Z] #49 17.53 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
09:57:17 [2021-04-02T09:57:17.493Z] #49 17.63 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
09:57:17 [2021-04-02T09:57:17.604Z] #43 43.52   CC       compel/plugins/fds/fds.o
09:57:17 [2021-04-02T09:57:17.604Z] #43 43.72   AR       compel/plugins/fds.lib.a
09:57:17 [2021-04-02T09:57:17.644Z] #29 7.990 
######################################################################## 100.0%
09:57:17 [2021-04-02T09:57:17.644Z] #29 8.012 
09:57:17 [2021-04-02T09:57:17.644Z] #29 8.271 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
09:57:17 [2021-04-02T09:57:17.754Z] #49 18.02 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
09:57:17 [2021-04-02T09:57:17.860Z] #43 43.78   HOSTDEP  compel/src/lib/log-host.d
09:57:17 [2021-04-02T09:57:17.860Z] #43 43.87   HOSTDEP  compel/src/lib/handle-elf-host.d
09:57:17 [2021-04-02T09:57:17.900Z] #29 8.360 
09:57:17 [2021-04-02T09:57:17.900Z] #29 8.413 
######################################################################## 100.0%
09:57:18 [2021-04-02T09:57:18.018Z] #49 18.02 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
09:57:18 [2021-04-02T09:57:18.018Z] #49 18.03 go: downloading github.com/hashicorp/hcl v1.0.0
09:57:18 [2021-04-02T09:57:18.018Z] #49 18.08 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
09:57:18 [2021-04-02T09:57:18.018Z] #49 18.09 go: downloading github.com/ultraware/whitespace v0.0.4
09:57:18 [2021-04-02T09:57:18.116Z] #43 44.03   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
09:57:18 [2021-04-02T09:57:18.116Z] #43 44.11   HOSTDEP  compel/src/main-host.d
09:57:18 [2021-04-02T09:57:18.116Z] #43 44.25   DEP      compel/src/lib/ptrace.d
09:57:18 [2021-04-02T09:57:18.157Z] #29 8.444 
09:57:18 [2021-04-02T09:57:18.157Z] #29 8.459 Download of images into '/build' complete.
09:57:18 [2021-04-02T09:57:18.157Z] #29 8.459 Use something like the following to load the result into a Docker daemon:
09:57:18 [2021-04-02T09:57:18.157Z] #29 8.459   tar -cC '/build' . | docker load
09:57:18 [2021-04-02T09:57:18.157Z] #29 DONE 8.6s
09:57:18 [2021-04-02T09:57:18.157Z] 
09:57:18 [2021-04-02T09:57:18.157Z] #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
09:57:18 [2021-04-02T09:57:18.157Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
09:57:18 [2021-04-02T09:57:18.279Z] #49 ...
09:57:18 [2021-04-02T09:57:18.279Z] 
09:57:18 [2021-04-02T09:57:18.279Z] #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
09:57:18 [2021-04-02T09:57:18.279Z] #24 sha256:ac9ba47fca6b918fbbed9b95c0c81d0f0fc230baac9851090847142c1c00b594
09:57:18 [2021-04-02T09:57:18.279Z] #24 18.05 + mkdir -p /build
09:57:18 [2021-04-02T09:57:18.279Z] #24 18.05 + mv docker/docker /build/
09:57:18 [2021-04-02T09:57:18.279Z] #24 18.08 + rmdir docker
09:57:18 [2021-04-02T09:57:18.279Z] #24 DONE 18.3s
09:57:18 [2021-04-02T09:57:18.279Z] 
09:57:18 [2021-04-02T09:57:18.279Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:57:18 [2021-04-02T09:57:18.279Z] #34 sha256:8916c428c83ca8e171efc92c1df5ae1c308722e8d477c6fec1edd5e160cf0d6c
09:57:18 [2021-04-02T09:57:18.279Z] #34 16.63 internal/testlog
09:57:18 [2021-04-02T09:57:18.279Z] #34 16.88 encoding
09:57:18 [2021-04-02T09:57:18.279Z] #34 17.01 runtime/cgo
09:57:18 [2021-04-02T09:57:18.373Z] #43 44.35   DEP      compel/src/lib/infect.d
09:57:18 [2021-04-02T09:57:18.474Z] #40 ...
09:57:18 [2021-04-02T09:57:18.474Z] 
09:57:18 [2021-04-02T09:57:18.474Z] #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
09:57:18 [2021-04-02T09:57:18.474Z] #58 sha256:b3cf75c1351e897b72d46d8535b48276aa89a8db3565a9f08399b07a17be7a27
09:57:18 [2021-04-02T09:57:18.474Z] #58 20.51 go: extracting github.com/moby/vpnkit v0.5.0
09:57:18 [2021-04-02T09:57:18.474Z] #58 20.75 go: extracting github.com/urfave/cli/v2 v2.3.0
09:57:18 [2021-04-02T09:57:18.474Z] #58 20.84 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
09:57:18 [2021-04-02T09:57:18.474Z] #58 23.72 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
09:57:18 [2021-04-02T09:57:18.474Z] #58 26.04 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
09:57:18 [2021-04-02T09:57:18.474Z] #58 26.41 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
09:57:18 [2021-04-02T09:57:18.474Z] #58 26.43 go: downloading github.com/russross/blackfriday/v2 v2.1.0
09:57:18 [2021-04-02T09:57:18.474Z] #58 26.91 go: extracting github.com/u-root/u-root v7.0.0+incompatible
09:57:18 [2021-04-02T09:57:18.474Z] #58 27.09 go: extracting github.com/russross/blackfriday/v2 v2.1.0
09:57:18 [2021-04-02T09:57:18.474Z] #58 29.85 go: finding github.com/pkg/errors v0.9.1
09:57:18 [2021-04-02T09:57:18.474Z] #58 29.92 go: finding github.com/sirupsen/logrus v1.8.1
09:57:18 [2021-04-02T09:57:18.474Z] #58 30.24 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
09:57:18 [2021-04-02T09:57:18.474Z] #58 30.53 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
09:57:18 [2021-04-02T09:57:18.474Z] #58 30.59 go: finding github.com/google/uuid v1.2.0
09:57:18 [2021-04-02T09:57:18.474Z] #58 30.67 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
09:57:18 [2021-04-02T09:57:18.474Z] #58 30.70 go: finding github.com/gofrs/flock v0.8.0
09:57:18 [2021-04-02T09:57:18.474Z] #58 30.76 go: finding github.com/moby/vpnkit v0.5.0
09:57:18 [2021-04-02T09:57:18.474Z] #58 ...
09:57:18 [2021-04-02T09:57:18.474Z] 
09:57:18 [2021-04-02T09:57:18.474Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
09:57:18 [2021-04-02T09:57:18.474Z] #47 sha256:e9c2a87b2541854ad3ac1e21a0903314e2263e530945ba0d1ab7452006e57d22
09:57:18 [2021-04-02T09:57:18.474Z] #47 20.61 go: finding github.com/jonboulle/clockwork v0.1.0
09:57:18 [2021-04-02T09:57:18.474Z] #47 20.65 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
09:57:18 [2021-04-02T09:57:18.474Z] #47 20.72 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
09:57:18 [2021-04-02T09:57:18.474Z] #47 20.78 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
09:57:18 [2021-04-02T09:57:18.474Z] #47 ...
09:57:18 [2021-04-02T09:57:18.474Z] 
09:57:18 [2021-04-02T09:57:18.474Z] #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
09:57:18 [2021-04-02T09:57:18.474Z] #58 sha256:b3cf75c1351e897b72d46d8535b48276aa89a8db3565a9f08399b07a17be7a27
09:57:18 [2021-04-02T09:57:18.474Z] #58 30.88 go: finding github.com/gorilla/mux v1.8.0
09:57:18 [2021-04-02T09:57:18.630Z] #43 44.50   DEP      compel/src/lib/infect-util.d
09:57:18 [2021-04-02T09:57:18.630Z] #43 ...
09:57:18 [2021-04-02T09:57:18.630Z] 
09:57:18 [2021-04-02T09:57:18.630Z] #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
09:57:18 [2021-04-02T09:57:18.630Z] #45 sha256:030ac60024ecdfba769e6c884d4e688b350956879b5a2c3bd6f5e6438912cfba
09:57:18 [2021-04-02T09:57:18.630Z] #45 106.0 mime
09:57:18 [2021-04-02T09:57:18.630Z] #45 107.6 mime/quotedprintable
09:57:18 [2021-04-02T09:57:18.630Z] #45 107.9 net/http/internal
09:57:18 [2021-04-02T09:57:18.630Z] #45 111.6 net/textproto
09:57:18 [2021-04-02T09:57:18.630Z] #45 111.6 crypto/x509
09:57:18 [2021-04-02T09:57:18.630Z] #45 112.7 vendor/golang.org/x/net/http/httpguts
09:57:18 [2021-04-02T09:57:18.630Z] #45 113.0 vendor/golang.org/x/net/http/httpproxy
09:57:18 [2021-04-02T09:57:18.630Z] #45 113.5 mime/multipart
09:57:18 [2021-04-02T09:57:18.630Z] #45 115.5 crypto/tls
09:57:18 [2021-04-02T09:57:18.630Z] #45 ...
09:57:18 [2021-04-02T09:57:18.630Z] 
09:57:18 [2021-04-02T09:57:18.630Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:57:18 [2021-04-02T09:57:18.630Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:57:18 [2021-04-02T09:57:18.630Z] #43 44.62   DEP      compel/src/lib/infect-rpc.d
09:57:18 [2021-04-02T09:57:18.630Z] #43 44.72   DEP      compel/arch/x86/src/lib/infect.d
09:57:18 [2021-04-02T09:57:18.734Z] #58 30.88 go: finding github.com/moby/sys/mountinfo v0.4.1
09:57:18 [2021-04-02T09:57:18.734Z] #58 30.93 go: finding github.com/urfave/cli/v2 v2.3.0
09:57:18 [2021-04-02T09:57:18.734Z] #58 30.94 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
09:57:18 [2021-04-02T09:57:18.734Z] #58 30.96 go: finding github.com/u-root/u-root v7.0.0+incompatible
09:57:18 [2021-04-02T09:57:18.734Z] #58 31.16 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
09:57:18 [2021-04-02T09:57:18.886Z] #43 44.90   DEP      compel/arch/x86/src/lib/cpu.d
09:57:18 [2021-04-02T09:57:18.886Z] #43 44.97   DEP      compel/src/lib/log.d
09:57:18 [2021-04-02T09:57:18.995Z] #58 31.33 go: finding github.com/russross/blackfriday/v2 v2.1.0
09:57:19 [2021-04-02T09:57:19.085Z] #40 ...
09:57:19 [2021-04-02T09:57:19.085Z] 
09:57:19 [2021-04-02T09:57:19.085Z] #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
09:57:19 [2021-04-02T09:57:19.085Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9
09:57:19 [2021-04-02T09:57:19.085Z] #12 DONE 4.4s
09:57:19 [2021-04-02T09:57:19.085Z] 
09:57:19 [2021-04-02T09:57:19.085Z] #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
09:57:19 [2021-04-02T09:57:19.085Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:57:19 [2021-04-02T09:57:19.143Z] #43 45.06   DEP      compel/src/main.d
09:57:19 [2021-04-02T09:57:19.143Z] #43 45.20   DEP      compel/src/lib/handle-elf.d
09:57:19 [2021-04-02T09:57:19.399Z] #43 45.37   DEP      compel/arch/x86/src/lib/handle-elf.d
09:57:19 [2021-04-02T09:57:19.399Z] #43 45.50   CC       compel/src/lib/log.o
09:57:19 [2021-04-02T09:57:19.962Z] #43 45.75   CC       compel/arch/x86/src/lib/cpu.o
09:57:20 [2021-04-02T09:57:20.123Z] #26 DONE 9.9s
09:57:20 [2021-04-02T09:57:20.123Z] 
09:57:20 [2021-04-02T09:57:20.123Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:57:20 [2021-04-02T09:57:20.123Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
09:57:20 [2021-04-02T09:57:20.123Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done
09:57:20 [2021-04-02T09:57:20.123Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
09:57:20 [2021-04-02T09:57:20.123Z] #9 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done
09:57:20 [2021-04-02T09:57:20.123Z] #9 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done
09:57:20 [2021-04-02T09:57:20.123Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 3.2s done
09:57:20 [2021-04-02T09:57:20.123Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 2.2s done
09:57:20 [2021-04-02T09:57:20.123Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 5.8s done
09:57:20 [2021-04-02T09:57:20.123Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 4.4s done
09:57:20 [2021-04-02T09:57:20.123Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 8.3s done
09:57:20 [2021-04-02T09:57:20.123Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 3.4s done
09:57:20 [2021-04-02T09:57:20.123Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 41.94MB / 97.69MB 9.8s
09:57:20 [2021-04-02T09:57:20.123Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.1s
09:57:20 [2021-04-02T09:57:20.123Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 9.6s done
09:57:20 [2021-04-02T09:57:20.123Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 54.51MB / 97.69MB 9.9s
09:57:20 [2021-04-02T09:57:20.123Z] #9 ...
09:57:20 [2021-04-02T09:57:20.123Z] 
09:57:20 [2021-04-02T09:57:20.123Z] #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
09:57:20 [2021-04-02T09:57:20.123Z] #27 sha256:d27195ceaffc1f9a65c2220ed12d7feaf17d51abd478d3d656591b753a121514
09:57:20 [2021-04-02T09:57:20.526Z] #43 46.42   CC       compel/arch/x86/src/lib/infect.o
09:57:21 [2021-04-02T09:57:21.091Z] #43 47.18   CC       compel/src/lib/infect-rpc.o
09:57:21 [2021-04-02T09:57:21.603Z] #34 ...
09:57:21 [2021-04-02T09:57:21.604Z] 
09:57:21 [2021-04-02T09:57:21.604Z] #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
09:57:21 [2021-04-02T09:57:21.604Z] #45 sha256:583281a574089db2ff8d12c67758c7a674ad902bd22010a728bcb3f4691f0871
09:57:21 [2021-04-02T09:57:21.604Z] #45 11.30 runtime
09:57:21 [2021-04-02T09:57:21.604Z] #45 14.67 unicode/utf8
09:57:21 [2021-04-02T09:57:21.604Z] #45 15.73 math
09:57:21 [2021-04-02T09:57:21.604Z] #45 20.54 unicode/utf16
09:57:21 [2021-04-02T09:57:21.604Z] #45 20.82 container/list
09:57:21 [2021-04-02T09:57:21.604Z] #45 21.39 crypto/internal/subtle
09:57:21 [2021-04-02T09:57:21.604Z] #45 ...
09:57:21 [2021-04-02T09:57:21.604Z] 
09:57:21 [2021-04-02T09:57:21.604Z] #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
09:57:21 [2021-04-02T09:57:21.604Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:57:21 [2021-04-02T09:57:21.604Z] #42 11.29 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [271 kB]
09:57:21 [2021-04-02T09:57:21.604Z] #42 14.47 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
09:57:21 [2021-04-02T09:57:21.604Z] #42 ...
09:57:21 [2021-04-02T09:57:21.604Z] 
09:57:21 [2021-04-02T09:57:21.604Z] #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
09:57:21 [2021-04-02T09:57:21.604Z] #47 sha256:c0579576885a4e8f29c46adeff59640bcc849283fd4136020bc477d8e821d481
09:57:21 [2021-04-02T09:57:21.604Z] #47 11.23 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
09:57:21 [2021-04-02T09:57:21.604Z] #47 11.23 go: extracting github.com/mattn/go-isatty v0.0.12
09:57:21 [2021-04-02T09:57:21.604Z] #47 12.93 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
09:57:21 [2021-04-02T09:57:21.604Z] #47 15.11 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
09:57:21 [2021-04-02T09:57:21.604Z] #47 17.19 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
09:57:21 [2021-04-02T09:57:21.604Z] #47 21.23 go: finding github.com/fatih/color v1.9.0
09:57:21 [2021-04-02T09:57:21.604Z] #47 21.25 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
09:57:21 [2021-04-02T09:57:21.604Z] #47 21.28 go: finding github.com/pkg/errors v0.9.1
09:57:21 [2021-04-02T09:57:21.604Z] #47 21.35 go: finding github.com/spf13/pflag v1.0.3
09:57:21 [2021-04-02T09:57:21.604Z] #47 21.44 go: finding github.com/mattn/go-colorable v0.1.6
09:57:21 [2021-04-02T09:57:21.604Z] #47 21.51 go: finding github.com/mattn/go-isatty v0.0.12
09:57:21 [2021-04-02T09:57:21.604Z] #47 ...
09:57:21 [2021-04-02T09:57:21.604Z] 
09:57:21 [2021-04-02T09:57:21.604Z] #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
09:57:21 [2021-04-02T09:57:21.604Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
09:57:21 [2021-04-02T09:57:21.604Z] #55 11.65 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [271 kB]
09:57:21 [2021-04-02T09:57:21.604Z] #55 14.21 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
09:57:21 [2021-04-02T09:57:21.604Z] #55 ...
09:57:21 [2021-04-02T09:57:21.604Z] 
09:57:21 [2021-04-02T09:57:21.604Z] #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
09:57:21 [2021-04-02T09:57:21.604Z] #45 sha256:583281a574089db2ff8d12c67758c7a674ad902bd22010a728bcb3f4691f0871
09:57:21 [2021-04-02T09:57:21.604Z] #45 21.52 crypto/subtle
09:57:21 [2021-04-02T09:57:21.604Z] #45 21.62 vendor/golang.org/x/crypto/cryptobyte/asn1
09:57:21 [2021-04-02T09:57:21.604Z] #45 21.73 internal/nettrace
09:57:21 [2021-04-02T09:57:21.604Z] #45 21.85 runtime/cgo
09:57:21 [2021-04-02T09:57:21.698Z] #43 47.61   CC       compel/src/lib/infect-util.o
09:57:21 [2021-04-02T09:57:21.865Z] #45 ...
09:57:21 [2021-04-02T09:57:21.865Z] 
09:57:21 [2021-04-02T09:57:21.865Z] #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
09:57:21 [2021-04-02T09:57:21.865Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:57:21 [2021-04-02T09:57:21.865Z] #36 12.07 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
09:57:21 [2021-04-02T09:57:21.967Z] #43 47.91   CC       compel/src/lib/infect.o
09:57:22 [2021-04-02T09:57:22.127Z] #36 ...
09:57:22 [2021-04-02T09:57:22.127Z] 
09:57:22 [2021-04-02T09:57:22.127Z] #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
09:57:22 [2021-04-02T09:57:22.127Z] #47 sha256:c0579576885a4e8f29c46adeff59640bcc849283fd4136020bc477d8e821d481
09:57:22 [2021-04-02T09:57:22.127Z] #47 21.85 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
09:57:22 [2021-04-02T09:57:22.127Z] #47 21.92 go: finding github.com/jonboulle/clockwork v0.1.0
09:57:22 [2021-04-02T09:57:22.127Z] #47 22.07 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
09:57:22 [2021-04-02T09:57:22.127Z] #47 22.08 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
09:57:22 [2021-04-02T09:57:22.127Z] #47 22.12 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
09:57:23 [2021-04-02T09:57:23.194Z] #58 ...
09:57:23 [2021-04-02T09:57:23.194Z] 
09:57:23 [2021-04-02T09:57:23.194Z] #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
09:57:23 [2021-04-02T09:57:23.194Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
09:57:23 [2021-04-02T09:57:23.194Z] #55 25.46 Fetched 8426 kB in 19s (448 kB/s)
09:57:23 [2021-04-02T09:57:23.194Z] #55 25.46 Reading package lists...
09:57:23 [2021-04-02T09:57:23.194Z] #55 32.60 Reading package lists...
09:57:23 [2021-04-02T09:57:23.194Z] #55 ...
09:57:23 [2021-04-02T09:57:23.194Z] 
09:57:23 [2021-04-02T09:57:23.194Z] #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
09:57:23 [2021-04-02T09:57:23.194Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:57:23 [2021-04-02T09:57:23.194Z] #36 25.55 Fetched 8426 kB in 19s (444 kB/s)
09:57:23 [2021-04-02T09:57:23.194Z] #36 25.55 Reading package lists...
09:57:23 [2021-04-02T09:57:23.454Z] #36 32.34 Reading package lists...
09:57:23 [2021-04-02T09:57:23.454Z] #36 ...
09:57:23 [2021-04-02T09:57:23.454Z] 
09:57:23 [2021-04-02T09:57:23.454Z] #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
09:57:23 [2021-04-02T09:57:23.454Z] #51 sha256:e73222a2487794ec0b5beedb912ec573931cad904d3c24ad8e6cb957e07d842c
09:57:23 [2021-04-02T09:57:23.454Z] #51 25.39 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
09:57:23 [2021-04-02T09:57:23.454Z] #51 25.61 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
09:57:23 [2021-04-02T09:57:23.454Z] #51 25.65 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
09:57:23 [2021-04-02T09:57:23.454Z] #51 26.52 runtime/cgo
09:57:23 [2021-04-02T09:57:23.454Z] #51 26.53 runtime
09:57:23 [2021-04-02T09:57:23.454Z] #51 ...
09:57:23 [2021-04-02T09:57:23.454Z] 
09:57:23 [2021-04-02T09:57:23.454Z] #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
09:57:23 [2021-04-02T09:57:23.454Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:57:23 [2021-04-02T09:57:23.454Z] #42 25.66 Fetched 8426 kB in 19s (448 kB/s)
09:57:23 [2021-04-02T09:57:23.454Z] #42 25.66 Reading package lists...
09:57:23 [2021-04-02T09:57:23.716Z] #42 32.65 Reading package lists...
09:57:23 [2021-04-02T09:57:23.716Z] #42 ...
09:57:23 [2021-04-02T09:57:23.716Z] 
09:57:23 [2021-04-02T09:57:23.716Z] #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
09:57:23 [2021-04-02T09:57:23.716Z] #49 sha256:e926872d51bbbfbedc26c95a229936b662a0346335a03416ba83c5eb4a447257
09:57:23 [2021-04-02T09:57:23.716Z] #49 27.69 go: extracting gopkg.in/yaml.v2 v2.2.7
09:57:23 [2021-04-02T09:57:23.716Z] #49 27.77 go: downloading github.com/ultraware/funlen v0.0.2
09:57:23 [2021-04-02T09:57:23.716Z] #49 27.86 go: extracting github.com/ultraware/funlen v0.0.2
09:57:23 [2021-04-02T09:57:23.716Z] #49 27.86 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
09:57:23 [2021-04-02T09:57:23.716Z] #49 27.95 go: extracting github.com/hashicorp/hcl v1.0.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 27.96 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
09:57:23 [2021-04-02T09:57:23.716Z] #49 28.30 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
09:57:23 [2021-04-02T09:57:23.716Z] #49 28.30 go: downloading github.com/pmezard/go-difflib v1.0.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 28.43 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
09:57:23 [2021-04-02T09:57:23.716Z] #49 28.43 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
09:57:23 [2021-04-02T09:57:23.716Z] #49 28.72 go: extracting github.com/pmezard/go-difflib v1.0.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 28.79 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
09:57:23 [2021-04-02T09:57:23.716Z] #49 28.80 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
09:57:23 [2021-04-02T09:57:23.716Z] #49 29.02 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
09:57:23 [2021-04-02T09:57:23.716Z] #49 29.07 go: downloading github.com/go-toolsmith/astequal v1.0.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 29.09 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
09:57:23 [2021-04-02T09:57:23.716Z] #49 29.16 go: downloading github.com/davecgh/go-spew v1.1.1
09:57:23 [2021-04-02T09:57:23.716Z] #49 29.31 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
09:57:23 [2021-04-02T09:57:23.716Z] #49 29.32 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
09:57:23 [2021-04-02T09:57:23.716Z] #49 29.33 go: extracting github.com/go-toolsmith/astequal v1.0.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 29.40 go: downloading github.com/inconshreveable/mousetrap v1.0.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 29.45 go: downloading github.com/stretchr/objx v0.2.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 29.83 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
09:57:23 [2021-04-02T09:57:23.716Z] #49 29.84 go: extracting github.com/davecgh/go-spew v1.1.1
09:57:23 [2021-04-02T09:57:23.716Z] #49 29.87 go: extracting github.com/inconshreveable/mousetrap v1.0.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 29.88 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
09:57:23 [2021-04-02T09:57:23.716Z] #49 29.97 go: downloading github.com/kisielk/gotool v1.0.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 30.00 go: downloading github.com/go-toolsmith/typep v1.0.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 30.06 go: extracting github.com/stretchr/objx v0.2.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 30.19 go: extracting github.com/kisielk/gotool v1.0.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 30.31 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
09:57:23 [2021-04-02T09:57:23.716Z] #49 30.31 go: extracting github.com/go-toolsmith/typep v1.0.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 30.35 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
09:57:23 [2021-04-02T09:57:23.716Z] #49 30.50 go: downloading github.com/gogo/protobuf v1.2.1
09:57:23 [2021-04-02T09:57:23.716Z] #49 30.53 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
09:57:23 [2021-04-02T09:57:23.716Z] #49 30.68 go: extracting golang.org/x/text v0.3.2
09:57:23 [2021-04-02T09:57:23.716Z] #49 30.74 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
09:57:23 [2021-04-02T09:57:23.716Z] #49 30.93 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
09:57:23 [2021-04-02T09:57:23.716Z] #49 31.24 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
09:57:23 [2021-04-02T09:57:23.716Z] #49 31.32 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
09:57:23 [2021-04-02T09:57:23.716Z] #49 31.78 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
09:57:23 [2021-04-02T09:57:23.716Z] #49 31.80 go: downloading github.com/go-toolsmith/strparse v1.0.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 31.83 go: downloading github.com/go-toolsmith/astcast v1.0.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 32.00 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
09:57:23 [2021-04-02T09:57:23.716Z] #49 32.08 go: extracting github.com/go-toolsmith/strparse v1.0.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 32.09 go: downloading github.com/gobwas/glob v0.2.3
09:57:23 [2021-04-02T09:57:23.716Z] #49 32.13 go: downloading github.com/go-toolsmith/astp v1.0.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 32.15 go: downloading github.com/ultraware/whitespace v0.0.4
09:57:23 [2021-04-02T09:57:23.716Z] #49 32.33 go: extracting github.com/go-toolsmith/astcast v1.0.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 32.39 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
09:57:23 [2021-04-02T09:57:23.716Z] #49 32.47 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
09:57:23 [2021-04-02T09:57:23.716Z] #49 32.47 go: extracting github.com/go-toolsmith/astp v1.0.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 32.49 go: downloading github.com/go-toolsmith/astfmt v1.0.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 32.55 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
09:57:23 [2021-04-02T09:57:23.716Z] #49 32.60 go: extracting github.com/ultraware/whitespace v0.0.4
09:57:23 [2021-04-02T09:57:23.716Z] #49 32.66 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
09:57:23 [2021-04-02T09:57:23.716Z] #49 32.68 go: extracting github.com/gobwas/glob v0.2.3
09:57:23 [2021-04-02T09:57:23.716Z] #49 32.73 go: downloading github.com/spf13/cast v1.3.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 32.85 go: downloading github.com/pelletier/go-toml v1.2.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 33.13 go: downloading github.com/spf13/pflag v1.0.5
09:57:23 [2021-04-02T09:57:23.716Z] #49 33.16 go: extracting github.com/go-toolsmith/astfmt v1.0.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 33.26 go: extracting github.com/spf13/cast v1.3.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 33.42 go: downloading github.com/uudashr/gocognit v1.0.1
09:57:23 [2021-04-02T09:57:23.716Z] #49 33.60 go: extracting github.com/spf13/pflag v1.0.5
09:57:23 [2021-04-02T09:57:23.716Z] #49 33.72 go: extracting github.com/uudashr/gocognit v1.0.1
09:57:23 [2021-04-02T09:57:23.716Z] #49 33.72 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
09:57:23 [2021-04-02T09:57:23.716Z] #49 34.02 go: downloading github.com/mattn/go-isatty v0.0.8
09:57:23 [2021-04-02T09:57:23.716Z] #49 34.09 go: extracting github.com/pelletier/go-toml v1.2.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 34.16 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
09:57:23 [2021-04-02T09:57:23.716Z] #49 34.17 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
09:57:23 [2021-04-02T09:57:23.716Z] #49 34.38 go: downloading github.com/go-toolsmith/astcopy v1.0.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 34.44 go: extracting github.com/go-toolsmith/astcopy v1.0.0
09:57:23 [2021-04-02T09:57:23.716Z] #49 34.68 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
09:57:23 [2021-04-02T09:57:23.716Z] #49 34.68 go: extracting github.com/mattn/go-isatty v0.0.8
09:57:23 [2021-04-02T09:57:23.716Z] #49 34.79 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
09:57:23 [2021-04-02T09:57:23.716Z] #49 34.93 go: downloading github.com/BurntSushi/toml v0.3.1
09:57:23 [2021-04-02T09:57:23.716Z] #49 35.40 go: extracting github.com/BurntSushi/toml v0.3.1
09:57:24 [2021-04-02T09:57:24.335Z] #13 ...
09:57:24 [2021-04-02T09:57:24.335Z] 
09:57:24 [2021-04-02T09:57:24.335Z] #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
09:57:24 [2021-04-02T09:57:24.335Z] #45 sha256:49a3fcc416cc75118c20d2bf4a8274cd33396b6ef0305d9f34d11d4c1747f570
09:57:24 [2021-04-02T09:57:24.335Z] #45 5.998 + RM_GOPATH=0
09:57:24 [2021-04-02T09:57:24.335Z] #45 5.999 + TMP_GOPATH=
09:57:24 [2021-04-02T09:57:24.335Z] #45 5.999 + : /build
09:57:24 [2021-04-02T09:57:24.335Z] #45 5.999 + '[' -z '' ']'
09:57:24 [2021-04-02T09:57:24.335Z] #45 5.999 ++ mktemp -d
09:57:24 [2021-04-02T09:57:24.335Z] #45 6.001 + export GOPATH=/tmp/tmp.85vxijpsiZ
09:57:24 [2021-04-02T09:57:24.335Z] #45 6.002 + GOPATH=/tmp/tmp.85vxijpsiZ
09:57:24 [2021-04-02T09:57:24.335Z] #45 6.002 + RM_GOPATH=1
09:57:24 [2021-04-02T09:57:24.335Z] #45 6.002 + case "$(go env GOARCH)" in
09:57:24 [2021-04-02T09:57:24.335Z] #45 6.002 ++ go env GOARCH
09:57:24 [2021-04-02T09:57:24.335Z] #45 6.011 + export GO_BUILDMODE=-buildmode=pie
09:57:24 [2021-04-02T09:57:24.335Z] #45 6.011 + GO_BUILDMODE=-buildmode=pie
09:57:24 [2021-04-02T09:57:24.335Z] #45 6.012 ++ dirname /tmp/install/install.sh
09:57:24 [2021-04-02T09:57:24.335Z] #45 6.014 + dir=/tmp/install
09:57:24 [2021-04-02T09:57:24.335Z] #45 6.015 + bin=vndr
09:57:24 [2021-04-02T09:57:24.335Z] #45 6.015 + shift
09:57:24 [2021-04-02T09:57:24.335Z] #45 6.015 + '[' '!' -f /tmp/install/vndr.installer ']'
09:57:24 [2021-04-02T09:57:24.335Z] #45 6.015 + . /tmp/install/vndr.installer
09:57:24 [2021-04-02T09:57:24.335Z] #45 6.015 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
09:57:24 [2021-04-02T09:57:24.335Z] #45 6.015 + install_vndr
09:57:24 [2021-04-02T09:57:24.335Z] #45 6.015 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
09:57:24 [2021-04-02T09:57:24.335Z] #45 6.015 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
09:57:24 [2021-04-02T09:57:24.335Z] #45 6.015 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.85vxijpsiZ/src/github.com/LK4D4/vndr
09:57:24 [2021-04-02T09:57:24.335Z] #45 6.024 Cloning into '/tmp/tmp.85vxijpsiZ/src/github.com/LK4D4/vndr'...
09:57:24 [2021-04-02T09:57:24.335Z] #45 6.555 + cd /tmp/tmp.85vxijpsiZ/src/github.com/LK4D4/vndr
09:57:24 [2021-04-02T09:57:24.335Z] #45 6.555 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
09:57:24 [2021-04-02T09:57:24.335Z] #45 6.555 + go build -buildmode=pie -v -o /build/vndr .
09:57:24 [2021-04-02T09:57:24.335Z] #45 7.291 internal/cpu
09:57:24 [2021-04-02T09:57:24.335Z] #45 7.314 runtime/internal/atomic
09:57:24 [2021-04-02T09:57:24.335Z] #45 7.571 runtime/internal/sys
09:57:24 [2021-04-02T09:57:24.335Z] #45 7.712 internal/bytealg
09:57:24 [2021-04-02T09:57:24.335Z] #45 7.812 runtime/internal/math
09:57:24 [2021-04-02T09:57:24.335Z] #45 7.844 internal/race
09:57:24 [2021-04-02T09:57:24.335Z] #45 7.940 sync/atomic
09:57:24 [2021-04-02T09:57:24.335Z] #45 8.278 unicode
09:57:24 [2021-04-02T09:57:24.335Z] #45 8.434 runtime
09:57:24 [2021-04-02T09:57:24.490Z] #43 ...
09:57:24 [2021-04-02T09:57:24.490Z] 
09:57:24 [2021-04-02T09:57:24.490Z] #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
09:57:24 [2021-04-02T09:57:24.490Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:57:24 [2021-04-02T09:57:24.490Z] #13 113.0 Selecting previously unselected package libapparmor1:amd64.
09:57:24 [2021-04-02T09:57:24.490Z] #13 113.0 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 113.0 Unpacking libapparmor1:amd64 (2.13.2-10) ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 113.1 Selecting previously unselected package libapparmor-dev:amd64.
09:57:24 [2021-04-02T09:57:24.490Z] #13 113.1 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 113.1 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 113.3 Selecting previously unselected package libbtrfs0.
09:57:24 [2021-04-02T09:57:24.490Z] #13 113.3 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 113.3 Unpacking libbtrfs0 (4.20.1-2) ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 113.4 Selecting previously unselected package libbtrfs-dev.
09:57:24 [2021-04-02T09:57:24.490Z] #13 113.4 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 113.4 Unpacking libbtrfs-dev (4.20.1-2) ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 113.6 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
09:57:24 [2021-04-02T09:57:24.490Z] #13 113.6 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 113.6 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 113.6 Selecting previously unselected package libudev-dev:amd64.
09:57:24 [2021-04-02T09:57:24.490Z] #13 113.6 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 113.7 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 113.9 Selecting previously unselected package libsepol1-dev:amd64.
09:57:24 [2021-04-02T09:57:24.490Z] #13 113.9 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 113.9 Unpacking libsepol1-dev:amd64 (2.8-1) ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 114.2 Selecting previously unselected package libpcre16-3:amd64.
09:57:24 [2021-04-02T09:57:24.490Z] #13 114.2 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 114.2 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 114.4 Selecting previously unselected package libpcre32-3:amd64.
09:57:24 [2021-04-02T09:57:24.490Z] #13 114.4 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 114.4 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 114.6 Selecting previously unselected package libpcrecpp0v5:amd64.
09:57:24 [2021-04-02T09:57:24.490Z] #13 114.6 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 114.6 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 114.7 Selecting previously unselected package libpcre3-dev:amd64.
09:57:24 [2021-04-02T09:57:24.490Z] #13 114.7 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 114.7 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 115.2 Selecting previously unselected package libselinux1-dev:amd64.
09:57:24 [2021-04-02T09:57:24.490Z] #13 115.2 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 115.2 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 115.5 Selecting previously unselected package libdevmapper-dev:amd64.
09:57:24 [2021-04-02T09:57:24.490Z] #13 115.5 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 115.5 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 115.6 Selecting previously unselected package libseccomp-dev:amd64.
09:57:24 [2021-04-02T09:57:24.490Z] #13 115.6 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 115.6 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 115.8 Selecting previously unselected package libsystemd-dev:amd64.
09:57:24 [2021-04-02T09:57:24.490Z] #13 115.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
09:57:24 [2021-04-02T09:57:24.490Z] #13 115.8 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
09:57:24 [2021-04-02T09:57:24.597Z] #45 ...
09:57:24 [2021-04-02T09:57:24.597Z] 
09:57:24 [2021-04-02T09:57:24.597Z] #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
09:57:24 [2021-04-02T09:57:24.597Z] #58 sha256:edb2202c8ac9c9de26d532b53245eab2917d5c1f84747f7eaf329614a48c2a2e
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.096 + RM_GOPATH=0
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.096 + TMP_GOPATH=
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.096 + : /build
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.096 + '[' -z '' ']'
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.096 ++ mktemp -d
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.096 + export GOPATH=/tmp/tmp.LZ6yPLxR0D
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.096 + GOPATH=/tmp/tmp.LZ6yPLxR0D
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.096 + RM_GOPATH=1
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.096 + case "$(go env GOARCH)" in
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.096 ++ go env GOARCH
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.126 + export GO_BUILDMODE=-buildmode=pie
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.126 + GO_BUILDMODE=-buildmode=pie
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.126 ++ dirname /tmp/install/install.sh
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.128 + dir=/tmp/install
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.128 + bin=rootlesskit
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.128 + shift
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.128 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.128 + . /tmp/install/rootlesskit.installer
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.128 ++ : ed9b8c5cc48d29d0a979dae52a24f6e886795abd
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.128 + install_rootlesskit
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.128 + case "$1" in
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.128 + export CGO_ENABLED=0
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.128 + CGO_ENABLED=0
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.128 + _install_rootlesskit
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.128 + echo 'Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd'
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.128 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.LZ6yPLxR0D/src/github.com/rootless-containers/rootlesskit
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.139 Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd
09:57:24 [2021-04-02T09:57:24.597Z] #58 8.187 Cloning into '/tmp/tmp.LZ6yPLxR0D/src/github.com/rootless-containers/rootlesskit'...
09:57:24 [2021-04-02T09:57:24.597Z] #58 ...
09:57:24 [2021-04-02T09:57:24.597Z] 
09:57:24 [2021-04-02T09:57:24.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
09:57:24 [2021-04-02T09:57:24.597Z] #49 sha256:0bae7cee2dfa3128f044e661c9f48315e4a64332bc17c1d8cac5edc975b1099f
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.900 + RM_GOPATH=0
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.900 + TMP_GOPATH=
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.900 + : /build
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.900 + '[' -z '' ']'
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.900 ++ mktemp -d
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.900 + export GOPATH=/tmp/tmp.76HdgAQyrt
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.900 + GOPATH=/tmp/tmp.76HdgAQyrt
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.900 + RM_GOPATH=1
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.900 + case "$(go env GOARCH)" in
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.900 ++ go env GOARCH
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.911 + export GO_BUILDMODE=-buildmode=pie
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.911 + GO_BUILDMODE=-buildmode=pie
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.912 ++ dirname /tmp/install/install.sh
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.912 + dir=/tmp/install
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.912 + bin=golangci_lint
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.912 + shift
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.912 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.912 + . /tmp/install/golangci_lint.installer
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.912 ++ : v1.23.8
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.912 + install_golangci_lint
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.912 + set -e
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.912 + export GO111MODULE=on
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.912 + GO111MODULE=on
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.912 + GOBIN=/build
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.912 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.922 go: finding github.com v1.23.8
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.928 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.928 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.928 go: finding github.com/golangci/golangci-lint v1.23.8
09:57:24 [2021-04-02T09:57:24.597Z] #49 5.928 go: finding github.com/golangci v1.23.8
09:57:24 [2021-04-02T09:57:24.597Z] #49 6.555 go: downloading github.com/golangci/golangci-lint v1.23.8
09:57:24 [2021-04-02T09:57:24.597Z] #49 6.992 go: extracting github.com/golangci/golangci-lint v1.23.8
09:57:24 [2021-04-02T09:57:24.853Z] #49 ...
09:57:24 [2021-04-02T09:57:24.853Z] 
09:57:24 [2021-04-02T09:57:24.853Z] #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
09:57:24 [2021-04-02T09:57:24.853Z] #24 sha256:eafebb5f3e68e6d320b3481177687d5cb32764fd70d0bece7e984ee272ae8ef4
09:57:24 [2021-04-02T09:57:24.853Z] #24 6.918 + RM_GOPATH=0
09:57:24 [2021-04-02T09:57:24.853Z] #24 6.918 + TMP_GOPATH=
09:57:24 [2021-04-02T09:57:24.853Z] #24 6.918 + : /build
09:57:24 [2021-04-02T09:57:24.853Z] #24 6.918 + '[' -z '' ']'
09:57:24 [2021-04-02T09:57:24.853Z] #24 6.920 ++ mktemp -d
09:57:24 [2021-04-02T09:57:24.853Z] #24 6.922 + export GOPATH=/tmp/tmp.yYtC9eYTuX
09:57:24 [2021-04-02T09:57:24.853Z] #24 6.922 + GOPATH=/tmp/tmp.yYtC9eYTuX
09:57:24 [2021-04-02T09:57:24.853Z] #24 6.922 + RM_GOPATH=1
09:57:24 [2021-04-02T09:57:24.853Z] #24 6.922 + case "$(go env GOARCH)" in
09:57:24 [2021-04-02T09:57:24.853Z] #24 6.922 ++ go env GOARCH
09:57:24 [2021-04-02T09:57:24.853Z] #24 6.928 + export GO_BUILDMODE=-buildmode=pie
09:57:24 [2021-04-02T09:57:24.854Z] #24 6.928 + GO_BUILDMODE=-buildmode=pie
09:57:24 [2021-04-02T09:57:24.854Z] #24 6.929 ++ dirname /tmp/install/install.sh
09:57:24 [2021-04-02T09:57:24.854Z] #24 6.940 + dir=/tmp/install
09:57:24 [2021-04-02T09:57:24.854Z] #24 6.940 + bin=dockercli
09:57:24 [2021-04-02T09:57:24.854Z] #24 6.940 + shift
09:57:24 [2021-04-02T09:57:24.854Z] #24 6.940 + '[' '!' -f /tmp/install/dockercli.installer ']'
09:57:24 [2021-04-02T09:57:24.854Z] #24 6.940 + . /tmp/install/dockercli.installer
09:57:24 [2021-04-02T09:57:24.854Z] #24 6.940 ++ : stable
09:57:24 [2021-04-02T09:57:24.854Z] #24 6.940 ++ : 17.06.2-ce
09:57:24 [2021-04-02T09:57:24.854Z] #24 6.940 + install_dockercli
09:57:24 [2021-04-02T09:57:24.854Z] #24 6.940 + echo 'Install docker/cli version 17.06.2-ce from stable'
09:57:24 [2021-04-02T09:57:24.854Z] #24 6.940 ++ uname -m
09:57:24 [2021-04-02T09:57:24.854Z] #24 6.943 Install docker/cli version 17.06.2-ce from stable
09:57:24 [2021-04-02T09:57:24.854Z] #24 6.953 + arch=x86_64
09:57:24 [2021-04-02T09:57:24.854Z] #24 6.953 + '[' x86_64 '!=' x86_64 ']'
09:57:24 [2021-04-02T09:57:24.854Z] #24 6.953 + url=https://download.docker.com/linux/static
09:57:24 [2021-04-02T09:57:24.854Z] #24 6.953 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
09:57:24 [2021-04-02T09:57:24.854Z] #24 6.953 + tar -xz docker/docker
09:57:24 [2021-04-02T09:57:24.854Z] #24 ...
09:57:24 [2021-04-02T09:57:24.854Z] 
09:57:24 [2021-04-02T09:57:24.854Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:57:24 [2021-04-02T09:57:24.854Z] #34 sha256:ea3af4d80f6ceb330a13c9395bc8f4d7a235f5d7f3ea6b283833f0aa1e2a8c73
09:57:24 [2021-04-02T09:57:24.854Z] #34 8.434 + RM_GOPATH=0
09:57:24 [2021-04-02T09:57:24.854Z] #34 8.434 + TMP_GOPATH=
09:57:24 [2021-04-02T09:57:24.854Z] #34 8.434 + : /build
09:57:24 [2021-04-02T09:57:24.854Z] #34 8.434 + '[' -z '' ']'
09:57:24 [2021-04-02T09:57:24.854Z] #34 8.434 ++ mktemp -d
09:57:24 [2021-04-02T09:57:24.854Z] #34 8.434 + export GOPATH=/tmp/tmp.gGSd7VDCLw
09:57:24 [2021-04-02T09:57:24.854Z] #34 8.434 + GOPATH=/tmp/tmp.gGSd7VDCLw
09:57:24 [2021-04-02T09:57:24.854Z] #34 8.434 + RM_GOPATH=1
09:57:24 [2021-04-02T09:57:24.854Z] #34 8.434 + case "$(go env GOARCH)" in
09:57:24 [2021-04-02T09:57:24.854Z] #34 8.434 ++ go env GOARCH
09:57:24 [2021-04-02T09:57:24.854Z] #34 8.472 + export GO_BUILDMODE=-buildmode=pie
09:57:24 [2021-04-02T09:57:24.854Z] #34 8.472 + GO_BUILDMODE=-buildmode=pie
09:57:24 [2021-04-02T09:57:24.854Z] #34 8.472 ++ dirname /tmp/install/install.sh
09:57:24 [2021-04-02T09:57:24.854Z] #34 8.487 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
09:57:24 [2021-04-02T09:57:24.854Z] #34 8.508 + dir=/tmp/install
09:57:24 [2021-04-02T09:57:24.854Z] #34 8.508 + bin=tomlv
09:57:24 [2021-04-02T09:57:24.854Z] #34 8.508 + shift
09:57:24 [2021-04-02T09:57:24.854Z] #34 8.508 + '[' '!' -f /tmp/install/tomlv.installer ']'
09:57:24 [2021-04-02T09:57:24.854Z] #34 8.508 + . /tmp/install/tomlv.installer
09:57:24 [2021-04-02T09:57:24.854Z] #34 8.508 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
09:57:24 [2021-04-02T09:57:24.854Z] #34 8.508 + install_tomlv
09:57:24 [2021-04-02T09:57:24.854Z] #34 8.508 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
09:57:24 [2021-04-02T09:57:24.854Z] #34 8.508 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.gGSd7VDCLw/src/github.com/BurntSushi/toml
09:57:24 [2021-04-02T09:57:24.854Z] #34 8.560 Cloning into '/tmp/tmp.gGSd7VDCLw/src/github.com/BurntSushi/toml'...
09:57:24 [2021-04-02T09:57:24.854Z] #34 9.488 + cd /tmp/tmp.gGSd7VDCLw/src/github.com/BurntSushi/toml
09:57:24 [2021-04-02T09:57:24.854Z] #34 9.488 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
09:57:24 [2021-04-02T09:57:24.854Z] #34 9.488 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
09:57:24 [2021-04-02T09:57:24.854Z] #34 10.23 math/bits
09:57:24 [2021-04-02T09:57:24.854Z] #34 10.46 runtime
09:57:25 [2021-04-02T09:57:25.052Z] #13 116.3 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
09:57:25 [2021-04-02T09:57:25.052Z] #13 116.3 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
09:57:25 [2021-04-02T09:57:25.052Z] #13 116.3 Setting up libapparmor1:amd64 (2.13.2-10) ...
09:57:25 [2021-04-02T09:57:25.052Z] #13 116.3 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
09:57:25 [2021-04-02T09:57:25.052Z] #13 116.3 Setting up libpcre16-3:amd64 (2:8.39-12) ...
09:57:25 [2021-04-02T09:57:25.052Z] #13 116.3 Setting up libsepol1-dev:amd64 (2.8-1) ...
09:57:25 [2021-04-02T09:57:25.052Z] #13 116.3 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
09:57:25 [2021-04-02T09:57:25.052Z] #13 116.4 Setting up libbtrfs0 (4.20.1-2) ...
09:57:25 [2021-04-02T09:57:25.052Z] #13 116.4 Setting up libpcre32-3:amd64 (2:8.39-12) ...
09:57:25 [2021-04-02T09:57:25.052Z] #13 116.4 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
09:57:25 [2021-04-02T09:57:25.052Z] #13 116.4 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
09:57:25 [2021-04-02T09:57:25.052Z] #13 116.5 Setting up libbtrfs-dev (4.20.1-2) ...
09:57:25 [2021-04-02T09:57:25.052Z] #13 116.5 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
09:57:25 [2021-04-02T09:57:25.052Z] #13 116.5 Setting up mingw-w64-common (6.0.0-3) ...
09:57:25 [2021-04-02T09:57:25.052Z] #13 116.5 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
09:57:25 [2021-04-02T09:57:25.099Z] #49 37.42 go: extracting github.com/gogo/protobuf v1.2.1
09:57:25 [2021-04-02T09:57:25.099Z] #49 ...
09:57:25 [2021-04-02T09:57:25.099Z] 
09:57:25 [2021-04-02T09:57:25.099Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
09:57:25 [2021-04-02T09:57:25.099Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:57:25 [2021-04-02T09:57:25.099Z] #13 23.19 Fetched 8933 kB in 20s (444 kB/s)
09:57:25 [2021-04-02T09:57:25.099Z] #13 23.19 Reading package lists...
09:57:25 [2021-04-02T09:57:25.110Z] #34 ...
09:57:25 [2021-04-02T09:57:25.110Z] 
09:57:25 [2021-04-02T09:57:25.110Z] #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
09:57:25 [2021-04-02T09:57:25.110Z] #51 sha256:6a13d11d9acdeebe606757aac9634273858195fdde076427560de568d96527eb
09:57:25 [2021-04-02T09:57:25.110Z] #51 8.509 + RM_GOPATH=0
09:57:25 [2021-04-02T09:57:25.110Z] #51 8.509 + TMP_GOPATH=
09:57:25 [2021-04-02T09:57:25.110Z] #51 8.509 + : /build
09:57:25 [2021-04-02T09:57:25.110Z] #51 8.509 + '[' -z '' ']'
09:57:25 [2021-04-02T09:57:25.110Z] #51 8.509 ++ mktemp -d
09:57:25 [2021-04-02T09:57:25.110Z] #51 8.517 + export GOPATH=/tmp/tmp.EQt4Z69IW2
09:57:25 [2021-04-02T09:57:25.110Z] #51 8.517 + GOPATH=/tmp/tmp.EQt4Z69IW2
09:57:25 [2021-04-02T09:57:25.110Z] #51 8.517 + RM_GOPATH=1
09:57:25 [2021-04-02T09:57:25.110Z] #51 8.517 + case "$(go env GOARCH)" in
09:57:25 [2021-04-02T09:57:25.110Z] #51 8.518 ++ go env GOARCH
09:57:25 [2021-04-02T09:57:25.110Z] #51 8.561 + export GO_BUILDMODE=-buildmode=pie
09:57:25 [2021-04-02T09:57:25.110Z] #51 8.561 + GO_BUILDMODE=-buildmode=pie
09:57:25 [2021-04-02T09:57:25.110Z] #51 8.561 ++ dirname /tmp/install/install.sh
09:57:25 [2021-04-02T09:57:25.110Z] #51 8.561 + dir=/tmp/install
09:57:25 [2021-04-02T09:57:25.110Z] #51 8.561 + bin=shfmt
09:57:25 [2021-04-02T09:57:25.110Z] #51 8.561 + shift
09:57:25 [2021-04-02T09:57:25.110Z] #51 8.561 + '[' '!' -f /tmp/install/shfmt.installer ']'
09:57:25 [2021-04-02T09:57:25.110Z] #51 8.561 + . /tmp/install/shfmt.installer
09:57:25 [2021-04-02T09:57:25.110Z] #51 8.561 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
09:57:25 [2021-04-02T09:57:25.110Z] #51 8.561 + install_shfmt
09:57:25 [2021-04-02T09:57:25.110Z] #51 8.561 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
09:57:25 [2021-04-02T09:57:25.110Z] #51 8.561 + git clone https://github.com/mvdan/sh.git /tmp/tmp.EQt4Z69IW2/src/github.com/mvdan/sh
09:57:25 [2021-04-02T09:57:25.110Z] #51 8.561 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
09:57:25 [2021-04-02T09:57:25.110Z] #51 8.562 Cloning into '/tmp/tmp.EQt4Z69IW2/src/github.com/mvdan/sh'...
09:57:25 [2021-04-02T09:57:25.308Z] #13 116.5 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
09:57:25 [2021-04-02T09:57:25.308Z] #13 116.5 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
09:57:25 [2021-04-02T09:57:25.308Z] #13 116.5 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
09:57:25 [2021-04-02T09:57:25.308Z] #13 116.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
09:57:25 [2021-04-02T09:57:25.308Z] #13 116.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
09:57:25 [2021-04-02T09:57:25.308Z] #13 116.6 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
09:57:25 [2021-04-02T09:57:25.308Z] #13 116.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
09:57:25 [2021-04-02T09:57:25.308Z] #13 116.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
09:57:25 [2021-04-02T09:57:25.308Z] #13 116.6 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
09:57:25 [2021-04-02T09:57:25.308Z] #13 116.6 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
09:57:25 [2021-04-02T09:57:25.308Z] #13 116.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
09:57:25 [2021-04-02T09:57:25.308Z] #13 116.6 Setting up dmsetup (2:1.02.155-3) ...
09:57:25 [2021-04-02T09:57:25.308Z] #13 116.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
09:57:25 [2021-04-02T09:57:25.308Z] #13 116.7 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
09:57:25 [2021-04-02T09:57:25.308Z] #13 116.7 Processing triggers for libc-bin (2.28-10) ...
09:57:25 [2021-04-02T09:57:25.368Z] #51 ...
09:57:25 [2021-04-02T09:57:25.368Z] 
09:57:25 [2021-04-02T09:57:25.368Z] #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
09:57:25 [2021-04-02T09:57:25.368Z] #47 sha256:0eee3142566846765c076b75f8a2feb485190f15ffba05354ee3fab47b6b7b0e
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.598 + RM_GOPATH=0
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.598 + TMP_GOPATH=
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.598 + : /build
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.598 + '[' -z '' ']'
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.598 ++ mktemp -d
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.598 + export GOPATH=/tmp/tmp.1DkvNr8481
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.598 + GOPATH=/tmp/tmp.1DkvNr8481
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.598 + RM_GOPATH=1
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.598 + case "$(go env GOARCH)" in
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.598 ++ go env GOARCH
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.608 + export GO_BUILDMODE=-buildmode=pie
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.608 + GO_BUILDMODE=-buildmode=pie
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.608 ++ dirname /tmp/install/install.sh
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.608 + dir=/tmp/install
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.608 + bin=gotestsum
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.608 + shift
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.608 + '[' '!' -f /tmp/install/gotestsum.installer ']'
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.608 + . /tmp/install/gotestsum.installer
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.608 ++ : v0.5.3
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.608 + install_gotestsum
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.608 + set -e
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.608 + export GO111MODULE=on
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.608 + GO111MODULE=on
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.608 + GOBIN=/build
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.608 + go get gotest.tools/gotestsum@v0.5.3
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.721 go: finding gotest.tools v0.5.3
09:57:25 [2021-04-02T09:57:25.368Z] #47 5.721 go: finding gotest.tools/gotestsum v0.5.3
09:57:25 [2021-04-02T09:57:25.368Z] #47 6.295 go: downloading gotest.tools/gotestsum v0.5.3
09:57:25 [2021-04-02T09:57:25.368Z] #47 6.742 go: extracting gotest.tools/gotestsum v0.5.3
09:57:25 [2021-04-02T09:57:25.368Z] #47 7.241 go: downloading github.com/fatih/color v1.9.0
09:57:25 [2021-04-02T09:57:25.368Z] #47 7.242 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
09:57:25 [2021-04-02T09:57:25.368Z] #47 7.245 go: downloading github.com/jonboulle/clockwork v0.1.0
09:57:25 [2021-04-02T09:57:25.368Z] #47 7.280 go: downloading github.com/spf13/pflag v1.0.3
09:57:25 [2021-04-02T09:57:25.368Z] #47 7.290 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
09:57:25 [2021-04-02T09:57:25.368Z] #47 7.380 go: extracting github.com/fatih/color v1.9.0
09:57:25 [2021-04-02T09:57:25.368Z] #47 7.396 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
09:57:25 [2021-04-02T09:57:25.368Z] #47 7.454 go: downloading github.com/pkg/errors v0.9.1
09:57:25 [2021-04-02T09:57:25.368Z] #47 7.477 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
09:57:25 [2021-04-02T09:57:25.368Z] #47 7.538 go: downloading github.com/mattn/go-isatty v0.0.12
09:57:25 [2021-04-02T09:57:25.368Z] #47 7.538 go: downloading github.com/mattn/go-colorable v0.1.6
09:57:25 [2021-04-02T09:57:25.368Z] #47 7.695 go: extracting github.com/jonboulle/clockwork v0.1.0
09:57:25 [2021-04-02T09:57:25.368Z] #47 7.695 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
09:57:25 [2021-04-02T09:57:25.368Z] #47 7.723 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
09:57:25 [2021-04-02T09:57:25.368Z] #47 7.812 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
09:57:25 [2021-04-02T09:57:25.368Z] #47 7.847 go: extracting github.com/spf13/pflag v1.0.3
09:57:25 [2021-04-02T09:57:25.368Z] #47 7.886 go: extracting github.com/mattn/go-colorable v0.1.6
09:57:25 [2021-04-02T09:57:25.368Z] #47 7.999 go: extracting github.com/pkg/errors v0.9.1
09:57:25 [2021-04-02T09:57:25.368Z] #47 8.020 go: extracting github.com/mattn/go-isatty v0.0.12
09:57:25 [2021-04-02T09:57:25.368Z] #47 10.02 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
09:57:25 [2021-04-02T09:57:25.368Z] #47 10.64 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
09:57:25 [2021-04-02T09:57:25.368Z] #47 ...
09:57:25 [2021-04-02T09:57:25.368Z] 
09:57:25 [2021-04-02T09:57:25.368Z] #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
09:57:25 [2021-04-02T09:57:25.368Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:57:25 [2021-04-02T09:57:25.368Z] #36 8.509 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
09:57:25 [2021-04-02T09:57:25.368Z] #36 8.547 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:57:25 [2021-04-02T09:57:25.368Z] #36 8.617 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:57:25 [2021-04-02T09:57:25.368Z] #36 9.621 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:57:25 [2021-04-02T09:57:25.422Z] #27 4.721 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
09:57:25 [2021-04-02T09:57:25.422Z] #27 4.721 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:57:25 [2021-04-02T09:57:25.422Z] #27 4.737 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:57:25 [2021-04-02T09:57:25.422Z] #27 ...
09:57:25 [2021-04-02T09:57:25.422Z] 
09:57:25 [2021-04-02T09:57:25.422Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
09:57:25 [2021-04-02T09:57:25.422Z] #63 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef
09:57:25 [2021-04-02T09:57:25.422Z] #63 DONE 1.3s
09:57:25 [2021-04-02T09:57:25.422Z] 
09:57:25 [2021-04-02T09:57:25.422Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:57:25 [2021-04-02T09:57:25.422Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
09:57:25 [2021-04-02T09:57:25.422Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 12.6s done
09:57:25 [2021-04-02T09:57:25.422Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.4s done
09:57:25 [2021-04-02T09:57:25.422Z] #9 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.3s done
09:57:25 [2021-04-02T09:57:25.422Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 2.2s
09:57:25 [2021-04-02T09:57:25.422Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 2.4s done
09:57:25 [2021-04-02T09:57:25.433Z] #47 ...
09:57:25 [2021-04-02T09:57:25.433Z] 
09:57:25 [2021-04-02T09:57:25.433Z] #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
09:57:25 [2021-04-02T09:57:25.433Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:57:25 [2021-04-02T09:57:25.433Z] #13 9.572 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [271 kB]
09:57:25 [2021-04-02T09:57:25.433Z] #13 11.34 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
09:57:25 [2021-04-02T09:57:25.625Z] #36 ...
09:57:25 [2021-04-02T09:57:25.625Z] 
09:57:25 [2021-04-02T09:57:25.625Z] #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
09:57:25 [2021-04-02T09:57:25.625Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:57:25 [2021-04-02T09:57:25.625Z] #42 5.064 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
09:57:25 [2021-04-02T09:57:25.625Z] #42 5.096 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:57:25 [2021-04-02T09:57:25.625Z] #42 5.096 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:57:25 [2021-04-02T09:57:25.625Z] #42 5.302 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:57:25 [2021-04-02T09:57:25.625Z] #42 5.763 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [271 kB]
09:57:25 [2021-04-02T09:57:25.625Z] #42 6.794 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
09:57:25 [2021-04-02T09:57:25.625Z] #42 ...
09:57:25 [2021-04-02T09:57:25.625Z] 
09:57:25 [2021-04-02T09:57:25.625Z] #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
09:57:25 [2021-04-02T09:57:25.625Z] #67 sha256:6163e59afe7ca5630e102556b9e9163d6f63c504e2be1daf3d031af4c60a8b6e
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.254 + RM_GOPATH=0
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.254 + TMP_GOPATH=
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.254 + : /build
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.254 + '[' -z '' ']'
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.255 ++ mktemp -d
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.261 + export GOPATH=/tmp/tmp.tRcO77fYkS
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.261 + GOPATH=/tmp/tmp.tRcO77fYkS
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.261 + RM_GOPATH=1
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.261 + case "$(go env GOARCH)" in
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.265 ++ go env GOARCH
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.284 + export GO_BUILDMODE=-buildmode=pie
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.284 + GO_BUILDMODE=-buildmode=pie
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.284 ++ dirname /tmp/install/install.sh
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.288 + dir=/tmp/install
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.288 + bin=proxy
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.288 + shift
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.288 + '[' '!' -f /tmp/install/proxy.installer ']'
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.288 + . /tmp/install/proxy.installer
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.289 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.289 + install_proxy
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.289 + case "$1" in
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.289 + export CGO_ENABLED=0
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.289 + CGO_ENABLED=0
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.289 + _install_proxy
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.289 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46'
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.289 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.tRcO77fYkS/src/github.com/docker/libnetwork
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.294 Cloning into '/tmp/tmp.tRcO77fYkS/src/github.com/docker/libnetwork'...
09:57:25 [2021-04-02T09:57:25.625Z] #67 6.295 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46
09:57:25 [2021-04-02T09:57:25.695Z] #13 ...
09:57:25 [2021-04-02T09:57:25.695Z] 
09:57:25 [2021-04-02T09:57:25.695Z] #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
09:57:25 [2021-04-02T09:57:25.695Z] #49 sha256:a45200b0e51390b0e7b6918bffddfb65d3838a2b387e9e2ef397a9a5c69d0abb
09:57:25 [2021-04-02T09:57:25.695Z] #49 18.83 go: extracting github.com/ultraware/whitespace v0.0.4
09:57:25 [2021-04-02T09:57:25.695Z] #49 19.07 go: downloading github.com/go-lintpack/lintpack v0.5.2
09:57:25 [2021-04-02T09:57:25.695Z] #49 19.37 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
09:57:25 [2021-04-02T09:57:25.695Z] #49 19.41 go: extracting github.com/hashicorp/hcl v1.0.0
09:57:25 [2021-04-02T09:57:25.695Z] #49 19.41 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
09:57:25 [2021-04-02T09:57:25.695Z] #49 19.66 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
09:57:25 [2021-04-02T09:57:25.695Z] #49 19.97 go: extracting github.com/go-lintpack/lintpack v0.5.2
09:57:25 [2021-04-02T09:57:25.695Z] #49 20.66 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
09:57:25 [2021-04-02T09:57:25.695Z] #49 20.83 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
09:57:25 [2021-04-02T09:57:25.695Z] #49 20.89 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
09:57:25 [2021-04-02T09:57:25.695Z] #49 21.10 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
09:57:25 [2021-04-02T09:57:25.695Z] #49 21.38 go: downloading github.com/fatih/color v1.7.0
09:57:25 [2021-04-02T09:57:25.695Z] #49 21.40 go: downloading github.com/stretchr/testify v1.4.0
09:57:25 [2021-04-02T09:57:25.695Z] #49 21.44 go: downloading github.com/magiconair/properties v1.8.1
09:57:25 [2021-04-02T09:57:25.695Z] #49 21.48 go: extracting github.com/fatih/color v1.7.0
09:57:25 [2021-04-02T09:57:25.695Z] #49 21.48 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
09:57:25 [2021-04-02T09:57:25.695Z] #49 21.60 go: extracting github.com/magiconair/properties v1.8.1
09:57:25 [2021-04-02T09:57:25.695Z] #49 21.68 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
09:57:25 [2021-04-02T09:57:25.695Z] #49 21.70 go: downloading github.com/subosito/gotenv v1.2.0
09:57:25 [2021-04-02T09:57:25.695Z] #49 21.86 go: extracting github.com/stretchr/testify v1.4.0
09:57:25 [2021-04-02T09:57:25.695Z] #49 22.02 go: extracting github.com/subosito/gotenv v1.2.0
09:57:25 [2021-04-02T09:57:25.695Z] #49 22.05 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
09:57:25 [2021-04-02T09:57:25.695Z] #49 22.11 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
09:57:25 [2021-04-02T09:57:25.695Z] #49 22.14 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
09:57:25 [2021-04-02T09:57:25.695Z] #49 22.29 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
09:57:25 [2021-04-02T09:57:25.695Z] #49 22.57 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
09:57:25 [2021-04-02T09:57:25.695Z] #49 24.83 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
09:57:25 [2021-04-02T09:57:25.695Z] #49 24.84 go: downloading github.com/stretchr/objx v0.2.0
09:57:25 [2021-04-02T09:57:25.695Z] #49 24.84 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
09:57:25 [2021-04-02T09:57:25.695Z] #49 24.85 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
09:57:25 [2021-04-02T09:57:25.695Z] #49 24.85 go: downloading github.com/pmezard/go-difflib v1.0.0
09:57:25 [2021-04-02T09:57:25.695Z] #49 24.85 go: downloading github.com/ultraware/funlen v0.0.2
09:57:25 [2021-04-02T09:57:25.695Z] #49 24.88 go: downloading github.com/spf13/jwalterweatherman v1.0.0
09:57:25 [2021-04-02T09:57:25.695Z] #49 24.88 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.04 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.04 go: extracting github.com/ultraware/funlen v0.0.2
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.06 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.08 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.08 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.08 go: extracting github.com/pmezard/go-difflib v1.0.0
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.09 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.12 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.13 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.15 go: extracting github.com/stretchr/objx v0.2.0
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.19 go: downloading github.com/sourcegraph/go-diff v0.5.1
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.19 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.26 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.28 go: extracting github.com/spf13/jwalterweatherman v1.0.0
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.32 go: downloading github.com/mattn/go-isatty v0.0.8
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.32 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.35 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.39 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.48 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.50 go: downloading github.com/uudashr/gocognit v1.0.1
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.50 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.65 go: extracting github.com/mattn/go-isatty v0.0.8
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.68 go: extracting github.com/uudashr/gocognit v1.0.1
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.70 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.72 go: extracting github.com/sourcegraph/go-diff v0.5.1
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.75 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.75 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
09:57:25 [2021-04-02T09:57:25.695Z] #49 25.77 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
09:57:25 [2021-04-02T09:57:25.882Z] #67 ...
09:57:25 [2021-04-02T09:57:25.882Z] 
09:57:25 [2021-04-02T09:57:25.882Z] #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
09:57:25 [2021-04-02T09:57:25.882Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
09:57:25 [2021-04-02T09:57:25.882Z] #32 7.330 + git clone https://github.com/kolyshkin/go-swagger.git .
09:57:25 [2021-04-02T09:57:25.882Z] #32 7.330 Cloning into '.'...
09:57:25 [2021-04-02T09:57:25.958Z] #49 25.85 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
09:57:25 [2021-04-02T09:57:25.958Z] #49 25.89 go: downloading github.com/go-critic/go-critic v0.4.1
09:57:25 [2021-04-02T09:57:25.958Z] #49 25.89 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
09:57:25 [2021-04-02T09:57:25.958Z] #49 25.97 go: downloading github.com/davecgh/go-spew v1.1.1
09:57:25 [2021-04-02T09:57:25.958Z] #49 ...
09:57:25 [2021-04-02T09:57:25.958Z] 
09:57:25 [2021-04-02T09:57:25.959Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
09:57:25 [2021-04-02T09:57:25.959Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
09:57:25 [2021-04-02T09:57:25.959Z] #40 25.63 Checking out files:  94% (1583/1684)   
Checking out files:  95% (1600/1684)   
Checking out files:  96% (1617/1684)   
Checking out files:  97% (1634/1684)   
Checking out files:  98% (1651/1684)   
Checking out files:  99% (1668/1684)   
Checking out files: 100% (1684/1684)   
Checking out files: 100% (1684/1684), done.
09:57:25 [2021-04-02T09:57:25.959Z] #40 25.76 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
09:57:26 [2021-04-02T09:57:26.139Z] #32 ...
09:57:26 [2021-04-02T09:57:26.139Z] 
09:57:26 [2021-04-02T09:57:26.139Z] #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
09:57:26 [2021-04-02T09:57:26.139Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
09:57:26 [2021-04-02T09:57:26.139Z] #55 5.796 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
09:57:26 [2021-04-02T09:57:26.139Z] #55 5.804 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:57:26 [2021-04-02T09:57:26.139Z] #55 5.804 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:57:26 [2021-04-02T09:57:26.139Z] #55 6.172 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:57:26 [2021-04-02T09:57:26.139Z] #55 6.993 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [271 kB]
09:57:26 [2021-04-02T09:57:26.139Z] #55 8.684 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
09:57:26 [2021-04-02T09:57:26.139Z] #55 ...
09:57:26 [2021-04-02T09:57:26.139Z] 
09:57:26 [2021-04-02T09:57:26.139Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:57:26 [2021-04-02T09:57:26.139Z] #34 sha256:ea3af4d80f6ceb330a13c9395bc8f4d7a235f5d7f3ea6b283833f0aa1e2a8c73
09:57:26 [2021-04-02T09:57:26.139Z] #34 10.98 math
09:57:26 [2021-04-02T09:57:26.365Z] #9 ...
09:57:26 [2021-04-02T09:57:26.365Z] 
09:57:26 [2021-04-02T09:57:26.365Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
09:57:26 [2021-04-02T09:57:26.365Z] #65 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08
09:57:26 [2021-04-02T09:57:26.365Z] #65 DONE 1.7s
09:57:26 [2021-04-02T09:57:26.365Z] 
09:57:26 [2021-04-02T09:57:26.365Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:57:26 [2021-04-02T09:57:26.365Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
09:57:26 [2021-04-02T09:57:26.365Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44
09:57:26 [2021-04-02T09:57:26.365Z] #9 ...
09:57:26 [2021-04-02T09:57:26.365Z] 
09:57:26 [2021-04-02T09:57:26.365Z] #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
09:57:26 [2021-04-02T09:57:26.365Z] #27 sha256:d27195ceaffc1f9a65c2220ed12d7feaf17d51abd478d3d656591b753a121514
09:57:26 [2021-04-02T09:57:26.365Z] #27 4.950 Get:4 http://security.debian.org/debian-security buster/updates/main arm64 Packages [266 kB]
09:57:26 [2021-04-02T09:57:26.365Z] #27 5.195 Get:5 http://deb.debian.org/debian buster/main arm64 Packages [7736 kB]
09:57:26 [2021-04-02T09:57:26.365Z] #27 5.798 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [9480 B]
09:57:26 [2021-04-02T09:57:26.483Z] #13 30.56 Reading package lists...
09:57:26 [2021-04-02T09:57:26.483Z] #13 ...
09:57:26 [2021-04-02T09:57:26.483Z] 
09:57:26 [2021-04-02T09:57:26.483Z] #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
09:57:26 [2021-04-02T09:57:26.483Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:57:26 [2021-04-02T09:57:26.483Z] #36 32.34 Reading package lists...
09:57:27 [2021-04-02T09:57:27.316Z] #27 7.312 Fetched 8250 kB in 3s (2902 kB/s)
09:57:27 [2021-04-02T09:57:27.827Z] #13 DONE 118.7s
09:57:27 [2021-04-02T09:57:27.827Z] 
09:57:27 [2021-04-02T09:57:27.827Z] #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
09:57:27 [2021-04-02T09:57:27.827Z] #53 sha256:e66f9d4424f61c8ee7f19682c94e2a9df6f10280bdbc8cf1d4037350306e24ff
09:57:27 [2021-04-02T09:57:27.874Z] #40 ...
09:57:27 [2021-04-02T09:57:27.874Z] 
09:57:27 [2021-04-02T09:57:27.874Z] #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
09:57:27 [2021-04-02T09:57:27.874Z] #58 sha256:a65e144e64ff1e5509afd398388252049c0b0ebbbae1aab7762c38411ddebd94
09:57:27 [2021-04-02T09:57:27.874Z] #58 17.67 go: extracting github.com/pkg/errors v0.9.1
09:57:27 [2021-04-02T09:57:27.874Z] #58 18.63 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
09:57:27 [2021-04-02T09:57:27.874Z] #58 18.70 go: downloading github.com/u-root/u-root v7.0.0+incompatible
09:57:27 [2021-04-02T09:57:27.874Z] #58 19.90 go: extracting github.com/moby/vpnkit v0.5.0
09:57:27 [2021-04-02T09:57:27.874Z] #58 21.52 go: extracting github.com/urfave/cli/v2 v2.3.0
09:57:27 [2021-04-02T09:57:27.874Z] #58 22.79 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
09:57:27 [2021-04-02T09:57:27.874Z] #58 25.07 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
09:57:27 [2021-04-02T09:57:27.874Z] #58 25.76 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
09:57:27 [2021-04-02T09:57:27.874Z] #58 25.87 go: extracting github.com/u-root/u-root v7.0.0+incompatible
09:57:27 [2021-04-02T09:57:27.874Z] #58 26.23 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
09:57:27 [2021-04-02T09:57:27.874Z] #58 26.32 go: downloading github.com/russross/blackfriday/v2 v2.1.0
09:57:27 [2021-04-02T09:57:27.874Z] #58 26.68 go: extracting github.com/russross/blackfriday/v2 v2.1.0
09:57:27 [2021-04-02T09:57:27.874Z] #58 ...
09:57:27 [2021-04-02T09:57:27.874Z] 
09:57:27 [2021-04-02T09:57:27.874Z] #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
09:57:27 [2021-04-02T09:57:27.874Z] #67 sha256:774b7efad8c9d47477a002625a315352c0b6c90099e2215cd42ad8cfcb50d6f1
09:57:27 [2021-04-02T09:57:27.875Z] #67 26.83 Checking out files:  63% (1214/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.
09:57:27 [2021-04-02T09:57:27.875Z] #67 27.48 + cd /tmp/tmp.iogOWs8yJ6/src/github.com/docker/libnetwork
09:57:27 [2021-04-02T09:57:27.875Z] #67 27.49 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46
09:57:27 [2021-04-02T09:57:27.875Z] #67 27.71 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
09:57:28 [2021-04-02T09:57:28.260Z] #27 7.312 Reading package lists...
09:57:28 [2021-04-02T09:57:28.655Z] #36 39.11 Building dependency tree...
09:57:28 [2021-04-02T09:57:28.755Z] #53 ...
09:57:28 [2021-04-02T09:57:28.755Z] 
09:57:28 [2021-04-02T09:57:28.755Z] #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
09:57:28 [2021-04-02T09:57:28.755Z] #58 sha256:04c63ffc228b18bd77dc62b7707357a4fd5416c7b5c653f34f58f7710573a174
09:57:28 [2021-04-02T09:57:28.755Z] #58 118.3 + for f in rootlesskit rootlesskit-docker-proxy
09:57:28 [2021-04-02T09:57:28.755Z] #58 118.3 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
09:57:28 [2021-04-02T09:57:28.755Z] #58 DONE 126.4s
09:57:28 [2021-04-02T09:57:28.819Z] #67 ...
09:57:28 [2021-04-02T09:57:28.819Z] 
09:57:28 [2021-04-02T09:57:28.819Z] #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
09:57:28 [2021-04-02T09:57:28.819Z] #51 sha256:cb048a09b84ac35dc240ad782ae0c619c19b99b138a0899f6dd20b15a1cd84b2
09:57:28 [2021-04-02T09:57:28.819Z] #51 18.69 + cd /tmp/tmp.4onkDVVfeu/src/github.com/mvdan/sh
09:57:28 [2021-04-02T09:57:28.819Z] #51 18.69 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
09:57:28 [2021-04-02T09:57:28.819Z] #51 18.98 + GO111MODULE=on
09:57:28 [2021-04-02T09:57:28.819Z] #51 18.98 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
09:57:28 [2021-04-02T09:57:28.819Z] #51 20.46 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
09:57:28 [2021-04-02T09:57:28.819Z] #51 20.48 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
09:57:28 [2021-04-02T09:57:28.819Z] #51 20.51 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
09:57:28 [2021-04-02T09:57:28.819Z] #51 20.84 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
09:57:28 [2021-04-02T09:57:28.819Z] #51 20.96 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
09:57:28 [2021-04-02T09:57:28.819Z] #51 21.85 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
09:57:28 [2021-04-02T09:57:28.819Z] #51 22.76 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
09:57:28 [2021-04-02T09:57:28.819Z] #51 24.12 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
09:57:28 [2021-04-02T09:57:28.819Z] #51 25.33 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
09:57:28 [2021-04-02T09:57:28.819Z] #51 25.50 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
09:57:28 [2021-04-02T09:57:28.819Z] #51 25.64 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
09:57:28 [2021-04-02T09:57:28.819Z] #51 25.83 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
09:57:28 [2021-04-02T09:57:28.819Z] #51 26.58 runtime
09:57:28 [2021-04-02T09:57:28.819Z] #51 26.64 runtime/cgo
09:57:28 [2021-04-02T09:57:28.819Z] #51 ...
09:57:28 [2021-04-02T09:57:28.819Z] 
09:57:28 [2021-04-02T09:57:28.819Z] #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
09:57:28 [2021-04-02T09:57:28.819Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
09:57:28 [2021-04-02T09:57:28.819Z] #40 28.37 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
09:57:29 [2021-04-02T09:57:29.014Z] 
09:57:29 [2021-04-02T09:57:29.014Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
09:57:29 [2021-04-02T09:57:29.014Z] #59 sha256:301704bd0343e0afd1e9249009db3cf05ddc36a8680db2c7c82606cadd065344
09:57:29 [2021-04-02T09:57:29.014Z] #59 DONE 0.1s
09:57:29 [2021-04-02T09:57:29.014Z] 
09:57:29 [2021-04-02T09:57:29.014Z] #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
09:57:29 [2021-04-02T09:57:29.014Z] #53 sha256:e66f9d4424f61c8ee7f19682c94e2a9df6f10280bdbc8cf1d4037350306e24ff
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.529 + RM_GOPATH=0
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.529 + TMP_GOPATH=
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.529 + : /build
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.529 + '[' -z '' ']'
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.531 ++ mktemp -d
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.553 + export GOPATH=/tmp/tmp.cpdce7ENbp
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.553 + GOPATH=/tmp/tmp.cpdce7ENbp
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.553 + RM_GOPATH=1
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.553 + case "$(go env GOARCH)" in
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.557 ++ go env GOARCH
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.603 + export GO_BUILDMODE=-buildmode=pie
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.603 + GO_BUILDMODE=-buildmode=pie
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.603 ++ dirname /tmp/install/install.sh
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.603 + dir=/tmp/install
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.603 + bin=runc
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.603 + shift
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.603 + '[' '!' -f /tmp/install/runc.installer ']'
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.603 + . /tmp/install/runc.installer
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.603 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.603 + install_runc
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.603 + grep -q '^3\.10\.0.*\.el7\.'
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.603 + uname -r
09:57:29 [2021-04-02T09:57:29.014Z] #53 ...
09:57:29 [2021-04-02T09:57:29.014Z] 
09:57:29 [2021-04-02T09:57:29.014Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
09:57:29 [2021-04-02T09:57:29.014Z] #60 sha256:e86d97597d1ad7a3623ed9332200d5b2023884041784a8516e3836e0605ce05e
09:57:29 [2021-04-02T09:57:29.014Z] #60 DONE 0.1s
09:57:29 [2021-04-02T09:57:29.014Z] 
09:57:29 [2021-04-02T09:57:29.014Z] #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
09:57:29 [2021-04-02T09:57:29.014Z] #53 sha256:e66f9d4424f61c8ee7f19682c94e2a9df6f10280bdbc8cf1d4037350306e24ff
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.606 + RUNC_BUILDTAGS='seccomp '
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.606 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.606 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.cpdce7ENbp/src/github.com/opencontainers/runc
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.606 Cloning into '/tmp/tmp.cpdce7ENbp/src/github.com/opencontainers/runc'...
09:57:29 [2021-04-02T09:57:29.014Z] #53 1.606 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
09:57:29 [2021-04-02T09:57:29.269Z] #53 ...
09:57:29 [2021-04-02T09:57:29.269Z] 
09:57:29 [2021-04-02T09:57:29.269Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
09:57:29 [2021-04-02T09:57:29.269Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
09:57:29 [2021-04-02T09:57:29.269Z] #14 DONE 2.0s
09:57:29 [2021-04-02T09:57:29.525Z] 
09:57:29 [2021-04-02T09:57:29.525Z] #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
09:57:29 [2021-04-02T09:57:29.525Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
09:57:29 [2021-04-02T09:57:29.649Z] #27 8.598 Reading package lists...
09:57:29 [2021-04-02T09:57:29.921Z] #27 9.876 Building dependency tree...
09:57:30 [2021-04-02T09:57:30.183Z] #27 10.52 The following additional packages will be installed:
09:57:30 [2021-04-02T09:57:30.183Z] #27 10.52   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
09:57:30 [2021-04-02T09:57:30.183Z] #27 10.52   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
09:57:30 [2021-04-02T09:57:30.183Z] #27 10.52   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
09:57:30 [2021-04-02T09:57:30.183Z] #27 10.52 Suggested packages:
09:57:30 [2021-04-02T09:57:30.183Z] #27 10.52   krb5-doc krb5-user
09:57:30 [2021-04-02T09:57:30.183Z] #27 10.52 Recommended packages:
09:57:30 [2021-04-02T09:57:30.183Z] #27 10.52   krb5-locales publicsuffix libsasl2-modules
09:57:30 [2021-04-02T09:57:30.444Z] #27 10.84 The following NEW packages will be installed:
09:57:30 [2021-04-02T09:57:30.444Z] #27 10.84   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
09:57:30 [2021-04-02T09:57:30.444Z] #27 10.84   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
09:57:30 [2021-04-02T09:57:30.444Z] #27 10.84   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
09:57:30 [2021-04-02T09:57:30.444Z] #27 10.84   libssh2-1 libssl1.1 openssl
09:57:30 [2021-04-02T09:57:30.459Z] #34 ...
09:57:30 [2021-04-02T09:57:30.459Z] 
09:57:30 [2021-04-02T09:57:30.459Z] #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
09:57:30 [2021-04-02T09:57:30.459Z] #24 sha256:eafebb5f3e68e6d320b3481177687d5cb32764fd70d0bece7e984ee272ae8ef4
09:57:30 [2021-04-02T09:57:30.459Z] #24 14.95 + mkdir -p /build
09:57:30 [2021-04-02T09:57:30.459Z] #24 14.95 + mv docker/docker /build/
09:57:30 [2021-04-02T09:57:30.459Z] #24 14.95 + rmdir docker
09:57:30 [2021-04-02T09:57:30.459Z] #24 DONE 15.6s
09:57:30 [2021-04-02T09:57:30.459Z] 
09:57:30 [2021-04-02T09:57:30.459Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:57:30 [2021-04-02T09:57:30.459Z] #34 sha256:ea3af4d80f6ceb330a13c9395bc8f4d7a235f5d7f3ea6b283833f0aa1e2a8c73
09:57:30 [2021-04-02T09:57:30.459Z] #34 15.82 internal/testlog
09:57:30 [2021-04-02T09:57:30.564Z] #36 42.70 The following additional packages will be installed:
09:57:30 [2021-04-02T09:57:30.564Z] #36 42.71   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
09:57:30 [2021-04-02T09:57:30.564Z] #36 42.73 Suggested packages:
09:57:30 [2021-04-02T09:57:30.564Z] #36 42.73   cmake-doc ninja-build lrzip
09:57:30 [2021-04-02T09:57:30.564Z] #36 42.73 Recommended packages:
09:57:30 [2021-04-02T09:57:30.564Z] #36 42.73   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
09:57:30 [2021-04-02T09:57:30.707Z] #27 11.14 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
09:57:30 [2021-04-02T09:57:30.707Z] #27 11.14 Need to get 4777 kB of archives.
09:57:30 [2021-04-02T09:57:30.707Z] #27 11.14 After this operation, 11.5 MB of additional disk space will be used.
09:57:30 [2021-04-02T09:57:30.707Z] #27 11.14 Get:1 http://security.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u6 [1382 kB]
09:57:30 [2021-04-02T09:57:30.707Z] #27 11.14 Get:2 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB]
09:57:30 [2021-04-02T09:57:30.707Z] #27 11.15 Get:3 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB]
09:57:30 [2021-04-02T09:57:30.707Z] #27 11.15 Get:4 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u1 [64.9 kB]
09:57:30 [2021-04-02T09:57:30.707Z] #27 11.15 Get:5 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u1 [123 kB]
09:57:30 [2021-04-02T09:57:30.707Z] #27 11.15 Get:6 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u1 [351 kB]
09:57:30 [2021-04-02T09:57:30.707Z] #27 11.15 Get:7 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u1 [150 kB]
09:57:30 [2021-04-02T09:57:30.707Z] #27 11.16 Get:8 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB]
09:57:30 [2021-04-02T09:57:30.717Z] #34 16.17 encoding
09:57:30 [2021-04-02T09:57:30.969Z] #27 11.16 Get:9 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB]
09:57:30 [2021-04-02T09:57:30.969Z] #27 11.16 Get:10 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
09:57:30 [2021-04-02T09:57:30.969Z] #27 11.17 Get:11 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u6 [216 kB]
09:57:30 [2021-04-02T09:57:30.969Z] #27 11.17 Get:12 http://security.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1d-0+deb10u6 [823 kB]
09:57:30 [2021-04-02T09:57:30.969Z] #27 11.17 Get:13 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB]
09:57:30 [2021-04-02T09:57:30.969Z] #27 11.17 Get:14 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB]
09:57:30 [2021-04-02T09:57:30.969Z] #27 11.22 Get:15 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB]
09:57:30 [2021-04-02T09:57:30.969Z] #27 11.23 Get:16 http://security.debian.org/debian-security buster/updates/main arm64 libcurl4 arm64 7.64.0-4+deb10u2 [312 kB]
09:57:30 [2021-04-02T09:57:30.969Z] #27 11.23 Get:17 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB]
09:57:30 [2021-04-02T09:57:30.969Z] #27 11.23 Get:18 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB]
09:57:30 [2021-04-02T09:57:30.969Z] #27 11.23 Get:19 http://security.debian.org/debian-security buster/updates/main arm64 curl arm64 7.64.0-4+deb10u2 [260 kB]
09:57:30 [2021-04-02T09:57:30.969Z] #27 11.23 Get:20 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB]
09:57:30 [2021-04-02T09:57:30.969Z] #27 11.23 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB]
09:57:30 [2021-04-02T09:57:30.974Z] #34 16.42 runtime/cgo
09:57:31 [2021-04-02T09:57:31.236Z] #27 11.49 debconf: delaying package configuration, since apt-utils is not installed
09:57:31 [2021-04-02T09:57:31.236Z] #27 11.54 Fetched 4777 kB in 0s (13.4 MB/s)
09:57:31 [2021-04-02T09:57:31.236Z] #27 11.58 Selecting previously unselected package libssl1.1:arm64.
09:57:31 [2021-04-02T09:57:31.420Z] #15 DONE 2.1s
09:57:31 [2021-04-02T09:57:31.420Z] 
09:57:31 [2021-04-02T09:57:31.420Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
09:57:31 [2021-04-02T09:57:31.420Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
09:57:31 [2021-04-02T09:57:31.497Z] #27 11.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 ... 6670 files and directories currently installed.)
09:57:31 [2021-04-02T09:57:31.497Z] #27 11.59 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_arm64.deb ...
09:57:31 [2021-04-02T09:57:31.497Z] #27 11.60 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u6) ...
09:57:31 [2021-04-02T09:57:31.497Z] #27 11.78 Selecting previously unselected package openssl.
09:57:31 [2021-04-02T09:57:31.497Z] #27 11.78 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_arm64.deb ...
09:57:31 [2021-04-02T09:57:31.497Z] #27 11.79 Unpacking openssl (1.1.1d-0+deb10u6) ...
09:57:31 [2021-04-02T09:57:31.520Z] #36 43.74 The following NEW packages will be installed:
09:57:31 [2021-04-02T09:57:31.520Z] #36 43.75   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
09:57:31 [2021-04-02T09:57:31.520Z] #36 43.75   vim-common xxd
09:57:31 [2021-04-02T09:57:31.761Z] #27 11.94 Selecting previously unselected package ca-certificates.
09:57:31 [2021-04-02T09:57:31.761Z] #27 11.94 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
09:57:31 [2021-04-02T09:57:31.761Z] #27 11.95 Unpacking ca-certificates (20200601~deb10u2) ...
09:57:31 [2021-04-02T09:57:31.761Z] #27 12.05 Selecting previously unselected package libkeyutils1:arm64.
09:57:31 [2021-04-02T09:57:31.761Z] #27 12.05 Preparing to unpack .../03-libkeyutils1_1.6-6_arm64.deb ...
09:57:31 [2021-04-02T09:57:31.761Z] #27 12.06 Unpacking libkeyutils1:arm64 (1.6-6) ...
09:57:31 [2021-04-02T09:57:31.761Z] #27 12.11 Selecting previously unselected package libkrb5support0:arm64.
09:57:31 [2021-04-02T09:57:31.761Z] #27 12.11 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_arm64.deb ...
09:57:31 [2021-04-02T09:57:31.761Z] #27 12.11 Unpacking libkrb5support0:arm64 (1.17-3+deb10u1) ...
09:57:31 [2021-04-02T09:57:31.761Z] #27 12.16 Selecting previously unselected package libk5crypto3:arm64.
09:57:31 [2021-04-02T09:57:31.761Z] #27 12.17 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_arm64.deb ...
09:57:31 [2021-04-02T09:57:31.761Z] #27 12.17 Unpacking libk5crypto3:arm64 (1.17-3+deb10u1) ...
09:57:31 [2021-04-02T09:57:31.761Z] #27 12.23 Selecting previously unselected package libkrb5-3:arm64.
09:57:31 [2021-04-02T09:57:31.761Z] #27 12.23 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_arm64.deb ...
09:57:31 [2021-04-02T09:57:31.781Z] #36 44.20 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded.
09:57:31 [2021-04-02T09:57:31.781Z] #36 44.20 Need to get 14.9 MB of archives.
09:57:31 [2021-04-02T09:57:31.781Z] #36 44.20 After this operation, 61.8 MB of additional disk space will be used.
09:57:31 [2021-04-02T09:57:31.781Z] #36 44.20 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
09:57:31 [2021-04-02T09:57:31.781Z] #36 44.21 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
09:57:31 [2021-04-02T09:57:31.781Z] #36 44.22 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
09:57:31 [2021-04-02T09:57:31.781Z] #36 ...
09:57:31 [2021-04-02T09:57:31.781Z] 
09:57:31 [2021-04-02T09:57:31.781Z] #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
09:57:31 [2021-04-02T09:57:31.781Z] #49 sha256:e926872d51bbbfbedc26c95a229936b662a0346335a03416ba83c5eb4a447257
09:57:31 [2021-04-02T09:57:31.781Z] #49 42.41 go: finding github.com/fatih/color v1.7.0
09:57:31 [2021-04-02T09:57:31.781Z] #49 42.48 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
09:57:31 [2021-04-02T09:57:31.781Z] #49 42.52 go: finding github.com/mattn/go-colorable v0.1.4
09:57:31 [2021-04-02T09:57:31.781Z] #49 42.55 go: finding github.com/mattn/go-isatty v0.0.8
09:57:31 [2021-04-02T09:57:31.781Z] #49 42.71 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
09:57:31 [2021-04-02T09:57:31.781Z] #49 42.73 go: finding github.com/go-critic/go-critic v0.4.1
09:57:31 [2021-04-02T09:57:31.781Z] #49 42.76 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
09:57:31 [2021-04-02T09:57:31.781Z] #49 42.79 go: finding github.com/go-lintpack/lintpack v0.5.2
09:57:31 [2021-04-02T09:57:31.781Z] #49 42.81 go: finding github.com/pkg/errors v0.8.1
09:57:31 [2021-04-02T09:57:31.781Z] #49 42.84 go: finding github.com/mitchellh/go-homedir v1.1.0
09:57:31 [2021-04-02T09:57:31.781Z] #49 42.86 go: finding github.com/go-toolsmith/astequal v1.0.0
09:57:31 [2021-04-02T09:57:31.781Z] #49 42.87 go: finding github.com/go-toolsmith/astp v1.0.0
09:57:31 [2021-04-02T09:57:31.781Z] #49 42.90 go: finding github.com/sirupsen/logrus v1.4.2
09:57:31 [2021-04-02T09:57:31.781Z] #49 42.93 go: finding github.com/spf13/viper v1.6.1
09:57:31 [2021-04-02T09:57:31.781Z] #49 42.93 go: finding github.com/go-toolsmith/astfmt v1.0.0
09:57:31 [2021-04-02T09:57:31.781Z] #49 42.94 go: finding github.com/stretchr/testify v1.4.0
09:57:31 [2021-04-02T09:57:31.781Z] #49 42.98 go: finding github.com/go-toolsmith/astcast v1.0.0
09:57:31 [2021-04-02T09:57:31.781Z] #49 42.99 go: finding github.com/go-toolsmith/typep v1.0.0
09:57:31 [2021-04-02T09:57:31.781Z] #49 43.02 go: finding github.com/go-toolsmith/astcopy v1.0.0
09:57:31 [2021-04-02T09:57:31.781Z] #49 43.03 go: finding github.com/davecgh/go-spew v1.1.1
09:57:31 [2021-04-02T09:57:31.781Z] #49 43.09 go: finding github.com/pmezard/go-difflib v1.0.0
09:57:31 [2021-04-02T09:57:31.781Z] #49 43.10 go: finding github.com/go-toolsmith/strparse v1.0.0
09:57:31 [2021-04-02T09:57:31.781Z] #49 43.12 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
09:57:31 [2021-04-02T09:57:31.781Z] #49 43.13 go: finding github.com/stretchr/objx v0.2.0
09:57:31 [2021-04-02T09:57:31.781Z] #49 43.14 go: finding github.com/bombsimon/wsl/v2 v2.0.0
09:57:31 [2021-04-02T09:57:31.781Z] #49 43.38 go: finding github.com/gobwas/glob v0.2.3
09:57:31 [2021-04-02T09:57:31.781Z] #49 43.38 go: finding github.com/fsnotify/fsnotify v1.4.7
09:57:31 [2021-04-02T09:57:31.781Z] #49 43.44 go: finding gopkg.in/yaml.v2 v2.2.7
09:57:31 [2021-04-02T09:57:31.781Z] #49 43.54 go: finding github.com/spf13/cobra v0.0.5
09:57:31 [2021-04-02T09:57:31.781Z] #49 43.63 go: finding github.com/hashicorp/hcl v1.0.0
09:57:31 [2021-04-02T09:57:31.781Z] #49 43.70 go: finding github.com/spf13/pflag v1.0.5
09:57:31 [2021-04-02T09:57:31.781Z] #49 43.70 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
09:57:31 [2021-04-02T09:57:31.781Z] #49 43.91 go: finding github.com/magiconair/properties v1.8.1
09:57:31 [2021-04-02T09:57:31.781Z] #49 43.93 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
09:57:31 [2021-04-02T09:57:31.781Z] #49 44.03 go: finding github.com/mitchellh/mapstructure v1.1.2
09:57:31 [2021-04-02T09:57:31.781Z] #49 44.03 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
09:57:31 [2021-04-02T09:57:31.781Z] #49 44.07 go: finding github.com/pelletier/go-toml v1.2.0
09:57:31 [2021-04-02T09:57:31.781Z] #49 44.16 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
09:57:31 [2021-04-02T09:57:31.781Z] #49 44.17 go: finding github.com/spf13/afero v1.1.2
09:57:31 [2021-04-02T09:57:31.781Z] #49 44.28 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
09:57:32 [2021-04-02T09:57:32.024Z] #27 12.23 Unpacking libkrb5-3:arm64 (1.17-3+deb10u1) ...
09:57:32 [2021-04-02T09:57:32.024Z] #27 12.34 Selecting previously unselected package libgssapi-krb5-2:arm64.
09:57:32 [2021-04-02T09:57:32.024Z] #27 12.34 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_arm64.deb ...
09:57:32 [2021-04-02T09:57:32.024Z] #27 12.34 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ...
09:57:32 [2021-04-02T09:57:32.024Z] #27 12.39 Selecting previously unselected package libsasl2-modules-db:arm64.
09:57:32 [2021-04-02T09:57:32.024Z] #27 12.39 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ...
09:57:32 [2021-04-02T09:57:32.024Z] #27 12.40 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ...
09:57:32 [2021-04-02T09:57:32.024Z] #27 12.44 Selecting previously unselected package libsasl2-2:arm64.
09:57:32 [2021-04-02T09:57:32.041Z] #49 44.33 go: finding github.com/spf13/cast v1.3.0
09:57:32 [2021-04-02T09:57:32.041Z] #49 44.41 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
09:57:32 [2021-04-02T09:57:32.041Z] #49 44.52 go: finding github.com/spf13/jwalterweatherman v1.0.0
09:57:32 [2021-04-02T09:57:32.290Z] #27 12.44 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ...
09:57:32 [2021-04-02T09:57:32.290Z] #27 12.45 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ...
09:57:32 [2021-04-02T09:57:32.290Z] #27 12.49 Selecting previously unselected package libldap-common.
09:57:32 [2021-04-02T09:57:32.290Z] #27 12.49 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
09:57:32 [2021-04-02T09:57:32.290Z] #27 12.50 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
09:57:32 [2021-04-02T09:57:32.290Z] #27 12.56 Selecting previously unselected package libldap-2.4-2:arm64.
09:57:32 [2021-04-02T09:57:32.290Z] #27 12.56 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_arm64.deb ...
09:57:32 [2021-04-02T09:57:32.290Z] #27 12.56 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ...
09:57:32 [2021-04-02T09:57:32.290Z] #27 12.63 Selecting previously unselected package libnghttp2-14:arm64.
09:57:32 [2021-04-02T09:57:32.290Z] #27 12.63 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ...
09:57:32 [2021-04-02T09:57:32.290Z] #27 12.63 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
09:57:32 [2021-04-02T09:57:32.290Z] #27 12.68 Selecting previously unselected package libpsl5:arm64.
09:57:32 [2021-04-02T09:57:32.301Z] #49 44.57 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
09:57:32 [2021-04-02T09:57:32.301Z] #49 44.61 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
09:57:32 [2021-04-02T09:57:32.301Z] #49 44.62 go: finding golang.org/x/text v0.3.2
09:57:32 [2021-04-02T09:57:32.301Z] #49 ...
09:57:32 [2021-04-02T09:57:32.301Z] 
09:57:32 [2021-04-02T09:57:32.301Z] #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
09:57:32 [2021-04-02T09:57:32.301Z] #67 sha256:a5e85d9ec668d61f969fb194b6d1ede54305f0f9121e4fdee1119b7f533a589f
09:57:32 [2021-04-02T09:57:32.301Z] #67 DONE 44.6s
09:57:32 [2021-04-02T09:57:32.301Z] 
09:57:32 [2021-04-02T09:57:32.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
09:57:32 [2021-04-02T09:57:32.301Z] #49 sha256:e926872d51bbbfbedc26c95a229936b662a0346335a03416ba83c5eb4a447257
09:57:32 [2021-04-02T09:57:32.301Z] #49 44.76 go: finding github.com/subosito/gotenv v1.2.0
09:57:32 [2021-04-02T09:57:32.301Z] #49 44.76 go: finding gopkg.in/ini.v1 v1.51.0
09:57:32 [2021-04-02T09:57:32.352Z] #34 ...
09:57:32 [2021-04-02T09:57:32.352Z] 
09:57:32 [2021-04-02T09:57:32.352Z] #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
09:57:32 [2021-04-02T09:57:32.352Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
09:57:32 [2021-04-02T09:57:32.352Z] #40 7.525 + git clone https://github.com/docker/distribution.git .
09:57:32 [2021-04-02T09:57:32.352Z] #40 7.525 Cloning into '.'...
09:57:32 [2021-04-02T09:57:32.552Z] #27 12.69 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ...
09:57:32 [2021-04-02T09:57:32.552Z] #27 12.69 Unpacking libpsl5:arm64 (0.20.2-2) ...
09:57:32 [2021-04-02T09:57:32.552Z] #27 12.74 Selecting previously unselected package librtmp1:arm64.
09:57:32 [2021-04-02T09:57:32.552Z] #27 12.74 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ...
09:57:32 [2021-04-02T09:57:32.552Z] #27 12.75 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
09:57:32 [2021-04-02T09:57:32.552Z] #27 12.79 Selecting previously unselected package libssh2-1:arm64.
09:57:32 [2021-04-02T09:57:32.552Z] #27 ...
09:57:32 [2021-04-02T09:57:32.552Z] 
09:57:32 [2021-04-02T09:57:32.552Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
09:57:32 [2021-04-02T09:57:32.552Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
09:57:32 [2021-04-02T09:57:32.552Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 1.7s done
09:57:32 [2021-04-02T09:57:32.552Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 3.7s done
09:57:32 [2021-04-02T09:57:32.552Z] #9 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done
09:57:32 [2021-04-02T09:57:32.552Z] #9 DONE 22.9s
09:57:32 [2021-04-02T09:57:32.552Z] 
09:57:32 [2021-04-02T09:57:32.552Z] #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
09:57:32 [2021-04-02T09:57:32.552Z] #27 sha256:d27195ceaffc1f9a65c2220ed12d7feaf17d51abd478d3d656591b753a121514
09:57:32 [2021-04-02T09:57:32.552Z] #27 12.80 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ...
09:57:32 [2021-04-02T09:57:32.552Z] #27 12.80 Unpacking libssh2-1:arm64 (1.8.0-2.1) ...
09:57:32 [2021-04-02T09:57:32.552Z] #27 12.85 Selecting previously unselected package libcurl4:arm64.
09:57:32 [2021-04-02T09:57:32.552Z] #27 12.85 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_arm64.deb ...
09:57:32 [2021-04-02T09:57:32.552Z] #27 12.86 Unpacking libcurl4:arm64 (7.64.0-4+deb10u2) ...
09:57:32 [2021-04-02T09:57:32.552Z] #27 ...
09:57:32 [2021-04-02T09:57:32.552Z] 
09:57:32 [2021-04-02T09:57:32.552Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
09:57:32 [2021-04-02T09:57:32.552Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6
09:57:32 [2021-04-02T09:57:32.562Z] #49 44.84 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
09:57:32 [2021-04-02T09:57:32.562Z] #49 44.84 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
09:57:32 [2021-04-02T09:57:32.562Z] #49 44.87 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
09:57:32 [2021-04-02T09:57:32.562Z] #49 44.95 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
09:57:32 [2021-04-02T09:57:32.562Z] #49 44.98 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
09:57:32 [2021-04-02T09:57:32.562Z] #49 44.98 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
09:57:32 [2021-04-02T09:57:32.609Z] #40 ...
09:57:32 [2021-04-02T09:57:32.609Z] 
09:57:32 [2021-04-02T09:57:32.609Z] #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
09:57:32 [2021-04-02T09:57:32.609Z] #49 sha256:0bae7cee2dfa3128f044e661c9f48315e4a64332bc17c1d8cac5edc975b1099f
09:57:32 [2021-04-02T09:57:32.609Z] #49 13.35 go: downloading github.com/pkg/errors v0.8.1
09:57:32 [2021-04-02T09:57:32.609Z] #49 13.69 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
09:57:32 [2021-04-02T09:57:32.609Z] #49 13.69 go: downloading github.com/fatih/color v1.7.0
09:57:32 [2021-04-02T09:57:32.609Z] #49 13.69 go: downloading github.com/spf13/viper v1.6.1
09:57:32 [2021-04-02T09:57:32.609Z] #49 13.69 go: downloading github.com/spf13/cobra v0.0.5
09:57:32 [2021-04-02T09:57:32.609Z] #49 13.77 go: downloading github.com/sirupsen/logrus v1.4.2
09:57:32 [2021-04-02T09:57:32.609Z] #49 13.95 go: extracting github.com/pkg/errors v0.8.1
09:57:32 [2021-04-02T09:57:32.609Z] #49 14.04 go: extracting github.com/fatih/color v1.7.0
09:57:32 [2021-04-02T09:57:32.609Z] #49 14.07 go: extracting github.com/spf13/viper v1.6.1
09:57:32 [2021-04-02T09:57:32.609Z] #49 14.31 go: downloading github.com/spf13/pflag v1.0.5
09:57:32 [2021-04-02T09:57:32.609Z] #49 14.31 go: extracting github.com/spf13/cobra v0.0.5
09:57:32 [2021-04-02T09:57:32.609Z] #49 14.31 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
09:57:32 [2021-04-02T09:57:32.609Z] #49 14.35 go: downloading github.com/hashicorp/hcl v1.0.0
09:57:32 [2021-04-02T09:57:32.609Z] #49 14.44 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
09:57:32 [2021-04-02T09:57:32.609Z] #49 14.44 go: extracting github.com/sirupsen/logrus v1.4.2
09:57:32 [2021-04-02T09:57:32.609Z] #49 14.68 go: extracting github.com/spf13/pflag v1.0.5
09:57:32 [2021-04-02T09:57:32.609Z] #49 14.80 go: downloading github.com/subosito/gotenv v1.2.0
09:57:32 [2021-04-02T09:57:32.609Z] #49 15.43 go: extracting github.com/subosito/gotenv v1.2.0
09:57:32 [2021-04-02T09:57:32.609Z] #49 15.43 go: downloading github.com/spf13/cast v1.3.0
09:57:32 [2021-04-02T09:57:32.609Z] #49 15.52 go: extracting github.com/hashicorp/hcl v1.0.0
09:57:32 [2021-04-02T09:57:32.609Z] #49 15.69 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
09:57:32 [2021-04-02T09:57:32.609Z] #49 15.69 go: extracting github.com/spf13/cast v1.3.0
09:57:32 [2021-04-02T09:57:32.609Z] #49 15.88 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
09:57:32 [2021-04-02T09:57:32.609Z] #49 15.89 go: downloading gopkg.in/ini.v1 v1.51.0
09:57:32 [2021-04-02T09:57:32.609Z] #49 16.20 go: extracting gopkg.in/ini.v1 v1.51.0
09:57:32 [2021-04-02T09:57:32.609Z] #49 16.33 go: downloading github.com/spf13/afero v1.1.2
09:57:32 [2021-04-02T09:57:32.609Z] #49 16.33 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
09:57:32 [2021-04-02T09:57:32.609Z] #49 16.45 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
09:57:32 [2021-04-02T09:57:32.609Z] #49 16.67 go: extracting github.com/spf13/afero v1.1.2
09:57:32 [2021-04-02T09:57:32.609Z] #49 16.72 go: downloading github.com/magiconair/properties v1.8.1
09:57:32 [2021-04-02T09:57:32.609Z] #49 16.88 go: extracting github.com/magiconair/properties v1.8.1
09:57:32 [2021-04-02T09:57:32.609Z] #49 17.01 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
09:57:32 [2021-04-02T09:57:32.609Z] #49 17.11 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
09:57:32 [2021-04-02T09:57:32.609Z] #49 17.37 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
09:57:32 [2021-04-02T09:57:32.609Z] #49 17.37 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
09:57:32 [2021-04-02T09:57:32.609Z] #49 17.53 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
09:57:32 [2021-04-02T09:57:32.609Z] #49 17.61 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
09:57:32 [2021-04-02T09:57:32.609Z] #49 17.61 go: downloading github.com/mattn/go-colorable v0.1.4
09:57:32 [2021-04-02T09:57:32.609Z] #49 17.73 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
09:57:32 [2021-04-02T09:57:32.609Z] #49 17.84 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
09:57:32 [2021-04-02T09:57:32.609Z] #49 17.84 go: extracting github.com/mattn/go-colorable v0.1.4
09:57:32 [2021-04-02T09:57:32.609Z] #49 17.88 go: downloading golang.org/x/text v0.3.2
09:57:32 [2021-04-02T09:57:32.609Z] #49 17.88 go: downloading github.com/stretchr/testify v1.4.0
09:57:32 [2021-04-02T09:57:32.785Z] #16 1.302 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
09:57:32 [2021-04-02T09:57:32.785Z] #16 DONE 1.4s
09:57:32 [2021-04-02T09:57:32.785Z] 
09:57:32 [2021-04-02T09:57:32.785Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:57:32 [2021-04-02T09:57:32.785Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:57:32 [2021-04-02T09:57:32.785Z] #43 50.45   CC       compel/src/lib/ptrace.o
09:57:32 [2021-04-02T09:57:32.785Z] #43 50.90   AR       compel/libcompel.a
09:57:32 [2021-04-02T09:57:32.785Z] #43 50.99   HOSTCC   compel/src/main-host.o
09:57:32 [2021-04-02T09:57:32.785Z] #43 51.29   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
09:57:32 [2021-04-02T09:57:32.785Z] #43 51.43   HOSTCC   compel/src/lib/handle-elf-host.o
09:57:32 [2021-04-02T09:57:32.785Z] #43 51.73   HOSTCC   compel/src/lib/log-host.o
09:57:32 [2021-04-02T09:57:32.785Z] #43 51.88   HOSTLINK compel/compel-host-bin
09:57:32 [2021-04-02T09:57:32.785Z] #43 52.02   DEP      soccr/soccr.d
09:57:32 [2021-04-02T09:57:32.785Z] #43 52.26   CC       soccr/soccr.o
09:57:32 [2021-04-02T09:57:32.785Z] #43 53.44   AR       soccr/libsoccr.a
09:57:32 [2021-04-02T09:57:32.785Z] #43 53.54 make[1]: 'soccr/libsoccr.a' is up to date.
09:57:32 [2021-04-02T09:57:32.785Z] #43 54.19   DEP      criu/arch/x86/sigframe.d
09:57:32 [2021-04-02T09:57:32.785Z] #43 54.33   DEP      criu/arch/x86/sigaction_compat.d
09:57:32 [2021-04-02T09:57:32.785Z] #43 54.47   DEP      criu/arch/x86/kerndat.d
09:57:32 [2021-04-02T09:57:32.785Z] #43 54.68   DEP      criu/arch/x86/crtools.d
09:57:32 [2021-04-02T09:57:32.785Z] #43 54.98   DEP      criu/arch/x86/cpu.d
09:57:32 [2021-04-02T09:57:32.785Z] #43 55.33   CC       criu/arch/x86/cpu.o
09:57:32 [2021-04-02T09:57:32.785Z] #43 56.20   CC       criu/arch/x86/crtools.o
09:57:32 [2021-04-02T09:57:32.785Z] #43 58.04   CC       criu/arch/x86/kerndat.o
09:57:32 [2021-04-02T09:57:32.786Z] #43 58.64   CC       criu/arch/x86/sigaction_compat.o
09:57:32 [2021-04-02T09:57:32.824Z] #49 45.02 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
09:57:32 [2021-04-02T09:57:32.824Z] #49 45.02 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
09:57:32 [2021-04-02T09:57:32.824Z] #49 45.04 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
09:57:32 [2021-04-02T09:57:32.824Z] #49 45.06 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
09:57:32 [2021-04-02T09:57:32.824Z] #49 45.13 go: finding github.com/kisielk/gotool v1.0.0
09:57:32 [2021-04-02T09:57:32.824Z] #49 45.14 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
09:57:32 [2021-04-02T09:57:32.824Z] #49 45.22 go: finding github.com/sourcegraph/go-diff v0.5.1
09:57:32 [2021-04-02T09:57:32.824Z] #49 45.22 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
09:57:33 [2021-04-02T09:57:33.042Z] #43 59.04   CC       criu/arch/x86/sigframe.o
09:57:33 [2021-04-02T09:57:33.042Z] #43 ...
09:57:33 [2021-04-02T09:57:33.042Z] 
09:57:33 [2021-04-02T09:57:33.042Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
09:57:33 [2021-04-02T09:57:33.042Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
09:57:33 [2021-04-02T09:57:33.084Z] #49 45.28 go: finding github.com/tommy-muehle/go-mnd v1.1.1
09:57:33 [2021-04-02T09:57:33.084Z] #49 45.28 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
09:57:33 [2021-04-02T09:57:33.084Z] #49 45.50 go: finding github.com/ultraware/funlen v0.0.2
09:57:33 [2021-04-02T09:57:33.174Z] #49 18.43 go: extracting github.com/stretchr/testify v1.4.0
09:57:33 [2021-04-02T09:57:33.344Z] #49 45.61 go: finding github.com/ultraware/whitespace v0.0.4
09:57:33 [2021-04-02T09:57:33.344Z] #49 45.74 go: finding github.com/uudashr/gocognit v1.0.1
09:57:33 [2021-04-02T09:57:33.344Z] #49 45.80 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
09:57:33 [2021-04-02T09:57:33.431Z] #49 18.84 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
09:57:33 [2021-04-02T09:57:33.604Z] #49 45.86 go: finding github.com/gogo/protobuf v1.2.1
09:57:33 [2021-04-02T09:57:33.604Z] #49 46.06 go: finding honnef.co/go/tools v0.0.1-2019.2.3
09:57:33 [2021-04-02T09:57:33.687Z] #49 19.02 go: downloading gopkg.in/yaml.v2 v2.2.7
09:57:33 [2021-04-02T09:57:33.867Z] #49 46.10 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
09:57:33 [2021-04-02T09:57:33.867Z] #49 46.10 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
09:57:33 [2021-04-02T09:57:33.867Z] #49 46.18 go: finding github.com/BurntSushi/toml v0.3.1
09:57:33 [2021-04-02T09:57:33.867Z] #49 46.20 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
09:57:33 [2021-04-02T09:57:33.944Z] #49 19.40 go: extracting gopkg.in/yaml.v2 v2.2.7
09:57:33 [2021-04-02T09:57:33.973Z] #17 DONE 1.3s
09:57:33 [2021-04-02T09:57:33.973Z] 
09:57:33 [2021-04-02T09:57:33.973Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:57:33 [2021-04-02T09:57:33.973Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:57:33 [2021-04-02T09:57:33.973Z] #43 59.43   LINK     criu/arch/x86/crtools.built-in.o
09:57:33 [2021-04-02T09:57:33.973Z] #43 59.46   DEP      criu/pie/util-vdso-elf32.d
09:57:33 [2021-04-02T09:57:33.973Z] #43 59.60   DEP      criu/pie/util-vdso.d
09:57:33 [2021-04-02T09:57:33.973Z] #43 59.83   DEP      criu/pie/util.d
09:57:33 [2021-04-02T09:57:33.973Z] #43 60.05   CC       criu/pie/util.o
09:57:34 [2021-04-02T09:57:34.108Z] #40 ...
09:57:34 [2021-04-02T09:57:34.109Z] 
09:57:34 [2021-04-02T09:57:34.109Z] #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
09:57:34 [2021-04-02T09:57:34.109Z] #49 sha256:a45200b0e51390b0e7b6918bffddfb65d3838a2b387e9e2ef397a9a5c69d0abb
09:57:34 [2021-04-02T09:57:34.109Z] #49 26.12 go: downloading github.com/fsnotify/fsnotify v1.4.7
09:57:34 [2021-04-02T09:57:34.109Z] #49 26.12 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
09:57:34 [2021-04-02T09:57:34.109Z] #49 26.13 go: downloading gopkg.in/ini.v1 v1.51.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 26.13 go: downloading github.com/pelletier/go-toml v1.2.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 26.13 go: downloading github.com/mitchellh/mapstructure v1.1.2
09:57:34 [2021-04-02T09:57:34.109Z] #49 26.13 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
09:57:34 [2021-04-02T09:57:34.109Z] #49 26.19 go: downloading github.com/spf13/afero v1.1.2
09:57:34 [2021-04-02T09:57:34.109Z] #49 26.47 go: extracting github.com/mitchellh/mapstructure v1.1.2
09:57:34 [2021-04-02T09:57:34.109Z] #49 26.54 go: extracting github.com/davecgh/go-spew v1.1.1
09:57:34 [2021-04-02T09:57:34.109Z] #49 26.61 go: extracting github.com/spf13/afero v1.1.2
09:57:34 [2021-04-02T09:57:34.109Z] #49 26.81 go: extracting github.com/pelletier/go-toml v1.2.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 26.89 go: extracting github.com/fsnotify/fsnotify v1.4.7
09:57:34 [2021-04-02T09:57:34.109Z] #49 26.94 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
09:57:34 [2021-04-02T09:57:34.109Z] #49 26.95 go: downloading github.com/gogo/protobuf v1.2.1
09:57:34 [2021-04-02T09:57:34.109Z] #49 27.22 go: extracting gopkg.in/ini.v1 v1.51.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 27.34 go: downloading github.com/go-toolsmith/astfmt v1.0.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 27.38 go: extracting github.com/go-critic/go-critic v0.4.1
09:57:34 [2021-04-02T09:57:34.109Z] #49 27.46 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
09:57:34 [2021-04-02T09:57:34.109Z] #49 27.49 go: downloading golang.org/x/text v0.3.2
09:57:34 [2021-04-02T09:57:34.109Z] #49 27.57 go: downloading github.com/spf13/cast v1.3.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 27.73 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
09:57:34 [2021-04-02T09:57:34.109Z] #49 27.93 go: extracting github.com/go-toolsmith/astfmt v1.0.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 28.13 go: extracting github.com/spf13/cast v1.3.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 28.14 go: downloading github.com/kisielk/gotool v1.0.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 28.30 go: downloading gopkg.in/yaml.v2 v2.2.7
09:57:34 [2021-04-02T09:57:34.109Z] #49 28.34 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
09:57:34 [2021-04-02T09:57:34.109Z] #49 28.34 go: downloading github.com/mitchellh/go-homedir v1.1.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 28.47 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
09:57:34 [2021-04-02T09:57:34.109Z] #49 28.49 go: downloading github.com/BurntSushi/toml v0.3.1
09:57:34 [2021-04-02T09:57:34.109Z] #49 28.64 go: extracting github.com/mitchellh/go-homedir v1.1.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 28.65 go: extracting github.com/kisielk/gotool v1.0.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 28.66 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
09:57:34 [2021-04-02T09:57:34.109Z] #49 28.68 go: extracting gopkg.in/yaml.v2 v2.2.7
09:57:34 [2021-04-02T09:57:34.109Z] #49 28.92 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
09:57:34 [2021-04-02T09:57:34.109Z] #49 28.92 go: downloading github.com/go-toolsmith/astcast v1.0.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 28.96 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
09:57:34 [2021-04-02T09:57:34.109Z] #49 29.04 go: downloading github.com/go-toolsmith/strparse v1.0.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 29.09 go: extracting github.com/go-toolsmith/astcast v1.0.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 29.19 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
09:57:34 [2021-04-02T09:57:34.109Z] #49 29.30 go: extracting github.com/BurntSushi/toml v0.3.1
09:57:34 [2021-04-02T09:57:34.109Z] #49 29.40 go: downloading github.com/inconshreveable/mousetrap v1.0.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 29.56 go: extracting github.com/go-toolsmith/strparse v1.0.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 29.72 go: extracting github.com/inconshreveable/mousetrap v1.0.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 29.72 go: downloading github.com/go-toolsmith/typep v1.0.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 29.75 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
09:57:34 [2021-04-02T09:57:34.109Z] #49 29.88 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
09:57:34 [2021-04-02T09:57:34.109Z] #49 29.89 go: downloading github.com/go-toolsmith/astequal v1.0.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 29.99 go: extracting github.com/go-toolsmith/typep v1.0.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 29.99 go: downloading github.com/go-toolsmith/astp v1.0.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 30.40 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
09:57:34 [2021-04-02T09:57:34.109Z] #49 30.48 go: extracting github.com/go-toolsmith/astp v1.0.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 30.56 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
09:57:34 [2021-04-02T09:57:34.109Z] #49 30.72 go: downloading github.com/go-toolsmith/astcopy v1.0.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 30.83 go: downloading github.com/gobwas/glob v0.2.3
09:57:34 [2021-04-02T09:57:34.109Z] #49 30.84 go: extracting github.com/go-toolsmith/astequal v1.0.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 30.86 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
09:57:34 [2021-04-02T09:57:34.109Z] #49 31.25 go: extracting github.com/go-toolsmith/astcopy v1.0.0
09:57:34 [2021-04-02T09:57:34.109Z] #49 31.26 go: extracting github.com/gobwas/glob v0.2.3
09:57:34 [2021-04-02T09:57:34.109Z] #49 31.80 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
09:57:34 [2021-04-02T09:57:34.109Z] #49 32.42 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
09:57:34 [2021-04-02T09:57:34.109Z] #49 ...
09:57:34 [2021-04-02T09:57:34.109Z] 
09:57:34 [2021-04-02T09:57:34.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
09:57:34 [2021-04-02T09:57:34.109Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:57:34 [2021-04-02T09:57:34.109Z] #36 24.26 Fetched 8426 kB in 19s (455 kB/s)
09:57:34 [2021-04-02T09:57:34.109Z] #36 24.26 Reading package lists...
09:57:34 [2021-04-02T09:57:34.200Z] #49 19.58 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
09:57:34 [2021-04-02T09:57:34.200Z] #49 19.68 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
09:57:34 [2021-04-02T09:57:34.369Z] #36 30.77 Reading package lists...
09:57:34 [2021-04-02T09:57:34.369Z] #36 ...
09:57:34 [2021-04-02T09:57:34.369Z] 
09:57:34 [2021-04-02T09:57:34.369Z] #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
09:57:34 [2021-04-02T09:57:34.369Z] #58 sha256:a65e144e64ff1e5509afd398388252049c0b0ebbbae1aab7762c38411ddebd94
09:57:34 [2021-04-02T09:57:34.369Z] #58 30.00 go: finding github.com/pkg/errors v0.9.1
09:57:34 [2021-04-02T09:57:34.369Z] #58 30.02 go: finding github.com/sirupsen/logrus v1.8.1
09:57:34 [2021-04-02T09:57:34.369Z] #58 30.24 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
09:57:34 [2021-04-02T09:57:34.369Z] #58 30.29 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
09:57:34 [2021-04-02T09:57:34.369Z] #58 30.57 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
09:57:34 [2021-04-02T09:57:34.369Z] #58 30.58 go: finding github.com/google/uuid v1.2.0
09:57:34 [2021-04-02T09:57:34.369Z] #58 30.65 go: finding github.com/moby/vpnkit v0.5.0
09:57:34 [2021-04-02T09:57:34.369Z] #58 30.67 go: finding github.com/gofrs/flock v0.8.0
09:57:34 [2021-04-02T09:57:34.369Z] #58 30.72 go: finding github.com/gorilla/mux v1.8.0
09:57:34 [2021-04-02T09:57:34.369Z] #58 30.74 go: finding github.com/moby/sys/mountinfo v0.4.1
09:57:34 [2021-04-02T09:57:34.369Z] #58 30.80 go: finding github.com/urfave/cli/v2 v2.3.0
09:57:34 [2021-04-02T09:57:34.369Z] #58 30.87 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
09:57:34 [2021-04-02T09:57:34.369Z] #58 30.90 go: finding github.com/u-root/u-root v7.0.0+incompatible
09:57:34 [2021-04-02T09:57:34.369Z] #58 31.08 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
09:57:34 [2021-04-02T09:57:34.369Z] #58 31.15 go: finding github.com/russross/blackfriday/v2 v2.1.0
09:57:34 [2021-04-02T09:57:34.464Z] #49 ...
09:57:34 [2021-04-02T09:57:34.464Z] 
09:57:34 [2021-04-02T09:57:34.464Z] #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
09:57:34 [2021-04-02T09:57:34.464Z] #51 sha256:6a13d11d9acdeebe606757aac9634273858195fdde076427560de568d96527eb
09:57:34 [2021-04-02T09:57:34.464Z] #51 19.79 + cd /tmp/tmp.EQt4Z69IW2/src/github.com/mvdan/sh
09:57:34 [2021-04-02T09:57:34.464Z] #51 19.79 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
09:57:34 [2021-04-02T09:57:34.464Z] #51 19.88 + GO111MODULE=on
09:57:34 [2021-04-02T09:57:34.464Z] #51 19.88 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
09:57:34 [2021-04-02T09:57:34.537Z] #43 ...
09:57:34 [2021-04-02T09:57:34.537Z] 
09:57:34 [2021-04-02T09:57:34.537Z] #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
09:57:34 [2021-04-02T09:57:34.537Z] #45 sha256:030ac60024ecdfba769e6c884d4e688b350956879b5a2c3bd6f5e6438912cfba
09:57:34 [2021-04-02T09:57:34.537Z] #45 121.8 net/http/httptrace
09:57:34 [2021-04-02T09:57:34.537Z] #45 122.1 net/http
09:57:34 [2021-04-02T09:57:34.537Z] #45 ...
09:57:34 [2021-04-02T09:57:34.537Z] 
09:57:34 [2021-04-02T09:57:34.537Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
09:57:34 [2021-04-02T09:57:34.537Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
09:57:34 [2021-04-02T09:57:34.817Z] #49 ...
09:57:34 [2021-04-02T09:57:34.817Z] 
09:57:34 [2021-04-02T09:57:34.817Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
09:57:34 [2021-04-02T09:57:34.817Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
09:57:34 [2021-04-02T09:57:34.817Z] #55 32.60 Reading package lists...
09:57:34 [2021-04-02T09:57:34.817Z] #55 39.39 Building dependency tree...
09:57:34 [2021-04-02T09:57:34.817Z] #55 42.86 The following additional packages will be installed:
09:57:34 [2021-04-02T09:57:34.817Z] #55 42.88   libbtrfs0
09:57:34 [2021-04-02T09:57:34.817Z] #55 43.08 The following NEW packages will be installed:
09:57:34 [2021-04-02T09:57:34.817Z] #55 43.15   libbtrfs-dev libbtrfs0
09:57:34 [2021-04-02T09:57:34.817Z] #55 43.82 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded.
09:57:34 [2021-04-02T09:57:34.817Z] #55 43.82 Need to get 119 kB of archives.
09:57:34 [2021-04-02T09:57:34.817Z] #55 43.82 After this operation, 387 kB of additional disk space will be used.
09:57:34 [2021-04-02T09:57:34.817Z] #55 43.82 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
09:57:34 [2021-04-02T09:57:34.817Z] #55 43.82 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
09:57:34 [2021-04-02T09:57:34.817Z] #55 45.24 debconf: delaying package configuration, since apt-utils is not installed
09:57:34 [2021-04-02T09:57:34.817Z] #55 45.60 Fetched 119 kB in 1s (232 kB/s)
09:57:34 [2021-04-02T09:57:34.817Z] #55 45.83 Selecting previously unselected package libbtrfs0.
09:57:34 [2021-04-02T09:57:34.817Z] #55 45.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.)
09:57:34 [2021-04-02T09:57:34.817Z] #55 45.95 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
09:57:34 [2021-04-02T09:57:34.817Z] #55 46.05 Unpacking libbtrfs0 (4.20.1-2) ...
09:57:34 [2021-04-02T09:57:34.817Z] #55 46.14 Selecting previously unselected package libbtrfs-dev.
09:57:34 [2021-04-02T09:57:34.817Z] #55 46.14 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
09:57:34 [2021-04-02T09:57:34.817Z] #55 46.16 Unpacking libbtrfs-dev (4.20.1-2) ...
09:57:34 [2021-04-02T09:57:34.817Z] #55 46.50 Setting up libbtrfs0 (4.20.1-2) ...
09:57:34 [2021-04-02T09:57:34.817Z] #55 46.53 Setting up libbtrfs-dev (4.20.1-2) ...
09:57:34 [2021-04-02T09:57:34.817Z] #55 46.54 Processing triggers for libc-bin (2.28-10) ...
09:57:34 [2021-04-02T09:57:34.817Z] #55 DONE 47.0s
09:57:34 [2021-04-02T09:57:34.817Z] 
09:57:34 [2021-04-02T09:57:34.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
09:57:34 [2021-04-02T09:57:34.817Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:57:34 [2021-04-02T09:57:34.817Z] #42 32.65 Reading package lists...
09:57:34 [2021-04-02T09:57:34.817Z] #42 39.23 Building dependency tree...
09:57:34 [2021-04-02T09:57:34.817Z] #42 42.66 The following additional packages will be installed:
09:57:34 [2021-04-02T09:57:34.817Z] #42 42.68   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
09:57:34 [2021-04-02T09:57:34.817Z] #42 42.68   libprotoc17 python-pkg-resources python-six zlib1g-dev
09:57:34 [2021-04-02T09:57:34.817Z] #42 42.69 Suggested packages:
09:57:34 [2021-04-02T09:57:34.817Z] #42 42.70   manpages-dev python-setuptools
09:57:34 [2021-04-02T09:57:34.817Z] #42 43.99 The following NEW packages will be installed:
09:57:34 [2021-04-02T09:57:34.817Z] #42 44.00   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
09:57:34 [2021-04-02T09:57:34.817Z] #42 44.00   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
09:57:34 [2021-04-02T09:57:34.817Z] #42 44.01   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
09:57:34 [2021-04-02T09:57:34.817Z] #42 44.01   python-six zlib1g-dev
09:57:34 [2021-04-02T09:57:34.817Z] #42 44.40 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded.
09:57:34 [2021-04-02T09:57:34.817Z] #42 44.40 Need to get 4095 kB of archives.
09:57:34 [2021-04-02T09:57:34.817Z] #42 44.40 After this operation, 22.5 MB of additional disk space will be used.
09:57:34 [2021-04-02T09:57:34.817Z] #42 44.40 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
09:57:34 [2021-04-02T09:57:34.817Z] #42 44.41 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
09:57:34 [2021-04-02T09:57:34.817Z] #42 44.41 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
09:57:34 [2021-04-02T09:57:34.817Z] #42 44.41 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
09:57:34 [2021-04-02T09:57:34.817Z] #42 44.42 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
09:57:34 [2021-04-02T09:57:34.817Z] #42 44.44 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
09:57:34 [2021-04-02T09:57:34.817Z] #42 44.45 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
09:57:34 [2021-04-02T09:57:34.817Z] #42 44.46 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
09:57:34 [2021-04-02T09:57:34.817Z] #42 44.50 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
09:57:34 [2021-04-02T09:57:34.817Z] #42 44.60 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
09:57:34 [2021-04-02T09:57:34.817Z] #42 44.63 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
09:57:34 [2021-04-02T09:57:34.817Z] #42 44.79 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
09:57:34 [2021-04-02T09:57:34.817Z] #42 44.88 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
09:57:34 [2021-04-02T09:57:34.817Z] #42 44.91 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
09:57:34 [2021-04-02T09:57:34.817Z] #42 44.95 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
09:57:34 [2021-04-02T09:57:34.817Z] #42 44.96 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
09:57:34 [2021-04-02T09:57:34.817Z] #42 44.96 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
09:57:34 [2021-04-02T09:57:34.817Z] #42 46.40 debconf: delaying package configuration, since apt-utils is not installed
09:57:34 [2021-04-02T09:57:34.817Z] #42 46.59 Fetched 4095 kB in 1s (4628 kB/s)
09:57:34 [2021-04-02T09:57:34.817Z] #42 46.73 Selecting previously unselected package libcap-dev:amd64.
09:57:34 [2021-04-02T09:57:34.817Z] #42 46.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.)
09:57:34 [2021-04-02T09:57:34.817Z] #42 46.80 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
09:57:34 [2021-04-02T09:57:34.817Z] #42 46.82 Unpacking libcap-dev:amd64 (1:2.25-2) ...
09:57:34 [2021-04-02T09:57:34.817Z] #42 47.04 Selecting previously unselected package libnet1:amd64.
09:57:34 [2021-04-02T09:57:34.817Z] #42 47.05 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
09:57:34 [2021-04-02T09:57:34.817Z] #42 47.07 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:57:35 [2021-04-02T09:57:35.081Z] #42 47.29 Selecting previously unselected package libnet1-dev.
09:57:35 [2021-04-02T09:57:35.081Z] #42 47.31 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
09:57:35 [2021-04-02T09:57:35.081Z] #42 47.32 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
09:57:35 [2021-04-02T09:57:35.341Z] #42 47.66 Selecting previously unselected package libnl-3-200:amd64.
09:57:35 [2021-04-02T09:57:35.341Z] #42 47.66 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
09:57:35 [2021-04-02T09:57:35.341Z] #42 47.67 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
09:57:35 [2021-04-02T09:57:35.473Z] #18 DONE 1.1s
09:57:35 [2021-04-02T09:57:35.473Z] 
09:57:35 [2021-04-02T09:57:35.473Z] #19 [dev-systemd-false  6/26] RUN ldconfig
09:57:35 [2021-04-02T09:57:35.473Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
09:57:35 [2021-04-02T09:57:35.602Z] #42 47.90 Selecting previously unselected package libnl-3-dev:amd64.
09:57:35 [2021-04-02T09:57:35.602Z] #42 47.90 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
09:57:35 [2021-04-02T09:57:35.602Z] #42 47.90 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
09:57:35 [2021-04-02T09:57:35.842Z] #51 21.23 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
09:57:35 [2021-04-02T09:57:35.842Z] #51 21.23 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
09:57:35 [2021-04-02T09:57:35.862Z] #42 48.19 Selecting previously unselected package libprotobuf-c1:amd64.
09:57:35 [2021-04-02T09:57:35.862Z] #42 48.19 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
09:57:35 [2021-04-02T09:57:35.862Z] #42 48.20 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
09:57:35 [2021-04-02T09:57:35.862Z] #42 48.29 Selecting previously unselected package libprotobuf-c-dev:amd64.
09:57:35 [2021-04-02T09:57:35.862Z] #42 48.30 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
09:57:35 [2021-04-02T09:57:35.862Z] #42 48.30 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
09:57:35 [2021-04-02T09:57:35.862Z] #42 ...
09:57:35 [2021-04-02T09:57:35.862Z] 
09:57:35 [2021-04-02T09:57:35.862Z] #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
09:57:35 [2021-04-02T09:57:35.862Z] #56 sha256:c47377bf9ef478c8ff98170c37434cbc9be009bc436b6ef68a3096cd95135095
09:57:35 [2021-04-02T09:57:35.862Z] #56 1.267 + RM_GOPATH=0
09:57:35 [2021-04-02T09:57:35.862Z] #56 1.267 + TMP_GOPATH=
09:57:35 [2021-04-02T09:57:35.862Z] #56 1.267 + : /build
09:57:35 [2021-04-02T09:57:35.862Z] #56 1.267 + '[' -z '' ']'
09:57:35 [2021-04-02T09:57:35.862Z] #56 1.267 ++ mktemp -d
09:57:35 [2021-04-02T09:57:35.862Z] #56 1.269 + export GOPATH=/tmp/tmp.PeNZayTueN
09:57:35 [2021-04-02T09:57:35.862Z] #56 1.270 + GOPATH=/tmp/tmp.PeNZayTueN
09:57:35 [2021-04-02T09:57:35.862Z] #56 1.270 + RM_GOPATH=1
09:57:35 [2021-04-02T09:57:35.862Z] #56 1.270 + case "$(go env GOARCH)" in
09:57:35 [2021-04-02T09:57:35.862Z] #56 1.272 ++ go env GOARCH
09:57:35 [2021-04-02T09:57:35.862Z] #56 1.305 + export GO_BUILDMODE=-buildmode=pie
09:57:35 [2021-04-02T09:57:35.862Z] #56 1.309 + GO_BUILDMODE=-buildmode=pie
09:57:35 [2021-04-02T09:57:35.862Z] #56 1.310 ++ dirname /tmp/install/install.sh
09:57:35 [2021-04-02T09:57:35.862Z] #56 1.316 + dir=/tmp/install
09:57:35 [2021-04-02T09:57:35.862Z] #56 1.316 + bin=containerd
09:57:35 [2021-04-02T09:57:35.862Z] #56 1.317 + shift
09:57:35 [2021-04-02T09:57:35.862Z] #56 1.317 + '[' '!' -f /tmp/install/containerd.installer ']'
09:57:35 [2021-04-02T09:57:35.862Z] #56 1.318 + . /tmp/install/containerd.installer
09:57:35 [2021-04-02T09:57:35.862Z] #56 1.318 ++ set -e
09:57:35 [2021-04-02T09:57:35.862Z] #56 1.318 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
09:57:35 [2021-04-02T09:57:35.862Z] #56 1.319 + install_containerd
09:57:35 [2021-04-02T09:57:35.862Z] #56 1.319 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e'
09:57:35 [2021-04-02T09:57:35.862Z] #56 1.324 + git clone https://github.com/containerd/containerd.git /tmp/tmp.PeNZayTueN/src/github.com/containerd/containerd
09:57:35 [2021-04-02T09:57:35.862Z] #56 1.324 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
09:57:35 [2021-04-02T09:57:35.862Z] #56 1.326 Cloning into '/tmp/tmp.PeNZayTueN/src/github.com/containerd/containerd'...
09:57:36 [2021-04-02T09:57:36.101Z] #51 21.39 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
09:57:36 [2021-04-02T09:57:36.101Z] #51 21.58 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
09:57:36 [2021-04-02T09:57:36.101Z] #51 21.62 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
09:57:36 [2021-04-02T09:57:36.283Z] #58 ...
09:57:36 [2021-04-02T09:57:36.283Z] 
09:57:36 [2021-04-02T09:57:36.283Z] #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
09:57:36 [2021-04-02T09:57:36.283Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
09:57:36 [2021-04-02T09:57:36.283Z] #55 26.38 Fetched 8426 kB in 19s (450 kB/s)
09:57:36 [2021-04-02T09:57:36.283Z] #55 26.38 Reading package lists...
09:57:36 [2021-04-02T09:57:36.403Z] #19 DONE 1.3s
09:57:36 [2021-04-02T09:57:36.403Z] 
09:57:36 [2021-04-02T09:57:36.403Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:57:36 [2021-04-02T09:57:36.403Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:57:36 [2021-04-02T09:57:36.403Z] #43 60.65   CC       criu/pie/util-vdso.o
09:57:36 [2021-04-02T09:57:36.403Z] #43 61.82   CC       criu/pie/util-vdso-elf32.o
09:57:36 [2021-04-02T09:57:36.403Z] #43 62.46   AR       criu/pie/pie.lib.a
09:57:36 [2021-04-02T09:57:36.543Z] #55 33.19 Reading package lists...
09:57:36 [2021-04-02T09:57:36.543Z] #55 ...
09:57:36 [2021-04-02T09:57:36.543Z] 
09:57:36 [2021-04-02T09:57:36.543Z] #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
09:57:36 [2021-04-02T09:57:36.543Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:57:36 [2021-04-02T09:57:36.543Z] #42 26.55 Fetched 8426 kB in 19s (442 kB/s)
09:57:36 [2021-04-02T09:57:36.543Z] #42 26.55 Reading package lists...
09:57:36 [2021-04-02T09:57:36.543Z] #42 33.19 Reading package lists...
09:57:36 [2021-04-02T09:57:36.543Z] #42 ...
09:57:36 [2021-04-02T09:57:36.543Z] 
09:57:36 [2021-04-02T09:57:36.543Z] #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
09:57:36 [2021-04-02T09:57:36.543Z] #49 sha256:a45200b0e51390b0e7b6918bffddfb65d3838a2b387e9e2ef397a9a5c69d0abb
09:57:36 [2021-04-02T09:57:36.543Z] #49 34.50 go: extracting github.com/gogo/protobuf v1.2.1
09:57:36 [2021-04-02T09:57:36.660Z] #43 62.54   DEP      criu/pie/restorer.d
09:57:36 [2021-04-02T09:57:36.664Z] #51 ...
09:57:36 [2021-04-02T09:57:36.664Z] 
09:57:36 [2021-04-02T09:57:36.664Z] #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
09:57:36 [2021-04-02T09:57:36.664Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:57:36 [2021-04-02T09:57:36.664Z] #36 11.98 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [271 kB]
09:57:36 [2021-04-02T09:57:36.664Z] #36 14.22 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
09:57:36 [2021-04-02T09:57:36.664Z] #36 ...
09:57:36 [2021-04-02T09:57:36.664Z] 
09:57:36 [2021-04-02T09:57:36.664Z] #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
09:57:36 [2021-04-02T09:57:36.664Z] #45 sha256:49a3fcc416cc75118c20d2bf4a8274cd33396b6ef0305d9f34d11d4c1747f570
09:57:36 [2021-04-02T09:57:36.664Z] #45 12.14 unicode/utf8
09:57:36 [2021-04-02T09:57:36.664Z] #45 12.92 math
09:57:36 [2021-04-02T09:57:36.664Z] #45 16.72 unicode/utf16
09:57:36 [2021-04-02T09:57:36.664Z] #45 17.00 container/list
09:57:36 [2021-04-02T09:57:36.664Z] #45 17.68 crypto/internal/subtle
09:57:36 [2021-04-02T09:57:36.664Z] #45 17.85 crypto/subtle
09:57:36 [2021-04-02T09:57:36.664Z] #45 17.99 vendor/golang.org/x/crypto/cryptobyte/asn1
09:57:36 [2021-04-02T09:57:36.664Z] #45 18.12 internal/nettrace
09:57:36 [2021-04-02T09:57:36.664Z] #45 18.43 runtime/cgo
09:57:36 [2021-04-02T09:57:36.917Z] #43 62.98   DEP      criu/arch/x86/sigaction_compat_pie.d
09:57:36 [2021-04-02T09:57:36.917Z] #43 63.09   DEP      criu/arch/x86/restorer_unmap.d
09:57:36 [2021-04-02T09:57:36.931Z] #45 ...
09:57:36 [2021-04-02T09:57:36.931Z] 
09:57:36 [2021-04-02T09:57:36.931Z] #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
09:57:36 [2021-04-02T09:57:36.931Z] #58 sha256:edb2202c8ac9c9de26d532b53245eab2917d5c1f84747f7eaf329614a48c2a2e
09:57:36 [2021-04-02T09:57:36.931Z] #58 13.23 + cd /tmp/tmp.LZ6yPLxR0D/src/github.com/rootless-containers/rootlesskit
09:57:36 [2021-04-02T09:57:36.931Z] #58 13.23 + git checkout -q ed9b8c5cc48d29d0a979dae52a24f6e886795abd
09:57:36 [2021-04-02T09:57:36.931Z] #58 13.27 + export GO111MODULE=on
09:57:36 [2021-04-02T09:57:36.931Z] #58 13.27 + GO111MODULE=on
09:57:36 [2021-04-02T09:57:36.931Z] #58 13.28 + export GOPROXY=https://proxy.golang.org
09:57:36 [2021-04-02T09:57:36.931Z] #58 13.28 + GOPROXY=https://proxy.golang.org
09:57:36 [2021-04-02T09:57:36.931Z] #58 13.28 + for f in rootlesskit rootlesskit-docker-proxy
09:57:36 [2021-04-02T09:57:36.931Z] #58 13.28 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
09:57:36 [2021-04-02T09:57:36.931Z] #58 15.52 go: downloading github.com/sirupsen/logrus v1.8.1
09:57:36 [2021-04-02T09:57:36.931Z] #58 15.52 go: downloading github.com/urfave/cli/v2 v2.3.0
09:57:36 [2021-04-02T09:57:36.931Z] #58 15.53 go: downloading github.com/pkg/errors v0.9.1
09:57:36 [2021-04-02T09:57:36.931Z] #58 15.62 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
09:57:36 [2021-04-02T09:57:36.931Z] #58 15.62 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
09:57:36 [2021-04-02T09:57:36.931Z] #58 15.62 go: downloading github.com/gorilla/mux v1.8.0
09:57:36 [2021-04-02T09:57:36.931Z] #58 15.62 go: downloading github.com/moby/sys/mountinfo v0.4.1
09:57:36 [2021-04-02T09:57:36.931Z] #58 15.74 go: downloading github.com/gofrs/flock v0.8.0
09:57:36 [2021-04-02T09:57:36.931Z] #58 15.86 go: extracting github.com/sirupsen/logrus v1.8.1
09:57:36 [2021-04-02T09:57:36.931Z] #58 16.06 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
09:57:36 [2021-04-02T09:57:36.931Z] #58 16.06 go: downloading github.com/google/uuid v1.2.0
09:57:36 [2021-04-02T09:57:36.931Z] #58 16.14 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
09:57:36 [2021-04-02T09:57:36.931Z] #58 16.33 go: extracting github.com/moby/sys/mountinfo v0.4.1
09:57:36 [2021-04-02T09:57:36.931Z] #58 16.35 go: extracting github.com/pkg/errors v0.9.1
09:57:36 [2021-04-02T09:57:36.931Z] #58 16.42 go: extracting github.com/gofrs/flock v0.8.0
09:57:36 [2021-04-02T09:57:36.931Z] #58 16.46 go: extracting github.com/gorilla/mux v1.8.0
09:57:36 [2021-04-02T09:57:36.931Z] #58 16.65 go: downloading github.com/moby/vpnkit v0.5.0
09:57:36 [2021-04-02T09:57:36.931Z] #58 17.03 go: extracting github.com/google/uuid v1.2.0
09:57:36 [2021-04-02T09:57:36.931Z] #58 17.42 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
09:57:36 [2021-04-02T09:57:36.931Z] #58 18.72 go: downloading github.com/u-root/u-root v7.0.0+incompatible
09:57:36 [2021-04-02T09:57:36.931Z] #58 18.72 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
09:57:36 [2021-04-02T09:57:36.931Z] #58 20.51 go: extracting github.com/moby/vpnkit v0.5.0
09:57:36 [2021-04-02T09:57:36.931Z] #58 21.76 go: extracting github.com/urfave/cli/v2 v2.3.0
09:57:36 [2021-04-02T09:57:36.931Z] #58 22.20 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
09:57:37 [2021-04-02T09:57:37.173Z] #43 63.14   DEP      criu/arch/x86/restorer.d
09:57:37 [2021-04-02T09:57:37.189Z] #58 ...
09:57:37 [2021-04-02T09:57:37.189Z] 
09:57:37 [2021-04-02T09:57:37.189Z] #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
09:57:37 [2021-04-02T09:57:37.189Z] #47 sha256:0eee3142566846765c076b75f8a2feb485190f15ffba05354ee3fab47b6b7b0e
09:57:37 [2021-04-02T09:57:37.189Z] #47 12.49 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
09:57:37 [2021-04-02T09:57:37.189Z] #47 16.84 go: finding github.com/fatih/color v1.9.0
09:57:37 [2021-04-02T09:57:37.189Z] #47 16.84 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
09:57:37 [2021-04-02T09:57:37.189Z] #47 16.88 go: finding github.com/pkg/errors v0.9.1
09:57:37 [2021-04-02T09:57:37.189Z] #47 17.00 go: finding github.com/spf13/pflag v1.0.3
09:57:37 [2021-04-02T09:57:37.189Z] #47 17.06 go: finding github.com/mattn/go-colorable v0.1.6
09:57:37 [2021-04-02T09:57:37.189Z] #47 17.37 go: finding github.com/mattn/go-isatty v0.0.12
09:57:37 [2021-04-02T09:57:37.189Z] #47 17.42 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
09:57:37 [2021-04-02T09:57:37.189Z] #47 17.64 go: finding github.com/jonboulle/clockwork v0.1.0
09:57:37 [2021-04-02T09:57:37.189Z] #47 17.66 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
09:57:37 [2021-04-02T09:57:37.189Z] #47 17.83 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
09:57:37 [2021-04-02T09:57:37.189Z] #47 17.83 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
09:57:37 [2021-04-02T09:57:37.189Z] #47 ...
09:57:37 [2021-04-02T09:57:37.189Z] 
09:57:37 [2021-04-02T09:57:37.189Z] #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
09:57:37 [2021-04-02T09:57:37.189Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:57:37 [2021-04-02T09:57:37.189Z] #13 8.173 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
09:57:37 [2021-04-02T09:57:37.189Z] #13 8.261 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
09:57:37 [2021-04-02T09:57:37.189Z] #13 8.261 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:57:37 [2021-04-02T09:57:37.189Z] #13 8.261 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:57:37 [2021-04-02T09:57:37.189Z] #13 9.171 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [460 kB]
09:57:37 [2021-04-02T09:57:37.189Z] #13 11.09 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:57:37 [2021-04-02T09:57:37.189Z] #13 13.22 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [271 kB]
09:57:37 [2021-04-02T09:57:37.189Z] #13 15.64 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
09:57:37 [2021-04-02T09:57:37.430Z] #43 63.31   DEP      criu/arch/x86/vdso-pie.d
09:57:37 [2021-04-02T09:57:37.430Z] #43 63.44   DEP      criu/pie/parasite-vdso.d
09:57:37 [2021-04-02T09:57:37.446Z] #13 ...
09:57:37 [2021-04-02T09:57:37.446Z] 
09:57:37 [2021-04-02T09:57:37.446Z] #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
09:57:37 [2021-04-02T09:57:37.446Z] #51 sha256:6a13d11d9acdeebe606757aac9634273858195fdde076427560de568d96527eb
09:57:37 [2021-04-02T09:57:37.446Z] #51 22.58 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
09:57:37 [2021-04-02T09:57:37.686Z] #43 63.62   DEP      criu/pie/parasite.d
09:57:37 [2021-04-02T09:57:37.855Z] #10 DONE 4.5s
09:57:37 [2021-04-02T09:57:37.855Z] 
09:57:37 [2021-04-02T09:57:37.855Z] #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
09:57:37 [2021-04-02T09:57:37.855Z] #11 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5
09:57:37 [2021-04-02T09:57:37.855Z] #11 DONE 0.8s
09:57:37 [2021-04-02T09:57:37.855Z] 
09:57:37 [2021-04-02T09:57:37.855Z] #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
09:57:37 [2021-04-02T09:57:37.855Z] #49 sha256:5e6d422573f5f344b430de4769efc5dc22abaaf795dbcc614c11d4cce76d71d1
09:57:37 [2021-04-02T09:57:37.943Z] #43 63.91   CC       criu/pie/parasite.o
09:57:38 [2021-04-02T09:57:38.009Z] #51 23.43 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
09:57:38 [2021-04-02T09:57:38.128Z] #49 ...
09:57:38 [2021-04-02T09:57:38.128Z] 
09:57:38 [2021-04-02T09:57:38.128Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
09:57:38 [2021-04-02T09:57:38.128Z] #39 sha256:5a8b6c7320e82a4b1d150c036edc95f00476bccb86f60acf022f7ce3ac710b58
09:57:38 [2021-04-02T09:57:38.128Z] #39 DONE 0.2s
09:57:38 [2021-04-02T09:57:38.128Z] 
09:57:38 [2021-04-02T09:57:38.128Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
09:57:38 [2021-04-02T09:57:38.128Z] #31 sha256:83c8560c50b15431e546bac469c64be716b739933dacb40c9db55dad341c2a58
09:57:38 [2021-04-02T09:57:38.128Z] #31 DONE 0.3s
09:57:38 [2021-04-02T09:57:38.128Z] 
09:57:38 [2021-04-02T09:57:38.128Z] #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
09:57:38 [2021-04-02T09:57:38.128Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805
09:57:38 [2021-04-02T09:57:38.404Z] #56 ...
09:57:38 [2021-04-02T09:57:38.404Z] 
09:57:38 [2021-04-02T09:57:38.404Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:57:38 [2021-04-02T09:57:38.404Z] #34 sha256:333583fbf713eebd0805e30d442538835600cbfb40090c9d570cfb204318d4f4
09:57:38 [2021-04-02T09:57:38.404Z] #34 40.28 sync
09:57:38 [2021-04-02T09:57:38.404Z] #34 40.29 internal/reflectlite
09:57:38 [2021-04-02T09:57:38.404Z] #34 42.77 errors
09:57:38 [2021-04-02T09:57:38.404Z] #34 42.78 sort
09:57:38 [2021-04-02T09:57:38.404Z] #34 43.29 strconv
09:57:38 [2021-04-02T09:57:38.404Z] #34 44.14 io
09:57:38 [2021-04-02T09:57:38.404Z] #34 45.90 internal/oserror
09:57:38 [2021-04-02T09:57:38.404Z] #34 46.02 syscall
09:57:38 [2021-04-02T09:57:38.404Z] #34 47.90 reflect
09:57:38 [2021-04-02T09:57:38.404Z] #34 ...
09:57:38 [2021-04-02T09:57:38.404Z] 
09:57:38 [2021-04-02T09:57:38.404Z] #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
09:57:38 [2021-04-02T09:57:38.404Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:57:38 [2021-04-02T09:57:38.404Z] #42 48.42 Selecting previously unselected package zlib1g-dev:amd64.
09:57:38 [2021-04-02T09:57:38.404Z] #42 48.43 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
09:57:38 [2021-04-02T09:57:38.404Z] #42 48.44 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
09:57:38 [2021-04-02T09:57:38.404Z] #42 48.72 Selecting previously unselected package libprotobuf17:amd64.
09:57:38 [2021-04-02T09:57:38.404Z] #42 48.73 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
09:57:38 [2021-04-02T09:57:38.404Z] #42 48.75 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
09:57:38 [2021-04-02T09:57:38.404Z] #42 49.60 Selecting previously unselected package libprotobuf-lite17:amd64.
09:57:38 [2021-04-02T09:57:38.404Z] #42 49.61 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
09:57:38 [2021-04-02T09:57:38.404Z] #42 49.61 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
09:57:38 [2021-04-02T09:57:38.404Z] #42 49.82 Selecting previously unselected package libprotobuf-dev:amd64.
09:57:38 [2021-04-02T09:57:38.404Z] #42 49.84 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
09:57:38 [2021-04-02T09:57:38.404Z] #42 49.86 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
09:57:38 [2021-04-02T09:57:38.474Z] #49 ...
09:57:38 [2021-04-02T09:57:38.474Z] 
09:57:38 [2021-04-02T09:57:38.474Z] #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
09:57:38 [2021-04-02T09:57:38.474Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:57:38 [2021-04-02T09:57:38.474Z] #13 22.50 Fetched 8933 kB in 20s (444 kB/s)
09:57:38 [2021-04-02T09:57:38.474Z] #13 22.50 Reading package lists...
09:57:38 [2021-04-02T09:57:38.736Z] #13 29.92 Reading package lists...
09:57:38 [2021-04-02T09:57:38.736Z] #13 ...
09:57:38 [2021-04-02T09:57:38.736Z] 
09:57:38 [2021-04-02T09:57:38.736Z] #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
09:57:38 [2021-04-02T09:57:38.736Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:57:38 [2021-04-02T09:57:38.736Z] #36 30.77 Reading package lists...
09:57:38 [2021-04-02T09:57:38.975Z] #42 51.29 Selecting previously unselected package libprotoc17:amd64.
09:57:38 [2021-04-02T09:57:38.975Z] #42 51.29 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
09:57:38 [2021-04-02T09:57:38.975Z] #42 51.31 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
09:57:38 [2021-04-02T09:57:38.975Z] #42 ...
09:57:38 [2021-04-02T09:57:38.975Z] 
09:57:38 [2021-04-02T09:57:38.975Z] #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
09:57:38 [2021-04-02T09:57:38.975Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:57:38 [2021-04-02T09:57:38.975Z] #13 30.56 Reading package lists...
09:57:38 [2021-04-02T09:57:38.975Z] #13 37.44 Building dependency tree...
09:57:38 [2021-04-02T09:57:38.975Z] #13 41.44 The following additional packages will be installed:
09:57:38 [2021-04-02T09:57:38.975Z] #13 41.44   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
09:57:38 [2021-04-02T09:57:38.975Z] #13 41.44   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
09:57:38 [2021-04-02T09:57:38.975Z] #13 41.44   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
09:57:38 [2021-04-02T09:57:38.975Z] #13 41.44   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
09:57:38 [2021-04-02T09:57:38.975Z] #13 41.44   mingw-w64-common mingw-w64-x86-64-dev
09:57:38 [2021-04-02T09:57:38.975Z] #13 41.48 Suggested packages:
09:57:38 [2021-04-02T09:57:38.975Z] #13 41.48   gcc-8-locales seccomp wine64
09:57:38 [2021-04-02T09:57:38.975Z] #13 43.23 The following NEW packages will be installed:
09:57:38 [2021-04-02T09:57:38.975Z] #13 43.25   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
09:57:38 [2021-04-02T09:57:38.975Z] #13 43.25   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
09:57:38 [2021-04-02T09:57:38.975Z] #13 43.25   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
09:57:38 [2021-04-02T09:57:38.975Z] #13 43.26   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
09:57:38 [2021-04-02T09:57:38.975Z] #13 43.26   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
09:57:38 [2021-04-02T09:57:38.975Z] #13 43.26   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
09:57:38 [2021-04-02T09:57:38.975Z] #13 43.27 The following packages will be upgraded:
09:57:38 [2021-04-02T09:57:38.975Z] #13 43.27   libseccomp2 libsystemd0 libudev1
09:57:38 [2021-04-02T09:57:38.975Z] #13 43.83 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded.
09:57:38 [2021-04-02T09:57:38.975Z] #13 43.83 Need to get 78.2 MB of archives.
09:57:38 [2021-04-02T09:57:38.975Z] #13 43.83 After this operation, 487 MB of additional disk space will be used.
09:57:38 [2021-04-02T09:57:38.975Z] #13 43.83 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
09:57:38 [2021-04-02T09:57:38.975Z] #13 43.84 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
09:57:38 [2021-04-02T09:57:38.975Z] #13 43.90 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB]
09:57:38 [2021-04-02T09:57:38.975Z] #13 43.93 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB]
09:57:38 [2021-04-02T09:57:38.975Z] #13 43.94 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]
09:57:38 [2021-04-02T09:57:38.975Z] #13 44.13 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]
09:57:38 [2021-04-02T09:57:38.975Z] #13 44.40 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
09:57:38 [2021-04-02T09:57:38.975Z] #13 44.42 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
09:57:38 [2021-04-02T09:57:38.975Z] #13 44.43 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
09:57:38 [2021-04-02T09:57:38.975Z] #13 44.44 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
09:57:38 [2021-04-02T09:57:38.975Z] #13 44.92 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
09:57:38 [2021-04-02T09:57:38.975Z] #13 45.25 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]
09:57:38 [2021-04-02T09:57:38.975Z] #13 45.26 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]
09:57:38 [2021-04-02T09:57:38.996Z] #36 37.72 Building dependency tree...
09:57:39 [2021-04-02T09:57:39.236Z] #13 ...
09:57:39 [2021-04-02T09:57:39.236Z] 
09:57:39 [2021-04-02T09:57:39.236Z] #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
09:57:39 [2021-04-02T09:57:39.236Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
09:57:39 [2021-04-02T09:57:39.311Z] #43 65.16   LINK     criu/pie/parasite.built-in.o
09:57:39 [2021-04-02T09:57:39.311Z] #43 65.19   GEN      criu/pie/parasite-blob.h
09:57:39 [2021-04-02T09:57:39.311Z] #43 65.21   CC       criu/pie/parasite-vdso.o
09:57:39 [2021-04-02T09:57:39.377Z] #51 24.94 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
09:57:39 [2021-04-02T09:57:39.762Z] #32 51.19 Checking out files:  88% (1342/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.
09:57:39 [2021-04-02T09:57:39.762Z] #32 51.82 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
09:57:39 [2021-04-02T09:57:39.762Z] #32 ...
09:57:39 [2021-04-02T09:57:39.762Z] 
09:57:39 [2021-04-02T09:57:39.762Z] #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
09:57:39 [2021-04-02T09:57:39.762Z] #45 sha256:bae9013b43c4c3935b42f55308aeb84eccbb7f8794c7f4f842598276112e6512
09:57:39 [2021-04-02T09:57:39.762Z] #45 42.07 github.com/LK4D4/vndr/godl/singleflight
09:57:39 [2021-04-02T09:57:39.762Z] #45 42.10 internal/reflectlite
09:57:39 [2021-04-02T09:57:39.762Z] #45 42.49 math/rand
09:57:39 [2021-04-02T09:57:39.762Z] #45 43.48 internal/singleflight
09:57:39 [2021-04-02T09:57:39.762Z] #45 44.63 strconv
09:57:39 [2021-04-02T09:57:39.762Z] #45 44.64 io
09:57:39 [2021-04-02T09:57:39.762Z] #45 46.42 bytes
09:57:39 [2021-04-02T09:57:39.762Z] #45 49.05 reflect
09:57:39 [2021-04-02T09:57:39.762Z] #45 49.22 bufio
09:57:39 [2021-04-02T09:57:39.762Z] #45 51.16 syscall
09:57:39 [2021-04-02T09:57:39.875Z] #43 65.89   CC       criu/arch/x86/vdso-pie.o
09:57:40 [2021-04-02T09:57:40.022Z] #45 ...
09:57:40 [2021-04-02T09:57:40.022Z] 
09:57:40 [2021-04-02T09:57:40.022Z] #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
09:57:40 [2021-04-02T09:57:40.022Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:57:40 [2021-04-02T09:57:40.022Z] #42 51.93 Selecting previously unselected package protobuf-c-compiler.
09:57:40 [2021-04-02T09:57:40.022Z] #42 51.93 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
09:57:40 [2021-04-02T09:57:40.022Z] #42 51.95 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
09:57:40 [2021-04-02T09:57:40.022Z] #42 52.10 Selecting previously unselected package protobuf-compiler.
09:57:40 [2021-04-02T09:57:40.022Z] #42 52.11 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
09:57:40 [2021-04-02T09:57:40.022Z] #42 52.13 Unpacking protobuf-compiler (3.6.1.3-2) ...
09:57:40 [2021-04-02T09:57:40.022Z] #42 52.28 Selecting previously unselected package python-pkg-resources.
09:57:40 [2021-04-02T09:57:40.022Z] #42 52.29 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
09:57:40 [2021-04-02T09:57:40.022Z] #42 52.31 Unpacking python-pkg-resources (40.8.0-1) ...
09:57:40 [2021-04-02T09:57:40.132Z] #43 66.22   CC       criu/arch/x86/restorer.o
09:57:40 [2021-04-02T09:57:40.132Z] #43 ...
09:57:40 [2021-04-02T09:57:40.132Z] 
09:57:40 [2021-04-02T09:57:40.132Z] #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
09:57:40 [2021-04-02T09:57:40.132Z] #45 sha256:030ac60024ecdfba769e6c884d4e688b350956879b5a2c3bd6f5e6438912cfba
09:57:40 [2021-04-02T09:57:40.132Z] #45 137.8 github.com/LK4D4/vndr/godl
09:57:40 [2021-04-02T09:57:40.193Z] #32 ...
09:57:40 [2021-04-02T09:57:40.193Z] 
09:57:40 [2021-04-02T09:57:40.193Z] #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
09:57:40 [2021-04-02T09:57:40.193Z] #12 sha256:a4fc3b84a9fb1d234e946cc4577deb87c7e6bc40e23bcd8c860a009a391faa80
09:57:40 [2021-04-02T09:57:40.193Z] #12 DONE 2.3s
09:57:40 [2021-04-02T09:57:40.282Z] #42 52.59 Selecting previously unselected package python-six.
09:57:40 [2021-04-02T09:57:40.282Z] #42 52.59 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
09:57:40 [2021-04-02T09:57:40.282Z] #42 52.62 Unpacking python-six (1.12.0-1) ...
09:57:40 [2021-04-02T09:57:40.456Z] 
09:57:40 [2021-04-02T09:57:40.456Z] #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
09:57:40 [2021-04-02T09:57:40.456Z] #27 sha256:d27195ceaffc1f9a65c2220ed12d7feaf17d51abd478d3d656591b753a121514
09:57:40 [2021-04-02T09:57:40.456Z] #27 13.01 Selecting previously unselected package curl.
09:57:40 [2021-04-02T09:57:40.456Z] #27 13.01 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_arm64.deb ...
09:57:40 [2021-04-02T09:57:40.456Z] #27 13.01 Unpacking curl (7.64.0-4+deb10u2) ...
09:57:40 [2021-04-02T09:57:40.456Z] #27 13.08 Selecting previously unselected package libonig5:arm64.
09:57:40 [2021-04-02T09:57:40.456Z] #27 13.08 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ...
09:57:40 [2021-04-02T09:57:40.456Z] #27 13.08 Unpacking libonig5:arm64 (6.9.1-1) ...
09:57:40 [2021-04-02T09:57:40.456Z] #27 13.15 Selecting previously unselected package libjq1:arm64.
09:57:40 [2021-04-02T09:57:40.456Z] #27 13.15 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ...
09:57:40 [2021-04-02T09:57:40.456Z] #27 13.16 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ...
09:57:40 [2021-04-02T09:57:40.456Z] #27 13.22 Selecting previously unselected package jq.
09:57:40 [2021-04-02T09:57:40.456Z] #27 13.22 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ...
09:57:40 [2021-04-02T09:57:40.456Z] #27 13.28 Unpacking jq (1.5+dfsg-2+b1) ...
09:57:40 [2021-04-02T09:57:40.456Z] #27 13.33 Setting up libkeyutils1:arm64 (1.6-6) ...
09:57:40 [2021-04-02T09:57:40.456Z] #27 13.35 Setting up libpsl5:arm64 (0.20.2-2) ...
09:57:40 [2021-04-02T09:57:40.456Z] #27 13.36 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u6) ...
09:57:40 [2021-04-02T09:57:40.456Z] #27 13.69 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
09:57:40 [2021-04-02T09:57:40.456Z] #27 13.71 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
09:57:40 [2021-04-02T09:57:40.456Z] #27 13.73 Setting up libkrb5support0:arm64 (1.17-3+deb10u1) ...
09:57:40 [2021-04-02T09:57:40.456Z] #27 14.03 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ...
09:57:40 [2021-04-02T09:57:40.456Z] #27 15.05 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
09:57:40 [2021-04-02T09:57:40.456Z] #27 15.29 Setting up libk5crypto3:arm64 (1.17-3+deb10u1) ...
09:57:40 [2021-04-02T09:57:40.456Z] #27 15.72 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ...
09:57:40 [2021-04-02T09:57:40.456Z] #27 15.78 Setting up libssh2-1:arm64 (1.8.0-2.1) ...
09:57:40 [2021-04-02T09:57:40.456Z] #27 16.77 Setting up libkrb5-3:arm64 (1.17-3+deb10u1) ...
09:57:40 [2021-04-02T09:57:40.456Z] #27 17.01 Setting up openssl (1.1.1d-0+deb10u6) ...
09:57:40 [2021-04-02T09:57:40.456Z] #27 17.05 Setting up libonig5:arm64 (6.9.1-1) ...
09:57:40 [2021-04-02T09:57:40.456Z] #27 17.07 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ...
09:57:40 [2021-04-02T09:57:40.456Z] #27 17.08 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ...
09:57:40 [2021-04-02T09:57:40.456Z] #27 17.10 Setting up ca-certificates (20200601~deb10u2) ...
09:57:40 [2021-04-02T09:57:40.456Z] #27 18.16 Updating certificates in /etc/ssl/certs...
09:57:40 [2021-04-02T09:57:40.456Z] #27 20.84 137 added, 0 removed; done.
09:57:40 [2021-04-02T09:57:40.726Z] #27 20.94 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ...
09:57:40 [2021-04-02T09:57:40.726Z] #27 20.97 Setting up jq (1.5+dfsg-2+b1) ...
09:57:40 [2021-04-02T09:57:40.726Z] #27 20.98 Setting up libcurl4:arm64 (7.64.0-4+deb10u2) ...
09:57:40 [2021-04-02T09:57:40.726Z] #27 21.00 Setting up curl (7.64.0-4+deb10u2) ...
09:57:40 [2021-04-02T09:57:40.726Z] #27 21.01 Processing triggers for libc-bin (2.28-10) ...
09:57:40 [2021-04-02T09:57:40.726Z] #27 21.05 Processing triggers for ca-certificates (20200601~deb10u2) ...
09:57:40 [2021-04-02T09:57:40.726Z] #27 21.07 Updating certificates in /etc/ssl/certs...
09:57:40 [2021-04-02T09:57:40.853Z] #42 53.12 Selecting previously unselected package python-protobuf.
09:57:40 [2021-04-02T09:57:40.853Z] #42 53.12 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
09:57:40 [2021-04-02T09:57:40.853Z] #42 53.13 Unpacking python-protobuf (3.6.1.3-2) ...
09:57:40 [2021-04-02T09:57:40.914Z] #36 40.76 The following additional packages will be installed:
09:57:40 [2021-04-02T09:57:40.914Z] #36 40.78   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
09:57:40 [2021-04-02T09:57:40.914Z] #36 40.78 Suggested packages:
09:57:40 [2021-04-02T09:57:40.914Z] #36 40.78   cmake-doc ninja-build lrzip
09:57:40 [2021-04-02T09:57:40.914Z] #36 40.78 Recommended packages:
09:57:40 [2021-04-02T09:57:40.914Z] #36 40.78   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
09:57:41 [2021-04-02T09:57:41.121Z] #45 138.6 github.com/LK4D4/vndr
09:57:41 [2021-04-02T09:57:41.202Z] #36 ...
09:57:41 [2021-04-02T09:57:41.202Z] 
09:57:41 [2021-04-02T09:57:41.202Z] #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
09:57:41 [2021-04-02T09:57:41.202Z] #45 sha256:583281a574089db2ff8d12c67758c7a674ad902bd22010a728bcb3f4691f0871
09:57:41 [2021-04-02T09:57:41.202Z] #45 31.27 vendor/golang.org/x/crypto/curve25519
09:57:41 [2021-04-02T09:57:41.202Z] #45 ...
09:57:41 [2021-04-02T09:57:41.202Z] 
09:57:41 [2021-04-02T09:57:41.202Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:57:41 [2021-04-02T09:57:41.202Z] #34 sha256:8916c428c83ca8e171efc92c1df5ae1c308722e8d477c6fec1edd5e160cf0d6c
09:57:41 [2021-04-02T09:57:41.202Z] #34 40.67 sync
09:57:41 [2021-04-02T09:57:41.202Z] #34 40.68 internal/reflectlite
09:57:41 [2021-04-02T09:57:41.271Z] #51 26.41 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
09:57:41 [2021-04-02T09:57:41.271Z] #51 ...
09:57:41 [2021-04-02T09:57:41.271Z] 
09:57:41 [2021-04-02T09:57:41.271Z] #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
09:57:41 [2021-04-02T09:57:41.271Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:57:41 [2021-04-02T09:57:41.271Z] #42 16.33 Fetched 8426 kB in 11s (734 kB/s)
09:57:41 [2021-04-02T09:57:41.271Z] #42 16.33 Reading package lists...
09:57:41 [2021-04-02T09:57:41.271Z] #42 24.38 Reading package lists...
09:57:41 [2021-04-02T09:57:41.271Z] #42 ...
09:57:41 [2021-04-02T09:57:41.271Z] 
09:57:41 [2021-04-02T09:57:41.271Z] #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
09:57:41 [2021-04-02T09:57:41.271Z] #51 sha256:6a13d11d9acdeebe606757aac9634273858195fdde076427560de568d96527eb
09:57:41 [2021-04-02T09:57:41.271Z] #51 26.47 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
09:57:41 [2021-04-02T09:57:41.271Z] #51 26.63 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
09:57:41 [2021-04-02T09:57:41.271Z] #51 26.68 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
09:57:41 [2021-04-02T09:57:41.464Z] #42 53.82 Setting up python-pkg-resources (40.8.0-1) ...
09:57:42 [2021-04-02T09:57:42.037Z] #42 ...
09:57:42 [2021-04-02T09:57:42.037Z] 
09:57:42 [2021-04-02T09:57:42.037Z] #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
09:57:42 [2021-04-02T09:57:42.037Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:57:42 [2021-04-02T09:57:42.037Z] #36 44.41 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
09:57:42 [2021-04-02T09:57:42.037Z] #36 45.92 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
09:57:42 [2021-04-02T09:57:42.037Z] #36 45.98 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
09:57:42 [2021-04-02T09:57:42.037Z] #36 45.99 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
09:57:42 [2021-04-02T09:57:42.037Z] #36 46.02 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
09:57:42 [2021-04-02T09:57:42.037Z] #36 46.02 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
09:57:42 [2021-04-02T09:57:42.037Z] #36 46.03 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
09:57:42 [2021-04-02T09:57:42.037Z] #36 47.85 debconf: delaying package configuration, since apt-utils is not installed
09:57:42 [2021-04-02T09:57:42.037Z] #36 48.20 Fetched 14.9 MB in 2s (6059 kB/s)
09:57:42 [2021-04-02T09:57:42.037Z] #36 48.28 Selecting previously unselected package xxd.
09:57:42 [2021-04-02T09:57:42.037Z] #36 48.29 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
09:57:42 [2021-04-02T09:57:42.037Z] #36 48.39 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
09:57:42 [2021-04-02T09:57:42.037Z] #36 48.40 Unpacking xxd (2:8.1.0875-5) ...
09:57:42 [2021-04-02T09:57:42.037Z] #36 48.67 Selecting previously unselected package vim-common.
09:57:42 [2021-04-02T09:57:42.037Z] #36 48.67 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
09:57:42 [2021-04-02T09:57:42.037Z] #36 48.76 Unpacking vim-common (2:8.1.0875-5) ...
09:57:42 [2021-04-02T09:57:42.037Z] #36 49.07 Selecting previously unselected package cmake-data.
09:57:42 [2021-04-02T09:57:42.037Z] #36 49.07 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
09:57:42 [2021-04-02T09:57:42.037Z] #36 49.08 Unpacking cmake-data (3.13.4-1) ...
09:57:42 [2021-04-02T09:57:42.037Z] #36 52.10 Selecting previously unselected package libicu63:amd64.
09:57:42 [2021-04-02T09:57:42.037Z] #36 52.11 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
09:57:42 [2021-04-02T09:57:42.037Z] #36 52.13 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
09:57:42 [2021-04-02T09:57:42.654Z] #51 27.90 runtime
09:57:43 [2021-04-02T09:57:43.421Z] #36 ...
09:57:43 [2021-04-02T09:57:43.421Z] 
09:57:43 [2021-04-02T09:57:43.421Z] #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
09:57:43 [2021-04-02T09:57:43.421Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:57:43 [2021-04-02T09:57:43.421Z] #13 48.86 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]
09:57:43 [2021-04-02T09:57:43.421Z] #13 51.39 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
09:57:43 [2021-04-02T09:57:43.421Z] #13 51.40 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
09:57:43 [2021-04-02T09:57:43.421Z] #13 51.40 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
09:57:43 [2021-04-02T09:57:43.421Z] #13 51.40 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
09:57:43 [2021-04-02T09:57:43.421Z] #13 51.40 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]
09:57:43 [2021-04-02T09:57:43.421Z] #13 51.40 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
09:57:43 [2021-04-02T09:57:43.421Z] #13 51.40 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
09:57:43 [2021-04-02T09:57:43.421Z] #13 51.44 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
09:57:43 [2021-04-02T09:57:43.421Z] #13 51.48 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
09:57:43 [2021-04-02T09:57:43.421Z] #13 51.50 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
09:57:43 [2021-04-02T09:57:43.421Z] #13 51.54 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
09:57:43 [2021-04-02T09:57:43.421Z] #13 51.58 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
09:57:43 [2021-04-02T09:57:43.479Z] #27 ...
09:57:43 [2021-04-02T09:57:43.479Z] 
09:57:43 [2021-04-02T09:57:43.479Z] #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
09:57:43 [2021-04-02T09:57:43.479Z] #49 sha256:5e6d422573f5f344b430de4769efc5dc22abaaf795dbcc614c11d4cce76d71d1
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.358 + RM_GOPATH=0
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.358 + TMP_GOPATH=
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.358 + : /build
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.358 + '[' -z '' ']'
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.358 ++ mktemp -d
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.359 + export GOPATH=/tmp/tmp.Z1hnxEQWYy
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.360 + GOPATH=/tmp/tmp.Z1hnxEQWYy
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.361 + RM_GOPATH=1
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.361 + case "$(go env GOARCH)" in
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.361 ++ go env GOARCH
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.404 + export GO_BUILDMODE=-buildmode=pie
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.404 + GO_BUILDMODE=-buildmode=pie
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.410 ++ dirname /tmp/install/install.sh
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.410 + dir=/tmp/install
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.410 + bin=golangci_lint
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.410 + shift
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.410 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.410 + . /tmp/install/golangci_lint.installer
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.410 ++ : v1.23.8
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.410 + install_golangci_lint
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.410 + set -e
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.410 + export GO111MODULE=on
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.410 + GO111MODULE=on
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.410 + GOBIN=/build
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.410 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.477 go: finding github.com v1.23.8
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.477 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.477 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.477 go: finding github.com/golangci/golangci-lint v1.23.8
09:57:43 [2021-04-02T09:57:43.479Z] #49 5.477 go: finding github.com/golangci v1.23.8
09:57:43 [2021-04-02T09:57:43.681Z] #13 51.61 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
09:57:43 [2021-04-02T09:57:43.681Z] #13 51.63 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
09:57:43 [2021-04-02T09:57:43.760Z] #34 43.33 sort
09:57:43 [2021-04-02T09:57:43.760Z] #34 43.33 errors
09:57:43 [2021-04-02T09:57:43.760Z] #34 43.64 strconv
09:57:44 [2021-04-02T09:57:44.474Z] #49 6.428 go: downloading github.com/golangci/golangci-lint v1.23.8
09:57:44 [2021-04-02T09:57:44.752Z] #34 44.63 io
09:57:45 [2021-04-02T09:57:45.066Z] #13 52.86 debconf: delaying package configuration, since apt-utils is not installed
09:57:45 [2021-04-02T09:57:45.066Z] #13 53.08 Fetched 78.2 MB in 8s (9674 kB/s)
09:57:45 [2021-04-02T09:57:45.066Z] #13 53.20 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
09:57:45 [2021-04-02T09:57:45.066Z] #13 53.28 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ...
09:57:45 [2021-04-02T09:57:45.066Z] #13 53.31 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
09:57:45 [2021-04-02T09:57:45.231Z] #51 ...
09:57:45 [2021-04-02T09:57:45.231Z] 
09:57:45 [2021-04-02T09:57:45.231Z] #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
09:57:45 [2021-04-02T09:57:45.231Z] #49 sha256:0bae7cee2dfa3128f044e661c9f48315e4a64332bc17c1d8cac5edc975b1099f
09:57:45 [2021-04-02T09:57:45.231Z] #49 20.28 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
09:57:45 [2021-04-02T09:57:45.231Z] #49 20.46 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
09:57:45 [2021-04-02T09:57:45.231Z] #49 24.36 go: downloading github.com/go-critic/go-critic v0.4.1
09:57:45 [2021-04-02T09:57:45.231Z] #49 24.36 go: downloading github.com/pmezard/go-difflib v1.0.0
09:57:45 [2021-04-02T09:57:45.231Z] #49 24.36 go: downloading github.com/davecgh/go-spew v1.1.1
09:57:45 [2021-04-02T09:57:45.231Z] #49 24.36 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
09:57:45 [2021-04-02T09:57:45.231Z] #49 24.36 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
09:57:45 [2021-04-02T09:57:45.231Z] #49 24.41 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
09:57:45 [2021-04-02T09:57:45.231Z] #49 24.41 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
09:57:45 [2021-04-02T09:57:45.231Z] #49 24.55 go: extracting github.com/pmezard/go-difflib v1.0.0
09:57:45 [2021-04-02T09:57:45.231Z] #49 24.55 go: downloading github.com/go-lintpack/lintpack v0.5.2
09:57:45 [2021-04-02T09:57:45.231Z] #49 24.62 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
09:57:45 [2021-04-02T09:57:45.231Z] #49 24.65 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
09:57:45 [2021-04-02T09:57:45.231Z] #49 24.69 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
09:57:45 [2021-04-02T09:57:45.231Z] #49 24.81 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
09:57:45 [2021-04-02T09:57:45.231Z] #49 24.81 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
09:57:45 [2021-04-02T09:57:45.231Z] #49 24.89 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
09:57:45 [2021-04-02T09:57:45.231Z] #49 24.89 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
09:57:45 [2021-04-02T09:57:45.231Z] #49 24.89 go: extracting github.com/davecgh/go-spew v1.1.1
09:57:45 [2021-04-02T09:57:45.231Z] #49 25.00 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
09:57:45 [2021-04-02T09:57:45.231Z] #49 25.04 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
09:57:45 [2021-04-02T09:57:45.231Z] #49 25.17 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
09:57:45 [2021-04-02T09:57:45.231Z] #49 25.17 go: downloading github.com/mitchellh/mapstructure v1.1.2
09:57:45 [2021-04-02T09:57:45.231Z] #49 25.17 go: extracting github.com/go-lintpack/lintpack v0.5.2
09:57:45 [2021-04-02T09:57:45.231Z] #49 25.38 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
09:57:45 [2021-04-02T09:57:45.231Z] #49 25.41 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
09:57:45 [2021-04-02T09:57:45.231Z] #49 25.55 go: extracting github.com/mitchellh/mapstructure v1.1.2
09:57:45 [2021-04-02T09:57:45.231Z] #49 25.63 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
09:57:45 [2021-04-02T09:57:45.231Z] #49 25.69 go: downloading github.com/ultraware/whitespace v0.0.4
09:57:45 [2021-04-02T09:57:45.231Z] #49 25.69 go: extracting github.com/go-critic/go-critic v0.4.1
09:57:45 [2021-04-02T09:57:45.231Z] #49 25.69 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
09:57:45 [2021-04-02T09:57:45.231Z] #49 25.82 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
09:57:45 [2021-04-02T09:57:45.231Z] #49 25.82 go: downloading github.com/sourcegraph/go-diff v0.5.1
09:57:45 [2021-04-02T09:57:45.231Z] #49 26.16 go: extracting github.com/ultraware/whitespace v0.0.4
09:57:45 [2021-04-02T09:57:45.231Z] #49 26.16 go: downloading github.com/inconshreveable/mousetrap v1.0.0
09:57:45 [2021-04-02T09:57:45.231Z] #49 26.16 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
09:57:45 [2021-04-02T09:57:45.231Z] #49 26.19 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
09:57:45 [2021-04-02T09:57:45.231Z] #49 26.32 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
09:57:45 [2021-04-02T09:57:45.231Z] #49 26.41 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
09:57:45 [2021-04-02T09:57:45.231Z] #49 26.53 go: downloading github.com/spf13/jwalterweatherman v1.0.0
09:57:45 [2021-04-02T09:57:45.231Z] #49 26.53 go: extracting github.com/sourcegraph/go-diff v0.5.1
09:57:45 [2021-04-02T09:57:45.231Z] #49 26.68 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
09:57:45 [2021-04-02T09:57:45.231Z] #49 26.77 go: extracting github.com/inconshreveable/mousetrap v1.0.0
09:57:45 [2021-04-02T09:57:45.231Z] #49 27.06 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
09:57:45 [2021-04-02T09:57:45.231Z] #49 27.06 go: extracting github.com/spf13/jwalterweatherman v1.0.0
09:57:45 [2021-04-02T09:57:45.231Z] #49 27.06 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
09:57:45 [2021-04-02T09:57:45.231Z] #49 27.20 go: downloading github.com/uudashr/gocognit v1.0.1
09:57:45 [2021-04-02T09:57:45.231Z] #49 27.24 go: downloading github.com/go-toolsmith/astfmt v1.0.0
09:57:45 [2021-04-02T09:57:45.231Z] #49 27.29 go: downloading github.com/gogo/protobuf v1.2.1
09:57:45 [2021-04-02T09:57:45.231Z] #49 27.52 go: extracting github.com/go-toolsmith/astfmt v1.0.0
09:57:45 [2021-04-02T09:57:45.231Z] #49 27.54 go: downloading github.com/fsnotify/fsnotify v1.4.7
09:57:45 [2021-04-02T09:57:45.231Z] #49 27.54 go: extracting github.com/uudashr/gocognit v1.0.1
09:57:45 [2021-04-02T09:57:45.231Z] #49 27.65 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
09:57:45 [2021-04-02T09:57:45.231Z] #49 27.82 go: downloading github.com/kisielk/gotool v1.0.0
09:57:45 [2021-04-02T09:57:45.231Z] #49 27.98 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
09:57:45 [2021-04-02T09:57:45.231Z] #49 28.15 go: extracting github.com/fsnotify/fsnotify v1.4.7
09:57:45 [2021-04-02T09:57:45.231Z] #49 28.15 go: downloading github.com/mattn/go-isatty v0.0.8
09:57:45 [2021-04-02T09:57:45.231Z] #49 28.30 go: extracting github.com/kisielk/gotool v1.0.0
09:57:45 [2021-04-02T09:57:45.231Z] #49 28.30 go: extracting github.com/mattn/go-isatty v0.0.8
09:57:45 [2021-04-02T09:57:45.231Z] #49 28.44 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
09:57:45 [2021-04-02T09:57:45.231Z] #49 28.44 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
09:57:45 [2021-04-02T09:57:45.231Z] #49 28.86 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
09:57:45 [2021-04-02T09:57:45.231Z] #49 28.96 go: downloading github.com/BurntSushi/toml v0.3.1
09:57:45 [2021-04-02T09:57:45.231Z] #49 28.96 go: downloading github.com/pelletier/go-toml v1.2.0
09:57:45 [2021-04-02T09:57:45.231Z] #49 28.96 go: downloading github.com/mitchellh/go-homedir v1.1.0
09:57:45 [2021-04-02T09:57:45.231Z] #49 29.23 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
09:57:45 [2021-04-02T09:57:45.231Z] #49 29.32 go: extracting github.com/mitchellh/go-homedir v1.1.0
09:57:45 [2021-04-02T09:57:45.231Z] #49 29.32 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
09:57:45 [2021-04-02T09:57:45.231Z] #49 29.37 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
09:57:45 [2021-04-02T09:57:45.231Z] #49 29.37 go: downloading github.com/go-toolsmith/astcopy v1.0.0
09:57:45 [2021-04-02T09:57:45.231Z] #49 29.51 go: extracting github.com/go-toolsmith/astcopy v1.0.0
09:57:45 [2021-04-02T09:57:45.231Z] #49 29.67 go: extracting github.com/pelletier/go-toml v1.2.0
09:57:45 [2021-04-02T09:57:45.231Z] #49 29.74 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
09:57:45 [2021-04-02T09:57:45.231Z] #49 29.75 go: downloading github.com/gobwas/glob v0.2.3
09:57:45 [2021-04-02T09:57:45.231Z] #49 29.75 go: extracting github.com/BurntSushi/toml v0.3.1
09:57:45 [2021-04-02T09:57:45.231Z] #49 29.87 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
09:57:45 [2021-04-02T09:57:45.231Z] #49 29.87 go: downloading github.com/go-toolsmith/strparse v1.0.0
09:57:45 [2021-04-02T09:57:45.231Z] #49 29.95 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
09:57:45 [2021-04-02T09:57:45.231Z] #49 30.26 go: downloading github.com/go-toolsmith/typep v1.0.0
09:57:45 [2021-04-02T09:57:45.231Z] #49 30.54 go: extracting github.com/go-toolsmith/strparse v1.0.0
09:57:45 [2021-04-02T09:57:45.231Z] #49 ...
09:57:45 [2021-04-02T09:57:45.231Z] 
09:57:45 [2021-04-02T09:57:45.231Z] #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
09:57:45 [2021-04-02T09:57:45.231Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
09:57:45 [2021-04-02T09:57:45.231Z] #55 20.70 Fetched 8426 kB in 15s (558 kB/s)
09:57:45 [2021-04-02T09:57:45.231Z] #55 20.70 Reading package lists...
09:57:45 [2021-04-02T09:57:45.499Z] #55 28.26 Reading package lists...
09:57:45 [2021-04-02T09:57:45.499Z] #55 ...
09:57:45 [2021-04-02T09:57:45.499Z] 
09:57:45 [2021-04-02T09:57:45.499Z] #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
09:57:45 [2021-04-02T09:57:45.499Z] #49 sha256:0bae7cee2dfa3128f044e661c9f48315e4a64332bc17c1d8cac5edc975b1099f
09:57:45 [2021-04-02T09:57:45.499Z] #49 30.78 go: downloading github.com/ultraware/funlen v0.0.2
09:57:45 [2021-04-02T09:57:45.499Z] #49 30.78 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
09:57:45 [2021-04-02T09:57:45.499Z] #49 30.83 go: extracting github.com/gobwas/glob v0.2.3
09:57:45 [2021-04-02T09:57:45.499Z] #49 30.96 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
09:57:45 [2021-04-02T09:57:45.515Z] #49 7.472 go: extracting github.com/golangci/golangci-lint v1.23.8
09:57:45 [2021-04-02T09:57:45.515Z] #49 ...
09:57:45 [2021-04-02T09:57:45.515Z] 
09:57:45 [2021-04-02T09:57:45.515Z] #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
09:57:45 [2021-04-02T09:57:45.515Z] #27 sha256:d27195ceaffc1f9a65c2220ed12d7feaf17d51abd478d3d656591b753a121514
09:57:45 [2021-04-02T09:57:45.515Z] #27 24.79 0 added, 0 removed; done.
09:57:45 [2021-04-02T09:57:45.515Z] #27 24.79 Running hooks in /etc/ca-certificates/update.d...
09:57:45 [2021-04-02T09:57:45.515Z] #27 24.81 done.
09:57:45 [2021-04-02T09:57:45.515Z] #27 DONE 26.0s
09:57:45 [2021-04-02T09:57:45.666Z] #13 53.75 Setting up libsystemd0:amd64 (241-7~deb10u7) ...
09:57:45 [2021-04-02T09:57:45.726Z] #34 ...
09:57:45 [2021-04-02T09:57:45.726Z] 
09:57:45 [2021-04-02T09:57:45.726Z] #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
09:57:45 [2021-04-02T09:57:45.726Z] #67 sha256:774b7efad8c9d47477a002625a315352c0b6c90099e2215cd42ad8cfcb50d6f1
09:57:45 [2021-04-02T09:57:45.726Z] #67 DONE 45.7s
09:57:45 [2021-04-02T09:57:45.726Z] 
09:57:45 [2021-04-02T09:57:45.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
09:57:45 [2021-04-02T09:57:45.726Z] #49 sha256:a45200b0e51390b0e7b6918bffddfb65d3838a2b387e9e2ef397a9a5c69d0abb
09:57:45 [2021-04-02T09:57:45.726Z] #49 38.84 go: extracting golang.org/x/text v0.3.2
09:57:45 [2021-04-02T09:57:45.726Z] #49 43.52 go: finding github.com/fatih/color v1.7.0
09:57:45 [2021-04-02T09:57:45.726Z] #49 43.55 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
09:57:45 [2021-04-02T09:57:45.726Z] #49 43.70 go: finding github.com/mattn/go-colorable v0.1.4
09:57:45 [2021-04-02T09:57:45.726Z] #49 43.72 go: finding github.com/mattn/go-isatty v0.0.8
09:57:45 [2021-04-02T09:57:45.726Z] #49 43.74 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
09:57:45 [2021-04-02T09:57:45.726Z] #49 43.77 go: finding github.com/go-lintpack/lintpack v0.5.2
09:57:45 [2021-04-02T09:57:45.726Z] #49 43.81 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
09:57:45 [2021-04-02T09:57:45.726Z] #49 43.81 go: finding github.com/go-critic/go-critic v0.4.1
09:57:45 [2021-04-02T09:57:45.726Z] #49 43.84 go: finding github.com/pkg/errors v0.8.1
09:57:45 [2021-04-02T09:57:45.726Z] #49 43.87 go: finding github.com/go-toolsmith/astfmt v1.0.0
09:57:45 [2021-04-02T09:57:45.726Z] #49 43.88 go: finding github.com/mitchellh/go-homedir v1.1.0
09:57:45 [2021-04-02T09:57:45.726Z] #49 43.90 go: finding github.com/sirupsen/logrus v1.4.2
09:57:45 [2021-04-02T09:57:45.726Z] #49 43.97 go: finding github.com/go-toolsmith/astp v1.0.0
09:57:45 [2021-04-02T09:57:45.726Z] #49 43.99 go: finding github.com/spf13/viper v1.6.1
09:57:45 [2021-04-02T09:57:45.726Z] #49 43.99 go: finding github.com/go-toolsmith/astequal v1.0.0
09:57:45 [2021-04-02T09:57:45.726Z] #49 44.00 go: finding github.com/stretchr/testify v1.4.0
09:57:45 [2021-04-02T09:57:45.726Z] #49 44.03 go: finding github.com/go-toolsmith/astcast v1.0.0
09:57:45 [2021-04-02T09:57:45.726Z] #49 44.06 go: finding github.com/go-toolsmith/typep v1.0.0
09:57:45 [2021-04-02T09:57:45.726Z] #49 44.08 go: finding github.com/davecgh/go-spew v1.1.1
09:57:45 [2021-04-02T09:57:45.726Z] #49 44.17 go: finding github.com/go-toolsmith/astcopy v1.0.0
09:57:45 [2021-04-02T09:57:45.726Z] #49 44.18 go: finding github.com/pmezard/go-difflib v1.0.0
09:57:45 [2021-04-02T09:57:45.726Z] #49 44.24 go: finding github.com/stretchr/objx v0.2.0
09:57:45 [2021-04-02T09:57:45.726Z] #49 44.25 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
09:57:45 [2021-04-02T09:57:45.726Z] #49 44.26 go: finding github.com/go-toolsmith/strparse v1.0.0
09:57:45 [2021-04-02T09:57:45.726Z] #49 44.32 go: finding github.com/bombsimon/wsl/v2 v2.0.0
09:57:45 [2021-04-02T09:57:45.726Z] #49 44.40 go: finding github.com/fsnotify/fsnotify v1.4.7
09:57:45 [2021-04-02T09:57:45.726Z] #49 44.43 go: finding gopkg.in/yaml.v2 v2.2.7
09:57:45 [2021-04-02T09:57:45.726Z] #49 44.44 go: finding github.com/gobwas/glob v0.2.3
09:57:45 [2021-04-02T09:57:45.726Z] #49 44.45 go: finding github.com/spf13/cobra v0.0.5
09:57:45 [2021-04-02T09:57:45.726Z] #49 44.51 go: finding github.com/hashicorp/hcl v1.0.0
09:57:45 [2021-04-02T09:57:45.726Z] #49 44.63 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
09:57:45 [2021-04-02T09:57:45.726Z] #49 44.66 go: finding github.com/spf13/pflag v1.0.5
09:57:45 [2021-04-02T09:57:45.726Z] #49 44.93 go: finding github.com/magiconair/properties v1.8.1
09:57:45 [2021-04-02T09:57:45.726Z] #49 44.93 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
09:57:45 [2021-04-02T09:57:45.726Z] #49 45.07 go: finding github.com/mitchellh/mapstructure v1.1.2
09:57:45 [2021-04-02T09:57:45.726Z] #49 45.08 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
09:57:45 [2021-04-02T09:57:45.726Z] #49 45.21 go: finding github.com/pelletier/go-toml v1.2.0
09:57:45 [2021-04-02T09:57:45.727Z] #49 45.22 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
09:57:45 [2021-04-02T09:57:45.727Z] #49 45.25 go: finding github.com/spf13/afero v1.1.2
09:57:45 [2021-04-02T09:57:45.727Z] #49 45.28 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
09:57:45 [2021-04-02T09:57:45.727Z] #49 45.30 go: finding github.com/spf13/cast v1.3.0
09:57:45 [2021-04-02T09:57:45.727Z] #49 45.35 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
09:57:45 [2021-04-02T09:57:45.727Z] #49 45.40 go: finding golang.org/x/text v0.3.2
09:57:45 [2021-04-02T09:57:45.727Z] #49 45.44 go: finding github.com/spf13/jwalterweatherman v1.0.0
09:57:45 [2021-04-02T09:57:45.727Z] #49 45.53 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
09:57:45 [2021-04-02T09:57:45.727Z] #49 45.55 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
09:57:45 [2021-04-02T09:57:45.727Z] #49 45.63 go: finding github.com/subosito/gotenv v1.2.0
09:57:45 [2021-04-02T09:57:45.727Z] #49 45.63 go: finding gopkg.in/ini.v1 v1.51.0
09:57:45 [2021-04-02T09:57:45.727Z] #49 45.69 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
09:57:45 [2021-04-02T09:57:45.727Z] #49 45.79 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
09:57:45 [2021-04-02T09:57:45.727Z] #49 45.81 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
09:57:45 [2021-04-02T09:57:45.727Z] #49 45.86 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
09:57:45 [2021-04-02T09:57:45.727Z] #49 45.91 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
09:57:45 [2021-04-02T09:57:45.767Z] #49 31.15 go: extracting github.com/go-toolsmith/typep v1.0.0
09:57:45 [2021-04-02T09:57:45.780Z] 
09:57:45 [2021-04-02T09:57:45.780Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
09:57:45 [2021-04-02T09:57:45.780Z] #28 sha256:0d333f010b056faad261844f947e5e8e9fb119c07a9e19796105ec8095f59f51
09:57:45 [2021-04-02T09:57:45.987Z] #49 45.97 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
09:57:45 [2021-04-02T09:57:45.987Z] #49 45.98 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
09:57:45 [2021-04-02T09:57:45.987Z] #49 46.01 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
09:57:45 [2021-04-02T09:57:45.987Z] #49 46.06 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
09:57:45 [2021-04-02T09:57:45.987Z] #49 46.06 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
09:57:45 [2021-04-02T09:57:45.987Z] #49 46.11 go: finding github.com/kisielk/gotool v1.0.0
09:57:46 [2021-04-02T09:57:46.028Z] #49 31.38 go: extracting github.com/ultraware/funlen v0.0.2
09:57:46 [2021-04-02T09:57:46.028Z] #49 31.42 go: downloading github.com/go-toolsmith/astequal v1.0.0
09:57:46 [2021-04-02T09:57:46.063Z] #28 DONE 0.3s
09:57:46 [2021-04-02T09:57:46.063Z] 
09:57:46 [2021-04-02T09:57:46.063Z] #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
09:57:46 [2021-04-02T09:57:46.063Z] #29 sha256:a01d8592fe039e214cc568ac194daa0b18653e39646b02c869fd98c83e68aa5b
09:57:46 [2021-04-02T09:57:46.248Z] #49 46.25 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
09:57:46 [2021-04-02T09:57:46.248Z] #49 ...
09:57:46 [2021-04-02T09:57:46.248Z] 
09:57:46 [2021-04-02T09:57:46.248Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:57:46 [2021-04-02T09:57:46.248Z] #34 sha256:8916c428c83ca8e171efc92c1df5ae1c308722e8d477c6fec1edd5e160cf0d6c
09:57:46 [2021-04-02T09:57:46.248Z] #34 46.17 internal/oserror
09:57:46 [2021-04-02T09:57:46.248Z] #34 46.32 syscall
09:57:46 [2021-04-02T09:57:46.286Z] #49 31.74 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
09:57:46 [2021-04-02T09:57:46.286Z] #49 31.74 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
09:57:46 [2021-04-02T09:57:46.374Z] #45 ...
09:57:46 [2021-04-02T09:57:46.374Z] 
09:57:46 [2021-04-02T09:57:46.374Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:57:46 [2021-04-02T09:57:46.374Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:57:46 [2021-04-02T09:57:46.374Z] #43 66.82   CC       criu/arch/x86/restorer_unmap.o
09:57:46 [2021-04-02T09:57:46.374Z] #43 66.89   CC       criu/arch/x86/sigaction_compat_pie.o
09:57:46 [2021-04-02T09:57:46.374Z] #43 67.25   CC       criu/pie/restorer.o
09:57:46 [2021-04-02T09:57:46.374Z] #43 70.23   LINK     criu/pie/restorer.built-in.o
09:57:46 [2021-04-02T09:57:46.374Z] #43 70.26   GEN      criu/pie/restorer-blob.h
09:57:46 [2021-04-02T09:57:46.374Z] #43 70.39   DEP      criu/vdso.d
09:57:46 [2021-04-02T09:57:46.374Z] #43 70.58   DEP      criu/vdso-compat.d
09:57:46 [2021-04-02T09:57:46.374Z] #43 70.74   DEP      criu/uts_ns.d
09:57:46 [2021-04-02T09:57:46.374Z] #43 70.93   DEP      criu/util.d
09:57:46 [2021-04-02T09:57:46.374Z] #43 71.12   DEP      criu/uffd.d
09:57:46 [2021-04-02T09:57:46.374Z] #43 71.39   DEP      criu/tun.d
09:57:46 [2021-04-02T09:57:46.374Z] #43 71.61   DEP      criu/tty.d
09:57:46 [2021-04-02T09:57:46.374Z] #43 71.80   DEP      criu/timerfd.d
09:57:46 [2021-04-02T09:57:46.374Z] #43 71.96   DEP      criu/timens.d
09:57:46 [2021-04-02T09:57:46.374Z] #43 72.17   DEP      criu/sysfs_parse.d
09:57:46 [2021-04-02T09:57:46.374Z] #43 72.40   DEP      criu/sysctl.d
09:57:46 [2021-04-02T09:57:46.374Z] #43 ...
09:57:46 [2021-04-02T09:57:46.374Z] 
09:57:46 [2021-04-02T09:57:46.374Z] #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
09:57:46 [2021-04-02T09:57:46.374Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
09:57:46 [2021-04-02T09:57:46.374Z] #20 1.638 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
09:57:46 [2021-04-02T09:57:46.374Z] #20 1.702 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
09:57:46 [2021-04-02T09:57:46.374Z] #20 1.714 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:57:46 [2021-04-02T09:57:46.374Z] #20 1.769 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:57:46 [2021-04-02T09:57:46.374Z] #20 2.347 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [460 kB]
09:57:46 [2021-04-02T09:57:46.374Z] #20 3.214 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:57:46 [2021-04-02T09:57:46.374Z] #20 4.366 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [271 kB]
09:57:46 [2021-04-02T09:57:46.374Z] #20 5.785 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
09:57:46 [2021-04-02T09:57:46.543Z] #49 31.92 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
09:57:46 [2021-04-02T09:57:46.543Z] #49 32.05 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
09:57:46 [2021-04-02T09:57:46.543Z] #49 32.10 go: downloading github.com/go-toolsmith/astcast v1.0.0
09:57:46 [2021-04-02T09:57:46.543Z] #49 32.13 go: extracting github.com/go-toolsmith/astequal v1.0.0
09:57:46 [2021-04-02T09:57:46.543Z] #49 32.13 go: downloading github.com/go-toolsmith/astp v1.0.0
09:57:46 [2021-04-02T09:57:46.543Z] #49 32.16 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
09:57:46 [2021-04-02T09:57:46.610Z] #13 54.62 (Reading database ... 
09:57:46 [2021-04-02T09:57:46.610Z] #13 ...
09:57:46 [2021-04-02T09:57:46.610Z] 
09:57:46 [2021-04-02T09:57:46.610Z] #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
09:57:46 [2021-04-02T09:57:46.610Z] #47 sha256:e9c2a87b2541854ad3ac1e21a0903314e2263e530945ba0d1ab7452006e57d22
09:57:46 [2021-04-02T09:57:46.610Z] #47 DONE 58.8s
09:57:46 [2021-04-02T09:57:46.610Z] 
09:57:46 [2021-04-02T09:57:46.610Z] #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
09:57:46 [2021-04-02T09:57:46.610Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:57:46 [2021-04-02T09:57:46.610Z] #13 54.62 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
09:57:46 [2021-04-02T09:57:46.610Z] #13 ...
09:57:46 [2021-04-02T09:57:46.610Z] 
09:57:46 [2021-04-02T09:57:46.610Z] #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
09:57:46 [2021-04-02T09:57:46.610Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:57:46 [2021-04-02T09:57:46.610Z] #42 58.79 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
09:57:46 [2021-04-02T09:57:46.610Z] #42 58.85 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:57:46 [2021-04-02T09:57:46.610Z] #42 58.92 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
09:57:46 [2021-04-02T09:57:46.610Z] #42 58.94 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
09:57:46 [2021-04-02T09:57:46.610Z] #42 58.96 Setting up python-six (1.12.0-1) ...
09:57:46 [2021-04-02T09:57:46.631Z] #20 ...
09:57:46 [2021-04-02T09:57:46.631Z] 
09:57:46 [2021-04-02T09:57:46.631Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:57:46 [2021-04-02T09:57:46.631Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:57:46 [2021-04-02T09:57:46.631Z] #43 72.56   DEP      criu/string.d
09:57:46 [2021-04-02T09:57:46.631Z] #43 72.61   DEP      criu/stats.d
09:57:46 [2021-04-02T09:57:46.799Z] #49 32.29 go: downloading github.com/stretchr/objx v0.2.0
09:57:46 [2021-04-02T09:57:46.888Z] #43 72.75   DEP      criu/sockets.d
09:57:47 [2021-04-02T09:57:47.055Z] #49 32.36 go: extracting github.com/go-toolsmith/astcast v1.0.0
09:57:47 [2021-04-02T09:57:47.055Z] #49 32.36 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
09:57:47 [2021-04-02T09:57:47.055Z] #49 32.39 go: extracting github.com/go-toolsmith/astp v1.0.0
09:57:47 [2021-04-02T09:57:47.145Z] #43 73.03   DEP      criu/sk-unix.d
09:57:47 [2021-04-02T09:57:47.145Z] #43 73.28   DEP      criu/sk-tcp.d
09:57:47 [2021-04-02T09:57:47.190Z] #34 ...
09:57:47 [2021-04-02T09:57:47.190Z] 
09:57:47 [2021-04-02T09:57:47.190Z] #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
09:57:47 [2021-04-02T09:57:47.190Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
09:57:47 [2021-04-02T09:57:47.190Z] #55 33.19 Reading package lists...
09:57:47 [2021-04-02T09:57:47.190Z] #55 39.82 Building dependency tree...
09:57:47 [2021-04-02T09:57:47.190Z] #55 43.03 The following additional packages will be installed:
09:57:47 [2021-04-02T09:57:47.190Z] #55 43.03   libbtrfs0
09:57:47 [2021-04-02T09:57:47.190Z] #55 43.18 The following NEW packages will be installed:
09:57:47 [2021-04-02T09:57:47.190Z] #55 43.21   libbtrfs-dev libbtrfs0
09:57:47 [2021-04-02T09:57:47.190Z] #55 43.67 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded.
09:57:47 [2021-04-02T09:57:47.190Z] #55 43.67 Need to get 119 kB of archives.
09:57:47 [2021-04-02T09:57:47.190Z] #55 43.67 After this operation, 387 kB of additional disk space will be used.
09:57:47 [2021-04-02T09:57:47.190Z] #55 43.67 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
09:57:47 [2021-04-02T09:57:47.190Z] #55 43.67 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
09:57:47 [2021-04-02T09:57:47.190Z] #55 45.15 debconf: delaying package configuration, since apt-utils is not installed
09:57:47 [2021-04-02T09:57:47.190Z] #55 45.50 Fetched 119 kB in 0s (416 kB/s)
09:57:47 [2021-04-02T09:57:47.190Z] #55 45.66 Selecting previously unselected package libbtrfs0.
09:57:47 [2021-04-02T09:57:47.190Z] #55 45.66 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
09:57:47 [2021-04-02T09:57:47.190Z] #55 45.78 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
09:57:47 [2021-04-02T09:57:47.190Z] #55 45.79 Unpacking libbtrfs0 (4.20.1-2) ...
09:57:47 [2021-04-02T09:57:47.190Z] #55 46.01 Selecting previously unselected package libbtrfs-dev.
09:57:47 [2021-04-02T09:57:47.190Z] #55 46.03 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
09:57:47 [2021-04-02T09:57:47.190Z] #55 46.08 Unpacking libbtrfs-dev (4.20.1-2) ...
09:57:47 [2021-04-02T09:57:47.190Z] #55 46.40 Setting up libbtrfs0 (4.20.1-2) ...
09:57:47 [2021-04-02T09:57:47.190Z] #55 46.57 Setting up libbtrfs-dev (4.20.1-2) ...
09:57:47 [2021-04-02T09:57:47.190Z] #55 46.58 Processing triggers for libc-bin (2.28-10) ...
09:57:47 [2021-04-02T09:57:47.190Z] #55 DONE 47.1s
09:57:47 [2021-04-02T09:57:47.190Z] 
09:57:47 [2021-04-02T09:57:47.190Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
09:57:47 [2021-04-02T09:57:47.190Z] #49 sha256:a45200b0e51390b0e7b6918bffddfb65d3838a2b387e9e2ef397a9a5c69d0abb
09:57:47 [2021-04-02T09:57:47.190Z] #49 46.47 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
09:57:47 [2021-04-02T09:57:47.190Z] #49 46.47 go: finding github.com/sourcegraph/go-diff v0.5.1
09:57:47 [2021-04-02T09:57:47.190Z] #49 46.49 go: finding github.com/tommy-muehle/go-mnd v1.1.1
09:57:47 [2021-04-02T09:57:47.190Z] #49 46.50 go: finding github.com/ultraware/funlen v0.0.2
09:57:47 [2021-04-02T09:57:47.190Z] #49 46.51 go: finding github.com/ultraware/whitespace v0.0.4
09:57:47 [2021-04-02T09:57:47.190Z] #49 46.51 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
09:57:47 [2021-04-02T09:57:47.190Z] #49 46.54 go: finding github.com/uudashr/gocognit v1.0.1
09:57:47 [2021-04-02T09:57:47.190Z] #49 46.56 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
09:57:47 [2021-04-02T09:57:47.190Z] #49 46.77 go: finding github.com/gogo/protobuf v1.2.1
09:57:47 [2021-04-02T09:57:47.190Z] #49 47.03 go: finding honnef.co/go/tools v0.0.1-2019.2.3
09:57:47 [2021-04-02T09:57:47.190Z] #49 47.05 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
09:57:47 [2021-04-02T09:57:47.190Z] #49 47.05 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
09:57:47 [2021-04-02T09:57:47.190Z] #49 47.10 go: finding github.com/BurntSushi/toml v0.3.1
09:57:47 [2021-04-02T09:57:47.190Z] #49 47.16 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
09:57:47 [2021-04-02T09:57:47.311Z] #49 32.66 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
09:57:47 [2021-04-02T09:57:47.311Z] #49 32.77 go: extracting github.com/stretchr/objx v0.2.0
09:57:47 [2021-04-02T09:57:47.402Z] #43 73.55   DEP      criu/sk-queue.d
09:57:47 [2021-04-02T09:57:47.567Z] #49 33.07 go: extracting golang.org/x/text v0.3.2
09:57:47 [2021-04-02T09:57:47.567Z] #49 ...
09:57:47 [2021-04-02T09:57:47.567Z] 
09:57:47 [2021-04-02T09:57:47.567Z] #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
09:57:47 [2021-04-02T09:57:47.567Z] #67 sha256:6163e59afe7ca5630e102556b9e9163d6f63c504e2be1daf3d031af4c60a8b6e
09:57:47 [2021-04-02T09:57:47.567Z] #67 23.17 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.
09:57:47 [2021-04-02T09:57:47.567Z] #67 23.95 + cd /tmp/tmp.tRcO77fYkS/src/github.com/docker/libnetwork
09:57:47 [2021-04-02T09:57:47.567Z] #67 23.95 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46
09:57:47 [2021-04-02T09:57:47.567Z] #67 24.19 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
09:57:47 [2021-04-02T09:57:47.661Z] #43 73.71   DEP      criu/sk-packet.d
09:57:47 [2021-04-02T09:57:47.823Z] #67 ...
09:57:47 [2021-04-02T09:57:47.823Z] 
09:57:47 [2021-04-02T09:57:47.823Z] #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
09:57:47 [2021-04-02T09:57:47.823Z] #58 sha256:edb2202c8ac9c9de26d532b53245eab2917d5c1f84747f7eaf329614a48c2a2e
09:57:47 [2021-04-02T09:57:47.823Z] #58 24.81 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
09:57:47 [2021-04-02T09:57:47.823Z] #58 26.13 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
09:57:47 [2021-04-02T09:57:47.823Z] #58 26.27 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
09:57:47 [2021-04-02T09:57:47.823Z] #58 26.47 go: downloading github.com/russross/blackfriday/v2 v2.1.0
09:57:47 [2021-04-02T09:57:47.823Z] #58 26.88 go: extracting github.com/russross/blackfriday/v2 v2.1.0
09:57:47 [2021-04-02T09:57:47.823Z] #58 27.02 go: extracting github.com/u-root/u-root v7.0.0+incompatible
09:57:47 [2021-04-02T09:57:47.823Z] #58 31.01 go: finding github.com/pkg/errors v0.9.1
09:57:47 [2021-04-02T09:57:47.823Z] #58 31.36 go: finding github.com/sirupsen/logrus v1.8.1
09:57:47 [2021-04-02T09:57:47.823Z] #58 31.42 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
09:57:47 [2021-04-02T09:57:47.823Z] #58 31.54 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
09:57:47 [2021-04-02T09:57:47.823Z] #58 31.73 go: finding github.com/google/uuid v1.2.0
09:57:47 [2021-04-02T09:57:47.823Z] #58 31.79 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
09:57:47 [2021-04-02T09:57:47.823Z] #58 31.83 go: finding github.com/gofrs/flock v0.8.0
09:57:47 [2021-04-02T09:57:47.823Z] #58 31.92 go: finding github.com/moby/vpnkit v0.5.0
09:57:47 [2021-04-02T09:57:47.823Z] #58 32.05 go: finding github.com/gorilla/mux v1.8.0
09:57:47 [2021-04-02T09:57:47.823Z] #58 32.14 go: finding github.com/moby/sys/mountinfo v0.4.1
09:57:47 [2021-04-02T09:57:47.823Z] #58 32.17 go: finding github.com/urfave/cli/v2 v2.3.0
09:57:47 [2021-04-02T09:57:47.823Z] #58 32.20 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
09:57:47 [2021-04-02T09:57:47.823Z] #58 32.22 go: finding github.com/u-root/u-root v7.0.0+incompatible
09:57:47 [2021-04-02T09:57:47.823Z] #58 32.50 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
09:57:47 [2021-04-02T09:57:47.823Z] #58 32.62 go: finding github.com/russross/blackfriday/v2 v2.1.0
09:57:47 [2021-04-02T09:57:47.918Z] #43 73.92   DEP      criu/sk-netlink.d
09:57:47 [2021-04-02T09:57:47.993Z] #29 ...
09:57:47 [2021-04-02T09:57:47.993Z] 
09:57:47 [2021-04-02T09:57:47.993Z] #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
09:57:47 [2021-04-02T09:57:47.993Z] #45 sha256:de17cbf6b44affddabceccd5590b449a3b9233a3f29173d76b9282f7fedf7ee6
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.191 + RM_GOPATH=0
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.191 + TMP_GOPATH=
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.191 + : /build
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.191 + '[' -z '' ']'
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.191 ++ mktemp -d
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.192 + export GOPATH=/tmp/tmp.HA0W5nHLew
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.192 + GOPATH=/tmp/tmp.HA0W5nHLew
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.192 + RM_GOPATH=1
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.192 + case "$(go env GOARCH)" in
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.194 ++ go env GOARCH
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.215 + export GO_BUILDMODE=-buildmode=pie
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.215 + GO_BUILDMODE=-buildmode=pie
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.215 ++ dirname /tmp/install/install.sh
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.215 + dir=/tmp/install
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.215 + bin=vndr
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.215 + shift
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.215 + '[' '!' -f /tmp/install/vndr.installer ']'
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.215 + . /tmp/install/vndr.installer
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.215 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.215 + install_vndr
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.215 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.215 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.HA0W5nHLew/src/github.com/LK4D4/vndr
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.216 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.217 Cloning into '/tmp/tmp.HA0W5nHLew/src/github.com/LK4D4/vndr'...
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.654 + cd /tmp/tmp.HA0W5nHLew/src/github.com/LK4D4/vndr
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.654 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
09:57:47 [2021-04-02T09:57:47.993Z] #45 4.669 + go build -buildmode=pie -v -o /build/vndr .
09:57:47 [2021-04-02T09:57:47.993Z] #45 6.135 runtime/internal/sys
09:57:47 [2021-04-02T09:57:47.993Z] #45 6.167 runtime/internal/atomic
09:57:47 [2021-04-02T09:57:47.993Z] #45 6.197 internal/race
09:57:47 [2021-04-02T09:57:47.993Z] #45 6.240 internal/cpu
09:57:47 [2021-04-02T09:57:47.993Z] #45 6.394 runtime/internal/math
09:57:47 [2021-04-02T09:57:47.993Z] #45 6.544 sync/atomic
09:57:47 [2021-04-02T09:57:47.993Z] #45 6.582 unicode
09:57:47 [2021-04-02T09:57:47.993Z] #45 6.771 unicode/utf8
09:57:47 [2021-04-02T09:57:47.993Z] #45 7.141 internal/bytealg
09:57:47 [2021-04-02T09:57:47.993Z] #45 7.356 math
09:57:47 [2021-04-02T09:57:47.993Z] #45 7.501 internal/testlog
09:57:47 [2021-04-02T09:57:47.993Z] #45 7.602 encoding
09:57:47 [2021-04-02T09:57:47.993Z] #45 7.973 unicode/utf16
09:57:47 [2021-04-02T09:57:47.993Z] #45 8.530 container/list
09:57:47 [2021-04-02T09:57:47.993Z] #45 8.577 runtime
09:57:47 [2021-04-02T09:57:47.993Z] #45 9.187 crypto/internal/subtle
09:57:47 [2021-04-02T09:57:47.993Z] #45 9.740 crypto/subtle
09:57:47 [2021-04-02T09:57:47.993Z] #45 10.08 vendor/golang.org/x/crypto/cryptobyte/asn1
09:57:47 [2021-04-02T09:57:47.993Z] #45 ...
09:57:47 [2021-04-02T09:57:47.993Z] 
09:57:47 [2021-04-02T09:57:47.993Z] #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
09:57:47 [2021-04-02T09:57:47.993Z] #51 sha256:9a61fc916a570de439015ee153768f5735c895ddd9df90d4e87fd3a7b0fb624c
09:57:47 [2021-04-02T09:57:47.993Z] #51 5.190 + RM_GOPATH=0
09:57:47 [2021-04-02T09:57:47.993Z] #51 5.190 + TMP_GOPATH=
09:57:47 [2021-04-02T09:57:47.993Z] #51 5.190 + : /build
09:57:47 [2021-04-02T09:57:47.993Z] #51 5.190 + '[' -z '' ']'
09:57:47 [2021-04-02T09:57:47.993Z] #51 5.194 ++ mktemp -d
09:57:47 [2021-04-02T09:57:47.993Z] #51 5.196 + export GOPATH=/tmp/tmp.r6K8uq815H
09:57:47 [2021-04-02T09:57:47.993Z] #51 5.196 + GOPATH=/tmp/tmp.r6K8uq815H
09:57:47 [2021-04-02T09:57:47.993Z] #51 5.196 + RM_GOPATH=1
09:57:47 [2021-04-02T09:57:47.993Z] #51 5.196 + case "$(go env GOARCH)" in
09:57:47 [2021-04-02T09:57:47.993Z] #51 5.196 ++ go env GOARCH
09:57:47 [2021-04-02T09:57:47.993Z] #51 5.221 + export GO_BUILDMODE=-buildmode=pie
09:57:47 [2021-04-02T09:57:47.993Z] #51 5.221 + GO_BUILDMODE=-buildmode=pie
09:57:47 [2021-04-02T09:57:47.993Z] #51 5.234 ++ dirname /tmp/install/install.sh
09:57:47 [2021-04-02T09:57:47.993Z] #51 5.235 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
09:57:47 [2021-04-02T09:57:47.993Z] #51 5.236 + dir=/tmp/install
09:57:47 [2021-04-02T09:57:47.993Z] #51 5.236 + bin=shfmt
09:57:47 [2021-04-02T09:57:47.993Z] #51 5.236 + shift
09:57:47 [2021-04-02T09:57:47.993Z] #51 5.236 + '[' '!' -f /tmp/install/shfmt.installer ']'
09:57:47 [2021-04-02T09:57:47.993Z] #51 5.236 + . /tmp/install/shfmt.installer
09:57:47 [2021-04-02T09:57:47.993Z] #51 5.236 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
09:57:47 [2021-04-02T09:57:47.993Z] #51 5.236 + install_shfmt
09:57:47 [2021-04-02T09:57:47.993Z] #51 5.236 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
09:57:47 [2021-04-02T09:57:47.993Z] #51 5.236 + git clone https://github.com/mvdan/sh.git /tmp/tmp.r6K8uq815H/src/github.com/mvdan/sh
09:57:47 [2021-04-02T09:57:47.994Z] #51 5.242 Cloning into '/tmp/tmp.r6K8uq815H/src/github.com/mvdan/sh'...
09:57:47 [2021-04-02T09:57:47.994Z] #51 ...
09:57:47 [2021-04-02T09:57:47.994Z] 
09:57:47 [2021-04-02T09:57:47.994Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
09:57:47 [2021-04-02T09:57:47.994Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926
09:57:47 [2021-04-02T09:57:47.994Z] #40 4.887 + git clone https://github.com/docker/distribution.git .
09:57:47 [2021-04-02T09:57:47.994Z] #40 4.912 Cloning into '.'...
09:57:48 [2021-04-02T09:57:48.175Z] #43 74.20   DEP      criu/sk-inet.d
09:57:48 [2021-04-02T09:57:48.260Z] #40 ...
09:57:48 [2021-04-02T09:57:48.260Z] 
09:57:48 [2021-04-02T09:57:48.260Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:57:48 [2021-04-02T09:57:48.260Z] #34 sha256:63c33eabfd00b3df9588754e2609e941b37aebd76f78cc89a9c24d92fc3b7fec
09:57:48 [2021-04-02T09:57:48.260Z] #34 4.723 + RM_GOPATH=0
09:57:48 [2021-04-02T09:57:48.260Z] #34 4.723 + TMP_GOPATH=
09:57:48 [2021-04-02T09:57:48.260Z] #34 4.723 + : /build
09:57:48 [2021-04-02T09:57:48.260Z] #34 4.723 + '[' -z '' ']'
09:57:48 [2021-04-02T09:57:48.260Z] #34 4.726 ++ mktemp -d
09:57:48 [2021-04-02T09:57:48.260Z] #34 4.726 + export GOPATH=/tmp/tmp.e10gMyTAbO
09:57:48 [2021-04-02T09:57:48.260Z] #34 4.726 + GOPATH=/tmp/tmp.e10gMyTAbO
09:57:48 [2021-04-02T09:57:48.260Z] #34 4.726 + RM_GOPATH=1
09:57:48 [2021-04-02T09:57:48.260Z] #34 4.726 + case "$(go env GOARCH)" in
09:57:48 [2021-04-02T09:57:48.260Z] #34 4.726 ++ go env GOARCH
09:57:48 [2021-04-02T09:57:48.260Z] #34 4.751 + export GO_BUILDMODE=-buildmode=pie
09:57:48 [2021-04-02T09:57:48.260Z] #34 4.751 + GO_BUILDMODE=-buildmode=pie
09:57:48 [2021-04-02T09:57:48.260Z] #34 4.764 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
09:57:48 [2021-04-02T09:57:48.260Z] #34 4.764 ++ dirname /tmp/install/install.sh
09:57:48 [2021-04-02T09:57:48.260Z] #34 4.764 + dir=/tmp/install
09:57:48 [2021-04-02T09:57:48.260Z] #34 4.764 + bin=tomlv
09:57:48 [2021-04-02T09:57:48.260Z] #34 4.764 + shift
09:57:48 [2021-04-02T09:57:48.260Z] #34 4.764 + '[' '!' -f /tmp/install/tomlv.installer ']'
09:57:48 [2021-04-02T09:57:48.260Z] #34 4.764 + . /tmp/install/tomlv.installer
09:57:48 [2021-04-02T09:57:48.260Z] #34 4.764 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
09:57:48 [2021-04-02T09:57:48.260Z] #34 4.764 + install_tomlv
09:57:48 [2021-04-02T09:57:48.260Z] #34 4.764 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
09:57:48 [2021-04-02T09:57:48.260Z] #34 4.764 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.e10gMyTAbO/src/github.com/BurntSushi/toml
09:57:48 [2021-04-02T09:57:48.260Z] #34 4.766 Cloning into '/tmp/tmp.e10gMyTAbO/src/github.com/BurntSushi/toml'...
09:57:48 [2021-04-02T09:57:48.260Z] #34 5.637 + cd /tmp/tmp.e10gMyTAbO/src/github.com/BurntSushi/toml
09:57:48 [2021-04-02T09:57:48.261Z] #34 5.637 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
09:57:48 [2021-04-02T09:57:48.261Z] #34 5.655 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
09:57:48 [2021-04-02T09:57:48.261Z] #34 6.356 math/bits
09:57:48 [2021-04-02T09:57:48.261Z] #34 6.358 internal/cpu
09:57:48 [2021-04-02T09:57:48.261Z] #34 6.364 runtime/internal/sys
09:57:48 [2021-04-02T09:57:48.261Z] #34 6.373 runtime/internal/atomic
09:57:48 [2021-04-02T09:57:48.261Z] #34 6.635 unicode/utf8
09:57:48 [2021-04-02T09:57:48.261Z] #34 7.220 sync/atomic
09:57:48 [2021-04-02T09:57:48.261Z] #34 7.234 math
09:57:48 [2021-04-02T09:57:48.261Z] #34 7.241 internal/bytealg
09:57:48 [2021-04-02T09:57:48.261Z] #34 7.325 unicode
09:57:48 [2021-04-02T09:57:48.261Z] #34 7.742 encoding
09:57:48 [2021-04-02T09:57:48.261Z] #34 8.195 runtime/cgo
09:57:48 [2021-04-02T09:57:48.261Z] #34 9.750 runtime
09:57:48 [2021-04-02T09:57:48.261Z] #34 ...
09:57:48 [2021-04-02T09:57:48.261Z] 
09:57:48 [2021-04-02T09:57:48.261Z] #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
09:57:48 [2021-04-02T09:57:48.261Z] #67 sha256:b3ace3a160bbd795fab291cfc86e0f8626c08dec9d2f5ee08a3b89ba4469bdc1
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.858 + RM_GOPATH=0
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.858 + TMP_GOPATH=
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.858 + : /build
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.858 + '[' -z '' ']'
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.858 ++ mktemp -d
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.926 + export GOPATH=/tmp/tmp.6KeSOyPtUw
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.926 + GOPATH=/tmp/tmp.6KeSOyPtUw
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.926 + RM_GOPATH=1
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.926 + case "$(go env GOARCH)" in
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.926 ++ go env GOARCH
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.943 + export GO_BUILDMODE=-buildmode=pie
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.943 + GO_BUILDMODE=-buildmode=pie
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.984 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.985 ++ dirname /tmp/install/install.sh
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.985 + dir=/tmp/install
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.985 + bin=proxy
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.985 + shift
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.985 + '[' '!' -f /tmp/install/proxy.installer ']'
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.985 + . /tmp/install/proxy.installer
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.985 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.985 + install_proxy
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.985 + case "$1" in
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.985 + export CGO_ENABLED=0
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.985 + CGO_ENABLED=0
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.985 + _install_proxy
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.985 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46'
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.985 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.6KeSOyPtUw/src/github.com/docker/libnetwork
09:57:48 [2021-04-02T09:57:48.261Z] #67 4.992 Cloning into '/tmp/tmp.6KeSOyPtUw/src/github.com/docker/libnetwork'...
09:57:48 [2021-04-02T09:57:48.431Z] #43 74.46   DEP      criu/signalfd.d
09:57:48 [2021-04-02T09:57:48.523Z] #67 ...
09:57:48 [2021-04-02T09:57:48.523Z] 
09:57:48 [2021-04-02T09:57:48.523Z] #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
09:57:48 [2021-04-02T09:57:48.523Z] #24 sha256:56d76a99a4c5ef64c89402754c47488b8e5e06ac0c40fe823ee9ff1ca6f405a8
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.413 + RM_GOPATH=0
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.413 + TMP_GOPATH=
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.413 + : /build
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.413 + '[' -z '' ']'
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.414 ++ mktemp -d
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.417 + export GOPATH=/tmp/tmp.vAuFPbQYHD
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.417 + GOPATH=/tmp/tmp.vAuFPbQYHD
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.417 + RM_GOPATH=1
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.417 + case "$(go env GOARCH)" in
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.424 ++ go env GOARCH
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.472 + export GO_BUILDMODE=-buildmode=pie
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.472 + GO_BUILDMODE=-buildmode=pie
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.479 ++ dirname /tmp/install/install.sh
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.479 Install docker/cli version 17.06.2-ce from stable
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.479 + dir=/tmp/install
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.479 + bin=dockercli
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.479 + shift
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.479 + '[' '!' -f /tmp/install/dockercli.installer ']'
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.479 + . /tmp/install/dockercli.installer
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.479 ++ : stable
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.479 ++ : 17.06.2-ce
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.479 + install_dockercli
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.479 + echo 'Install docker/cli version 17.06.2-ce from stable'
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.480 ++ uname -m
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.481 + arch=aarch64
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.482 + '[' aarch64 '!=' x86_64 ']'
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.482 + '[' aarch64 '!=' s390x ']'
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.482 + '[' aarch64 '!=' armhf ']'
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.482 + build_dockercli
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.482 + git clone https://github.com/docker/docker-ce /tmp/tmp.vAuFPbQYHD/tmp/docker-ce
09:57:48 [2021-04-02T09:57:48.523Z] #24 3.496 Cloning into '/tmp/tmp.vAuFPbQYHD/tmp/docker-ce'...
09:57:48 [2021-04-02T09:57:48.524Z] #24 ...
09:57:48 [2021-04-02T09:57:48.524Z] 
09:57:48 [2021-04-02T09:57:48.524Z] #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
09:57:48 [2021-04-02T09:57:48.524Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
09:57:48 [2021-04-02T09:57:48.524Z] #36 6.561 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
09:57:48 [2021-04-02T09:57:48.524Z] #36 6.591 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:57:48 [2021-04-02T09:57:48.524Z] #36 6.601 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:57:48 [2021-04-02T09:57:48.524Z] #36 7.574 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
09:57:48 [2021-04-02T09:57:48.524Z] #36 9.461 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [266 kB]
09:57:48 [2021-04-02T09:57:48.688Z] #43 74.64   DEP      criu/sigframe.d
09:57:48 [2021-04-02T09:57:48.688Z] #43 74.74   DEP      criu/shmem.d
09:57:48 [2021-04-02T09:57:48.786Z] #36 ...
09:57:48 [2021-04-02T09:57:48.786Z] 
09:57:48 [2021-04-02T09:57:48.786Z] #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
09:57:48 [2021-04-02T09:57:48.787Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
09:57:48 [2021-04-02T09:57:48.787Z] #55 6.326 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
09:57:48 [2021-04-02T09:57:48.787Z] #55 6.371 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:57:48 [2021-04-02T09:57:48.787Z] #55 6.377 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:57:48 [2021-04-02T09:57:48.787Z] #55 7.620 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
09:57:48 [2021-04-02T09:57:48.787Z] #55 9.470 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [266 kB]
09:57:48 [2021-04-02T09:57:48.944Z] #43 74.97   DEP      criu/servicefd.d
09:57:49 [2021-04-02T09:57:49.049Z] #55 ...
09:57:49 [2021-04-02T09:57:49.049Z] 
09:57:49 [2021-04-02T09:57:49.049Z] #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
09:57:49 [2021-04-02T09:57:49.049Z] #47 sha256:618db39f05652927354b0e984e6363fb593517915087440ee679c3c30ae59447
09:57:49 [2021-04-02T09:57:49.049Z] #47 4.760 + RM_GOPATH=0
09:57:49 [2021-04-02T09:57:49.049Z] #47 4.760 + TMP_GOPATH=
09:57:49 [2021-04-02T09:57:49.049Z] #47 4.760 + : /build
09:57:49 [2021-04-02T09:57:49.049Z] #47 4.760 + '[' -z '' ']'
09:57:49 [2021-04-02T09:57:49.049Z] #47 4.760 ++ mktemp -d
09:57:49 [2021-04-02T09:57:49.049Z] #47 4.760 + export GOPATH=/tmp/tmp.ESgXxhw9vI
09:57:49 [2021-04-02T09:57:49.049Z] #47 4.760 + GOPATH=/tmp/tmp.ESgXxhw9vI
09:57:49 [2021-04-02T09:57:49.049Z] #47 4.760 + RM_GOPATH=1
09:57:49 [2021-04-02T09:57:49.049Z] #47 4.760 + case "$(go env GOARCH)" in
09:57:49 [2021-04-02T09:57:49.049Z] #47 4.764 ++ go env GOARCH
09:57:49 [2021-04-02T09:57:49.049Z] #47 4.798 + export GO_BUILDMODE=-buildmode=pie
09:57:49 [2021-04-02T09:57:49.049Z] #47 4.798 + GO_BUILDMODE=-buildmode=pie
09:57:49 [2021-04-02T09:57:49.049Z] #47 4.806 ++ dirname /tmp/install/install.sh
09:57:49 [2021-04-02T09:57:49.049Z] #47 4.806 + dir=/tmp/install
09:57:49 [2021-04-02T09:57:49.049Z] #47 4.806 + bin=gotestsum
09:57:49 [2021-04-02T09:57:49.049Z] #47 4.806 + shift
09:57:49 [2021-04-02T09:57:49.049Z] #47 4.806 + '[' '!' -f /tmp/install/gotestsum.installer ']'
09:57:49 [2021-04-02T09:57:49.049Z] #47 4.806 + . /tmp/install/gotestsum.installer
09:57:49 [2021-04-02T09:57:49.049Z] #47 4.806 ++ : v0.5.3
09:57:49 [2021-04-02T09:57:49.049Z] #47 4.806 + install_gotestsum
09:57:49 [2021-04-02T09:57:49.050Z] #47 4.814 + set -e
09:57:49 [2021-04-02T09:57:49.050Z] #47 4.841 + export GO111MODULE=on
09:57:49 [2021-04-02T09:57:49.050Z] #47 4.841 + GO111MODULE=on
09:57:49 [2021-04-02T09:57:49.050Z] #47 4.841 + GOBIN=/build
09:57:49 [2021-04-02T09:57:49.050Z] #47 4.841 + go get gotest.tools/gotestsum@v0.5.3
09:57:49 [2021-04-02T09:57:49.050Z] #47 5.076 go: finding gotest.tools v0.5.3
09:57:49 [2021-04-02T09:57:49.050Z] #47 5.076 go: finding gotest.tools/gotestsum v0.5.3
09:57:49 [2021-04-02T09:57:49.050Z] #47 5.856 go: downloading gotest.tools/gotestsum v0.5.3
09:57:49 [2021-04-02T09:57:49.050Z] #47 6.441 go: extracting gotest.tools/gotestsum v0.5.3
09:57:49 [2021-04-02T09:57:49.050Z] #47 8.039 go: downloading github.com/spf13/pflag v1.0.3
09:57:49 [2021-04-02T09:57:49.050Z] #47 8.059 go: downloading github.com/fatih/color v1.9.0
09:57:49 [2021-04-02T09:57:49.050Z] #47 8.060 go: downloading github.com/pkg/errors v0.9.1
09:57:49 [2021-04-02T09:57:49.050Z] #47 8.106 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
09:57:49 [2021-04-02T09:57:49.050Z] #47 8.130 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
09:57:49 [2021-04-02T09:57:49.050Z] #47 8.193 go: extracting github.com/pkg/errors v0.9.1
09:57:49 [2021-04-02T09:57:49.050Z] #47 8.351 go: extracting github.com/fatih/color v1.9.0
09:57:49 [2021-04-02T09:57:49.050Z] #47 8.444 go: downloading github.com/jonboulle/clockwork v0.1.0
09:57:49 [2021-04-02T09:57:49.050Z] #47 8.471 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
09:57:49 [2021-04-02T09:57:49.050Z] #47 8.602 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
09:57:49 [2021-04-02T09:57:49.050Z] #47 8.660 go: downloading github.com/mattn/go-colorable v0.1.6
09:57:49 [2021-04-02T09:57:49.050Z] #47 8.661 go: extracting github.com/spf13/pflag v1.0.3
09:57:49 [2021-04-02T09:57:49.050Z] #47 8.770 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
09:57:49 [2021-04-02T09:57:49.050Z] #47 8.785 go: downloading github.com/mattn/go-isatty v0.0.12
09:57:49 [2021-04-02T09:57:49.050Z] #47 9.032 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
09:57:49 [2021-04-02T09:57:49.050Z] #47 9.158 go: extracting github.com/mattn/go-colorable v0.1.6
09:57:49 [2021-04-02T09:57:49.050Z] #47 9.249 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
09:57:49 [2021-04-02T09:57:49.050Z] #47 9.301 go: extracting github.com/jonboulle/clockwork v0.1.0
09:57:49 [2021-04-02T09:57:49.050Z] #47 9.494 go: extracting github.com/mattn/go-isatty v0.0.12
09:57:49 [2021-04-02T09:57:49.050Z] #47 10.72 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
09:57:49 [2021-04-02T09:57:49.050Z] #47 10.98 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
09:57:49 [2021-04-02T09:57:49.050Z] #47 ...
09:57:49 [2021-04-02T09:57:49.050Z] 
09:57:49 [2021-04-02T09:57:49.050Z] #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
09:57:49 [2021-04-02T09:57:49.050Z] #58 sha256:4cfb8ab24f7c21042872a9b18fc14156e22d3b89c78d9532c1f784c6b4e97b48
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.716 + RM_GOPATH=0
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.716 + TMP_GOPATH=
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.716 + : /build
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.724 + '[' -z '' ']'
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.724 ++ mktemp -d
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.724 + export GOPATH=/tmp/tmp.sjpO3OjkZI
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.724 + GOPATH=/tmp/tmp.sjpO3OjkZI
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.724 + RM_GOPATH=1
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.724 + case "$(go env GOARCH)" in
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.724 ++ go env GOARCH
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.751 + export GO_BUILDMODE=-buildmode=pie
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.751 + GO_BUILDMODE=-buildmode=pie
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.764 ++ dirname /tmp/install/install.sh
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.764 + dir=/tmp/install
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.764 + bin=rootlesskit
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.764 + shift
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.764 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.764 + . /tmp/install/rootlesskit.installer
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.764 ++ : ed9b8c5cc48d29d0a979dae52a24f6e886795abd
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.764 + install_rootlesskit
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.764 + case "$1" in
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.764 + export CGO_ENABLED=0
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.764 + CGO_ENABLED=0
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.764 + _install_rootlesskit
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.785 Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.785 + echo 'Install rootlesskit version ed9b8c5cc48d29d0a979dae52a24f6e886795abd'
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.785 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.sjpO3OjkZI/src/github.com/rootless-containers/rootlesskit
09:57:49 [2021-04-02T09:57:49.050Z] #58 4.788 Cloning into '/tmp/tmp.sjpO3OjkZI/src/github.com/rootless-containers/rootlesskit'...
09:57:49 [2021-04-02T09:57:49.050Z] #58 8.204 + cd /tmp/tmp.sjpO3OjkZI/src/github.com/rootless-containers/rootlesskit
09:57:49 [2021-04-02T09:57:49.050Z] #58 8.204 + git checkout -q ed9b8c5cc48d29d0a979dae52a24f6e886795abd
09:57:49 [2021-04-02T09:57:49.050Z] #58 8.236 + export GO111MODULE=on
09:57:49 [2021-04-02T09:57:49.050Z] #58 8.238 + GO111MODULE=on
09:57:49 [2021-04-02T09:57:49.050Z] #58 8.238 + export GOPROXY=https://proxy.golang.org
09:57:49 [2021-04-02T09:57:49.050Z] #58 8.239 + GOPROXY=https://proxy.golang.org
09:57:49 [2021-04-02T09:57:49.050Z] #58 8.240 + for f in rootlesskit rootlesskit-docker-proxy
09:57:49 [2021-04-02T09:57:49.050Z] #58 8.240 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
09:57:49 [2021-04-02T09:57:49.050Z] #58 10.32 go: downloading github.com/pkg/errors v0.9.1
09:57:49 [2021-04-02T09:57:49.050Z] #58 10.43 go: downloading github.com/sirupsen/logrus v1.8.1
09:57:49 [2021-04-02T09:57:49.050Z] #58 10.43 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
09:57:49 [2021-04-02T09:57:49.050Z] #58 10.43 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
09:57:49 [2021-04-02T09:57:49.050Z] #58 10.45 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
09:57:49 [2021-04-02T09:57:49.050Z] #58 10.47 go: downloading github.com/moby/vpnkit v0.5.0
09:57:49 [2021-04-02T09:57:49.050Z] #58 10.58 go: extracting github.com/pkg/errors v0.9.1
09:57:49 [2021-04-02T09:57:49.050Z] #58 10.62 go: downloading github.com/gorilla/mux v1.8.0
09:57:49 [2021-04-02T09:57:49.050Z] #58 10.67 go: downloading github.com/urfave/cli/v2 v2.3.0
09:57:49 [2021-04-02T09:57:49.050Z] #58 10.80 go: downloading github.com/gofrs/flock v0.8.0
09:57:49 [2021-04-02T09:57:49.050Z] #58 10.83 go: downloading github.com/moby/sys/mountinfo v0.4.1
09:57:49 [2021-04-02T09:57:49.050Z] #58 10.92 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
09:57:49 [2021-04-02T09:57:49.050Z] #58 10.92 go: extracting github.com/sirupsen/logrus v1.8.1
09:57:49 [2021-04-02T09:57:49.050Z] #58 11.18 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
09:57:49 [2021-04-02T09:57:49.050Z] #58 11.37 go: extracting github.com/moby/sys/mountinfo v0.4.1
09:57:49 [2021-04-02T09:57:49.050Z] #58 ...
09:57:49 [2021-04-02T09:57:49.050Z] 
09:57:49 [2021-04-02T09:57:49.050Z] #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
09:57:49 [2021-04-02T09:57:49.050Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
09:57:49 [2021-04-02T09:57:49.050Z] #42 6.319 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
09:57:49 [2021-04-02T09:57:49.050Z] #42 6.377 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:57:49 [2021-04-02T09:57:49.050Z] #42 6.412 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:57:49 [2021-04-02T09:57:49.050Z] #42 7.434 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
09:57:49 [2021-04-02T09:57:49.050Z] #42 9.639 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [266 kB]
09:57:49 [2021-04-02T09:57:49.200Z] #43 75.22   DEP      criu/seize.d
09:57:49 [2021-04-02T09:57:49.319Z] #42 11.41 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B]
09:57:49 [2021-04-02T09:57:49.319Z] #42 ...
09:57:49 [2021-04-02T09:57:49.319Z] 
09:57:49 [2021-04-02T09:57:49.319Z] #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
09:57:49 [2021-04-02T09:57:49.319Z] #29 sha256:a01d8592fe039e214cc568ac194daa0b18653e39646b02c869fd98c83e68aa5b
09:57:49 [2021-04-02T09:57:49.319Z] #29 2.488 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
09:57:49 [2021-04-02T09:57:49.319Z] #29 2.963 
09:57:49 [2021-04-02T09:57:49.457Z] #43 75.46   DEP      criu/seccomp.d
09:57:49 [2021-04-02T09:57:49.713Z] #43 75.70   DEP      criu/rst-malloc.d
09:57:49 [2021-04-02T09:57:49.714Z] #43 ...
09:57:49 [2021-04-02T09:57:49.714Z] 
09:57:49 [2021-04-02T09:57:49.714Z] #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
09:57:49 [2021-04-02T09:57:49.714Z] #53 sha256:e66f9d4424f61c8ee7f19682c94e2a9df6f10280bdbc8cf1d4037350306e24ff
09:57:49 [2021-04-02T09:57:49.714Z] #53 12.30 + cd /tmp/tmp.cpdce7ENbp/src/github.com/opencontainers/runc
09:57:49 [2021-04-02T09:57:49.714Z] #53 12.30 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
09:57:49 [2021-04-02T09:57:49.714Z] #53 12.82 + '[' -z '' ']'
09:57:49 [2021-04-02T09:57:49.714Z] #53 12.82 + target=static
09:57:49 [2021-04-02T09:57:49.714Z] #53 12.82 + make 'BUILDTAGS=seccomp ' static
09:57:49 [2021-04-02T09:57:49.714Z] #53 13.25 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 .
09:57:49 [2021-04-02T09:57:49.714Z] #53 ...
09:57:49 [2021-04-02T09:57:49.714Z] 
09:57:49 [2021-04-02T09:57:49.714Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:57:49 [2021-04-02T09:57:49.714Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:57:49 [2021-04-02T09:57:49.714Z] #43 75.77   DEP      criu/rbtree.d
09:57:49 [2021-04-02T09:57:49.714Z] #43 75.80   DEP      criu/pstree.d
09:57:49 [2021-04-02T09:57:49.714Z] #58 ...
09:57:49 [2021-04-02T09:57:49.714Z] 
09:57:49 [2021-04-02T09:57:49.714Z] #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
09:57:49 [2021-04-02T09:57:49.714Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
09:57:49 [2021-04-02T09:57:49.714Z] #40 24.87 Checking out files:  85% (1440/1684)   
Checking out files:  86% (1449/1684)   
Checking out files:  87% (1466/1684)   
Checking out files:  88% (1482/1684)   
Checking out files:  89% (1499/1684)   
Checking out files:  90% (1516/1684)   
Checking out files:  91% (1533/1684)   
Checking out files:  92% (1550/1684)   
Checking out files:  93% (1567/1684)   
Checking out files:  94% (1583/1684)   
Checking out files:  95% (1600/1684)   
Checking out files:  96% (1617/1684)   
Checking out files:  97% (1634/1684)   
Checking out files:  98% (1651/1684)   
Checking out files:  99% (1668/1684)   
Checking out files: 100% (1684/1684)   
Checking out files: 100% (1684/1684), done.
09:57:49 [2021-04-02T09:57:49.714Z] #40 25.15 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
09:57:49 [2021-04-02T09:57:49.714Z] #40 27.81 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
09:57:49 [2021-04-02T09:57:49.736Z] #49 ...
09:57:49 [2021-04-02T09:57:49.736Z] 
09:57:49 [2021-04-02T09:57:49.736Z] #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
09:57:49 [2021-04-02T09:57:49.736Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:57:49 [2021-04-02T09:57:49.736Z] #42 33.19 Reading package lists...
09:57:49 [2021-04-02T09:57:49.736Z] #42 39.59 Building dependency tree...
09:57:49 [2021-04-02T09:57:49.736Z] #42 42.71 The following additional packages will be installed:
09:57:49 [2021-04-02T09:57:49.736Z] #42 42.72   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
09:57:49 [2021-04-02T09:57:49.736Z] #42 42.73   libprotoc17 python-pkg-resources python-six zlib1g-dev
09:57:49 [2021-04-02T09:57:49.736Z] #42 42.74 Suggested packages:
09:57:49 [2021-04-02T09:57:49.736Z] #42 42.75   manpages-dev python-setuptools
09:57:49 [2021-04-02T09:57:49.736Z] #42 44.13 The following NEW packages will be installed:
09:57:49 [2021-04-02T09:57:49.736Z] #42 44.13   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
09:57:49 [2021-04-02T09:57:49.736Z] #42 44.14   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
09:57:49 [2021-04-02T09:57:49.736Z] #42 44.14   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
09:57:49 [2021-04-02T09:57:49.736Z] #42 44.15   python-six zlib1g-dev
09:57:49 [2021-04-02T09:57:49.736Z] #42 44.53 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded.
09:57:49 [2021-04-02T09:57:49.736Z] #42 44.53 Need to get 4095 kB of archives.
09:57:49 [2021-04-02T09:57:49.736Z] #42 44.53 After this operation, 22.5 MB of additional disk space will be used.
09:57:49 [2021-04-02T09:57:49.736Z] #42 44.53 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
09:57:49 [2021-04-02T09:57:49.736Z] #42 44.53 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
09:57:49 [2021-04-02T09:57:49.736Z] #42 44.54 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
09:57:49 [2021-04-02T09:57:49.736Z] #42 44.54 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
09:57:49 [2021-04-02T09:57:49.736Z] #42 44.54 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
09:57:49 [2021-04-02T09:57:49.736Z] #42 44.56 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
09:57:49 [2021-04-02T09:57:49.736Z] #42 44.72 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
09:57:49 [2021-04-02T09:57:49.736Z] #42 44.74 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
09:57:49 [2021-04-02T09:57:49.736Z] #42 44.74 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
09:57:49 [2021-04-02T09:57:49.736Z] #42 44.81 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
09:57:49 [2021-04-02T09:57:49.736Z] #42 44.82 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
09:57:49 [2021-04-02T09:57:49.736Z] #42 45.05 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
09:57:49 [2021-04-02T09:57:49.736Z] #42 45.18 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
09:57:49 [2021-04-02T09:57:49.736Z] #42 45.18 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
09:57:49 [2021-04-02T09:57:49.736Z] #42 45.18 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
09:57:49 [2021-04-02T09:57:49.736Z] #42 45.19 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
09:57:49 [2021-04-02T09:57:49.736Z] #42 45.19 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
09:57:49 [2021-04-02T09:57:49.736Z] #42 47.31 debconf: delaying package configuration, since apt-utils is not installed
09:57:49 [2021-04-02T09:57:49.736Z] #42 47.64 Fetched 4095 kB in 1s (4033 kB/s)
09:57:49 [2021-04-02T09:57:49.736Z] #42 47.88 Selecting previously unselected package libcap-dev:amd64.
09:57:49 [2021-04-02T09:57:49.736Z] #42 47.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.)
09:57:49 [2021-04-02T09:57:49.736Z] #42 48.00 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
09:57:49 [2021-04-02T09:57:49.736Z] #42 48.02 Unpacking libcap-dev:amd64 (1:2.25-2) ...
09:57:49 [2021-04-02T09:57:49.736Z] #42 48.30 Selecting previously unselected package libnet1:amd64.
09:57:49 [2021-04-02T09:57:49.736Z] #42 48.30 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
09:57:49 [2021-04-02T09:57:49.736Z] #42 48.31 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:57:49 [2021-04-02T09:57:49.736Z] #42 48.43 Selecting previously unselected package libnet1-dev.
09:57:49 [2021-04-02T09:57:49.736Z] #42 48.44 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
09:57:49 [2021-04-02T09:57:49.736Z] #42 48.44 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
09:57:49 [2021-04-02T09:57:49.736Z] #42 48.68 Selecting previously unselected package libnl-3-200:amd64.
09:57:49 [2021-04-02T09:57:49.736Z] #42 48.68 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
09:57:49 [2021-04-02T09:57:49.736Z] #42 48.69 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
09:57:49 [2021-04-02T09:57:49.736Z] #42 48.82 Selecting previously unselected package libnl-3-dev:amd64.
09:57:49 [2021-04-02T09:57:49.736Z] #42 48.84 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
09:57:49 [2021-04-02T09:57:49.736Z] #42 48.89 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
09:57:49 [2021-04-02T09:57:49.736Z] #42 49.20 Selecting previously unselected package libprotobuf-c1:amd64.
09:57:49 [2021-04-02T09:57:49.736Z] #42 49.20 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
09:57:49 [2021-04-02T09:57:49.736Z] #42 49.21 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
09:57:49 [2021-04-02T09:57:49.736Z] #42 49.27 Selecting previously unselected package libprotobuf-c-dev:amd64.
09:57:49 [2021-04-02T09:57:49.736Z] #42 49.30 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
09:57:49 [2021-04-02T09:57:49.736Z] #42 49.31 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
09:57:49 [2021-04-02T09:57:49.736Z] #42 49.41 Selecting previously unselected package zlib1g-dev:amd64.
09:57:49 [2021-04-02T09:57:49.736Z] #42 49.43 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
09:57:49 [2021-04-02T09:57:49.736Z] #42 49.45 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
09:57:49 [2021-04-02T09:57:49.736Z] #42 ...
09:57:49 [2021-04-02T09:57:49.736Z] 
09:57:49 [2021-04-02T09:57:49.736Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
09:57:49 [2021-04-02T09:57:49.736Z] #56 sha256:4a9c3ad24252263367c2ffaf3d85b5b6d19e84875ce9cdc0cf72a9efd04815bd
09:57:49 [2021-04-02T09:57:49.736Z] #56 1.313 + RM_GOPATH=0
09:57:49 [2021-04-02T09:57:49.736Z] #56 1.315 + TMP_GOPATH=
09:57:49 [2021-04-02T09:57:49.736Z] #56 1.315 + : /build
09:57:49 [2021-04-02T09:57:49.736Z] #56 1.316 + '[' -z '' ']'
09:57:49 [2021-04-02T09:57:49.736Z] #56 1.322 ++ mktemp -d
09:57:49 [2021-04-02T09:57:49.736Z] #56 1.323 + export GOPATH=/tmp/tmp.AhThuJNsuc
09:57:49 [2021-04-02T09:57:49.736Z] #56 1.323 + GOPATH=/tmp/tmp.AhThuJNsuc
09:57:49 [2021-04-02T09:57:49.736Z] #56 1.323 + RM_GOPATH=1
09:57:49 [2021-04-02T09:57:49.736Z] #56 1.324 + case "$(go env GOARCH)" in
09:57:49 [2021-04-02T09:57:49.736Z] #56 1.326 ++ go env GOARCH
09:57:49 [2021-04-02T09:57:49.736Z] #56 1.342 + export GO_BUILDMODE=-buildmode=pie
09:57:49 [2021-04-02T09:57:49.736Z] #56 1.342 + GO_BUILDMODE=-buildmode=pie
09:57:49 [2021-04-02T09:57:49.736Z] #56 1.343 ++ dirname /tmp/install/install.sh
09:57:49 [2021-04-02T09:57:49.736Z] #56 1.344 + dir=/tmp/install
09:57:49 [2021-04-02T09:57:49.736Z] #56 1.344 + bin=containerd
09:57:49 [2021-04-02T09:57:49.736Z] #56 1.344 + shift
09:57:49 [2021-04-02T09:57:49.736Z] #56 1.345 + '[' '!' -f /tmp/install/containerd.installer ']'
09:57:49 [2021-04-02T09:57:49.736Z] #56 1.345 + . /tmp/install/containerd.installer
09:57:49 [2021-04-02T09:57:49.736Z] #56 1.345 ++ set -e
09:57:49 [2021-04-02T09:57:49.736Z] #56 1.345 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
09:57:49 [2021-04-02T09:57:49.736Z] #56 1.346 + install_containerd
09:57:49 [2021-04-02T09:57:49.736Z] #56 1.354 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e'
09:57:49 [2021-04-02T09:57:49.736Z] #56 1.355 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
09:57:49 [2021-04-02T09:57:49.736Z] #56 1.355 + git clone https://github.com/containerd/containerd.git /tmp/tmp.AhThuJNsuc/src/github.com/containerd/containerd
09:57:49 [2021-04-02T09:57:49.736Z] #56 1.359 Cloning into '/tmp/tmp.AhThuJNsuc/src/github.com/containerd/containerd'...
09:57:49 [2021-04-02T09:57:49.970Z] #40 ...
09:57:49 [2021-04-02T09:57:49.970Z] 
09:57:49 [2021-04-02T09:57:49.970Z] #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
09:57:49 [2021-04-02T09:57:49.970Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
09:57:49 [2021-04-02T09:57:49.970Z] #55 28.26 Reading package lists...
09:57:49 [2021-04-02T09:57:49.970Z] #43 76.04   DEP      criu/protobuf.d
09:57:50 [2021-04-02T09:57:50.017Z] #42 ...
09:57:50 [2021-04-02T09:57:50.017Z] 
09:57:50 [2021-04-02T09:57:50.017Z] #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
09:57:50 [2021-04-02T09:57:50.017Z] #51 sha256:e73222a2487794ec0b5beedb912ec573931cad904d3c24ad8e6cb957e07d842c
09:57:50 [2021-04-02T09:57:50.017Z] #51 51.74 syscall
09:57:50 [2021-04-02T09:57:50.017Z] #51 51.76 reflect
09:57:50 [2021-04-02T09:57:50.017Z] #51 60.52 time
09:57:50 [2021-04-02T09:57:50.017Z] #51 ...
09:57:50 [2021-04-02T09:57:50.017Z] 
09:57:50 [2021-04-02T09:57:50.017Z] #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
09:57:50 [2021-04-02T09:57:50.017Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:57:50 [2021-04-02T09:57:50.017Z] #13 54.62 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
09:57:50 [2021-04-02T09:57:50.017Z] #13 54.76 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
09:57:50 [2021-04-02T09:57:50.017Z] #13 54.84 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
09:57:50 [2021-04-02T09:57:50.017Z] #13 55.17 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
09:57:50 [2021-04-02T09:57:50.017Z] #13 55.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.)
09:57:50 [2021-04-02T09:57:50.017Z] #13 55.44 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ...
09:57:50 [2021-04-02T09:57:50.017Z] #13 55.50 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
09:57:50 [2021-04-02T09:57:50.017Z] #13 56.02 Setting up libudev1:amd64 (241-7~deb10u7) ...
09:57:50 [2021-04-02T09:57:50.017Z] #13 56.21 Selecting previously unselected package binutils-mingw-w64-i686.
09:57:50 [2021-04-02T09:57:50.017Z] #13 56.21 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
09:57:50 [2021-04-02T09:57:50.017Z] #13 56.42 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
09:57:50 [2021-04-02T09:57:50.017Z] #13 56.44 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
09:57:50 [2021-04-02T09:57:50.178Z] #29 3.276 
                                                                           0.0%
###                                                                        4.6%
#####                                                                      7.1%
#######                                                                   10.5%
###########                                                               15.4%
##############                                                            20.8%
#################                                                         24.7%
######################                                                    31.0%
##########################                                               
09:57:50 [2021-04-02T09:57:50.178Z] #29 ...
09:57:50 [2021-04-02T09:57:50.178Z] 
09:57:50 [2021-04-02T09:57:50.178Z] #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
09:57:50 [2021-04-02T09:57:50.178Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
09:57:50 [2021-04-02T09:57:50.178Z] #13 3.734 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
09:57:50 [2021-04-02T09:57:50.178Z] #13 4.017 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
09:57:50 [2021-04-02T09:57:50.178Z] #13 4.043 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:57:50 [2021-04-02T09:57:50.178Z] #13 4.080 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:57:50 [2021-04-02T09:57:50.178Z] #13 4.930 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [454 kB]
09:57:50 [2021-04-02T09:57:50.178Z] #13 6.175 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
09:57:50 [2021-04-02T09:57:50.178Z] #13 7.678 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [266 kB]
09:57:50 [2021-04-02T09:57:50.178Z] #13 8.945 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B]
09:57:50 [2021-04-02T09:57:50.226Z] #55 35.40 Building dependency tree...
09:57:50 [2021-04-02T09:57:50.226Z] #55 ...
09:57:50 [2021-04-02T09:57:50.226Z] 
09:57:50 [2021-04-02T09:57:50.226Z] #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
09:57:50 [2021-04-02T09:57:50.226Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:57:50 [2021-04-02T09:57:50.226Z] #36 25.82 Fetched 8426 kB in 18s (476 kB/s)
09:57:50 [2021-04-02T09:57:50.226Z] #36 25.82 Reading package lists...
09:57:50 [2021-04-02T09:57:50.227Z] #43 76.25   GEN      criu/protobuf-desc-gen.h
09:57:50 [2021-04-02T09:57:50.295Z] #13 ...
09:57:50 [2021-04-02T09:57:50.295Z] 
09:57:50 [2021-04-02T09:57:50.295Z] #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
09:57:50 [2021-04-02T09:57:50.295Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
09:57:50 [2021-04-02T09:57:50.295Z] #32 52.21 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
09:57:50 [2021-04-02T09:57:50.295Z] #32 ...
09:57:50 [2021-04-02T09:57:50.295Z] 
09:57:50 [2021-04-02T09:57:50.295Z] #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
09:57:50 [2021-04-02T09:57:50.295Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:57:50 [2021-04-02T09:57:50.295Z] #36 60.28 Selecting previously unselected package libxml2:amd64.
09:57:50 [2021-04-02T09:57:50.295Z] #36 60.29 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
09:57:50 [2021-04-02T09:57:50.295Z] #36 60.30 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
09:57:50 [2021-04-02T09:57:50.295Z] #36 61.18 Selecting previously unselected package libarchive13:amd64.
09:57:50 [2021-04-02T09:57:50.295Z] #36 61.19 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
09:57:50 [2021-04-02T09:57:50.295Z] #36 61.20 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
09:57:50 [2021-04-02T09:57:50.295Z] #36 61.55 Selecting previously unselected package libjsoncpp1:amd64.
09:57:50 [2021-04-02T09:57:50.295Z] #36 61.55 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
09:57:50 [2021-04-02T09:57:50.295Z] #36 61.56 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
09:57:50 [2021-04-02T09:57:50.295Z] #36 61.76 Selecting previously unselected package librhash0:amd64.
09:57:50 [2021-04-02T09:57:50.295Z] #36 61.77 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
09:57:50 [2021-04-02T09:57:50.295Z] #36 61.78 Unpacking librhash0:amd64 (1.3.8-1) ...
09:57:50 [2021-04-02T09:57:50.295Z] #36 61.98 Selecting previously unselected package libuv1:amd64.
09:57:50 [2021-04-02T09:57:50.295Z] #36 61.98 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
09:57:50 [2021-04-02T09:57:50.295Z] #36 61.99 Unpacking libuv1:amd64 (1.24.1-1) ...
09:57:50 [2021-04-02T09:57:50.295Z] #36 62.13 Selecting previously unselected package cmake.
09:57:50 [2021-04-02T09:57:50.295Z] #36 62.13 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
09:57:50 [2021-04-02T09:57:50.295Z] #36 62.15 Unpacking cmake (3.13.4-1) ...
09:57:50 [2021-04-02T09:57:50.442Z] #13 ...
09:57:50 [2021-04-02T09:57:50.442Z] 
09:57:50 [2021-04-02T09:57:50.442Z] #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
09:57:50 [2021-04-02T09:57:50.442Z] #29 sha256:a01d8592fe039e214cc568ac194daa0b18653e39646b02c869fd98c83e68aa5b
09:57:50 [2021-04-02T09:57:50.481Z] #36 33.72 Reading package lists...
09:57:50 [2021-04-02T09:57:50.481Z] #36 ...
09:57:50 [2021-04-02T09:57:50.481Z] 
09:57:50 [2021-04-02T09:57:50.481Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
09:57:50 [2021-04-02T09:57:50.481Z] #49 sha256:0bae7cee2dfa3128f044e661c9f48315e4a64332bc17c1d8cac5edc975b1099f
09:57:50 [2021-04-02T09:57:50.481Z] #49 35.87 go: extracting github.com/gogo/protobuf v1.2.1
09:57:50 [2021-04-02T09:57:50.807Z] #43 ...
09:57:50 [2021-04-02T09:57:50.807Z] 
09:57:50 [2021-04-02T09:57:50.807Z] #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
09:57:50 [2021-04-02T09:57:50.807Z] #45 sha256:030ac60024ecdfba769e6c884d4e688b350956879b5a2c3bd6f5e6438912cfba
09:57:50 [2021-04-02T09:57:50.807Z] #45 DONE 148.2s
09:57:50 [2021-04-02T09:57:50.807Z] 
09:57:50 [2021-04-02T09:57:50.807Z] #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
09:57:50 [2021-04-02T09:57:50.807Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
09:57:50 [2021-04-02T09:57:50.807Z] #20 11.40 Fetched 8933 kB in 10s (893 kB/s)
09:57:51 [2021-04-02T09:57:51.679Z] #36 ...
09:57:51 [2021-04-02T09:57:51.679Z] 
09:57:51 [2021-04-02T09:57:51.679Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:57:51 [2021-04-02T09:57:51.679Z] #34 sha256:333583fbf713eebd0805e30d442538835600cbfb40090c9d570cfb204318d4f4
09:57:51 [2021-04-02T09:57:51.679Z] #34 53.91 time
09:57:51 [2021-04-02T09:57:51.679Z] #34 60.91 internal/poll
09:57:51 [2021-04-02T09:57:51.679Z] #34 61.30 internal/fmtsort
09:57:51 [2021-04-02T09:57:51.679Z] #34 62.06 internal/syscall/execenv
09:57:51 [2021-04-02T09:57:51.679Z] #34 62.19 internal/syscall/unix
09:57:51 [2021-04-02T09:57:51.679Z] #34 62.37 strings
09:57:51 [2021-04-02T09:57:51.679Z] #34 63.38 os
09:57:51 [2021-04-02T09:57:51.679Z] #34 ...
09:57:51 [2021-04-02T09:57:51.679Z] 
09:57:51 [2021-04-02T09:57:51.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
09:57:51 [2021-04-02T09:57:51.679Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:57:51 [2021-04-02T09:57:51.679Z] #13 58.84 Selecting previously unselected package binutils-mingw-w64-x86-64.
09:57:51 [2021-04-02T09:57:51.679Z] #13 58.84 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
09:57:51 [2021-04-02T09:57:51.679Z] #13 58.87 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
09:57:51 [2021-04-02T09:57:51.760Z] #29 3.276 
                                                                           0.0%
###                                                                        4.6%
#####                                                                      7.1%
#######                                                                   10.5%
###########                                                               15.4%
##############                                                            20.8%
#################                                                         24.7%
######################                                                    31.0%
##########################                                                37.1%
#############################                                             40.4%
###############################                                           44.3%
#################################                                         46.4%
#####################################                                     51.7%
###########################################                               59.9%
#############################################                             63.0%
################################################                          67.9%
####################################################                      72.7%
#######################################################                   76.9%
#########################################################                 80.2%
#############################################################             85.0%
################################################################          89.3%
####################################################################      95.5%
######################################################################## 100.0%
09:57:52 [2021-04-02T09:57:52.174Z] #20 11.40 Reading package lists...
09:57:52 [2021-04-02T09:57:52.284Z] #56 ...
09:57:52 [2021-04-02T09:57:52.284Z] 
09:57:52 [2021-04-02T09:57:52.284Z] #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
09:57:52 [2021-04-02T09:57:52.284Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:57:52 [2021-04-02T09:57:52.284Z] #36 41.87 The following NEW packages will be installed:
09:57:52 [2021-04-02T09:57:52.284Z] #36 41.88   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
09:57:52 [2021-04-02T09:57:52.284Z] #36 41.89   vim-common xxd
09:57:52 [2021-04-02T09:57:52.284Z] #36 42.32 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded.
09:57:52 [2021-04-02T09:57:52.284Z] #36 42.32 Need to get 14.9 MB of archives.
09:57:52 [2021-04-02T09:57:52.284Z] #36 42.32 After this operation, 61.8 MB of additional disk space will be used.
09:57:52 [2021-04-02T09:57:52.284Z] #36 42.32 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
09:57:52 [2021-04-02T09:57:52.284Z] #36 42.33 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
09:57:52 [2021-04-02T09:57:52.284Z] #36 42.34 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
09:57:52 [2021-04-02T09:57:52.284Z] #36 42.51 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
09:57:52 [2021-04-02T09:57:52.284Z] #36 43.42 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
09:57:52 [2021-04-02T09:57:52.284Z] #36 43.45 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
09:57:52 [2021-04-02T09:57:52.284Z] #36 43.48 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
09:57:52 [2021-04-02T09:57:52.284Z] #36 43.48 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
09:57:52 [2021-04-02T09:57:52.284Z] #36 43.50 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
09:57:52 [2021-04-02T09:57:52.284Z] #36 43.51 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
09:57:52 [2021-04-02T09:57:52.284Z] #36 45.45 debconf: delaying package configuration, since apt-utils is not installed
09:57:52 [2021-04-02T09:57:52.284Z] #36 45.81 Fetched 14.9 MB in 2s (6969 kB/s)
09:57:52 [2021-04-02T09:57:52.284Z] #36 46.08 Selecting previously unselected package xxd.
09:57:52 [2021-04-02T09:57:52.284Z] #36 46.08 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
09:57:52 [2021-04-02T09:57:52.284Z] #36 46.29 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
09:57:52 [2021-04-02T09:57:52.284Z] #36 46.29 Unpacking xxd (2:8.1.0875-5) ...
09:57:52 [2021-04-02T09:57:52.284Z] #36 46.82 Selecting previously unselected package vim-common.
09:57:52 [2021-04-02T09:57:52.284Z] #36 46.82 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
09:57:52 [2021-04-02T09:57:52.284Z] #36 47.00 Unpacking vim-common (2:8.1.0875-5) ...
09:57:52 [2021-04-02T09:57:52.284Z] #36 47.52 Selecting previously unselected package cmake-data.
09:57:52 [2021-04-02T09:57:52.284Z] #36 47.52 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
09:57:52 [2021-04-02T09:57:52.284Z] #36 47.54 Unpacking cmake-data (3.13.4-1) ...
09:57:52 [2021-04-02T09:57:52.284Z] #36 50.87 Selecting previously unselected package libicu63:amd64.
09:57:52 [2021-04-02T09:57:52.284Z] #36 50.88 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
09:57:52 [2021-04-02T09:57:52.284Z] #36 50.91 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
09:57:52 [2021-04-02T09:57:52.284Z] #36 ...
09:57:52 [2021-04-02T09:57:52.284Z] 
09:57:52 [2021-04-02T09:57:52.284Z] #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
09:57:52 [2021-04-02T09:57:52.284Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
09:57:52 [2021-04-02T09:57:52.284Z] #32 50.83 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.
09:57:52 [2021-04-02T09:57:52.284Z] #32 51.42 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
09:57:52 [2021-04-02T09:57:52.284Z] #32 51.83 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
09:57:52 [2021-04-02T09:57:52.284Z] #32 ...
09:57:52 [2021-04-02T09:57:52.284Z] 
09:57:52 [2021-04-02T09:57:52.285Z] #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
09:57:52 [2021-04-02T09:57:52.285Z] #45 sha256:583281a574089db2ff8d12c67758c7a674ad902bd22010a728bcb3f4691f0871
09:57:52 [2021-04-02T09:57:52.285Z] #45 42.40 github.com/LK4D4/vndr/godl/singleflight
09:57:52 [2021-04-02T09:57:52.285Z] #45 42.41 internal/reflectlite
09:57:52 [2021-04-02T09:57:52.285Z] #45 42.83 math/rand
09:57:52 [2021-04-02T09:57:52.285Z] #45 43.79 internal/singleflight
09:57:52 [2021-04-02T09:57:52.285Z] #45 45.23 strconv
09:57:52 [2021-04-02T09:57:52.285Z] #45 45.25 io
09:57:52 [2021-04-02T09:57:52.285Z] #45 46.71 bytes
09:57:52 [2021-04-02T09:57:52.285Z] #45 49.50 bufio
09:57:52 [2021-04-02T09:57:52.285Z] #45 49.83 reflect
09:57:52 [2021-04-02T09:57:52.285Z] #45 51.27 syscall
09:57:52 [2021-04-02T09:57:52.335Z] #29 6.188 
09:57:52 [2021-04-02T09:57:52.546Z] #45 ...
09:57:52 [2021-04-02T09:57:52.546Z] 
09:57:52 [2021-04-02T09:57:52.546Z] #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
09:57:52 [2021-04-02T09:57:52.546Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:57:52 [2021-04-02T09:57:52.546Z] #13 29.92 Reading package lists...
09:57:52 [2021-04-02T09:57:52.546Z] #13 36.75 Building dependency tree...
09:57:52 [2021-04-02T09:57:52.546Z] #13 40.33 The following additional packages will be installed:
09:57:52 [2021-04-02T09:57:52.546Z] #13 40.33   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
09:57:52 [2021-04-02T09:57:52.546Z] #13 40.33   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
09:57:52 [2021-04-02T09:57:52.546Z] #13 40.33   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
09:57:52 [2021-04-02T09:57:52.546Z] #13 40.33   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
09:57:52 [2021-04-02T09:57:52.546Z] #13 40.36   mingw-w64-common mingw-w64-x86-64-dev
09:57:52 [2021-04-02T09:57:52.546Z] #13 40.37 Suggested packages:
09:57:52 [2021-04-02T09:57:52.546Z] #13 40.37   gcc-8-locales seccomp wine64
09:57:52 [2021-04-02T09:57:52.546Z] #13 42.28 The following NEW packages will be installed:
09:57:52 [2021-04-02T09:57:52.546Z] #13 42.30   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
09:57:52 [2021-04-02T09:57:52.546Z] #13 42.30   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
09:57:52 [2021-04-02T09:57:52.546Z] #13 42.30   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
09:57:52 [2021-04-02T09:57:52.546Z] #13 42.30   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
09:57:52 [2021-04-02T09:57:52.546Z] #13 42.31   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
09:57:52 [2021-04-02T09:57:52.546Z] #13 42.31   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
09:57:52 [2021-04-02T09:57:52.546Z] #13 42.31 The following packages will be upgraded:
09:57:52 [2021-04-02T09:57:52.546Z] #13 42.33   libseccomp2 libsystemd0 libudev1
09:57:52 [2021-04-02T09:57:52.546Z] #13 42.76 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded.
09:57:52 [2021-04-02T09:57:52.546Z] #13 42.76 Need to get 78.2 MB of archives.
09:57:52 [2021-04-02T09:57:52.546Z] #13 42.76 After this operation, 487 MB of additional disk space will be used.
09:57:52 [2021-04-02T09:57:52.546Z] #13 42.76 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
09:57:52 [2021-04-02T09:57:52.546Z] #13 42.76 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
09:57:52 [2021-04-02T09:57:52.546Z] #13 42.78 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB]
09:57:52 [2021-04-02T09:57:52.546Z] #13 42.80 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB]
09:57:52 [2021-04-02T09:57:52.546Z] #13 42.81 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]
09:57:52 [2021-04-02T09:57:52.546Z] #13 43.10 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]
09:57:52 [2021-04-02T09:57:52.546Z] #13 43.82 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
09:57:52 [2021-04-02T09:57:52.546Z] #13 43.84 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
09:57:52 [2021-04-02T09:57:52.546Z] #13 43.85 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
09:57:52 [2021-04-02T09:57:52.546Z] #13 43.85 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
09:57:52 [2021-04-02T09:57:52.546Z] #13 44.29 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
09:57:52 [2021-04-02T09:57:52.546Z] #13 44.62 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]
09:57:52 [2021-04-02T09:57:52.546Z] #13 44.62 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]
09:57:52 [2021-04-02T09:57:52.546Z] #13 ...
09:57:52 [2021-04-02T09:57:52.546Z] 
09:57:52 [2021-04-02T09:57:52.546Z] #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
09:57:52 [2021-04-02T09:57:52.546Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:57:52 [2021-04-02T09:57:52.546Z] #42 49.70 Selecting previously unselected package libprotobuf17:amd64.
09:57:52 [2021-04-02T09:57:52.546Z] #42 49.70 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
09:57:52 [2021-04-02T09:57:52.546Z] #42 49.72 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
09:57:52 [2021-04-02T09:57:52.546Z] #42 50.62 Selecting previously unselected package libprotobuf-lite17:amd64.
09:57:52 [2021-04-02T09:57:52.546Z] #42 50.62 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
09:57:52 [2021-04-02T09:57:52.546Z] #42 50.68 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
09:57:52 [2021-04-02T09:57:52.546Z] #42 50.88 Selecting previously unselected package libprotobuf-dev:amd64.
09:57:52 [2021-04-02T09:57:52.546Z] #42 50.88 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
09:57:52 [2021-04-02T09:57:52.546Z] #42 50.91 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
09:57:52 [2021-04-02T09:57:52.546Z] #42 52.33 Selecting previously unselected package libprotoc17:amd64.
09:57:52 [2021-04-02T09:57:52.546Z] #42 52.33 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
09:57:52 [2021-04-02T09:57:52.546Z] #42 52.35 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
09:57:53 [2021-04-02T09:57:53.103Z] #20 15.73 Reading package lists...
09:57:53 [2021-04-02T09:57:53.103Z] #20 ...
09:57:53 [2021-04-02T09:57:53.103Z] 
09:57:53 [2021-04-02T09:57:53.103Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:57:53 [2021-04-02T09:57:53.103Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:57:53 [2021-04-02T09:57:53.103Z] #43 78.56   DEP      criu/protobuf-desc.d
09:57:53 [2021-04-02T09:57:53.103Z] #43 78.66   DEP      criu/proc_parse.d
09:57:53 [2021-04-02T09:57:53.103Z] #43 78.83   DEP      criu/plugin.d
09:57:53 [2021-04-02T09:57:53.103Z] #43 78.91   DEP      criu/pipes.d
09:57:53 [2021-04-02T09:57:53.103Z] #43 79.05   DEP      criu/pie-util.d
09:57:53 [2021-04-02T09:57:53.103Z] #43 79.15   DEP      criu/pie-util-vdso.d
09:57:53 [2021-04-02T09:57:53.103Z] #43 79.23   DEP      criu/pie-util-vdso-elf32.d
09:57:53 [2021-04-02T09:57:53.120Z] #42 53.16 Selecting previously unselected package protobuf-c-compiler.
09:57:53 [2021-04-02T09:57:53.120Z] #42 53.16 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
09:57:53 [2021-04-02T09:57:53.120Z] #42 53.17 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
09:57:53 [2021-04-02T09:57:53.120Z] #42 53.37 Selecting previously unselected package protobuf-compiler.
09:57:53 [2021-04-02T09:57:53.123Z] #29 6.430 
                                                                           0.0%
############                                                              17.9%
##################                                                        25.8%
########################################                                  56.0%
######################################################################    98.3%
######################################################################## 100.0%
09:57:53 [2021-04-02T09:57:53.359Z] #43 79.32   DEP      criu/path.d
09:57:53 [2021-04-02T09:57:53.359Z] #43 79.44   DEP      criu/parasite-syscall.d
09:57:53 [2021-04-02T09:57:53.386Z] #42 53.37 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
09:57:53 [2021-04-02T09:57:53.386Z] #42 53.38 Unpacking protobuf-compiler (3.6.1.3-2) ...
09:57:53 [2021-04-02T09:57:53.399Z] #29 7.371 
09:57:53 [2021-04-02T09:57:53.589Z] #13 61.50 Selecting previously unselected package binutils-mingw-w64.
09:57:53 [2021-04-02T09:57:53.589Z] #13 61.53 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
09:57:53 [2021-04-02T09:57:53.589Z] #13 61.54 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
09:57:53 [2021-04-02T09:57:53.589Z] #13 61.74 Selecting previously unselected package libdevmapper1.02.1:amd64.
09:57:53 [2021-04-02T09:57:53.616Z] #43 79.64   DEP      criu/pagemap.d
09:57:53 [2021-04-02T09:57:53.648Z] #42 53.58 Selecting previously unselected package python-pkg-resources.
09:57:53 [2021-04-02T09:57:53.648Z] #42 53.58 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
09:57:53 [2021-04-02T09:57:53.648Z] #42 53.59 Unpacking python-pkg-resources (40.8.0-1) ...
09:57:53 [2021-04-02T09:57:53.648Z] #42 53.81 Selecting previously unselected package python-six.
09:57:53 [2021-04-02T09:57:53.849Z] #13 61.74 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
09:57:53 [2021-04-02T09:57:53.849Z] #13 61.74 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
09:57:53 [2021-04-02T09:57:53.875Z] #43 79.81   DEP      criu/pagemap-cache.d
09:57:53 [2021-04-02T09:57:53.875Z] #43 79.93   DEP      criu/page-xfer.d
09:57:53 [2021-04-02T09:57:53.875Z] #43 80.03   DEP      criu/page-pipe.d
09:57:53 [2021-04-02T09:57:53.909Z] #42 53.81 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
09:57:53 [2021-04-02T09:57:53.909Z] #42 53.82 Unpacking python-six (1.12.0-1) ...
09:57:53 [2021-04-02T09:57:53.909Z] #42 53.92 Selecting previously unselected package python-protobuf.
09:57:53 [2021-04-02T09:57:53.909Z] #42 53.92 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
09:57:53 [2021-04-02T09:57:53.909Z] #42 53.94 Unpacking python-protobuf (3.6.1.3-2) ...
09:57:53 [2021-04-02T09:57:53.937Z] #29 7.645 
                                                                           0.0%
############                                                              16.9%
#
09:57:53 [2021-04-02T09:57:53.937Z] #29 ...
09:57:53 [2021-04-02T09:57:53.937Z] 
09:57:53 [2021-04-02T09:57:53.937Z] #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
09:57:53 [2021-04-02T09:57:53.937Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805
09:57:53 [2021-04-02T09:57:53.937Z] #32 5.725 + git clone https://github.com/kolyshkin/go-swagger.git .
09:57:53 [2021-04-02T09:57:53.937Z] #32 5.728 Cloning into '.'...
09:57:53 [2021-04-02T09:57:53.937Z] #32 ...
09:57:53 [2021-04-02T09:57:53.937Z] 
09:57:53 [2021-04-02T09:57:53.937Z] #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
09:57:53 [2021-04-02T09:57:53.937Z] #29 sha256:a01d8592fe039e214cc568ac194daa0b18653e39646b02c869fd98c83e68aa5b
09:57:54 [2021-04-02T09:57:54.110Z] #13 62.22 Selecting previously unselected package dmsetup.
09:57:54 [2021-04-02T09:57:54.110Z] #13 62.24 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
09:57:54 [2021-04-02T09:57:54.110Z] #13 62.32 Unpacking dmsetup (2:1.02.155-3) ...
09:57:54 [2021-04-02T09:57:54.132Z] #43 80.13   DEP      criu/netfilter.d
09:57:54 [2021-04-02T09:57:54.203Z] #29 7.645 
                                                                           0.0%
############                                                              16.9%
################################                                          45.7%
###################################################                       71.3%
###############################################################           87.7%
######################################################################## 100.0%
09:57:54 [2021-04-02T09:57:54.371Z] #13 ...
09:57:54 [2021-04-02T09:57:54.371Z] 
09:57:54 [2021-04-02T09:57:54.371Z] #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
09:57:54 [2021-04-02T09:57:54.371Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:57:54 [2021-04-02T09:57:54.371Z] #36 65.35 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
09:57:54 [2021-04-02T09:57:54.371Z] #36 65.41 Setting up xxd (2:8.1.0875-5) ...
09:57:54 [2021-04-02T09:57:54.371Z] #36 65.44 Setting up libuv1:amd64 (1.24.1-1) ...
09:57:54 [2021-04-02T09:57:54.371Z] #36 65.47 Setting up vim-common (2:8.1.0875-5) ...
09:57:54 [2021-04-02T09:57:54.371Z] #36 65.51 Setting up librhash0:amd64 (1.3.8-1) ...
09:57:54 [2021-04-02T09:57:54.371Z] #36 65.53 Setting up cmake-data (3.13.4-1) ...
09:57:54 [2021-04-02T09:57:54.371Z] #36 65.55 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
09:57:54 [2021-04-02T09:57:54.371Z] #36 65.56 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
09:57:54 [2021-04-02T09:57:54.371Z] #36 65.58 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
09:57:54 [2021-04-02T09:57:54.371Z] #36 65.59 Setting up cmake (3.13.4-1) ...
09:57:54 [2021-04-02T09:57:54.371Z] #36 65.61 Processing triggers for libc-bin (2.28-10) ...
09:57:54 [2021-04-02T09:57:54.371Z] #36 65.69 Processing triggers for mime-support (3.62) ...
09:57:54 [2021-04-02T09:57:54.371Z] #36 DONE 66.6s
09:57:54 [2021-04-02T09:57:54.371Z] 
09:57:54 [2021-04-02T09:57:54.371Z] #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
09:57:54 [2021-04-02T09:57:54.371Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:57:54 [2021-04-02T09:57:54.371Z] #13 62.63 Selecting previously unselected package mingw-w64-common.
09:57:54 [2021-04-02T09:57:54.371Z] #13 62.63 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
09:57:54 [2021-04-02T09:57:54.389Z] #43 80.35   DEP      criu/net.d
09:57:54 [2021-04-02T09:57:54.482Z] #42 54.58 Setting up python-pkg-resources (40.8.0-1) ...
09:57:54 [2021-04-02T09:57:54.631Z] #13 62.66 Unpacking mingw-w64-common (6.0.0-3) ...
09:57:54 [2021-04-02T09:57:54.645Z] #43 80.54   DEP      criu/namespaces.d
09:57:54 [2021-04-02T09:57:54.645Z] #43 80.70   DEP      criu/mount.d
09:57:54 [2021-04-02T09:57:54.667Z] #49 ...
09:57:54 [2021-04-02T09:57:54.667Z] 
09:57:54 [2021-04-02T09:57:54.667Z] #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
09:57:54 [2021-04-02T09:57:54.667Z] #45 sha256:49a3fcc416cc75118c20d2bf4a8274cd33396b6ef0305d9f34d11d4c1747f570
09:57:54 [2021-04-02T09:57:54.667Z] #45 29.80 vendor/golang.org/x/crypto/internal/subtle
09:57:54 [2021-04-02T09:57:54.667Z] #45 29.89 vendor/golang.org/x/crypto/curve25519
09:57:54 [2021-04-02T09:57:54.667Z] #45 ...
09:57:54 [2021-04-02T09:57:54.667Z] 
09:57:54 [2021-04-02T09:57:54.667Z] #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
09:57:54 [2021-04-02T09:57:54.667Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:57:54 [2021-04-02T09:57:54.667Z] #42 24.38 Reading package lists...
09:57:54 [2021-04-02T09:57:54.667Z] #42 32.10 Building dependency tree...
09:57:54 [2021-04-02T09:57:54.667Z] #42 35.52 The following additional packages will be installed:
09:57:54 [2021-04-02T09:57:54.667Z] #42 35.52   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
09:57:54 [2021-04-02T09:57:54.667Z] #42 35.53   libprotoc17 python-pkg-resources python-six zlib1g-dev
09:57:54 [2021-04-02T09:57:54.667Z] #42 35.54 Suggested packages:
09:57:54 [2021-04-02T09:57:54.667Z] #42 35.56   manpages-dev python-setuptools
09:57:54 [2021-04-02T09:57:54.667Z] #42 37.04 The following NEW packages will be installed:
09:57:54 [2021-04-02T09:57:54.667Z] #42 37.04   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
09:57:54 [2021-04-02T09:57:54.667Z] #42 37.05   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
09:57:54 [2021-04-02T09:57:54.667Z] #42 37.05   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
09:57:54 [2021-04-02T09:57:54.667Z] #42 37.05   python-six zlib1g-dev
09:57:54 [2021-04-02T09:57:54.667Z] #42 37.51 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded.
09:57:54 [2021-04-02T09:57:54.667Z] #42 37.51 Need to get 4095 kB of archives.
09:57:54 [2021-04-02T09:57:54.667Z] #42 37.51 After this operation, 22.5 MB of additional disk space will be used.
09:57:54 [2021-04-02T09:57:54.667Z] #42 37.51 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
09:57:54 [2021-04-02T09:57:54.667Z] #42 37.52 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
09:57:54 [2021-04-02T09:57:54.667Z] #42 37.52 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
09:57:54 [2021-04-02T09:57:54.667Z] #42 37.52 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
09:57:54 [2021-04-02T09:57:54.667Z] #42 37.55 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
09:57:54 [2021-04-02T09:57:54.667Z] #42 37.55 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
09:57:54 [2021-04-02T09:57:54.667Z] #42 37.55 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
09:57:54 [2021-04-02T09:57:54.667Z] #42 37.55 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
09:57:54 [2021-04-02T09:57:54.667Z] #42 37.58 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
09:57:54 [2021-04-02T09:57:54.667Z] #42 37.65 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
09:57:54 [2021-04-02T09:57:54.667Z] #42 37.68 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
09:57:54 [2021-04-02T09:57:54.667Z] #42 37.80 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
09:57:54 [2021-04-02T09:57:54.667Z] #42 37.90 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
09:57:54 [2021-04-02T09:57:54.667Z] #42 37.91 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
09:57:54 [2021-04-02T09:57:54.667Z] #42 37.91 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
09:57:54 [2021-04-02T09:57:54.667Z] #42 37.94 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
09:57:54 [2021-04-02T09:57:54.667Z] #42 37.94 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
09:57:54 [2021-04-02T09:57:54.667Z] #42 39.25 debconf: delaying package configuration, since apt-utils is not installed
09:57:54 [2021-04-02T09:57:54.667Z] #42 39.46 Fetched 4095 kB in 1s (5520 kB/s)
09:57:54 [2021-04-02T09:57:54.667Z] #42 39.57 Selecting previously unselected package libcap-dev:amd64.
09:57:54 [2021-04-02T09:57:54.668Z] #42 39.57 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
09:57:54 [2021-04-02T09:57:54.668Z] #42 39.65 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
09:57:54 [2021-04-02T09:57:54.668Z] #42 39.66 Unpacking libcap-dev:amd64 (1:2.25-2) ...
09:57:54 [2021-04-02T09:57:54.668Z] #42 39.80 Selecting previously unselected package libnet1:amd64.
09:57:54 [2021-04-02T09:57:54.668Z] #42 39.80 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
09:57:54 [2021-04-02T09:57:54.668Z] #42 39.81 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:57:54 [2021-04-02T09:57:54.668Z] #42 39.96 Selecting previously unselected package libnet1-dev.
09:57:54 [2021-04-02T09:57:54.668Z] #42 39.99 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
09:57:54 [2021-04-02T09:57:54.668Z] #42 39.99 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
09:57:54 [2021-04-02T09:57:54.668Z] #42 40.23 Selecting previously unselected package libnl-3-200:amd64.
09:57:54 [2021-04-02T09:57:54.668Z] #42 40.25 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
09:57:54 [2021-04-02T09:57:54.668Z] #42 ...
09:57:54 [2021-04-02T09:57:54.668Z] 
09:57:54 [2021-04-02T09:57:54.668Z] #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
09:57:54 [2021-04-02T09:57:54.668Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:57:54 [2021-04-02T09:57:54.668Z] #36 33.72 Reading package lists...
09:57:54 [2021-04-02T09:57:54.778Z] #29 8.534 
09:57:54 [2021-04-02T09:57:54.902Z] #43 80.87   DEP      criu/memfd.d
09:57:54 [2021-04-02T09:57:54.902Z] #43 81.07   DEP      criu/mem.d
09:57:55 [2021-04-02T09:57:55.465Z] #43 81.25   DEP      criu/lsm.d
09:57:55 [2021-04-02T09:57:55.465Z] #43 81.40   DEP      criu/log.d
09:57:55 [2021-04-02T09:57:55.465Z] #43 81.52   DEP      criu/libnetlink.d
09:57:55 [2021-04-02T09:57:55.465Z] #43 81.64   DEP      criu/kerndat.d
09:57:55 [2021-04-02T09:57:55.854Z] #36 40.48 Building dependency tree...
09:57:55 [2021-04-02T09:57:55.854Z] #36 ...
09:57:55 [2021-04-02T09:57:55.854Z] 
09:57:55 [2021-04-02T09:57:55.854Z] #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
09:57:55 [2021-04-02T09:57:55.854Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:57:55 [2021-04-02T09:57:55.854Z] #13 26.89 Fetched 8933 kB in 19s (470 kB/s)
09:57:55 [2021-04-02T09:57:55.854Z] #13 26.89 Reading package lists...
09:57:56 [2021-04-02T09:57:56.028Z] #43 81.84   DEP      criu/kcmp-ids.d
09:57:56 [2021-04-02T09:57:56.028Z] #43 81.94   DEP      criu/irmap.d
09:57:56 [2021-04-02T09:57:56.111Z] #13 34.18 Reading package lists...
09:57:56 [2021-04-02T09:57:56.111Z] #13 ...
09:57:56 [2021-04-02T09:57:56.111Z] 
09:57:56 [2021-04-02T09:57:56.111Z] #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
09:57:56 [2021-04-02T09:57:56.111Z] #49 sha256:0bae7cee2dfa3128f044e661c9f48315e4a64332bc17c1d8cac5edc975b1099f
09:57:56 [2021-04-02T09:57:56.111Z] #49 41.34 go: finding github.com/fatih/color v1.7.0
09:57:56 [2021-04-02T09:57:56.111Z] #49 41.46 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
09:57:56 [2021-04-02T09:57:56.111Z] #49 41.50 go: finding github.com/mattn/go-colorable v0.1.4
09:57:56 [2021-04-02T09:57:56.111Z] #49 41.54 go: finding github.com/mattn/go-isatty v0.0.8
09:57:56 [2021-04-02T09:57:56.111Z] #49 41.66 go: finding github.com/go-critic/go-critic v0.4.1
09:57:56 [2021-04-02T09:57:56.284Z] #43 82.12   DEP      criu/ipc_ns.d
09:57:56 [2021-04-02T09:57:56.284Z] #43 82.31   DEP      criu/image.d
09:57:56 [2021-04-02T09:57:56.369Z] #49 41.69 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
09:57:56 [2021-04-02T09:57:56.369Z] #49 41.70 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
09:57:56 [2021-04-02T09:57:56.369Z] #49 41.71 go: finding github.com/go-lintpack/lintpack v0.5.2
09:57:56 [2021-04-02T09:57:56.369Z] #49 41.81 go: finding github.com/pkg/errors v0.8.1
09:57:56 [2021-04-02T09:57:56.369Z] #49 41.85 go: finding github.com/go-toolsmith/astequal v1.0.0
09:57:56 [2021-04-02T09:57:56.369Z] #49 41.85 go: finding github.com/go-toolsmith/astfmt v1.0.0
09:57:56 [2021-04-02T09:57:56.369Z] #49 41.87 go: finding github.com/sirupsen/logrus v1.4.2
09:57:56 [2021-04-02T09:57:56.369Z] #49 41.88 go: finding github.com/mitchellh/go-homedir v1.1.0
09:57:56 [2021-04-02T09:57:56.369Z] #49 41.90 go: finding github.com/go-toolsmith/astp v1.0.0
09:57:56 [2021-04-02T09:57:56.369Z] #49 41.90 go: finding github.com/stretchr/testify v1.4.0
09:57:56 [2021-04-02T09:57:56.540Z] #43 82.43   DEP      criu/image-desc.d
09:57:56 [2021-04-02T09:57:56.540Z] #43 82.51   DEP      criu/fsnotify.d
09:57:56 [2021-04-02T09:57:56.541Z] #13 ...
09:57:56 [2021-04-02T09:57:56.541Z] 
09:57:56 [2021-04-02T09:57:56.541Z] #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
09:57:56 [2021-04-02T09:57:56.541Z] #45 sha256:bae9013b43c4c3935b42f55308aeb84eccbb7f8794c7f4f842598276112e6512
09:57:56 [2021-04-02T09:57:56.541Z] #45 59.00 time
09:57:56 [2021-04-02T09:57:56.541Z] #45 63.13 strings
09:57:56 [2021-04-02T09:57:56.541Z] #45 65.18 os
09:57:56 [2021-04-02T09:57:56.541Z] #45 66.55 regexp/syntax
09:57:56 [2021-04-02T09:57:56.620Z] #29 8.826 
                                                                           0.0%
######                                                                     8.9%
###########                                                               16.4%
#################                                                         24.6%
####################                                                      27.9%
##########################                                                36.8%
#############################                                             41.3%
#################################                                         46.5%
####################################                                      50.2%
#######################################                                   55.3%
#############################################                             63.3%
######################################################                    75.5%
#############################################################             85.3%
################################################################          89.3%
##################################################################        92.3%
####################################################################      95.6%
######################################################################## 100.0%
09:57:56 [2021-04-02T09:57:56.625Z] #49 41.91 go: finding github.com/go-toolsmith/astcast v1.0.0
09:57:56 [2021-04-02T09:57:56.625Z] #49 41.93 go: finding github.com/go-toolsmith/typep v1.0.0
09:57:56 [2021-04-02T09:57:56.625Z] #49 41.93 go: finding github.com/spf13/viper v1.6.1
09:57:56 [2021-04-02T09:57:56.625Z] #49 41.94 go: finding github.com/go-toolsmith/astcopy v1.0.0
09:57:56 [2021-04-02T09:57:56.625Z] #49 41.95 go: finding github.com/davecgh/go-spew v1.1.1
09:57:56 [2021-04-02T09:57:56.625Z] #49 42.09 go: finding github.com/go-toolsmith/strparse v1.0.0
09:57:56 [2021-04-02T09:57:56.625Z] #49 42.18 go: finding github.com/pmezard/go-difflib v1.0.0
09:57:56 [2021-04-02T09:57:56.797Z] #43 82.67   DEP      criu/filesystems.d
09:57:56 [2021-04-02T09:57:56.797Z] #43 82.85   DEP      criu/files.d
09:57:56 [2021-04-02T09:57:56.802Z] #45 ...
09:57:56 [2021-04-02T09:57:56.802Z] 
09:57:56 [2021-04-02T09:57:56.802Z] #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
09:57:56 [2021-04-02T09:57:56.802Z] #37 sha256:ce8fadde7ea23b6434989cb4dee6c44fa22cee83a5bbf70f0351de3157090b50
09:57:56 [2021-04-02T09:57:56.802Z] #37 1.235 + RM_GOPATH=0
09:57:56 [2021-04-02T09:57:56.802Z] #37 1.235 + TMP_GOPATH=
09:57:56 [2021-04-02T09:57:56.802Z] #37 1.235 + : /build
09:57:56 [2021-04-02T09:57:56.802Z] #37 1.235 + '[' -z '' ']'
09:57:56 [2021-04-02T09:57:56.802Z] #37 1.237 ++ mktemp -d
09:57:56 [2021-04-02T09:57:56.802Z] #37 1.243 + export GOPATH=/tmp/tmp.EkcXxBFlya
09:57:56 [2021-04-02T09:57:56.802Z] #37 1.243 + GOPATH=/tmp/tmp.EkcXxBFlya
09:57:56 [2021-04-02T09:57:56.802Z] #37 1.243 + RM_GOPATH=1
09:57:56 [2021-04-02T09:57:56.802Z] #37 1.243 + case "$(go env GOARCH)" in
09:57:56 [2021-04-02T09:57:56.802Z] #37 1.244 ++ go env GOARCH
09:57:56 [2021-04-02T09:57:56.802Z] #37 1.287 + export GO_BUILDMODE=-buildmode=pie
09:57:56 [2021-04-02T09:57:56.802Z] #37 1.287 + GO_BUILDMODE=-buildmode=pie
09:57:56 [2021-04-02T09:57:56.802Z] #37 1.287 ++ dirname /tmp/install/install.sh
09:57:56 [2021-04-02T09:57:56.802Z] #37 1.292 + dir=/tmp/install
09:57:56 [2021-04-02T09:57:56.802Z] #37 1.292 + bin=tini
09:57:56 [2021-04-02T09:57:56.802Z] #37 1.294 + shift
09:57:56 [2021-04-02T09:57:56.802Z] #37 1.294 + '[' '!' -f /tmp/install/tini.installer ']'
09:57:56 [2021-04-02T09:57:56.802Z] #37 1.294 + . /tmp/install/tini.installer
09:57:56 [2021-04-02T09:57:56.802Z] #37 1.294 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
09:57:56 [2021-04-02T09:57:56.802Z] #37 1.295 + install_tini
09:57:56 [2021-04-02T09:57:56.802Z] #37 1.295 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
09:57:56 [2021-04-02T09:57:56.802Z] #37 1.295 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
09:57:56 [2021-04-02T09:57:56.802Z] #37 1.295 + git clone https://github.com/krallin/tini.git /tmp/tmp.EkcXxBFlya/tini
09:57:56 [2021-04-02T09:57:56.802Z] #37 1.304 Cloning into '/tmp/tmp.EkcXxBFlya/tini'...
09:57:56 [2021-04-02T09:57:56.802Z] #37 2.039 + cd /tmp/tmp.EkcXxBFlya/tini
09:57:56 [2021-04-02T09:57:56.802Z] #37 2.039 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
09:57:56 [2021-04-02T09:57:56.802Z] #37 2.079 + cmake .
09:57:56 [2021-04-02T09:57:56.881Z] #49 42.19 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
09:57:56 [2021-04-02T09:57:56.881Z] #49 42.22 go: finding github.com/bombsimon/wsl/v2 v2.0.0
09:57:56 [2021-04-02T09:57:56.881Z] #49 42.23 go: finding github.com/gobwas/glob v0.2.3
09:57:56 [2021-04-02T09:57:56.881Z] #49 42.26 go: finding github.com/stretchr/objx v0.2.0
09:57:56 [2021-04-02T09:57:56.881Z] #49 42.35 go: finding github.com/spf13/cobra v0.0.5
09:57:56 [2021-04-02T09:57:56.881Z] #49 42.35 go: finding github.com/fsnotify/fsnotify v1.4.7
09:57:56 [2021-04-02T09:57:56.881Z] #49 42.41 go: finding gopkg.in/yaml.v2 v2.2.7
09:57:56 [2021-04-02T09:57:56.883Z] #29 10.75 
09:57:57 [2021-04-02T09:57:57.053Z] #43 83.07   DEP      criu/files-reg.d
09:57:57 [2021-04-02T09:57:57.063Z] #37 2.725 -- The C compiler identification is GNU 8.3.0
09:57:57 [2021-04-02T09:57:57.063Z] #37 2.775 -- Check for working C compiler: /usr/bin/cc
09:57:57 [2021-04-02T09:57:57.137Z] #49 ...
09:57:57 [2021-04-02T09:57:57.137Z] 
09:57:57 [2021-04-02T09:57:57.137Z] #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
09:57:57 [2021-04-02T09:57:57.137Z] #67 sha256:6163e59afe7ca5630e102556b9e9163d6f63c504e2be1daf3d031af4c60a8b6e
09:57:57 [2021-04-02T09:57:57.137Z] #67 DONE 42.5s
09:57:57 [2021-04-02T09:57:57.137Z] 
09:57:57 [2021-04-02T09:57:57.137Z] #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
09:57:57 [2021-04-02T09:57:57.137Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
09:57:57 [2021-04-02T09:57:57.137Z] #55 35.40 Building dependency tree...
09:57:57 [2021-04-02T09:57:57.137Z] #55 39.16 The following additional packages will be installed:
09:57:57 [2021-04-02T09:57:57.137Z] #55 39.17   libbtrfs0
09:57:57 [2021-04-02T09:57:57.137Z] #55 39.37 The following NEW packages will be installed:
09:57:57 [2021-04-02T09:57:57.137Z] #55 39.37   libbtrfs-dev libbtrfs0
09:57:57 [2021-04-02T09:57:57.137Z] #55 39.88 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded.
09:57:57 [2021-04-02T09:57:57.137Z] #55 39.88 Need to get 119 kB of archives.
09:57:57 [2021-04-02T09:57:57.137Z] #55 39.88 After this operation, 387 kB of additional disk space will be used.
09:57:57 [2021-04-02T09:57:57.137Z] #55 39.88 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
09:57:57 [2021-04-02T09:57:57.137Z] #55 39.88 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
09:57:57 [2021-04-02T09:57:57.137Z] #55 41.05 debconf: delaying package configuration, since apt-utils is not installed
09:57:57 [2021-04-02T09:57:57.137Z] #55 41.29 Fetched 119 kB in 0s (431 kB/s)
09:57:57 [2021-04-02T09:57:57.137Z] #55 41.44 Selecting previously unselected package libbtrfs0.
09:57:57 [2021-04-02T09:57:57.137Z] #55 41.44 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
09:57:57 [2021-04-02T09:57:57.137Z] #55 41.54 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
09:57:57 [2021-04-02T09:57:57.137Z] #55 41.55 Unpacking libbtrfs0 (4.20.1-2) ...
09:57:57 [2021-04-02T09:57:57.137Z] #55 41.67 Selecting previously unselected package libbtrfs-dev.
09:57:57 [2021-04-02T09:57:57.137Z] #55 41.67 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
09:57:57 [2021-04-02T09:57:57.137Z] #55 41.68 Unpacking libbtrfs-dev (4.20.1-2) ...
09:57:57 [2021-04-02T09:57:57.137Z] #55 41.91 Setting up libbtrfs0 (4.20.1-2) ...
09:57:57 [2021-04-02T09:57:57.137Z] #55 41.94 Setting up libbtrfs-dev (4.20.1-2) ...
09:57:57 [2021-04-02T09:57:57.137Z] #55 41.95 Processing triggers for libc-bin (2.28-10) ...
09:57:57 [2021-04-02T09:57:57.137Z] #55 DONE 42.5s
09:57:57 [2021-04-02T09:57:57.138Z] 
09:57:57 [2021-04-02T09:57:57.138Z] #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
09:57:57 [2021-04-02T09:57:57.138Z] #49 sha256:0bae7cee2dfa3128f044e661c9f48315e4a64332bc17c1d8cac5edc975b1099f
09:57:57 [2021-04-02T09:57:57.138Z] #49 42.45 go: finding github.com/hashicorp/hcl v1.0.0
09:57:57 [2021-04-02T09:57:57.138Z] #49 42.55 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
09:57:57 [2021-04-02T09:57:57.138Z] #49 42.55 go: finding github.com/spf13/pflag v1.0.5
09:57:57 [2021-04-02T09:57:57.310Z] #43 83.23   DEP      criu/files-ext.d
09:57:57 [2021-04-02T09:57:57.310Z] #43 83.44   DEP      criu/file-lock.d
09:57:57 [2021-04-02T09:57:57.393Z] #49 42.80 go: finding github.com/magiconair/properties v1.8.1
09:57:57 [2021-04-02T09:57:57.393Z] #49 42.80 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
09:57:57 [2021-04-02T09:57:57.393Z] #49 42.80 go: finding github.com/mitchellh/mapstructure v1.1.2
09:57:57 [2021-04-02T09:57:57.393Z] #49 42.80 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
09:57:57 [2021-04-02T09:57:57.393Z] #49 42.80 go: finding github.com/pelletier/go-toml v1.2.0
09:57:57 [2021-04-02T09:57:57.393Z] #49 42.80 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
09:57:57 [2021-04-02T09:57:57.393Z] #49 42.80 go: finding github.com/spf13/afero v1.1.2
09:57:57 [2021-04-02T09:57:57.393Z] #49 42.85 go: finding github.com/spf13/cast v1.3.0
09:57:57 [2021-04-02T09:57:57.393Z] #49 42.86 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
09:57:57 [2021-04-02T09:57:57.393Z] #49 42.86 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
09:57:57 [2021-04-02T09:57:57.393Z] #49 42.91 go: finding github.com/spf13/jwalterweatherman v1.0.0
09:57:57 [2021-04-02T09:57:57.393Z] #49 42.91 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
09:57:57 [2021-04-02T09:57:57.393Z] #49 42.91 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
09:57:57 [2021-04-02T09:57:57.566Z] #43 83.61   DEP      criu/file-ids.d
09:57:57 [2021-04-02T09:57:57.650Z] #49 42.99 go: finding github.com/subosito/gotenv v1.2.0
09:57:57 [2021-04-02T09:57:57.650Z] #49 43.16 go: finding gopkg.in/ini.v1 v1.51.0
09:57:57 [2021-04-02T09:57:57.650Z] #49 43.20 go: finding golang.org/x/text v0.3.2
09:57:57 [2021-04-02T09:57:57.650Z] #49 43.26 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
09:57:57 [2021-04-02T09:57:57.823Z] #43 83.75   DEP      criu/fifo.d
09:57:57 [2021-04-02T09:57:57.823Z] #43 83.92   DEP      criu/fdstore.d
09:57:57 [2021-04-02T09:57:57.823Z] #43 84.00   DEP      criu/fault-injection.d
09:57:57 [2021-04-02T09:57:57.907Z] #49 43.35 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
09:57:57 [2021-04-02T09:57:57.907Z] #49 43.35 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
09:57:57 [2021-04-02T09:57:57.907Z] #49 43.38 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
09:57:57 [2021-04-02T09:57:57.907Z] #49 43.38 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
09:57:57 [2021-04-02T09:57:57.907Z] #49 43.38 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
09:57:57 [2021-04-02T09:57:57.907Z] #49 43.38 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
09:57:57 [2021-04-02T09:57:57.907Z] #49 43.38 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
09:57:57 [2021-04-02T09:57:57.907Z] #49 43.43 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
09:57:57 [2021-04-02T09:57:57.907Z] #49 43.43 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
09:57:57 [2021-04-02T09:57:57.907Z] #49 43.44 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
09:57:57 [2021-04-02T09:57:57.907Z] #49 43.46 go: finding github.com/kisielk/gotool v1.0.0
09:57:58 [2021-04-02T09:57:58.004Z] #37 3.507 -- Check for working C compiler: /usr/bin/cc -- works
09:57:58 [2021-04-02T09:57:58.004Z] #37 3.509 -- Detecting C compiler ABI info
09:57:58 [2021-04-02T09:57:58.079Z] #43 84.04   DEP      criu/external.d
09:57:58 [2021-04-02T09:57:58.163Z] #49 43.58 go: finding github.com/sourcegraph/go-diff v0.5.1
09:57:58 [2021-04-02T09:57:58.163Z] #49 43.58 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
09:57:58 [2021-04-02T09:57:58.163Z] #49 43.58 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
09:57:58 [2021-04-02T09:57:58.163Z] #49 43.58 go: finding github.com/tommy-muehle/go-mnd v1.1.1
09:57:58 [2021-04-02T09:57:58.163Z] #49 43.66 go: finding github.com/ultraware/funlen v0.0.2
09:57:58 [2021-04-02T09:57:58.251Z] #29 11.06 
                                                                           0.0%
#                                                                          1.8%
##                                                                         2.8%
##                                                                         4.0%
###                                                                        5.1%
####                                                                       6.2%
#####                                                                      7.4%
######                                                                     8.5%
#######                                                                   10.1%
########                                                                  11.3%
#
09:57:58 [2021-04-02T09:57:58.251Z] #29 ...
09:57:58 [2021-04-02T09:57:58.251Z] 
09:57:58 [2021-04-02T09:57:58.251Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
09:57:58 [2021-04-02T09:57:58.251Z] #45 sha256:de17cbf6b44affddabceccd5590b449a3b9233a3f29173d76b9282f7fedf7ee6
09:57:58 [2021-04-02T09:57:58.251Z] #45 10.33 internal/nettrace
09:57:58 [2021-04-02T09:57:58.251Z] #45 10.73 runtime/cgo
09:57:58 [2021-04-02T09:57:58.251Z] #45 12.41 vendor/golang.org/x/crypto/internal/subtle
09:57:58 [2021-04-02T09:57:58.251Z] #45 ...
09:57:58 [2021-04-02T09:57:58.251Z] 
09:57:58 [2021-04-02T09:57:58.251Z] #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
09:57:58 [2021-04-02T09:57:58.251Z] #29 sha256:a01d8592fe039e214cc568ac194daa0b18653e39646b02c869fd98c83e68aa5b
09:57:58 [2021-04-02T09:57:58.336Z] #43 84.16   DEP      criu/eventpoll.d
09:57:58 [2021-04-02T09:57:58.336Z] #43 84.37   DEP      criu/eventfd.d
09:57:58 [2021-04-02T09:57:58.418Z] #49 43.69 go: finding github.com/ultraware/whitespace v0.0.4
09:57:58 [2021-04-02T09:57:58.419Z] #49 43.93 go: finding github.com/uudashr/gocognit v1.0.1
09:57:58 [2021-04-02T09:57:58.419Z] #49 43.93 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
09:57:58 [2021-04-02T09:57:58.419Z] #49 43.93 go: finding github.com/gogo/protobuf v1.2.1
09:57:58 [2021-04-02T09:57:58.575Z] #37 4.293 -- Detecting C compiler ABI info - done
09:57:58 [2021-04-02T09:57:58.575Z] #37 4.317 -- Detecting C compile features
09:57:58 [2021-04-02T09:57:58.593Z] #43 84.51   DEP      criu/crtools.d
09:57:58 [2021-04-02T09:57:58.593Z] #43 84.70   DEP      criu/cr-service.d
09:57:58 [2021-04-02T09:57:58.765Z] #42 ...
09:57:58 [2021-04-02T09:57:58.765Z] 
09:57:58 [2021-04-02T09:57:58.765Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:57:58 [2021-04-02T09:57:58.765Z] #34 sha256:8916c428c83ca8e171efc92c1df5ae1c308722e8d477c6fec1edd5e160cf0d6c
09:57:58 [2021-04-02T09:57:58.765Z] #34 48.31 reflect
09:57:58 [2021-04-02T09:57:58.765Z] #34 55.17 time
09:57:58 [2021-04-02T09:57:58.765Z] #34 ...
09:57:58 [2021-04-02T09:57:58.765Z] 
09:57:58 [2021-04-02T09:57:58.765Z] #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
09:57:58 [2021-04-02T09:57:58.765Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:57:58 [2021-04-02T09:57:58.765Z] #13 49.42 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]
09:57:58 [2021-04-02T09:57:58.765Z] #13 52.25 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
09:57:58 [2021-04-02T09:57:58.765Z] #13 52.25 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
09:57:58 [2021-04-02T09:57:58.765Z] #13 52.26 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
09:57:58 [2021-04-02T09:57:58.765Z] #13 52.26 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
09:57:58 [2021-04-02T09:57:58.765Z] #13 52.27 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]
09:57:58 [2021-04-02T09:57:58.765Z] #13 52.27 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
09:57:58 [2021-04-02T09:57:58.765Z] #13 52.28 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
09:57:58 [2021-04-02T09:57:58.765Z] #13 52.32 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
09:57:58 [2021-04-02T09:57:58.765Z] #13 52.35 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
09:57:58 [2021-04-02T09:57:58.765Z] #13 52.36 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
09:57:58 [2021-04-02T09:57:58.765Z] #13 52.39 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
09:57:58 [2021-04-02T09:57:58.765Z] #13 52.46 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
09:57:58 [2021-04-02T09:57:58.765Z] #13 52.47 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
09:57:58 [2021-04-02T09:57:58.765Z] #13 52.49 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
09:57:58 [2021-04-02T09:57:58.849Z] #43 84.91   DEP      criu/cr-restore.d
09:57:58 [2021-04-02T09:57:58.983Z] #49 44.23 go: finding honnef.co/go/tools v0.0.1-2019.2.3
09:57:58 [2021-04-02T09:57:58.983Z] #49 44.23 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
09:57:58 [2021-04-02T09:57:58.983Z] #49 44.23 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
09:57:58 [2021-04-02T09:57:58.983Z] #49 44.33 go: finding github.com/BurntSushi/toml v0.3.1
09:57:58 [2021-04-02T09:57:58.983Z] #49 44.34 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
09:57:59 [2021-04-02T09:57:59.042Z] #29 11.06 
                                                                           0.0%
#                                                                          1.8%
##                                                                         2.8%
##                                                                         4.0%
###                                                                        5.1%
####                                                                       6.2%
#####                                                                      7.4%
######                                                                     8.5%
#######                                                                   10.1%
########                                                                  11.3%
########                                                                  12.2%
#########                                                                 13.7%
##########                                                                15.1%
###########                                                               16.4%
############                                                              17.2%
############                                                              17.9%
#############                                                             19.0%
##############                                                            19.6%
09:57:59 [2021-04-02T09:57:59.042Z] #29 ...
09:57:59 [2021-04-02T09:57:59.042Z] 
09:57:59 [2021-04-02T09:57:59.042Z] #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
09:57:59 [2021-04-02T09:57:59.042Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
09:57:59 [2021-04-02T09:57:59.042Z] #36 11.13 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B]
09:57:59 [2021-04-02T09:57:59.042Z] #36 17.19 Fetched 8250 kB in 11s (755 kB/s)
09:57:59 [2021-04-02T09:57:59.042Z] #36 17.19 Reading package lists...
09:57:59 [2021-04-02T09:57:59.042Z] #36 ...
09:57:59 [2021-04-02T09:57:59.042Z] 
09:57:59 [2021-04-02T09:57:59.042Z] #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
09:57:59 [2021-04-02T09:57:59.042Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
09:57:59 [2021-04-02T09:57:59.042Z] #55 11.24 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B]
09:57:59 [2021-04-02T09:57:59.042Z] #55 17.43 Fetched 8250 kB in 12s (711 kB/s)
09:57:59 [2021-04-02T09:57:59.106Z] #43 85.12   DEP      criu/cr-errno.d
09:57:59 [2021-04-02T09:57:59.106Z] #43 85.15   DEP      criu/cr-dump.d
09:57:59 [2021-04-02T09:57:59.307Z] #55 17.43 Reading package lists...
09:57:59 [2021-04-02T09:57:59.307Z] #55 ...
09:57:59 [2021-04-02T09:57:59.307Z] 
09:57:59 [2021-04-02T09:57:59.307Z] #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
09:57:59 [2021-04-02T09:57:59.307Z] #29 sha256:a01d8592fe039e214cc568ac194daa0b18653e39646b02c869fd98c83e68aa5b
09:57:59 [2021-04-02T09:57:59.307Z] #29 11.06 
                                                                           0.0%
#                                                                          1.8%
##                                                                         2.8%
##                                                                         4.0%
###                                                                        5.1%
####                                                                       6.2%
#####                                                                      7.4%
######                                                                     8.5%
#######                                                                   10.1%
########                                                                  11.3%
########                                                                  12.2%
#########                                                                 13.7%
##########                                                                15.1%
###########                                                               16.4%
############                                                              17.2%
############                                                              17.9%
#############                                                             19.0%
##############                                                            19.6%
##############                                                            20.7%
###############                                                           22.1%
################                                                          23.3%
#
09:57:59 [2021-04-02T09:57:59.307Z] #29 ...
09:57:59 [2021-04-02T09:57:59.307Z] 
09:57:59 [2021-04-02T09:57:59.307Z] #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
09:57:59 [2021-04-02T09:57:59.307Z] #58 sha256:4cfb8ab24f7c21042872a9b18fc14156e22d3b89c78d9532c1f784c6b4e97b48
09:57:59 [2021-04-02T09:57:59.307Z] #58 11.39 go: extracting github.com/gorilla/mux v1.8.0
09:57:59 [2021-04-02T09:57:59.307Z] #58 11.39 go: extracting github.com/gofrs/flock v0.8.0
09:57:59 [2021-04-02T09:57:59.307Z] #58 11.91 go: downloading github.com/google/uuid v1.2.0
09:57:59 [2021-04-02T09:57:59.307Z] #58 12.40 go: extracting github.com/google/uuid v1.2.0
09:57:59 [2021-04-02T09:57:59.307Z] #58 12.61 go: extracting github.com/moby/vpnkit v0.5.0
09:57:59 [2021-04-02T09:57:59.307Z] #58 13.07 go: downloading github.com/u-root/u-root v7.0.0+incompatible
09:57:59 [2021-04-02T09:57:59.307Z] #58 13.08 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
09:57:59 [2021-04-02T09:57:59.307Z] #58 13.27 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
09:57:59 [2021-04-02T09:57:59.307Z] #58 13.90 go: extracting github.com/urfave/cli/v2 v2.3.0
09:57:59 [2021-04-02T09:57:59.307Z] #58 16.37 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
09:57:59 [2021-04-02T09:57:59.307Z] #58 16.88 go: extracting github.com/u-root/u-root v7.0.0+incompatible
09:57:59 [2021-04-02T09:57:59.307Z] #58 17.80 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
09:57:59 [2021-04-02T09:57:59.307Z] #58 17.90 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
09:57:59 [2021-04-02T09:57:59.307Z] #58 17.92 go: downloading github.com/russross/blackfriday/v2 v2.1.0
09:57:59 [2021-04-02T09:57:59.307Z] #58 18.24 go: extracting github.com/russross/blackfriday/v2 v2.1.0
09:57:59 [2021-04-02T09:57:59.307Z] #58 ...
09:57:59 [2021-04-02T09:57:59.307Z] 
09:57:59 [2021-04-02T09:57:59.307Z] #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
09:57:59 [2021-04-02T09:57:59.307Z] #29 sha256:a01d8592fe039e214cc568ac194daa0b18653e39646b02c869fd98c83e68aa5b
09:57:59 [2021-04-02T09:57:59.362Z] #43 85.38   DEP      criu/cr-dedup.d
09:57:59 [2021-04-02T09:57:59.362Z] #43 85.49   DEP      criu/cr-check.d
09:57:59 [2021-04-02T09:57:59.516Z] #37 ...
09:57:59 [2021-04-02T09:57:59.516Z] 
09:57:59 [2021-04-02T09:57:59.516Z] #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
09:57:59 [2021-04-02T09:57:59.516Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:57:59 [2021-04-02T09:57:59.516Z] #42 64.09 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
09:57:59 [2021-04-02T09:57:59.516Z] #42 64.11 Setting up libnl-3-200:amd64 (3.4.0-1) ...
09:57:59 [2021-04-02T09:57:59.516Z] #42 64.13 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
09:57:59 [2021-04-02T09:57:59.516Z] #42 64.15 Setting up libcap-dev:amd64 (1:2.25-2) ...
09:57:59 [2021-04-02T09:57:59.516Z] #42 64.17 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
09:57:59 [2021-04-02T09:57:59.516Z] #42 64.18 Setting up protobuf-compiler (3.6.1.3-2) ...
09:57:59 [2021-04-02T09:57:59.516Z] #42 64.20 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
09:57:59 [2021-04-02T09:57:59.516Z] #42 64.21 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
09:57:59 [2021-04-02T09:57:59.516Z] #42 64.22 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
09:57:59 [2021-04-02T09:57:59.516Z] #42 64.24 Setting up python-protobuf (3.6.1.3-2) ...
09:57:59 [2021-04-02T09:57:59.516Z] #42 71.30 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
09:57:59 [2021-04-02T09:57:59.516Z] #42 71.32 Processing triggers for libc-bin (2.28-10) ...
09:57:59 [2021-04-02T09:57:59.516Z] #42 DONE 71.9s
09:57:59 [2021-04-02T09:57:59.516Z] 
09:57:59 [2021-04-02T09:57:59.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
09:57:59 [2021-04-02T09:57:59.516Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:57:59 [2021-04-02T09:57:59.620Z] #43 85.70   DEP      criu/config.d
09:57:59 [2021-04-02T09:57:59.708Z] #13 53.60 debconf: delaying package configuration, since apt-utils is not installed
09:57:59 [2021-04-02T09:57:59.708Z] #13 53.79 Fetched 78.2 MB in 10s (7805 kB/s)
09:57:59 [2021-04-02T09:57:59.865Z] #29 11.06 
                                                                           0.0%
#                                                                          1.8%
##                                                                         2.8%
##                                                                         4.0%
###                                                                        5.1%
####                                                                       6.2%
#####                                                                      7.4%
######                                                                     8.5%
#######                                                                   10.1%
########                                                                  11.3%
########                                                                  12.2%
#########                                                                 13.7%
##########                                                                15.1%
###########                                                               16.4%
############                                                              17.2%
############                                                              17.9%
#############                                                             19.0%
##############                                                            19.6%
##############                                                            20.7%
###############                                                           22.1%
################                                                          23.3%
#################                                                         24.3%
##################                                                        25.2%
##################                                                        26.3%
###################                                                       27.3%
09:57:59 [2021-04-02T09:57:59.865Z] #29 ...
09:57:59 [2021-04-02T09:57:59.865Z] 
09:57:59 [2021-04-02T09:57:59.865Z] #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
09:57:59 [2021-04-02T09:57:59.865Z] #47 sha256:618db39f05652927354b0e984e6363fb593517915087440ee679c3c30ae59447
09:57:59 [2021-04-02T09:57:59.865Z] #47 11.91 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
09:57:59 [2021-04-02T09:57:59.865Z] #47 15.88 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
09:57:59 [2021-04-02T09:57:59.865Z] #47 15.89 go: finding github.com/fatih/color v1.9.0
09:57:59 [2021-04-02T09:57:59.865Z] #47 15.89 go: finding github.com/pkg/errors v0.9.1
09:57:59 [2021-04-02T09:57:59.865Z] #47 15.92 go: finding github.com/spf13/pflag v1.0.3
09:57:59 [2021-04-02T09:57:59.865Z] #47 16.06 go: finding github.com/mattn/go-colorable v0.1.6
09:57:59 [2021-04-02T09:57:59.865Z] #47 16.17 go: finding github.com/mattn/go-isatty v0.0.12
09:57:59 [2021-04-02T09:57:59.865Z] #47 16.42 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
09:57:59 [2021-04-02T09:57:59.865Z] #47 16.54 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
09:57:59 [2021-04-02T09:57:59.865Z] #47 16.54 go: finding github.com/jonboulle/clockwork v0.1.0
09:57:59 [2021-04-02T09:57:59.865Z] #47 16.60 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
09:57:59 [2021-04-02T09:57:59.865Z] #47 16.64 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
09:57:59 [2021-04-02T09:57:59.865Z] #47 ...
09:57:59 [2021-04-02T09:57:59.865Z] 
09:57:59 [2021-04-02T09:57:59.865Z] #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
09:57:59 [2021-04-02T09:57:59.865Z] #29 sha256:a01d8592fe039e214cc568ac194daa0b18653e39646b02c869fd98c83e68aa5b
09:57:59 [2021-04-02T09:57:59.877Z] #43 ...
09:57:59 [2021-04-02T09:57:59.877Z] 
09:57:59 [2021-04-02T09:57:59.877Z] #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
09:57:59 [2021-04-02T09:57:59.877Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
09:57:59 [2021-04-02T09:57:59.877Z] #32 DONE 156.5s
09:57:59 [2021-04-02T09:57:59.877Z] 
09:57:59 [2021-04-02T09:57:59.877Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:57:59 [2021-04-02T09:57:59.877Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:57:59 [2021-04-02T09:57:59.877Z] #43 85.89   DEP      criu/clone-noasan.d
09:57:59 [2021-04-02T09:57:59.877Z] #43 ...
09:57:59 [2021-04-02T09:57:59.877Z] 
09:57:59 [2021-04-02T09:57:59.877Z] #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
09:57:59 [2021-04-02T09:57:59.877Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
09:57:59 [2021-04-02T09:57:59.877Z] #20 15.73 Reading package lists...
09:57:59 [2021-04-02T09:57:59.877Z] #20 19.34 Building dependency tree...
09:57:59 [2021-04-02T09:57:59.877Z] #20 20.80 libcap2-bin is already the newest version (1:2.25-2).
09:57:59 [2021-04-02T09:57:59.877Z] #20 20.80 The following additional packages will be installed:
09:57:59 [2021-04-02T09:57:59.877Z] #20 20.80   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
09:57:59 [2021-04-02T09:57:59.877Z] #20 20.80   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
09:57:59 [2021-04-02T09:57:59.877Z] #20 20.80   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
09:57:59 [2021-04-02T09:57:59.877Z] #20 20.80   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
09:57:59 [2021-04-02T09:57:59.877Z] #20 20.80   python3.7 python3.7-minimal vim-runtime xxd
09:57:59 [2021-04-02T09:57:59.877Z] #20 20.80 Suggested packages:
09:57:59 [2021-04-02T09:57:59.877Z] #20 20.80   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
09:57:59 [2021-04-02T09:57:59.877Z] #20 20.80   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
09:57:59 [2021-04-02T09:57:59.877Z] #20 20.80   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
09:57:59 [2021-04-02T09:57:59.877Z] #20 20.80 Recommended packages:
09:57:59 [2021-04-02T09:57:59.877Z] #20 20.80   aufs-dkms nftables build-essential python3-dev python3-keyring
09:57:59 [2021-04-02T09:57:59.877Z] #20 20.80   python3-keyrings.alt python3-xdg unzip
09:57:59 [2021-04-02T09:57:59.877Z] #20 22.49 The following NEW packages will be installed:
09:57:59 [2021-04-02T09:57:59.877Z] #20 22.51   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
09:57:59 [2021-04-02T09:57:59.877Z] #20 22.51   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
09:57:59 [2021-04-02T09:57:59.877Z] #20 22.51   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
09:57:59 [2021-04-02T09:57:59.877Z] #20 22.51   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
09:57:59 [2021-04-02T09:57:59.877Z] #20 22.51   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
09:57:59 [2021-04-02T09:57:59.878Z] #20 22.51   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
09:57:59 [2021-04-02T09:57:59.878Z] #20 22.51   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
09:57:59 [2021-04-02T09:57:59.878Z] #20 22.51   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
09:57:59 [2021-04-02T09:57:59.878Z] #20 22.52   xz-utils zip
09:57:59 [2021-04-02T09:57:59.878Z] #20 22.85 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded.
09:57:59 [2021-04-02T09:57:59.878Z] #20 22.85 Need to get 28.5 MB of archives.
09:57:59 [2021-04-02T09:57:59.878Z] #20 22.85 After this operation, 116 MB of additional disk space will be used.
09:57:59 [2021-04-02T09:57:59.878Z] #20 22.85 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
09:57:59 [2021-04-02T09:57:59.878Z] #20 22.85 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
09:57:59 [2021-04-02T09:57:59.878Z] #20 22.89 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
09:57:59 [2021-04-02T09:57:59.878Z] #20 23.00 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
09:57:59 [2021-04-02T09:57:59.878Z] #20 23.01 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
09:57:59 [2021-04-02T09:57:59.878Z] #20 23.02 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
09:57:59 [2021-04-02T09:57:59.878Z] #20 23.13 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
09:57:59 [2021-04-02T09:57:59.878Z] #20 23.14 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
09:57:59 [2021-04-02T09:57:59.878Z] #20 23.15 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
09:57:59 [2021-04-02T09:57:59.878Z] #20 23.15 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
09:57:59 [2021-04-02T09:57:59.878Z] #20 23.16 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
09:57:59 [2021-04-02T09:57:59.878Z] #20 23.16 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
09:57:59 [2021-04-02T09:57:59.878Z] #20 23.17 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
09:57:59 [2021-04-02T09:57:59.878Z] #20 23.17 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
09:57:59 [2021-04-02T09:57:59.878Z] #20 23.18 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
09:57:59 [2021-04-02T09:57:59.878Z] #20 23.21 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
09:57:59 [2021-04-02T09:57:59.878Z] #20 23.42 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
09:57:59 [2021-04-02T09:57:59.878Z] #20 23.42 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
09:57:59 [2021-04-02T09:57:59.878Z] #20 23.42 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
09:57:59 [2021-04-02T09:57:59.878Z] #20 23.44 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
09:57:59 [2021-04-02T09:57:59.878Z] #20 23.44 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
09:57:59 [2021-04-02T09:57:59.878Z] #20 23.51 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
09:57:59 [2021-04-02T09:57:59.970Z] #13 53.85 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
09:57:59 [2021-04-02T09:57:59.970Z] #13 53.94 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ...
09:57:59 [2021-04-02T09:57:59.970Z] #13 53.97 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
09:58:00 [2021-04-02T09:58:00.135Z] #20 23.77 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
09:58:00 [2021-04-02T09:58:00.231Z] #13 ...
09:58:00 [2021-04-02T09:58:00.231Z] 
09:58:00 [2021-04-02T09:58:00.231Z] #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
09:58:00 [2021-04-02T09:58:00.231Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:58:00 [2021-04-02T09:58:00.231Z] #42 60.50 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
09:58:00 [2021-04-02T09:58:00.391Z] #20 23.78 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
09:58:00 [2021-04-02T09:58:00.391Z] #20 23.80 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
09:58:00 [2021-04-02T09:58:00.391Z] #20 23.82 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
09:58:00 [2021-04-02T09:58:00.391Z] #20 23.84 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
09:58:00 [2021-04-02T09:58:00.391Z] #20 23.84 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
09:58:00 [2021-04-02T09:58:00.391Z] #20 23.84 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
09:58:01 [2021-04-02T09:58:01.179Z] #42 61.16 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:58:01 [2021-04-02T09:58:01.179Z] #42 61.38 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
09:58:01 [2021-04-02T09:58:01.179Z] #42 ...
09:58:01 [2021-04-02T09:58:01.179Z] 
09:58:01 [2021-04-02T09:58:01.179Z] #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
09:58:01 [2021-04-02T09:58:01.179Z] #51 sha256:cb048a09b84ac35dc240ad782ae0c619c19b99b138a0899f6dd20b15a1cd84b2
09:58:01 [2021-04-02T09:58:01.179Z] #51 51.29 syscall
09:58:01 [2021-04-02T09:58:01.179Z] #51 51.33 reflect
09:58:01 [2021-04-02T09:58:01.179Z] #51 60.19 time
09:58:01 [2021-04-02T09:58:01.320Z] #20 24.86 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
09:58:01 [2021-04-02T09:58:01.320Z] #20 24.86 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
09:58:01 [2021-04-02T09:58:01.320Z] #20 24.87 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
09:58:01 [2021-04-02T09:58:01.320Z] #20 24.87 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
09:58:01 [2021-04-02T09:58:01.320Z] #20 24.87 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
09:58:01 [2021-04-02T09:58:01.320Z] #20 24.89 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
09:58:01 [2021-04-02T09:58:01.320Z] #20 24.96 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
09:58:01 [2021-04-02T09:58:01.320Z] #20 24.97 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
09:58:01 [2021-04-02T09:58:01.320Z] #20 24.99 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
09:58:01 [2021-04-02T09:58:01.440Z] #51 ...
09:58:01 [2021-04-02T09:58:01.440Z] 
09:58:01 [2021-04-02T09:58:01.440Z] #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
09:58:01 [2021-04-02T09:58:01.440Z] #47 sha256:c0579576885a4e8f29c46adeff59640bcc849283fd4136020bc477d8e821d481
09:58:01 [2021-04-02T09:58:01.440Z] #47 DONE 61.4s
09:58:01 [2021-04-02T09:58:01.440Z] 
09:58:01 [2021-04-02T09:58:01.440Z] #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
09:58:01 [2021-04-02T09:58:01.440Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:58:01 [2021-04-02T09:58:01.440Z] #42 61.41 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
09:58:01 [2021-04-02T09:58:01.440Z] #42 61.45 Setting up python-six (1.12.0-1) ...
09:58:01 [2021-04-02T09:58:01.578Z] #20 25.00 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
09:58:01 [2021-04-02T09:58:01.578Z] #20 25.01 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
09:58:01 [2021-04-02T09:58:01.578Z] #20 25.03 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
09:58:01 [2021-04-02T09:58:01.578Z] #20 25.03 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
09:58:01 [2021-04-02T09:58:01.578Z] #20 25.08 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
09:58:01 [2021-04-02T09:58:01.578Z] #20 25.10 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
09:58:01 [2021-04-02T09:58:01.578Z] #20 25.11 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
09:58:01 [2021-04-02T09:58:01.587Z] #29 11.06 
                                                                           0.0%
#                                                                          1.8%
##                                                                         2.8%
##                                                                         4.0%
###                                                                        5.1%
####                                                                       6.2%
#####                                                                      7.4%
######                                                                     8.5%
#######                                                                   10.1%
########                                                                  11.3%
########                                                                  12.2%
#########                                                                 13.7%
##########                                                                15.1%
###########                                                               16.4%
############                                                              17.2%
############                                                              17.9%
#############                                                             19.0%
##############                                                            19.6%
##############                                                            20.7%
###############                                                           22.1%
################                                                          23.3%
#################                                                         24.3%
##################                                                        25.2%
##################                                                        26.3%
###################                                                       27.3%
####################                                                      28.0%
####################                                                      29.1%
#####################                                                     30.0%
######################                                                    31.2%
######################                                                    31.7%
#######################                                                   32.2%
#######################                                                   33.3%
########################                                                  34.2%
#########################                                                 35.2%
##########################                                                36.3%
###########################                                               37.8%
###########################                                               38.2%
###########################                                               38.7%
############################                                              39.8%
#############################                                             41.0%
##############################                                            42.8%
09:58:01 [2021-04-02T09:58:01.587Z] #29 ...
09:58:01 [2021-04-02T09:58:01.587Z] 
09:58:01 [2021-04-02T09:58:01.587Z] #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
09:58:01 [2021-04-02T09:58:01.587Z] #49 sha256:5e6d422573f5f344b430de4769efc5dc22abaaf795dbcc614c11d4cce76d71d1
09:58:01 [2021-04-02T09:58:01.587Z] #49 13.74 go: downloading github.com/pkg/errors v0.8.1
09:58:01 [2021-04-02T09:58:01.587Z] #49 13.75 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
09:58:01 [2021-04-02T09:58:01.587Z] #49 13.76 go: downloading github.com/fatih/color v1.7.0
09:58:01 [2021-04-02T09:58:01.587Z] #49 13.81 go: downloading github.com/spf13/cobra v0.0.5
09:58:01 [2021-04-02T09:58:01.587Z] #49 13.85 go: downloading github.com/spf13/viper v1.6.1
09:58:01 [2021-04-02T09:58:01.587Z] #49 13.87 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
09:58:01 [2021-04-02T09:58:01.587Z] #49 13.89 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
09:58:01 [2021-04-02T09:58:01.587Z] #49 14.00 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
09:58:01 [2021-04-02T09:58:01.587Z] #49 14.00 go: extracting github.com/fatih/color v1.7.0
09:58:01 [2021-04-02T09:58:01.587Z] #49 14.01 go: downloading github.com/sirupsen/logrus v1.4.2
09:58:01 [2021-04-02T09:58:01.587Z] #49 14.07 go: extracting github.com/pkg/errors v0.8.1
09:58:01 [2021-04-02T09:58:01.587Z] #49 14.07 go: extracting github.com/spf13/viper v1.6.1
09:58:01 [2021-04-02T09:58:01.587Z] #49 14.10 go: downloading github.com/mattn/go-colorable v0.1.4
09:58:01 [2021-04-02T09:58:01.587Z] #49 14.36 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
09:58:01 [2021-04-02T09:58:01.587Z] #49 14.47 go: extracting github.com/sirupsen/logrus v1.4.2
09:58:01 [2021-04-02T09:58:01.587Z] #49 14.47 go: downloading github.com/stretchr/testify v1.4.0
09:58:01 [2021-04-02T09:58:01.587Z] #49 14.47 go: downloading github.com/spf13/pflag v1.0.5
09:58:01 [2021-04-02T09:58:01.587Z] #49 14.48 go: extracting github.com/mattn/go-colorable v0.1.4
09:58:01 [2021-04-02T09:58:01.587Z] #49 14.53 go: downloading github.com/mattn/go-isatty v0.0.8
09:58:01 [2021-04-02T09:58:01.587Z] #49 14.63 go: extracting github.com/spf13/cobra v0.0.5
09:58:01 [2021-04-02T09:58:01.587Z] #49 14.70 go: downloading github.com/go-lintpack/lintpack v0.5.2
09:58:01 [2021-04-02T09:58:01.587Z] #49 14.71 go: downloading github.com/mitchellh/mapstructure v1.1.2
09:58:01 [2021-04-02T09:58:01.587Z] #49 14.85 go: extracting github.com/spf13/pflag v1.0.5
09:58:01 [2021-04-02T09:58:01.587Z] #49 15.07 go: extracting github.com/stretchr/testify v1.4.0
09:58:01 [2021-04-02T09:58:01.587Z] #49 15.09 go: downloading github.com/spf13/jwalterweatherman v1.0.0
09:58:01 [2021-04-02T09:58:01.587Z] #49 15.14 go: extracting github.com/mattn/go-isatty v0.0.8
09:58:01 [2021-04-02T09:58:01.587Z] #49 15.21 go: downloading github.com/go-critic/go-critic v0.4.1
09:58:01 [2021-04-02T09:58:01.587Z] #49 15.22 go: downloading github.com/mitchellh/go-homedir v1.1.0
09:58:01 [2021-04-02T09:58:01.587Z] #49 15.31 go: extracting github.com/mitchellh/mapstructure v1.1.2
09:58:01 [2021-04-02T09:58:01.587Z] #49 15.43 go: extracting github.com/spf13/jwalterweatherman v1.0.0
09:58:01 [2021-04-02T09:58:01.587Z] #49 15.44 go: extracting github.com/go-lintpack/lintpack v0.5.2
09:58:01 [2021-04-02T09:58:01.587Z] #49 15.47 go: extracting github.com/mitchellh/go-homedir v1.1.0
09:58:01 [2021-04-02T09:58:01.587Z] #49 15.51 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
09:58:01 [2021-04-02T09:58:01.587Z] #49 15.78 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
09:58:01 [2021-04-02T09:58:01.587Z] #49 15.96 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
09:58:01 [2021-04-02T09:58:01.587Z] #49 16.00 go: extracting github.com/go-critic/go-critic v0.4.1
09:58:01 [2021-04-02T09:58:01.587Z] #49 16.26 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
09:58:01 [2021-04-02T09:58:01.587Z] #49 17.40 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
09:58:01 [2021-04-02T09:58:01.587Z] #49 17.69 go: downloading gopkg.in/ini.v1 v1.51.0
09:58:01 [2021-04-02T09:58:01.587Z] #49 17.88 go: extracting gopkg.in/ini.v1 v1.51.0
09:58:01 [2021-04-02T09:58:01.587Z] #49 18.18 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
09:58:01 [2021-04-02T09:58:01.587Z] #49 18.25 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
09:58:01 [2021-04-02T09:58:01.587Z] #49 18.40 go: downloading github.com/go-toolsmith/astp v1.0.0
09:58:01 [2021-04-02T09:58:01.587Z] #49 18.52 go: extracting github.com/go-toolsmith/astp v1.0.0
09:58:01 [2021-04-02T09:58:01.587Z] #49 21.45 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
09:58:01 [2021-04-02T09:58:01.587Z] #49 21.46 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
09:58:01 [2021-04-02T09:58:01.587Z] #49 21.46 go: downloading github.com/go-toolsmith/typep v1.0.0
09:58:01 [2021-04-02T09:58:01.587Z] #49 21.46 go: downloading gopkg.in/yaml.v2 v2.2.7
09:58:01 [2021-04-02T09:58:01.587Z] #49 21.48 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
09:58:01 [2021-04-02T09:58:01.587Z] #49 21.49 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
09:58:01 [2021-04-02T09:58:01.587Z] #49 21.54 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
09:58:01 [2021-04-02T09:58:01.587Z] #49 21.55 go: downloading github.com/go-toolsmith/astcopy v1.0.0
09:58:01 [2021-04-02T09:58:01.587Z] #49 21.57 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
09:58:01 [2021-04-02T09:58:01.587Z] #49 21.59 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
09:58:01 [2021-04-02T09:58:01.587Z] #49 21.67 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
09:58:01 [2021-04-02T09:58:01.587Z] #49 21.69 go: extracting github.com/go-toolsmith/astcopy v1.0.0
09:58:01 [2021-04-02T09:58:01.587Z] #49 21.69 go: downloading github.com/uudashr/gocognit v1.0.1
09:58:01 [2021-04-02T09:58:01.587Z] #49 21.75 go: extracting github.com/go-toolsmith/typep v1.0.0
09:58:01 [2021-04-02T09:58:01.587Z] #49 21.76 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
09:58:01 [2021-04-02T09:58:01.587Z] #49 21.77 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
09:58:01 [2021-04-02T09:58:01.587Z] #49 21.80 go: downloading github.com/ultraware/funlen v0.0.2
09:58:01 [2021-04-02T09:58:01.587Z] #49 21.84 go: downloading github.com/hashicorp/hcl v1.0.0
09:58:01 [2021-04-02T09:58:01.587Z] #49 21.91 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
09:58:01 [2021-04-02T09:58:01.587Z] #49 21.91 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
09:58:01 [2021-04-02T09:58:01.587Z] #49 21.92 go: downloading github.com/go-toolsmith/astequal v1.0.0
09:58:01 [2021-04-02T09:58:01.587Z] #49 21.92 go: extracting github.com/ultraware/funlen v0.0.2
09:58:01 [2021-04-02T09:58:01.587Z] #49 22.00 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
09:58:01 [2021-04-02T09:58:01.587Z] #49 22.00 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
09:58:01 [2021-04-02T09:58:01.587Z] #49 22.01 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
09:58:01 [2021-04-02T09:58:01.587Z] #49 22.01 go: downloading github.com/go-toolsmith/strparse v1.0.0
09:58:01 [2021-04-02T09:58:01.587Z] #49 22.01 go: extracting github.com/uudashr/gocognit v1.0.1
09:58:01 [2021-04-02T09:58:01.587Z] #49 22.07 go: extracting gopkg.in/yaml.v2 v2.2.7
09:58:01 [2021-04-02T09:58:01.587Z] #49 22.13 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
09:58:01 [2021-04-02T09:58:01.587Z] #49 22.13 go: extracting github.com/go-toolsmith/astequal v1.0.0
09:58:01 [2021-04-02T09:58:01.587Z] #49 22.25 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
09:58:01 [2021-04-02T09:58:01.587Z] #49 22.28 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
09:58:01 [2021-04-02T09:58:01.587Z] #49 22.36 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
09:58:01 [2021-04-02T09:58:01.587Z] #49 22.48 go: downloading github.com/spf13/afero v1.1.2
09:58:01 [2021-04-02T09:58:01.587Z] #49 22.50 go: extracting github.com/hashicorp/hcl v1.0.0
09:58:01 [2021-04-02T09:58:01.587Z] #49 22.54 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
09:58:01 [2021-04-02T09:58:01.587Z] #49 22.58 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
09:58:01 [2021-04-02T09:58:01.587Z] #49 22.67 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
09:58:01 [2021-04-02T09:58:01.587Z] #49 22.73 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
09:58:01 [2021-04-02T09:58:01.587Z] #49 22.74 go: extracting github.com/go-toolsmith/strparse v1.0.0
09:58:01 [2021-04-02T09:58:01.587Z] #49 22.74 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
09:58:01 [2021-04-02T09:58:01.588Z] #49 22.77 go: extracting github.com/spf13/afero v1.1.2
09:58:01 [2021-04-02T09:58:01.588Z] #49 22.88 go: downloading github.com/spf13/cast v1.3.0
09:58:01 [2021-04-02T09:58:01.588Z] #49 22.88 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
09:58:01 [2021-04-02T09:58:01.588Z] #49 22.98 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
09:58:01 [2021-04-02T09:58:01.588Z] #49 22.99 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
09:58:01 [2021-04-02T09:58:01.588Z] #49 23.17 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
09:58:01 [2021-04-02T09:58:01.588Z] #49 23.22 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
09:58:01 [2021-04-02T09:58:01.588Z] #49 23.28 go: downloading github.com/magiconair/properties v1.8.1
09:58:01 [2021-04-02T09:58:01.588Z] #49 23.32 go: extracting github.com/spf13/cast v1.3.0
09:58:01 [2021-04-02T09:58:01.588Z] #49 23.36 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
09:58:01 [2021-04-02T09:58:01.588Z] #49 23.37 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
09:58:01 [2021-04-02T09:58:01.588Z] #49 23.39 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
09:58:01 [2021-04-02T09:58:01.588Z] #49 23.45 go: downloading github.com/subosito/gotenv v1.2.0
09:58:01 [2021-04-02T09:58:01.588Z] #49 23.55 go: downloading github.com/sourcegraph/go-diff v0.5.1
09:58:01 [2021-04-02T09:58:01.588Z] #49 23.61 go: extracting github.com/magiconair/properties v1.8.1
09:58:01 [2021-04-02T09:58:01.588Z] #49 23.64 go: downloading github.com/go-toolsmith/astcast v1.0.0
09:58:01 [2021-04-02T09:58:01.588Z] #49 23.65 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
09:58:01 [2021-04-02T09:58:01.835Z] #20 25.37 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
09:58:01 [2021-04-02T09:58:01.851Z] #49 23.82 go: extracting github.com/go-toolsmith/astcast v1.0.0
09:58:01 [2021-04-02T09:58:01.851Z] #49 23.83 go: downloading golang.org/x/text v0.3.2
09:58:01 [2021-04-02T09:58:01.851Z] #49 23.87 go: extracting github.com/subosito/gotenv v1.2.0
09:58:01 [2021-04-02T09:58:01.851Z] #49 ...
09:58:01 [2021-04-02T09:58:01.851Z] 
09:58:01 [2021-04-02T09:58:01.851Z] #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
09:58:01 [2021-04-02T09:58:01.851Z] #29 sha256:a01d8592fe039e214cc568ac194daa0b18653e39646b02c869fd98c83e68aa5b
09:58:01 [2021-04-02T09:58:01.851Z] #29 11.06 
                                                                           0.0%
#                                                                          1.8%
##                                                                         2.8%
##                                                                         4.0%
###                                                                        5.1%
####                                                                       6.2%
#####                                                                      7.4%
######                                                                     8.5%
#######                                                                   10.1%
########                                                                  11.3%
########                                                                  12.2%
#########                                                                 13.7%
##########                                                                15.1%
###########                                                               16.4%
############                                                              17.2%
############                                                              17.9%
#############                                                             19.0%
##############                                                            19.6%
##############                                                            20.7%
###############                                                           22.1%
################                                                          23.3%
#################                                                         24.3%
##################                                                        25.2%
##################                                                        26.3%
###################                                                       27.3%
####################                                                      28.0%
####################                                                      29.1%
#####################                                                     30.0%
######################                                                    31.2%
######################                                                    31.7%
#######################                                                   32.2%
#######################                                                   33.3%
########################                                                  34.2%
#########################                                                 35.2%
##########################                                                36.3%
###########################                                               37.8%
###########################                                               38.2%
###########################                                               38.7%
############################                                              39.8%
#############################                                             41.0%
##############################                                            42.8%
###############################                                           44.4%
#################################                                         46.0%
##################################                                        48.2%
09:58:01 [2021-04-02T09:58:01.851Z] #29 ...
09:58:01 [2021-04-02T09:58:01.851Z] 
09:58:01 [2021-04-02T09:58:01.851Z] #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
09:58:01 [2021-04-02T09:58:01.851Z] #51 sha256:9a61fc916a570de439015ee153768f5735c895ddd9df90d4e87fd3a7b0fb624c
09:58:01 [2021-04-02T09:58:01.851Z] #51 14.09 + cd /tmp/tmp.r6K8uq815H/src/github.com/mvdan/sh
09:58:01 [2021-04-02T09:58:01.851Z] #51 14.10 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
09:58:01 [2021-04-02T09:58:01.851Z] #51 14.22 + GO111MODULE=on
09:58:01 [2021-04-02T09:58:01.851Z] #51 14.22 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
09:58:01 [2021-04-02T09:58:01.851Z] #51 15.50 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
09:58:01 [2021-04-02T09:58:01.851Z] #51 15.50 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
09:58:01 [2021-04-02T09:58:01.851Z] #51 15.60 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
09:58:01 [2021-04-02T09:58:01.851Z] #51 15.98 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
09:58:01 [2021-04-02T09:58:01.851Z] #51 16.03 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
09:58:01 [2021-04-02T09:58:01.851Z] #51 16.70 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
09:58:01 [2021-04-02T09:58:01.851Z] #51 17.62 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
09:58:01 [2021-04-02T09:58:01.851Z] #51 18.54 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
09:58:01 [2021-04-02T09:58:01.851Z] #51 19.95 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
09:58:01 [2021-04-02T09:58:01.851Z] #51 19.96 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
09:58:01 [2021-04-02T09:58:01.851Z] #51 20.21 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
09:58:01 [2021-04-02T09:58:01.851Z] #51 20.44 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
09:58:01 [2021-04-02T09:58:01.851Z] #51 21.64 runtime
09:58:02 [2021-04-02T09:58:02.054Z] #43 2.455 Note: Building without setproctitle() and strlcpy() support.
09:58:02 [2021-04-02T09:58:02.054Z] #43 2.456       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
09:58:02 [2021-04-02T09:58:02.054Z] #43 2.478 Note: Building without GnuTLS support
09:58:02 [2021-04-02T09:58:02.054Z] #43 2.489 Makefile.config:39: Warn: you have no libnftables installed
09:58:02 [2021-04-02T09:58:02.054Z] #43 2.489 Makefile.config:40: Warn: Building without nftables support
09:58:02 [2021-04-02T09:58:02.091Z] #20 25.42 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
09:58:02 [2021-04-02T09:58:02.091Z] #20 25.45 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
09:58:02 [2021-04-02T09:58:02.114Z] #51 ...
09:58:02 [2021-04-02T09:58:02.114Z] 
09:58:02 [2021-04-02T09:58:02.114Z] #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
09:58:02 [2021-04-02T09:58:02.114Z] #29 sha256:a01d8592fe039e214cc568ac194daa0b18653e39646b02c869fd98c83e68aa5b
09:58:02 [2021-04-02T09:58:02.348Z] #20 25.94 debconf: delaying package configuration, since apt-utils is not installed
09:58:02 [2021-04-02T09:58:02.604Z] #20 26.03 Fetched 28.5 MB in 3s (9881 kB/s)
09:58:02 [2021-04-02T09:58:02.604Z] #20 26.10 Selecting previously unselected package pigz.
09:58:02 [2021-04-02T09:58:02.604Z] #20 26.10 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23435 files and directories currently installed.)
09:58:02 [2021-04-02T09:58:02.604Z] #20 26.20 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
09:58:02 [2021-04-02T09:58:02.863Z] #20 26.20 Unpacking pigz (2.4-1) ...
09:58:02 [2021-04-02T09:58:02.863Z] #20 26.28 Selecting previously unselected package libpython3.7-minimal:amd64.
09:58:02 [2021-04-02T09:58:02.863Z] #20 26.29 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
09:58:02 [2021-04-02T09:58:02.863Z] #20 26.30 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
09:58:03 [2021-04-02T09:58:03.119Z] #20 26.69 Selecting previously unselected package python3.7-minimal.
09:58:03 [2021-04-02T09:58:03.119Z] #20 26.69 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
09:58:03 [2021-04-02T09:58:03.166Z] #49 ...
09:58:03 [2021-04-02T09:58:03.166Z] 
09:58:03 [2021-04-02T09:58:03.166Z] #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
09:58:03 [2021-04-02T09:58:03.166Z] #51 sha256:6a13d11d9acdeebe606757aac9634273858195fdde076427560de568d96527eb
09:58:03 [2021-04-02T09:58:03.166Z] #51 48.67 syscall
09:58:03 [2021-04-02T09:58:03.166Z] #51 48.78 reflect
09:58:03 [2021-04-02T09:58:03.376Z] #20 26.70 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
09:58:03 [2021-04-02T09:58:03.436Z] #43 ...
09:58:03 [2021-04-02T09:58:03.436Z] 
09:58:03 [2021-04-02T09:58:03.436Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:58:03 [2021-04-02T09:58:03.436Z] #34 sha256:333583fbf713eebd0805e30d442538835600cbfb40090c9d570cfb204318d4f4
09:58:03 [2021-04-02T09:58:03.436Z] #34 65.54 path
09:58:03 [2021-04-02T09:58:03.436Z] #34 66.00 text/tabwriter
09:58:03 [2021-04-02T09:58:03.436Z] #34 67.36 fmt
09:58:03 [2021-04-02T09:58:03.436Z] #34 67.37 path/filepath
09:58:03 [2021-04-02T09:58:03.436Z] #34 68.92 io/ioutil
09:58:03 [2021-04-02T09:58:03.436Z] #34 70.88 github.com/BurntSushi/toml
09:58:03 [2021-04-02T09:58:03.436Z] #34 70.89 flag
09:58:03 [2021-04-02T09:58:03.436Z] #34 72.79 log
09:58:03 [2021-04-02T09:58:03.436Z] #34 75.49 github.com/BurntSushi/toml/cmd/tomlv
09:58:03 [2021-04-02T09:58:03.436Z] #34 ...
09:58:03 [2021-04-02T09:58:03.436Z] 
09:58:03 [2021-04-02T09:58:03.436Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
09:58:03 [2021-04-02T09:58:03.436Z] #37 sha256:ce8fadde7ea23b6434989cb4dee6c44fa22cee83a5bbf70f0351de3157090b50
09:58:03 [2021-04-02T09:58:03.436Z] #37 6.570 -- Detecting C compile features - done
09:58:03 [2021-04-02T09:58:03.436Z] #37 6.624 -- Performing Test HAS_BUILTIN_FORTIFY
09:58:03 [2021-04-02T09:58:03.436Z] #37 7.063 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
09:58:03 [2021-04-02T09:58:03.436Z] #37 7.217 -- Configuring done
09:58:03 [2021-04-02T09:58:03.436Z] #37 7.244 -- Generating done
09:58:03 [2021-04-02T09:58:03.436Z] #37 7.256 -- Build files have been written to: /tmp/tmp.EkcXxBFlya/tini
09:58:03 [2021-04-02T09:58:03.436Z] #37 7.258 + make tini-static
09:58:03 [2021-04-02T09:58:03.436Z] #37 7.766 Scanning dependencies of target tini-static
09:58:03 [2021-04-02T09:58:03.436Z] #37 7.850 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
09:58:03 [2021-04-02T09:58:03.436Z] #37 ...
09:58:03 [2021-04-02T09:58:03.436Z] 
09:58:03 [2021-04-02T09:58:03.436Z] #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
09:58:03 [2021-04-02T09:58:03.436Z] #51 sha256:e73222a2487794ec0b5beedb912ec573931cad904d3c24ad8e6cb957e07d842c
09:58:03 [2021-04-02T09:58:03.436Z] #51 65.70 encoding/binary
09:58:03 [2021-04-02T09:58:03.436Z] #51 66.35 context
09:58:03 [2021-04-02T09:58:03.436Z] #51 67.84 fmt
09:58:03 [2021-04-02T09:58:03.436Z] #51 68.57 encoding/base64
09:58:03 [2021-04-02T09:58:03.436Z] #51 69.37 golang.org/x/sys/unix
09:58:03 [2021-04-02T09:58:03.436Z] #51 73.20 encoding/json
09:58:03 [2021-04-02T09:58:03.696Z] #51 ...
09:58:03 [2021-04-02T09:58:03.696Z] 
09:58:03 [2021-04-02T09:58:03.696Z] #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
09:58:03 [2021-04-02T09:58:03.696Z] #37 sha256:ce8fadde7ea23b6434989cb4dee6c44fa22cee83a5bbf70f0351de3157090b50
09:58:03 [2021-04-02T09:58:03.696Z] #37 9.295 [100%] Linking C executable tini-static
09:58:04 [2021-04-02T09:58:04.195Z] #29 11.06 
                                                                           0.0%
#                                                                          1.8%
##                                                                         2.8%
##                                                                         4.0%
###                                                                        5.1%
####                                                                       6.2%
#####                                                                      7.4%
######                                                                     8.5%
#######                                                                   10.1%
########                                                                  11.3%
########                                                                  12.2%
#########                                                                 13.7%
##########                                                                15.1%
###########                                                               16.4%
############                                                              17.2%
############                                                              17.9%
#############                                                             19.0%
##############                                                            19.6%
##############                                                            20.7%
###############                                                           22.1%
################                                                          23.3%
#################                                                         24.3%
##################                                                        25.2%
##################                                                        26.3%
###################                                                       27.3%
####################                                                      28.0%
####################                                                      29.1%
#####################                                                     30.0%
######################                                                    31.2%
######################                                                    31.7%
#######################                                                   32.2%
#######################                                                   33.3%
########################                                                  34.2%
#########################                                                 35.2%
##########################                                                36.3%
###########################                                               37.8%
###########################                                               38.2%
###########################                                               38.7%
############################                                              39.8%
#############################                                             41.0%
##############################                                            42.8%
###############################                                           44.4%
#################################                                         46.0%
##################################                                        48.2%
###################################                                       49.8%
#####################################                                     51.9%
######################################                                    54.0%
########################################                                  56.3%
########################################                                  56.6%
##########################################                                58.6%
##########################################                                59.4%
###########################################                               60.1%
############################################                              61.2%
############################################                              61.8%
#############################################                             63.1%
##############################################                            63.9%
###############################################                           65.5%
################################################                          67.1%
#################################################                         68.5%
##################################################                        70.1%
###################################################                       71.0%
####################################################                      72.8%
######################################################                    75.2%
#######################################################                   77.2%
########################################################                  79.0%
09:58:04 [2021-04-02T09:58:04.195Z] #29 ...
09:58:04 [2021-04-02T09:58:04.195Z] 
09:58:04 [2021-04-02T09:58:04.195Z] #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
09:58:04 [2021-04-02T09:58:04.195Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926
09:58:04 [2021-04-02T09:58:04.195Z] #40 16.06 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
09:58:04 [2021-04-02T09:58:04.195Z] #40 17.99 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
09:58:04 [2021-04-02T09:58:04.265Z] #37 10.06 [100%] Built target tini-static
09:58:04 [2021-04-02T09:58:04.304Z] #20 27.58 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
09:58:04 [2021-04-02T09:58:04.304Z] #20 27.61 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
09:58:04 [2021-04-02T09:58:04.459Z] #40 ...
09:58:04 [2021-04-02T09:58:04.459Z] 
09:58:04 [2021-04-02T09:58:04.459Z] #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
09:58:04 [2021-04-02T09:58:04.459Z] #49 sha256:5e6d422573f5f344b430de4769efc5dc22abaaf795dbcc614c11d4cce76d71d1
09:58:04 [2021-04-02T09:58:04.459Z] #49 24.01 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
09:58:04 [2021-04-02T09:58:04.459Z] #49 24.02 go: extracting github.com/sourcegraph/go-diff v0.5.1
09:58:04 [2021-04-02T09:58:04.459Z] #49 24.12 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
09:58:04 [2021-04-02T09:58:04.459Z] #49 24.14 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
09:58:04 [2021-04-02T09:58:04.459Z] #49 24.79 go: downloading github.com/stretchr/objx v0.2.0
09:58:04 [2021-04-02T09:58:04.459Z] #49 24.81 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
09:58:04 [2021-04-02T09:58:04.459Z] #49 24.91 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
09:58:04 [2021-04-02T09:58:04.459Z] #49 24.92 go: downloading github.com/ultraware/whitespace v0.0.4
09:58:04 [2021-04-02T09:58:04.459Z] #49 25.14 go: downloading github.com/BurntSushi/toml v0.3.1
09:58:04 [2021-04-02T09:58:04.459Z] #49 25.20 go: downloading github.com/pmezard/go-difflib v1.0.0
09:58:04 [2021-04-02T09:58:04.459Z] #49 25.20 go: downloading github.com/gogo/protobuf v1.2.1
09:58:04 [2021-04-02T09:58:04.459Z] #49 25.21 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
09:58:04 [2021-04-02T09:58:04.459Z] #49 25.37 go: extracting github.com/ultraware/whitespace v0.0.4
09:58:04 [2021-04-02T09:58:04.459Z] #49 25.40 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
09:58:04 [2021-04-02T09:58:04.459Z] #49 25.41 go: extracting github.com/stretchr/objx v0.2.0
09:58:04 [2021-04-02T09:58:04.459Z] #49 25.43 go: extracting github.com/BurntSushi/toml v0.3.1
09:58:04 [2021-04-02T09:58:04.459Z] #49 25.47 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
09:58:04 [2021-04-02T09:58:04.459Z] #49 25.73 go: extracting github.com/pmezard/go-difflib v1.0.0
09:58:04 [2021-04-02T09:58:04.459Z] #49 25.92 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
09:58:04 [2021-04-02T09:58:04.459Z] #49 26.10 go: downloading github.com/pelletier/go-toml v1.2.0
09:58:04 [2021-04-02T09:58:04.459Z] #49 26.15 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
09:58:04 [2021-04-02T09:58:04.459Z] #49 26.18 go: downloading github.com/fsnotify/fsnotify v1.4.7
09:58:04 [2021-04-02T09:58:04.459Z] #49 26.56 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
09:58:04 [2021-04-02T09:58:04.459Z] #49 26.64 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
09:58:04 [2021-04-02T09:58:04.541Z] #37 10.13 + mkdir -p /build
09:58:04 [2021-04-02T09:58:04.541Z] #37 10.13 + cp tini-static /build/docker-init
09:58:04 [2021-04-02T09:58:04.725Z] #49 26.80 go: extracting github.com/fsnotify/fsnotify v1.4.7
09:58:04 [2021-04-02T09:58:04.725Z] #49 26.86 go: downloading github.com/davecgh/go-spew v1.1.1
09:58:04 [2021-04-02T09:58:04.743Z] #42 ...
09:58:04 [2021-04-02T09:58:04.743Z] 
09:58:04 [2021-04-02T09:58:04.743Z] #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
09:58:04 [2021-04-02T09:58:04.743Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:58:04 [2021-04-02T09:58:04.743Z] #36 58.71 Selecting previously unselected package libxml2:amd64.
09:58:04 [2021-04-02T09:58:04.743Z] #36 58.71 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
09:58:04 [2021-04-02T09:58:04.743Z] #36 58.72 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
09:58:04 [2021-04-02T09:58:04.743Z] #36 59.27 Selecting previously unselected package libarchive13:amd64.
09:58:04 [2021-04-02T09:58:04.743Z] #36 59.28 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
09:58:04 [2021-04-02T09:58:04.743Z] #36 59.29 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
09:58:04 [2021-04-02T09:58:04.743Z] #36 59.73 Selecting previously unselected package libjsoncpp1:amd64.
09:58:04 [2021-04-02T09:58:04.743Z] #36 59.74 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
09:58:04 [2021-04-02T09:58:04.743Z] #36 59.74 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
09:58:04 [2021-04-02T09:58:04.743Z] #36 59.89 Selecting previously unselected package librhash0:amd64.
09:58:04 [2021-04-02T09:58:04.743Z] #36 59.90 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
09:58:04 [2021-04-02T09:58:04.743Z] #36 59.93 Unpacking librhash0:amd64 (1.3.8-1) ...
09:58:04 [2021-04-02T09:58:04.743Z] #36 60.11 Selecting previously unselected package libuv1:amd64.
09:58:04 [2021-04-02T09:58:04.743Z] #36 60.11 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
09:58:04 [2021-04-02T09:58:04.743Z] #36 60.11 Unpacking libuv1:amd64 (1.24.1-1) ...
09:58:04 [2021-04-02T09:58:04.743Z] #36 60.35 Selecting previously unselected package cmake.
09:58:04 [2021-04-02T09:58:04.743Z] #36 60.35 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
09:58:04 [2021-04-02T09:58:04.743Z] #36 60.38 Unpacking cmake (3.13.4-1) ...
09:58:04 [2021-04-02T09:58:04.743Z] #36 63.81 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
09:58:04 [2021-04-02T09:58:04.743Z] #36 63.83 Setting up xxd (2:8.1.0875-5) ...
09:58:04 [2021-04-02T09:58:04.743Z] #36 63.86 Setting up libuv1:amd64 (1.24.1-1) ...
09:58:04 [2021-04-02T09:58:04.743Z] #36 63.88 Setting up vim-common (2:8.1.0875-5) ...
09:58:04 [2021-04-02T09:58:04.743Z] #36 63.91 Setting up librhash0:amd64 (1.3.8-1) ...
09:58:04 [2021-04-02T09:58:04.743Z] #36 63.93 Setting up cmake-data (3.13.4-1) ...
09:58:04 [2021-04-02T09:58:04.743Z] #36 63.96 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
09:58:04 [2021-04-02T09:58:04.743Z] #36 63.98 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
09:58:04 [2021-04-02T09:58:04.743Z] #36 64.00 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
09:58:04 [2021-04-02T09:58:04.743Z] #36 64.03 Setting up cmake (3.13.4-1) ...
09:58:04 [2021-04-02T09:58:04.743Z] #36 64.05 Processing triggers for libc-bin (2.28-10) ...
09:58:04 [2021-04-02T09:58:04.743Z] #36 64.11 Processing triggers for mime-support (3.62) ...
09:58:04 [2021-04-02T09:58:04.743Z] #36 DONE 64.7s
09:58:04 [2021-04-02T09:58:04.743Z] 
09:58:04 [2021-04-02T09:58:04.743Z] #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
09:58:04 [2021-04-02T09:58:04.743Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:58:04 [2021-04-02T09:58:04.743Z] #13 54.51 Setting up libsystemd0:amd64 (241-7~deb10u7) ...
09:58:04 [2021-04-02T09:58:04.743Z] #13 55.62 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
09:58:04 [2021-04-02T09:58:04.743Z] #13 55.83 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
09:58:04 [2021-04-02T09:58:04.743Z] #13 55.86 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
09:58:04 [2021-04-02T09:58:04.743Z] #13 56.23 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
09:58:04 [2021-04-02T09:58:04.743Z] #13 56.84 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
09:58:04 [2021-04-02T09:58:04.743Z] #13 56.89 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ...
09:58:04 [2021-04-02T09:58:04.743Z] #13 56.91 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
09:58:04 [2021-04-02T09:58:04.743Z] #13 57.19 Setting up libudev1:amd64 (241-7~deb10u7) ...
09:58:04 [2021-04-02T09:58:04.743Z] #13 57.41 Selecting previously unselected package binutils-mingw-w64-i686.
09:58:04 [2021-04-02T09:58:04.743Z] #13 57.42 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
09:58:04 [2021-04-02T09:58:04.743Z] #13 57.51 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
09:58:04 [2021-04-02T09:58:04.743Z] #13 57.52 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
09:58:04 [2021-04-02T09:58:04.803Z] #37 DONE 10.4s
09:58:04 [2021-04-02T09:58:04.803Z] 
09:58:04 [2021-04-02T09:58:04.803Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:04 [2021-04-02T09:58:04.803Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:04 [2021-04-02T09:58:04.803Z] #43 4.739 fatal: not a git repository (or any of the parent directories): .git
09:58:04 [2021-04-02T09:58:04.803Z] #43 4.862   GEN      .gitid
09:58:04 [2021-04-02T09:58:04.803Z] #43 4.961   GEN      criu/include/version.h
09:58:04 [2021-04-02T09:58:04.803Z] #43 5.017   GEN      include/common/asm
09:58:04 [2021-04-02T09:58:04.991Z] #49 26.93 go: extracting github.com/pelletier/go-toml v1.2.0
09:58:04 [2021-04-02T09:58:04.991Z] #49 27.24 go: downloading github.com/gobwas/glob v0.2.3
09:58:05 [2021-04-02T09:58:05.054Z] #51 ...
09:58:05 [2021-04-02T09:58:05.054Z] 
09:58:05 [2021-04-02T09:58:05.054Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:58:05 [2021-04-02T09:58:05.054Z] #34 sha256:ea3af4d80f6ceb330a13c9395bc8f4d7a235f5d7f3ea6b283833f0aa1e2a8c73
09:58:05 [2021-04-02T09:58:05.054Z] #34 40.14 internal/reflectlite
09:58:05 [2021-04-02T09:58:05.054Z] #34 40.15 sync
09:58:05 [2021-04-02T09:58:05.054Z] #34 42.80 sort
09:58:05 [2021-04-02T09:58:05.054Z] #34 42.80 errors
09:58:05 [2021-04-02T09:58:05.054Z] #34 43.18 strconv
09:58:05 [2021-04-02T09:58:05.054Z] #34 44.00 io
09:58:05 [2021-04-02T09:58:05.054Z] #34 45.26 internal/oserror
09:58:05 [2021-04-02T09:58:05.054Z] #34 45.43 syscall
09:58:05 [2021-04-02T09:58:05.054Z] #34 46.84 reflect
09:58:05 [2021-04-02T09:58:05.054Z] #34 ...
09:58:05 [2021-04-02T09:58:05.054Z] 
09:58:05 [2021-04-02T09:58:05.054Z] #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
09:58:05 [2021-04-02T09:58:05.054Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:58:05 [2021-04-02T09:58:05.054Z] #42 40.25 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 40.25 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 40.46 Selecting previously unselected package libnl-3-dev:amd64.
09:58:05 [2021-04-02T09:58:05.054Z] #42 40.50 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 40.50 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 40.80 Selecting previously unselected package libprotobuf-c1:amd64.
09:58:05 [2021-04-02T09:58:05.054Z] #42 40.80 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 40.83 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 40.99 Selecting previously unselected package libprotobuf-c-dev:amd64.
09:58:05 [2021-04-02T09:58:05.054Z] #42 41.02 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 41.03 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 41.16 Selecting previously unselected package zlib1g-dev:amd64.
09:58:05 [2021-04-02T09:58:05.054Z] #42 41.19 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 41.20 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 41.48 Selecting previously unselected package libprotobuf17:amd64.
09:58:05 [2021-04-02T09:58:05.054Z] #42 41.49 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 41.50 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 42.40 Selecting previously unselected package libprotobuf-lite17:amd64.
09:58:05 [2021-04-02T09:58:05.054Z] #42 42.42 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 42.43 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 42.80 Selecting previously unselected package libprotobuf-dev:amd64.
09:58:05 [2021-04-02T09:58:05.054Z] #42 42.80 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 42.80 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 44.33 Selecting previously unselected package libprotoc17:amd64.
09:58:05 [2021-04-02T09:58:05.054Z] #42 44.33 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 44.34 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 45.01 Selecting previously unselected package protobuf-c-compiler.
09:58:05 [2021-04-02T09:58:05.054Z] #42 45.03 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 45.04 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 45.22 Selecting previously unselected package protobuf-compiler.
09:58:05 [2021-04-02T09:58:05.054Z] #42 45.23 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 45.24 Unpacking protobuf-compiler (3.6.1.3-2) ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 45.40 Selecting previously unselected package python-pkg-resources.
09:58:05 [2021-04-02T09:58:05.054Z] #42 45.40 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 45.41 Unpacking python-pkg-resources (40.8.0-1) ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 45.69 Selecting previously unselected package python-six.
09:58:05 [2021-04-02T09:58:05.054Z] #42 45.69 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 45.70 Unpacking python-six (1.12.0-1) ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 45.77 Selecting previously unselected package python-protobuf.
09:58:05 [2021-04-02T09:58:05.054Z] #42 45.77 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 45.80 Unpacking python-protobuf (3.6.1.3-2) ...
09:58:05 [2021-04-02T09:58:05.054Z] #42 46.36 Setting up python-pkg-resources (40.8.0-1) ...
09:58:05 [2021-04-02T09:58:05.255Z] #49 27.31 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
09:58:05 [2021-04-02T09:58:05.255Z] #49 27.40 go: downloading github.com/kisielk/gotool v1.0.0
09:58:05 [2021-04-02T09:58:05.255Z] #49 27.45 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
09:58:05 [2021-04-02T09:58:05.518Z] #49 27.61 go: extracting github.com/davecgh/go-spew v1.1.1
09:58:05 [2021-04-02T09:58:05.518Z] #49 27.70 go: extracting github.com/kisielk/gotool v1.0.0
09:58:05 [2021-04-02T09:58:05.518Z] #49 ...
09:58:05 [2021-04-02T09:58:05.518Z] 
09:58:05 [2021-04-02T09:58:05.519Z] #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
09:58:05 [2021-04-02T09:58:05.519Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
09:58:05 [2021-04-02T09:58:05.519Z] #13 15.38 Fetched 8751 kB in 12s (737 kB/s)
09:58:05 [2021-04-02T09:58:05.519Z] #13 15.38 Reading package lists...
09:58:05 [2021-04-02T09:58:05.519Z] #13 22.09 Reading package lists...
09:58:05 [2021-04-02T09:58:05.519Z] #13 ...
09:58:05 [2021-04-02T09:58:05.519Z] 
09:58:05 [2021-04-02T09:58:05.519Z] #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
09:58:05 [2021-04-02T09:58:05.519Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
09:58:05 [2021-04-02T09:58:05.519Z] #42 17.71 Fetched 8250 kB in 12s (701 kB/s)
09:58:05 [2021-04-02T09:58:05.519Z] #42 17.71 Reading package lists...
09:58:05 [2021-04-02T09:58:05.617Z] #42 ...
09:58:05 [2021-04-02T09:58:05.617Z] 
09:58:05 [2021-04-02T09:58:05.617Z] #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
09:58:05 [2021-04-02T09:58:05.617Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
09:58:05 [2021-04-02T09:58:05.886Z] #42 22.75 Reading package lists...
09:58:05 [2021-04-02T09:58:05.886Z] #42 ...
09:58:05 [2021-04-02T09:58:05.886Z] 
09:58:05 [2021-04-02T09:58:05.886Z] #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
09:58:05 [2021-04-02T09:58:05.886Z] #29 sha256:a01d8592fe039e214cc568ac194daa0b18653e39646b02c869fd98c83e68aa5b
09:58:06 [2021-04-02T09:58:06.127Z] #13 60.11 Selecting previously unselected package binutils-mingw-w64-x86-64.
09:58:06 [2021-04-02T09:58:06.127Z] #13 60.11 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
09:58:06 [2021-04-02T09:58:06.127Z] #13 60.12 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
09:58:06 [2021-04-02T09:58:06.129Z] #32 50.67 Checking out files:  85% (1298/1521)   
Checking out files:  86% (1309/1521)   
Checking out files:  87% (1324/1521)   
Checking out files:  88% (1339/1521)   
Checking out files:  89% (1354/1521)   
Checking out files:  90% (1369/1521)   
Checking out files:  91% (1385/1521)   
Checking out files:  92% (1400/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
09:58:06 [2021-04-02T09:58:06.129Z] #32 51.40 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
09:58:06 [2021-04-02T09:58:06.129Z] #32 ...
09:58:06 [2021-04-02T09:58:06.129Z] 
09:58:06 [2021-04-02T09:58:06.129Z] #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
09:58:06 [2021-04-02T09:58:06.129Z] #45 sha256:49a3fcc416cc75118c20d2bf4a8274cd33396b6ef0305d9f34d11d4c1747f570
09:58:06 [2021-04-02T09:58:06.129Z] #45 41.59 sync
09:58:06 [2021-04-02T09:58:06.129Z] #45 41.60 internal/reflectlite
09:58:06 [2021-04-02T09:58:06.129Z] #45 43.38 github.com/LK4D4/vndr/godl/singleflight
09:58:06 [2021-04-02T09:58:06.129Z] #45 43.93 math/rand
09:58:06 [2021-04-02T09:58:06.129Z] #45 44.78 internal/singleflight
09:58:06 [2021-04-02T09:58:06.129Z] #45 45.00 io
09:58:06 [2021-04-02T09:58:06.129Z] #45 45.21 strconv
09:58:06 [2021-04-02T09:58:06.129Z] #45 46.44 bytes
09:58:06 [2021-04-02T09:58:06.129Z] #45 48.60 bufio
09:58:06 [2021-04-02T09:58:06.129Z] #45 48.94 reflect
09:58:06 [2021-04-02T09:58:06.129Z] #45 50.37 syscall
09:58:06 [2021-04-02T09:58:06.196Z] #20 29.40 Selecting previously unselected package python3-minimal.
09:58:06 [2021-04-02T09:58:06.196Z] #20 29.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 ... 23684 files and directories currently installed.)
09:58:06 [2021-04-02T09:58:06.196Z] #20 29.46 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
09:58:06 [2021-04-02T09:58:06.196Z] #20 29.46 Unpacking python3-minimal (3.7.3-1) ...
09:58:06 [2021-04-02T09:58:06.196Z] #20 29.54 Selecting previously unselected package libmpdec2:amd64.
09:58:06 [2021-04-02T09:58:06.196Z] #20 29.54 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
09:58:06 [2021-04-02T09:58:06.196Z] #20 29.55 Unpacking libmpdec2:amd64 (2.4.2-2) ...
09:58:06 [2021-04-02T09:58:06.196Z] #20 29.65 Selecting previously unselected package libpython3.7-stdlib:amd64.
09:58:06 [2021-04-02T09:58:06.196Z] #20 29.66 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
09:58:06 [2021-04-02T09:58:06.196Z] #20 29.66 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
09:58:06 [2021-04-02T09:58:06.385Z] #45 ...
09:58:06 [2021-04-02T09:58:06.385Z] 
09:58:06 [2021-04-02T09:58:06.385Z] #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
09:58:06 [2021-04-02T09:58:06.385Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:58:06 [2021-04-02T09:58:06.385Z] #36 40.48 Building dependency tree...
09:58:06 [2021-04-02T09:58:06.385Z] #36 44.11 The following additional packages will be installed:
09:58:06 [2021-04-02T09:58:06.385Z] #36 44.14   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
09:58:06 [2021-04-02T09:58:06.385Z] #36 44.18 Suggested packages:
09:58:06 [2021-04-02T09:58:06.385Z] #36 44.18   cmake-doc ninja-build lrzip
09:58:06 [2021-04-02T09:58:06.385Z] #36 44.18 Recommended packages:
09:58:06 [2021-04-02T09:58:06.385Z] #36 44.18   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
09:58:06 [2021-04-02T09:58:06.385Z] #36 45.14 The following NEW packages will be installed:
09:58:06 [2021-04-02T09:58:06.385Z] #36 45.18   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
09:58:06 [2021-04-02T09:58:06.385Z] #36 45.18   vim-common xxd
09:58:06 [2021-04-02T09:58:06.385Z] #36 45.59 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded.
09:58:06 [2021-04-02T09:58:06.385Z] #36 45.59 Need to get 14.9 MB of archives.
09:58:06 [2021-04-02T09:58:06.385Z] #36 45.59 After this operation, 61.8 MB of additional disk space will be used.
09:58:06 [2021-04-02T09:58:06.385Z] #36 45.59 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
09:58:06 [2021-04-02T09:58:06.385Z] #36 45.59 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
09:58:06 [2021-04-02T09:58:06.385Z] #36 45.59 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
09:58:06 [2021-04-02T09:58:06.385Z] #36 45.74 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
09:58:06 [2021-04-02T09:58:06.385Z] #36 46.59 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
09:58:06 [2021-04-02T09:58:06.385Z] #36 46.62 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
09:58:06 [2021-04-02T09:58:06.385Z] #36 46.63 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
09:58:06 [2021-04-02T09:58:06.385Z] #36 46.63 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
09:58:06 [2021-04-02T09:58:06.385Z] #36 46.64 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
09:58:06 [2021-04-02T09:58:06.385Z] #36 46.64 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
09:58:06 [2021-04-02T09:58:06.385Z] #36 48.11 debconf: delaying package configuration, since apt-utils is not installed
09:58:06 [2021-04-02T09:58:06.385Z] #36 48.39 Fetched 14.9 MB in 2s (8843 kB/s)
09:58:06 [2021-04-02T09:58:06.385Z] #36 48.43 Selecting previously unselected package xxd.
09:58:06 [2021-04-02T09:58:06.385Z] #36 48.43 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
09:58:06 [2021-04-02T09:58:06.385Z] #36 48.52 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
09:58:06 [2021-04-02T09:58:06.385Z] #36 48.55 Unpacking xxd (2:8.1.0875-5) ...
09:58:06 [2021-04-02T09:58:06.385Z] #36 48.83 Selecting previously unselected package vim-common.
09:58:06 [2021-04-02T09:58:06.385Z] #36 48.83 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
09:58:06 [2021-04-02T09:58:06.385Z] #36 48.83 Unpacking vim-common (2:8.1.0875-5) ...
09:58:06 [2021-04-02T09:58:06.385Z] #36 49.15 Selecting previously unselected package cmake-data.
09:58:06 [2021-04-02T09:58:06.385Z] #36 49.15 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
09:58:06 [2021-04-02T09:58:06.385Z] #36 49.16 Unpacking cmake-data (3.13.4-1) ...
09:58:06 [2021-04-02T09:58:06.574Z] Running on azwin-2-c4f890 in d:\jenkins\workspace\moby_PR-42182
[Pipeline] {
[Pipeline] ws
09:58:06 [2021-04-02T09:58:06.591Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
[Pipeline] checkout
09:58:06 [2021-04-02T09:58:06.642Z] #36 ...
09:58:06 [2021-04-02T09:58:06.642Z] 
09:58:06 [2021-04-02T09:58:06.642Z] #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
09:58:06 [2021-04-02T09:58:06.642Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:58:06 [2021-04-02T09:58:06.642Z] #42 51.44 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
09:58:06 [2021-04-02T09:58:06.642Z] #42 51.44 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:58:06 [2021-04-02T09:58:06.642Z] #42 51.45 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
09:58:06 [2021-04-02T09:58:06.642Z] #42 51.48 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
09:58:06 [2021-04-02T09:58:06.642Z] #42 51.53 Setting up python-six (1.12.0-1) ...
09:58:06 [2021-04-02T09:58:06.699Z] #13 ...
09:58:06 [2021-04-02T09:58:06.699Z] 
09:58:06 [2021-04-02T09:58:06.699Z] #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
09:58:06 [2021-04-02T09:58:06.699Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:58:06 [2021-04-02T09:58:06.699Z] #42 66.89 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
09:58:06 [2021-04-02T09:58:06.939Z] #29 11.06 
                                                                           0.0%
#                                                                          1.8%
##                                                                         2.8%
##                                                                         4.0%
###                                                                        5.1%
####                                                                       6.2%
#####                                                                      7.4%
######                                                                     8.5%
#######                                                                   10.1%
########                                                                  11.3%
########                                                                  12.2%
#########                                                                 13.7%
##########                                                                15.1%
###########                                                               16.4%
############                                                              17.2%
############                                                              17.9%
#############                                                             19.0%
##############                                                            19.6%
##############                                                            20.7%
###############                                                           22.1%
################                                                          23.3%
#################                                                         24.3%
##################                                                        25.2%
##################                                                        26.3%
###################                                                       27.3%
####################                                                      28.0%
####################                                                      29.1%
#####################                                                     30.0%
######################                                                    31.2%
######################                                                    31.7%
#######################                                                   32.2%
#######################                                                   33.3%
########################                                                  34.2%
#########################                                                 35.2%
##########################                                                36.3%
###########################                                               37.8%
###########################                                               38.2%
###########################                                               38.7%
############################                                              39.8%
#############################                                             41.0%
##############################                                            42.8%
###############################                                           44.4%
#################################                                         46.0%
##################################                                        48.2%
###################################                                       49.8%
#####################################                                     51.9%
######################################                                    54.0%
########################################                                  56.3%
########################################                                  56.6%
##########################################                                58.6%
##########################################                                59.4%
###########################################                               60.1%
############################################                              61.2%
############################################                              61.8%
#############################################                             63.1%
##############################################                            63.9%
###############################################                           65.5%
################################################                          67.1%
#################################################                         68.5%
##################################################                        70.1%
###################################################                       71.0%
####################################################                      72.8%
######################################################                    75.2%
#######################################################                   77.2%
########################################################                  79.0%
########################################################                  79.0%
#########################################################                 79.8%
#########################################################                 80.2%
##########################################################                81.4%
##########################################################                81.9%
###########################################################               82.8%
############################################################              84.4%
#############################################################             85.7%
##############################################################            86.7%
###############################################################           87.7%
################################################################          89.0%
################################################################          89.7%
#################################################################         90.8%
##################################################################        92.5%
###################################################################       94.2%
####################################################################      94.9%
####################################################################      95.5%
#####################################################################     96.7%
######################################################################    97.4%
#######################################################################   99.2%
######################################################################## 100.0%
09:58:06 [2021-04-02T09:58:06.960Z] #42 66.91 Setting up libnl-3-200:amd64 (3.4.0-1) ...
09:58:06 [2021-04-02T09:58:06.960Z] #42 66.96 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
09:58:06 [2021-04-02T09:58:06.960Z] #42 66.98 Setting up libcap-dev:amd64 (1:2.25-2) ...
09:58:06 [2021-04-02T09:58:06.960Z] #42 66.99 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
09:58:06 [2021-04-02T09:58:06.960Z] #42 67.00 Setting up protobuf-compiler (3.6.1.3-2) ...
09:58:06 [2021-04-02T09:58:06.960Z] #42 67.01 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
09:58:06 [2021-04-02T09:58:06.960Z] #42 67.04 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
09:58:06 [2021-04-02T09:58:06.960Z] #42 67.06 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
09:58:06 [2021-04-02T09:58:06.960Z] #42 67.07 Setting up python-protobuf (3.6.1.3-2) ...
09:58:07 [2021-04-02T09:58:07.141Z] #20 30.63 Selecting previously unselected package python3.7.
09:58:07 [2021-04-02T09:58:07.141Z] #20 30.65 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
09:58:07 [2021-04-02T09:58:07.141Z] #20 30.65 Unpacking python3.7 (3.7.3-2+deb10u3) ...
09:58:07 [2021-04-02T09:58:07.201Z] #29 21.03 
09:58:07 [2021-04-02T09:58:07.205Z] #42 ...
09:58:07 [2021-04-02T09:58:07.205Z] 
09:58:07 [2021-04-02T09:58:07.205Z] #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
09:58:07 [2021-04-02T09:58:07.205Z] #56 sha256:9f213b49194739a247a0d0956cff315c9c6f6a835c3d59f39fd46868d884f4ed
09:58:07 [2021-04-02T09:58:07.205Z] #56 6.772 + RM_GOPATH=0
09:58:07 [2021-04-02T09:58:07.205Z] #56 6.772 + TMP_GOPATH=
09:58:07 [2021-04-02T09:58:07.205Z] #56 6.772 + : /build
09:58:07 [2021-04-02T09:58:07.205Z] #56 6.772 + '[' -z '' ']'
09:58:07 [2021-04-02T09:58:07.205Z] #56 6.773 ++ mktemp -d
09:58:07 [2021-04-02T09:58:07.205Z] #56 6.776 + export GOPATH=/tmp/tmp.3Fht74uas9
09:58:07 [2021-04-02T09:58:07.205Z] #56 6.776 + GOPATH=/tmp/tmp.3Fht74uas9
09:58:07 [2021-04-02T09:58:07.205Z] #56 6.776 + RM_GOPATH=1
09:58:07 [2021-04-02T09:58:07.205Z] #56 6.776 + case "$(go env GOARCH)" in
09:58:07 [2021-04-02T09:58:07.205Z] #56 6.777 ++ go env GOARCH
09:58:07 [2021-04-02T09:58:07.205Z] #56 6.874 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
09:58:07 [2021-04-02T09:58:07.205Z] #56 6.874 + export GO_BUILDMODE=-buildmode=pie
09:58:07 [2021-04-02T09:58:07.205Z] #56 6.874 + GO_BUILDMODE=-buildmode=pie
09:58:07 [2021-04-02T09:58:07.205Z] #56 6.874 ++ dirname /tmp/install/install.sh
09:58:07 [2021-04-02T09:58:07.205Z] #56 6.874 + dir=/tmp/install
09:58:07 [2021-04-02T09:58:07.205Z] #56 6.874 + bin=containerd
09:58:07 [2021-04-02T09:58:07.205Z] #56 6.874 + shift
09:58:07 [2021-04-02T09:58:07.205Z] #56 6.874 + '[' '!' -f /tmp/install/containerd.installer ']'
09:58:07 [2021-04-02T09:58:07.205Z] #56 6.874 + . /tmp/install/containerd.installer
09:58:07 [2021-04-02T09:58:07.205Z] #56 6.874 ++ set -e
09:58:07 [2021-04-02T09:58:07.205Z] #56 6.874 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
09:58:07 [2021-04-02T09:58:07.205Z] #56 6.874 + install_containerd
09:58:07 [2021-04-02T09:58:07.205Z] #56 6.874 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e'
09:58:07 [2021-04-02T09:58:07.205Z] #56 6.874 + git clone https://github.com/containerd/containerd.git /tmp/tmp.3Fht74uas9/src/github.com/containerd/containerd
09:58:07 [2021-04-02T09:58:07.205Z] #56 6.874 Cloning into '/tmp/tmp.3Fht74uas9/src/github.com/containerd/containerd'...
09:58:07 [2021-04-02T09:58:07.205Z] #56 ...
09:58:07 [2021-04-02T09:58:07.205Z] 
09:58:07 [2021-04-02T09:58:07.205Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
09:58:07 [2021-04-02T09:58:07.205Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:58:07 [2021-04-02T09:58:07.205Z] #36 52.58 Selecting previously unselected package libicu63:amd64.
09:58:07 [2021-04-02T09:58:07.205Z] #36 52.60 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
09:58:07 [2021-04-02T09:58:07.348Z] #43 7.279   PBCC     images/timens.pb-c.c
09:58:07 [2021-04-02T09:58:07.348Z] #43 7.315   DEP      images/timens.pb-c.d
09:58:07 [2021-04-02T09:58:07.348Z] #43 7.386   PBCC     images/fown.pb-c.c
09:58:07 [2021-04-02T09:58:07.348Z] #43 7.397   PBCC     images/google/protobuf/descriptor.pb-c.c
09:58:07 [2021-04-02T09:58:07.348Z] #43 7.497   PBCC     images/opts.pb-c.c
09:58:07 [2021-04-02T09:58:07.348Z] #43 7.595   PBCC     images/memfd.pb-c.c
09:58:07 [2021-04-02T09:58:07.348Z] #43 7.673   DEP      images/fown.pb-c.d
09:58:07 [2021-04-02T09:58:07.348Z] #43 7.733   DEP      images/google/protobuf/descriptor.pb-c.d
09:58:07 [2021-04-02T09:58:07.348Z] #43 7.801   DEP      images/opts.pb-c.d
09:58:07 [2021-04-02T09:58:07.348Z] #43 7.862   DEP      images/memfd.pb-c.d
09:58:07 [2021-04-02T09:58:07.398Z] #20 30.78 Selecting previously unselected package libpython3-stdlib:amd64.
09:58:07 [2021-04-02T09:58:07.398Z] #20 30.80 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
09:58:07 [2021-04-02T09:58:07.398Z] #20 30.80 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
09:58:07 [2021-04-02T09:58:07.398Z] #20 30.92 Setting up python3-minimal (3.7.3-1) ...
09:58:07 [2021-04-02T09:58:07.463Z] #36 52.69 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
09:58:07 [2021-04-02T09:58:07.611Z] #43 7.950   PBCC     images/sit.pb-c.c
09:58:07 [2021-04-02T09:58:07.611Z] #43 ...
09:58:07 [2021-04-02T09:58:07.611Z] 
09:58:07 [2021-04-02T09:58:07.611Z] #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
09:58:07 [2021-04-02T09:58:07.611Z] #45 sha256:bae9013b43c4c3935b42f55308aeb84eccbb7f8794c7f4f842598276112e6512
09:58:07 [2021-04-02T09:58:07.611Z] #45 69.91 fmt
09:58:07 [2021-04-02T09:58:07.611Z] #45 71.76 regexp
09:58:07 [2021-04-02T09:58:07.611Z] #45 74.52 go/token
09:58:07 [2021-04-02T09:58:07.611Z] #45 75.54 go/scanner
09:58:07 [2021-04-02T09:58:07.611Z] #45 76.02 internal/lazyregexp
09:58:07 [2021-04-02T09:58:07.611Z] #45 76.26 net/url
09:58:07 [2021-04-02T09:58:07.611Z] #45 77.31 go/ast
09:58:07 [2021-04-02T09:58:07.611Z] #45 78.83 text/template/parse
09:58:07 [2021-04-02T09:58:07.611Z] #45 ...
09:58:07 [2021-04-02T09:58:07.611Z] 
09:58:07 [2021-04-02T09:58:07.611Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:58:07 [2021-04-02T09:58:07.611Z] #34 sha256:333583fbf713eebd0805e30d442538835600cbfb40090c9d570cfb204318d4f4
09:58:07 [2021-04-02T09:58:07.611Z] #34 DONE 79.9s
09:58:07 [2021-04-02T09:58:07.611Z] 
09:58:07 [2021-04-02T09:58:07.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
09:58:07 [2021-04-02T09:58:07.611Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:07 [2021-04-02T09:58:07.611Z] #43 8.012   DEP      images/sit.pb-c.d
09:58:07 [2021-04-02T09:58:07.611Z] #43 8.149   PBCC     images/macvlan.pb-c.c
09:58:07 [2021-04-02T09:58:07.779Z] #29 ...
09:58:07 [2021-04-02T09:58:07.779Z] 
09:58:07 [2021-04-02T09:58:07.779Z] #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
09:58:07 [2021-04-02T09:58:07.779Z] #67 sha256:b3ace3a160bbd795fab291cfc86e0f8626c08dec9d2f5ee08a3b89ba4469bdc1
09:58:07 [2021-04-02T09:58:07.779Z] #67 20.04 Checking out files:  57% (1090/1905)   
Checking out files:  58% (1105/1905)   
Checking out files:  59% (1124/1905)   
Checking out files:  60% (1143/1905)   
Checking out files:  61% (1163/1905)   
Checking out files:  62% (1182/1905)   
Checking out files:  63% (1201/1905)   
Checking out files:  64% (1220/1905)   
Checking out files:  65% (1239/1905)   
Checking out files:  66% (1258/1905)   
Checking out files:  67% (1277/1905)   
Checking out files:  68% (1296/1905)   
Checking out files:  69% (1315/1905)   
Checking out files:  70% (1334/1905)   
Checking out files:  71% (1353/1905)   
Checking out files:  72% (1372/1905)   
Checking out files:  73% (1391/1905)   
Checking out files:  74% (1410/1905)   
Checking out files:  75% (1429/1905)   
Checking out files:  76% (1448/1905)   
Checking out files:  77% (1467/1905)   
Checking out files:  78% (1486/1905)   
Checking out files:  79% (1505/1905)   
Checking out files:  80% (1524/1905)   
Checking out files:  81% (1544/1905)   
Checking out files:  82% (1563/1905)   
Checking out files:  83% (1582/1905)   
Checking out files:  84% (1601/1905)   
Checking out files:  85% (1620/1905)   
Checking out files:  86% (1639/1905)   
Checking out files:  87% (1658/1905)   
Checking out files:  88% (1677/1905)   
Checking out files:  89% (1696/1905)   
Checking out files:  90% (1715/1905)   
Checking out files:  91% (1734/1905)   
Checking out files:  92% (1753/1905)   
Checking out files:  93% (1772/1905)   
Checking out files:  94% (1791/1905)   
Checking out files:  95% (1810/1905)   
Checking out files:  96% (1829/1905)   
Checking out files:  97% (1848/1905)   
Checking out files:  98% (1867/1905)   
Checking out files:  99% (1886/1905)   
Checking out files: 100% (1905/1905)   
Checking out files: 100% (1905/1905), done.
09:58:07 [2021-04-02T09:58:07.779Z] #67 20.93 + cd /tmp/tmp.6KeSOyPtUw/src/github.com/docker/libnetwork
09:58:07 [2021-04-02T09:58:07.779Z] #67 20.94 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46
09:58:07 [2021-04-02T09:58:07.779Z] #67 21.43 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
09:58:07 [2021-04-02T09:58:07.871Z] #43 8.271   DEP      images/macvlan.pb-c.d
09:58:07 [2021-04-02T09:58:07.871Z] #43 8.301   PBCC     images/autofs.pb-c.c
09:58:07 [2021-04-02T09:58:07.871Z] #43 8.387   DEP      images/autofs.pb-c.d
09:58:08 [2021-04-02T09:58:08.042Z] #67 ...
09:58:08 [2021-04-02T09:58:08.042Z] 
09:58:08 [2021-04-02T09:58:08.042Z] #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
09:58:08 [2021-04-02T09:58:08.042Z] #49 sha256:5e6d422573f5f344b430de4769efc5dc22abaaf795dbcc614c11d4cce76d71d1
09:58:08 [2021-04-02T09:58:08.042Z] #49 27.79 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
09:58:08 [2021-04-02T09:58:08.042Z] #49 27.84 go: extracting github.com/gobwas/glob v0.2.3
09:58:08 [2021-04-02T09:58:08.042Z] #49 28.03 go: downloading github.com/inconshreveable/mousetrap v1.0.0
09:58:08 [2021-04-02T09:58:08.042Z] #49 28.08 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
09:58:08 [2021-04-02T09:58:08.042Z] #49 28.10 go: downloading github.com/go-toolsmith/astfmt v1.0.0
09:58:08 [2021-04-02T09:58:08.042Z] #49 28.36 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
09:58:08 [2021-04-02T09:58:08.042Z] #49 28.36 go: extracting github.com/go-toolsmith/astfmt v1.0.0
09:58:08 [2021-04-02T09:58:08.042Z] #49 28.39 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
09:58:08 [2021-04-02T09:58:08.042Z] #49 28.40 go: extracting github.com/inconshreveable/mousetrap v1.0.0
09:58:08 [2021-04-02T09:58:08.042Z] #49 28.51 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
09:58:08 [2021-04-02T09:58:08.042Z] #49 28.77 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
09:58:08 [2021-04-02T09:58:08.042Z] #49 28.93 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
09:58:08 [2021-04-02T09:58:08.131Z] #43 8.484   PBCC     images/sysctl.pb-c.c
09:58:08 [2021-04-02T09:58:08.131Z] #43 8.553   DEP      images/sysctl.pb-c.d
09:58:08 [2021-04-02T09:58:08.131Z] #43 8.635   PBCC     images/time.pb-c.c
09:58:08 [2021-04-02T09:58:08.131Z] #43 8.635   DEP      images/time.pb-c.d
09:58:08 [2021-04-02T09:58:08.327Z] #20 31.71 Selecting previously unselected package python3.
09:58:08 [2021-04-02T09:58:08.328Z] #20 31.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 ... 24096 files and directories currently installed.)
09:58:08 [2021-04-02T09:58:08.328Z] #20 31.78 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
09:58:08 [2021-04-02T09:58:08.328Z] #20 31.79 Unpacking python3 (3.7.3-1) ...
09:58:08 [2021-04-02T09:58:08.328Z] #20 31.88 Selecting previously unselected package libip4tc0:amd64.
09:58:08 [2021-04-02T09:58:08.328Z] #20 31.89 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
09:58:08 [2021-04-02T09:58:08.328Z] #20 31.89 Unpacking libip4tc0:amd64 (1.8.2-4) ...
09:58:08 [2021-04-02T09:58:08.328Z] #20 31.98 Selecting previously unselected package libip6tc0:amd64.
09:58:08 [2021-04-02T09:58:08.328Z] #20 31.98 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
09:58:08 [2021-04-02T09:58:08.392Z] #43 8.756   PBCC     images/binfmt-misc.pb-c.c
09:58:08 [2021-04-02T09:58:08.392Z] #43 8.764   DEP      images/binfmt-misc.pb-c.d
09:58:08 [2021-04-02T09:58:08.392Z] #43 8.830   PBCC     images/seccomp.pb-c.c
09:58:08 [2021-04-02T09:58:08.473Z] The recommended git tool is: git
09:58:08 [2021-04-02T09:58:08.584Z] #20 32.00 Unpacking libip6tc0:amd64 (1.8.2-4) ...
09:58:08 [2021-04-02T09:58:08.584Z] #20 32.13 Selecting previously unselected package libiptc0:amd64.
09:58:08 [2021-04-02T09:58:08.584Z] #20 32.13 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
09:58:08 [2021-04-02T09:58:08.584Z] #20 32.14 Unpacking libiptc0:amd64 (1.8.2-4) ...
09:58:08 [2021-04-02T09:58:08.584Z] #20 32.22 Selecting previously unselected package libnfnetlink0:amd64.
09:58:08 [2021-04-02T09:58:08.584Z] #20 32.23 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
09:58:08 [2021-04-02T09:58:08.584Z] #20 32.23 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
09:58:08 [2021-04-02T09:58:08.653Z] #43 8.893   DEP      images/seccomp.pb-c.d
09:58:08 [2021-04-02T09:58:08.653Z] #43 9.013   PBCC     images/userns.pb-c.c
09:58:08 [2021-04-02T09:58:08.653Z] #43 9.106   DEP      images/userns.pb-c.d
09:58:08 [2021-04-02T09:58:08.653Z] #43 9.230   PBCC     images/cgroup.pb-c.c
09:58:08 [2021-04-02T09:58:08.841Z] #20 32.30 Selecting previously unselected package libnetfilter-conntrack3:amd64.
09:58:08 [2021-04-02T09:58:08.841Z] #20 32.30 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
09:58:08 [2021-04-02T09:58:08.841Z] #20 32.31 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
09:58:08 [2021-04-02T09:58:08.841Z] #20 32.38 Selecting previously unselected package libnftnl11:amd64.
09:58:08 [2021-04-02T09:58:08.841Z] #20 32.39 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
09:58:08 [2021-04-02T09:58:08.841Z] #20 32.39 Unpacking libnftnl11:amd64 (1.1.2-2) ...
09:58:08 [2021-04-02T09:58:08.841Z] #20 32.48 Selecting previously unselected package iptables.
09:58:08 [2021-04-02T09:58:08.841Z] #20 32.48 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
09:58:08 [2021-04-02T09:58:08.841Z] #20 32.48 Unpacking iptables (1.8.2-4) ...
09:58:08 [2021-04-02T09:58:08.877Z] #42 ...
09:58:08 [2021-04-02T09:58:08.877Z] 
09:58:08 [2021-04-02T09:58:08.877Z] #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
09:58:08 [2021-04-02T09:58:08.877Z] #45 sha256:583281a574089db2ff8d12c67758c7a674ad902bd22010a728bcb3f4691f0871
09:58:08 [2021-04-02T09:58:08.877Z] #45 58.93 time
09:58:08 [2021-04-02T09:58:08.877Z] #45 63.97 strings
09:58:08 [2021-04-02T09:58:08.877Z] #45 64.24 os
09:58:08 [2021-04-02T09:58:08.877Z] #45 67.22 regexp/syntax
09:58:08 [2021-04-02T09:58:08.877Z] #45 68.36 fmt
09:58:08 [2021-04-02T09:58:08.877Z] #45 ...
09:58:08 [2021-04-02T09:58:08.877Z] 
09:58:08 [2021-04-02T09:58:08.877Z] #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
09:58:08 [2021-04-02T09:58:08.877Z] #37 sha256:1ac8e1f520136d4800ce16dab1cb1a7514a87e54abaa95e26eead7c66cb07a87
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.156 + RM_GOPATH=0
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.156 + TMP_GOPATH=
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.156 + : /build
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.156 + '[' -z '' ']'
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.156 ++ mktemp -d
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.158 + export GOPATH=/tmp/tmp.9bM1KqmsNL
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.158 + GOPATH=/tmp/tmp.9bM1KqmsNL
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.158 + RM_GOPATH=1
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.158 + case "$(go env GOARCH)" in
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.158 ++ go env GOARCH
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.198 + export GO_BUILDMODE=-buildmode=pie
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.198 + GO_BUILDMODE=-buildmode=pie
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.198 ++ dirname /tmp/install/install.sh
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.199 + dir=/tmp/install
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.199 + bin=tini
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.199 + shift
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.199 + '[' '!' -f /tmp/install/tini.installer ']'
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.199 + . /tmp/install/tini.installer
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.199 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.200 + install_tini
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.200 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.200 + git clone https://github.com/krallin/tini.git /tmp/tmp.9bM1KqmsNL/tini
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.200 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.202 Cloning into '/tmp/tmp.9bM1KqmsNL/tini'...
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.914 + cd /tmp/tmp.9bM1KqmsNL/tini
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.914 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
09:58:08 [2021-04-02T09:58:08.877Z] #37 1.919 + cmake .
09:58:08 [2021-04-02T09:58:08.877Z] #37 2.713 -- The C compiler identification is GNU 8.3.0
09:58:08 [2021-04-02T09:58:08.877Z] #37 2.779 -- Check for working C compiler: /usr/bin/cc
09:58:08 [2021-04-02T09:58:08.877Z] #37 3.622 -- Check for working C compiler: /usr/bin/cc -- works
09:58:08 [2021-04-02T09:58:08.877Z] #37 3.633 -- Detecting C compiler ABI info
09:58:08 [2021-04-02T09:58:08.877Z] #37 4.285 -- Detecting C compiler ABI info - done
09:58:08 [2021-04-02T09:58:08.877Z] #37 4.331 -- Detecting C compile features
09:58:08 [2021-04-02T09:58:08.913Z] #43 9.345   DEP      images/cgroup.pb-c.d
09:58:08 [2021-04-02T09:58:08.913Z] #43 9.382   PBCC     images/ext-file.pb-c.c
09:58:08 [2021-04-02T09:58:08.913Z] #43 9.412   DEP      images/ext-file.pb-c.d
09:58:08 [2021-04-02T09:58:08.913Z] #43 9.466   PBCC     images/rpc.pb-c.c
09:58:09 [2021-04-02T09:58:09.173Z] #43 9.538   DEP      images/rpc.pb-c.d
09:58:09 [2021-04-02T09:58:09.404Z] #20 32.81 Selecting previously unselected package xxd.
09:58:09 [2021-04-02T09:58:09.404Z] #20 32.83 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
09:58:09 [2021-04-02T09:58:09.404Z] #20 32.84 Unpacking xxd (2:8.1.0875-5) ...
09:58:09 [2021-04-02T09:58:09.404Z] #20 33.00 Selecting previously unselected package vim-common.
09:58:09 [2021-04-02T09:58:09.404Z] #20 33.00 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
09:58:09 [2021-04-02T09:58:09.404Z] #20 33.02 Unpacking vim-common (2:8.1.0875-5) ...
09:58:09 [2021-04-02T09:58:09.433Z] #43 9.617   PBCC     images/siginfo.pb-c.c
09:58:09 [2021-04-02T09:58:09.433Z] #43 9.637   DEP      images/siginfo.pb-c.d
09:58:09 [2021-04-02T09:58:09.433Z] #43 9.699   PBCC     images/pagemap.pb-c.c
09:58:09 [2021-04-02T09:58:09.433Z] #43 9.763   DEP      images/pagemap.pb-c.d
09:58:09 [2021-04-02T09:58:09.433Z] #43 9.829   PBCC     images/rlimit.pb-c.c
09:58:09 [2021-04-02T09:58:09.433Z] #43 9.862   DEP      images/rlimit.pb-c.d
09:58:09 [2021-04-02T09:58:09.440Z] #49 31.35 go: extracting github.com/gogo/protobuf v1.2.1
09:58:09 [2021-04-02T09:58:09.660Z] #20 33.20 Selecting previously unselected package bash-completion.
09:58:09 [2021-04-02T09:58:09.660Z] #20 33.21 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
09:58:09 [2021-04-02T09:58:09.693Z] #43 9.921   PBCC     images/file-lock.pb-c.c
09:58:09 [2021-04-02T09:58:09.693Z] #43 9.945   DEP      images/file-lock.pb-c.d
09:58:09 [2021-04-02T09:58:09.693Z] #43 10.01   PBCC     images/tty.pb-c.c
09:58:09 [2021-04-02T09:58:09.693Z] #43 10.09   DEP      images/tty.pb-c.d
09:58:09 [2021-04-02T09:58:09.693Z] #43 10.15   PBCC     images/tun.pb-c.c
09:58:09 [2021-04-02T09:58:09.693Z] #43 10.20   PBCC     images/netdev.pb-c.c
09:58:09 [2021-04-02T09:58:09.953Z] #43 10.31   DEP      images/tun.pb-c.d
09:58:09 [2021-04-02T09:58:09.953Z] #43 10.34   DEP      images/netdev.pb-c.d
09:58:09 [2021-04-02T09:58:09.953Z] #43 10.45   PBCC     images/vma.pb-c.c
09:58:09 [2021-04-02T09:58:09.986Z] #36 ...
09:58:09 [2021-04-02T09:58:09.986Z] 
09:58:09 [2021-04-02T09:58:09.986Z] #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
09:58:09 [2021-04-02T09:58:09.986Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:58:09 [2021-04-02T09:58:09.986Z] #13 34.18 Reading package lists...
09:58:09 [2021-04-02T09:58:09.986Z] #13 41.10 Building dependency tree...
09:58:09 [2021-04-02T09:58:09.986Z] #13 44.70 The following additional packages will be installed:
09:58:09 [2021-04-02T09:58:09.986Z] #13 44.70   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
09:58:09 [2021-04-02T09:58:09.986Z] #13 44.70   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
09:58:09 [2021-04-02T09:58:09.986Z] #13 44.70   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
09:58:09 [2021-04-02T09:58:09.986Z] #13 44.70   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
09:58:09 [2021-04-02T09:58:09.986Z] #13 44.70   mingw-w64-common mingw-w64-x86-64-dev
09:58:09 [2021-04-02T09:58:09.986Z] #13 44.70 Suggested packages:
09:58:09 [2021-04-02T09:58:09.986Z] #13 44.70   gcc-8-locales seccomp wine64
09:58:09 [2021-04-02T09:58:09.986Z] #13 46.19 The following NEW packages will be installed:
09:58:09 [2021-04-02T09:58:09.986Z] #13 46.19   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
09:58:09 [2021-04-02T09:58:09.986Z] #13 46.19   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
09:58:09 [2021-04-02T09:58:09.986Z] #13 46.19   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
09:58:09 [2021-04-02T09:58:09.986Z] #13 46.19   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
09:58:09 [2021-04-02T09:58:09.986Z] #13 46.19   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
09:58:09 [2021-04-02T09:58:09.986Z] #13 46.19   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
09:58:09 [2021-04-02T09:58:09.986Z] #13 46.20 The following packages will be upgraded:
09:58:09 [2021-04-02T09:58:09.986Z] #13 46.21   libseccomp2 libsystemd0 libudev1
09:58:09 [2021-04-02T09:58:09.986Z] #13 46.74 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded.
09:58:09 [2021-04-02T09:58:09.986Z] #13 46.74 Need to get 78.2 MB of archives.
09:58:09 [2021-04-02T09:58:09.986Z] #13 46.74 After this operation, 487 MB of additional disk space will be used.
09:58:09 [2021-04-02T09:58:09.986Z] #13 46.74 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
09:58:09 [2021-04-02T09:58:09.986Z] #13 46.74 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
09:58:09 [2021-04-02T09:58:09.986Z] #13 46.76 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB]
09:58:09 [2021-04-02T09:58:09.986Z] #13 46.76 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB]
09:58:09 [2021-04-02T09:58:09.986Z] #13 46.79 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]
09:58:09 [2021-04-02T09:58:09.986Z] #13 47.03 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]
09:58:09 [2021-04-02T09:58:09.986Z] #13 47.29 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
09:58:09 [2021-04-02T09:58:09.986Z] #13 47.32 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
09:58:09 [2021-04-02T09:58:09.986Z] #13 47.32 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
09:58:09 [2021-04-02T09:58:09.986Z] #13 47.35 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
09:58:09 [2021-04-02T09:58:09.986Z] #13 47.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]
09:58:09 [2021-04-02T09:58:09.986Z] #13 48.21 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]
09:58:09 [2021-04-02T09:58:09.986Z] #13 48.21 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]
09:58:10 [2021-04-02T09:58:10.214Z] #43 10.50   DEP      images/vma.pb-c.d
09:58:10 [2021-04-02T09:58:10.214Z] #43 10.59   PBCC     images/creds.pb-c.c
09:58:10 [2021-04-02T09:58:10.214Z] #43 10.60   DEP      images/creds.pb-c.d
09:58:10 [2021-04-02T09:58:10.214Z] #43 10.65   PBCC     images/utsns.pb-c.c
09:58:10 [2021-04-02T09:58:10.214Z] #43 10.68   DEP      images/utsns.pb-c.d
09:58:10 [2021-04-02T09:58:10.214Z] #43 10.74   PBCC     images/ipc-desc.pb-c.c
09:58:10 [2021-04-02T09:58:10.214Z] #43 10.77   PBCC     images/ipc-sem.pb-c.c
09:58:10 [2021-04-02T09:58:10.214Z] #43 10.80   DEP      images/ipc-desc.pb-c.d
09:58:10 [2021-04-02T09:58:10.223Z] #20 ...
09:58:10 [2021-04-02T09:58:10.223Z] 
09:58:10 [2021-04-02T09:58:10.223Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:10 [2021-04-02T09:58:10.223Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:10 [2021-04-02T09:58:10.223Z] #43 86.06   DEP      criu/cgroup.d
09:58:10 [2021-04-02T09:58:10.223Z] #43 86.26   DEP      criu/cgroup-props.d
09:58:10 [2021-04-02T09:58:10.223Z] #43 86.38   DEP      criu/bitmap.d
09:58:10 [2021-04-02T09:58:10.223Z] #43 86.41   DEP      criu/bfd.d
09:58:10 [2021-04-02T09:58:10.223Z] #43 86.50   DEP      criu/autofs.d
09:58:10 [2021-04-02T09:58:10.223Z] #43 86.71   DEP      criu/aio.d
09:58:10 [2021-04-02T09:58:10.223Z] #43 86.99   DEP      criu/action-scripts.d
09:58:10 [2021-04-02T09:58:10.223Z] #43 87.47   CC       criu/action-scripts.o
09:58:10 [2021-04-02T09:58:10.223Z] #43 87.92   CC       criu/aio.o
09:58:10 [2021-04-02T09:58:10.223Z] #43 88.51   CC       criu/autofs.o
09:58:10 [2021-04-02T09:58:10.223Z] #43 89.79   CC       criu/bfd.o
09:58:10 [2021-04-02T09:58:10.223Z] #43 90.26   CC       criu/bitmap.o
09:58:10 [2021-04-02T09:58:10.223Z] #43 90.42   CC       criu/cgroup-props.o
09:58:10 [2021-04-02T09:58:10.223Z] #43 91.21   CC       criu/cgroup.o
09:58:10 [2021-04-02T09:58:10.223Z] #43 94.01   CC       criu/clone-noasan.o
09:58:10 [2021-04-02T09:58:10.223Z] #43 94.18   CC       criu/config.o
09:58:10 [2021-04-02T09:58:10.223Z] #43 95.28   CC       criu/cr-check.o
09:58:10 [2021-04-02T09:58:10.398Z] #49 ...
09:58:10 [2021-04-02T09:58:10.398Z] 
09:58:10 [2021-04-02T09:58:10.398Z] #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
09:58:10 [2021-04-02T09:58:10.398Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
09:58:10 [2021-04-02T09:58:10.398Z] #36 17.19 Reading package lists...
09:58:10 [2021-04-02T09:58:10.398Z] #36 22.71 Reading package lists...
09:58:10 [2021-04-02T09:58:10.398Z] #36 29.22 Building dependency tree...
09:58:10 [2021-04-02T09:58:10.398Z] #36 32.27 The following additional packages will be installed:
09:58:10 [2021-04-02T09:58:10.398Z] #36 32.27   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
09:58:10 [2021-04-02T09:58:10.398Z] #36 32.28 Suggested packages:
09:58:10 [2021-04-02T09:58:10.398Z] #36 32.28   cmake-doc ninja-build lrzip
09:58:10 [2021-04-02T09:58:10.398Z] #36 32.28 Recommended packages:
09:58:10 [2021-04-02T09:58:10.398Z] #36 32.28   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
09:58:10 [2021-04-02T09:58:10.398Z] #36 ...
09:58:10 [2021-04-02T09:58:10.398Z] 
09:58:10 [2021-04-02T09:58:10.398Z] #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
09:58:10 [2021-04-02T09:58:10.398Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
09:58:10 [2021-04-02T09:58:10.398Z] #55 17.43 Reading package lists...
09:58:10 [2021-04-02T09:58:10.398Z] #55 22.75 Reading package lists...
09:58:10 [2021-04-02T09:58:10.398Z] #55 28.27 Building dependency tree...
09:58:10 [2021-04-02T09:58:10.398Z] #55 31.21 The following additional packages will be installed:
09:58:10 [2021-04-02T09:58:10.398Z] #55 31.22   libbtrfs0
09:58:10 [2021-04-02T09:58:10.398Z] #55 31.41 The following NEW packages will be installed:
09:58:10 [2021-04-02T09:58:10.398Z] #55 31.42   libbtrfs-dev libbtrfs0
09:58:10 [2021-04-02T09:58:10.398Z] #55 31.82 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded.
09:58:10 [2021-04-02T09:58:10.398Z] #55 31.82 Need to get 119 kB of archives.
09:58:10 [2021-04-02T09:58:10.398Z] #55 31.82 After this operation, 387 kB of additional disk space will be used.
09:58:10 [2021-04-02T09:58:10.398Z] #55 31.82 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
09:58:10 [2021-04-02T09:58:10.398Z] #55 31.83 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
09:58:10 [2021-04-02T09:58:10.474Z] #43 10.86   DEP      images/ipc-sem.pb-c.d
09:58:10 [2021-04-02T09:58:10.474Z] #43 10.87   PBCC     images/ipc-msg.pb-c.c
09:58:10 [2021-04-02T09:58:10.474Z] #43 10.89   DEP      images/ipc-msg.pb-c.d
09:58:10 [2021-04-02T09:58:10.474Z] #43 10.93   PBCC     images/ipc-shm.pb-c.c
09:58:10 [2021-04-02T09:58:10.665Z] #55 ...
09:58:10 [2021-04-02T09:58:10.665Z] 
09:58:10 [2021-04-02T09:58:10.665Z] #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
09:58:10 [2021-04-02T09:58:10.665Z] #58 sha256:4cfb8ab24f7c21042872a9b18fc14156e22d3b89c78d9532c1f784c6b4e97b48
09:58:10 [2021-04-02T09:58:10.665Z] #58 22.52 go: finding github.com/sirupsen/logrus v1.8.1
09:58:10 [2021-04-02T09:58:10.665Z] #58 22.52 go: finding github.com/pkg/errors v0.9.1
09:58:10 [2021-04-02T09:58:10.665Z] #58 22.74 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
09:58:10 [2021-04-02T09:58:10.665Z] #58 23.00 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
09:58:10 [2021-04-02T09:58:10.665Z] #58 23.13 go: finding github.com/google/uuid v1.2.0
09:58:10 [2021-04-02T09:58:10.665Z] #58 23.37 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
09:58:10 [2021-04-02T09:58:10.665Z] #58 23.38 go: finding github.com/gofrs/flock v0.8.0
09:58:10 [2021-04-02T09:58:10.665Z] #58 23.45 go: finding github.com/gorilla/mux v1.8.0
09:58:10 [2021-04-02T09:58:10.665Z] #58 23.51 go: finding github.com/moby/vpnkit v0.5.0
09:58:10 [2021-04-02T09:58:10.665Z] #58 23.52 go: finding github.com/moby/sys/mountinfo v0.4.1
09:58:10 [2021-04-02T09:58:10.665Z] #58 23.66 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
09:58:10 [2021-04-02T09:58:10.665Z] #58 23.67 go: finding github.com/urfave/cli/v2 v2.3.0
09:58:10 [2021-04-02T09:58:10.665Z] #58 23.77 go: finding github.com/u-root/u-root v7.0.0+incompatible
09:58:10 [2021-04-02T09:58:10.665Z] #58 24.02 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
09:58:10 [2021-04-02T09:58:10.665Z] #58 24.40 go: finding github.com/russross/blackfriday/v2 v2.1.0
09:58:10 [2021-04-02T09:58:10.665Z] #58 ...
09:58:10 [2021-04-02T09:58:10.665Z] 
09:58:10 [2021-04-02T09:58:10.665Z] #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
09:58:10 [2021-04-02T09:58:10.665Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
09:58:10 [2021-04-02T09:58:10.665Z] #36 32.88 The following NEW packages will be installed:
09:58:10 [2021-04-02T09:58:10.741Z] #43 10.96   DEP      images/ipc-shm.pb-c.d
09:58:10 [2021-04-02T09:58:10.741Z] #43 11.03   PBCC     images/ipc-var.pb-c.c
09:58:10 [2021-04-02T09:58:10.741Z] #43 11.06   DEP      images/ipc-var.pb-c.d
09:58:10 [2021-04-02T09:58:10.741Z] #43 11.10   PBCC     images/sk-opts.pb-c.c
09:58:10 [2021-04-02T09:58:10.741Z] #43 11.14   PBCC     images/packet-sock.pb-c.c
09:58:10 [2021-04-02T09:58:10.741Z] #43 11.21   DEP      images/sk-opts.pb-c.d
09:58:10 [2021-04-02T09:58:10.787Z] #43 96.90   CC       criu/cr-dedup.o
09:58:10 [2021-04-02T09:58:10.794Z] #37 ...
09:58:10 [2021-04-02T09:58:10.794Z] 
09:58:10 [2021-04-02T09:58:10.794Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:58:10 [2021-04-02T09:58:10.794Z] #34 sha256:8916c428c83ca8e171efc92c1df5ae1c308722e8d477c6fec1edd5e160cf0d6c
09:58:10 [2021-04-02T09:58:10.794Z] #34 60.66 internal/poll
09:58:10 [2021-04-02T09:58:10.794Z] #34 61.54 internal/fmtsort
09:58:10 [2021-04-02T09:58:10.794Z] #34 62.79 internal/syscall/execenv
09:58:10 [2021-04-02T09:58:10.794Z] #34 62.79 internal/syscall/unix
09:58:10 [2021-04-02T09:58:10.794Z] #34 63.04 strings
09:58:10 [2021-04-02T09:58:10.794Z] #34 63.21 os
09:58:10 [2021-04-02T09:58:10.794Z] #34 65.98 path
09:58:10 [2021-04-02T09:58:10.794Z] #34 66.46 text/tabwriter
09:58:10 [2021-04-02T09:58:10.794Z] #34 67.52 path/filepath
09:58:10 [2021-04-02T09:58:10.794Z] #34 67.53 fmt
09:58:10 [2021-04-02T09:58:10.794Z] #34 68.74 io/ioutil
09:58:10 [2021-04-02T09:58:10.794Z] #34 ...
09:58:10 [2021-04-02T09:58:10.794Z] 
09:58:10 [2021-04-02T09:58:10.794Z] #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
09:58:10 [2021-04-02T09:58:10.794Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:58:10 [2021-04-02T09:58:10.794Z] #13 63.05 Selecting previously unselected package binutils-mingw-w64.
09:58:10 [2021-04-02T09:58:10.794Z] #13 63.07 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
09:58:10 [2021-04-02T09:58:10.794Z] #13 63.08 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
09:58:10 [2021-04-02T09:58:10.794Z] #13 63.21 Selecting previously unselected package libdevmapper1.02.1:amd64.
09:58:10 [2021-04-02T09:58:10.794Z] #13 63.21 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
09:58:10 [2021-04-02T09:58:10.794Z] #13 63.22 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
09:58:10 [2021-04-02T09:58:10.794Z] #13 63.37 Selecting previously unselected package dmsetup.
09:58:10 [2021-04-02T09:58:10.794Z] #13 63.39 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
09:58:10 [2021-04-02T09:58:10.794Z] #13 63.40 Unpacking dmsetup (2:1.02.155-3) ...
09:58:10 [2021-04-02T09:58:10.794Z] #13 63.65 Selecting previously unselected package mingw-w64-common.
09:58:10 [2021-04-02T09:58:10.794Z] #13 63.65 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
09:58:10 [2021-04-02T09:58:10.794Z] #13 63.66 Unpacking mingw-w64-common (6.0.0-3) ...
09:58:10 [2021-04-02T09:58:10.951Z] #36 32.90   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
09:58:10 [2021-04-02T09:58:10.951Z] #36 32.90   vim-common xxd
09:58:11 [2021-04-02T09:58:11.001Z] #43 11.27   DEP      images/packet-sock.pb-c.d
09:58:11 [2021-04-02T09:58:11.001Z] #43 11.35   PBCC     images/sk-netlink.pb-c.c
09:58:11 [2021-04-02T09:58:11.001Z] #43 11.40   DEP      images/sk-netlink.pb-c.d
09:58:11 [2021-04-02T09:58:11.001Z] #43 11.45   PBCC     images/sk-inet.pb-c.c
09:58:11 [2021-04-02T09:58:11.001Z] #43 ...
09:58:11 [2021-04-02T09:58:11.001Z] 
09:58:11 [2021-04-02T09:58:11.001Z] #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
09:58:11 [2021-04-02T09:58:11.001Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:58:11 [2021-04-02T09:58:11.001Z] #13 69.17 Selecting previously unselected package mingw-w64-x86-64-dev.
09:58:11 [2021-04-02T09:58:11.001Z] #13 69.17 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
09:58:11 [2021-04-02T09:58:11.001Z] #13 69.18 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
09:58:11 [2021-04-02T09:58:11.001Z] #13 76.19 Selecting previously unselected package gcc-mingw-w64-base.
09:58:11 [2021-04-02T09:58:11.001Z] #13 76.19 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
09:58:11 [2021-04-02T09:58:11.001Z] #13 76.21 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
09:58:11 [2021-04-02T09:58:11.001Z] #13 76.41 Selecting previously unselected package gcc-mingw-w64-x86-64.
09:58:11 [2021-04-02T09:58:11.001Z] #13 76.41 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
09:58:11 [2021-04-02T09:58:11.001Z] #13 76.41 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
09:58:11 [2021-04-02T09:58:11.215Z] #36 33.32 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded.
09:58:11 [2021-04-02T09:58:11.215Z] #36 33.32 Need to get 14.2 MB of archives.
09:58:11 [2021-04-02T09:58:11.215Z] #36 33.32 After this operation, 60.0 MB of additional disk space will be used.
09:58:11 [2021-04-02T09:58:11.215Z] #36 33.32 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
09:58:11 [2021-04-02T09:58:11.215Z] #36 33.33 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
09:58:11 [2021-04-02T09:58:11.215Z] #36 33.34 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB]
09:58:11 [2021-04-02T09:58:11.215Z] #36 33.44 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
09:58:11 [2021-04-02T09:58:11.261Z] #13 ...
09:58:11 [2021-04-02T09:58:11.261Z] 
09:58:11 [2021-04-02T09:58:11.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
09:58:11 [2021-04-02T09:58:11.261Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:11 [2021-04-02T09:58:11.261Z] #43 11.53   DEP      images/sk-inet.pb-c.d
09:58:11 [2021-04-02T09:58:11.261Z] #43 11.62   PBCC     images/sk-unix.pb-c.c
09:58:11 [2021-04-02T09:58:11.261Z] #43 11.67   DEP      images/sk-unix.pb-c.d
09:58:11 [2021-04-02T09:58:11.261Z] #43 11.73   PBCC     images/mm.pb-c.c
09:58:11 [2021-04-02T09:58:11.261Z] #43 11.75   DEP      images/mm.pb-c.d
09:58:11 [2021-04-02T09:58:11.261Z] #43 11.80   PBCC     images/timerfd.pb-c.c
09:58:11 [2021-04-02T09:58:11.350Z] #43 97.32   CC       criu/cr-dump.o
09:58:11 [2021-04-02T09:58:11.357Z] #13 52.00 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]
09:58:11 [2021-04-02T09:58:11.357Z] #13 ...
09:58:11 [2021-04-02T09:58:11.357Z] 
09:58:11 [2021-04-02T09:58:11.357Z] #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
09:58:11 [2021-04-02T09:58:11.357Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:58:11 [2021-04-02T09:58:11.357Z] #42 56.47 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
09:58:11 [2021-04-02T09:58:11.357Z] #42 56.58 Setting up libnl-3-200:amd64 (3.4.0-1) ...
09:58:11 [2021-04-02T09:58:11.357Z] #42 ...
09:58:11 [2021-04-02T09:58:11.357Z] 
09:58:11 [2021-04-02T09:58:11.357Z] #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
09:58:11 [2021-04-02T09:58:11.357Z] #47 sha256:0eee3142566846765c076b75f8a2feb485190f15ffba05354ee3fab47b6b7b0e
09:58:11 [2021-04-02T09:58:11.357Z] #47 DONE 56.6s
09:58:11 [2021-04-02T09:58:11.357Z] 
09:58:11 [2021-04-02T09:58:11.357Z] #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
09:58:11 [2021-04-02T09:58:11.357Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:58:11 [2021-04-02T09:58:11.357Z] #42 56.73 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
09:58:11 [2021-04-02T09:58:11.357Z] #42 56.73 Setting up libcap-dev:amd64 (1:2.25-2) ...
09:58:11 [2021-04-02T09:58:11.357Z] #42 56.75 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
09:58:11 [2021-04-02T09:58:11.357Z] #42 56.77 Setting up protobuf-compiler (3.6.1.3-2) ...
09:58:11 [2021-04-02T09:58:11.357Z] #42 56.77 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
09:58:11 [2021-04-02T09:58:11.357Z] #42 56.80 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
09:58:11 [2021-04-02T09:58:11.357Z] #42 56.86 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
09:58:11 [2021-04-02T09:58:11.357Z] #42 56.86 Setting up python-protobuf (3.6.1.3-2) ...
09:58:11 [2021-04-02T09:58:11.522Z] #43 11.92   DEP      images/timerfd.pb-c.d
09:58:11 [2021-04-02T09:58:11.522Z] #43 12.00   PBCC     images/timer.pb-c.c
09:58:11 [2021-04-02T09:58:11.522Z] #43 12.01   DEP      images/timer.pb-c.d
09:58:11 [2021-04-02T09:58:11.522Z] #43 12.07   PBCC     images/sa.pb-c.c
09:58:11 [2021-04-02T09:58:11.522Z] #43 12.10   DEP      images/sa.pb-c.d
09:58:11 [2021-04-02T09:58:11.782Z] #43 12.16   PBCC     images/pipe-data.pb-c.c
09:58:11 [2021-04-02T09:58:11.782Z] #43 12.18   DEP      images/pipe-data.pb-c.d
09:58:11 [2021-04-02T09:58:11.782Z] #43 12.22   PBCC     images/mnt.pb-c.c
09:58:12 [2021-04-02T09:58:12.042Z] #43 12.31   DEP      images/mnt.pb-c.d
09:58:12 [2021-04-02T09:58:12.042Z] #43 12.38   PBCC     images/sk-packet.pb-c.c
09:58:12 [2021-04-02T09:58:12.042Z] #43 12.40   DEP      images/sk-packet.pb-c.d
09:58:12 [2021-04-02T09:58:12.042Z] #43 12.45   PBCC     images/tcp-stream.pb-c.c
09:58:12 [2021-04-02T09:58:12.042Z] #43 12.47   DEP      images/tcp-stream.pb-c.d
09:58:12 [2021-04-02T09:58:12.165Z] #36 34.16 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u1 [625 kB]
09:58:12 [2021-04-02T09:58:12.165Z] #36 34.23 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB]
09:58:12 [2021-04-02T09:58:12.165Z] #36 34.44 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB]
09:58:12 [2021-04-02T09:58:12.302Z] #43 12.54   PBCC     images/pipe.pb-c.c
09:58:12 [2021-04-02T09:58:12.302Z] #43 12.62   DEP      images/pipe.pb-c.d
09:58:12 [2021-04-02T09:58:12.302Z] #43 12.66   PBCC     images/pstree.pb-c.c
09:58:12 [2021-04-02T09:58:12.302Z] #43 12.69   DEP      images/pstree.pb-c.d
09:58:12 [2021-04-02T09:58:12.302Z] #43 12.70   PBCC     images/fs.pb-c.c
09:58:12 [2021-04-02T09:58:12.302Z] #43 12.72   DEP      images/fs.pb-c.d
09:58:12 [2021-04-02T09:58:12.302Z] #43 12.77   PBCC     images/signalfd.pb-c.c
09:58:12 [2021-04-02T09:58:12.302Z] #43 12.82   DEP      images/signalfd.pb-c.d
09:58:12 [2021-04-02T09:58:12.302Z] #43 12.86   PBCC     images/fh.pb-c.c
09:58:12 [2021-04-02T09:58:12.302Z] #43 12.89   PBCC     images/fsnotify.pb-c.c
09:58:12 [2021-04-02T09:58:12.561Z] #43 12.95   DEP      images/fh.pb-c.d
09:58:12 [2021-04-02T09:58:12.561Z] #43 13.01   DEP      images/fsnotify.pb-c.d
09:58:12 [2021-04-02T09:58:12.561Z] #43 13.06   PBCC     images/eventpoll.pb-c.c
09:58:12 [2021-04-02T09:58:12.561Z] #43 13.07   DEP      images/eventpoll.pb-c.d
09:58:12 [2021-04-02T09:58:12.561Z] #43 13.14   PBCC     images/eventfd.pb-c.c
09:58:12 [2021-04-02T09:58:12.566Z] #36 34.47 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB]
09:58:12 [2021-04-02T09:58:12.762Z] #43 ...
09:58:12 [2021-04-02T09:58:12.762Z] 
09:58:12 [2021-04-02T09:58:12.762Z] #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
09:58:12 [2021-04-02T09:58:12.762Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
09:58:12 [2021-04-02T09:58:12.762Z] #20 36.12 Unpacking bash-completion (1:2.8-6) ...
09:58:12 [2021-04-02T09:58:12.821Z] #43 13.18   DEP      images/eventfd.pb-c.d
09:58:12 [2021-04-02T09:58:12.821Z] #43 13.26   PBCC     images/remap-file-path.pb-c.c
09:58:12 [2021-04-02T09:58:12.821Z] #43 13.31   DEP      images/remap-file-path.pb-c.d
09:58:12 [2021-04-02T09:58:12.821Z] #43 13.39   PBCC     images/fifo.pb-c.c
09:58:12 [2021-04-02T09:58:12.829Z] #36 34.60 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB]
09:58:12 [2021-04-02T09:58:12.829Z] #36 34.61 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB]
09:58:13 [2021-04-02T09:58:13.019Z] #20 36.56 Selecting previously unselected package bzip2.
09:58:13 [2021-04-02T09:58:13.019Z] #20 36.57 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
09:58:13 [2021-04-02T09:58:13.019Z] #20 36.58 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
09:58:13 [2021-04-02T09:58:13.019Z] #20 36.65 Selecting previously unselected package xz-utils.
09:58:13 [2021-04-02T09:58:13.019Z] #20 36.66 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
09:58:13 [2021-04-02T09:58:13.081Z] #43 13.40   DEP      images/fifo.pb-c.d
09:58:13 [2021-04-02T09:58:13.081Z] #43 13.44   PBCC     images/ghost-file.pb-c.c
09:58:13 [2021-04-02T09:58:13.081Z] #43 13.49   DEP      images/ghost-file.pb-c.d
09:58:13 [2021-04-02T09:58:13.081Z] #43 13.55   PBCC     images/regfile.pb-c.c
09:58:13 [2021-04-02T09:58:13.081Z] #43 13.61   DEP      images/regfile.pb-c.d
09:58:13 [2021-04-02T09:58:13.279Z] #20 36.66 Unpacking xz-utils (5.2.4-1) ...
09:58:13 [2021-04-02T09:58:13.341Z] #43 13.68   PBCC     images/ns.pb-c.c
09:58:13 [2021-04-02T09:58:13.341Z] #43 13.70   DEP      images/ns.pb-c.d
09:58:13 [2021-04-02T09:58:13.341Z] #43 13.74   PBCC     images/fdinfo.pb-c.c
09:58:13 [2021-04-02T09:58:13.341Z] #43 13.82   DEP      images/fdinfo.pb-c.d
09:58:13 [2021-04-02T09:58:13.341Z] #43 13.89   PBCC     images/core-aarch64.pb-c.c
09:58:13 [2021-04-02T09:58:13.535Z] #20 36.88 Selecting previously unselected package apparmor.
09:58:13 [2021-04-02T09:58:13.535Z] #20 36.89 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
09:58:13 [2021-04-02T09:58:13.535Z] #20 37.01 Unpacking apparmor (2.13.2-10) ...
09:58:13 [2021-04-02T09:58:13.609Z] #43 14.01   PBCC     images/core-arm.pb-c.c
09:58:13 [2021-04-02T09:58:13.609Z] #43 14.07   PBCC     images/core-ppc64.pb-c.c
09:58:13 [2021-04-02T09:58:13.609Z] #43 14.13   PBCC     images/core-s390.pb-c.c
09:58:13 [2021-04-02T09:58:13.791Z] #20 37.30 Selecting previously unselected package aufs-tools.
09:58:13 [2021-04-02T09:58:13.791Z] #20 37.30 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
09:58:13 [2021-04-02T09:58:13.791Z] #20 37.31 Unpacking aufs-tools (1:4.14+20190211-1) ...
09:58:13 [2021-04-02T09:58:13.869Z] #43 14.16   PBCC     images/core-x86.pb-c.c
09:58:13 [2021-04-02T09:58:13.869Z] #43 14.19   PBCC     images/core.pb-c.c
09:58:13 [2021-04-02T09:58:13.869Z] #43 14.27   PBCC     images/inventory.pb-c.c
09:58:13 [2021-04-02T09:58:13.869Z] #43 14.38   DEP      images/core-aarch64.pb-c.d
09:58:14 [2021-04-02T09:58:14.048Z] #20 37.51 Selecting previously unselected package libonig5:amd64.
09:58:14 [2021-04-02T09:58:14.048Z] #20 37.51 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
09:58:14 [2021-04-02T09:58:14.048Z] #20 37.51 Unpacking libonig5:amd64 (6.9.1-1) ...
09:58:14 [2021-04-02T09:58:14.048Z] #20 37.66 Selecting previously unselected package libjq1:amd64.
09:58:14 [2021-04-02T09:58:14.048Z] #20 37.66 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
09:58:14 [2021-04-02T09:58:14.048Z] #20 37.66 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
09:58:14 [2021-04-02T09:58:14.109Z] #13 ...
09:58:14 [2021-04-02T09:58:14.109Z] 
09:58:14 [2021-04-02T09:58:14.109Z] #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
09:58:14 [2021-04-02T09:58:14.109Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:58:14 [2021-04-02T09:58:14.109Z] #42 73.18 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
09:58:14 [2021-04-02T09:58:14.109Z] #42 73.19 Processing triggers for libc-bin (2.28-10) ...
09:58:14 [2021-04-02T09:58:14.109Z] #42 DONE 74.0s
09:58:14 [2021-04-02T09:58:14.109Z] 
09:58:14 [2021-04-02T09:58:14.109Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:14 [2021-04-02T09:58:14.109Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:14 [2021-04-02T09:58:14.128Z] #43 14.45   DEP      images/core-arm.pb-c.d
09:58:14 [2021-04-02T09:58:14.128Z] #43 14.53   DEP      images/core-ppc64.pb-c.d
09:58:14 [2021-04-02T09:58:14.128Z] #43 14.58   DEP      images/core-s390.pb-c.d
09:58:14 [2021-04-02T09:58:14.128Z] #43 14.64   DEP      images/core-x86.pb-c.d
09:58:14 [2021-04-02T09:58:14.303Z] #20 37.78 Selecting previously unselected package jq.
09:58:14 [2021-04-02T09:58:14.304Z] #20 37.79 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
09:58:14 [2021-04-02T09:58:14.304Z] #20 37.80 Unpacking jq (1.5+dfsg-2+b1) ...
09:58:14 [2021-04-02T09:58:14.388Z] #43 14.78   DEP      images/core.pb-c.d
09:58:14 [2021-04-02T09:58:14.388Z] #43 14.89   DEP      images/inventory.pb-c.d
09:58:14 [2021-04-02T09:58:14.559Z] #20 37.91 Selecting previously unselected package libaio1:amd64.
09:58:14 [2021-04-02T09:58:14.559Z] #20 37.93 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
09:58:14 [2021-04-02T09:58:14.559Z] #20 37.93 Unpacking libaio1:amd64 (0.3.112-3) ...
09:58:14 [2021-04-02T09:58:14.559Z] #20 38.01 Selecting previously unselected package libgpm2:amd64.
09:58:14 [2021-04-02T09:58:14.559Z] #20 38.02 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
09:58:14 [2021-04-02T09:58:14.559Z] #20 38.03 Unpacking libgpm2:amd64 (1.20.7-5) ...
09:58:14 [2021-04-02T09:58:14.559Z] #20 38.09 Selecting previously unselected package libicu63:amd64.
09:58:14 [2021-04-02T09:58:14.559Z] #20 38.10 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
09:58:14 [2021-04-02T09:58:14.651Z] #43 14.99   PBCC     images/cpuinfo.pb-c.c
09:58:14 [2021-04-02T09:58:14.651Z] #43 15.00   DEP      images/cpuinfo.pb-c.d
09:58:14 [2021-04-02T09:58:14.651Z] #43 15.05   PBCC     images/stats.pb-c.c
09:58:14 [2021-04-02T09:58:14.651Z] #43 15.10   DEP      images/stats.pb-c.d
09:58:14 [2021-04-02T09:58:14.684Z] #43 ...
09:58:14 [2021-04-02T09:58:14.684Z] 
09:58:14 [2021-04-02T09:58:14.684Z] #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
09:58:14 [2021-04-02T09:58:14.684Z] #37 sha256:1ac8e1f520136d4800ce16dab1cb1a7514a87e54abaa95e26eead7c66cb07a87
09:58:14 [2021-04-02T09:58:14.684Z] #37 6.252 -- Detecting C compile features - done
09:58:14 [2021-04-02T09:58:14.684Z] #37 6.285 -- Performing Test HAS_BUILTIN_FORTIFY
09:58:14 [2021-04-02T09:58:14.684Z] #37 6.546 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
09:58:14 [2021-04-02T09:58:14.684Z] #37 6.670 -- Configuring done
09:58:14 [2021-04-02T09:58:14.684Z] #37 6.675 -- Generating done
09:58:14 [2021-04-02T09:58:14.684Z] #37 6.700 -- Build files have been written to: /tmp/tmp.9bM1KqmsNL/tini
09:58:14 [2021-04-02T09:58:14.684Z] #37 6.707 + make tini-static
09:58:14 [2021-04-02T09:58:14.684Z] #37 7.169 Scanning dependencies of target tini-static
09:58:14 [2021-04-02T09:58:14.684Z] #37 7.279 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
09:58:14 [2021-04-02T09:58:14.684Z] #37 8.657 [100%] Linking C executable tini-static
09:58:14 [2021-04-02T09:58:14.684Z] #37 9.573 [100%] Built target tini-static
09:58:14 [2021-04-02T09:58:14.684Z] #37 9.809 + mkdir -p /build
09:58:14 [2021-04-02T09:58:14.684Z] #37 9.829 + cp tini-static /build/docker-init
09:58:14 [2021-04-02T09:58:14.684Z] #37 DONE 9.9s
09:58:14 [2021-04-02T09:58:14.684Z] 
09:58:14 [2021-04-02T09:58:14.684Z] #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
09:58:14 [2021-04-02T09:58:14.684Z] #45 sha256:583281a574089db2ff8d12c67758c7a674ad902bd22010a728bcb3f4691f0871
09:58:14 [2021-04-02T09:58:14.684Z] #45 71.91 regexp
09:58:14 [2021-04-02T09:58:14.684Z] #45 73.44 go/token
09:58:14 [2021-04-02T09:58:14.684Z] #45 74.61 go/scanner
09:58:14 [2021-04-02T09:58:14.815Z] #20 38.11 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
09:58:15 [2021-04-02T09:58:15.391Z] #36 37.32 debconf: delaying package configuration, since apt-utils is not installed
09:58:15 [2021-04-02T09:58:15.628Z] #45 ...
09:58:15 [2021-04-02T09:58:15.628Z] 
09:58:15 [2021-04-02T09:58:15.628Z] #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
09:58:15 [2021-04-02T09:58:15.628Z] #51 sha256:cb048a09b84ac35dc240ad782ae0c619c19b99b138a0899f6dd20b15a1cd84b2
09:58:15 [2021-04-02T09:58:15.628Z] #51 65.65 encoding/binary
09:58:15 [2021-04-02T09:58:15.628Z] #51 66.75 context
09:58:15 [2021-04-02T09:58:15.628Z] #51 67.61 encoding/base64
09:58:15 [2021-04-02T09:58:15.628Z] #51 67.64 fmt
09:58:15 [2021-04-02T09:58:15.628Z] #51 68.52 path/filepath
09:58:15 [2021-04-02T09:58:15.628Z] #51 69.97 golang.org/x/sys/unix
09:58:15 [2021-04-02T09:58:15.628Z] #51 73.07 encoding/json
09:58:15 [2021-04-02T09:58:15.628Z] #51 ...
09:58:15 [2021-04-02T09:58:15.628Z] 
09:58:15 [2021-04-02T09:58:15.628Z] #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
09:58:15 [2021-04-02T09:58:15.628Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:58:15 [2021-04-02T09:58:15.628Z] #13 69.77 Selecting previously unselected package mingw-w64-x86-64-dev.
09:58:15 [2021-04-02T09:58:15.629Z] #13 69.84 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
09:58:15 [2021-04-02T09:58:15.769Z] #36 37.64 Fetched 14.2 MB in 2s (6541 kB/s)
09:58:15 [2021-04-02T09:58:15.890Z] #13 69.85 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
09:58:16 [2021-04-02T09:58:16.043Z] #36 ...
09:58:16 [2021-04-02T09:58:16.043Z] 
09:58:16 [2021-04-02T09:58:16.043Z] #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
09:58:16 [2021-04-02T09:58:16.043Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
09:58:16 [2021-04-02T09:58:16.043Z] #42 22.75 Reading package lists...
09:58:16 [2021-04-02T09:58:16.043Z] #42 28.26 Building dependency tree...
09:58:16 [2021-04-02T09:58:16.043Z] #42 30.59 The following additional packages will be installed:
09:58:16 [2021-04-02T09:58:16.043Z] #42 30.59   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
09:58:16 [2021-04-02T09:58:16.043Z] #42 30.59   libprotoc17 python-pkg-resources python-six zlib1g-dev
09:58:16 [2021-04-02T09:58:16.043Z] #42 30.59 Suggested packages:
09:58:16 [2021-04-02T09:58:16.043Z] #42 30.59   manpages-dev python-setuptools
09:58:16 [2021-04-02T09:58:16.043Z] #42 31.69 The following NEW packages will be installed:
09:58:16 [2021-04-02T09:58:16.043Z] #42 31.69   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
09:58:16 [2021-04-02T09:58:16.043Z] #42 31.69   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
09:58:16 [2021-04-02T09:58:16.043Z] #42 31.70   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
09:58:16 [2021-04-02T09:58:16.043Z] #42 31.70   python-six zlib1g-dev
09:58:16 [2021-04-02T09:58:16.043Z] #42 32.18 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded.
09:58:16 [2021-04-02T09:58:16.043Z] #42 32.18 Need to get 3798 kB of archives.
09:58:16 [2021-04-02T09:58:16.043Z] #42 32.18 After this operation, 21.6 MB of additional disk space will be used.
09:58:16 [2021-04-02T09:58:16.043Z] #42 32.18 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB]
09:58:16 [2021-04-02T09:58:16.043Z] #42 32.19 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
09:58:16 [2021-04-02T09:58:16.043Z] #42 32.19 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB]
09:58:16 [2021-04-02T09:58:16.043Z] #42 32.20 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
09:58:16 [2021-04-02T09:58:16.043Z] #42 32.21 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB]
09:58:16 [2021-04-02T09:58:16.043Z] #42 32.23 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
09:58:16 [2021-04-02T09:58:16.043Z] #42 32.23 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB]
09:58:16 [2021-04-02T09:58:16.043Z] #42 32.24 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB]
09:58:16 [2021-04-02T09:58:16.043Z] #42 32.26 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB]
09:58:16 [2021-04-02T09:58:16.043Z] #42 32.32 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB]
09:58:16 [2021-04-02T09:58:16.043Z] #42 32.44 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB]
09:58:16 [2021-04-02T09:58:16.043Z] #42 32.44 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB]
09:58:16 [2021-04-02T09:58:16.043Z] #42 32.58 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB]
09:58:16 [2021-04-02T09:58:16.043Z] #42 32.59 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB]
09:58:16 [2021-04-02T09:58:16.043Z] #42 32.60 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB]
09:58:16 [2021-04-02T09:58:16.043Z] #42 32.61 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB]
09:58:16 [2021-04-02T09:58:16.043Z] #42 32.62 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB]
09:58:16 [2021-04-02T09:58:16.043Z] #42 33.80 debconf: delaying package configuration, since apt-utils is not installed
09:58:16 [2021-04-02T09:58:16.043Z] #42 34.15 Fetched 3798 kB in 1s (5125 kB/s)
09:58:16 [2021-04-02T09:58:16.043Z] #42 35.39 Selecting previously unselected package libcap-dev:arm64.
09:58:16 [2021-04-02T09:58:16.043Z] #42 35.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 ... 15383 files and directories currently installed.)
09:58:16 [2021-04-02T09:58:16.043Z] #42 35.60 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ...
09:58:16 [2021-04-02T09:58:16.043Z] #42 36.61 Unpacking libcap-dev:arm64 (1:2.25-2) ...
09:58:16 [2021-04-02T09:58:16.043Z] #42 ...
09:58:16 [2021-04-02T09:58:16.043Z] 
09:58:16 [2021-04-02T09:58:16.043Z] #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
09:58:16 [2021-04-02T09:58:16.043Z] #29 sha256:a01d8592fe039e214cc568ac194daa0b18653e39646b02c869fd98c83e68aa5b
09:58:16 [2021-04-02T09:58:16.043Z] #29 22.64 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
09:58:16 [2021-04-02T09:58:16.043Z] #29 23.15 
09:58:16 [2021-04-02T09:58:16.043Z] #29 23.45 
                                                                           0.2%
######################################################################## 100.0%
09:58:16 [2021-04-02T09:58:16.043Z] #29 23.71 
09:58:16 [2021-04-02T09:58:16.043Z] #29 25.10 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
09:58:16 [2021-04-02T09:58:16.043Z] #29 25.58 
09:58:16 [2021-04-02T09:58:16.043Z] #29 25.87 
                                                                           0.8%
######################################################################    97.2%
######################################################################## 100.0%
09:58:16 [2021-04-02T09:58:16.043Z] #29 26.10 
09:58:16 [2021-04-02T09:58:16.043Z] #29 27.44 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
09:58:16 [2021-04-02T09:58:16.043Z] #29 27.94 
09:58:16 [2021-04-02T09:58:16.563Z] #43 16.63 make[1]: Nothing to be done for 'all'.
09:58:16 [2021-04-02T09:58:16.608Z] #42 ...
09:58:16 [2021-04-02T09:58:16.608Z] 
09:58:16 [2021-04-02T09:58:16.608Z] #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
09:58:16 [2021-04-02T09:58:16.608Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:58:16 [2021-04-02T09:58:16.608Z] #13 54.77 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
09:58:16 [2021-04-02T09:58:16.608Z] #13 54.77 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
09:58:16 [2021-04-02T09:58:16.608Z] #13 54.77 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
09:58:16 [2021-04-02T09:58:16.608Z] #13 54.77 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
09:58:16 [2021-04-02T09:58:16.608Z] #13 54.78 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]
09:58:16 [2021-04-02T09:58:16.608Z] #13 54.79 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
09:58:16 [2021-04-02T09:58:16.609Z] #13 54.79 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
09:58:16 [2021-04-02T09:58:16.609Z] #13 54.83 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
09:58:16 [2021-04-02T09:58:16.609Z] #13 54.87 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
09:58:16 [2021-04-02T09:58:16.609Z] #13 54.88 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
09:58:16 [2021-04-02T09:58:16.609Z] #13 54.90 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
09:58:16 [2021-04-02T09:58:16.609Z] #13 54.95 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
09:58:16 [2021-04-02T09:58:16.609Z] #13 54.97 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
09:58:16 [2021-04-02T09:58:16.609Z] #13 54.98 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
09:58:16 [2021-04-02T09:58:16.609Z] #13 56.24 debconf: delaying package configuration, since apt-utils is not installed
09:58:16 [2021-04-02T09:58:16.609Z] #13 56.48 Fetched 78.2 MB in 9s (9153 kB/s)
09:58:16 [2021-04-02T09:58:16.609Z] #13 56.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.)
09:58:16 [2021-04-02T09:58:16.609Z] #13 56.69 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ...
09:58:16 [2021-04-02T09:58:16.609Z] #13 56.72 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
09:58:16 [2021-04-02T09:58:16.609Z] #13 57.14 Setting up libsystemd0:amd64 (241-7~deb10u7) ...
09:58:16 [2021-04-02T09:58:16.609Z] #13 57.44 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
09:58:16 [2021-04-02T09:58:16.609Z] #13 57.44 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
09:58:16 [2021-04-02T09:58:16.609Z] #13 57.50 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
09:58:16 [2021-04-02T09:58:16.824Z] #43 ...
09:58:16 [2021-04-02T09:58:16.824Z] 
09:58:16 [2021-04-02T09:58:16.824Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
09:58:16 [2021-04-02T09:58:16.824Z] #51 sha256:e73222a2487794ec0b5beedb912ec573931cad904d3c24ad8e6cb957e07d842c
09:58:16 [2021-04-02T09:58:16.824Z] #51 79.23 github.com/pkg/diff
09:58:16 [2021-04-02T09:58:16.824Z] #51 79.58 go/ast
09:58:16 [2021-04-02T09:58:16.824Z] #51 80.78 golang.org/x/crypto/ssh/terminal
09:58:16 [2021-04-02T09:58:16.824Z] #51 82.49 mvdan.cc/editorconfig
09:58:16 [2021-04-02T09:58:16.824Z] #51 83.43 mvdan.cc/sh/v3/fileutil
09:58:16 [2021-04-02T09:58:16.824Z] #51 83.59 mvdan.cc/sh/v3/syntax
09:58:16 [2021-04-02T09:58:16.864Z] #13 57.72 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
09:58:16 [2021-04-02T09:58:16.864Z] #13 57.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%
09:58:16 [2021-04-02T09:58:16.864Z] #13 ...
09:58:16 [2021-04-02T09:58:16.864Z] 
09:58:16 [2021-04-02T09:58:16.864Z] #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
09:58:16 [2021-04-02T09:58:16.864Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
09:58:16 [2021-04-02T09:58:16.864Z] #32 52.19 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
09:58:17 [2021-04-02T09:58:17.084Z] #51 ...
09:58:17 [2021-04-02T09:58:17.084Z] 
09:58:17 [2021-04-02T09:58:17.084Z] #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
09:58:17 [2021-04-02T09:58:17.084Z] #45 sha256:bae9013b43c4c3935b42f55308aeb84eccbb7f8794c7f4f842598276112e6512
09:58:17 [2021-04-02T09:58:17.084Z] #45 82.86 go/parser
09:58:17 [2021-04-02T09:58:17.084Z] #45 83.76 text/template
09:58:17 [2021-04-02T09:58:17.084Z] #45 86.24 encoding/xml
09:58:17 [2021-04-02T09:58:17.084Z] #45 88.31 go/doc
09:58:17 [2021-04-02T09:58:17.120Z] #32 ...
09:58:17 [2021-04-02T09:58:17.120Z] 
09:58:17 [2021-04-02T09:58:17.120Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
09:58:17 [2021-04-02T09:58:17.120Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:58:17 [2021-04-02T09:58:17.120Z] #13 57.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.)
09:58:17 [2021-04-02T09:58:17.120Z] #13 58.01 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ...
09:58:17 [2021-04-02T09:58:17.120Z] #13 58.01 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
09:58:17 [2021-04-02T09:58:17.375Z] #13 58.27 Setting up libudev1:amd64 (241-7~deb10u7) ...
09:58:17 [2021-04-02T09:58:17.375Z] #13 58.44 Selecting previously unselected package binutils-mingw-w64-i686.
09:58:17 [2021-04-02T09:58:17.631Z] #13 58.44 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
09:58:17 [2021-04-02T09:58:17.631Z] #13 58.56 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
09:58:17 [2021-04-02T09:58:17.631Z] #13 58.58 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
09:58:17 [2021-04-02T09:58:17.657Z] #45 ...
09:58:17 [2021-04-02T09:58:17.657Z] 
09:58:17 [2021-04-02T09:58:17.657Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:17 [2021-04-02T09:58:17.657Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:17 [2021-04-02T09:58:17.657Z] #43 18.05   CC       images/stats.o
09:58:17 [2021-04-02T09:58:17.834Z] #29 28.20 
                                                                           0.0%
#####                                                                      8.0%
##########                                                                14.0%
#################                                                         24.9%
##################                                                        25.1%
#####################                                                     29.6%
#######################                                                   32.6%
#######################                                                   32.6%
#########################                                                 35.2%
##########################                                                36.2%
###############################                                           43.7%
####################################                                      50.6%
########################################                                  56.7%
########################################                                  56.7%
############################################                              62.0%
###############################################                           66.0%
#################################################                         69.1%
##################################################                        70.2%
##################################################                        70.3%
####################################################                      72.3%
#######################################################                   77.5%
#######################################################                   77.5%
###########################################################               82.8%
################################################################          89.7%
#################################################################         91.1%
09:58:17 [2021-04-02T09:58:17.834Z] #29 ...
09:58:17 [2021-04-02T09:58:17.834Z] 
09:58:17 [2021-04-02T09:58:17.834Z] #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
09:58:17 [2021-04-02T09:58:17.834Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
09:58:17 [2021-04-02T09:58:17.834Z] #13 22.09 Reading package lists...
09:58:17 [2021-04-02T09:58:17.834Z] #13 27.92 Building dependency tree...
09:58:17 [2021-04-02T09:58:17.834Z] #13 31.51 The following additional packages will be installed:
09:58:17 [2021-04-02T09:58:17.834Z] #13 31.51   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
09:58:17 [2021-04-02T09:58:17.834Z] #13 31.51   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
09:58:17 [2021-04-02T09:58:17.834Z] #13 31.51   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
09:58:17 [2021-04-02T09:58:17.834Z] #13 31.51   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
09:58:17 [2021-04-02T09:58:17.834Z] #13 31.51   mingw-w64-common mingw-w64-x86-64-dev
09:58:17 [2021-04-02T09:58:17.834Z] #13 31.53 Suggested packages:
09:58:17 [2021-04-02T09:58:17.834Z] #13 31.53   gcc-8-locales seccomp wine64
09:58:17 [2021-04-02T09:58:17.834Z] #13 32.46 The following NEW packages will be installed:
09:58:17 [2021-04-02T09:58:17.834Z] #13 32.46   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
09:58:17 [2021-04-02T09:58:17.834Z] #13 32.46   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
09:58:17 [2021-04-02T09:58:17.834Z] #13 32.46   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
09:58:17 [2021-04-02T09:58:17.834Z] #13 32.46   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
09:58:17 [2021-04-02T09:58:17.834Z] #13 32.46   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
09:58:17 [2021-04-02T09:58:17.834Z] #13 32.46   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
09:58:17 [2021-04-02T09:58:17.834Z] #13 32.47 The following packages will be upgraded:
09:58:17 [2021-04-02T09:58:17.834Z] #13 32.48   libseccomp2 libsystemd0 libudev1
09:58:17 [2021-04-02T09:58:17.834Z] #13 32.92 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded.
09:58:17 [2021-04-02T09:58:17.834Z] #13 32.92 Need to get 73.8 MB of archives.
09:58:17 [2021-04-02T09:58:17.834Z] #13 32.92 After this operation, 472 MB of additional disk space will be used.
09:58:17 [2021-04-02T09:58:17.834Z] #13 32.92 Get:1 http://deb.debian.org/debian buster-backports/main arm64 libseccomp2 arm64 2.4.4-1~bpo10+1 [44.2 kB]
09:58:17 [2021-04-02T09:58:17.834Z] #13 33.01 Get:2 http://deb.debian.org/debian buster-backports/main arm64 libseccomp-dev arm64 2.4.4-1~bpo10+1 [73.8 kB]
09:58:17 [2021-04-02T09:58:17.834Z] #13 33.25 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd0 arm64 241-7~deb10u7 [314 kB]
09:58:17 [2021-04-02T09:58:17.834Z] #13 33.28 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev1 arm64 241-7~deb10u7 [146 kB]
09:58:17 [2021-04-02T09:58:17.834Z] #13 33.29 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB]
09:58:17 [2021-04-02T09:58:17.834Z] #13 33.79 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]
09:58:17 [2021-04-02T09:58:17.834Z] #13 34.07 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
09:58:17 [2021-04-02T09:58:17.834Z] #13 34.08 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB]
09:58:17 [2021-04-02T09:58:17.834Z] #13 34.12 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB]
09:58:17 [2021-04-02T09:58:17.834Z] #13 34.14 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB]
09:58:17 [2021-04-02T09:58:17.834Z] #13 34.88 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
09:58:17 [2021-04-02T09:58:17.834Z] #13 35.55 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]
09:58:17 [2021-04-02T09:58:17.834Z] #13 35.58 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]
09:58:17 [2021-04-02T09:58:17.834Z] #13 ...
09:58:17 [2021-04-02T09:58:17.834Z] 
09:58:17 [2021-04-02T09:58:17.834Z] #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
09:58:17 [2021-04-02T09:58:17.834Z] #29 sha256:a01d8592fe039e214cc568ac194daa0b18653e39646b02c869fd98c83e68aa5b
09:58:17 [2021-04-02T09:58:17.834Z] #29 28.20 
                                                                           0.0%
#####                                                                      8.0%
##########                                                                14.0%
#################                                                         24.9%
##################                                                        25.1%
#####################                                                     29.6%
#######################                                                   32.6%
#######################                                                   32.6%
#########################                                                 35.2%
##########################                                                36.2%
###############################                                           43.7%
####################################                                      50.6%
########################################                                  56.7%
########################################                                  56.7%
############################################                              62.0%
###############################################                           66.0%
#################################################                         69.1%
##################################################                        70.2%
##################################################                        70.3%
####################################################                      72.3%
#######################################################                   77.5%
#######################################################                   77.5%
###########################################################               82.8%
################################################################          89.7%
#################################################################         91.1%
#######################################################################   99.1%
######################################################################## 100.0%
09:58:17 [2021-04-02T09:58:17.834Z] #29 31.96 
09:58:17 [2021-04-02T09:58:17.917Z] #43 18.39   CC       images/core.o
09:58:18 [2021-04-02T09:58:18.081Z] #20 41.52 Selecting previously unselected package libnet1:amd64.
09:58:18 [2021-04-02T09:58:18.081Z] #20 41.53 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
09:58:18 [2021-04-02T09:58:18.081Z] #20 41.54 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:58:18 [2021-04-02T09:58:18.081Z] #20 41.63 Selecting previously unselected package libnl-3-200:amd64.
09:58:18 [2021-04-02T09:58:18.336Z] #20 41.64 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
09:58:18 [2021-04-02T09:58:18.336Z] #20 41.64 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
09:58:18 [2021-04-02T09:58:18.336Z] #20 41.72 Selecting previously unselected package libprotobuf-c1:amd64.
09:58:18 [2021-04-02T09:58:18.336Z] #20 41.72 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
09:58:18 [2021-04-02T09:58:18.336Z] #20 41.73 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
09:58:18 [2021-04-02T09:58:18.336Z] #20 41.81 Selecting previously unselected package libreadline5:amd64.
09:58:18 [2021-04-02T09:58:18.336Z] #20 41.83 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
09:58:18 [2021-04-02T09:58:18.336Z] #20 41.83 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
09:58:18 [2021-04-02T09:58:18.561Z] #13 ...
09:58:18 [2021-04-02T09:58:18.561Z] 
09:58:18 [2021-04-02T09:58:18.561Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:58:18 [2021-04-02T09:58:18.561Z] #34 sha256:ea3af4d80f6ceb330a13c9395bc8f4d7a235f5d7f3ea6b283833f0aa1e2a8c73
09:58:18 [2021-04-02T09:58:18.561Z] #34 53.91 time
09:58:18 [2021-04-02T09:58:18.561Z] #34 59.91 internal/poll
09:58:18 [2021-04-02T09:58:18.561Z] #34 61.09 internal/fmtsort
09:58:18 [2021-04-02T09:58:18.561Z] #34 62.01 internal/syscall/execenv
09:58:18 [2021-04-02T09:58:18.561Z] #34 62.18 internal/syscall/unix
09:58:18 [2021-04-02T09:58:18.561Z] #34 62.31 strings
09:58:18 [2021-04-02T09:58:18.561Z] #34 62.53 os
09:58:18 [2021-04-02T09:58:18.561Z] #34 ...
09:58:18 [2021-04-02T09:58:18.561Z] 
09:58:18 [2021-04-02T09:58:18.562Z] #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
09:58:18 [2021-04-02T09:58:18.562Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
09:58:18 [2021-04-02T09:58:18.562Z] #42 64.14 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
09:58:18 [2021-04-02T09:58:18.593Z] #20 41.95 Selecting previously unselected package net-tools.
09:58:18 [2021-04-02T09:58:18.593Z] #20 41.95 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
09:58:18 [2021-04-02T09:58:18.593Z] #20 41.96 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
09:58:18 [2021-04-02T09:58:18.818Z] #42 64.28 Processing triggers for libc-bin (2.28-10) ...
09:58:18 [2021-04-02T09:58:18.849Z] #20 42.17 Selecting previously unselected package python-pip-whl.
09:58:18 [2021-04-02T09:58:18.849Z] #20 42.19 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
09:58:18 [2021-04-02T09:58:18.849Z] #20 42.19 Unpacking python-pip-whl (18.1-5) ...
09:58:18 [2021-04-02T09:58:18.856Z] #43 19.06   CC       images/core-x86.o
09:58:19 [2021-04-02T09:58:19.105Z] #20 42.75 Selecting previously unselected package python3-lib2to3.
09:58:19 [2021-04-02T09:58:19.116Z] #43 19.66   CC       images/core-arm.o
09:58:19 [2021-04-02T09:58:19.361Z] #20 42.76 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
09:58:19 [2021-04-02T09:58:19.361Z] #20 42.77 Unpacking python3-lib2to3 (3.7.3-1) ...
09:58:19 [2021-04-02T09:58:19.361Z] #20 42.87 Selecting previously unselected package python3-distutils.
09:58:19 [2021-04-02T09:58:19.361Z] #20 42.89 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
09:58:19 [2021-04-02T09:58:19.362Z] #20 42.89 Unpacking python3-distutils (3.7.3-1) ...
09:58:19 [2021-04-02T09:58:19.382Z] #42 DONE 64.6s
09:58:19 [2021-04-02T09:58:19.382Z] 
09:58:19 [2021-04-02T09:58:19.382Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:19 [2021-04-02T09:58:19.382Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:19 [2021-04-02T09:58:19.488Z] #29 33.24 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
09:58:19 [2021-04-02T09:58:19.618Z] #20 43.07 Selecting previously unselected package python3-pip.
09:58:19 [2021-04-02T09:58:19.618Z] #20 43.07 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
09:58:19 [2021-04-02T09:58:19.618Z] #20 43.07 Unpacking python3-pip (18.1-5) ...
09:58:19 [2021-04-02T09:58:19.691Z] #43 20.09   CC       images/core-aarch64.o
09:58:19 [2021-04-02T09:58:19.874Z] #20 43.25 Selecting previously unselected package python3-pkg-resources.
09:58:19 [2021-04-02T09:58:19.874Z] #20 43.26 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
09:58:19 [2021-04-02T09:58:19.874Z] #20 43.27 Unpacking python3-pkg-resources (40.8.0-1) ...
09:58:20 [2021-04-02T09:58:20.020Z] #29 ...
09:58:20 [2021-04-02T09:58:20.020Z] 
09:58:20 [2021-04-02T09:58:20.020Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
09:58:20 [2021-04-02T09:58:20.020Z] #45 sha256:de17cbf6b44affddabceccd5590b449a3b9233a3f29173d76b9282f7fedf7ee6
09:58:20 [2021-04-02T09:58:20.020Z] #45 31.76 internal/reflectlite
09:58:20 [2021-04-02T09:58:20.020Z] #45 31.76 sync
09:58:20 [2021-04-02T09:58:20.020Z] #45 33.31 github.com/LK4D4/vndr/godl/singleflight
09:58:20 [2021-04-02T09:58:20.020Z] #45 33.33 math/rand
09:58:20 [2021-04-02T09:58:20.020Z] #45 33.33 internal/singleflight
09:58:20 [2021-04-02T09:58:20.020Z] #45 35.08 sort
09:58:20 [2021-04-02T09:58:20.020Z] #45 35.08 errors
09:58:20 [2021-04-02T09:58:20.020Z] #45 35.36 io
09:58:20 [2021-04-02T09:58:20.020Z] #45 35.37 strconv
09:58:20 [2021-04-02T09:58:20.020Z] #45 35.37 syscall
09:58:20 [2021-04-02T09:58:20.020Z] #45 35.99 vendor/golang.org/x/net/dns/dnsmessage
09:58:20 [2021-04-02T09:58:20.020Z] #45 37.22 bytes
09:58:20 [2021-04-02T09:58:20.020Z] #45 38.58 reflect
09:58:20 [2021-04-02T09:58:20.020Z] #45 39.25 strings
09:58:20 [2021-04-02T09:58:20.020Z] #45 41.21 hash/crc32
09:58:20 [2021-04-02T09:58:20.020Z] #45 ...
09:58:20 [2021-04-02T09:58:20.020Z] 
09:58:20 [2021-04-02T09:58:20.020Z] #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
09:58:20 [2021-04-02T09:58:20.020Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
09:58:20 [2021-04-02T09:58:20.020Z] #55 33.03 debconf: delaying package configuration, since apt-utils is not installed
09:58:20 [2021-04-02T09:58:20.020Z] #55 33.32 Fetched 119 kB in 0s (431 kB/s)
09:58:20 [2021-04-02T09:58:20.020Z] #55 33.42 Selecting previously unselected package libbtrfs0.
09:58:20 [2021-04-02T09:58:20.020Z] #55 33.42 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
09:58:20 [2021-04-02T09:58:20.020Z] #55 33.54 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ...
09:58:20 [2021-04-02T09:58:20.020Z] #55 33.56 Unpacking libbtrfs0 (4.20.1-2) ...
09:58:20 [2021-04-02T09:58:20.020Z] #55 33.76 Selecting previously unselected package libbtrfs-dev.
09:58:20 [2021-04-02T09:58:20.020Z] #55 33.78 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ...
09:58:20 [2021-04-02T09:58:20.020Z] #55 33.81 Unpacking libbtrfs-dev (4.20.1-2) ...
09:58:20 [2021-04-02T09:58:20.020Z] #55 37.57 Setting up libbtrfs0 (4.20.1-2) ...
09:58:20 [2021-04-02T09:58:20.020Z] #55 38.40 Setting up libbtrfs-dev (4.20.1-2) ...
09:58:20 [2021-04-02T09:58:20.021Z] #55 38.79 Processing triggers for libc-bin (2.28-10) ...
09:58:20 [2021-04-02T09:58:20.105Z] #13 ...
09:58:20 [2021-04-02T09:58:20.105Z] 
09:58:20 [2021-04-02T09:58:20.105Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:58:20 [2021-04-02T09:58:20.105Z] #34 sha256:8916c428c83ca8e171efc92c1df5ae1c308722e8d477c6fec1edd5e160cf0d6c
09:58:20 [2021-04-02T09:58:20.105Z] #34 71.02 github.com/BurntSushi/toml
09:58:20 [2021-04-02T09:58:20.105Z] #34 71.02 flag
09:58:20 [2021-04-02T09:58:20.105Z] #34 72.59 log
09:58:20 [2021-04-02T09:58:20.105Z] #34 75.91 github.com/BurntSushi/toml/cmd/tomlv
09:58:20 [2021-04-02T09:58:20.105Z] #34 DONE 80.0s
09:58:20 [2021-04-02T09:58:20.105Z] 
09:58:20 [2021-04-02T09:58:20.105Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:20 [2021-04-02T09:58:20.105Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:20 [2021-04-02T09:58:20.105Z] #43 2.966 Note: Building without setproctitle() and strlcpy() support.
09:58:20 [2021-04-02T09:58:20.105Z] #43 2.966       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
09:58:20 [2021-04-02T09:58:20.105Z] #43 3.005 Note: Building without GnuTLS support
09:58:20 [2021-04-02T09:58:20.105Z] #43 3.007 Makefile.config:39: Warn: you have no libnftables installed
09:58:20 [2021-04-02T09:58:20.105Z] #43 3.025 Makefile.config:40: Warn: Building without nftables support
09:58:20 [2021-04-02T09:58:20.105Z] #43 4.795 fatal: not a git repository (or any of the parent directories): .git
09:58:20 [2021-04-02T09:58:20.105Z] #43 4.854   GEN      .gitid
09:58:20 [2021-04-02T09:58:20.105Z] #43 4.882   GEN      criu/include/version.h
09:58:20 [2021-04-02T09:58:20.105Z] #43 4.965   GEN      include/common/asm
09:58:20 [2021-04-02T09:58:20.131Z] #20 43.45 Selecting previously unselected package python3-setuptools.
09:58:20 [2021-04-02T09:58:20.131Z] #20 43.45 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
09:58:20 [2021-04-02T09:58:20.131Z] #20 43.46 Unpacking python3-setuptools (40.8.0-1) ...
09:58:20 [2021-04-02T09:58:20.131Z] #20 43.63 Selecting previously unselected package python3-wheel.
09:58:20 [2021-04-02T09:58:20.131Z] #20 43.65 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
09:58:20 [2021-04-02T09:58:20.131Z] #20 43.66 Unpacking python3-wheel (0.32.3-2) ...
09:58:20 [2021-04-02T09:58:20.261Z] #43 20.45   CC       images/core-ppc64.o
09:58:20 [2021-04-02T09:58:20.281Z] #55 ...
09:58:20 [2021-04-02T09:58:20.281Z] 
09:58:20 [2021-04-02T09:58:20.281Z] #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
09:58:20 [2021-04-02T09:58:20.281Z] #29 sha256:a01d8592fe039e214cc568ac194daa0b18653e39646b02c869fd98c83e68aa5b
09:58:20 [2021-04-02T09:58:20.281Z] #29 34.18 
09:58:20 [2021-04-02T09:58:20.387Z] #20 43.73 Selecting previously unselected package sudo.
09:58:20 [2021-04-02T09:58:20.387Z] #20 43.74 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
09:58:20 [2021-04-02T09:58:20.387Z] #20 43.75 Unpacking sudo (1.8.27-1+deb10u3) ...
09:58:20 [2021-04-02T09:58:20.631Z] #29 34.36 
######################################################################## 100.0%
09:58:20 [2021-04-02T09:58:20.631Z] #29 34.45 
09:58:20 [2021-04-02T09:58:20.750Z] #43 ...
09:58:20 [2021-04-02T09:58:20.750Z] 
09:58:20 [2021-04-02T09:58:20.750Z] #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
09:58:20 [2021-04-02T09:58:20.750Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
09:58:20 [2021-04-02T09:58:20.750Z] #36 59.96 Selecting previously unselected package libxml2:amd64.
09:58:20 [2021-04-02T09:58:20.750Z] #36 59.96 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
09:58:20 [2021-04-02T09:58:20.750Z] #36 59.97 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
09:58:20 [2021-04-02T09:58:20.750Z] #36 60.67 Selecting previously unselected package libarchive13:amd64.
09:58:20 [2021-04-02T09:58:20.750Z] #36 60.67 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
09:58:20 [2021-04-02T09:58:20.750Z] #36 60.69 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
09:58:20 [2021-04-02T09:58:20.750Z] #36 61.07 Selecting previously unselected package libjsoncpp1:amd64.
09:58:20 [2021-04-02T09:58:20.750Z] #36 61.07 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
09:58:20 [2021-04-02T09:58:20.750Z] #36 61.07 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
09:58:20 [2021-04-02T09:58:20.750Z] #36 61.31 Selecting previously unselected package librhash0:amd64.
09:58:20 [2021-04-02T09:58:20.750Z] #36 61.31 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
09:58:20 [2021-04-02T09:58:20.750Z] #36 61.31 Unpacking librhash0:amd64 (1.3.8-1) ...
09:58:20 [2021-04-02T09:58:20.750Z] #36 61.47 Selecting previously unselected package libuv1:amd64.
09:58:20 [2021-04-02T09:58:20.750Z] #36 61.47 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
09:58:20 [2021-04-02T09:58:20.750Z] #36 61.52 Unpacking libuv1:amd64 (1.24.1-1) ...
09:58:20 [2021-04-02T09:58:20.750Z] #36 61.66 Selecting previously unselected package cmake.
09:58:20 [2021-04-02T09:58:20.750Z] #36 61.66 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
09:58:20 [2021-04-02T09:58:20.750Z] #36 61.68 Unpacking cmake (3.13.4-1) ...
09:58:20 [2021-04-02T09:58:20.750Z] #36 65.06 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
09:58:20 [2021-04-02T09:58:20.750Z] #36 65.09 Setting up xxd (2:8.1.0875-5) ...
09:58:20 [2021-04-02T09:58:20.750Z] #36 65.09 Setting up libuv1:amd64 (1.24.1-1) ...
09:58:20 [2021-04-02T09:58:20.750Z] #36 65.09 Setting up vim-common (2:8.1.0875-5) ...
09:58:20 [2021-04-02T09:58:20.750Z] #36 65.16 Setting up librhash0:amd64 (1.3.8-1) ...
09:58:20 [2021-04-02T09:58:20.750Z] #36 65.17 Setting up cmake-data (3.13.4-1) ...
09:58:20 [2021-04-02T09:58:20.750Z] #36 65.18 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
09:58:20 [2021-04-02T09:58:20.750Z] #36 65.19 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
09:58:20 [2021-04-02T09:58:20.750Z] #36 65.21 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
09:58:20 [2021-04-02T09:58:20.750Z] #36 65.22 Setting up cmake (3.13.4-1) ...
09:58:20 [2021-04-02T09:58:20.750Z] #36 65.24 Processing triggers for libc-bin (2.28-10) ...
09:58:20 [2021-04-02T09:58:20.750Z] #36 65.34 Processing triggers for mime-support (3.62) ...
09:58:20 [2021-04-02T09:58:20.750Z] #36 DONE 66.1s
09:58:20 [2021-04-02T09:58:20.750Z] 
09:58:20 [2021-04-02T09:58:20.750Z] #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
09:58:20 [2021-04-02T09:58:20.750Z] #37 sha256:238a119df40a16871c42d52bbfec8df5c77bf23ec742aee7fa6fd90eaf5ab347
09:58:20 [2021-04-02T09:58:20.830Z] #43 21.15   CC       images/core-s390.o
09:58:20 [2021-04-02T09:58:20.893Z] #29 ...
09:58:20 [2021-04-02T09:58:20.893Z] 
09:58:20 [2021-04-02T09:58:20.893Z] #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
09:58:20 [2021-04-02T09:58:20.893Z] #49 sha256:5e6d422573f5f344b430de4769efc5dc22abaaf795dbcc614c11d4cce76d71d1
09:58:20 [2021-04-02T09:58:20.893Z] #49 33.04 go: extracting golang.org/x/text v0.3.2
09:58:20 [2021-04-02T09:58:20.893Z] #49 39.77 go: finding github.com/fatih/color v1.7.0
09:58:20 [2021-04-02T09:58:20.893Z] #49 39.85 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
09:58:20 [2021-04-02T09:58:20.893Z] #49 39.99 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
09:58:20 [2021-04-02T09:58:20.893Z] #49 40.01 go: finding github.com/go-critic/go-critic v0.4.1
09:58:20 [2021-04-02T09:58:20.893Z] #49 40.16 go: finding github.com/go-lintpack/lintpack v0.5.2
09:58:20 [2021-04-02T09:58:20.893Z] #49 40.17 go: finding github.com/pkg/errors v0.8.1
09:58:20 [2021-04-02T09:58:20.893Z] #49 40.17 go: finding github.com/mattn/go-colorable v0.1.4
09:58:20 [2021-04-02T09:58:20.893Z] #49 40.68 go: finding github.com/mattn/go-isatty v0.0.8
09:58:20 [2021-04-02T09:58:20.893Z] #49 40.68 go: finding github.com/mitchellh/go-homedir v1.1.0
09:58:20 [2021-04-02T09:58:20.893Z] #49 40.72 go: finding github.com/go-toolsmith/astfmt v1.0.0
09:58:20 [2021-04-02T09:58:20.893Z] #49 40.72 go: finding github.com/go-toolsmith/astequal v1.0.0
09:58:20 [2021-04-02T09:58:20.893Z] #49 41.17 go: finding github.com/spf13/viper v1.6.1
09:58:20 [2021-04-02T09:58:20.893Z] #49 41.20 go: finding github.com/go-toolsmith/astp v1.0.0
09:58:20 [2021-04-02T09:58:20.893Z] #49 41.25 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
09:58:20 [2021-04-02T09:58:20.893Z] #49 41.31 go: finding github.com/go-toolsmith/astcast v1.0.0
09:58:20 [2021-04-02T09:58:20.893Z] #49 41.33 go: finding github.com/sirupsen/logrus v1.4.2
09:58:20 [2021-04-02T09:58:20.893Z] #49 41.82 go: finding github.com/go-toolsmith/typep v1.0.0
09:58:20 [2021-04-02T09:58:20.893Z] #49 41.82 go: finding github.com/stretchr/testify v1.4.0
09:58:20 [2021-04-02T09:58:20.893Z] #49 42.38 go: finding github.com/go-toolsmith/astcopy v1.0.0
09:58:20 [2021-04-02T09:58:20.893Z] #49 42.97 go: finding github.com/davecgh/go-spew v1.1.1
09:58:20 [2021-04-02T09:58:20.893Z] #49 42.97 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
09:58:20 [2021-04-02T09:58:20.893Z] #49 42.99 go: finding github.com/bombsimon/wsl/v2 v2.0.0
09:58:20 [2021-04-02T09:58:20.893Z] #49 43.00 go: finding github.com/spf13/cobra v0.0.5
09:58:20 [2021-04-02T09:58:20.950Z] #20 44.26 Selecting previously unselected package thin-provisioning-tools.
09:58:20 [2021-04-02T09:58:20.950Z] #20 44.26 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
09:58:20 [2021-04-02T09:58:20.950Z] #20 44.27 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
09:58:21 [2021-04-02T09:58:21.050Z] #43 7.082   PBCC     images/timens.pb-c.c
09:58:21 [2021-04-02T09:58:21.050Z] #43 7.138   DEP      images/timens.pb-c.d
09:58:21 [2021-04-02T09:58:21.050Z] #43 7.269   PBCC     images/fown.pb-c.c
09:58:21 [2021-04-02T09:58:21.050Z] #43 7.282   PBCC     images/google/protobuf/descriptor.pb-c.c
09:58:21 [2021-04-02T09:58:21.050Z] #43 7.362   PBCC     images/opts.pb-c.c
09:58:21 [2021-04-02T09:58:21.156Z] #49 ...
09:58:21 [2021-04-02T09:58:21.156Z] 
09:58:21 [2021-04-02T09:58:21.156Z] #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
09:58:21 [2021-04-02T09:58:21.156Z] #29 sha256:a01d8592fe039e214cc568ac194daa0b18653e39646b02c869fd98c83e68aa5b
09:58:21 [2021-04-02T09:58:21.156Z] #29 34.96 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
09:58:21 [2021-04-02T09:58:21.156Z] #29 ...
09:58:21 [2021-04-02T09:58:21.156Z] 
09:58:21 [2021-04-02T09:58:21.156Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:58:21 [2021-04-02T09:58:21.156Z] #34 sha256:63c33eabfd00b3df9588754e2609e941b37aebd76f78cc89a9c24d92fc3b7fec
09:58:21 [2021-04-02T09:58:21.156Z] #34 33.31 internal/reflectlite
09:58:21 [2021-04-02T09:58:21.156Z] #34 34.95 sort
09:58:21 [2021-04-02T09:58:21.156Z] #34 34.96 errors
09:58:21 [2021-04-02T09:58:21.156Z] #34 35.16 strconv
09:58:21 [2021-04-02T09:58:21.156Z] #34 35.16 internal/oserror
09:58:21 [2021-04-02T09:58:21.156Z] #34 35.16 io
09:58:21 [2021-04-02T09:58:21.156Z] #34 35.24 syscall
09:58:21 [2021-04-02T09:58:21.156Z] #34 36.38 strings
09:58:21 [2021-04-02T09:58:21.156Z] #34 36.39 bytes
09:58:21 [2021-04-02T09:58:21.156Z] #34 37.71 bufio
09:58:21 [2021-04-02T09:58:21.156Z] #34 38.71 reflect
09:58:21 [2021-04-02T09:58:21.156Z] #34 39.23 text/tabwriter
09:58:21 [2021-04-02T09:58:21.156Z] #34 39.47 path
09:58:21 [2021-04-02T09:58:21.156Z] #34 42.49 internal/syscall/execenv
09:58:21 [2021-04-02T09:58:21.156Z] #34 42.51 internal/syscall/unix
09:58:21 [2021-04-02T09:58:21.156Z] #34 42.52 time
09:58:21 [2021-04-02T09:58:21.206Z] #20 44.48 Selecting previously unselected package uidmap.
09:58:21 [2021-04-02T09:58:21.206Z] #20 44.49 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
09:58:21 [2021-04-02T09:58:21.206Z] #20 44.50 Unpacking uidmap (1:4.5-1.1) ...
09:58:21 [2021-04-02T09:58:21.206Z] #20 44.63 Selecting previously unselected package vim-runtime.
09:58:21 [2021-04-02T09:58:21.206Z] #20 44.65 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
09:58:21 [2021-04-02T09:58:21.206Z] #20 44.68 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
09:58:21 [2021-04-02T09:58:21.206Z] #20 44.71 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
09:58:21 [2021-04-02T09:58:21.206Z] #20 44.71 Unpacking vim-runtime (2:8.1.0875-5) ...
09:58:21 [2021-04-02T09:58:21.311Z] #43 7.406   PBCC     images/memfd.pb-c.c
09:58:21 [2021-04-02T09:58:21.311Z] #43 7.447   DEP      images/fown.pb-c.d
09:58:21 [2021-04-02T09:58:21.312Z] #43 7.486   DEP      images/google/protobuf/descriptor.pb-c.d
09:58:21 [2021-04-02T09:58:21.400Z] #43 21.73   CC       images/cpuinfo.o
09:58:21 [2021-04-02T09:58:21.427Z] #34 ...
09:58:21 [2021-04-02T09:58:21.427Z] 
09:58:21 [2021-04-02T09:58:21.427Z] #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
09:58:21 [2021-04-02T09:58:21.427Z] #29 sha256:a01d8592fe039e214cc568ac194daa0b18653e39646b02c869fd98c83e68aa5b
09:58:21 [2021-04-02T09:58:21.427Z] #29 35.28 
09:58:21 [2021-04-02T09:58:21.427Z] #29 35.42 
######################################################################## 100.0%
09:58:21 [2021-04-02T09:58:21.573Z] #43 7.526   DEP      images/opts.pb-c.d
09:58:21 [2021-04-02T09:58:21.573Z] #43 7.562   DEP      images/memfd.pb-c.d
09:58:21 [2021-04-02T09:58:21.573Z] #43 7.639   PBCC     images/sit.pb-c.c
09:58:21 [2021-04-02T09:58:21.573Z] #43 7.690   DEP      images/sit.pb-c.d
09:58:21 [2021-04-02T09:58:21.573Z] #43 7.749   PBCC     images/macvlan.pb-c.c
09:58:21 [2021-04-02T09:58:21.573Z] #43 7.793   DEP      images/macvlan.pb-c.d
09:58:21 [2021-04-02T09:58:21.573Z] #43 7.831   PBCC     images/autofs.pb-c.c
09:58:21 [2021-04-02T09:58:21.573Z] #43 7.863   DEP      images/autofs.pb-c.d
09:58:21 [2021-04-02T09:58:21.694Z] #29 35.61 
09:58:21 [2021-04-02T09:58:21.694Z] #29 35.68 Download of images into '/build' complete.
09:58:21 [2021-04-02T09:58:21.694Z] #29 35.68 Use something like the following to load the result into a Docker daemon:
09:58:21 [2021-04-02T09:58:21.694Z] #29 35.68   tar -cC '/build' . | docker load
09:58:21 [2021-04-02T09:58:21.834Z] #43 7.919   PBCC     images/sysctl.pb-c.c
09:58:21 [2021-04-02T09:58:21.834Z] #43 7.951   DEP      images/sysctl.pb-c.d
09:58:21 [2021-04-02T09:58:21.834Z] #43 8.018   PBCC     images/time.pb-c.c
09:58:21 [2021-04-02T09:58:21.834Z] #43 8.055   DEP      images/time.pb-c.d
09:58:21 [2021-04-02T09:58:21.834Z] #43 8.088   PBCC     images/binfmt-misc.pb-c.c
09:58:21 [2021-04-02T09:58:21.834Z] #43 8.115   DEP      images/binfmt-misc.pb-c.d
09:58:21 [2021-04-02T09:58:21.970Z] #43 22.14   CC       images/inventory.o
09:58:21 [2021-04-02T09:58:21.970Z] #43 22.38   CC       images/fdinfo.o
09:58:22 [2021-04-02T09:58:22.096Z] #43 8.194   PBCC     images/seccomp.pb-c.c
09:58:22 [2021-04-02T09:58:22.096Z] #43 8.246   DEP      images/seccomp.pb-c.d
09:58:22 [2021-04-02T09:58:22.096Z] #43 8.310   PBCC     images/userns.pb-c.c
09:58:22 [2021-04-02T09:58:22.096Z] #43 8.342   DEP      images/userns.pb-c.d
09:58:22 [2021-04-02T09:58:22.117Z] #37 ...
09:58:22 [2021-04-02T09:58:22.117Z] 
09:58:22 [2021-04-02T09:58:22.117Z] #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
09:58:22 [2021-04-02T09:58:22.117Z] #51 sha256:6a13d11d9acdeebe606757aac9634273858195fdde076427560de568d96527eb
09:58:22 [2021-04-02T09:58:22.117Z] #51 57.33 time
09:58:22 [2021-04-02T09:58:22.117Z] #51 62.69 context
09:58:22 [2021-04-02T09:58:22.117Z] #51 63.20 encoding/binary
09:58:22 [2021-04-02T09:58:22.117Z] #51 63.65 os
09:58:22 [2021-04-02T09:58:22.117Z] #51 65.49 encoding/base64
09:58:22 [2021-04-02T09:58:22.117Z] #51 66.40 golang.org/x/sys/unix
09:58:22 [2021-04-02T09:58:22.117Z] #51 ...
09:58:22 [2021-04-02T09:58:22.117Z] 
09:58:22 [2021-04-02T09:58:22.117Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:58:22 [2021-04-02T09:58:22.117Z] #34 sha256:ea3af4d80f6ceb330a13c9395bc8f4d7a235f5d7f3ea6b283833f0aa1e2a8c73
09:58:22 [2021-04-02T09:58:22.117Z] #34 65.38 path
09:58:22 [2021-04-02T09:58:22.117Z] #34 66.09 text/tabwriter
09:58:22 [2021-04-02T09:58:22.117Z] #34 66.41 fmt
09:58:22 [2021-04-02T09:58:22.117Z] #34 66.94 path/filepath
09:58:22 [2021-04-02T09:58:22.357Z] #43 8.403   PBCC     images/cgroup.pb-c.c
09:58:22 [2021-04-02T09:58:22.357Z] #43 8.458   DEP      images/cgroup.pb-c.d
09:58:22 [2021-04-02T09:58:22.357Z] #43 8.510   PBCC     images/ext-file.pb-c.c
09:58:22 [2021-04-02T09:58:22.357Z] #43 8.538   DEP      images/ext-file.pb-c.d
09:58:22 [2021-04-02T09:58:22.357Z] #43 8.606   PBCC     images/rpc.pb-c.c
09:58:22 [2021-04-02T09:58:22.540Z] #43 22.79   CC       images/fown.o
09:58:22 [2021-04-02T09:58:22.618Z] #43 8.638   DEP      images/rpc.pb-c.d
09:58:22 [2021-04-02T09:58:22.618Z] #43 8.691   PBCC     images/siginfo.pb-c.c
09:58:22 [2021-04-02T09:58:22.618Z] #43 8.722   DEP      images/siginfo.pb-c.d
09:58:22 [2021-04-02T09:58:22.618Z] #43 8.757   PBCC     images/pagemap.pb-c.c
09:58:22 [2021-04-02T09:58:22.618Z] #43 8.826   DEP      images/pagemap.pb-c.d
09:58:22 [2021-04-02T09:58:22.681Z] #34 68.06 io/ioutil
09:58:22 [2021-04-02T09:58:22.800Z] #43 23.04   CC       images/ns.o
09:58:22 [2021-04-02T09:58:22.800Z] #43 23.24   CC       images/regfile.o
09:58:22 [2021-04-02T09:58:22.882Z] #43 8.905   PBCC     images/rlimit.pb-c.c
09:58:22 [2021-04-02T09:58:22.882Z] #43 8.966   DEP      images/rlimit.pb-c.d
09:58:22 [2021-04-02T09:58:22.882Z] #43 9.014   PBCC     images/file-lock.pb-c.c
09:58:22 [2021-04-02T09:58:22.882Z] #43 9.034   DEP      images/file-lock.pb-c.d
09:58:22 [2021-04-02T09:58:22.882Z] #43 9.094   PBCC     images/tty.pb-c.c
09:58:22 [2021-04-02T09:58:22.882Z] #43 9.139   DEP      images/tty.pb-c.d
09:58:22 [2021-04-02T09:58:22.882Z] #43 9.200   PBCC     images/tun.pb-c.c
09:58:23 [2021-04-02T09:58:23.060Z] #43 23.45   CC       images/ghost-file.o
09:58:23 [2021-04-02T09:58:23.143Z] #43 9.277   PBCC     images/netdev.pb-c.c
09:58:23 [2021-04-02T09:58:23.143Z] #43 9.332   DEP      images/tun.pb-c.d
09:58:23 [2021-04-02T09:58:23.243Z] #34 ...
09:58:23 [2021-04-02T09:58:23.243Z] 
09:58:23 [2021-04-02T09:58:23.243Z] #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
09:58:23 [2021-04-02T09:58:23.243Z] #45 sha256:49a3fcc416cc75118c20d2bf4a8274cd33396b6ef0305d9f34d11d4c1747f570
09:58:23 [2021-04-02T09:58:23.243Z] #45 58.52 time
09:58:23 [2021-04-02T09:58:23.243Z] #45 63.59 strings
09:58:23 [2021-04-02T09:58:23.243Z] #45 64.45 os
09:58:23 [2021-04-02T09:58:23.243Z] #45 66.60 regexp/syntax
09:58:23 [2021-04-02T09:58:23.243Z] #45 68.42 fmt
09:58:23 [2021-04-02T09:58:23.243Z] #45 ...
09:58:23 [2021-04-02T09:58:23.243Z] 
09:58:23 [2021-04-02T09:58:23.243Z] #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
09:58:23 [2021-04-02T09:58:23.243Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:58:23 [2021-04-02T09:58:23.243Z] #13 61.26 Selecting previously unselected package binutils-mingw-w64-x86-64.
09:58:23 [2021-04-02T09:58:23.243Z] #13 61.26 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
09:58:23 [2021-04-02T09:58:23.243Z] #13 61.26 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
09:58:23 [2021-04-02T09:58:23.243Z] #13 63.89 Selecting previously unselected package binutils-mingw-w64.
09:58:23 [2021-04-02T09:58:23.243Z] #13 63.90 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
09:58:23 [2021-04-02T09:58:23.243Z] #13 63.90 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
09:58:23 [2021-04-02T09:58:23.243Z] #13 64.06 Selecting previously unselected package libdevmapper1.02.1:amd64.
09:58:23 [2021-04-02T09:58:23.243Z] #13 64.06 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
09:58:23 [2021-04-02T09:58:23.243Z] #13 64.08 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
09:58:23 [2021-04-02T09:58:23.243Z] #13 64.23 Selecting previously unselected package dmsetup.
09:58:23 [2021-04-02T09:58:23.243Z] #13 64.23 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
09:58:23 [2021-04-02T09:58:23.243Z] #13 64.26 Unpacking dmsetup (2:1.02.155-3) ...
09:58:23 [2021-04-02T09:58:23.321Z] #43 23.81   CC       images/fifo.o
09:58:23 [2021-04-02T09:58:23.405Z] #43 9.403   DEP      images/netdev.pb-c.d
09:58:23 [2021-04-02T09:58:23.405Z] #43 9.472   PBCC     images/vma.pb-c.c
09:58:23 [2021-04-02T09:58:23.405Z] #43 9.514   DEP      images/vma.pb-c.d
09:58:23 [2021-04-02T09:58:23.405Z] #43 9.579   PBCC     images/creds.pb-c.c
09:58:23 [2021-04-02T09:58:23.520Z] #13 64.42 Selecting previously unselected package mingw-w64-common.
09:58:23 [2021-04-02T09:58:23.520Z] #13 64.45 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
09:58:23 [2021-04-02T09:58:23.520Z] #13 64.46 Unpacking mingw-w64-common (6.0.0-3) ...
09:58:23 [2021-04-02T09:58:23.581Z] #43 24.01   CC       images/remap-file-path.o
09:58:23 [2021-04-02T09:58:23.581Z] #43 ...
09:58:23 [2021-04-02T09:58:23.581Z] 
09:58:23 [2021-04-02T09:58:23.581Z] #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
09:58:23 [2021-04-02T09:58:23.581Z] #56 sha256:c47377bf9ef478c8ff98170c37434cbc9be009bc436b6ef68a3096cd95135095
09:58:23 [2021-04-02T09:58:23.581Z] #56 43.57 Checking out files:  55% (2117/3837)   
Checking out files:  56% (2149/3837)   
Checking out files:  57% (2188/3837)   
Checking out files:  58% (2226/3837)   
Checking out files:  59% (2264/3837)   
Checking out files:  60% (2303/3837)   
Checking out files:  61% (2341/3837)   
Checking out files:  62% (2379/3837)   
Checking out files:  63% (2418/3837)   
Checking out files:  64% (2456/3837)   
Checking out files:  65% (2495/3837)   
Checking out files:  66% (2533/3837)   
Checking out files:  67% (2571/3837)   
Checking out files:  68% (2610/3837)   
Checking out files:  69% (2648/3837)   
Checking out files:  70% (2686/3837)   
Checking out files:  71% (2725/3837)   
Checking out files:  72% (2763/3837)   
Checking out files:  73% (2802/3837)   
Checking out files:  74% (2840/3837)   
Checking out files:  75% (2878/3837)   
Checking out files:  76% (2917/3837)   
Checking out files:  77% (2955/3837)   
Checking out files:  78% (2993/3837)   
Checking out files:  79% (3032/3837)   
Checking out files:  80% (3070/3837)   
Checking out files:  81% (3108/3837)   
Checking out files:  82% (3147/3837)   
Checking out files:  83% (3185/3837)   
Checking out files:  84% (3224/3837)   
Checking out files:  85% (3262/3837)   
Checking out files:  86% (3300/3837)   
Checking out files:  87% (3339/3837)   
Checking out files:  88% (3377/3837)   
Checking out files:  89% (3415/3837)   
Checking out files:  90% (3454/3837)   
Checking out files:  91% (3492/3837)   
Checking out files:  92% (3531/3837)   
Checking out files:  92% (3536/3837)   
Checking out files:  93% (3569/3837)   
Checking out files:  94% (3607/3837)   
Checking out files:  95% (3646/3837)   
Checking out files:  96% (3684/3837)   
Checking out files:  97% (3722/3837)   
Checking out files:  98% (3761/3837)   
Checking out files:  99% (3799/3837)   
Checking out files: 100% (3837/3837)   
Checking out files: 100% (3837/3837), done.
09:58:23 [2021-04-02T09:58:23.581Z] #56 44.91 + cd /tmp/tmp.PeNZayTueN/src/github.com/containerd/containerd
09:58:23 [2021-04-02T09:58:23.581Z] #56 44.91 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
09:58:23 [2021-04-02T09:58:23.581Z] #56 46.77 + export 'BUILDTAGS=netgo osusergo static_build'
09:58:23 [2021-04-02T09:58:23.581Z] #56 46.77 + BUILDTAGS='netgo osusergo static_build'
09:58:23 [2021-04-02T09:58:23.581Z] #56 46.77 + export EXTRA_FLAGS=-buildmode=pie
09:58:23 [2021-04-02T09:58:23.581Z] #56 46.77 + EXTRA_FLAGS=-buildmode=pie
09:58:23 [2021-04-02T09:58:23.581Z] #56 46.78 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
09:58:23 [2021-04-02T09:58:23.581Z] #56 46.78 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
09:58:23 [2021-04-02T09:58:23.581Z] #56 46.78 + '[' '' = dynamic ']'
09:58:23 [2021-04-02T09:58:23.581Z] #56 46.78 + make
09:58:23 [2021-04-02T09:58:23.581Z] #56 47.84 + bin/ctr
09:58:23 [2021-04-02T09:58:23.666Z] #43 9.615   DEP      images/creds.pb-c.d
09:58:23 [2021-04-02T09:58:23.666Z] #43 9.658   PBCC     images/utsns.pb-c.c
09:58:23 [2021-04-02T09:58:23.666Z] #43 9.666   DEP      images/utsns.pb-c.d
09:58:23 [2021-04-02T09:58:23.666Z] #43 9.740   PBCC     images/ipc-desc.pb-c.c
09:58:23 [2021-04-02T09:58:23.666Z] #43 9.759   PBCC     images/ipc-sem.pb-c.c
09:58:23 [2021-04-02T09:58:23.666Z] #43 9.778   DEP      images/ipc-desc.pb-c.d
09:58:23 [2021-04-02T09:58:23.666Z] #43 9.833   DEP      images/ipc-sem.pb-c.d
09:58:23 [2021-04-02T09:58:23.666Z] #43 9.890   PBCC     images/ipc-msg.pb-c.c
09:58:23 [2021-04-02T09:58:23.666Z] #43 9.913   DEP      images/ipc-msg.pb-c.d
09:58:23 [2021-04-02T09:58:23.666Z] #43 9.968   PBCC     images/ipc-shm.pb-c.c
09:58:23 [2021-04-02T09:58:23.726Z] #20 ...
09:58:23 [2021-04-02T09:58:23.726Z] 
09:58:23 [2021-04-02T09:58:23.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
09:58:23 [2021-04-02T09:58:23.726Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:23 [2021-04-02T09:58:23.726Z] #43 99.73   CC       criu/cr-errno.o
09:58:23 [2021-04-02T09:58:23.726Z] #43 99.82   CC       criu/cr-restore.o
09:58:23 [2021-04-02T09:58:23.726Z] #43 104.3   CC       criu/cr-service.o
09:58:23 [2021-04-02T09:58:23.726Z] #43 105.9   CC       criu/crtools.o
09:58:23 [2021-04-02T09:58:23.726Z] #43 106.5   CC       criu/eventfd.o
09:58:23 [2021-04-02T09:58:23.726Z] #43 106.9   CC       criu/eventpoll.o
09:58:23 [2021-04-02T09:58:23.726Z] #43 107.7   CC       criu/external.o
09:58:23 [2021-04-02T09:58:23.726Z] #43 108.0   CC       criu/fault-injection.o
09:58:23 [2021-04-02T09:58:23.726Z] #43 108.2   CC       criu/fdstore.o
09:58:23 [2021-04-02T09:58:23.726Z] #43 108.5   CC       criu/fifo.o
09:58:23 [2021-04-02T09:58:23.726Z] #43 108.9   CC       criu/file-ids.o
09:58:23 [2021-04-02T09:58:23.726Z] #43 109.3   CC       criu/file-lock.o
09:58:23 [2021-04-02T09:58:23.927Z] #43 9.998   DEP      images/ipc-shm.pb-c.d
09:58:23 [2021-04-02T09:58:23.927Z] #43 10.04   PBCC     images/ipc-var.pb-c.c
09:58:23 [2021-04-02T09:58:23.927Z] #43 10.06   DEP      images/ipc-var.pb-c.d
09:58:24 [2021-04-02T09:58:24.151Z] #56 ...
09:58:24 [2021-04-02T09:58:24.151Z] 
09:58:24 [2021-04-02T09:58:24.151Z] #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
09:58:24 [2021-04-02T09:58:24.151Z] #51 sha256:e73222a2487794ec0b5beedb912ec573931cad904d3c24ad8e6cb957e07d842c
09:58:24 [2021-04-02T09:58:24.151Z] #51 90.02 mvdan.cc/sh/v3/cmd/shfmt
09:58:24 [2021-04-02T09:58:24.151Z] #51 DONE 96.2s
09:58:24 [2021-04-02T09:58:24.151Z] 
09:58:24 [2021-04-02T09:58:24.151Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:24 [2021-04-02T09:58:24.151Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:24 [2021-04-02T09:58:24.152Z] #43 24.24   CC       images/eventfd.o
09:58:24 [2021-04-02T09:58:24.189Z] #43 10.13   PBCC     images/sk-opts.pb-c.c
09:58:24 [2021-04-02T09:58:24.189Z] #43 10.19   PBCC     images/packet-sock.pb-c.c
09:58:24 [2021-04-02T09:58:24.189Z] #43 10.25   DEP      images/sk-opts.pb-c.d
09:58:24 [2021-04-02T09:58:24.189Z] #43 10.30   DEP      images/packet-sock.pb-c.d
09:58:24 [2021-04-02T09:58:24.189Z] #43 10.37   PBCC     images/sk-netlink.pb-c.c
09:58:24 [2021-04-02T09:58:24.189Z] #43 10.43   DEP      images/sk-netlink.pb-c.d
09:58:24 [2021-04-02T09:58:24.189Z] #43 10.47   PBCC     images/sk-inet.pb-c.c
09:58:24 [2021-04-02T09:58:24.289Z] #43 110.1   CC       criu/files-ext.o
09:58:24 [2021-04-02T09:58:24.411Z] #43 24.62   CC       images/eventpoll.o
09:58:24 [2021-04-02T09:58:24.450Z] #43 10.55   DEP      images/sk-inet.pb-c.d
09:58:24 [2021-04-02T09:58:24.450Z] #43 10.60   PBCC     images/sk-unix.pb-c.c
09:58:24 [2021-04-02T09:58:24.450Z] #43 10.67   DEP      images/sk-unix.pb-c.d
09:58:24 [2021-04-02T09:58:24.450Z] #43 10.72   PBCC     images/mm.pb-c.c
09:58:24 [2021-04-02T09:58:24.546Z] #43 110.5   CC       criu/files-reg.o
09:58:24 [2021-04-02T09:58:24.546Z] #43 ...
09:58:24 [2021-04-02T09:58:24.546Z] 
09:58:24 [2021-04-02T09:58:24.546Z] #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
09:58:24 [2021-04-02T09:58:24.546Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
09:58:24 [2021-04-02T09:58:24.546Z] #20 47.88 Selecting previously unselected package vim.
09:58:24 [2021-04-02T09:58:24.546Z] #20 47.88 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
09:58:24 [2021-04-02T09:58:24.546Z] #20 47.91 Unpacking vim (2:8.1.0875-5) ...
09:58:24 [2021-04-02T09:58:24.672Z] #43 25.08   CC       images/fh.o
09:58:24 [2021-04-02T09:58:24.727Z] #43 10.80   DEP      images/mm.pb-c.d
09:58:24 [2021-04-02T09:58:24.727Z] #43 10.84   PBCC     images/timerfd.pb-c.c
09:58:24 [2021-04-02T09:58:24.727Z] #43 10.90   DEP      images/timerfd.pb-c.d
09:58:24 [2021-04-02T09:58:24.727Z] #43 10.96   PBCC     images/timer.pb-c.c
09:58:24 [2021-04-02T09:58:24.802Z] #20 48.40 Selecting previously unselected package xfsprogs.
09:58:24 [2021-04-02T09:58:24.802Z] #20 48.41 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
09:58:24 [2021-04-02T09:58:24.802Z] #20 48.42 Unpacking xfsprogs (4.20.0-1) ...
09:58:24 [2021-04-02T09:58:24.989Z] #43 11.02   DEP      images/timer.pb-c.d
09:58:24 [2021-04-02T09:58:24.989Z] #43 11.08   PBCC     images/sa.pb-c.c
09:58:24 [2021-04-02T09:58:24.989Z] #43 11.15   DEP      images/sa.pb-c.d
09:58:24 [2021-04-02T09:58:24.989Z] #43 11.21   PBCC     images/pipe-data.pb-c.c
09:58:25 [2021-04-02T09:58:25.028Z] #29 ...
09:58:25 [2021-04-02T09:58:25.028Z] 
09:58:25 [2021-04-02T09:58:25.028Z] #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
09:58:25 [2021-04-02T09:58:25.028Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805
09:58:25 [2021-04-02T09:58:25.028Z] #32 36.73 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
09:58:25 [2021-04-02T09:58:25.028Z] #32 37.56 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
09:58:25 [2021-04-02T09:58:25.028Z] #32 ...
09:58:25 [2021-04-02T09:58:25.028Z] 
09:58:25 [2021-04-02T09:58:25.028Z] #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
09:58:25 [2021-04-02T09:58:25.028Z] #49 sha256:5e6d422573f5f344b430de4769efc5dc22abaaf795dbcc614c11d4cce76d71d1
09:58:25 [2021-04-02T09:58:25.028Z] #49 43.68 go: finding github.com/go-toolsmith/strparse v1.0.0
09:58:25 [2021-04-02T09:58:25.028Z] #49 43.91 go: finding github.com/pmezard/go-difflib v1.0.0
09:58:25 [2021-04-02T09:58:25.028Z] #49 43.92 go: finding github.com/fsnotify/fsnotify v1.4.7
09:58:25 [2021-04-02T09:58:25.028Z] #49 43.95 go: finding github.com/spf13/pflag v1.0.5
09:58:25 [2021-04-02T09:58:25.028Z] #49 44.21 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
09:58:25 [2021-04-02T09:58:25.028Z] #49 44.41 go: finding github.com/hashicorp/hcl v1.0.0
09:58:25 [2021-04-02T09:58:25.028Z] #49 44.41 go: finding github.com/gobwas/glob v0.2.3
09:58:25 [2021-04-02T09:58:25.028Z] #49 44.41 go: finding github.com/stretchr/objx v0.2.0
09:58:25 [2021-04-02T09:58:25.028Z] #49 44.85 go: finding gopkg.in/yaml.v2 v2.2.7
09:58:25 [2021-04-02T09:58:25.028Z] #49 44.88 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
09:58:25 [2021-04-02T09:58:25.028Z] #49 44.88 go: finding github.com/magiconair/properties v1.8.1
09:58:25 [2021-04-02T09:58:25.028Z] #49 44.88 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
09:58:25 [2021-04-02T09:58:25.028Z] #49 44.88 go: finding github.com/mitchellh/mapstructure v1.1.2
09:58:25 [2021-04-02T09:58:25.028Z] #49 44.97 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
09:58:25 [2021-04-02T09:58:25.028Z] #49 45.00 go: finding github.com/pelletier/go-toml v1.2.0
09:58:25 [2021-04-02T09:58:25.028Z] #49 45.01 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
09:58:25 [2021-04-02T09:58:25.028Z] #49 45.11 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
09:58:25 [2021-04-02T09:58:25.028Z] #49 45.12 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
09:58:25 [2021-04-02T09:58:25.028Z] #49 45.14 go: finding github.com/spf13/cast v1.3.0
09:58:25 [2021-04-02T09:58:25.028Z] #49 45.22 go: finding github.com/spf13/afero v1.1.2
09:58:25 [2021-04-02T09:58:25.028Z] #49 45.30 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
09:58:25 [2021-04-02T09:58:25.028Z] #49 45.32 go: finding github.com/spf13/jwalterweatherman v1.0.0
09:58:25 [2021-04-02T09:58:25.028Z] #49 45.37 go: finding github.com/subosito/gotenv v1.2.0
09:58:25 [2021-04-02T09:58:25.028Z] #49 45.40 go: finding gopkg.in/ini.v1 v1.51.0
09:58:25 [2021-04-02T09:58:25.028Z] #49 45.59 go: finding golang.org/x/text v0.3.2
09:58:25 [2021-04-02T09:58:25.028Z] #49 46.49 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
09:58:25 [2021-04-02T09:58:25.028Z] #49 46.79 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
09:58:25 [2021-04-02T09:58:25.028Z] #49 46.79 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
09:58:25 [2021-04-02T09:58:25.028Z] #49 46.81 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
09:58:25 [2021-04-02T09:58:25.028Z] #49 47.07 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
09:58:25 [2021-04-02T09:58:25.028Z] #49 47.30 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
09:58:25 [2021-04-02T09:58:25.242Z] #43 25.53   CC       images/fsnotify.o
09:58:25 [2021-04-02T09:58:25.251Z] #43 11.25   DEP      images/pipe-data.pb-c.d
09:58:25 [2021-04-02T09:58:25.251Z] #43 11.29   PBCC     images/mnt.pb-c.c
09:58:25 [2021-04-02T09:58:25.251Z] #43 11.37   DEP      images/mnt.pb-c.d
09:58:25 [2021-04-02T09:58:25.251Z] #43 11.40   PBCC     images/sk-packet.pb-c.c
09:58:25 [2021-04-02T09:58:25.251Z] #43 11.43   DEP      images/sk-packet.pb-c.d
09:58:25 [2021-04-02T09:58:25.251Z] #43 11.47   PBCC     images/tcp-stream.pb-c.c
09:58:25 [2021-04-02T09:58:25.292Z] #49 47.30 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
09:58:25 [2021-04-02T09:58:25.292Z] #49 47.30 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
09:58:25 [2021-04-02T09:58:25.292Z] #49 47.50 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
09:58:25 [2021-04-02T09:58:25.292Z] #49 47.61 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
09:58:25 [2021-04-02T09:58:25.365Z] #20 48.94 Selecting previously unselected package zip.
09:58:25 [2021-04-02T09:58:25.365Z] #20 48.95 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
09:58:25 [2021-04-02T09:58:25.365Z] #20 48.96 Unpacking zip (3.0-11+b1) ...
09:58:25 [2021-04-02T09:58:25.512Z] #43 11.50   DEP      images/tcp-stream.pb-c.d
09:58:25 [2021-04-02T09:58:25.512Z] #43 11.57   PBCC     images/pipe.pb-c.c
09:58:25 [2021-04-02T09:58:25.512Z] #43 11.61   DEP      images/pipe.pb-c.d
09:58:25 [2021-04-02T09:58:25.512Z] #43 11.67   PBCC     images/pstree.pb-c.c
09:58:25 [2021-04-02T09:58:25.512Z] #43 11.72   DEP      images/pstree.pb-c.d
09:58:25 [2021-04-02T09:58:25.512Z] #43 11.76   PBCC     images/fs.pb-c.c
09:58:25 [2021-04-02T09:58:25.512Z] #43 11.78   DEP      images/fs.pb-c.d
09:58:25 [2021-04-02T09:58:25.512Z] #43 11.82   PBCC     images/signalfd.pb-c.c
09:58:25 [2021-04-02T09:58:25.555Z] #49 47.61 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
09:58:25 [2021-04-02T09:58:25.555Z] #49 47.61 go: finding github.com/kisielk/gotool v1.0.0
09:58:25 [2021-04-02T09:58:25.555Z] #49 47.64 go: finding github.com/sourcegraph/go-diff v0.5.1
09:58:25 [2021-04-02T09:58:25.555Z] #49 47.70 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
09:58:25 [2021-04-02T09:58:25.555Z] #49 47.70 go: finding github.com/tommy-muehle/go-mnd v1.1.1
09:58:25 [2021-04-02T09:58:25.555Z] #49 47.70 go: finding github.com/ultraware/funlen v0.0.2
09:58:25 [2021-04-02T09:58:25.555Z] #49 47.86 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
09:58:25 [2021-04-02T09:58:25.622Z] #20 49.18 Setting up aufs-tools (1:4.14+20190211-1) ...
09:58:25 [2021-04-02T09:58:25.622Z] #20 49.20 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
09:58:25 [2021-04-02T09:58:25.622Z] #20 49.22 Setting up libip6tc0:amd64 (1.8.2-4) ...
09:58:25 [2021-04-02T09:58:25.622Z] #20 49.23 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
09:58:25 [2021-04-02T09:58:25.622Z] #20 49.25 Setting up libgpm2:amd64 (1.20.7-5) ...
09:58:25 [2021-04-02T09:58:25.622Z] #20 49.26 Setting up libip4tc0:amd64 (1.8.2-4) ...
09:58:25 [2021-04-02T09:58:25.622Z] #20 49.27 Setting up uidmap (1:4.5-1.1) ...
09:58:25 [2021-04-02T09:58:25.773Z] #43 11.90   DEP      images/signalfd.pb-c.d
09:58:25 [2021-04-02T09:58:25.773Z] #43 11.95   PBCC     images/fh.pb-c.c
09:58:25 [2021-04-02T09:58:25.773Z] #43 12.00   PBCC     images/fsnotify.pb-c.c
09:58:25 [2021-04-02T09:58:25.773Z] #43 12.07   DEP      images/fh.pb-c.d
09:58:25 [2021-04-02T09:58:25.812Z] #43 26.05   CC       images/signalfd.o
09:58:25 [2021-04-02T09:58:25.879Z] #20 49.28 Setting up libnftnl11:amd64 (1.1.2-2) ...
09:58:25 [2021-04-02T09:58:25.879Z] #20 49.29 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:58:25 [2021-04-02T09:58:25.879Z] #20 49.31 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
09:58:25 [2021-04-02T09:58:25.879Z] #20 49.32 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
09:58:25 [2021-04-02T09:58:25.879Z] #20 49.33 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
09:58:25 [2021-04-02T09:58:25.879Z] #20 49.34 Setting up xxd (2:8.1.0875-5) ...
09:58:25 [2021-04-02T09:58:25.879Z] #20 49.35 Setting up zip (3.0-11+b1) ...
09:58:25 [2021-04-02T09:58:25.879Z] #20 49.36 Setting up vim-common (2:8.1.0875-5) ...
09:58:26 [2021-04-02T09:58:26.035Z] #43 12.11   DEP      images/fsnotify.pb-c.d
09:58:26 [2021-04-02T09:58:26.035Z] #43 12.21   PBCC     images/eventpoll.pb-c.c
09:58:26 [2021-04-02T09:58:26.035Z] #43 12.24   DEP      images/eventpoll.pb-c.d
09:58:26 [2021-04-02T09:58:26.035Z] #43 12.31   PBCC     images/eventfd.pb-c.c
09:58:26 [2021-04-02T09:58:26.050Z] #13 ...
09:58:26 [2021-04-02T09:58:26.050Z] 
09:58:26 [2021-04-02T09:58:26.050Z] #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
09:58:26 [2021-04-02T09:58:26.050Z] #37 sha256:238a119df40a16871c42d52bbfec8df5c77bf23ec742aee7fa6fd90eaf5ab347
09:58:26 [2021-04-02T09:58:26.050Z] #37 4.961 + RM_GOPATH=0
09:58:26 [2021-04-02T09:58:26.050Z] #37 4.961 + TMP_GOPATH=
09:58:26 [2021-04-02T09:58:26.050Z] #37 4.961 + : /build
09:58:26 [2021-04-02T09:58:26.050Z] #37 4.961 + '[' -z '' ']'
09:58:26 [2021-04-02T09:58:26.050Z] #37 4.962 ++ mktemp -d
09:58:26 [2021-04-02T09:58:26.050Z] #37 4.980 + export GOPATH=/tmp/tmp.rCLoP1L1Py
09:58:26 [2021-04-02T09:58:26.050Z] #37 4.980 + GOPATH=/tmp/tmp.rCLoP1L1Py
09:58:26 [2021-04-02T09:58:26.050Z] #37 4.980 + RM_GOPATH=1
09:58:26 [2021-04-02T09:58:26.050Z] #37 4.980 + case "$(go env GOARCH)" in
09:58:26 [2021-04-02T09:58:26.050Z] #37 4.980 ++ go env GOARCH
09:58:26 [2021-04-02T09:58:26.050Z] #37 5.036 + export GO_BUILDMODE=-buildmode=pie
09:58:26 [2021-04-02T09:58:26.050Z] #37 5.036 + GO_BUILDMODE=-buildmode=pie
09:58:26 [2021-04-02T09:58:26.050Z] #37 5.036 ++ dirname /tmp/install/install.sh
09:58:26 [2021-04-02T09:58:26.050Z] #37 5.038 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
09:58:26 [2021-04-02T09:58:26.050Z] #37 5.038 + dir=/tmp/install
09:58:26 [2021-04-02T09:58:26.050Z] #37 5.038 + bin=tini
09:58:26 [2021-04-02T09:58:26.050Z] #37 5.038 + shift
09:58:26 [2021-04-02T09:58:26.050Z] #37 5.038 + '[' '!' -f /tmp/install/tini.installer ']'
09:58:26 [2021-04-02T09:58:26.050Z] #37 5.038 + . /tmp/install/tini.installer
09:58:26 [2021-04-02T09:58:26.050Z] #37 5.038 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
09:58:26 [2021-04-02T09:58:26.051Z] #37 5.038 + install_tini
09:58:26 [2021-04-02T09:58:26.051Z] #37 5.038 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
09:58:26 [2021-04-02T09:58:26.051Z] #37 5.038 + git clone https://github.com/krallin/tini.git /tmp/tmp.rCLoP1L1Py/tini
09:58:26 [2021-04-02T09:58:26.051Z] #37 5.039 Cloning into '/tmp/tmp.rCLoP1L1Py/tini'...
09:58:26 [2021-04-02T09:58:26.072Z] #43 26.29   CC       images/fs.o
09:58:26 [2021-04-02T09:58:26.072Z] #43 26.46   CC       images/pstree.o
09:58:26 [2021-04-02T09:58:26.135Z] #20 49.41 Setting up bash-completion (1:2.8-6) ...
09:58:26 [2021-04-02T09:58:26.227Z] #49 48.05 go: finding github.com/ultraware/whitespace v0.0.4
09:58:26 [2021-04-02T09:58:26.227Z] #49 48.06 go: finding github.com/uudashr/gocognit v1.0.1
09:58:26 [2021-04-02T09:58:26.227Z] #49 48.09 go: finding github.com/gogo/protobuf v1.2.1
09:58:26 [2021-04-02T09:58:26.227Z] #49 48.35 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
09:58:26 [2021-04-02T09:58:26.296Z] #43 12.34   DEP      images/eventfd.pb-c.d
09:58:26 [2021-04-02T09:58:26.296Z] #43 12.40   PBCC     images/remap-file-path.pb-c.c
09:58:26 [2021-04-02T09:58:26.296Z] #43 12.42   DEP      images/remap-file-path.pb-c.d
09:58:26 [2021-04-02T09:58:26.296Z] #43 ...
09:58:26 [2021-04-02T09:58:26.296Z] 
09:58:26 [2021-04-02T09:58:26.296Z] #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
09:58:26 [2021-04-02T09:58:26.296Z] #45 sha256:583281a574089db2ff8d12c67758c7a674ad902bd22010a728bcb3f4691f0871
09:58:26 [2021-04-02T09:58:26.296Z] #45 76.33 internal/lazyregexp
09:58:26 [2021-04-02T09:58:26.296Z] #45 76.66 net/url
09:58:26 [2021-04-02T09:58:26.296Z] #45 76.68 go/ast
09:58:26 [2021-04-02T09:58:26.296Z] #45 78.05 text/template/parse
09:58:26 [2021-04-02T09:58:26.296Z] #45 82.31 go/parser
09:58:26 [2021-04-02T09:58:26.296Z] #45 82.62 text/template
09:58:26 [2021-04-02T09:58:26.296Z] #45 85.78 encoding/xml
09:58:26 [2021-04-02T09:58:26.296Z] #45 ...
09:58:26 [2021-04-02T09:58:26.296Z] 
09:58:26 [2021-04-02T09:58:26.296Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:26 [2021-04-02T09:58:26.296Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:26 [2021-04-02T09:58:26.296Z] #43 12.49   PBCC     images/fifo.pb-c.c
09:58:26 [2021-04-02T09:58:26.296Z] #43 12.53   DEP      images/fifo.pb-c.d
09:58:26 [2021-04-02T09:58:26.307Z] #37 5.696 + cd /tmp/tmp.rCLoP1L1Py/tini
09:58:26 [2021-04-02T09:58:26.307Z] #37 5.696 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
09:58:26 [2021-04-02T09:58:26.307Z] #37 5.728 + cmake .
09:58:26 [2021-04-02T09:58:26.332Z] #43 26.63   CC       images/pipe.o
09:58:26 [2021-04-02T09:58:26.507Z] #49 ...
09:58:26 [2021-04-02T09:58:26.507Z] 
09:58:26 [2021-04-02T09:58:26.507Z] #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
09:58:26 [2021-04-02T09:58:26.507Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
09:58:26 [2021-04-02T09:58:26.507Z] #42 38.39 Selecting previously unselected package libnet1:arm64.
09:58:26 [2021-04-02T09:58:26.507Z] #42 38.40 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
09:58:26 [2021-04-02T09:58:26.507Z] #42 38.58 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
09:58:26 [2021-04-02T09:58:26.507Z] #42 39.20 Selecting previously unselected package libnet1-dev.
09:58:26 [2021-04-02T09:58:26.507Z] #42 39.20 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ...
09:58:26 [2021-04-02T09:58:26.507Z] #42 39.43 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
09:58:26 [2021-04-02T09:58:26.507Z] #42 45.02 Selecting previously unselected package libnl-3-200:arm64.
09:58:26 [2021-04-02T09:58:26.507Z] #42 45.03 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ...
09:58:26 [2021-04-02T09:58:26.507Z] #42 45.04 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
09:58:26 [2021-04-02T09:58:26.507Z] #42 46.77 Selecting previously unselected package libnl-3-dev:arm64.
09:58:26 [2021-04-02T09:58:26.507Z] #42 46.78 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ...
09:58:26 [2021-04-02T09:58:26.507Z] #42 47.62 Unpacking libnl-3-dev:arm64 (3.4.0-1) ...
09:58:26 [2021-04-02T09:58:26.507Z] #42 ...
09:58:26 [2021-04-02T09:58:26.507Z] 
09:58:26 [2021-04-02T09:58:26.507Z] #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
09:58:26 [2021-04-02T09:58:26.507Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
09:58:26 [2021-04-02T09:58:26.507Z] #36 38.39 Selecting previously unselected package xxd.
09:58:26 [2021-04-02T09:58:26.507Z] #36 38.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 ... 15383 files and directories currently installed.)
09:58:26 [2021-04-02T09:58:26.507Z] #36 38.55 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ...
09:58:26 [2021-04-02T09:58:26.507Z] #36 38.86 Unpacking xxd (2:8.1.0875-5) ...
09:58:26 [2021-04-02T09:58:26.507Z] #36 44.19 Selecting previously unselected package vim-common.
09:58:26 [2021-04-02T09:58:26.507Z] #36 44.21 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
09:58:26 [2021-04-02T09:58:26.507Z] #36 45.01 Unpacking vim-common (2:8.1.0875-5) ...
09:58:26 [2021-04-02T09:58:26.557Z] #43 12.59   PBCC     images/ghost-file.pb-c.c
09:58:26 [2021-04-02T09:58:26.557Z] #43 12.66   DEP      images/ghost-file.pb-c.d
09:58:26 [2021-04-02T09:58:26.557Z] #43 12.70   PBCC     images/regfile.pb-c.c
09:58:26 [2021-04-02T09:58:26.557Z] #43 12.75   DEP      images/regfile.pb-c.d
09:58:26 [2021-04-02T09:58:26.557Z] #43 12.80   PBCC     images/ns.pb-c.c
09:58:26 [2021-04-02T09:58:26.592Z] #43 26.88   CC       images/tcp-stream.o
09:58:26 [2021-04-02T09:58:26.592Z] #43 27.08   CC       images/sk-packet.o
09:58:26 [2021-04-02T09:58:26.771Z] #36 ...
09:58:26 [2021-04-02T09:58:26.771Z] 
09:58:26 [2021-04-02T09:58:26.771Z] #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
09:58:26 [2021-04-02T09:58:26.771Z] #51 sha256:9a61fc916a570de439015ee153768f5735c895ddd9df90d4e87fd3a7b0fb624c
09:58:26 [2021-04-02T09:58:26.771Z] #51 38.66 reflect
09:58:26 [2021-04-02T09:58:26.771Z] #51 38.66 syscall
09:58:26 [2021-04-02T09:58:26.771Z] #51 38.67 bufio
09:58:26 [2021-04-02T09:58:26.771Z] #51 38.67 strings
09:58:26 [2021-04-02T09:58:26.771Z] #51 42.43 regexp/syntax
09:58:26 [2021-04-02T09:58:26.771Z] #51 44.73 time
09:58:26 [2021-04-02T09:58:26.771Z] #51 46.11 regexp
09:58:26 [2021-04-02T09:58:26.771Z] #51 48.08 context
09:58:26 [2021-04-02T09:58:26.771Z] #51 48.08 io/ioutil
09:58:26 [2021-04-02T09:58:26.771Z] #51 ...
09:58:26 [2021-04-02T09:58:26.771Z] 
09:58:26 [2021-04-02T09:58:26.771Z] #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
09:58:26 [2021-04-02T09:58:26.771Z] #49 sha256:5e6d422573f5f344b430de4769efc5dc22abaaf795dbcc614c11d4cce76d71d1
09:58:26 [2021-04-02T09:58:26.771Z] #49 48.60 go: finding honnef.co/go/tools v0.0.1-2019.2.3
09:58:26 [2021-04-02T09:58:26.771Z] #49 48.85 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
09:58:26 [2021-04-02T09:58:26.771Z] #49 48.85 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
09:58:26 [2021-04-02T09:58:26.771Z] #49 48.91 go: finding github.com/BurntSushi/toml v0.3.1
09:58:26 [2021-04-02T09:58:26.818Z] #43 12.84   DEP      images/ns.pb-c.d
09:58:26 [2021-04-02T09:58:26.818Z] #43 12.92   PBCC     images/fdinfo.pb-c.c
09:58:26 [2021-04-02T09:58:26.818Z] #43 12.96   DEP      images/fdinfo.pb-c.d
09:58:26 [2021-04-02T09:58:26.818Z] #43 13.00   PBCC     images/core-aarch64.pb-c.c
09:58:26 [2021-04-02T09:58:26.872Z] #37 6.264 -- The C compiler identification is GNU 8.3.0
09:58:26 [2021-04-02T09:58:26.872Z] #37 6.316 -- Check for working C compiler: /usr/bin/cc
09:58:27 [2021-04-02T09:58:27.035Z] #49 49.19 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
09:58:27 [2021-04-02T09:58:27.080Z] #43 13.09   PBCC     images/core-arm.pb-c.c
09:58:27 [2021-04-02T09:58:27.080Z] #43 13.13   PBCC     images/core-ppc64.pb-c.c
09:58:27 [2021-04-02T09:58:27.080Z] #43 13.21   PBCC     images/core-s390.pb-c.c
09:58:27 [2021-04-02T09:58:27.080Z] #43 13.26   PBCC     images/core-x86.pb-c.c
09:58:27 [2021-04-02T09:58:27.080Z] #43 13.31   PBCC     images/core.pb-c.c
09:58:27 [2021-04-02T09:58:27.161Z] #43 27.32   CC       images/mnt.o
09:58:27 [2021-04-02T09:58:27.161Z] #43 27.50   CC       images/pipe-data.o
09:58:27 [2021-04-02T09:58:27.298Z] #49 ...
09:58:27 [2021-04-02T09:58:27.298Z] 
09:58:27 [2021-04-02T09:58:27.298Z] #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
09:58:27 [2021-04-02T09:58:27.298Z] #29 sha256:a01d8592fe039e214cc568ac194daa0b18653e39646b02c869fd98c83e68aa5b
09:58:27 [2021-04-02T09:58:27.298Z] #29 DONE 41.3s
09:58:27 [2021-04-02T09:58:27.298Z] 
09:58:27 [2021-04-02T09:58:27.298Z] #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
09:58:27 [2021-04-02T09:58:27.298Z] #67 sha256:b3ace3a160bbd795fab291cfc86e0f8626c08dec9d2f5ee08a3b89ba4469bdc1
09:58:27 [2021-04-02T09:58:27.298Z] #67 DONE 49.5s
09:58:27 [2021-04-02T09:58:27.298Z] 
09:58:27 [2021-04-02T09:58:27.298Z] #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
09:58:27 [2021-04-02T09:58:27.298Z] #47 sha256:618db39f05652927354b0e984e6363fb593517915087440ee679c3c30ae59447
09:58:27 [2021-04-02T09:58:27.298Z] #47 DONE 49.5s
09:58:27 [2021-04-02T09:58:27.298Z] 
09:58:27 [2021-04-02T09:58:27.298Z] #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
09:58:27 [2021-04-02T09:58:27.298Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
09:58:27 [2021-04-02T09:58:27.298Z] #55 DONE 49.5s
09:58:27 [2021-04-02T09:58:27.341Z] #43 13.37   PBCC     images/inventory.pb-c.c
09:58:27 [2021-04-02T09:58:27.341Z] #43 13.43   DEP      images/core-aarch64.pb-c.d
09:58:27 [2021-04-02T09:58:27.341Z] #43 13.49   DEP      images/core-arm.pb-c.d
09:58:27 [2021-04-02T09:58:27.341Z] #43 13.54   DEP      images/core-ppc64.pb-c.d
09:58:27 [2021-04-02T09:58:27.341Z] #43 13.57   DEP      images/core-s390.pb-c.d
09:58:27 [2021-04-02T09:58:27.341Z] #43 13.62   DEP      images/core-x86.pb-c.d
09:58:27 [2021-04-02T09:58:27.421Z] #43 27.67   CC       images/sa.o
09:58:27 [2021-04-02T09:58:27.561Z] 
09:58:27 [2021-04-02T09:58:27.561Z] #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
09:58:27 [2021-04-02T09:58:27.561Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
09:58:27 [2021-04-02T09:58:27.561Z] #42 49.44 Selecting previously unselected package libprotobuf-c1:arm64.
09:58:27 [2021-04-02T09:58:27.561Z] #42 49.45 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
09:58:27 [2021-04-02T09:58:27.561Z] #42 49.50 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
09:58:27 [2021-04-02T09:58:27.561Z] #42 49.67 Selecting previously unselected package libprotobuf-c-dev:arm64.
09:58:27 [2021-04-02T09:58:27.561Z] #42 49.73 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ...
09:58:27 [2021-04-02T09:58:27.561Z] #42 49.77 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ...
09:58:27 [2021-04-02T09:58:27.602Z] #43 13.66   DEP      images/core.pb-c.d
09:58:27 [2021-04-02T09:58:27.602Z] #43 13.75   DEP      images/inventory.pb-c.d
09:58:27 [2021-04-02T09:58:27.602Z] #43 13.83   PBCC     images/cpuinfo.pb-c.c
09:58:27 [2021-04-02T09:58:27.602Z] #43 13.86   DEP      images/cpuinfo.pb-c.d
09:58:27 [2021-04-02T09:58:27.681Z] #43 28.00   CC       images/timer.o
09:58:27 [2021-04-02T09:58:27.800Z] #37 6.898 -- Check for working C compiler: /usr/bin/cc -- works
09:58:27 [2021-04-02T09:58:27.800Z] #37 6.905 -- Detecting C compiler ABI info
09:58:27 [2021-04-02T09:58:27.825Z] #42 49.99 Selecting previously unselected package zlib1g-dev:arm64.
09:58:27 [2021-04-02T09:58:27.863Z] #43 13.90   PBCC     images/stats.pb-c.c
09:58:27 [2021-04-02T09:58:27.863Z] #43 13.91   DEP      images/stats.pb-c.d
09:58:27 [2021-04-02T09:58:27.941Z] #43 28.32   CC       images/timerfd.o
09:58:28 [2021-04-02T09:58:28.057Z] #37 7.575 -- Detecting C compiler ABI info - done
09:58:28 [2021-04-02T09:58:28.088Z] #42 50.03 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ...
09:58:28 [2021-04-02T09:58:28.088Z] #42 50.05 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ...
09:58:28 [2021-04-02T09:58:28.201Z] #43 28.61   CC       images/mm.o
09:58:28 [2021-04-02T09:58:28.313Z] #37 7.616 -- Detecting C compile features
09:58:28 [2021-04-02T09:58:28.352Z] #42 50.62 Selecting previously unselected package libprotobuf17:arm64.
09:58:28 [2021-04-02T09:58:28.462Z] #43 28.88   CC       images/sk-opts.o
09:58:28 [2021-04-02T09:58:28.462Z] #43 ...
09:58:28 [2021-04-02T09:58:28.462Z] 
09:58:28 [2021-04-02T09:58:28.462Z] #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
09:58:28 [2021-04-02T09:58:28.462Z] #45 sha256:bae9013b43c4c3935b42f55308aeb84eccbb7f8794c7f4f842598276112e6512
09:58:28 [2021-04-02T09:58:28.462Z] #45 90.88 github.com/LK4D4/vndr/build
09:58:28 [2021-04-02T09:58:28.462Z] #45 92.26 github.com/LK4D4/vndr/versioned
09:58:28 [2021-04-02T09:58:28.462Z] #45 92.37 compress/flate
09:58:28 [2021-04-02T09:58:28.462Z] #45 94.06 hash/crc32
09:58:28 [2021-04-02T09:58:28.462Z] #45 94.73 net
09:58:28 [2021-04-02T09:58:28.462Z] #45 95.09 compress/gzip
09:58:28 [2021-04-02T09:58:28.462Z] #45 95.65 vendor/golang.org/x/text/transform
09:58:28 [2021-04-02T09:58:28.462Z] #45 96.57 vendor/golang.org/x/text/unicode/bidi
09:58:28 [2021-04-02T09:58:28.462Z] #45 98.72 vendor/golang.org/x/text/secure/bidirule
09:58:28 [2021-04-02T09:58:28.462Z] #45 98.98 vendor/golang.org/x/text/unicode/norm
09:58:28 [2021-04-02T09:58:28.617Z] #42 50.64 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ...
09:58:28 [2021-04-02T09:58:28.617Z] #42 50.67 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ...
09:58:28 [2021-04-02T09:58:28.654Z] #20 52.16 Setting up libiptc0:amd64 (1.8.2-4) ...
09:58:28 [2021-04-02T09:58:28.655Z] #20 52.18 Setting up xz-utils (5.2.4-1) ...
09:58:28 [2021-04-02T09:58:28.655Z] #20 52.19 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:58:28 [2021-04-02T09:58:28.655Z] #20 52.20 Setting up sudo (1.8.27-1+deb10u3) ...
09:58:28 [2021-04-02T09:58:28.655Z] #20 52.27 invoke-rc.d: could not determine current runlevel
09:58:28 [2021-04-02T09:58:28.722Z] #45 ...
09:58:28 [2021-04-02T09:58:28.722Z] 
09:58:28 [2021-04-02T09:58:28.722Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:28 [2021-04-02T09:58:28.722Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:28 [2021-04-02T09:58:28.722Z] #43 29.07   CC       images/sk-unix.o
09:58:28 [2021-04-02T09:58:28.806Z] #43 ...
09:58:28 [2021-04-02T09:58:28.806Z] 
09:58:28 [2021-04-02T09:58:28.806Z] #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
09:58:28 [2021-04-02T09:58:28.806Z] #51 sha256:cb048a09b84ac35dc240ad782ae0c619c19b99b138a0899f6dd20b15a1cd84b2
09:58:28 [2021-04-02T09:58:28.806Z] #51 78.82 github.com/pkg/diff
09:58:28 [2021-04-02T09:58:28.806Z] #51 79.90 go/ast
09:58:28 [2021-04-02T09:58:28.806Z] #51 80.45 golang.org/x/crypto/ssh/terminal
09:58:28 [2021-04-02T09:58:28.806Z] #51 82.31 mvdan.cc/editorconfig
09:58:28 [2021-04-02T09:58:28.806Z] #51 83.37 mvdan.cc/sh/v3/fileutil
09:58:28 [2021-04-02T09:58:28.806Z] #51 83.57 mvdan.cc/sh/v3/syntax
09:58:28 [2021-04-02T09:58:28.806Z] #51 ...
09:58:28 [2021-04-02T09:58:28.806Z] 
09:58:28 [2021-04-02T09:58:28.806Z] #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
09:58:28 [2021-04-02T09:58:28.806Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:58:28 [2021-04-02T09:58:28.806Z] #13 75.85 Selecting previously unselected package gcc-mingw-w64-base.
09:58:28 [2021-04-02T09:58:28.806Z] #13 75.85 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
09:58:28 [2021-04-02T09:58:28.806Z] #13 75.85 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
09:58:28 [2021-04-02T09:58:28.806Z] #13 76.01 Selecting previously unselected package gcc-mingw-w64-x86-64.
09:58:28 [2021-04-02T09:58:28.806Z] #13 76.01 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
09:58:28 [2021-04-02T09:58:28.806Z] #13 76.01 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
09:58:28 [2021-04-02T09:58:28.911Z] #20 52.28 invoke-rc.d: policy-rc.d denied execution of start.
09:58:28 [2021-04-02T09:58:28.911Z] #20 52.28 Setting up pigz (2.4-1) ...
09:58:28 [2021-04-02T09:58:28.911Z] #20 52.30 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
09:58:28 [2021-04-02T09:58:28.911Z] #20 52.31 Setting up libnl-3-200:amd64 (3.4.0-1) ...
09:58:28 [2021-04-02T09:58:28.911Z] #20 52.34 Setting up python-pip-whl (18.1-5) ...
09:58:28 [2021-04-02T09:58:28.911Z] #20 52.35 Setting up libmpdec2:amd64 (2.4.2-2) ...
09:58:28 [2021-04-02T09:58:28.911Z] #20 52.36 Setting up vim-runtime (2:8.1.0875-5) ...
09:58:28 [2021-04-02T09:58:28.982Z] #43 29.41   CC       images/sk-inet.o
09:58:29 [2021-04-02T09:58:29.068Z] #13 ...
09:58:29 [2021-04-02T09:58:29.068Z] 
09:58:29 [2021-04-02T09:58:29.068Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:29 [2021-04-02T09:58:29.068Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:29 [2021-04-02T09:58:29.068Z] #43 15.31 make[1]: Nothing to be done for 'all'.
09:58:29 [2021-04-02T09:58:29.242Z] #43 29.72   CC       images/tun.o
09:58:29 [2021-04-02T09:58:29.475Z] #20 52.79 Setting up libaio1:amd64 (0.3.112-3) ...
09:58:29 [2021-04-02T09:58:29.475Z] #20 52.80 Setting up libonig5:amd64 (6.9.1-1) ...
09:58:29 [2021-04-02T09:58:29.475Z] #20 52.82 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
09:58:29 [2021-04-02T09:58:29.475Z] #20 52.85 Setting up vim (2:8.1.0875-5) ...
09:58:29 [2021-04-02T09:58:29.475Z] #20 52.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
09:58:29 [2021-04-02T09:58:29.475Z] #20 52.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
09:58:29 [2021-04-02T09:58:29.475Z] #20 52.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
09:58:29 [2021-04-02T09:58:29.475Z] #20 52.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
09:58:29 [2021-04-02T09:58:29.475Z] #20 52.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
09:58:29 [2021-04-02T09:58:29.475Z] #20 52.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
09:58:29 [2021-04-02T09:58:29.475Z] #20 52.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
09:58:29 [2021-04-02T09:58:29.475Z] #20 52.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
09:58:29 [2021-04-02T09:58:29.475Z] #20 52.96 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
09:58:29 [2021-04-02T09:58:29.475Z] #20 52.98 Setting up thin-provisioning-tools (0.7.6-2.1) ...
09:58:29 [2021-04-02T09:58:29.475Z] #20 52.99 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
09:58:29 [2021-04-02T09:58:29.475Z] #20 53.01 Setting up jq (1.5+dfsg-2+b1) ...
09:58:29 [2021-04-02T09:58:29.475Z] #20 53.02 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
09:58:29 [2021-04-02T09:58:29.475Z] #20 53.03 Setting up python3.7 (3.7.3-2+deb10u3) ...
09:58:29 [2021-04-02T09:58:29.502Z] #43 30.01   CC       images/sk-netlink.o
09:58:29 [2021-04-02T09:58:29.571Z] #42 51.69 Selecting previously unselected package libprotobuf-lite17:arm64.
09:58:29 [2021-04-02T09:58:29.571Z] #42 51.72 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ...
09:58:29 [2021-04-02T09:58:29.571Z] #42 51.73 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ...
09:58:29 [2021-04-02T09:58:29.763Z] #43 30.22   CC       images/packet-sock.o
09:58:30 [2021-04-02T09:58:30.147Z] #42 52.28 Selecting previously unselected package libprotobuf-dev:arm64.
09:58:30 [2021-04-02T09:58:30.147Z] #42 52.30 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ...
09:58:30 [2021-04-02T09:58:30.147Z] #42 52.32 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ...
09:58:30 [2021-04-02T09:58:30.342Z] #43 30.52   CC       images/ipc-var.o
09:58:30 [2021-04-02T09:58:30.342Z] #43 30.75   CC       images/ipc-desc.o
09:58:30 [2021-04-02T09:58:30.411Z] #42 ...
09:58:30 [2021-04-02T09:58:30.411Z] 
09:58:30 [2021-04-02T09:58:30.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
09:58:30 [2021-04-02T09:58:30.411Z] #45 sha256:de17cbf6b44affddabceccd5590b449a3b9233a3f29173d76b9282f7fedf7ee6
09:58:30 [2021-04-02T09:58:30.411Z] #45 42.48 crypto
09:58:30 [2021-04-02T09:58:30.411Z] #45 42.55 regexp/syntax
09:58:30 [2021-04-02T09:58:30.411Z] #45 42.65 time
09:58:30 [2021-04-02T09:58:30.411Z] #45 43.10 crypto/rc4
09:58:30 [2021-04-02T09:58:30.411Z] #45 43.47 vendor/golang.org/x/text/transform
09:58:30 [2021-04-02T09:58:30.411Z] #45 46.07 regexp
09:58:30 [2021-04-02T09:58:30.411Z] #45 47.08 context
09:58:30 [2021-04-02T09:58:30.411Z] #45 47.15 os
09:58:30 [2021-04-02T09:58:30.411Z] #45 48.85 github.com/LK4D4/vndr/versioned
09:58:30 [2021-04-02T09:58:30.411Z] #45 49.12 encoding/binary
09:58:30 [2021-04-02T09:58:30.411Z] #45 49.36 internal/lazyregexp
09:58:30 [2021-04-02T09:58:30.411Z] #45 49.37 flag
09:58:30 [2021-04-02T09:58:30.411Z] #45 49.58 net
09:58:30 [2021-04-02T09:58:30.411Z] #45 50.10 go/token
09:58:30 [2021-04-02T09:58:30.411Z] #45 51.79 go/scanner
09:58:30 [2021-04-02T09:58:30.411Z] #45 ...
09:58:30 [2021-04-02T09:58:30.411Z] 
09:58:30 [2021-04-02T09:58:30.411Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
09:58:30 [2021-04-02T09:58:30.411Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
09:58:30 [2021-04-02T09:58:30.411Z] #13 41.21 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]
09:58:30 [2021-04-02T09:58:30.411Z] #13 44.57 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB]
09:58:30 [2021-04-02T09:58:30.411Z] #13 44.57 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB]
09:58:30 [2021-04-02T09:58:30.411Z] #13 44.59 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
09:58:30 [2021-04-02T09:58:30.411Z] #13 44.61 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
09:58:30 [2021-04-02T09:58:30.411Z] #13 44.64 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]
09:58:30 [2021-04-02T09:58:30.411Z] #13 44.64 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u7 [110 kB]
09:58:30 [2021-04-02T09:58:30.411Z] #13 44.67 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB]
09:58:30 [2021-04-02T09:58:30.411Z] #13 44.69 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB]
09:58:30 [2021-04-02T09:58:30.411Z] #13 44.70 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB]
09:58:30 [2021-04-02T09:58:30.411Z] #13 44.74 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB]
09:58:30 [2021-04-02T09:58:30.411Z] #13 44.76 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB]
09:58:30 [2021-04-02T09:58:30.411Z] #13 44.84 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB]
09:58:30 [2021-04-02T09:58:30.411Z] #13 44.86 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB]
09:58:30 [2021-04-02T09:58:30.411Z] #13 44.89 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u7 [322 kB]
09:58:30 [2021-04-02T09:58:30.411Z] #13 46.61 debconf: delaying package configuration, since apt-utils is not installed
09:58:30 [2021-04-02T09:58:30.411Z] #13 47.00 Fetched 73.8 MB in 12s (6002 kB/s)
09:58:30 [2021-04-02T09:58:30.411Z] #13 47.13 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
09:58:30 [2021-04-02T09:58:30.411Z] #13 47.25 Preparing to unpack .../libsystemd0_241-7~deb10u7_arm64.deb ...
09:58:30 [2021-04-02T09:58:30.411Z] #13 47.31 Unpacking libsystemd0:arm64 (241-7~deb10u7) over (241-7~deb10u4) ...
09:58:30 [2021-04-02T09:58:30.411Z] #13 47.93 Setting up libsystemd0:arm64 (241-7~deb10u7) ...
09:58:30 [2021-04-02T09:58:30.411Z] #13 48.21 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
09:58:30 [2021-04-02T09:58:30.411Z] #13 48.24 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_arm64.deb ...
09:58:30 [2021-04-02T09:58:30.411Z] #13 48.24 Unpacking libseccomp2:arm64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
09:58:30 [2021-04-02T09:58:30.411Z] #13 48.72 Setting up libseccomp2:arm64 (2.4.4-1~bpo10+1) ...
09:58:30 [2021-04-02T09:58:30.411Z] #13 48.89 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
09:58:30 [2021-04-02T09:58:30.411Z] #13 49.00 Preparing to unpack .../libudev1_241-7~deb10u7_arm64.deb ...
09:58:30 [2021-04-02T09:58:30.411Z] #13 49.03 Unpacking libudev1:arm64 (241-7~deb10u7) over (241-7~deb10u4) ...
09:58:30 [2021-04-02T09:58:30.411Z] #13 49.39 Setting up libudev1:arm64 (241-7~deb10u7) ...
09:58:30 [2021-04-02T09:58:30.411Z] #13 49.61 Selecting previously unselected package binutils-mingw-w64-i686.
09:58:30 [2021-04-02T09:58:30.411Z] #13 49.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 ... 15383 files and directories currently installed.)
09:58:30 [2021-04-02T09:58:30.411Z] #13 49.70 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ...
09:58:30 [2021-04-02T09:58:30.411Z] #13 49.72 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
09:58:30 [2021-04-02T09:58:30.454Z] #43 16.63   CC       images/stats.o
09:58:30 [2021-04-02T09:58:30.603Z] #43 30.96   CC       images/ipc-shm.o
09:58:30 [2021-04-02T09:58:30.831Z] #37 9.904 -- Detecting C compile features - done
09:58:30 [2021-04-02T09:58:30.831Z] #37 9.970 -- Performing Test HAS_BUILTIN_FORTIFY
09:58:30 [2021-04-02T09:58:30.831Z] #37 10.21 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
09:58:30 [2021-04-02T09:58:30.831Z] #37 10.34 -- Configuring done
09:58:30 [2021-04-02T09:58:30.831Z] #37 10.36 -- Generating done
09:58:30 [2021-04-02T09:58:30.831Z] #37 10.38 -- Build files have been written to: /tmp/tmp.rCLoP1L1Py/tini
09:58:30 [2021-04-02T09:58:30.863Z] #43 31.12   CC       images/ipc-msg.o
09:58:30 [2021-04-02T09:58:30.880Z] using credential docker-jenkins-github-credentials
09:58:30 [2021-04-02T09:58:30.958Z] Cloning the remote Git repository
09:58:30 [2021-04-02T09:58:30.958Z] Cloning with configured refspecs honoured and without tags
09:58:30 [2021-04-02T09:58:30.990Z] #13 ...
09:58:30 [2021-04-02T09:58:30.990Z] 
09:58:30 [2021-04-02T09:58:30.990Z] #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
09:58:30 [2021-04-02T09:58:30.990Z] #45 sha256:de17cbf6b44affddabceccd5590b449a3b9233a3f29173d76b9282f7fedf7ee6
09:58:30 [2021-04-02T09:58:30.990Z] #45 53.25 go/ast
09:58:31 [2021-04-02T09:58:31.027Z] #43 17.00   CC       images/core.o
09:58:31 [2021-04-02T09:58:31.088Z] #37 10.40 + make tini-static
09:58:31 [2021-04-02T09:58:31.123Z] #43 31.42   CC       images/ipc-sem.o
09:58:31 [2021-04-02T09:58:31.123Z] #43 31.63   CC       images/utsns.o
09:58:31 [2021-04-02T09:58:31.253Z] #45 53.44 net/url
09:58:31 [2021-04-02T09:58:31.344Z] #37 10.69 Scanning dependencies of target tini-static
09:58:31 [2021-04-02T09:58:31.383Z] #43 31.84   CC       images/creds.o
09:58:31 [2021-04-02T09:58:31.599Z] #43 17.71   CC       images/core-x86.o
09:58:31 [2021-04-02T09:58:31.601Z] #37 10.79 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
09:58:31 [2021-04-02T09:58:31.643Z] #43 32.04   CC       images/vma.o
09:58:31 [2021-04-02T09:58:31.836Z] #45 53.75 text/template/parse
09:58:31 [2021-04-02T09:58:31.903Z] #43 32.24   CC       images/netdev.o
09:58:31 [2021-04-02T09:58:31.997Z] #20 ...
09:58:31 [2021-04-02T09:58:31.997Z] 
09:58:31 [2021-04-02T09:58:31.997Z] #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
09:58:31 [2021-04-02T09:58:31.997Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
09:58:32 [2021-04-02T09:58:32.163Z] #37 ...
09:58:32 [2021-04-02T09:58:32.163Z] 
09:58:32 [2021-04-02T09:58:32.163Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:32 [2021-04-02T09:58:32.163Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:32 [2021-04-02T09:58:32.163Z] #43 6.697 Note: Building without setproctitle() and strlcpy() support.
09:58:32 [2021-04-02T09:58:32.163Z] #43 6.697       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
09:58:32 [2021-04-02T09:58:32.163Z] #43 6.712 Note: Building without GnuTLS support
09:58:32 [2021-04-02T09:58:32.164Z] #43 6.721 Makefile.config:39: Warn: you have no libnftables installed
09:58:32 [2021-04-02T09:58:32.164Z] #43 6.722 Makefile.config:40: Warn: Building without nftables support
09:58:32 [2021-04-02T09:58:32.164Z] #43 8.514 fatal: not a git repository (or any of the parent directories): .git
09:58:32 [2021-04-02T09:58:32.164Z] #43 8.579   GEN      .gitid
09:58:32 [2021-04-02T09:58:32.164Z] #43 8.607   GEN      criu/include/version.h
09:58:32 [2021-04-02T09:58:32.164Z] #43 8.703   GEN      include/common/asm
09:58:32 [2021-04-02T09:58:32.164Z] #43 10.46   PBCC     images/timens.pb-c.c
09:58:32 [2021-04-02T09:58:32.164Z] #43 10.52   DEP      images/timens.pb-c.d
09:58:32 [2021-04-02T09:58:32.164Z] #43 10.57   PBCC     images/fown.pb-c.c
09:58:32 [2021-04-02T09:58:32.164Z] #43 10.61   PBCC     images/google/protobuf/descriptor.pb-c.c
09:58:32 [2021-04-02T09:58:32.164Z] #43 10.71   PBCC     images/opts.pb-c.c
09:58:32 [2021-04-02T09:58:32.164Z] #43 10.78   PBCC     images/memfd.pb-c.c
09:58:32 [2021-04-02T09:58:32.164Z] #43 10.86   DEP      images/fown.pb-c.d
09:58:32 [2021-04-02T09:58:32.164Z] #43 10.93   DEP      images/google/protobuf/descriptor.pb-c.d
09:58:32 [2021-04-02T09:58:32.164Z] #43 11.06   DEP      images/opts.pb-c.d
09:58:32 [2021-04-02T09:58:32.164Z] #43 11.15   DEP      images/memfd.pb-c.d
09:58:32 [2021-04-02T09:58:32.164Z] #43 11.23   PBCC     images/sit.pb-c.c
09:58:32 [2021-04-02T09:58:32.164Z] #43 11.28   DEP      images/sit.pb-c.d
09:58:32 [2021-04-02T09:58:32.164Z] #43 11.35   PBCC     images/macvlan.pb-c.c
09:58:32 [2021-04-02T09:58:32.164Z] #43 11.39   DEP      images/macvlan.pb-c.d
09:58:32 [2021-04-02T09:58:32.164Z] #43 11.46   PBCC     images/autofs.pb-c.c
09:58:32 [2021-04-02T09:58:32.164Z] #43 11.49   DEP      images/autofs.pb-c.d
09:58:32 [2021-04-02T09:58:32.164Z] #43 11.53   PBCC     images/sysctl.pb-c.c
09:58:32 [2021-04-02T09:58:32.164Z] #43 11.59   DEP      images/sysctl.pb-c.d
09:58:32 [2021-04-02T09:58:32.164Z] #43 11.69   PBCC     images/time.pb-c.c
09:58:32 [2021-04-02T09:58:32.164Z] #43 11.75   DEP      images/time.pb-c.d
09:58:32 [2021-04-02T09:58:32.164Z] #43 11.80   PBCC     images/binfmt-misc.pb-c.c
09:58:32 [2021-04-02T09:58:32.164Z] #43 11.83   DEP      images/binfmt-misc.pb-c.d
09:58:32 [2021-04-02T09:58:32.164Z] #43 11.90   PBCC     images/seccomp.pb-c.c
09:58:32 [2021-04-02T09:58:32.164Z] #43 11.94   DEP      images/seccomp.pb-c.d
09:58:32 [2021-04-02T09:58:32.164Z] #43 11.98   PBCC     images/userns.pb-c.c
09:58:32 [2021-04-02T09:58:32.164Z] #43 12.00   DEP      images/userns.pb-c.d
09:58:32 [2021-04-02T09:58:32.164Z] #43 12.10   PBCC     images/cgroup.pb-c.c
09:58:32 [2021-04-02T09:58:32.164Z] #43 12.15   DEP      images/cgroup.pb-c.d
09:58:32 [2021-04-02T09:58:32.164Z] #43 12.22   PBCC     images/ext-file.pb-c.c
09:58:32 [2021-04-02T09:58:32.164Z] #43 12.26   DEP      images/ext-file.pb-c.d
09:58:32 [2021-04-02T09:58:32.164Z] #43 12.30   PBCC     images/rpc.pb-c.c
09:58:32 [2021-04-02T09:58:32.164Z] #43 12.40   DEP      images/rpc.pb-c.d
09:58:32 [2021-04-02T09:58:32.164Z] #43 12.49   PBCC     images/siginfo.pb-c.c
09:58:32 [2021-04-02T09:58:32.164Z] #43 12.50   DEP      images/siginfo.pb-c.d
09:58:32 [2021-04-02T09:58:32.164Z] #43 12.55   PBCC     images/pagemap.pb-c.c
09:58:32 [2021-04-02T09:58:32.164Z] #43 12.61   DEP      images/pagemap.pb-c.d
09:58:32 [2021-04-02T09:58:32.164Z] #43 12.68   PBCC     images/rlimit.pb-c.c
09:58:32 [2021-04-02T09:58:32.164Z] #43 12.70   DEP      images/rlimit.pb-c.d
09:58:32 [2021-04-02T09:58:32.164Z] #43 12.77   PBCC     images/file-lock.pb-c.c
09:58:32 [2021-04-02T09:58:32.164Z] #43 12.80   DEP      images/file-lock.pb-c.d
09:58:32 [2021-04-02T09:58:32.164Z] #43 12.86   PBCC     images/tty.pb-c.c
09:58:32 [2021-04-02T09:58:32.164Z] #43 12.95   DEP      images/tty.pb-c.d
09:58:32 [2021-04-02T09:58:32.164Z] #43 13.03   PBCC     images/tun.pb-c.c
09:58:32 [2021-04-02T09:58:32.168Z] #43 32.57   CC       images/tty.o
09:58:32 [2021-04-02T09:58:32.171Z] #43 18.21   CC       images/core-arm.o
09:58:31 [2021-04-02T09:58:31.173Z] Cloning repository https://github.com/moby/moby.git
09:58:31 [2021-04-02T09:58:31.578Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
09:58:32 [2021-04-02T09:58:32.254Z] #40 188.8 + dpkg --print-architecture
09:58:32 [2021-04-02T09:58:32.254Z] #40 188.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
09:58:32 [2021-04-02T09:58:32.420Z] #43 13.11   PBCC     images/netdev.pb-c.c
09:58:32 [2021-04-02T09:58:32.420Z] #43 13.16   DEP      images/tun.pb-c.d
09:58:32 [2021-04-02T09:58:32.420Z] #43 ...
09:58:32 [2021-04-02T09:58:32.420Z] 
09:58:32 [2021-04-02T09:58:32.420Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
09:58:32 [2021-04-02T09:58:32.420Z] #51 sha256:6a13d11d9acdeebe606757aac9634273858195fdde076427560de568d96527eb
09:58:32 [2021-04-02T09:58:32.420Z] #51 67.79 fmt
09:58:32 [2021-04-02T09:58:32.420Z] #51 72.25 encoding/json
09:58:32 [2021-04-02T09:58:32.420Z] #51 76.07 github.com/pkg/diff
09:58:32 [2021-04-02T09:58:32.420Z] #51 77.65 go/ast
09:58:32 [2021-04-02T09:58:32.420Z] #51 ...
09:58:32 [2021-04-02T09:58:32.420Z] 
09:58:32 [2021-04-02T09:58:32.420Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:32 [2021-04-02T09:58:32.420Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:32 [2021-04-02T09:58:32.420Z] #43 13.23   DEP      images/netdev.pb-c.d
09:58:32 [2021-04-02T09:58:32.433Z] #43 18.61   CC       images/core-aarch64.o
09:58:32 [2021-04-02T09:58:32.676Z] #43 13.35   PBCC     images/vma.pb-c.c
09:58:32 [2021-04-02T09:58:32.676Z] #43 13.43   DEP      images/vma.pb-c.d
09:58:32 [2021-04-02T09:58:32.676Z] #43 13.49   PBCC     images/creds.pb-c.c
09:58:32 [2021-04-02T09:58:32.676Z] #43 13.54   DEP      images/creds.pb-c.d
09:58:32 [2021-04-02T09:58:32.738Z] #43 33.10   CC       images/file-lock.o
09:58:32 [2021-04-02T09:58:32.938Z] #43 13.61   PBCC     images/utsns.pb-c.c
09:58:32 [2021-04-02T09:58:32.938Z] #43 13.63   DEP      images/utsns.pb-c.d
09:58:32 [2021-04-02T09:58:32.938Z] #43 13.74   PBCC     images/ipc-desc.pb-c.c
09:58:32 [2021-04-02T09:58:32.938Z] #43 13.76   PBCC     images/ipc-sem.pb-c.c
09:58:32 [2021-04-02T09:58:32.938Z] #43 13.79   DEP      images/ipc-desc.pb-c.d
09:58:32 [2021-04-02T09:58:32.998Z] #43 33.33   CC       images/rlimit.o
09:58:32 [2021-04-02T09:58:32.998Z] #43 33.51   CC       images/pagemap.o
09:58:33 [2021-04-02T09:58:33.005Z] #43 18.99   CC       images/core-ppc64.o
09:58:33 [2021-04-02T09:58:33.184Z] #40 189.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
09:58:33 [2021-04-02T09:58:33.184Z] #40 189.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
09:58:33 [2021-04-02T09:58:33.195Z] #43 13.84   DEP      images/ipc-sem.pb-c.d
09:58:33 [2021-04-02T09:58:33.195Z] #43 13.94   PBCC     images/ipc-msg.pb-c.c
09:58:33 [2021-04-02T09:58:33.195Z] #43 13.98   DEP      images/ipc-msg.pb-c.d
09:58:33 [2021-04-02T09:58:33.195Z] #43 14.03   PBCC     images/ipc-shm.pb-c.c
09:58:33 [2021-04-02T09:58:33.195Z] #43 14.08   DEP      images/ipc-shm.pb-c.d
09:58:33 [2021-04-02T09:58:33.252Z] #45 ...
09:58:33 [2021-04-02T09:58:33.252Z] 
09:58:33 [2021-04-02T09:58:33.252Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:58:33 [2021-04-02T09:58:33.252Z] #34 sha256:63c33eabfd00b3df9588754e2609e941b37aebd76f78cc89a9c24d92fc3b7fec
09:58:33 [2021-04-02T09:58:33.252Z] #34 45.19 internal/fmtsort
09:58:33 [2021-04-02T09:58:33.252Z] #34 45.37 internal/poll
09:58:33 [2021-04-02T09:58:33.252Z] #34 46.05 os
09:58:33 [2021-04-02T09:58:33.252Z] #34 47.16 fmt
09:58:33 [2021-04-02T09:58:33.252Z] #34 47.17 path/filepath
09:58:33 [2021-04-02T09:58:33.252Z] #34 47.88 io/ioutil
09:58:33 [2021-04-02T09:58:33.252Z] #34 48.91 flag
09:58:33 [2021-04-02T09:58:33.252Z] #34 48.92 github.com/BurntSushi/toml
09:58:33 [2021-04-02T09:58:33.252Z] #34 48.92 log
09:58:33 [2021-04-02T09:58:33.252Z] #34 52.70 github.com/BurntSushi/toml/cmd/tomlv
09:58:33 [2021-04-02T09:58:33.252Z] #34 ...
09:58:33 [2021-04-02T09:58:33.252Z] 
09:58:33 [2021-04-02T09:58:33.252Z] #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
09:58:33 [2021-04-02T09:58:33.252Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
09:58:33 [2021-04-02T09:58:33.252Z] #42 54.05 Selecting previously unselected package libprotoc17:arm64.
09:58:33 [2021-04-02T09:58:33.252Z] #42 54.05 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ...
09:58:33 [2021-04-02T09:58:33.252Z] #42 54.07 Unpacking libprotoc17:arm64 (3.6.1.3-2) ...
09:58:33 [2021-04-02T09:58:33.252Z] #42 54.52 Selecting previously unselected package protobuf-c-compiler.
09:58:33 [2021-04-02T09:58:33.252Z] #42 54.53 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ...
09:58:33 [2021-04-02T09:58:33.252Z] #42 54.55 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
09:58:33 [2021-04-02T09:58:33.252Z] #42 54.70 Selecting previously unselected package protobuf-compiler.
09:58:33 [2021-04-02T09:58:33.252Z] #42 54.72 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ...
09:58:33 [2021-04-02T09:58:33.252Z] #42 54.75 Unpacking protobuf-compiler (3.6.1.3-2) ...
09:58:33 [2021-04-02T09:58:33.252Z] #42 54.97 Selecting previously unselected package python-pkg-resources.
09:58:33 [2021-04-02T09:58:33.252Z] #42 54.97 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
09:58:33 [2021-04-02T09:58:33.252Z] #42 54.98 Unpacking python-pkg-resources (40.8.0-1) ...
09:58:33 [2021-04-02T09:58:33.252Z] #42 55.24 Selecting previously unselected package python-six.
09:58:33 [2021-04-02T09:58:33.252Z] #42 55.27 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
09:58:33 [2021-04-02T09:58:33.252Z] #42 55.28 Unpacking python-six (1.12.0-1) ...
09:58:33 [2021-04-02T09:58:33.252Z] #42 55.46 Selecting previously unselected package python-protobuf.
09:58:33 [2021-04-02T09:58:33.252Z] #42 55.46 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ...
09:58:33 [2021-04-02T09:58:33.252Z] #42 55.47 Unpacking python-protobuf (3.6.1.3-2) ...
09:58:33 [2021-04-02T09:58:33.452Z] #43 14.13   PBCC     images/ipc-var.pb-c.c
09:58:33 [2021-04-02T09:58:33.452Z] #43 14.16   DEP      images/ipc-var.pb-c.d
09:58:33 [2021-04-02T09:58:33.452Z] #43 14.18   PBCC     images/sk-opts.pb-c.c
09:58:33 [2021-04-02T09:58:33.452Z] #43 14.20   PBCC     images/packet-sock.pb-c.c
09:58:33 [2021-04-02T09:58:33.452Z] #43 14.25   DEP      images/sk-opts.pb-c.d
09:58:33 [2021-04-02T09:58:33.567Z] #43 33.81   CC       images/siginfo.o
09:58:33 [2021-04-02T09:58:33.567Z] #43 34.04   CC       images/rpc.o
09:58:33 [2021-04-02T09:58:33.577Z] #43 19.56   CC       images/core-s390.o
09:58:33 [2021-04-02T09:58:33.709Z] #43 14.35   DEP      images/packet-sock.pb-c.d
09:58:33 [2021-04-02T09:58:33.709Z] #43 14.44   PBCC     images/sk-netlink.pb-c.c
09:58:33 [2021-04-02T09:58:33.709Z] #43 14.50   DEP      images/sk-netlink.pb-c.d
09:58:33 [2021-04-02T09:58:33.709Z] #43 14.58   PBCC     images/sk-inet.pb-c.c
09:58:33 [2021-04-02T09:58:33.828Z] #42 56.06 Setting up python-pkg-resources (40.8.0-1) ...
09:58:33 [2021-04-02T09:58:33.966Z] #43 14.72   DEP      images/sk-inet.pb-c.d
09:58:33 [2021-04-02T09:58:33.966Z] #43 14.76   PBCC     images/sk-unix.pb-c.c
09:58:33 [2021-04-02T09:58:33.966Z] #43 ...
09:58:33 [2021-04-02T09:58:33.966Z] 
09:58:33 [2021-04-02T09:58:33.966Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:58:33 [2021-04-02T09:58:33.966Z] #34 sha256:ea3af4d80f6ceb330a13c9395bc8f4d7a235f5d7f3ea6b283833f0aa1e2a8c73
09:58:33 [2021-04-02T09:58:33.966Z] #34 70.16 github.com/BurntSushi/toml
09:58:33 [2021-04-02T09:58:33.966Z] #34 70.16 flag
09:58:33 [2021-04-02T09:58:33.966Z] #34 72.12 log
09:58:33 [2021-04-02T09:58:33.966Z] #34 74.50 github.com/BurntSushi/toml/cmd/tomlv
09:58:33 [2021-04-02T09:58:33.966Z] #34 DONE 79.4s
09:58:33 [2021-04-02T09:58:33.966Z] 
09:58:33 [2021-04-02T09:58:33.966Z] #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
09:58:33 [2021-04-02T09:58:33.966Z] #37 sha256:238a119df40a16871c42d52bbfec8df5c77bf23ec742aee7fa6fd90eaf5ab347
09:58:33 [2021-04-02T09:58:33.966Z] #37 12.31 [100%] Linking C executable tini-static
09:58:33 [2021-04-02T09:58:33.966Z] #37 13.01 [100%] Built target tini-static
09:58:33 [2021-04-02T09:58:33.966Z] #37 13.09 + mkdir -p /build
09:58:33 [2021-04-02T09:58:33.966Z] #37 13.09 + cp tini-static /build/docker-init
09:58:33 [2021-04-02T09:58:33.966Z] #37 DONE 13.4s
09:58:34 [2021-04-02T09:58:34.149Z] #43 20.14   CC       images/cpuinfo.o
09:58:34 [2021-04-02T09:58:34.223Z] 
09:58:34 [2021-04-02T09:58:34.223Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:34 [2021-04-02T09:58:34.223Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:34 [2021-04-02T09:58:34.223Z] #43 14.89   DEP      images/sk-unix.pb-c.d
09:58:34 [2021-04-02T09:58:34.223Z] #43 14.93   PBCC     images/mm.pb-c.c
09:58:34 [2021-04-02T09:58:34.223Z] #43 15.05   DEP      images/mm.pb-c.d
09:58:34 [2021-04-02T09:58:34.223Z] #43 15.10   PBCC     images/timerfd.pb-c.c
09:58:32 [2021-04-02T09:58:32.399Z] Fetching upstream changes from https://github.com/moby/moby.git
09:58:32 [2021-04-02T09:58:32.400Z]  > git --version # timeout=10
09:58:32 [2021-04-02T09:58:32.449Z]  > git --version # 'git version 2.24.1.windows.2'
09:58:32 [2021-04-02T09:58:32.450Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:58:32 [2021-04-02T09:58:32.453Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42182/head:refs/remotes/origin/PR-42182 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:58:34 [2021-04-02T09:58:34.410Z] #43 20.70   CC       images/inventory.o
09:58:34 [2021-04-02T09:58:34.479Z] #43 15.29   DEP      images/timerfd.pb-c.d
09:58:34 [2021-04-02T09:58:34.479Z] #43 15.29   PBCC     images/timer.pb-c.c
09:58:34 [2021-04-02T09:58:34.479Z] #43 15.29   DEP      images/timer.pb-c.d
09:58:34 [2021-04-02T09:58:34.672Z] #43 20.97   CC       images/fdinfo.o
09:58:34 [2021-04-02T09:58:34.736Z] #43 15.43   PBCC     images/sa.pb-c.c
09:58:34 [2021-04-02T09:58:34.736Z] #43 15.43   DEP      images/sa.pb-c.d
09:58:34 [2021-04-02T09:58:34.736Z] #43 15.50   PBCC     images/pipe-data.pb-c.c
09:58:34 [2021-04-02T09:58:34.736Z] #43 15.50   DEP      images/pipe-data.pb-c.d
09:58:34 [2021-04-02T09:58:34.736Z] #43 15.56   PBCC     images/mnt.pb-c.c
09:58:34 [2021-04-02T09:58:34.736Z] #43 15.65   DEP      images/mnt.pb-c.d
09:58:34 [2021-04-02T09:58:34.949Z] #43 35.18   CC       images/ext-file.o
09:58:34 [2021-04-02T09:58:34.949Z] #43 35.40   CC       images/cgroup.o
09:58:34 [2021-04-02T09:58:34.992Z] #43 15.73   PBCC     images/sk-packet.pb-c.c
09:58:34 [2021-04-02T09:58:34.992Z] #43 15.76   DEP      images/sk-packet.pb-c.d
09:58:35 [2021-04-02T09:58:35.246Z] #43 ...
09:58:35 [2021-04-02T09:58:35.246Z] 
09:58:35 [2021-04-02T09:58:35.246Z] #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
09:58:35 [2021-04-02T09:58:35.246Z] #56 sha256:4a9c3ad24252263367c2ffaf3d85b5b6d19e84875ce9cdc0cf72a9efd04815bd
09:58:35 [2021-04-02T09:58:35.246Z] #56 42.27 Checking out files:  51% (1958/3837)   
Checking out files:  52% (1996/3837)   
Checking out files:  53% (2034/3837)   
Checking out files:  54% (2072/3837)   
Checking out files:  55% (2111/3837)   
Checking out files:  56% (2149/3837)   
Checking out files:  57% (2188/3837)   
Checking out files:  58% (2226/3837)   
Checking out files:  59% (2264/3837)   
Checking out files:  60% (2303/3837)   
Checking out files:  61% (2341/3837)   
Checking out files:  62% (2379/3837)   
Checking out files:  63% (2418/3837)   
Checking out files:  64% (2456/3837)   
Checking out files:  65% (2495/3837)   
Checking out files:  66% (2533/3837)   
Checking out files:  67% (2571/3837)   
Checking out files:  68% (2610/3837)   
Checking out files:  69% (2648/3837)   
Checking out files:  70% (2686/3837)   
Checking out files:  71% (2725/3837)   
Checking out files:  72% (2763/3837)   
Checking out files:  73% (2802/3837)   
Checking out files:  74% (2840/3837)   
Checking out files:  75% (2878/3837)   
Checking out files:  76% (2917/3837)   
Checking out files:  77% (2955/3837)   
Checking out files:  78% (2993/3837)   
Checking out files:  79% (3032/3837)   
Checking out files:  80% (3070/3837)   
Checking out files:  81% (3108/3837)   
Checking out files:  82% (3147/3837)   
Checking out files:  83% (3185/3837)   
Checking out files:  84% (3224/3837)   
Checking out files:  85% (3262/3837)   
Checking out files:  85% (3294/3837)   
Checking out files:  86% (3300/3837)   
Checking out files:  87% (3339/3837)   
Checking out files:  88% (3377/3837)   
Checking out files:  89% (3415/3837)   
Checking out files:  90% (3454/3837)   
Checking out files:  91% (3492/3837)   
Checking out files:  92% (3531/3837)   
Checking out files:  93% (3569/3837)   
Checking out files:  94% (3607/3837)   
Checking out files:  95% (3646/3837)   
Checking out files:  96% (3684/3837)   
Checking out files:  97% (3722/3837)   
Checking out files:  98% (3761/3837)   
Checking out files:  99% (3799/3837)   
Checking out files: 100% (3837/3837)   
Checking out files: 100% (3837/3837), done.
09:58:35 [2021-04-02T09:58:35.246Z] #56 43.83 + cd /tmp/tmp.AhThuJNsuc/src/github.com/containerd/containerd
09:58:35 [2021-04-02T09:58:35.246Z] #56 43.83 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
09:58:35 [2021-04-02T09:58:35.246Z] #56 45.77 + export 'BUILDTAGS=netgo osusergo static_build'
09:58:35 [2021-04-02T09:58:35.246Z] #56 45.77 + BUILDTAGS='netgo osusergo static_build'
09:58:35 [2021-04-02T09:58:35.246Z] #56 45.77 + export EXTRA_FLAGS=-buildmode=pie
09:58:35 [2021-04-02T09:58:35.246Z] #56 45.77 + EXTRA_FLAGS=-buildmode=pie
09:58:35 [2021-04-02T09:58:35.246Z] #56 45.77 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
09:58:35 [2021-04-02T09:58:35.246Z] #56 45.77 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
09:58:35 [2021-04-02T09:58:35.246Z] #56 45.77 + '[' '' = dynamic ']'
09:58:35 [2021-04-02T09:58:35.246Z] #56 45.77 + make
09:58:35 [2021-04-02T09:58:35.246Z] #56 46.81 + bin/ctr
09:58:35 [2021-04-02T09:58:35.246Z] #56 ...
09:58:35 [2021-04-02T09:58:35.246Z] 
09:58:35 [2021-04-02T09:58:35.246Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:35 [2021-04-02T09:58:35.246Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:35 [2021-04-02T09:58:35.246Z] #43 21.39   CC       images/fown.o
09:58:35 [2021-04-02T09:58:35.248Z] #43 15.81   PBCC     images/tcp-stream.pb-c.c
09:58:35 [2021-04-02T09:58:35.248Z] #43 15.91   DEP      images/tcp-stream.pb-c.d
09:58:35 [2021-04-02T09:58:35.248Z] #43 15.92   PBCC     images/pipe.pb-c.c
09:58:35 [2021-04-02T09:58:35.248Z] #43 16.04   DEP      images/pipe.pb-c.d
09:58:35 [2021-04-02T09:58:35.248Z] #43 16.04   PBCC     images/pstree.pb-c.c
09:58:35 [2021-04-02T09:58:35.248Z] #43 16.10   DEP      images/pstree.pb-c.d
09:58:35 [2021-04-02T09:58:35.505Z] #43 16.15   PBCC     images/fs.pb-c.c
09:58:35 [2021-04-02T09:58:35.505Z] #43 16.20   DEP      images/fs.pb-c.d
09:58:35 [2021-04-02T09:58:35.505Z] #43 16.27   PBCC     images/signalfd.pb-c.c
09:58:35 [2021-04-02T09:58:35.505Z] #43 16.32   DEP      images/signalfd.pb-c.d
09:58:35 [2021-04-02T09:58:35.507Z] #43 21.64   CC       images/ns.o
09:58:35 [2021-04-02T09:58:35.519Z] #43 36.03   CC       images/userns.o
09:58:35 [2021-04-02T09:58:35.762Z] #43 16.47   PBCC     images/fh.pb-c.c
09:58:35 [2021-04-02T09:58:35.762Z] #43 16.47   PBCC     images/fsnotify.pb-c.c
09:58:35 [2021-04-02T09:58:35.762Z] #43 16.52   DEP      images/fh.pb-c.d
09:58:35 [2021-04-02T09:58:35.762Z] #43 16.58   DEP      images/fsnotify.pb-c.d
09:58:35 [2021-04-02T09:58:35.762Z] #43 16.62   PBCC     images/eventpoll.pb-c.c
09:58:35 [2021-04-02T09:58:35.762Z] #43 16.65   DEP      images/eventpoll.pb-c.d
09:58:35 [2021-04-02T09:58:35.769Z] #43 21.89   CC       images/regfile.o
09:58:35 [2021-04-02T09:58:35.779Z] #43 36.29   CC       images/google/protobuf/descriptor.o
09:58:36 [2021-04-02T09:58:36.018Z] #43 16.74   PBCC     images/eventfd.pb-c.c
09:58:36 [2021-04-02T09:58:36.018Z] #43 16.81   DEP      images/eventfd.pb-c.d
09:58:36 [2021-04-02T09:58:36.018Z] #43 16.88   PBCC     images/remap-file-path.pb-c.c
09:58:36 [2021-04-02T09:58:36.018Z] #43 16.91   DEP      images/remap-file-path.pb-c.d
09:58:36 [2021-04-02T09:58:36.018Z] #43 16.98   PBCC     images/fifo.pb-c.c
09:58:36 [2021-04-02T09:58:36.018Z] #43 16.98   DEP      images/fifo.pb-c.d
09:58:36 [2021-04-02T09:58:36.018Z] #43 ...
09:58:36 [2021-04-02T09:58:36.018Z] 
09:58:36 [2021-04-02T09:58:36.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
09:58:36 [2021-04-02T09:58:36.018Z] #45 sha256:49a3fcc416cc75118c20d2bf4a8274cd33396b6ef0305d9f34d11d4c1747f570
09:58:36 [2021-04-02T09:58:36.018Z] #45 71.55 regexp
09:58:36 [2021-04-02T09:58:36.018Z] #45 73.40 go/token
09:58:36 [2021-04-02T09:58:36.018Z] #45 74.53 go/scanner
09:58:36 [2021-04-02T09:58:36.018Z] #45 75.58 internal/lazyregexp
09:58:36 [2021-04-02T09:58:36.018Z] #45 75.96 net/url
09:58:36 [2021-04-02T09:58:36.018Z] #45 76.18 go/ast
09:58:36 [2021-04-02T09:58:36.018Z] #45 78.12 text/template/parse
09:58:36 [2021-04-02T09:58:36.018Z] #45 81.19 go/parser
09:58:36 [2021-04-02T09:58:36.058Z] #43 22.14   CC       images/ghost-file.o
09:58:36 [2021-04-02T09:58:36.275Z] #45 ...
09:58:36 [2021-04-02T09:58:36.275Z] 
09:58:36 [2021-04-02T09:58:36.275Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:36 [2021-04-02T09:58:36.275Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:36 [2021-04-02T09:58:36.275Z] #43 17.08   PBCC     images/ghost-file.pb-c.c
09:58:36 [2021-04-02T09:58:36.275Z] #43 17.14   DEP      images/ghost-file.pb-c.d
09:58:36 [2021-04-02T09:58:36.275Z] #43 17.22   PBCC     images/regfile.pb-c.c
09:58:36 [2021-04-02T09:58:36.320Z] #43 ...
09:58:36 [2021-04-02T09:58:36.320Z] 
09:58:36 [2021-04-02T09:58:36.320Z] #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
09:58:36 [2021-04-02T09:58:36.320Z] #51 sha256:cb048a09b84ac35dc240ad782ae0c619c19b99b138a0899f6dd20b15a1cd84b2
09:58:36 [2021-04-02T09:58:36.320Z] #51 90.05 mvdan.cc/sh/v3/cmd/shfmt
09:58:36 [2021-04-02T09:58:36.320Z] #51 DONE 96.4s
09:58:36 [2021-04-02T09:58:36.320Z] 
09:58:36 [2021-04-02T09:58:36.320Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:36 [2021-04-02T09:58:36.320Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:36 [2021-04-02T09:58:36.320Z] #43 22.53   CC       images/fifo.o
09:58:36 [2021-04-02T09:58:36.389Z] #42 58.58 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ...
09:58:36 [2021-04-02T09:58:36.389Z] #42 58.61 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
09:58:36 [2021-04-02T09:58:36.533Z] #43 17.24   DEP      images/regfile.pb-c.d
09:58:36 [2021-04-02T09:58:36.533Z] #43 17.30   PBCC     images/ns.pb-c.c
09:58:36 [2021-04-02T09:58:36.533Z] #43 17.33   DEP      images/ns.pb-c.d
09:58:36 [2021-04-02T09:58:36.533Z] #43 17.40   PBCC     images/fdinfo.pb-c.c
09:58:36 [2021-04-02T09:58:36.652Z] #42 58.62 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...#42 ...
09:58:36 [2021-04-02T09:58:36.652Z] 
09:58:36 [2021-04-02T09:58:36.652Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
09:58:36 [2021-04-02T09:58:36.652Z] #34 sha256:63c33eabfd00b3df9588754e2609e941b37aebd76f78cc89a9c24d92fc3b7fec
09:58:36 [2021-04-02T09:58:36.652Z] #34 DONE 58.7s
09:58:36 [2021-04-02T09:58:36.652Z] 
09:58:36 [2021-04-02T09:58:36.652Z] #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
09:58:36 [2021-04-02T09:58:36.652Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
09:58:36 [2021-04-02T09:58:36.652Z] #42 58.62 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
09:58:36 [2021-04-02T09:58:36.653Z] #42 58.64 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ...
09:58:36 [2021-04-02T09:58:36.653Z] #42 58.68 Setting up python-six (1.12.0-1) ...
09:58:36 [2021-04-02T09:58:36.789Z] #43 17.51   DEP      images/fdinfo.pb-c.d
09:58:36 [2021-04-02T09:58:36.790Z] #43 17.58   PBCC     images/core-aarch64.pb-c.c
09:58:36 [2021-04-02T09:58:36.790Z] #43 17.63   PBCC     images/core-arm.pb-c.c
09:58:36 [2021-04-02T09:58:36.790Z] #43 17.68   PBCC     images/core-ppc64.pb-c.c
09:58:36 [2021-04-02T09:58:36.893Z] #43 22.97   CC       images/remap-file-path.o
09:58:36 [2021-04-02T09:58:36.918Z] #42 ...
09:58:36 [2021-04-02T09:58:36.918Z] 
09:58:36 [2021-04-02T09:58:36.918Z] #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
09:58:36 [2021-04-02T09:58:36.918Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
09:58:36 [2021-04-02T09:58:36.918Z] #13 51.83 Selecting previously unselected package binutils-mingw-w64-x86-64.
09:58:36 [2021-04-02T09:58:36.918Z] #13 51.83 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ...
09:58:36 [2021-04-02T09:58:36.918Z] #13 51.84 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
09:58:36 [2021-04-02T09:58:36.918Z] #13 53.66 Selecting previously unselected package binutils-mingw-w64.
09:58:36 [2021-04-02T09:58:36.918Z] #13 53.67 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
09:58:36 [2021-04-02T09:58:36.918Z] #13 53.69 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
09:58:36 [2021-04-02T09:58:36.918Z] #13 53.84 Selecting previously unselected package libdevmapper1.02.1:arm64.
09:58:36 [2021-04-02T09:58:36.918Z] #13 53.85 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ...
09:58:36 [2021-04-02T09:58:36.918Z] #13 53.86 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
09:58:36 [2021-04-02T09:58:36.918Z] #13 54.10 Selecting previously unselected package dmsetup.
09:58:36 [2021-04-02T09:58:36.918Z] #13 54.11 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ...
09:58:36 [2021-04-02T09:58:36.918Z] #13 54.11 Unpacking dmsetup (2:1.02.155-3) ...
09:58:36 [2021-04-02T09:58:36.918Z] #13 54.28 Selecting previously unselected package mingw-w64-common.
09:58:36 [2021-04-02T09:58:36.918Z] #13 54.28 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
09:58:36 [2021-04-02T09:58:36.918Z] #13 54.29 Unpacking mingw-w64-common (6.0.0-3) ...
09:58:36 [2021-04-02T09:58:36.918Z] #13 ...
09:58:36 [2021-04-02T09:58:36.918Z] 
09:58:36 [2021-04-02T09:58:36.918Z] #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
09:58:36 [2021-04-02T09:58:36.918Z] #51 sha256:9a61fc916a570de439015ee153768f5735c895ddd9df90d4e87fd3a7b0fb624c
09:58:36 [2021-04-02T09:58:36.918Z] #51 49.12 mvdan.cc/sh/v3/fileutil
09:58:36 [2021-04-02T09:58:36.918Z] #51 49.21 flag
09:58:36 [2021-04-02T09:58:36.918Z] #51 49.22 encoding/binary
09:58:36 [2021-04-02T09:58:36.918Z] #51 49.23 github.com/pkg/diff
09:58:36 [2021-04-02T09:58:36.918Z] #51 49.33 go/token
09:58:36 [2021-04-02T09:58:36.918Z] #51 51.12 go/scanner
09:58:36 [2021-04-02T09:58:36.918Z] #51 52.53 mvdan.cc/editorconfig
09:58:36 [2021-04-02T09:58:36.918Z] #51 52.61 mvdan.cc/sh/v3/syntax
09:58:36 [2021-04-02T09:58:36.918Z] #51 54.09 go/ast
09:58:36 [2021-04-02T09:58:36.918Z] #51 54.15 encoding/base64
09:58:36 [2021-04-02T09:58:36.918Z] #51 55.62 golang.org/x/sys/unix
09:58:36 [2021-04-02T09:58:36.918Z] #51 55.67 encoding/json
09:58:37 [2021-04-02T09:58:37.046Z] #43 17.76   PBCC     images/core-s390.pb-c.c
09:58:37 [2021-04-02T09:58:37.046Z] #43 17.83   PBCC     images/core-x86.pb-c.c
09:58:37 [2021-04-02T09:58:37.046Z] #43 17.89   PBCC     images/core.pb-c.c
09:58:37 [2021-04-02T09:58:37.156Z] #43 ...
09:58:37 [2021-04-02T09:58:37.156Z] 
09:58:37 [2021-04-02T09:58:37.156Z] #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
09:58:37 [2021-04-02T09:58:37.156Z] #45 sha256:583281a574089db2ff8d12c67758c7a674ad902bd22010a728bcb3f4691f0871
09:58:37 [2021-04-02T09:58:37.156Z] #45 87.37 go/doc
09:58:37 [2021-04-02T09:58:37.156Z] #45 90.81 github.com/LK4D4/vndr/build
09:58:37 [2021-04-02T09:58:37.156Z] #45 91.38 github.com/LK4D4/vndr/versioned
09:58:37 [2021-04-02T09:58:37.156Z] #45 91.61 compress/flate
09:58:37 [2021-04-02T09:58:37.156Z] #45 93.99 hash/crc32
09:58:37 [2021-04-02T09:58:37.156Z] #45 94.54 net
09:58:37 [2021-04-02T09:58:37.156Z] #45 94.55 compress/gzip
09:58:37 [2021-04-02T09:58:37.156Z] #45 95.11 vendor/golang.org/x/text/transform
09:58:37 [2021-04-02T09:58:37.156Z] #45 95.79 vendor/golang.org/x/text/unicode/bidi
09:58:37 [2021-04-02T09:58:37.181Z] #51 ...
09:58:37 [2021-04-02T09:58:37.181Z] 
09:58:37 [2021-04-02T09:58:37.181Z] #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
09:58:37 [2021-04-02T09:58:37.181Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
09:58:37 [2021-04-02T09:58:37.181Z] #36 49.31 Selecting previously unselected package cmake-data.
09:58:37 [2021-04-02T09:58:37.181Z] #36 49.33 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
09:58:37 [2021-04-02T09:58:37.181Z] #36 49.44 Unpacking cmake-data (3.13.4-1) ...
09:58:37 [2021-04-02T09:58:37.181Z] #36 55.07 Selecting previously unselected package libicu63:arm64.
09:58:37 [2021-04-02T09:58:37.181Z] #36 55.08 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ...
09:58:37 [2021-04-02T09:58:37.181Z] #36 55.10 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
09:58:37 [2021-04-02T09:58:37.302Z] #43 17.96   PBCC     images/inventory.pb-c.c
09:58:37 [2021-04-02T09:58:37.303Z] #43 18.05   DEP      images/core-aarch64.pb-c.d
09:58:37 [2021-04-02T09:58:37.303Z] #43 18.09   DEP      images/core-arm.pb-c.d
09:58:37 [2021-04-02T09:58:37.303Z] #43 18.14   DEP      images/core-ppc64.pb-c.d
09:58:37 [2021-04-02T09:58:37.303Z] #43 18.21   DEP      images/core-s390.pb-c.d
09:58:37 [2021-04-02T09:58:37.303Z] #43 18.27   DEP      images/core-x86.pb-c.d
09:58:37 [2021-04-02T09:58:37.361Z] #40 ...
09:58:37 [2021-04-02T09:58:37.361Z] 
09:58:37 [2021-04-02T09:58:37.361Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:37 [2021-04-02T09:58:37.361Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:37 [2021-04-02T09:58:37.361Z] #43 112.7   CC       criu/files.o
09:58:37 [2021-04-02T09:58:37.361Z] #43 114.7   CC       criu/filesystems.o
09:58:37 [2021-04-02T09:58:37.361Z] #43 115.5   CC       criu/fsnotify.o
09:58:37 [2021-04-02T09:58:37.361Z] #43 116.6   CC       criu/image-desc.o
09:58:37 [2021-04-02T09:58:37.361Z] #43 116.8   CC       criu/image.o
09:58:37 [2021-04-02T09:58:37.361Z] #43 117.8   CC       criu/ipc_ns.o
09:58:37 [2021-04-02T09:58:37.361Z] #43 119.0   CC       criu/irmap.o
09:58:37 [2021-04-02T09:58:37.361Z] #43 119.7   CC       criu/kcmp-ids.o
09:58:37 [2021-04-02T09:58:37.361Z] #43 120.0   CC       criu/kerndat.o
09:58:37 [2021-04-02T09:58:37.361Z] #43 121.2   CC       criu/libnetlink.o
09:58:37 [2021-04-02T09:58:37.361Z] #43 121.7   CC       criu/log.o
09:58:37 [2021-04-02T09:58:37.361Z] #43 122.1   CC       criu/lsm.o
09:58:37 [2021-04-02T09:58:37.361Z] #43 122.5   CC       criu/mem.o
09:58:37 [2021-04-02T09:58:37.361Z] #43 ...
09:58:37 [2021-04-02T09:58:37.361Z] 
09:58:37 [2021-04-02T09:58:37.361Z] #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
09:58:37 [2021-04-02T09:58:37.361Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
09:58:37 [2021-04-02T09:58:37.361Z] #20 55.96 Setting up iptables (1.8.2-4) ...
09:58:37 [2021-04-02T09:58:37.361Z] #20 55.98 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
09:58:37 [2021-04-02T09:58:37.361Z] #20 55.99 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
09:58:37 [2021-04-02T09:58:37.361Z] #20 56.00 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
09:58:37 [2021-04-02T09:58:37.361Z] #20 56.00 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
09:58:37 [2021-04-02T09:58:37.361Z] #20 56.01 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
09:58:37 [2021-04-02T09:58:37.361Z] #20 56.01 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
09:58:37 [2021-04-02T09:58:37.361Z] #20 56.03 Setting up python3 (3.7.3-1) ...
09:58:37 [2021-04-02T09:58:37.361Z] #20 56.49 Setting up python3-wheel (0.32.3-2) ...
09:58:37 [2021-04-02T09:58:37.361Z] #20 57.19 Setting up apparmor (2.13.2-10) ...
09:58:37 [2021-04-02T09:58:37.361Z] #20 58.84 Setting up xfsprogs (4.20.0-1) ...
09:58:37 [2021-04-02T09:58:37.361Z] #20 58.87 Setting up python3-lib2to3 (3.7.3-1) ...
09:58:37 [2021-04-02T09:58:37.361Z] #20 59.24 Setting up python3-pkg-resources (40.8.0-1) ...
09:58:37 [2021-04-02T09:58:37.361Z] #20 60.09 Setting up python3-distutils (3.7.3-1) ...
09:58:37 [2021-04-02T09:58:37.361Z] #20 60.55 Setting up python3-setuptools (40.8.0-1) ...
09:58:37 [2021-04-02T09:58:37.429Z] #45 ...
09:58:37 [2021-04-02T09:58:37.429Z] 
09:58:37 [2021-04-02T09:58:37.429Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:37 [2021-04-02T09:58:37.429Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:37 [2021-04-02T09:58:37.429Z] #43 23.49   CC       images/eventfd.o
09:58:37 [2021-04-02T09:58:37.446Z] #36 ...
09:58:37 [2021-04-02T09:58:37.446Z] 
09:58:37 [2021-04-02T09:58:37.446Z] #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
09:58:37 [2021-04-02T09:58:37.446Z] #56 sha256:a402eccf63eb4891fd147fa9de7f26e2df84ca1e0a38bfb7c86d41132284ec10
09:58:37 [2021-04-02T09:58:37.446Z] #56 2.444 + RM_GOPATH=0
09:58:37 [2021-04-02T09:58:37.446Z] #56 2.444 + TMP_GOPATH=
09:58:37 [2021-04-02T09:58:37.446Z] #56 2.447 + : /build
09:58:37 [2021-04-02T09:58:37.446Z] #56 2.447 + '[' -z '' ']'
09:58:37 [2021-04-02T09:58:37.446Z] #56 2.447 ++ mktemp -d
09:58:37 [2021-04-02T09:58:37.446Z] #56 2.448 + export GOPATH=/tmp/tmp.jz2ijaAQwx
09:58:37 [2021-04-02T09:58:37.446Z] #56 2.448 + GOPATH=/tmp/tmp.jz2ijaAQwx
09:58:37 [2021-04-02T09:58:37.446Z] #56 2.448 + RM_GOPATH=1
09:58:37 [2021-04-02T09:58:37.446Z] #56 2.448 + case "$(go env GOARCH)" in
09:58:37 [2021-04-02T09:58:37.446Z] #56 2.448 ++ go env GOARCH
09:58:37 [2021-04-02T09:58:37.446Z] #56 2.544 + export GO_BUILDMODE=-buildmode=pie
09:58:37 [2021-04-02T09:58:37.446Z] #56 2.544 + GO_BUILDMODE=-buildmode=pie
09:58:37 [2021-04-02T09:58:37.446Z] #56 2.554 ++ dirname /tmp/install/install.sh
09:58:37 [2021-04-02T09:58:37.446Z] #56 2.554 + dir=/tmp/install
09:58:37 [2021-04-02T09:58:37.446Z] #56 2.554 + bin=containerd
09:58:37 [2021-04-02T09:58:37.446Z] #56 2.554 + shift
09:58:37 [2021-04-02T09:58:37.446Z] #56 2.554 + '[' '!' -f /tmp/install/containerd.installer ']'
09:58:37 [2021-04-02T09:58:37.446Z] #56 2.554 + . /tmp/install/containerd.installer
09:58:37 [2021-04-02T09:58:37.446Z] #56 2.554 ++ set -e
09:58:37 [2021-04-02T09:58:37.446Z] #56 2.554 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
09:58:37 [2021-04-02T09:58:37.446Z] #56 2.554 + install_containerd
09:58:37 [2021-04-02T09:58:37.446Z] #56 2.571 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
09:58:37 [2021-04-02T09:58:37.446Z] #56 2.572 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e'
09:58:37 [2021-04-02T09:58:37.446Z] #56 2.572 + git clone https://github.com/containerd/containerd.git /tmp/tmp.jz2ijaAQwx/src/github.com/containerd/containerd
09:58:37 [2021-04-02T09:58:37.446Z] #56 2.572 Cloning into '/tmp/tmp.jz2ijaAQwx/src/github.com/containerd/containerd'...
09:58:37 [2021-04-02T09:58:37.446Z] #56 ...
09:58:37 [2021-04-02T09:58:37.446Z] 
09:58:37 [2021-04-02T09:58:37.446Z] #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
09:58:37 [2021-04-02T09:58:37.446Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
09:58:37 [2021-04-02T09:58:37.446Z] #36 59.61 Selecting previously unselected package libxml2:arm64.
09:58:37 [2021-04-02T09:58:37.446Z] #36 59.62 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_arm64.deb ...
09:58:37 [2021-04-02T09:58:37.559Z] #43 18.37   DEP      images/core.pb-c.d
09:58:37 [2021-04-02T09:58:37.559Z] #43 18.49   DEP      images/inventory.pb-c.d
09:58:37 [2021-04-02T09:58:37.690Z] #43 37.82   CC       images/opts.o
09:58:37 [2021-04-02T09:58:37.690Z] #43 38.01   CC       images/seccomp.o
09:58:37 [2021-04-02T09:58:37.690Z] #43 38.23   CC       images/binfmt-misc.o
09:58:37 [2021-04-02T09:58:37.690Z] #43 23.83   CC       images/eventpoll.o
09:58:37 [2021-04-02T09:58:37.710Z] #36 59.63 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ...
09:58:37 [2021-04-02T09:58:37.816Z] #43 18.53   PBCC     images/cpuinfo.pb-c.c
09:58:37 [2021-04-02T09:58:37.816Z] #43 18.63   DEP      images/cpuinfo.pb-c.d
09:58:37 [2021-04-02T09:58:37.816Z] #43 18.66   PBCC     images/stats.pb-c.c
09:58:37 [2021-04-02T09:58:37.816Z] #43 18.72   DEP      images/stats.pb-c.d
09:58:37 [2021-04-02T09:58:37.950Z] #43 38.39   CC       images/time.o
09:58:37 [2021-04-02T09:58:37.952Z] #43 24.15   CC       images/fh.o
09:58:38 [2021-04-02T09:58:38.210Z] #43 38.59   CC       images/sysctl.o
09:58:38 [2021-04-02T09:58:38.210Z] #43 38.80   CC       images/autofs.o
09:58:38 [2021-04-02T09:58:38.290Z] #20 61.72 Setting up python3-pip (18.1-5) ...
09:58:38 [2021-04-02T09:58:38.306Z] #36 60.29 Selecting previously unselected package libarchive13:arm64.
09:58:38 [2021-04-02T09:58:38.306Z] #36 60.30 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ...
09:58:38 [2021-04-02T09:58:38.306Z] #36 60.34 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ...
09:58:38 [2021-04-02T09:58:38.470Z] #43 39.05   CC       images/macvlan.o
09:58:38 [2021-04-02T09:58:38.526Z] #43 24.47   CC       images/fsnotify.o
09:58:38 [2021-04-02T09:58:38.731Z] #43 39.32   CC       images/sit.o
09:58:38 [2021-04-02T09:58:38.788Z] #43 25.04   CC       images/signalfd.o
09:58:38 [2021-04-02T09:58:38.885Z] #36 61.07 Selecting previously unselected package libjsoncpp1:arm64.
09:58:38 [2021-04-02T09:58:38.885Z] #36 61.08 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ...
09:58:38 [2021-04-02T09:58:38.885Z] #36 61.08 Unpacking libjsoncpp1:arm64 (1.7.4-3) ...
09:58:39 [2021-04-02T09:58:39.049Z] #43 25.24   CC       images/fs.o
09:58:39 [2021-04-02T09:58:39.148Z] #36 61.27 Selecting previously unselected package librhash0:arm64.
09:58:39 [2021-04-02T09:58:39.148Z] #36 61.27 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ...
09:58:39 [2021-04-02T09:58:39.148Z] #36 61.29 Unpacking librhash0:arm64 (1.3.8-1) ...
09:58:39 [2021-04-02T09:58:39.220Z] #20 62.72 Processing triggers for libc-bin (2.28-10) ...
09:58:39 [2021-04-02T09:58:39.220Z] #20 62.76 Processing triggers for mime-support (3.62) ...
09:58:39 [2021-04-02T09:58:39.301Z] #43 39.52   CC       images/memfd.o
09:58:39 [2021-04-02T09:58:39.310Z] #43 25.45   CC       images/pstree.o
09:58:39 [2021-04-02T09:58:39.410Z] #36 61.49 Selecting previously unselected package libuv1:arm64.
09:58:39 [2021-04-02T09:58:39.410Z] #36 61.51 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ...
09:58:39 [2021-04-02T09:58:39.410Z] #36 61.52 Unpacking libuv1:arm64 (1.24.1-1) ...
09:58:39 [2021-04-02T09:58:39.562Z] #43 39.78   CC       images/timens.o
09:58:39 [2021-04-02T09:58:39.571Z] #43 25.64   CC       images/pipe.o
09:58:39 [2021-04-02T09:58:39.571Z] #43 25.87   CC       images/tcp-stream.o
09:58:39 [2021-04-02T09:58:39.673Z] #36 61.73 Selecting previously unselected package cmake.
09:58:39 [2021-04-02T09:58:39.673Z] #36 61.75 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ...
09:58:39 [2021-04-02T09:58:39.673Z] #36 61.77 Unpacking cmake (3.13.4-1) ...
09:58:39 [2021-04-02T09:58:39.707Z] #43 20.29 make[1]: Nothing to be done for 'all'.
09:58:39 [2021-04-02T09:58:39.707Z] #43 ...
09:58:39 [2021-04-02T09:58:39.707Z] 
09:58:39 [2021-04-02T09:58:39.707Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
09:58:39 [2021-04-02T09:58:39.707Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:58:39 [2021-04-02T09:58:39.707Z] #13 70.75 Selecting previously unselected package mingw-w64-x86-64-dev.
09:58:39 [2021-04-02T09:58:39.707Z] #13 70.76 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
09:58:39 [2021-04-02T09:58:39.707Z] #13 70.76 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
09:58:39 [2021-04-02T09:58:39.707Z] #13 77.06 Selecting previously unselected package gcc-mingw-w64-base.
09:58:39 [2021-04-02T09:58:39.707Z] #13 77.07 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
09:58:39 [2021-04-02T09:58:39.707Z] #13 77.10 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
09:58:39 [2021-04-02T09:58:39.707Z] #13 77.30 Selecting previously unselected package gcc-mingw-w64-x86-64.
09:58:39 [2021-04-02T09:58:39.707Z] #13 77.33 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
09:58:39 [2021-04-02T09:58:39.707Z] #13 77.33 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
09:58:39 [2021-04-02T09:58:39.821Z] #43 40.07   LINK     images/built-in.o
09:58:39 [2021-04-02T09:58:39.821Z] #43 40.21   GEN      compel/include/asm
09:58:39 [2021-04-02T09:58:39.821Z] #43 40.23   GEN      compel/include/version.h
09:58:39 [2021-04-02T09:58:39.821Z] #43 40.26 touch .config
09:58:39 [2021-04-02T09:58:39.821Z] #43 40.32   GEN      include/common/config.h
09:58:40 [2021-04-02T09:58:40.081Z] #43 40.41   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
09:58:40 [2021-04-02T09:58:40.081Z] #43 40.44   GEN      compel/plugins/include/uapi/std/syscall-64.h
09:58:40 [2021-04-02T09:58:40.081Z] #43 40.48   GEN      compel/arch/x86/plugins/std/syscalls-64.S
09:58:40 [2021-04-02T09:58:40.081Z] #43 40.49   DEP      compel/arch/x86/plugins/std/syscalls-64.d
09:58:40 [2021-04-02T09:58:40.081Z] #43 40.53   DEP      compel/arch/x86/plugins/std/memcpy.d
09:58:40 [2021-04-02T09:58:40.081Z] #43 40.55   DEP      compel/arch/x86/plugins/std/parasite-head.d
09:58:40 [2021-04-02T09:58:40.144Z] #43 26.08   CC       images/sk-packet.o
09:58:40 [2021-04-02T09:58:40.150Z] #20 DONE 63.7s
09:58:40 [2021-04-02T09:58:40.150Z] 
09:58:40 [2021-04-02T09:58:40.150Z] #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
09:58:40 [2021-04-02T09:58:40.150Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
09:58:40 [2021-04-02T09:58:40.342Z] #43 40.56   GEN      compel/plugins/include/uapi/std/syscall.h
09:58:40 [2021-04-02T09:58:40.342Z] #43 40.61   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
09:58:40 [2021-04-02T09:58:40.342Z] #43 40.63   GEN      compel/plugins/include/uapi/std/syscall-codes.h
09:58:40 [2021-04-02T09:58:40.342Z] #43 40.65   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
09:58:40 [2021-04-02T09:58:40.342Z] #43 40.65   DEP      compel/plugins/std/infect.d
09:58:40 [2021-04-02T09:58:40.342Z] #43 40.77   DEP      compel/plugins/std/string.d
09:58:40 [2021-04-02T09:58:40.342Z] #43 40.84   DEP      compel/plugins/std/log.d
09:58:40 [2021-04-02T09:58:40.410Z] #43 26.37   CC       images/mnt.o
09:58:40 [2021-04-02T09:58:40.410Z] #43 26.58   CC       images/pipe-data.o
09:58:40 [2021-04-02T09:58:40.604Z] #43 40.94   DEP      compel/plugins/std/fds.d
09:58:40 [2021-04-02T09:58:40.604Z] #43 41.05   DEP      compel/plugins/std/std.d
09:58:40 [2021-04-02T09:58:40.604Z] #43 41.13   DEP      compel/plugins/shmem/shmem.d
09:58:40 [2021-04-02T09:58:40.604Z] #43 ...
09:58:40 [2021-04-02T09:58:40.604Z] 
09:58:40 [2021-04-02T09:58:40.604Z] #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
09:58:40 [2021-04-02T09:58:40.604Z] #45 sha256:bae9013b43c4c3935b42f55308aeb84eccbb7f8794c7f4f842598276112e6512
09:58:40 [2021-04-02T09:58:40.604Z] #45 103.0 vendor/golang.org/x/net/idna
09:58:40 [2021-04-02T09:58:40.604Z] #45 105.4 vendor/golang.org/x/net/http2/hpack
09:58:40 [2021-04-02T09:58:40.604Z] #45 106.5 mime
09:58:40 [2021-04-02T09:58:40.604Z] #45 107.9 mime/quotedprintable
09:58:40 [2021-04-02T09:58:40.604Z] #45 108.2 net/http/internal
09:58:40 [2021-04-02T09:58:40.604Z] #45 112.3 crypto/x509
09:58:40 [2021-04-02T09:58:40.604Z] #45 112.3 net/textproto
09:58:40 [2021-04-02T09:58:40.672Z] #43 26.79   CC       images/sa.o
09:58:40 [2021-04-02T09:58:40.933Z] #43 27.01   CC       images/timer.o
09:58:40 [2021-04-02T09:58:40.936Z] #45 ...
09:58:40 [2021-04-02T09:58:40.936Z] 
09:58:40 [2021-04-02T09:58:40.936Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:40 [2021-04-02T09:58:40.936Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:40 [2021-04-02T09:58:40.936Z] #43 41.19   DEP      compel/plugins/fds/fds.d
09:58:40 [2021-04-02T09:58:40.936Z] #43 41.37   CC       compel/plugins/std/std.o
09:58:40 [2021-04-02T09:58:40.936Z] #43 ...
09:58:40 [2021-04-02T09:58:40.936Z] 
09:58:40 [2021-04-02T09:58:40.936Z] #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
09:58:40 [2021-04-02T09:58:40.936Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:58:40 [2021-04-02T09:58:40.936Z] #13 99.08 Selecting previously unselected package g++-mingw-w64-x86-64.
09:58:40 [2021-04-02T09:58:40.936Z] #13 99.08 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
09:58:40 [2021-04-02T09:58:40.936Z] #13 99.09 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
09:58:41 [2021-04-02T09:58:41.075Z] #13 ...
09:58:41 [2021-04-02T09:58:41.075Z] 
09:58:41 [2021-04-02T09:58:41.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
09:58:41 [2021-04-02T09:58:41.075Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:41 [2021-04-02T09:58:41.075Z] #43 21.92   CC       images/stats.o
09:58:41 [2021-04-02T09:58:41.195Z] #43 27.43   CC       images/timerfd.o
09:58:41 [2021-04-02T09:58:41.456Z] #43 27.68   CC       images/mm.o
09:58:41 [2021-04-02T09:58:41.518Z] #21 1.018 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
09:58:41 [2021-04-02T09:58:41.518Z] #21 1.022 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
09:58:41 [2021-04-02T09:58:41.518Z] #21 1.025 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
09:58:41 [2021-04-02T09:58:41.518Z] #21 DONE 1.1s
09:58:41 [2021-04-02T09:58:41.518Z] 
09:58:41 [2021-04-02T09:58:41.518Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
09:58:41 [2021-04-02T09:58:41.518Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e
09:58:41 [2021-04-02T09:58:41.524Z] #13 ...
09:58:41 [2021-04-02T09:58:41.524Z] 
09:58:41 [2021-04-02T09:58:41.524Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:41 [2021-04-02T09:58:41.524Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:41 [2021-04-02T09:58:41.524Z] #43 41.83   CC       compel/plugins/std/fds.o
09:58:41 [2021-04-02T09:58:41.602Z] #36 63.66 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
09:58:41 [2021-04-02T09:58:41.602Z] #36 63.74 Setting up xxd (2:8.1.0875-5) ...
09:58:41 [2021-04-02T09:58:41.602Z] #36 63.79 Setting up libuv1:arm64 (1.24.1-1) ...
09:58:41 [2021-04-02T09:58:41.602Z] #36 63.83 Setting up vim-common (2:8.1.0875-5) ...
09:58:41 [2021-04-02T09:58:41.602Z] #36 63.88 Setting up librhash0:arm64 (1.3.8-1) ...
09:58:41 [2021-04-02T09:58:41.637Z] #43 22.32   CC       images/core.o
09:58:41 [2021-04-02T09:58:41.785Z] #43 42.24   CC       compel/plugins/std/log.o
09:58:41 [2021-04-02T09:58:41.865Z] #36 63.92 Setting up cmake-data (3.13.4-1) ...
09:58:41 [2021-04-02T09:58:41.865Z] #36 63.96 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ...
09:58:41 [2021-04-02T09:58:41.865Z] #36 63.99 Setting up libjsoncpp1:arm64 (1.7.4-3) ...
09:58:41 [2021-04-02T09:58:41.865Z] #36 64.04 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ...
09:58:42 [2021-04-02T09:58:42.030Z] #43 28.01   CC       images/sk-opts.o
09:58:42 [2021-04-02T09:58:42.030Z] #43 28.18   CC       images/sk-unix.o
09:58:42 [2021-04-02T09:58:42.128Z] #36 64.06 Setting up cmake (3.13.4-1) ...
09:58:42 [2021-04-02T09:58:42.128Z] #36 64.09 Processing triggers for libc-bin (2.28-10) ...
09:58:42 [2021-04-02T09:58:42.128Z] #36 64.22 Processing triggers for mime-support (3.62) ...
09:58:42 [2021-04-02T09:58:42.199Z] #43 23.04   CC       images/core-x86.o
09:58:42 [2021-04-02T09:58:42.291Z] #43 28.51   CC       images/sk-inet.o
09:58:42 [2021-04-02T09:58:42.725Z] #43 43.28   CC       compel/plugins/std/string.o
09:58:42 [2021-04-02T09:58:42.763Z] #43 ...
09:58:42 [2021-04-02T09:58:42.763Z] 
09:58:42 [2021-04-02T09:58:42.763Z] #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
09:58:42 [2021-04-02T09:58:42.763Z] #51 sha256:6a13d11d9acdeebe606757aac9634273858195fdde076427560de568d96527eb
09:58:42 [2021-04-02T09:58:42.763Z] #51 78.28 golang.org/x/crypto/ssh/terminal
09:58:42 [2021-04-02T09:58:42.763Z] #51 80.11 mvdan.cc/editorconfig
09:58:42 [2021-04-02T09:58:42.763Z] #51 81.67 mvdan.cc/sh/v3/fileutil
09:58:42 [2021-04-02T09:58:42.763Z] #51 81.93 mvdan.cc/sh/v3/syntax
09:58:42 [2021-04-02T09:58:42.863Z] #43 28.92   CC       images/tun.o
09:58:43 [2021-04-02T09:58:43.019Z] #51 ...
09:58:43 [2021-04-02T09:58:43.019Z] 
09:58:43 [2021-04-02T09:58:43.019Z] #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
09:58:43 [2021-04-02T09:58:43.019Z] #45 sha256:49a3fcc416cc75118c20d2bf4a8274cd33396b6ef0305d9f34d11d4c1747f570
09:58:43 [2021-04-02T09:58:43.019Z] #45 82.28 text/template
09:58:43 [2021-04-02T09:58:43.019Z] #45 85.52 encoding/xml
09:58:43 [2021-04-02T09:58:43.019Z] #45 87.59 go/doc
09:58:43 [2021-04-02T09:58:43.019Z] #45 ...
09:58:43 [2021-04-02T09:58:43.019Z] 
09:58:43 [2021-04-02T09:58:43.019Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:43 [2021-04-02T09:58:43.019Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:43 [2021-04-02T09:58:43.019Z] #43 23.76   CC       images/core-arm.o
09:58:43 [2021-04-02T09:58:43.124Z] #43 29.21   CC       images/sk-netlink.o
09:58:43 [2021-04-02T09:58:43.275Z] #43 24.17   CC       images/core-aarch64.o
09:58:43 [2021-04-02T09:58:43.385Z] #43 29.42   CC       images/packet-sock.o
09:58:43 [2021-04-02T09:58:43.525Z] #36 ...
09:58:43 [2021-04-02T09:58:43.525Z] 
09:58:43 [2021-04-02T09:58:43.525Z] #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
09:58:43 [2021-04-02T09:58:43.525Z] #51 sha256:9a61fc916a570de439015ee153768f5735c895ddd9df90d4e87fd3a7b0fb624c
09:58:43 [2021-04-02T09:58:43.525Z] #51 65.49 golang.org/x/crypto/ssh/terminal
09:58:43 [2021-04-02T09:58:43.525Z] #51 ...
09:58:43 [2021-04-02T09:58:43.525Z] 
09:58:43 [2021-04-02T09:58:43.525Z] #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
09:58:43 [2021-04-02T09:58:43.525Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
09:58:43 [2021-04-02T09:58:43.525Z] #36 DONE 65.6s
09:58:43 [2021-04-02T09:58:43.525Z] 
09:58:43 [2021-04-02T09:58:43.525Z] #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
09:58:43 [2021-04-02T09:58:43.525Z] #37 sha256:8aba2997755490d0a874b9d02c2ff2cd92fa0fd003c573ecc30245c7e69147b4
09:58:43 [2021-04-02T09:58:43.646Z] #43 ...
09:58:43 [2021-04-02T09:58:43.646Z] 
09:58:43 [2021-04-02T09:58:43.647Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
09:58:43 [2021-04-02T09:58:43.647Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:58:43 [2021-04-02T09:58:43.647Z] #13 97.58 Selecting previously unselected package g++-mingw-w64-x86-64.
09:58:43 [2021-04-02T09:58:43.647Z] #13 97.59 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
09:58:43 [2021-04-02T09:58:43.647Z] #13 97.59 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
09:58:43 [2021-04-02T09:58:43.662Z] #43 43.93   CC       compel/plugins/std/infect.o
09:58:43 [2021-04-02T09:58:43.792Z] #37 ...
09:58:43 [2021-04-02T09:58:43.792Z] 
09:58:43 [2021-04-02T09:58:43.792Z] #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
09:58:43 [2021-04-02T09:58:43.792Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
09:58:43 [2021-04-02T09:58:43.792Z] #42 60.92 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ...
09:58:43 [2021-04-02T09:58:43.792Z] #42 61.00 Setting up libnl-3-200:arm64 (3.4.0-1) ...
09:58:43 [2021-04-02T09:58:43.792Z] #42 61.08 Setting up libprotobuf17:arm64 (3.6.1.3-2) ...
09:58:43 [2021-04-02T09:58:43.792Z] #42 61.10 Setting up libcap-dev:arm64 (1:2.25-2) ...
09:58:43 [2021-04-02T09:58:43.792Z] #42 61.13 Setting up libprotoc17:arm64 (3.6.1.3-2) ...
09:58:43 [2021-04-02T09:58:43.792Z] #42 61.19 Setting up protobuf-compiler (3.6.1.3-2) ...
09:58:43 [2021-04-02T09:58:43.792Z] #42 61.22 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
09:58:43 [2021-04-02T09:58:43.792Z] #42 61.24 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ...
09:58:43 [2021-04-02T09:58:43.792Z] #42 61.27 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
09:58:43 [2021-04-02T09:58:43.792Z] #42 61.29 Setting up python-protobuf (3.6.1.3-2) ...
09:58:43 [2021-04-02T09:58:43.792Z] #42 64.99 Setting up libnl-3-dev:arm64 (3.4.0-1) ...
09:58:43 [2021-04-02T09:58:43.792Z] #42 65.27 Processing triggers for libc-bin (2.28-10) ...
09:58:43 [2021-04-02T09:58:43.792Z] #42 DONE 66.0s
09:58:43 [2021-04-02T09:58:43.840Z] #43 24.61   CC       images/core-ppc64.o
09:58:43 [2021-04-02T09:58:43.921Z] #43 44.35   CC       compel/arch/x86/plugins/std/parasite-head.o
09:58:43 [2021-04-02T09:58:43.921Z] #43 44.39   CC       compel/arch/x86/plugins/std/memcpy.o
09:58:43 [2021-04-02T09:58:43.921Z] #43 44.44   CC       compel/arch/x86/plugins/std/syscalls-64.o
09:58:44 [2021-04-02T09:58:44.058Z] 
09:58:44 [2021-04-02T09:58:44.058Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:44 [2021-04-02T09:58:44.058Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
09:58:44 [2021-04-02T09:58:44.181Z] #43 44.51   AR       compel/plugins/std.lib.a
09:58:44 [2021-04-02T09:58:44.181Z] #43 44.61   CC       compel/plugins/fds/fds.o
09:58:44 [2021-04-02T09:58:44.402Z] #43 25.25   CC       images/core-s390.o
09:58:44 [2021-04-02T09:58:44.502Z] #43 ...
09:58:44 [2021-04-02T09:58:44.502Z] 
09:58:44 [2021-04-02T09:58:44.502Z] #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
09:58:44 [2021-04-02T09:58:44.502Z] #45 sha256:de17cbf6b44affddabceccd5590b449a3b9233a3f29173d76b9282f7fedf7ee6
09:58:44 [2021-04-02T09:58:44.502Z] #45 56.57 encoding/json
09:58:44 [2021-04-02T09:58:44.502Z] #45 60.84 text/template
09:58:44 [2021-04-02T09:58:44.502Z] #45 60.86 go/parser
09:58:44 [2021-04-02T09:58:44.502Z] #45 64.47 encoding/xml
09:58:44 [2021-04-02T09:58:44.502Z] #45 65.93 compress/flate
09:58:44 [2021-04-02T09:58:44.750Z] #43 44.95   AR       compel/plugins/fds.lib.a
09:58:44 [2021-04-02T09:58:44.750Z] #43 44.99   HOSTDEP  compel/src/lib/log-host.d
09:58:44 [2021-04-02T09:58:44.750Z] #43 45.13   HOSTDEP  compel/src/lib/handle-elf-host.d
09:58:44 [2021-04-02T09:58:44.765Z] #45 ...
09:58:44 [2021-04-02T09:58:44.765Z] 
09:58:44 [2021-04-02T09:58:44.765Z] #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
09:58:44 [2021-04-02T09:58:44.765Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
09:58:44 [2021-04-02T09:58:44.765Z] #13 60.65 Selecting previously unselected package mingw-w64-x86-64-dev.
09:58:44 [2021-04-02T09:58:44.765Z] #13 60.65 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
09:58:44 [2021-04-02T09:58:44.765Z] #13 60.66 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
09:58:44 [2021-04-02T09:58:44.969Z] #43 25.94   CC       images/cpuinfo.o
09:58:45 [2021-04-02T09:58:45.010Z] #43 45.27   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
09:58:45 [2021-04-02T09:58:45.010Z] #43 45.39   HOSTDEP  compel/src/main-host.d
09:58:45 [2021-04-02T09:58:45.010Z] #43 45.49   DEP      compel/src/lib/ptrace.d
09:58:45 [2021-04-02T09:58:45.010Z] #43 45.60   DEP      compel/src/lib/infect.d
09:58:45 [2021-04-02T09:58:45.532Z] #43 26.51   CC       images/inventory.o
09:58:45 [2021-04-02T09:58:45.579Z] #43 45.81   DEP      compel/src/lib/infect-util.d
09:58:45 [2021-04-02T09:58:45.579Z] #43 45.94   DEP      compel/src/lib/infect-rpc.d
09:58:45 [2021-04-02T09:58:45.713Z] #13 ...
09:58:45 [2021-04-02T09:58:45.713Z] 
09:58:45 [2021-04-02T09:58:45.713Z] #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
09:58:45 [2021-04-02T09:58:45.713Z] #37 sha256:8aba2997755490d0a874b9d02c2ff2cd92fa0fd003c573ecc30245c7e69147b4
09:58:45 [2021-04-02T09:58:45.713Z] #37 2.329 + RM_GOPATH=0
09:58:45 [2021-04-02T09:58:45.713Z] #37 2.329 + TMP_GOPATH=
09:58:45 [2021-04-02T09:58:45.713Z] #37 2.330 + : /build
09:58:45 [2021-04-02T09:58:45.713Z] #37 2.330 + '[' -z '' ']'
09:58:45 [2021-04-02T09:58:45.713Z] #37 2.332 ++ mktemp -d
09:58:45 [2021-04-02T09:58:45.713Z] #37 2.334 + export GOPATH=/tmp/tmp.CJUuH7rfxi
09:58:45 [2021-04-02T09:58:45.713Z] #37 2.334 + GOPATH=/tmp/tmp.CJUuH7rfxi
09:58:45 [2021-04-02T09:58:45.713Z] #37 2.335 + RM_GOPATH=1
09:58:45 [2021-04-02T09:58:45.713Z] #37 2.335 + case "$(go env GOARCH)" in
09:58:45 [2021-04-02T09:58:45.713Z] #37 2.336 ++ go env GOARCH
09:58:45 [2021-04-02T09:58:45.713Z] #37 2.380 + export GO_BUILDMODE=-buildmode=pie
09:58:45 [2021-04-02T09:58:45.713Z] #37 2.381 + GO_BUILDMODE=-buildmode=pie
09:58:45 [2021-04-02T09:58:45.713Z] #37 2.385 ++ dirname /tmp/install/install.sh
09:58:45 [2021-04-02T09:58:45.713Z] #37 2.388 + dir=/tmp/install
09:58:45 [2021-04-02T09:58:45.713Z] #37 2.389 + bin=tini
09:58:45 [2021-04-02T09:58:45.713Z] #37 2.389 + shift
09:58:45 [2021-04-02T09:58:45.713Z] #37 2.390 + '[' '!' -f /tmp/install/tini.installer ']'
09:58:45 [2021-04-02T09:58:45.713Z] #37 2.391 + . /tmp/install/tini.installer
09:58:45 [2021-04-02T09:58:45.713Z] #37 2.391 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
09:58:45 [2021-04-02T09:58:45.713Z] #37 2.392 + install_tini
09:58:45 [2021-04-02T09:58:45.713Z] #37 2.392 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
09:58:45 [2021-04-02T09:58:45.713Z] #37 2.393 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
09:58:45 [2021-04-02T09:58:45.713Z] #37 2.393 + git clone https://github.com/krallin/tini.git /tmp/tmp.CJUuH7rfxi/tini
09:58:45 [2021-04-02T09:58:45.713Z] #37 2.396 Cloning into '/tmp/tmp.CJUuH7rfxi/tini'...
09:58:45 [2021-04-02T09:58:45.839Z] #43 46.06   DEP      compel/arch/x86/src/lib/infect.d
09:58:45 [2021-04-02T09:58:45.839Z] #43 46.15   DEP      compel/arch/x86/src/lib/cpu.d
09:58:45 [2021-04-02T09:58:45.839Z] #43 46.25   DEP      compel/src/lib/log.d
09:58:46 [2021-04-02T09:58:46.095Z] #43 26.81   CC       images/fdinfo.o
09:58:46 [2021-04-02T09:58:46.099Z] #43 46.37   DEP      compel/src/main.d
09:58:46 [2021-04-02T09:58:46.099Z] #43 46.51   DEP      compel/src/lib/handle-elf.d
09:58:46 [2021-04-02T09:58:46.099Z] #43 46.63   DEP      compel/arch/x86/src/lib/handle-elf.d
09:58:46 [2021-04-02T09:58:46.351Z] #43 27.23   CC       images/fown.o
09:58:46 [2021-04-02T09:58:46.359Z] #43 46.78   CC       compel/src/lib/log.o
09:58:46 [2021-04-02T09:58:46.608Z] #43 27.44   CC       images/ns.o
09:58:46 [2021-04-02T09:58:46.619Z] #43 47.04   CC       compel/arch/x86/src/lib/cpu.o
09:58:46 [2021-04-02T09:58:46.659Z] #37 3.237 + cd /tmp/tmp.CJUuH7rfxi/tini
09:58:46 [2021-04-02T09:58:46.659Z] #37 3.237 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
09:58:46 [2021-04-02T09:58:46.659Z] #37 3.258 + cmake .
09:58:46 [2021-04-02T09:58:46.761Z] #22 5.176 Collecting yamllint==1.16.0
09:58:46 [2021-04-02T09:58:46.864Z] #43 27.68   CC       images/regfile.o
09:58:47 [2021-04-02T09:58:47.121Z] #43 27.98   CC       images/ghost-file.o
09:58:47 [2021-04-02T09:58:47.215Z] #43 ...
09:58:47 [2021-04-02T09:58:47.215Z] 
09:58:47 [2021-04-02T09:58:47.215Z] #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
09:58:47 [2021-04-02T09:58:47.215Z] #58 sha256:b3cf75c1351e897b72d46d8535b48276aa89a8db3565a9f08399b07a17be7a27
09:58:47 [2021-04-02T09:58:47.215Z] #58 119.5 + for f in rootlesskit rootlesskit-docker-proxy
09:58:47 [2021-04-02T09:58:47.215Z] #58 119.5 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
09:58:47 [2021-04-02T09:58:47.235Z] #37 3.882 -- The C compiler identification is GNU 8.3.0
09:58:47 [2021-04-02T09:58:47.377Z] #43 28.30   CC       images/fifo.o
09:58:47 [2021-04-02T09:58:47.500Z] #37 3.920 -- Check for working C compiler: /usr/bin/cc
09:58:47 [2021-04-02T09:58:47.633Z] #43 28.53   CC       images/remap-file-path.o
09:58:47 [2021-04-02T09:58:47.635Z] Fetching without tags
09:58:47 [2021-04-02T09:58:47.854Z] #13 ...
09:58:47 [2021-04-02T09:58:47.854Z] 
09:58:47 [2021-04-02T09:58:47.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
09:58:47 [2021-04-02T09:58:47.854Z] #45 sha256:583281a574089db2ff8d12c67758c7a674ad902bd22010a728bcb3f4691f0871
09:58:47 [2021-04-02T09:58:47.854Z] #45 97.85 vendor/golang.org/x/text/secure/bidirule
09:58:47 [2021-04-02T09:58:47.854Z] #45 98.12 vendor/golang.org/x/text/unicode/norm
09:58:47 [2021-04-02T09:58:47.854Z] #45 101.8 vendor/golang.org/x/net/idna
09:58:47 [2021-04-02T09:58:47.854Z] #45 103.9 vendor/golang.org/x/net/http2/hpack
09:58:47 [2021-04-02T09:58:47.854Z] #45 104.8 mime
09:58:47 [2021-04-02T09:58:47.854Z] #45 106.0 mime/quotedprintable
09:58:47 [2021-04-02T09:58:47.854Z] #45 106.5 net/http/internal
09:58:47 [2021-04-02T09:58:47.854Z] #45 ...
09:58:47 [2021-04-02T09:58:47.854Z] 
09:58:47 [2021-04-02T09:58:47.854Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:47 [2021-04-02T09:58:47.854Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:47 [2021-04-02T09:58:47.854Z] #43 29.83   CC       images/ipc-var.o
09:58:47 [2021-04-02T09:58:47.854Z] #43 30.03   CC       images/ipc-desc.o
09:58:47 [2021-04-02T09:58:47.854Z] #43 30.19   CC       images/ipc-shm.o
09:58:47 [2021-04-02T09:58:47.854Z] #43 30.39   CC       images/ipc-msg.o
09:58:47 [2021-04-02T09:58:47.854Z] #43 30.73   CC       images/ipc-sem.o
09:58:47 [2021-04-02T09:58:47.854Z] #43 30.96   CC       images/utsns.o
09:58:47 [2021-04-02T09:58:47.854Z] #43 31.13   CC       images/creds.o
09:58:47 [2021-04-02T09:58:47.854Z] #43 31.43   CC       images/vma.o
09:58:47 [2021-04-02T09:58:47.854Z] #43 31.63   CC       images/netdev.o
09:58:47 [2021-04-02T09:58:47.854Z] #43 32.03   CC       images/tty.o
09:58:47 [2021-04-02T09:58:47.854Z] #43 32.64   CC       images/file-lock.o
09:58:47 [2021-04-02T09:58:47.854Z] #43 32.84   CC       images/rlimit.o
09:58:47 [2021-04-02T09:58:47.854Z] #43 33.04   CC       images/pagemap.o
09:58:47 [2021-04-02T09:58:47.854Z] #43 33.37   CC       images/siginfo.o
09:58:47 [2021-04-02T09:58:47.854Z] #43 33.61   CC       images/rpc.o
09:58:47 [2021-04-02T09:58:47.890Z] #43 28.72   CC       images/eventfd.o
09:58:48 [2021-04-02T09:58:48.076Z] #37 4.767 -- Check for working C compiler: /usr/bin/cc -- works
09:58:48 [2021-04-02T09:58:48.128Z] #22 ...
09:58:48 [2021-04-02T09:58:48.128Z] 
09:58:48 [2021-04-02T09:58:48.128Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:48 [2021-04-02T09:58:48.128Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:48 [2021-04-02T09:58:48.128Z] #43 124.1   CC       criu/memfd.o
09:58:48 [2021-04-02T09:58:48.128Z] #43 124.8   CC       criu/mount.o
09:58:48 [2021-04-02T09:58:48.128Z] #43 129.4   CC       criu/namespaces.o
09:58:48 [2021-04-02T09:58:48.128Z] #43 131.4   CC       criu/net.o
09:58:48 [2021-04-02T09:58:48.146Z] #43 28.90   CC       images/eventpoll.o
09:58:48 [2021-04-02T09:58:48.339Z] #37 4.770 -- Detecting C compiler ABI info
09:58:48 [2021-04-02T09:58:48.343Z] Merging remotes/origin/master commit 1ff685085ad325580ea32accdf13930106bbadb5 into PR head commit a432eb4b3a0d06675889153e2993ae8ba8dc9149
09:58:48 [2021-04-02T09:58:48.403Z] #43 29.24   CC       images/fh.o
09:58:48 [2021-04-02T09:58:48.659Z] #43 ...
09:58:48 [2021-04-02T09:58:48.659Z] 
09:58:48 [2021-04-02T09:58:48.659Z] #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
09:58:48 [2021-04-02T09:58:48.659Z] #56 sha256:9f213b49194739a247a0d0956cff315c9c6f6a835c3d59f39fd46868d884f4ed
09:58:48 [2021-04-02T09:58:48.659Z] #56 48.76 Checking out files:  43% (1664/3837)   
Checking out files:  44% (1689/3837)   
Checking out files:  45% (1727/3837)   
Checking out files:  46% (1766/3837)   
Checking out files:  47% (1804/3837)   
Checking out files:  48% (1842/3837)   
Checking out files:  49% (1881/3837)   
Checking out files:  50% (1919/3837)   
Checking out files:  51% (1957/3837)   
Checking out files:  52% (1996/3837)   
Checking out files:  53% (2034/3837)   
Checking out files:  54% (2072/3837)   
Checking out files:  55% (2111/3837)   
Checking out files:  56% (2149/3837)   
Checking out files:  57% (2188/3837)   
Checking out files:  58% (2226/3837)   
Checking out files:  59% (2264/3837)   
Checking out files:  60% (2303/3837)   
Checking out files:  61% (2341/3837)   
Checking out files:  62% (2379/3837)   
Checking out files:  63% (2418/3837)   
Checking out files:  64% (2456/3837)   
Checking out files:  65% (2495/3837)   
Checking out files:  66% (2533/3837)   
Checking out files:  67% (2571/3837)   
Checking out files:  68% (2610/3837)   
Checking out files:  69% (2648/3837)   
Checking out files:  70% (2686/3837)   
Checking out files:  71% (2725/3837)   
Checking out files:  72% (2763/3837)   
Checking out files:  73% (2802/3837)   
Checking out files:  74% (2840/3837)   
Checking out files:  75% (2878/3837)   
Checking out files:  76% (2917/3837)   
Checking out files:  77% (2955/3837)   
Checking out files:  78% (2993/3837)   
Checking out files:  79% (3032/3837)   
Checking out files:  80% (3070/3837)   
Checking out files:  81% (3108/3837)   
Checking out files:  82% (3147/3837)   
Checking out files:  83% (3185/3837)   
Checking out files:  84% (3224/3837)   
Checking out files:  85% (3262/3837)   
Checking out files:  85% (3264/3837)   
Checking out files:  86% (3300/3837)   
Checking out files:  87% (3339/3837)   
Checking out files:  88% (3377/3837)   
Checking out files:  89% (3415/3837)   
Checking out files:  90% (3454/3837)   
Checking out files:  91% (3492/3837)   
Checking out files:  92% (3531/3837)   
Checking out files:  93% (3569/3837)   
Checking out files:  94% (3607/3837)   
Checking out files:  95% (3646/3837)   
Checking out files:  96% (3684/3837)   
Checking out files:  97% (3722/3837)   
Checking out files:  98% (3761/3837)   
Checking out files:  99% (3799/3837)   
Checking out files: 100% (3837/3837)   
Checking out files: 100% (3837/3837), done.
09:58:48 [2021-04-02T09:58:48.659Z] #56 50.35 + cd /tmp/tmp.3Fht74uas9/src/github.com/containerd/containerd
09:58:48 [2021-04-02T09:58:48.659Z] #56 50.36 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
09:58:48 [2021-04-02T09:58:48.689Z] #43 134.5   CC       criu/netfilter.o
09:58:48 [2021-04-02T09:58:48.851Z] #43 34.68   CC       images/ext-file.o
09:58:48 [2021-04-02T09:58:48.851Z] #43 34.96   CC       images/cgroup.o
09:58:48 [2021-04-02T09:58:48.916Z] #56 51.81 + export 'BUILDTAGS=netgo osusergo static_build'
09:58:48 [2021-04-02T09:58:48.916Z] #56 51.82 + BUILDTAGS='netgo osusergo static_build'
09:58:48 [2021-04-02T09:58:48.916Z] #56 51.82 + export EXTRA_FLAGS=-buildmode=pie
09:58:48 [2021-04-02T09:58:48.916Z] #56 51.82 + EXTRA_FLAGS=-buildmode=pie
09:58:48 [2021-04-02T09:58:48.916Z] #56 51.82 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
09:58:48 [2021-04-02T09:58:48.916Z] #56 51.82 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
09:58:48 [2021-04-02T09:58:48.916Z] #56 51.82 + '[' '' = dynamic ']'
09:58:48 [2021-04-02T09:58:48.916Z] #56 51.83 + make
09:58:48 [2021-04-02T09:58:48.916Z] #37 5.525 -- Detecting C compiler ABI info - done
09:58:48 [2021-04-02T09:58:48.916Z] #37 5.560 -- Detecting C compile features
09:58:48 [2021-04-02T09:58:48.945Z] #43 134.9   CC       criu/page-pipe.o
09:58:47 [2021-04-02T09:58:47.265Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:58:47 [2021-04-02T09:58:47.352Z]  > git config --add remote.origin.fetch +refs/pull/42182/head:refs/remotes/origin/PR-42182 # timeout=10
09:58:47 [2021-04-02T09:58:47.415Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:58:47 [2021-04-02T09:58:47.543Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:58:47 [2021-04-02T09:58:47.674Z] Fetching upstream changes from https://github.com/moby/moby.git
09:58:47 [2021-04-02T09:58:47.674Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:58:47 [2021-04-02T09:58:47.676Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42182/head:refs/remotes/origin/PR-42182 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:58:48 [2021-04-02T09:58:48.456Z]  > git config core.sparsecheckout # timeout=10
09:58:48 [2021-04-02T09:58:48.510Z]  > git checkout -f a432eb4b3a0d06675889153e2993ae8ba8dc9149 # timeout=10
09:58:49 [2021-04-02T09:58:49.429Z] #43 35.63   CC       images/userns.o
09:58:49 [2021-04-02T09:58:49.508Z] #43 135.5   CC       criu/page-xfer.o
09:58:49 [2021-04-02T09:58:49.741Z] #43 35.95   CC       images/google/protobuf/descriptor.o
09:58:49 [2021-04-02T09:58:49.846Z] #56 ...
09:58:49 [2021-04-02T09:58:49.846Z] 
09:58:49 [2021-04-02T09:58:49.846Z] #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
09:58:49 [2021-04-02T09:58:49.846Z] #51 sha256:6a13d11d9acdeebe606757aac9634273858195fdde076427560de568d96527eb
09:58:49 [2021-04-02T09:58:49.846Z] #51 89.04 mvdan.cc/sh/v3/cmd/shfmt
09:58:49 [2021-04-02T09:58:49.846Z] #51 DONE 95.2s
09:58:49 [2021-04-02T09:58:49.846Z] 
09:58:49 [2021-04-02T09:58:49.846Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:49 [2021-04-02T09:58:49.846Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:49 [2021-04-02T09:58:49.846Z] #43 29.51   CC       images/fsnotify.o
09:58:49 [2021-04-02T09:58:49.846Z] #43 30.03   CC       images/signalfd.o
09:58:49 [2021-04-02T09:58:49.846Z] #43 30.30   CC       images/fs.o
09:58:49 [2021-04-02T09:58:49.846Z] #43 30.59   CC       images/pstree.o
09:58:50 [2021-04-02T09:58:50.103Z] #43 30.83   CC       images/pipe.o
09:58:50 [2021-04-02T09:58:50.359Z] #43 31.03   CC       images/tcp-stream.o
09:58:50 [2021-04-02T09:58:50.616Z] #43 31.30   CC       images/sk-packet.o
09:58:50 [2021-04-02T09:58:50.872Z] #43 31.70   CC       images/mnt.o
09:58:50 [2021-04-02T09:58:50.875Z] #43 136.9   CC       criu/pagemap-cache.o
09:58:51 [2021-04-02T09:58:51.137Z] #43 ...
09:58:51 [2021-04-02T09:58:51.137Z] 
09:58:51 [2021-04-02T09:58:51.137Z] #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
09:58:51 [2021-04-02T09:58:51.137Z] #45 sha256:583281a574089db2ff8d12c67758c7a674ad902bd22010a728bcb3f4691f0871
09:58:51 [2021-04-02T09:58:51.137Z] #45 110.9 net/textproto
09:58:51 [2021-04-02T09:58:51.137Z] #45 110.9 crypto/x509
09:58:51 [2021-04-02T09:58:51.412Z] #58 ...
09:58:51 [2021-04-02T09:58:51.412Z] 
09:58:51 [2021-04-02T09:58:51.412Z] #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
09:58:51 [2021-04-02T09:58:51.412Z] #45 sha256:bae9013b43c4c3935b42f55308aeb84eccbb7f8794c7f4f842598276112e6512
09:58:51 [2021-04-02T09:58:51.412Z] #45 113.7 vendor/golang.org/x/net/http/httpguts
09:58:51 [2021-04-02T09:58:51.412Z] #45 113.9 vendor/golang.org/x/net/http/httpproxy
09:58:51 [2021-04-02T09:58:51.412Z] #45 114.5 mime/multipart
09:58:51 [2021-04-02T09:58:51.412Z] #45 117.0 crypto/tls
09:58:51 [2021-04-02T09:58:51.412Z] #45 122.9 net/http/httptrace
09:58:51 [2021-04-02T09:58:51.412Z] #45 123.2 net/http
09:58:51 [2021-04-02T09:58:51.436Z] #43 32.01   CC       images/pipe-data.o
09:58:51 [2021-04-02T09:58:51.436Z] #43 32.28   CC       images/sa.o
09:58:51 [2021-04-02T09:58:51.438Z] #43 137.2   CC       criu/pagemap.o
09:58:51 [2021-04-02T09:58:51.473Z] #37 ...
09:58:51 [2021-04-02T09:58:51.473Z] 
09:58:51 [2021-04-02T09:58:51.473Z] #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
09:58:51 [2021-04-02T09:58:51.473Z] #51 sha256:9a61fc916a570de439015ee153768f5735c895ddd9df90d4e87fd3a7b0fb624c
09:58:51 [2021-04-02T09:58:51.473Z] #51 68.34 mvdan.cc/sh/v3/cmd/shfmt
09:58:51 [2021-04-02T09:58:51.473Z] #51 DONE 73.5s
09:58:51 [2021-04-02T09:58:51.473Z] 
09:58:51 [2021-04-02T09:58:51.473Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:51 [2021-04-02T09:58:51.473Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
09:58:51 [2021-04-02T09:58:51.473Z] #43 3.144 Note: Building without setproctitle() and strlcpy() support.
09:58:51 [2021-04-02T09:58:51.473Z] #43 3.145       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
09:58:51 [2021-04-02T09:58:51.473Z] #43 3.170 Note: Building without GnuTLS support
09:58:51 [2021-04-02T09:58:51.473Z] #43 3.188 Makefile.config:39: Warn: you have no libnftables installed
09:58:51 [2021-04-02T09:58:51.473Z] #43 3.188 Makefile.config:40: Warn: Building without nftables support
09:58:51 [2021-04-02T09:58:51.473Z] #43 5.519 fatal: not a git repository (or any of the parent directories): .git
09:58:51 [2021-04-02T09:58:51.473Z] #43 5.619   GEN      .gitid
09:58:51 [2021-04-02T09:58:51.473Z] #43 5.683   GEN      criu/include/version.h
09:58:51 [2021-04-02T09:58:51.473Z] #43 5.777   GEN      include/common/asm
09:58:51 [2021-04-02T09:58:51.473Z] #43 7.555   PBCC     images/timens.pb-c.c
09:58:51 [2021-04-02T09:58:51.473Z] #43 7.630   DEP      images/timens.pb-c.d
09:58:51 [2021-04-02T09:58:51.672Z] #45 ...
09:58:51 [2021-04-02T09:58:51.672Z] 
09:58:51 [2021-04-02T09:58:51.672Z] #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
09:58:51 [2021-04-02T09:58:51.672Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:58:51 [2021-04-02T09:58:51.672Z] #13 115.1 Selecting previously unselected package libapparmor1:amd64.
09:58:51 [2021-04-02T09:58:51.672Z] #13 115.1 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 115.1 Unpacking libapparmor1:amd64 (2.13.2-10) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 115.2 Selecting previously unselected package libapparmor-dev:amd64.
09:58:51 [2021-04-02T09:58:51.672Z] #13 115.2 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 115.2 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 115.4 Selecting previously unselected package libbtrfs0.
09:58:51 [2021-04-02T09:58:51.672Z] #13 115.4 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 115.4 Unpacking libbtrfs0 (4.20.1-2) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 115.5 Selecting previously unselected package libbtrfs-dev.
09:58:51 [2021-04-02T09:58:51.672Z] #13 115.5 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 115.5 Unpacking libbtrfs-dev (4.20.1-2) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 115.6 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
09:58:51 [2021-04-02T09:58:51.672Z] #13 115.6 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 115.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 115.7 Selecting previously unselected package libudev-dev:amd64.
09:58:51 [2021-04-02T09:58:51.672Z] #13 115.7 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 115.8 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 115.9 Selecting previously unselected package libsepol1-dev:amd64.
09:58:51 [2021-04-02T09:58:51.672Z] #13 116.0 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 116.0 Unpacking libsepol1-dev:amd64 (2.8-1) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 116.3 Selecting previously unselected package libpcre16-3:amd64.
09:58:51 [2021-04-02T09:58:51.672Z] #13 116.3 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 116.3 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 116.5 Selecting previously unselected package libpcre32-3:amd64.
09:58:51 [2021-04-02T09:58:51.672Z] #13 116.5 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 116.5 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 116.7 Selecting previously unselected package libpcrecpp0v5:amd64.
09:58:51 [2021-04-02T09:58:51.672Z] #13 116.7 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 116.7 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 116.8 Selecting previously unselected package libpcre3-dev:amd64.
09:58:51 [2021-04-02T09:58:51.672Z] #13 116.8 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 116.8 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 117.3 Selecting previously unselected package libselinux1-dev:amd64.
09:58:51 [2021-04-02T09:58:51.672Z] #13 117.3 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 117.3 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 117.5 Selecting previously unselected package libdevmapper-dev:amd64.
09:58:51 [2021-04-02T09:58:51.672Z] #13 117.5 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 117.5 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 117.6 Selecting previously unselected package libseccomp-dev:amd64.
09:58:51 [2021-04-02T09:58:51.672Z] #13 117.6 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 117.6 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 117.8 Selecting previously unselected package libsystemd-dev:amd64.
09:58:51 [2021-04-02T09:58:51.672Z] #13 117.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 117.8 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.2 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.3 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.3 Setting up libapparmor1:amd64 (2.13.2-10) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.3 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.3 Setting up libpcre16-3:amd64 (2:8.39-12) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.3 Setting up libsepol1-dev:amd64 (2.8-1) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.3 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.3 Setting up libbtrfs0 (4.20.1-2) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.3 Setting up libpcre32-3:amd64 (2:8.39-12) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.4 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.4 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.4 Setting up libbtrfs-dev (4.20.1-2) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.4 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.4 Setting up mingw-w64-common (6.0.0-3) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.4 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.5 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.5 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.5 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.5 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.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
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.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
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.5 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.5 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.6 Setting up dmsetup (2:1.02.155-3) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.6 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.6 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
09:58:51 [2021-04-02T09:58:51.672Z] #13 118.6 Processing triggers for libc-bin (2.28-10) ...
09:58:51 [2021-04-02T09:58:51.692Z] #43 32.48   CC       images/timer.o
09:58:51 [2021-04-02T09:58:51.736Z] #43 7.707   PBCC     images/fown.pb-c.c
09:58:51 [2021-04-02T09:58:51.736Z] #43 7.716   PBCC     images/google/protobuf/descriptor.pb-c.c
09:58:51 [2021-04-02T09:58:51.736Z] #43 7.788   PBCC     images/opts.pb-c.c
09:58:51 [2021-04-02T09:58:51.736Z] #43 7.858   PBCC     images/memfd.pb-c.c
09:58:51 [2021-04-02T09:58:51.314Z]  > git remote # timeout=10
09:58:51 [2021-04-02T09:58:51.395Z]  > git config --get remote.origin.url # timeout=10
09:58:51 [2021-04-02T09:58:51.445Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:58:51 [2021-04-02T09:58:51.446Z]  > git merge 1ff685085ad325580ea32accdf13930106bbadb5 # timeout=10
09:58:51 [2021-04-02T09:58:51.998Z] #43 7.980   DEP      images/fown.pb-c.d
09:58:51 [2021-04-02T09:58:51.998Z] #43 8.021   DEP      images/google/protobuf/descriptor.pb-c.d
09:58:51 [2021-04-02T09:58:51.998Z] #43 8.116   DEP      images/opts.pb-c.d
09:58:51 [2021-04-02T09:58:51.998Z] #43 8.159   DEP      images/memfd.pb-c.d
09:58:51 [2021-04-02T09:58:51.998Z] #43 8.240   PBCC     images/sit.pb-c.c
09:58:51 [2021-04-02T09:58:51.998Z] #43 8.297   DEP      images/sit.pb-c.d
09:58:52 [2021-04-02T09:58:52.002Z] #43 ...
09:58:52 [2021-04-02T09:58:52.002Z] 
09:58:52 [2021-04-02T09:58:52.002Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
09:58:52 [2021-04-02T09:58:52.002Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e
09:58:52 [2021-04-02T09:58:52.002Z] #22 10.56   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
09:58:52 [2021-04-02T09:58:52.002Z] #22 10.64 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
09:58:52 [2021-04-02T09:58:52.002Z] #22 10.73   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
09:58:52 [2021-04-02T09:58:52.080Z] #45 112.0 vendor/golang.org/x/net/http/httpguts
09:58:52 [2021-04-02T09:58:52.241Z] #13 DONE 120.4s
09:58:52 [2021-04-02T09:58:52.241Z] 
09:58:52 [2021-04-02T09:58:52.241Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:52 [2021-04-02T09:58:52.241Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:52 [2021-04-02T09:58:52.241Z] #43 47.92   CC       compel/arch/x86/src/lib/infect.o
09:58:52 [2021-04-02T09:58:52.241Z] #43 48.72   CC       compel/src/lib/infect-rpc.o
09:58:52 [2021-04-02T09:58:52.241Z] #43 49.08   CC       compel/src/lib/infect-util.o
09:58:52 [2021-04-02T09:58:52.241Z] #43 49.38   CC       compel/src/lib/infect.o
09:58:52 [2021-04-02T09:58:52.241Z] #43 51.71   CC       compel/src/lib/ptrace.o
09:58:52 [2021-04-02T09:58:52.241Z] #43 52.09   AR       compel/libcompel.a
09:58:52 [2021-04-02T09:58:52.241Z] #43 52.17   HOSTCC   compel/src/main-host.o
09:58:52 [2021-04-02T09:58:52.241Z] #43 52.44   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
09:58:52 [2021-04-02T09:58:52.241Z] #43 52.61   HOSTCC   compel/src/lib/handle-elf-host.o
09:58:52 [2021-04-02T09:58:52.255Z] #43 32.89   CC       images/timerfd.o
09:58:52 [2021-04-02T09:58:52.255Z] #43 33.12   CC       images/mm.o
09:58:52 [2021-04-02T09:58:52.260Z] #22 10.79 Collecting pyyaml (from yamllint==1.16.0)
09:58:52 [2021-04-02T09:58:52.260Z] #22 11.07   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
09:58:52 [2021-04-02T09:58:52.261Z] #43 8.332   PBCC     images/macvlan.pb-c.c
09:58:52 [2021-04-02T09:58:52.261Z] #43 8.384   DEP      images/macvlan.pb-c.d
09:58:52 [2021-04-02T09:58:52.261Z] #43 8.423   PBCC     images/autofs.pb-c.c
09:58:52 [2021-04-02T09:58:52.342Z] #45 112.4 vendor/golang.org/x/net/http/httpproxy
09:58:52 [2021-04-02T09:58:52.363Z] Merge succeeded, producing 48e0e7d2c3c21050a058a1467ded850611a8ab3c
09:58:52 [2021-04-02T09:58:52.364Z] Checking out Revision 48e0e7d2c3c21050a058a1467ded850611a8ab3c (PR-42182)
09:58:52 [2021-04-02T09:58:52.523Z] #43 8.509   DEP      images/autofs.pb-c.d
09:58:52 [2021-04-02T09:58:52.523Z] #43 8.596   PBCC     images/sysctl.pb-c.c
09:58:52 [2021-04-02T09:58:52.523Z] #43 8.640   DEP      images/sysctl.pb-c.d
09:58:52 [2021-04-02T09:58:52.602Z] #45 112.9 mime/multipart
09:58:52 [2021-04-02T09:58:52.785Z] #43 8.766   PBCC     images/time.pb-c.c
09:58:52 [2021-04-02T09:58:52.785Z] #43 8.809   DEP      images/time.pb-c.d
09:58:52 [2021-04-02T09:58:52.785Z] #43 8.893   PBCC     images/binfmt-misc.pb-c.c
09:58:52 [2021-04-02T09:58:52.785Z] #43 8.941   DEP      images/binfmt-misc.pb-c.d
09:58:52 [2021-04-02T09:58:52.815Z] #43 53.17   HOSTCC   compel/src/lib/log-host.o
09:58:52 [2021-04-02T09:58:52.818Z] #43 33.48   CC       images/sk-opts.o
09:58:52 [2021-04-02T09:58:52.818Z] #43 33.77   CC       images/sk-unix.o
09:58:52 [2021-04-02T09:58:52.823Z] #22 11.45 Installing collected packages: pathspec, pyyaml, yamllint
09:58:53 [2021-04-02T09:58:53.048Z] #43 9.062   PBCC     images/seccomp.pb-c.c
09:58:53 [2021-04-02T09:58:53.048Z] #43 9.086   DEP      images/seccomp.pb-c.d
09:58:53 [2021-04-02T09:58:53.048Z] #43 9.120   PBCC     images/userns.pb-c.c
09:58:53 [2021-04-02T09:58:53.048Z] #43 9.190   DEP      images/userns.pb-c.d
09:58:53 [2021-04-02T09:58:53.048Z] #43 9.220   PBCC     images/cgroup.pb-c.c
09:58:53 [2021-04-02T09:58:53.048Z] #43 9.231   DEP      images/cgroup.pb-c.d
09:58:53 [2021-04-02T09:58:53.048Z] #43 9.308   PBCC     images/ext-file.pb-c.c
09:58:53 [2021-04-02T09:58:53.048Z] #43 9.322   DEP      images/ext-file.pb-c.d
09:58:53 [2021-04-02T09:58:53.075Z] #43 53.51   HOSTLINK compel/compel-host-bin
09:58:53 [2021-04-02T09:58:53.079Z] #22 11.78 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0
09:58:53 [2021-04-02T09:58:53.310Z] #43 9.391   PBCC     images/rpc.pb-c.c
09:58:53 [2021-04-02T09:58:53.310Z] #43 9.456   DEP      images/rpc.pb-c.d
09:58:53 [2021-04-02T09:58:53.310Z] #43 9.518   PBCC     images/siginfo.pb-c.c
09:58:53 [2021-04-02T09:58:53.310Z] #43 9.535   DEP      images/siginfo.pb-c.d
09:58:53 [2021-04-02T09:58:53.310Z] #43 9.588   PBCC     images/pagemap.pb-c.c
09:58:53 [2021-04-02T09:58:53.336Z] #43 53.84   DEP      soccr/soccr.d
09:58:53 [2021-04-02T09:58:53.339Z] #22 DONE 12.1s
09:58:53 [2021-04-02T09:58:53.339Z] 
09:58:53 [2021-04-02T09:58:53.339Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
09:58:53 [2021-04-02T09:58:53.339Z] #25 sha256:98753fdfea75ffdc1606eb5abee02fd19e74251afde9a5fdfbe659782fae9a93
09:58:53 [2021-04-02T09:58:53.380Z] #43 34.21   CC       images/sk-inet.o
09:58:53 [2021-04-02T09:58:53.573Z] #43 9.648   DEP      images/pagemap.pb-c.d
09:58:53 [2021-04-02T09:58:53.573Z] #43 9.702   PBCC     images/rlimit.pb-c.c
09:58:53 [2021-04-02T09:58:53.573Z] #43 9.748   DEP      images/rlimit.pb-c.d
09:58:53 [2021-04-02T09:58:53.573Z] #43 9.843   PBCC     images/file-lock.pb-c.c
09:58:53 [2021-04-02T09:58:53.596Z] #25 DONE 0.2s
09:58:53 [2021-04-02T09:58:53.596Z] 
09:58:53 [2021-04-02T09:58:53.596Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
09:58:53 [2021-04-02T09:58:53.596Z] #30 sha256:da0ac036d74894c88635b74e2cc0a63eff731b7430948f7e341b3352d32b2600
09:58:53 [2021-04-02T09:58:53.596Z] #43 54.03   CC       soccr/soccr.o
09:58:53 [2021-04-02T09:58:53.836Z] #43 9.860   DEP      images/file-lock.pb-c.d
09:58:53 [2021-04-02T09:58:53.836Z] #43 9.993   PBCC     images/tty.pb-c.c
09:58:53 [2021-04-02T09:58:53.836Z] #43 10.08   DEP      images/tty.pb-c.d
09:58:53 [2021-04-02T09:58:53.836Z] #43 10.12   PBCC     images/tun.pb-c.c
09:58:53 [2021-04-02T09:58:53.857Z] #43 ...
09:58:53 [2021-04-02T09:58:53.857Z] 
09:58:53 [2021-04-02T09:58:53.857Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
09:58:53 [2021-04-02T09:58:53.857Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
09:58:53 [2021-04-02T09:58:53.857Z] #14 DONE 1.7s
09:58:53 [2021-04-02T09:58:53.857Z] 
09:58:53 [2021-04-02T09:58:53.857Z] #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
09:58:53 [2021-04-02T09:58:53.857Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
09:58:53 [2021-04-02T09:58:53.943Z] #43 34.58   CC       images/tun.o
09:58:53 [2021-04-02T09:58:53.943Z] #43 34.91   CC       images/sk-netlink.o
09:58:54 [2021-04-02T09:58:54.099Z] #43 10.16   PBCC     images/netdev.pb-c.c
09:58:54 [2021-04-02T09:58:54.099Z] #43 10.20   DEP      images/tun.pb-c.d
09:58:54 [2021-04-02T09:58:54.099Z] #43 10.25   DEP      images/netdev.pb-c.d
09:58:54 [2021-04-02T09:58:54.099Z] #43 10.29   PBCC     images/vma.pb-c.c
09:58:54 [2021-04-02T09:58:54.099Z] #43 10.32   DEP      images/vma.pb-c.d
09:58:54 [2021-04-02T09:58:54.099Z] #43 10.36   PBCC     images/creds.pb-c.c
09:58:54 [2021-04-02T09:58:54.362Z] #43 10.38   DEP      images/creds.pb-c.d
09:58:54 [2021-04-02T09:58:54.362Z] #43 10.42   PBCC     images/utsns.pb-c.c
09:58:54 [2021-04-02T09:58:54.362Z] #43 10.44   DEP      images/utsns.pb-c.d
09:58:54 [2021-04-02T09:58:54.362Z] #43 10.47   PBCC     images/ipc-desc.pb-c.c
09:58:54 [2021-04-02T09:58:54.362Z] #43 10.48   PBCC     images/ipc-sem.pb-c.c
09:58:54 [2021-04-02T09:58:54.362Z] #43 10.51   DEP      images/ipc-desc.pb-c.d
09:58:54 [2021-04-02T09:58:54.362Z] #43 10.53   DEP      images/ipc-sem.pb-c.d
09:58:54 [2021-04-02T09:58:54.506Z] #43 35.13   CC       images/packet-sock.o
09:58:54 [2021-04-02T09:58:54.624Z] #43 10.60   PBCC     images/ipc-msg.pb-c.c
09:58:54 [2021-04-02T09:58:54.624Z] #43 10.62   DEP      images/ipc-msg.pb-c.d
09:58:54 [2021-04-02T09:58:54.624Z] #43 10.69   PBCC     images/ipc-shm.pb-c.c
09:58:54 [2021-04-02T09:58:54.624Z] #43 10.71   DEP      images/ipc-shm.pb-c.d
09:58:54 [2021-04-02T09:58:54.624Z] #43 10.73   PBCC     images/ipc-var.pb-c.c
09:58:54 [2021-04-02T09:58:54.624Z] #43 10.76   DEP      images/ipc-var.pb-c.d
09:58:54 [2021-04-02T09:58:54.624Z] #43 10.82   PBCC     images/sk-opts.pb-c.c
09:58:54 [2021-04-02T09:58:54.762Z] #43 35.45   CC       images/ipc-var.o
09:58:54 [2021-04-02T09:58:54.887Z] #43 ...
09:58:54 [2021-04-02T09:58:54.887Z] 
09:58:54 [2021-04-02T09:58:54.887Z] #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
09:58:54 [2021-04-02T09:58:54.887Z] #37 sha256:8aba2997755490d0a874b9d02c2ff2cd92fa0fd003c573ecc30245c7e69147b4
09:58:54 [2021-04-02T09:58:54.887Z] #37 8.161 -- Detecting C compile features - done
09:58:54 [2021-04-02T09:58:54.887Z] #37 8.180 -- Performing Test HAS_BUILTIN_FORTIFY
09:58:54 [2021-04-02T09:58:54.887Z] #37 8.475 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
09:58:54 [2021-04-02T09:58:54.887Z] #37 8.595 -- Configuring done
09:58:54 [2021-04-02T09:58:54.887Z] #37 8.642 -- Generating done
09:58:54 [2021-04-02T09:58:54.887Z] #37 8.644 -- Build files have been written to: /tmp/tmp.CJUuH7rfxi/tini
09:58:54 [2021-04-02T09:58:54.887Z] #37 8.655 + make tini-static
09:58:54 [2021-04-02T09:58:54.887Z] #37 9.168 Scanning dependencies of target tini-static
09:58:54 [2021-04-02T09:58:54.887Z] #37 9.381 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
09:58:54 [2021-04-02T09:58:54.887Z] #37 10.47 [100%] Linking C executable tini-static
09:58:54 [2021-04-02T09:58:54.887Z] #37 11.04 [100%] Built target tini-static
09:58:54 [2021-04-02T09:58:54.887Z] #37 11.11 + mkdir -p /build
09:58:54 [2021-04-02T09:58:54.887Z] #37 11.12 + cp tini-static /build/docker-init
09:58:54 [2021-04-02T09:58:54.887Z] #37 DONE 11.3s
09:58:54 [2021-04-02T09:58:54.887Z] 
09:58:54 [2021-04-02T09:58:54.887Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:54 [2021-04-02T09:58:54.887Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
09:58:54 [2021-04-02T09:58:54.887Z] #43 10.89   PBCC     images/packet-sock.pb-c.c
09:58:54 [2021-04-02T09:58:54.887Z] #43 10.95   DEP      images/sk-opts.pb-c.d
09:58:54 [2021-04-02T09:58:54.887Z] #43 ...
09:58:54 [2021-04-02T09:58:54.887Z] 
09:58:54 [2021-04-02T09:58:54.887Z] #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
09:58:54 [2021-04-02T09:58:54.887Z] #45 sha256:de17cbf6b44affddabceccd5590b449a3b9233a3f29173d76b9282f7fedf7ee6
09:58:54 [2021-04-02T09:58:54.887Z] #45 68.84 go/doc
09:58:54 [2021-04-02T09:58:54.887Z] #45 69.52 compress/gzip
09:58:54 [2021-04-02T09:58:54.887Z] #45 70.62 crypto/rand
09:58:54 [2021-04-02T09:58:54.887Z] #45 71.78 crypto/elliptic
09:58:54 [2021-04-02T09:58:54.887Z] #45 73.25 github.com/LK4D4/vndr/build
09:58:54 [2021-04-02T09:58:54.887Z] #45 75.07 crypto/rsa
09:58:54 [2021-04-02T09:58:54.887Z] #45 75.62 vendor/golang.org/x/crypto/cryptobyte
09:58:54 [2021-04-02T09:58:54.887Z] #45 ...
09:58:54 [2021-04-02T09:58:54.887Z] 
09:58:54 [2021-04-02T09:58:54.887Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:54 [2021-04-02T09:58:54.887Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
09:58:54 [2021-04-02T09:58:54.887Z] #43 11.00   DEP      images/packet-sock.pb-c.d
09:58:55 [2021-04-02T09:58:55.019Z] #43 35.68   CC       images/ipc-desc.o
09:58:55 [2021-04-02T09:58:55.019Z] #43 35.94   CC       images/ipc-shm.o
09:58:52 [2021-04-02T09:58:52.275Z]  > git rev-parse "HEAD^{commit}" # timeout=10
09:58:52 [2021-04-02T09:58:52.401Z]  > git config core.sparsecheckout # timeout=10
09:58:52 [2021-04-02T09:58:52.448Z]  > git checkout -f 48e0e7d2c3c21050a058a1467ded850611a8ab3c # timeout=10
09:58:55 [2021-04-02T09:58:55.148Z] #45 115.1 crypto/tls
09:58:55 [2021-04-02T09:58:55.150Z] #43 11.11   PBCC     images/sk-netlink.pb-c.c
09:58:55 [2021-04-02T09:58:55.150Z] #43 11.24   DEP      images/sk-netlink.pb-c.d
09:58:55 [2021-04-02T09:58:55.150Z] #43 11.38   PBCC     images/sk-inet.pb-c.c
09:58:55 [2021-04-02T09:58:55.275Z] #43 36.13   CC       images/ipc-msg.o
09:58:55 [2021-04-02T09:58:55.412Z] #43 11.43   DEP      images/sk-inet.pb-c.d
09:58:55 [2021-04-02T09:58:55.412Z] #43 11.48   PBCC     images/sk-unix.pb-c.c
09:58:55 [2021-04-02T09:58:55.412Z] #43 11.56   DEP      images/sk-unix.pb-c.d
09:58:55 [2021-04-02T09:58:55.412Z] #43 11.65   PBCC     images/mm.pb-c.c
09:58:55 [2021-04-02T09:58:55.532Z] #43 36.43   CC       images/ipc-sem.o
09:58:55 [2021-04-02T09:58:55.675Z] #43 11.70   DEP      images/mm.pb-c.d
09:58:55 [2021-04-02T09:58:55.675Z] #43 11.76   PBCC     images/timerfd.pb-c.c
09:58:55 [2021-04-02T09:58:55.675Z] #43 11.82   DEP      images/timerfd.pb-c.d
09:58:55 [2021-04-02T09:58:55.772Z] #15 DONE 1.4s
09:58:55 [2021-04-02T09:58:55.772Z] 
09:58:55 [2021-04-02T09:58:55.772Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
09:58:55 [2021-04-02T09:58:55.772Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
09:58:55 [2021-04-02T09:58:55.788Z] #43 36.61   CC       images/utsns.o
09:58:55 [2021-04-02T09:58:55.788Z] #43 ...
09:58:55 [2021-04-02T09:58:55.788Z] 
09:58:55 [2021-04-02T09:58:55.788Z] #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
09:58:55 [2021-04-02T09:58:55.788Z] #45 sha256:49a3fcc416cc75118c20d2bf4a8274cd33396b6ef0305d9f34d11d4c1747f570
09:58:55 [2021-04-02T09:58:55.788Z] #45 91.23 github.com/LK4D4/vndr/build
09:58:55 [2021-04-02T09:58:55.788Z] #45 92.04 github.com/LK4D4/vndr/versioned
09:58:55 [2021-04-02T09:58:55.788Z] #45 92.14 compress/flate
09:58:55 [2021-04-02T09:58:55.788Z] #45 94.76 hash/crc32
09:58:55 [2021-04-02T09:58:55.788Z] #45 95.16 vendor/golang.org/x/crypto/cryptobyte
09:58:55 [2021-04-02T09:58:55.788Z] #45 95.45 compress/gzip
09:58:55 [2021-04-02T09:58:55.788Z] #45 96.24 net
09:58:55 [2021-04-02T09:58:55.788Z] #45 97.23 vendor/golang.org/x/crypto/chacha20poly1305
09:58:55 [2021-04-02T09:58:55.788Z] #45 98.48 vendor/golang.org/x/crypto/hkdf
09:58:55 [2021-04-02T09:58:55.788Z] #45 98.64 vendor/golang.org/x/text/transform
09:58:55 [2021-04-02T09:58:55.788Z] #45 99.20 vendor/golang.org/x/text/unicode/bidi
09:58:55 [2021-04-02T09:58:55.788Z] #45 100.9 vendor/golang.org/x/text/secure/bidirule
09:58:55 [2021-04-02T09:58:55.788Z] #45 101.2 vendor/golang.org/x/text/unicode/norm
09:58:55 [2021-04-02T09:58:55.938Z] #43 11.91   PBCC     images/timer.pb-c.c
09:58:55 [2021-04-02T09:58:55.938Z] #43 11.97   DEP      images/timer.pb-c.d
09:58:55 [2021-04-02T09:58:55.938Z] #43 12.05   PBCC     images/sa.pb-c.c
09:58:55 [2021-04-02T09:58:55.938Z] #43 12.15   DEP      images/sa.pb-c.d
09:58:56 [2021-04-02T09:58:56.045Z] #45 ...
09:58:56 [2021-04-02T09:58:56.045Z] 
09:58:56 [2021-04-02T09:58:56.045Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:56 [2021-04-02T09:58:56.045Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:56 [2021-04-02T09:58:56.045Z] #43 36.78   CC       images/creds.o
09:58:56 [2021-04-02T09:58:56.200Z] #43 12.23   PBCC     images/pipe-data.pb-c.c
09:58:56 [2021-04-02T09:58:56.200Z] #43 12.26   DEP      images/pipe-data.pb-c.d
09:58:56 [2021-04-02T09:58:56.200Z] #43 12.31   PBCC     images/mnt.pb-c.c
09:58:56 [2021-04-02T09:58:56.200Z] #43 12.38   DEP      images/mnt.pb-c.d
09:58:56 [2021-04-02T09:58:56.200Z] #43 12.45   PBCC     images/sk-packet.pb-c.c
09:58:56 [2021-04-02T09:58:56.301Z] #43 36.96   CC       images/vma.o
09:58:56 [2021-04-02T09:58:56.301Z] #43 37.19   CC       images/netdev.o
09:58:56 [2021-04-02T09:58:56.348Z] #16 ...
09:58:56 [2021-04-02T09:58:56.348Z] 
09:58:56 [2021-04-02T09:58:56.348Z] #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
09:58:56 [2021-04-02T09:58:56.348Z] #58 sha256:b3cf75c1351e897b72d46d8535b48276aa89a8db3565a9f08399b07a17be7a27
09:58:56 [2021-04-02T09:58:56.348Z] #58 DONE 128.5s
09:58:56 [2021-04-02T09:58:56.348Z] 
09:58:56 [2021-04-02T09:58:56.348Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:56 [2021-04-02T09:58:56.348Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:56 [2021-04-02T09:58:56.348Z] #43 56.57   AR       soccr/libsoccr.a
09:58:56 [2021-04-02T09:58:56.348Z] #43 56.63 make[1]: 'soccr/libsoccr.a' is up to date.
09:58:56 [2021-04-02T09:58:56.348Z] #43 ...
09:58:56 [2021-04-02T09:58:56.348Z] 
09:58:56 [2021-04-02T09:58:56.348Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
09:58:56 [2021-04-02T09:58:56.348Z] #59 sha256:399fc8d681a8ad4adcfc4f9876a3c71fbac63f074803fa7d681d4022537dc0a6
09:58:56 [2021-04-02T09:58:56.348Z] #59 DONE 0.2s
09:58:56 [2021-04-02T09:58:56.348Z] 
09:58:56 [2021-04-02T09:58:56.348Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
09:58:56 [2021-04-02T09:58:56.348Z] #60 sha256:329ceb1d739d4a5c2d3058c613a30e7da727acf7a635775b59c4f0b826039181
09:58:56 [2021-04-02T09:58:56.348Z] #60 DONE 0.1s
09:58:56 [2021-04-02T09:58:56.463Z] #43 12.55   DEP      images/sk-packet.pb-c.d
09:58:56 [2021-04-02T09:58:56.463Z] #43 12.63   PBCC     images/tcp-stream.pb-c.c
09:58:56 [2021-04-02T09:58:56.463Z] #43 12.70   DEP      images/tcp-stream.pb-c.d
09:58:56 [2021-04-02T09:58:56.532Z] #45 ...
09:58:56 [2021-04-02T09:58:56.532Z] 
09:58:56 [2021-04-02T09:58:56.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
09:58:56 [2021-04-02T09:58:56.532Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:56 [2021-04-02T09:58:56.532Z] #43 37.61   CC       images/opts.o
09:58:56 [2021-04-02T09:58:56.532Z] #43 37.88   CC       images/seccomp.o
09:58:56 [2021-04-02T09:58:56.532Z] #43 38.17   CC       images/binfmt-misc.o
09:58:56 [2021-04-02T09:58:56.532Z] #43 38.36   CC       images/time.o
09:58:56 [2021-04-02T09:58:56.532Z] #43 38.51   CC       images/sysctl.o
09:58:56 [2021-04-02T09:58:56.532Z] #43 38.71   CC       images/autofs.o
09:58:56 [2021-04-02T09:58:56.532Z] #43 38.89   CC       images/macvlan.o
09:58:56 [2021-04-02T09:58:56.532Z] #43 39.08   CC       images/sit.o
09:58:56 [2021-04-02T09:58:56.532Z] #43 39.38   CC       images/memfd.o
09:58:56 [2021-04-02T09:58:56.532Z] #43 39.63   CC       images/timens.o
09:58:56 [2021-04-02T09:58:56.532Z] #43 39.92   LINK     images/built-in.o
09:58:56 [2021-04-02T09:58:56.532Z] #43 40.05   GEN      compel/include/asm
09:58:56 [2021-04-02T09:58:56.532Z] #43 40.08   GEN      compel/include/version.h
09:58:56 [2021-04-02T09:58:56.532Z] #43 40.10 touch .config
09:58:56 [2021-04-02T09:58:56.532Z] #43 40.15   GEN      include/common/config.h
09:58:56 [2021-04-02T09:58:56.532Z] #43 40.23   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
09:58:56 [2021-04-02T09:58:56.532Z] #43 40.25   GEN      compel/plugins/include/uapi/std/syscall-64.h
09:58:56 [2021-04-02T09:58:56.532Z] #43 40.27   GEN      compel/arch/x86/plugins/std/syscalls-64.S
09:58:56 [2021-04-02T09:58:56.532Z] #43 40.29   DEP      compel/arch/x86/plugins/std/syscalls-64.d
09:58:56 [2021-04-02T09:58:56.532Z] #43 40.30   DEP      compel/arch/x86/plugins/std/memcpy.d
09:58:56 [2021-04-02T09:58:56.532Z] #43 40.32   DEP      compel/arch/x86/plugins/std/parasite-head.d
09:58:56 [2021-04-02T09:58:56.532Z] #43 40.33   GEN      compel/plugins/include/uapi/std/syscall.h
09:58:56 [2021-04-02T09:58:56.532Z] #43 40.37   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
09:58:56 [2021-04-02T09:58:56.532Z] #43 40.38   GEN      compel/plugins/include/uapi/std/syscall-codes.h
09:58:56 [2021-04-02T09:58:56.532Z] #43 40.40   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
09:58:56 [2021-04-02T09:58:56.532Z] #43 40.41   DEP      compel/plugins/std/infect.d
09:58:56 [2021-04-02T09:58:56.532Z] #43 40.50   DEP      compel/plugins/std/string.d
09:58:56 [2021-04-02T09:58:56.532Z] #43 40.63   DEP      compel/plugins/std/log.d
09:58:56 [2021-04-02T09:58:56.532Z] #43 40.73   DEP      compel/plugins/std/fds.d
09:58:56 [2021-04-02T09:58:56.532Z] #43 40.81   DEP      compel/plugins/std/std.d
09:58:56 [2021-04-02T09:58:56.533Z] #43 40.95   DEP      compel/plugins/shmem/shmem.d
09:58:56 [2021-04-02T09:58:56.533Z] #43 41.03   DEP      compel/plugins/fds/fds.d
09:58:56 [2021-04-02T09:58:56.533Z] #43 41.19   CC       compel/plugins/std/std.o
09:58:56 [2021-04-02T09:58:56.533Z] #43 41.46   CC       compel/plugins/std/fds.o
09:58:56 [2021-04-02T09:58:56.533Z] #43 41.95   CC       compel/plugins/std/log.o
09:58:56 [2021-04-02T09:58:56.533Z] #43 42.75   CC       compel/plugins/std/string.o
09:58:56 [2021-04-02T09:58:56.610Z] 
09:58:56 [2021-04-02T09:58:56.610Z] #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
09:58:56 [2021-04-02T09:58:56.610Z] #53 sha256:26870261351fc46e6c78254260d52dfef8ff205b7b588e5eae7a47f2444c58d8
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.644 + RM_GOPATH=0
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.644 + TMP_GOPATH=
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.644 + : /build
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.644 + '[' -z '' ']'
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.645 ++ mktemp -d
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.646 + export GOPATH=/tmp/tmp.A5TnnS8txf
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.646 + GOPATH=/tmp/tmp.A5TnnS8txf
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.646 + RM_GOPATH=1
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.646 + case "$(go env GOARCH)" in
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.648 ++ go env GOARCH
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.686 + export GO_BUILDMODE=-buildmode=pie
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.686 + GO_BUILDMODE=-buildmode=pie
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.686 ++ dirname /tmp/install/install.sh
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.686 + dir=/tmp/install
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.686 + bin=runc
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.686 + shift
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.687 + '[' '!' -f /tmp/install/runc.installer ']'
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.687 + . /tmp/install/runc.installer
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.687 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.692 + install_runc
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.692 + grep -q '^3\.10\.0.*\.el7\.'
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.692 + uname -r
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.696 + RUNC_BUILDTAGS='seccomp '
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.696 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.697 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.697 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.A5TnnS8txf/src/github.com/opencontainers/runc
09:58:56 [2021-04-02T09:58:56.610Z] #53 1.703 Cloning into '/tmp/tmp.A5TnnS8txf/src/github.com/opencontainers/runc'...
09:58:56 [2021-04-02T09:58:56.726Z] #43 12.76   PBCC     images/pipe.pb-c.c
09:58:56 [2021-04-02T09:58:56.726Z] #43 12.82   DEP      images/pipe.pb-c.d
09:58:56 [2021-04-02T09:58:56.726Z] #43 12.90   PBCC     images/pstree.pb-c.c
09:58:56 [2021-04-02T09:58:56.726Z] #43 12.93   DEP      images/pstree.pb-c.d
09:58:56 [2021-04-02T09:58:56.865Z] #43 37.54   CC       images/tty.o
09:58:56 [2021-04-02T09:58:56.988Z] #43 13.02   PBCC     images/fs.pb-c.c
09:58:56 [2021-04-02T09:58:56.988Z] #43 13.06   DEP      images/fs.pb-c.d
09:58:56 [2021-04-02T09:58:56.988Z] #43 13.13   PBCC     images/signalfd.pb-c.c
09:58:57 [2021-04-02T09:58:57.252Z] #43 13.21   DEP      images/signalfd.pb-c.d
09:58:57 [2021-04-02T09:58:57.252Z] #43 13.25   PBCC     images/fh.pb-c.c
09:58:57 [2021-04-02T09:58:57.252Z] #43 13.32   PBCC     images/fsnotify.pb-c.c
09:58:57 [2021-04-02T09:58:57.252Z] #43 13.37   DEP      images/fh.pb-c.d
09:58:57 [2021-04-02T09:58:57.252Z] #43 13.41   DEP      images/fsnotify.pb-c.d
09:58:57 [2021-04-02T09:58:57.428Z] #43 38.12   CC       images/file-lock.o
09:58:57 [2021-04-02T09:58:57.428Z] #43 38.38   CC       images/rlimit.o
09:58:57 [2021-04-02T09:58:57.493Z] #43 43.42   CC       compel/plugins/std/infect.o
09:58:57 [2021-04-02T09:58:57.515Z] #43 13.48   PBCC     images/eventpoll.pb-c.c
09:58:57 [2021-04-02T09:58:57.515Z] #43 13.51   DEP      images/eventpoll.pb-c.d
09:58:57 [2021-04-02T09:58:57.515Z] #43 13.58   PBCC     images/eventfd.pb-c.c
09:58:57 [2021-04-02T09:58:57.515Z] #43 ...
09:58:57 [2021-04-02T09:58:57.515Z] 
09:58:57 [2021-04-02T09:58:57.515Z] #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
09:58:57 [2021-04-02T09:58:57.515Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
09:58:57 [2021-04-02T09:58:57.515Z] #13 67.18 Selecting previously unselected package gcc-mingw-w64-base.
09:58:57 [2021-04-02T09:58:57.515Z] #13 67.20 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ...
09:58:57 [2021-04-02T09:58:57.515Z] #13 67.21 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
09:58:57 [2021-04-02T09:58:57.515Z] #13 67.35 Selecting previously unselected package gcc-mingw-w64-x86-64.
09:58:57 [2021-04-02T09:58:57.515Z] #13 67.36 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
09:58:57 [2021-04-02T09:58:57.515Z] #13 67.36 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
09:58:57 [2021-04-02T09:58:57.515Z] #13 ...
09:58:57 [2021-04-02T09:58:57.515Z] 
09:58:57 [2021-04-02T09:58:57.515Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:57 [2021-04-02T09:58:57.515Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
09:58:57 [2021-04-02T09:58:57.515Z] #43 13.59   DEP      images/eventfd.pb-c.d
09:58:57 [2021-04-02T09:58:57.515Z] #43 13.68   PBCC     images/remap-file-path.pb-c.c
09:58:57 [2021-04-02T09:58:57.515Z] #43 13.72   DEP      images/remap-file-path.pb-c.d
09:58:57 [2021-04-02T09:58:57.515Z] #43 13.77   PBCC     images/fifo.pb-c.c
09:58:57 [2021-04-02T09:58:57.515Z] #43 13.79   DEP      images/fifo.pb-c.d
09:58:57 [2021-04-02T09:58:57.551Z] #53 ...
09:58:57 [2021-04-02T09:58:57.551Z] 
09:58:57 [2021-04-02T09:58:57.551Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
09:58:57 [2021-04-02T09:58:57.551Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
09:58:57 [2021-04-02T09:58:57.551Z] #16 1.783 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
09:58:57 [2021-04-02T09:58:57.551Z] #16 DONE 1.9s
09:58:57 [2021-04-02T09:58:57.551Z] 
09:58:57 [2021-04-02T09:58:57.551Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:57 [2021-04-02T09:58:57.551Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:57 [2021-04-02T09:58:57.551Z] #43 57.14   DEP      criu/arch/x86/sigframe.d
09:58:57 [2021-04-02T09:58:57.551Z] #43 57.28   DEP      criu/arch/x86/sigaction_compat.d
09:58:57 [2021-04-02T09:58:57.551Z] #43 57.36   DEP      criu/arch/x86/kerndat.d
09:58:57 [2021-04-02T09:58:57.551Z] #43 57.68   DEP      criu/arch/x86/crtools.d
09:58:57 [2021-04-02T09:58:57.551Z] #43 57.93   DEP      criu/arch/x86/cpu.d
09:58:57 [2021-04-02T09:58:57.753Z] #43 43.94   CC       compel/arch/x86/plugins/std/parasite-head.o
09:58:57 [2021-04-02T09:58:57.753Z] #43 44.01   CC       compel/arch/x86/plugins/std/memcpy.o
09:58:57 [2021-04-02T09:58:57.778Z] #43 13.82   PBCC     images/ghost-file.pb-c.c
09:58:57 [2021-04-02T09:58:57.778Z] #43 13.88   DEP      images/ghost-file.pb-c.d
09:58:57 [2021-04-02T09:58:57.811Z] #43 58.27   CC       criu/arch/x86/cpu.o
09:58:57 [2021-04-02T09:58:57.998Z] #43 38.59   CC       images/pagemap.o
09:58:58 [2021-04-02T09:58:58.014Z] #43 44.07   CC       compel/arch/x86/plugins/std/syscalls-64.o
09:58:58 [2021-04-02T09:58:58.014Z] #43 44.13   AR       compel/plugins/std.lib.a
09:58:58 [2021-04-02T09:58:58.014Z] #43 44.18   CC       compel/plugins/fds/fds.o
09:58:58 [2021-04-02T09:58:58.040Z] #43 13.97   PBCC     images/regfile.pb-c.c
09:58:58 [2021-04-02T09:58:58.040Z] #43 14.02   DEP      images/regfile.pb-c.d
09:58:58 [2021-04-02T09:58:58.040Z] #43 14.10   PBCC     images/ns.pb-c.c
09:58:58 [2021-04-02T09:58:58.040Z] #43 14.12   DEP      images/ns.pb-c.d
09:58:58 [2021-04-02T09:58:58.040Z] #43 14.18   PBCC     images/fdinfo.pb-c.c
09:58:58 [2021-04-02T09:58:58.258Z] #43 38.93   CC       images/siginfo.o
09:58:58 [2021-04-02T09:58:58.274Z] #43 44.50   AR       compel/plugins/fds.lib.a
09:58:58 [2021-04-02T09:58:58.274Z] #43 44.55   HOSTDEP  compel/src/lib/log-host.d
09:58:58 [2021-04-02T09:58:58.303Z] #43 14.27   DEP      images/fdinfo.pb-c.d
09:58:58 [2021-04-02T09:58:58.303Z] #43 14.31   PBCC     images/core-aarch64.pb-c.c
09:58:58 [2021-04-02T09:58:58.303Z] #43 14.36   PBCC     images/core-arm.pb-c.c
09:58:58 [2021-04-02T09:58:58.303Z] #43 14.40   PBCC     images/core-ppc64.pb-c.c
09:58:58 [2021-04-02T09:58:58.303Z] #43 14.44   PBCC     images/core-s390.pb-c.c
09:58:58 [2021-04-02T09:58:58.303Z] #43 14.49   PBCC     images/core-x86.pb-c.c
09:58:58 [2021-04-02T09:58:58.303Z] #43 14.54   PBCC     images/core.pb-c.c
09:58:58 [2021-04-02T09:58:58.303Z] #43 14.59   PBCC     images/inventory.pb-c.c
09:58:58 [2021-04-02T09:58:58.515Z] #43 39.18   CC       images/rpc.o
09:58:58 [2021-04-02T09:58:58.535Z] #43 44.70   HOSTDEP  compel/src/lib/handle-elf-host.d
09:58:58 [2021-04-02T09:58:58.535Z] #43 44.81   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
09:58:58 [2021-04-02T09:58:58.566Z] #43 14.64   DEP      images/core-aarch64.pb-c.d
09:58:58 [2021-04-02T09:58:58.566Z] #43 14.68   DEP      images/core-arm.pb-c.d
09:58:58 [2021-04-02T09:58:58.566Z] #43 14.73   DEP      images/core-ppc64.pb-c.d
09:58:58 [2021-04-02T09:58:58.566Z] #43 14.84   DEP      images/core-s390.pb-c.d
09:58:58 [2021-04-02T09:58:58.752Z] #43 59.16   CC       criu/arch/x86/crtools.o
09:58:58 [2021-04-02T09:58:58.795Z] #43 44.95   HOSTDEP  compel/src/main-host.d
09:58:58 [2021-04-02T09:58:58.795Z] #43 ...
09:58:58 [2021-04-02T09:58:58.795Z] 
09:58:58 [2021-04-02T09:58:58.795Z] #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
09:58:58 [2021-04-02T09:58:58.795Z] #58 sha256:a65e144e64ff1e5509afd398388252049c0b0ebbbae1aab7762c38411ddebd94
09:58:58 [2021-04-02T09:58:58.796Z] #58 118.8 + for f in rootlesskit rootlesskit-docker-proxy
09:58:58 [2021-04-02T09:58:58.796Z] #58 118.8 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
09:58:58 [2021-04-02T09:58:58.830Z] #43 14.92   DEP      images/core-x86.pb-c.d
09:58:58 [2021-04-02T09:58:58.830Z] #43 14.97   DEP      images/core.pb-c.d
09:58:58 [2021-04-02T09:58:58.830Z] #43 15.07   DEP      images/inventory.pb-c.d
09:58:58 [2021-04-02T09:58:58.846Z] #30 DONE 4.4s
09:58:58 [2021-04-02T09:58:58.846Z] 
09:58:58 [2021-04-02T09:58:58.846Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:58 [2021-04-02T09:58:58.846Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:58 [2021-04-02T09:58:58.846Z] #43 138.2   CC       criu/parasite-syscall.o
09:58:58 [2021-04-02T09:58:58.846Z] #43 139.2   CC       criu/path.o
09:58:58 [2021-04-02T09:58:58.846Z] #43 139.7   CC       criu/pie-util-vdso-elf32.o
09:58:58 [2021-04-02T09:58:58.846Z] #43 140.3   CC       criu/pie-util-vdso.o
09:58:58 [2021-04-02T09:58:58.846Z] #43 140.7   CC       criu/pie-util.o
09:58:58 [2021-04-02T09:58:58.846Z] #43 140.9   CC       criu/pipes.o
09:58:58 [2021-04-02T09:58:58.846Z] #43 141.6   CC       criu/plugin.o
09:58:58 [2021-04-02T09:58:58.846Z] #43 141.9   CC       criu/proc_parse.o
09:58:58 [2021-04-02T09:58:58.846Z] #43 144.2   CC       criu/protobuf-desc.o
09:58:58 [2021-04-02T09:58:58.846Z] #43 ...
09:58:58 [2021-04-02T09:58:58.846Z] 
09:58:58 [2021-04-02T09:58:58.846Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
09:58:58 [2021-04-02T09:58:58.846Z] #33 sha256:d490ee966a111f15a6823fab74e85827ab1121e2bde48bcf0b1fdddba4c4ca71
09:58:58 [2021-04-02T09:58:58.846Z] #33 DONE 0.3s
09:58:58 [2021-04-02T09:58:58.846Z] 
09:58:58 [2021-04-02T09:58:58.846Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
09:58:58 [2021-04-02T09:58:58.846Z] #35 sha256:adb5aa5958f6fd3efba1c75c2339922ec4bb15b7a56fc7820d4f004463d5b817
09:58:58 [2021-04-02T09:58:58.846Z] #35 DONE 0.1s
09:58:58 [2021-04-02T09:58:58.846Z] 
09:58:58 [2021-04-02T09:58:58.846Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
09:58:58 [2021-04-02T09:58:58.846Z] #38 sha256:2e450333f2ed5fc5ffaa40a4bc8ebf7101178a8a3cad6b2b07cb7f3981b1174e
09:58:58 [2021-04-02T09:58:58.846Z] #38 DONE 0.0s
09:58:58 [2021-04-02T09:58:58.846Z] 
09:58:58 [2021-04-02T09:58:58.846Z] #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
09:58:58 [2021-04-02T09:58:58.846Z] #53 sha256:e66f9d4424f61c8ee7f19682c94e2a9df6f10280bdbc8cf1d4037350306e24ff
09:58:59 [2021-04-02T09:58:59.012Z] #43 ...
09:58:59 [2021-04-02T09:58:59.012Z] 
09:58:59 [2021-04-02T09:58:59.012Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
09:58:59 [2021-04-02T09:58:59.012Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
09:58:59 [2021-04-02T09:58:59.012Z] #17 DONE 1.8s
09:58:59 [2021-04-02T09:58:59.093Z] #43 15.14   PBCC     images/cpuinfo.pb-c.c
09:58:59 [2021-04-02T09:58:59.093Z] #43 15.18   DEP      images/cpuinfo.pb-c.d
09:58:59 [2021-04-02T09:58:59.093Z] #43 15.23   PBCC     images/stats.pb-c.c
09:58:59 [2021-04-02T09:58:59.093Z] #43 15.24   DEP      images/stats.pb-c.d
09:58:59 [2021-04-02T09:58:59.103Z] #53 ...
09:58:59 [2021-04-02T09:58:59.103Z] 
09:58:59 [2021-04-02T09:58:59.103Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:58:59 [2021-04-02T09:58:59.103Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:58:59 [2021-04-02T09:58:59.103Z] #43 145.1   CC       criu/protobuf.o
09:58:59 [2021-04-02T09:58:59.274Z] 
09:58:59 [2021-04-02T09:58:59.274Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
09:58:59 [2021-04-02T09:58:59.274Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
09:58:59 [2021-04-02T09:58:59.360Z] #43 145.5   CC       criu/pstree.o
09:58:59 [2021-04-02T09:58:59.444Z] #43 40.18   CC       images/ext-file.o
09:58:59 [2021-04-02T09:58:59.700Z] #43 40.44   CC       images/cgroup.o
09:58:59 [2021-04-02T09:58:59.957Z] #43 ...
09:58:59 [2021-04-02T09:58:59.957Z] 
09:58:59 [2021-04-02T09:58:59.957Z] #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
09:58:59 [2021-04-02T09:58:59.957Z] #56 sha256:9f213b49194739a247a0d0956cff315c9c6f6a835c3d59f39fd46868d884f4ed
09:58:59 [2021-04-02T09:58:59.957Z] #56 52.93 + bin/ctr
09:59:00 [2021-04-02T09:59:00.214Z] #56 ...
09:59:00 [2021-04-02T09:59:00.214Z] 
09:59:00 [2021-04-02T09:59:00.214Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:00 [2021-04-02T09:59:00.214Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:00 [2021-04-02T09:59:00.214Z] #43 40.97   CC       images/userns.o
09:59:00 [2021-04-02T09:59:00.470Z] #43 41.25   CC       images/google/protobuf/descriptor.o
09:59:00 [2021-04-02T09:59:00.545Z] #43 16.79 make[1]: Nothing to be done for 'all'.
09:59:00 [2021-04-02T09:59:00.657Z] #18 DONE 1.3s
09:59:00 [2021-04-02T09:59:00.657Z] 
09:59:00 [2021-04-02T09:59:00.657Z] #19 [dev-systemd-false  6/26] RUN ldconfig
09:59:00 [2021-04-02T09:59:00.657Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
09:59:00 [2021-04-02T09:59:00.727Z] #43 146.7   CC       criu/rbtree.o
09:59:00 [2021-04-02T09:59:00.984Z] #43 147.0   CC       criu/rst-malloc.o
09:59:01 [2021-04-02T09:59:01.555Z] #43 147.4   CC       criu/seccomp.o
09:59:01 [2021-04-02T09:59:01.598Z] #19 DONE 1.2s
09:59:01 [2021-04-02T09:59:01.598Z] 
09:59:01 [2021-04-02T09:59:01.598Z] #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
09:59:01 [2021-04-02T09:59:01.598Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
09:59:01 [2021-04-02T09:59:01.838Z] #43 42.80   CC       images/opts.o
09:59:02 [2021-04-02T09:59:02.118Z] #43 148.1   CC       criu/seize.o
09:59:02 [2021-04-02T09:59:02.400Z] #43 43.03   CC       images/seccomp.o
09:59:02 [2021-04-02T09:59:02.400Z] #43 43.35   CC       images/binfmt-misc.o
09:59:02 [2021-04-02T09:59:02.478Z] #43 18.40   CC       images/stats.o
09:59:02 [2021-04-02T09:59:02.681Z] #43 ...
09:59:02 [2021-04-02T09:59:02.681Z] 
09:59:02 [2021-04-02T09:59:02.681Z] #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
09:59:02 [2021-04-02T09:59:02.681Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
09:59:02 [2021-04-02T09:59:02.681Z] #40 DONE 219.4s
09:59:02 [2021-04-02T09:59:02.740Z] #43 18.81   CC       images/core.o
09:59:02 [2021-04-02T09:59:02.938Z] 
09:59:02 [2021-04-02T09:59:02.938Z] #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
09:59:02 [2021-04-02T09:59:02.938Z] #56 sha256:66b1dd165e3257932fcdcc9945262b217dea8b287b96daacca97daa9c6f2bcce
09:59:02 [2021-04-02T09:59:02.963Z] #43 43.57   CC       images/time.o
09:59:02 [2021-04-02T09:59:02.963Z] #43 43.79   CC       images/sysctl.o
09:59:03 [2021-04-02T09:59:03.194Z] #56 ...
09:59:03 [2021-04-02T09:59:03.194Z] 
09:59:03 [2021-04-02T09:59:03.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
09:59:03 [2021-04-02T09:59:03.194Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:03 [2021-04-02T09:59:03.194Z] #43 149.2   CC       criu/servicefd.o
09:59:03 [2021-04-02T09:59:03.219Z] #43 43.97   CC       images/autofs.o
09:59:03 [2021-04-02T09:59:03.314Z] #43 19.42   CC       images/core-x86.o
09:59:03 [2021-04-02T09:59:03.498Z] #43 44.25   CC       images/macvlan.o
09:59:03 [2021-04-02T09:59:03.508Z] #20 1.551 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
09:59:03 [2021-04-02T09:59:03.508Z] #20 1.734 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
09:59:03 [2021-04-02T09:59:03.508Z] #20 1.898 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:59:03 [2021-04-02T09:59:03.508Z] #20 1.907 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:59:03 [2021-04-02T09:59:03.757Z] #43 149.9   CC       criu/shmem.o
09:59:03 [2021-04-02T09:59:03.761Z] #43 44.54   CC       images/sit.o
09:59:03 [2021-04-02T09:59:03.825Z] Commit message: "Merge commit '1ff685085ad325580ea32accdf13930106bbadb5' into HEAD"
09:59:03 [2021-04-02T09:59:03.895Z] #43 ...
09:59:03 [2021-04-02T09:59:03.895Z] 
09:59:03 [2021-04-02T09:59:03.895Z] #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
09:59:03 [2021-04-02T09:59:03.895Z] #56 sha256:a402eccf63eb4891fd147fa9de7f26e2df84ca1e0a38bfb7c86d41132284ec10
09:59:03 [2021-04-02T09:59:03.895Z] #56 33.79 Checking out files:  54% (2073/3837)   
Checking out files:  55% (2111/3837)   
Checking out files:  56% (2149/3837)   
Checking out files:  57% (2188/3837)   
Checking out files:  58% (2226/3837)   
Checking out files:  59% (2264/3837)   
Checking out files:  60% (2303/3837)   
Checking out files:  61% (2341/3837)   
Checking out files:  62% (2379/3837)   
Checking out files:  63% (2418/3837)   
Checking out files:  64% (2456/3837)   
Checking out files:  65% (2495/3837)   
Checking out files:  66% (2533/3837)   
Checking out files:  67% (2571/3837)   
Checking out files:  68% (2610/3837)   
Checking out files:  69% (2648/3837)   
Checking out files:  70% (2686/3837)   
Checking out files:  71% (2725/3837)   
Checking out files:  72% (2763/3837)   
Checking out files:  73% (2802/3837)   
Checking out files:  74% (2840/3837)   
Checking out files:  75% (2878/3837)   
Checking out files:  76% (2917/3837)   
Checking out files:  77% (2955/3837)   
Checking out files:  78% (2993/3837)   
Checking out files:  79% (3032/3837)   
Checking out files:  80% (3070/3837)   
Checking out files:  81% (3108/3837)   
Checking out files:  82% (3147/3837)   
Checking out files:  83% (3185/3837)   
Checking out files:  84% (3224/3837)   
Checking out files:  85% (3262/3837)   
Checking out files:  86% (3300/3837)   
Checking out files:  87% (3339/3837)   
Checking out files:  88% (3377/3837)   
Checking out files:  89% (3415/3837)   
Checking out files:  90% (3454/3837)   
Checking out files:  91% (3492/3837)   
Checking out files:  92% (3531/3837)   
Checking out files:  93% (3569/3837)   
Checking out files:  94% (3607/3837)   
Checking out files:  95% (3646/3837)   
Checking out files:  96% (3684/3837)   
Checking out files:  97% (3722/3837)   
Checking out files:  98% (3761/3837)   
Checking out files:  99% (3799/3837)   
Checking out files: 100% (3837/3837)   
Checking out files: 100% (3837/3837), done.
09:59:03 [2021-04-02T09:59:03.895Z] #56 35.17 + cd /tmp/tmp.jz2ijaAQwx/src/github.com/containerd/containerd
09:59:03 [2021-04-02T09:59:03.895Z] #56 35.18 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
09:59:04 [2021-04-02T09:59:04.039Z] #43 44.78   CC       images/memfd.o
09:59:04 [2021-04-02T09:59:04.078Z] #20 2.220 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [460 kB]
09:59:04 [2021-04-02T09:59:04.090Z] #58 ...
09:59:04 [2021-04-02T09:59:04.090Z] 
09:59:04 [2021-04-02T09:59:04.090Z] #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
09:59:04 [2021-04-02T09:59:04.090Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:59:04 [2021-04-02T09:59:04.090Z] #13 113.4 Selecting previously unselected package libapparmor1:amd64.
09:59:04 [2021-04-02T09:59:04.090Z] #13 113.4 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 113.4 Unpacking libapparmor1:amd64 (2.13.2-10) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 113.5 Selecting previously unselected package libapparmor-dev:amd64.
09:59:04 [2021-04-02T09:59:04.090Z] #13 113.5 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 113.5 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 113.7 Selecting previously unselected package libbtrfs0.
09:59:04 [2021-04-02T09:59:04.090Z] #13 113.7 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 113.7 Unpacking libbtrfs0 (4.20.1-2) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 113.8 Selecting previously unselected package libbtrfs-dev.
09:59:04 [2021-04-02T09:59:04.090Z] #13 113.8 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 113.8 Unpacking libbtrfs-dev (4.20.1-2) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 113.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
09:59:04 [2021-04-02T09:59:04.090Z] #13 113.9 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 113.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 114.0 Selecting previously unselected package libudev-dev:amd64.
09:59:04 [2021-04-02T09:59:04.090Z] #13 114.0 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 114.0 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 114.1 Selecting previously unselected package libsepol1-dev:amd64.
09:59:04 [2021-04-02T09:59:04.090Z] #13 114.1 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 114.1 Unpacking libsepol1-dev:amd64 (2.8-1) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 114.5 Selecting previously unselected package libpcre16-3:amd64.
09:59:04 [2021-04-02T09:59:04.090Z] #13 114.5 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 114.5 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 114.7 Selecting previously unselected package libpcre32-3:amd64.
09:59:04 [2021-04-02T09:59:04.090Z] #13 114.7 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 114.7 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 114.9 Selecting previously unselected package libpcrecpp0v5:amd64.
09:59:04 [2021-04-02T09:59:04.090Z] #13 114.9 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 114.9 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 115.0 Selecting previously unselected package libpcre3-dev:amd64.
09:59:04 [2021-04-02T09:59:04.090Z] #13 115.0 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 115.0 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 115.4 Selecting previously unselected package libselinux1-dev:amd64.
09:59:04 [2021-04-02T09:59:04.090Z] #13 115.4 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 115.4 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 115.7 Selecting previously unselected package libdevmapper-dev:amd64.
09:59:04 [2021-04-02T09:59:04.090Z] #13 115.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 115.8 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 115.9 Selecting previously unselected package libseccomp-dev:amd64.
09:59:04 [2021-04-02T09:59:04.090Z] #13 115.9 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 115.9 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.0 Selecting previously unselected package libsystemd-dev:amd64.
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.0 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.0 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.5 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.5 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.5 Setting up libapparmor1:amd64 (2.13.2-10) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.5 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.5 Setting up libpcre16-3:amd64 (2:8.39-12) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.6 Setting up libsepol1-dev:amd64 (2.8-1) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.6 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.6 Setting up libbtrfs0 (4.20.1-2) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.6 Setting up libpcre32-3:amd64 (2:8.39-12) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.6 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.6 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.6 Setting up libbtrfs-dev (4.20.1-2) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.7 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.7 Setting up mingw-w64-common (6.0.0-3) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.7 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.7 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.7 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.7 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.8 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.8 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
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.8 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
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.8 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.8 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.8 Setting up dmsetup (2:1.02.155-3) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.8 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
09:59:04 [2021-04-02T09:59:04.090Z] #13 116.9 Processing triggers for libc-bin (2.28-10) ...
09:59:04 [2021-04-02T09:59:04.157Z] #56 36.73 + export 'BUILDTAGS=netgo osusergo static_build'
09:59:04 [2021-04-02T09:59:04.157Z] #56 36.74 + BUILDTAGS='netgo osusergo static_build'
09:59:04 [2021-04-02T09:59:04.157Z] #56 36.74 + export EXTRA_FLAGS=-buildmode=pie
09:59:04 [2021-04-02T09:59:04.157Z] #56 36.74 + EXTRA_FLAGS=-buildmode=pie
09:59:04 [2021-04-02T09:59:04.157Z] #56 36.74 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
09:59:04 [2021-04-02T09:59:04.157Z] #56 36.74 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
09:59:04 [2021-04-02T09:59:04.157Z] #56 36.74 + '[' '' = dynamic ']'
09:59:04 [2021-04-02T09:59:04.157Z] #56 36.74 + make
09:59:04 [2021-04-02T09:59:04.303Z] #43 45.14   CC       images/timens.o
09:59:04 [2021-04-02T09:59:04.559Z] #43 45.43   LINK     images/built-in.o
09:59:04 [2021-04-02T09:59:04.687Z] #43 ...
09:59:04 [2021-04-02T09:59:04.687Z] 
09:59:04 [2021-04-02T09:59:04.687Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
09:59:04 [2021-04-02T09:59:04.687Z] #41 sha256:8e63ec3cb04021d8a9118c1141cef7d3a136afece9b881bd260d7f952a67967d
09:59:04 [2021-04-02T09:59:04.687Z] #41 DONE 0.6s
09:59:04 [2021-04-02T09:59:04.687Z] 
09:59:04 [2021-04-02T09:59:04.687Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:04 [2021-04-02T09:59:04.687Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:04 [2021-04-02T09:59:04.687Z] #43 150.7   CC       criu/sigframe.o
09:59:04 [2021-04-02T09:59:04.779Z] First time build. Skipping changelog.
09:59:04 [2021-04-02T09:59:04.818Z] #43 45.59   GEN      compel/include/asm
09:59:04 [2021-04-02T09:59:04.818Z] #43 45.62   GEN      compel/include/version.h
09:59:04 [2021-04-02T09:59:04.818Z] #43 45.64 touch .config
09:59:04 [2021-04-02T09:59:04.818Z] #43 45.67   GEN      include/common/config.h
09:59:04 [2021-04-02T09:59:04.818Z] #43 45.78   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
09:59:04 [2021-04-02T09:59:04.943Z] #43 150.8   CC       criu/signalfd.o
09:59:05 [2021-04-02T09:59:05.018Z] #20 3.228 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:59:05 [2021-04-02T09:59:05.032Z] #13 DONE 118.9s
09:59:05 [2021-04-02T09:59:05.032Z] 
09:59:05 [2021-04-02T09:59:05.032Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:05 [2021-04-02T09:59:05.032Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:05 [2021-04-02T09:59:05.032Z] #43 45.00   DEP      compel/src/lib/ptrace.d
09:59:05 [2021-04-02T09:59:05.032Z] #43 45.19   DEP      compel/src/lib/infect.d
09:59:05 [2021-04-02T09:59:05.032Z] #43 45.38   DEP      compel/src/lib/infect-util.d
09:59:05 [2021-04-02T09:59:05.032Z] #43 45.49   DEP      compel/src/lib/infect-rpc.d
09:59:05 [2021-04-02T09:59:05.032Z] #43 45.58   DEP      compel/arch/x86/src/lib/infect.d
09:59:05 [2021-04-02T09:59:05.032Z] #43 45.68   DEP      compel/arch/x86/src/lib/cpu.d
09:59:05 [2021-04-02T09:59:05.032Z] #43 45.77   DEP      compel/src/lib/log.d
09:59:05 [2021-04-02T09:59:05.032Z] #43 45.82   DEP      compel/src/main.d
09:59:05 [2021-04-02T09:59:05.032Z] #43 45.89   DEP      compel/src/lib/handle-elf.d
09:59:05 [2021-04-02T09:59:05.032Z] #43 46.05   DEP      compel/arch/x86/src/lib/handle-elf.d
09:59:05 [2021-04-02T09:59:05.032Z] #43 46.13   CC       compel/src/lib/log.o
09:59:05 [2021-04-02T09:59:05.032Z] #43 46.31   CC       compel/arch/x86/src/lib/cpu.o
09:59:05 [2021-04-02T09:59:05.032Z] #43 47.02   CC       compel/arch/x86/src/lib/infect.o
09:59:05 [2021-04-02T09:59:05.032Z] #43 47.77   CC       compel/src/lib/infect-rpc.o
09:59:05 [2021-04-02T09:59:05.032Z] #43 48.26   CC       compel/src/lib/infect-util.o
09:59:05 [2021-04-02T09:59:05.032Z] #43 48.52   CC       compel/src/lib/infect.o
09:59:05 [2021-04-02T09:59:05.032Z] #43 50.92   CC       compel/src/lib/ptrace.o
09:59:05 [2021-04-02T09:59:05.032Z] #43 ...
09:59:05 [2021-04-02T09:59:05.032Z] 
09:59:05 [2021-04-02T09:59:05.032Z] #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
09:59:05 [2021-04-02T09:59:05.032Z] #53 sha256:3b007738d7cfc97c8c9663b500363e7bed8dbd69879f11fe31b3c965a033de71
09:59:05 [2021-04-02T09:59:05.073Z] #43 45.80   GEN      compel/plugins/include/uapi/std/syscall-64.h
09:59:05 [2021-04-02T09:59:05.073Z] #43 45.84   GEN      compel/arch/x86/plugins/std/syscalls-64.S
09:59:05 [2021-04-02T09:59:05.073Z] #43 45.85   DEP      compel/arch/x86/plugins/std/syscalls-64.d
09:59:05 [2021-04-02T09:59:05.073Z] #43 45.88   DEP      compel/arch/x86/plugins/std/memcpy.d
09:59:05 [2021-04-02T09:59:05.073Z] #43 45.90   DEP      compel/arch/x86/plugins/std/parasite-head.d
09:59:05 [2021-04-02T09:59:05.073Z] #43 45.93   GEN      compel/plugins/include/uapi/std/syscall.h
09:59:05 [2021-04-02T09:59:05.073Z] #43 45.97   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
09:59:05 [2021-04-02T09:59:05.073Z] #43 45.99   GEN      compel/plugins/include/uapi/std/syscall-codes.h
09:59:05 [2021-04-02T09:59:05.102Z] #56 ...
09:59:05 [2021-04-02T09:59:05.102Z] 
09:59:05 [2021-04-02T09:59:05.102Z] #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
09:59:05 [2021-04-02T09:59:05.102Z] #45 sha256:de17cbf6b44affddabceccd5590b449a3b9233a3f29173d76b9282f7fedf7ee6
09:59:05 [2021-04-02T09:59:05.102Z] #45 77.17 vendor/golang.org/x/text/unicode/bidi
09:59:05 [2021-04-02T09:59:05.102Z] #45 78.83 vendor/golang.org/x/text/unicode/norm
09:59:05 [2021-04-02T09:59:05.102Z] #45 79.18 vendor/golang.org/x/net/http2/hpack
09:59:05 [2021-04-02T09:59:05.102Z] #45 80.16 mime
09:59:05 [2021-04-02T09:59:05.102Z] #45 81.29 mime/quotedprintable
09:59:05 [2021-04-02T09:59:05.102Z] #45 81.97 net/http/internal
09:59:05 [2021-04-02T09:59:05.102Z] #45 84.22 vendor/golang.org/x/net/idna
09:59:05 [2021-04-02T09:59:05.102Z] #45 86.33 net/textproto
09:59:05 [2021-04-02T09:59:05.102Z] #45 86.34 vendor/golang.org/x/net/http/httpproxy
09:59:05 [2021-04-02T09:59:05.102Z] #45 86.35 crypto/x509
09:59:05 [2021-04-02T09:59:05.102Z] #45 ...
09:59:05 [2021-04-02T09:59:05.102Z] 
09:59:05 [2021-04-02T09:59:05.102Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:05 [2021-04-02T09:59:05.102Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
09:59:05 [2021-04-02T09:59:05.102Z] #43 20.03   CC       images/core-arm.o
09:59:05 [2021-04-02T09:59:05.102Z] #43 20.54   CC       images/core-aarch64.o
09:59:05 [2021-04-02T09:59:05.102Z] #43 20.94   CC       images/core-ppc64.o
09:59:04 [2021-04-02T09:59:04.675Z]  > git rev-list --no-walk 0a4a7edc3876ac22daa7a4e03d89865bbde5c394 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
09:59:05 [2021-04-02T09:59:05.200Z] #43 151.1   CC       criu/sk-inet.o
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
09:59:05 [2021-04-02T09:59:05.329Z] #43 46.02   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
09:59:05 [2021-04-02T09:59:05.329Z] #43 46.02   DEP      compel/plugins/std/infect.d
09:59:05 [2021-04-02T09:59:05.329Z] #43 46.14   DEP      compel/plugins/std/string.d
09:59:05 [2021-04-02T09:59:05.329Z] #43 46.26   DEP      compel/plugins/std/log.d
09:59:05 [2021-04-02T09:59:05.365Z] #43 21.64   CC       images/core-s390.o
09:59:05 [2021-04-02T09:59:05.585Z] #43 46.32   DEP      compel/plugins/std/fds.d
09:59:05 [2021-04-02T09:59:05.585Z] #43 46.43   DEP      compel/plugins/std/std.d
09:59:05 [2021-04-02T09:59:05.585Z] #43 46.51   DEP      compel/plugins/shmem/shmem.d
09:59:05 [2021-04-02T09:59:05.763Z] #43 151.9   CC       criu/sk-netlink.o
09:59:05 [2021-04-02T09:59:05.844Z] #43 46.65   DEP      compel/plugins/fds/fds.d
09:59:06 [2021-04-02T09:59:06.021Z] #43 152.2   CC       criu/sk-packet.o
09:59:06 [2021-04-02T09:59:06.100Z] #43 46.84   CC       compel/plugins/std/std.o
09:59:06 [2021-04-02T09:59:06.313Z] #43 22.38   CC       images/cpuinfo.o
09:59:06 [2021-04-02T09:59:06.356Z] #43 47.17   CC       compel/plugins/std/fds.o
09:59:06 [2021-04-02T09:59:06.400Z] #20 4.744 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [271 kB]
09:59:06 [2021-04-02T09:59:06.437Z] #53 ...
09:59:06 [2021-04-02T09:59:06.437Z] 
09:59:06 [2021-04-02T09:59:06.437Z] #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
09:59:06 [2021-04-02T09:59:06.437Z] #58 sha256:a65e144e64ff1e5509afd398388252049c0b0ebbbae1aab7762c38411ddebd94
09:59:06 [2021-04-02T09:59:06.437Z] #58 DONE 126.6s
09:59:06 [2021-04-02T09:59:06.584Z] #43 ...
09:59:06 [2021-04-02T09:59:06.584Z] 
09:59:06 [2021-04-02T09:59:06.584Z] #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
09:59:06 [2021-04-02T09:59:06.584Z] #49 sha256:30ae6c926c4bd86834cc0ede3b7e44af87646b856590cbd9704a168e5a55c7dd
09:59:06 [2021-04-02T09:59:06.584Z] #49 223.3 + /build/golangci-lint --version
09:59:06 [2021-04-02T09:59:06.584Z] #49 223.6 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
09:59:06 [2021-04-02T09:59:06.584Z] #49 DONE 223.8s
09:59:06 [2021-04-02T09:59:06.584Z] 
09:59:06 [2021-04-02T09:59:06.584Z] #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
09:59:06 [2021-04-02T09:59:06.584Z] #53 sha256:e66f9d4424f61c8ee7f19682c94e2a9df6f10280bdbc8cf1d4037350306e24ff
09:59:06 [2021-04-02T09:59:06.698Z] 
09:59:06 [2021-04-02T09:59:06.698Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
09:59:06 [2021-04-02T09:59:06.698Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
09:59:06 [2021-04-02T09:59:06.698Z] #14 DONE 1.8s
09:59:06 [2021-04-02T09:59:06.698Z] 
09:59:06 [2021-04-02T09:59:06.698Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
09:59:06 [2021-04-02T09:59:06.698Z] #59 sha256:721c67eebac5fd43ad808e19497dc5a27c23521925ee83d69c3593977bb9038e
09:59:06 [2021-04-02T09:59:06.698Z] #59 DONE 0.1s
09:59:06 [2021-04-02T09:59:06.698Z] 
09:59:06 [2021-04-02T09:59:06.698Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
09:59:06 [2021-04-02T09:59:06.698Z] #60 sha256:cf30954b3360606c2d32a00d9faec1d4eab22b8bf3b7b265f612b10f90d58c26
09:59:06 [2021-04-02T09:59:06.698Z] #60 DONE 0.1s
09:59:06 [2021-04-02T09:59:06.698Z] 
09:59:06 [2021-04-02T09:59:06.698Z] #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
09:59:06 [2021-04-02T09:59:06.698Z] #53 sha256:3b007738d7cfc97c8c9663b500363e7bed8dbd69879f11fe31b3c965a033de71
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.783 + RM_GOPATH=0
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.783 + TMP_GOPATH=
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.783 + : /build
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.783 + '[' -z '' ']'
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.783 ++ mktemp -d
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.783 + export GOPATH=/tmp/tmp.Xoj6KB9gnb
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.783 + GOPATH=/tmp/tmp.Xoj6KB9gnb
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.783 + RM_GOPATH=1
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.783 + case "$(go env GOARCH)" in
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.795 ++ go env GOARCH
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.811 + export GO_BUILDMODE=-buildmode=pie
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.811 + GO_BUILDMODE=-buildmode=pie
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.811 ++ dirname /tmp/install/install.sh
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.811 + dir=/tmp/install
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.811 + bin=runc
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.811 + shift
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.811 + '[' '!' -f /tmp/install/runc.installer ']'
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.811 + . /tmp/install/runc.installer
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.811 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.811 + install_runc
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.811 + grep -q '^3\.10\.0.*\.el7\.'
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.814 + uname -r
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.820 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.820 + RUNC_BUILDTAGS='seccomp '
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.820 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.820 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Xoj6KB9gnb/src/github.com/opencontainers/runc
09:59:06 [2021-04-02T09:59:06.698Z] #53 1.839 Cloning into '/tmp/tmp.Xoj6KB9gnb/src/github.com/opencontainers/runc'...
09:59:06 [2021-04-02T09:59:06.841Z] #53 ...
09:59:06 [2021-04-02T09:59:06.841Z] 
09:59:06 [2021-04-02T09:59:06.841Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:06 [2021-04-02T09:59:06.841Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:06 [2021-04-02T09:59:06.841Z] #43 152.8   CC       criu/sk-queue.o
09:59:06 [2021-04-02T09:59:06.888Z] #43 22.89   CC       images/inventory.o
09:59:06 [2021-04-02T09:59:06.918Z] #43 47.58   CC       compel/plugins/std/log.o
09:59:07 [2021-04-02T09:59:07.169Z] #43 23.13   CC       images/fdinfo.o
09:59:07 [2021-04-02T09:59:07.403Z] #43 153.3   CC       criu/sk-tcp.o
09:59:07 [2021-04-02T09:59:07.431Z] #43 23.55   CC       images/fown.o
09:59:07 [2021-04-02T09:59:07.479Z] #43 48.33   CC       compel/plugins/std/string.o
09:59:07 [2021-04-02T09:59:07.693Z] #43 23.79   CC       images/ns.o
09:59:07 [2021-04-02T09:59:07.693Z] #43 23.94   CC       images/regfile.o
09:59:07 [2021-04-02T09:59:07.781Z] #20 ...
09:59:07 [2021-04-02T09:59:07.781Z] 
09:59:07 [2021-04-02T09:59:07.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
09:59:07 [2021-04-02T09:59:07.781Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:07 [2021-04-02T09:59:07.781Z] #43 61.29   CC       criu/arch/x86/kerndat.o
09:59:07 [2021-04-02T09:59:07.781Z] #43 62.07   CC       criu/arch/x86/sigaction_compat.o
09:59:07 [2021-04-02T09:59:07.781Z] #43 62.66   CC       criu/arch/x86/sigframe.o
09:59:07 [2021-04-02T09:59:07.781Z] #43 63.07   LINK     criu/arch/x86/crtools.built-in.o
09:59:07 [2021-04-02T09:59:07.781Z] #43 63.12   DEP      criu/pie/util-vdso-elf32.d
09:59:07 [2021-04-02T09:59:07.781Z] #43 63.26   DEP      criu/pie/util-vdso.d
09:59:07 [2021-04-02T09:59:07.781Z] #43 63.44   DEP      criu/pie/util.d
09:59:07 [2021-04-02T09:59:07.781Z] #43 63.56   CC       criu/pie/util.o
09:59:07 [2021-04-02T09:59:07.781Z] #43 63.94   CC       criu/pie/util-vdso.o
09:59:07 [2021-04-02T09:59:07.781Z] #43 64.73   CC       criu/pie/util-vdso-elf32.o
09:59:07 [2021-04-02T09:59:07.781Z] #43 65.41   AR       criu/pie/pie.lib.a
09:59:07 [2021-04-02T09:59:07.781Z] #43 65.49   DEP      criu/pie/restorer.d
09:59:07 [2021-04-02T09:59:07.781Z] #43 65.75   DEP      criu/arch/x86/sigaction_compat_pie.d
09:59:07 [2021-04-02T09:59:07.781Z] #43 65.89   DEP      criu/arch/x86/restorer_unmap.d
09:59:07 [2021-04-02T09:59:07.781Z] #43 65.90   DEP      criu/arch/x86/restorer.d
09:59:07 [2021-04-02T09:59:07.781Z] #43 66.09   DEP      criu/arch/x86/vdso-pie.d
09:59:07 [2021-04-02T09:59:07.781Z] #43 66.19   DEP      criu/pie/parasite-vdso.d
09:59:07 [2021-04-02T09:59:07.781Z] #43 66.38   DEP      criu/pie/parasite.d
09:59:07 [2021-04-02T09:59:07.781Z] #43 66.68   CC       criu/pie/parasite.o
09:59:07 [2021-04-02T09:59:07.781Z] #43 68.12   LINK     criu/pie/parasite.built-in.o
09:59:07 [2021-04-02T09:59:07.781Z] #43 68.13   GEN      criu/pie/parasite-blob.h
09:59:07 [2021-04-02T09:59:07.781Z] #43 68.15   CC       criu/pie/parasite-vdso.o
09:59:07 [2021-04-02T09:59:07.781Z] #43 ...
09:59:07 [2021-04-02T09:59:07.781Z] 
09:59:07 [2021-04-02T09:59:07.781Z] #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
09:59:07 [2021-04-02T09:59:07.781Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
09:59:07 [2021-04-02T09:59:07.781Z] #20 6.196 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
09:59:07 [2021-04-02T09:59:07.956Z] #43 24.14   CC       images/ghost-file.o
09:59:07 [2021-04-02T09:59:07.972Z] #43 153.8   CC       criu/sk-unix.o
09:59:08 [2021-04-02T09:59:08.043Z] + docker version
09:59:08 [2021-04-02T09:59:08.406Z] #43 48.96   CC       compel/plugins/std/infect.o
09:59:08 [2021-04-02T09:59:08.539Z] #43 24.52   CC       images/fifo.o
09:59:08 [2021-04-02T09:59:08.614Z] #53 ...
09:59:08 [2021-04-02T09:59:08.614Z] 
09:59:08 [2021-04-02T09:59:08.614Z] #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
09:59:08 [2021-04-02T09:59:08.614Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
09:59:08 [2021-04-02T09:59:08.614Z] #15 DONE 1.8s
09:59:08 [2021-04-02T09:59:08.614Z] 
09:59:08 [2021-04-02T09:59:08.614Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
09:59:08 [2021-04-02T09:59:08.614Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
09:59:08 [2021-04-02T09:59:08.662Z] #43 49.45   CC       compel/arch/x86/plugins/std/parasite-head.o
09:59:08 [2021-04-02T09:59:08.662Z] #43 ...
09:59:08 [2021-04-02T09:59:08.662Z] 
09:59:08 [2021-04-02T09:59:08.662Z] #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
09:59:08 [2021-04-02T09:59:08.662Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:59:08 [2021-04-02T09:59:08.662Z] #13 99.64 Selecting previously unselected package g++-mingw-w64-x86-64.
09:59:08 [2021-04-02T09:59:08.662Z] #13 99.65 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
09:59:08 [2021-04-02T09:59:08.662Z] #13 99.65 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
09:59:08 [2021-04-02T09:59:08.801Z] #43 24.74   CC       images/remap-file-path.o
09:59:08 [2021-04-02T09:59:08.801Z] #43 25.00   CC       images/eventfd.o
09:59:08 [2021-04-02T09:59:08.917Z] #13 ...
09:59:08 [2021-04-02T09:59:08.917Z] 
09:59:08 [2021-04-02T09:59:08.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
09:59:08 [2021-04-02T09:59:08.917Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:08 [2021-04-02T09:59:08.917Z] #43 49.53   CC       compel/arch/x86/plugins/std/memcpy.o
09:59:08 [2021-04-02T09:59:08.917Z] #43 49.59   CC       compel/arch/x86/plugins/std/syscalls-64.o
09:59:08 [2021-04-02T09:59:08.917Z] #43 49.65   AR       compel/plugins/std.lib.a
09:59:08 [2021-04-02T09:59:08.917Z] #43 49.73   CC       compel/plugins/fds/fds.o
09:59:09 [2021-04-02T09:59:09.172Z] #43 49.95   AR       compel/plugins/fds.lib.a
09:59:09 [2021-04-02T09:59:09.172Z] #43 50.01   HOSTDEP  compel/src/lib/log-host.d
09:59:09 [2021-04-02T09:59:09.340Z] #43 155.3   CC       criu/sockets.o
09:59:09 [2021-04-02T09:59:09.376Z] #43 25.36   CC       images/eventpoll.o
09:59:09 [2021-04-02T09:59:09.428Z] #43 50.10   HOSTDEP  compel/src/lib/handle-elf-host.d
09:59:09 [2021-04-02T09:59:09.428Z] #43 50.20   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
09:59:09 [2021-04-02T09:59:09.428Z] #43 50.27   HOSTDEP  compel/src/main-host.d
09:59:09 [2021-04-02T09:59:09.639Z] #43 25.67   CC       images/fh.o
09:59:09 [2021-04-02T09:59:09.683Z] #43 50.35   DEP      compel/src/lib/ptrace.d
09:59:09 [2021-04-02T09:59:09.683Z] #43 ...
09:59:09 [2021-04-02T09:59:09.683Z] 
09:59:09 [2021-04-02T09:59:09.683Z] #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
09:59:09 [2021-04-02T09:59:09.683Z] #45 sha256:49a3fcc416cc75118c20d2bf4a8274cd33396b6ef0305d9f34d11d4c1747f570
09:59:09 [2021-04-02T09:59:09.683Z] #45 105.1 vendor/golang.org/x/net/idna
09:59:09 [2021-04-02T09:59:09.683Z] #45 107.1 vendor/golang.org/x/net/http2/hpack
09:59:09 [2021-04-02T09:59:09.683Z] #45 108.4 mime
09:59:09 [2021-04-02T09:59:09.683Z] #45 110.2 mime/quotedprintable
09:59:09 [2021-04-02T09:59:09.683Z] #45 110.6 net/http/internal
09:59:09 [2021-04-02T09:59:09.683Z] #45 113.7 crypto/tls
09:59:09 [2021-04-02T09:59:09.683Z] #45 ...
09:59:09 [2021-04-02T09:59:09.683Z] 
09:59:09 [2021-04-02T09:59:09.683Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:09 [2021-04-02T09:59:09.683Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:09 [2021-04-02T09:59:09.683Z] #43 50.52   DEP      compel/src/lib/infect.d
09:59:09 [2021-04-02T09:59:09.903Z] #43 156.0   CC       criu/stats.o
09:59:09 [2021-04-02T09:59:09.917Z] #43 26.05   CC       images/fsnotify.o
09:59:09 [2021-04-02T09:59:09.939Z] #43 50.67   DEP      compel/src/lib/infect-util.d
09:59:09 [2021-04-02T09:59:09.939Z] #43 50.75   DEP      compel/src/lib/infect-rpc.d
09:59:09 [2021-04-02T09:59:09.939Z] #43 50.88   DEP      compel/arch/x86/src/lib/infect.d
09:59:10 [2021-04-02T09:59:10.003Z] #16 1.602 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
09:59:10 [2021-04-02T09:59:10.003Z] #16 DONE 1.7s
09:59:10 [2021-04-02T09:59:10.003Z] 
09:59:10 [2021-04-02T09:59:10.003Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:10 [2021-04-02T09:59:10.003Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:10 [2021-04-02T09:59:10.003Z] #43 51.62   AR       compel/libcompel.a
09:59:10 [2021-04-02T09:59:10.003Z] #43 51.71   HOSTCC   compel/src/main-host.o
09:59:10 [2021-04-02T09:59:10.003Z] #43 52.45   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
09:59:10 [2021-04-02T09:59:10.003Z] #43 52.70   HOSTCC   compel/src/lib/handle-elf-host.o
09:59:10 [2021-04-02T09:59:10.003Z] #43 53.37   HOSTCC   compel/src/lib/log-host.o
09:59:10 [2021-04-02T09:59:10.003Z] #43 53.71   HOSTLINK compel/compel-host-bin
09:59:10 [2021-04-02T09:59:10.003Z] #43 54.08   DEP      soccr/soccr.d
09:59:10 [2021-04-02T09:59:10.003Z] #43 54.32   CC       soccr/soccr.o
09:59:10 [2021-04-02T09:59:10.003Z] #43 56.21   AR       soccr/libsoccr.a
09:59:10 [2021-04-02T09:59:10.159Z] #43 156.2   CC       criu/string.o
09:59:10 [2021-04-02T09:59:10.159Z] #43 156.3   CC       criu/sysctl.o
09:59:10 [2021-04-02T09:59:10.196Z] #43 51.02   DEP      compel/arch/x86/src/lib/cpu.d
09:59:10 [2021-04-02T09:59:10.196Z] #43 51.11   DEP      compel/src/lib/log.d
09:59:10 [2021-04-02T09:59:10.267Z] #43 56.30 make[1]: 'soccr/libsoccr.a' is up to date.
09:59:10 [2021-04-02T09:59:10.452Z] #43 51.25   DEP      compel/src/main.d
09:59:10 [2021-04-02T09:59:10.709Z] #43 51.41   DEP      compel/src/lib/handle-elf.d
09:59:10 [2021-04-02T09:59:10.709Z] #43 51.52   DEP      compel/arch/x86/src/lib/handle-elf.d
09:59:10 [2021-04-02T09:59:10.722Z] #43 156.7   CC       criu/sysfs_parse.o
09:59:10 [2021-04-02T09:59:10.842Z] #43 56.96   DEP      criu/arch/x86/sigframe.d
09:59:10 [2021-04-02T09:59:10.842Z] #43 57.01   DEP      criu/arch/x86/sigaction_compat.d
09:59:10 [2021-04-02T09:59:10.862Z] #43 26.71   CC       images/signalfd.o
09:59:10 [2021-04-02T09:59:10.862Z] #43 26.83   CC       images/fs.o
09:59:10 [2021-04-02T09:59:10.862Z] #43 27.02   CC       images/pstree.o
09:59:10 [2021-04-02T09:59:10.965Z] #43 51.67   CC       compel/src/lib/log.o
09:59:10 [2021-04-02T09:59:10.979Z] #43 156.9   CC       criu/timens.o
09:59:11 [2021-04-02T09:59:11.104Z] #43 57.16   DEP      criu/arch/x86/kerndat.d
09:59:11 [2021-04-02T09:59:11.104Z] #43 57.30   DEP      criu/arch/x86/crtools.d
09:59:11 [2021-04-02T09:59:11.125Z] #43 27.17   CC       images/pipe.o
09:59:11 [2021-04-02T09:59:11.125Z] #43 ...
09:59:11 [2021-04-02T09:59:11.125Z] 
09:59:11 [2021-04-02T09:59:11.125Z] #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
09:59:11 [2021-04-02T09:59:11.125Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
09:59:11 [2021-04-02T09:59:11.125Z] #13 80.87 Selecting previously unselected package g++-mingw-w64-x86-64.
09:59:11 [2021-04-02T09:59:11.125Z] #13 80.90 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
09:59:11 [2021-04-02T09:59:11.125Z] #13 80.91 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
09:59:11 [2021-04-02T09:59:11.125Z] #13 ...
09:59:11 [2021-04-02T09:59:11.125Z] 
09:59:11 [2021-04-02T09:59:11.125Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:11 [2021-04-02T09:59:11.125Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
09:59:11 [2021-04-02T09:59:11.125Z] #43 27.36   CC       images/tcp-stream.o
09:59:11 [2021-04-02T09:59:11.221Z] #43 51.99   CC       compel/arch/x86/src/lib/cpu.o
09:59:11 [2021-04-02T09:59:11.235Z] #43 157.2   CC       criu/timerfd.o
09:59:11 [2021-04-02T09:59:11.365Z] #43 57.44   DEP      criu/arch/x86/cpu.d
09:59:11 [2021-04-02T09:59:11.366Z] #43 ...
09:59:11 [2021-04-02T09:59:11.366Z] 
09:59:11 [2021-04-02T09:59:11.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
09:59:11 [2021-04-02T09:59:11.366Z] #45 sha256:583281a574089db2ff8d12c67758c7a674ad902bd22010a728bcb3f4691f0871
09:59:11 [2021-04-02T09:59:11.366Z] #45 121.4 net/http/httptrace
09:59:11 [2021-04-02T09:59:11.366Z] #45 121.7 net/http
09:59:11 [2021-04-02T09:59:11.366Z] #45 ...
09:59:11 [2021-04-02T09:59:11.366Z] 
09:59:11 [2021-04-02T09:59:11.366Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
09:59:11 [2021-04-02T09:59:11.366Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
09:59:11 [2021-04-02T09:59:11.366Z] #17 DONE 1.2s
09:59:11 [2021-04-02T09:59:11.366Z] 
09:59:11 [2021-04-02T09:59:11.366Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
09:59:11 [2021-04-02T09:59:11.366Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
09:59:11 [2021-04-02T09:59:11.387Z] #43 27.56   CC       images/sk-packet.o
09:59:11 [2021-04-02T09:59:11.491Z] #43 157.4   CC       criu/tty.o
09:59:11 [2021-04-02T09:59:11.652Z] #43 27.78   CC       images/mnt.o
09:59:11 [2021-04-02T09:59:11.922Z] #43 27.94   CC       images/pipe-data.o
09:59:11 [2021-04-02T09:59:11.922Z] #43 28.11   CC       images/sa.o
09:59:12 [2021-04-02T09:59:12.151Z] #43 52.75   CC       compel/arch/x86/src/lib/infect.o
09:59:12 [2021-04-02T09:59:12.185Z] #43 28.34   CC       images/timer.o
09:59:12 [2021-04-02T09:59:12.310Z] #18 DONE 1.1s
09:59:12 [2021-04-02T09:59:12.310Z] 
09:59:12 [2021-04-02T09:59:12.310Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:12 [2021-04-02T09:59:12.310Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:12 [2021-04-02T09:59:12.310Z] #43 57.65   CC       criu/arch/x86/cpu.o
09:59:12 [2021-04-02T09:59:12.310Z] #43 58.53   CC       criu/arch/x86/crtools.o
09:59:12 [2021-04-02T09:59:12.762Z] #43 28.77   CC       images/timerfd.o
09:59:12 [2021-04-02T09:59:12.814Z] Client: Docker Engine - Enterprise
09:59:12 [2021-04-02T09:59:12.814Z]  Version:           19.03.12
09:59:12 [2021-04-02T09:59:12.814Z]  API version:       1.40
09:59:12 [2021-04-02T09:59:12.814Z]  Go version:        go1.13.13
09:59:12 [2021-04-02T09:59:12.814Z]  Git commit:        4306744
09:59:12 [2021-04-02T09:59:12.814Z]  Built:             08/05/2020 19:27:53
09:59:12 [2021-04-02T09:59:12.814Z]  OS/Arch:           windows/amd64
09:59:12 [2021-04-02T09:59:12.814Z]  Experimental:      false
09:59:12 [2021-04-02T09:59:12.814Z] 
09:59:12 [2021-04-02T09:59:12.814Z] Server: Docker Engine - Enterprise
09:59:12 [2021-04-02T09:59:12.814Z]  Engine:
09:59:12 [2021-04-02T09:59:12.814Z]   Version:          19.03.12
09:59:12 [2021-04-02T09:59:12.814Z]   API version:      1.40 (minimum version 1.24)
09:59:12 [2021-04-02T09:59:12.814Z]   Go version:       go1.13.13
09:59:12 [2021-04-02T09:59:12.814Z]   Git commit:       f295753ffd
09:59:12 [2021-04-02T09:59:12.814Z]   Built:            08/05/2020 19:26:41
09:59:12 [2021-04-02T09:59:12.814Z]   OS/Arch:          windows/amd64
09:59:12 [2021-04-02T09:59:12.814Z]   Experimental:     true
09:59:12 [2021-04-02T09:59:12.893Z] #43 158.8   CC       criu/tun.o
09:59:13 [2021-04-02T09:59:13.024Z] #43 29.06   CC       images/mm.o
09:59:13 [2021-04-02T09:59:13.062Z] #20 11.50 Fetched 8933 kB in 10s (878 kB/s)
09:59:13 [2021-04-02T09:59:13.080Z] #43 53.79   CC       compel/src/lib/infect-rpc.o
09:59:13 [2021-04-02T09:59:13.153Z] #43 159.2   CC       criu/uffd.o
09:59:13 [2021-04-02T09:59:13.307Z] #43 29.39   CC       images/sk-opts.o
09:59:13 [2021-04-02T09:59:13.340Z] #43 54.21   CC       compel/src/lib/infect-util.o
[Pipeline] sh
09:59:13 [2021-04-02T09:59:13.571Z] #43 29.65   CC       images/sk-unix.o
09:59:13 [2021-04-02T09:59:13.632Z] #20 11.50 Reading package lists...
09:59:13 [2021-04-02T09:59:13.632Z] #20 ...
09:59:13 [2021-04-02T09:59:13.632Z] 
09:59:13 [2021-04-02T09:59:13.632Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:13 [2021-04-02T09:59:13.632Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:13 [2021-04-02T09:59:13.632Z] #43 68.84   CC       criu/arch/x86/vdso-pie.o
09:59:13 [2021-04-02T09:59:13.632Z] #43 69.28   CC       criu/arch/x86/restorer.o
09:59:13 [2021-04-02T09:59:13.632Z] #43 69.85   CC       criu/arch/x86/restorer_unmap.o
09:59:13 [2021-04-02T09:59:13.632Z] #43 69.91   CC       criu/arch/x86/sigaction_compat_pie.o
09:59:13 [2021-04-02T09:59:13.632Z] #43 70.28   CC       criu/pie/restorer.o
09:59:13 [2021-04-02T09:59:13.632Z] #43 73.30   LINK     criu/pie/restorer.built-in.o
09:59:13 [2021-04-02T09:59:13.632Z] #43 73.31   GEN      criu/pie/restorer-blob.h
09:59:13 [2021-04-02T09:59:13.632Z] #43 73.40   DEP      criu/vdso.d
09:59:13 [2021-04-02T09:59:13.632Z] #43 73.59   DEP      criu/vdso-compat.d
09:59:13 [2021-04-02T09:59:13.632Z] #43 73.80   DEP      criu/uts_ns.d
09:59:13 [2021-04-02T09:59:13.632Z] #43 73.93   DEP      criu/util.d
09:59:13 [2021-04-02T09:59:13.697Z] #43 ...
09:59:13 [2021-04-02T09:59:13.697Z] 
09:59:13 [2021-04-02T09:59:13.697Z] #19 [dev-systemd-false  6/26] RUN ldconfig
09:59:13 [2021-04-02T09:59:13.697Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
09:59:13 [2021-04-02T09:59:13.697Z] #19 DONE 1.1s
09:59:13 [2021-04-02T09:59:13.697Z] 
09:59:13 [2021-04-02T09:59:13.697Z] #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
09:59:13 [2021-04-02T09:59:13.697Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
09:59:13 [2021-04-02T09:59:13.838Z] #43 29.92   CC       images/sk-inet.o
09:59:13 [2021-04-02T09:59:13.892Z] #43 74.16   DEP      criu/uffd.d
09:59:13 [2021-04-02T09:59:13.903Z] #43 54.52   CC       compel/src/lib/infect.o
09:59:14 [2021-04-02T09:59:14.089Z] #43 160.0   CC       criu/util.o
09:59:14 [2021-04-02T09:59:14.099Z] #43 ...
09:59:14 [2021-04-02T09:59:14.099Z] 
09:59:14 [2021-04-02T09:59:14.099Z] #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
09:59:14 [2021-04-02T09:59:14.099Z] #58 sha256:4cfb8ab24f7c21042872a9b18fc14156e22d3b89c78d9532c1f784c6b4e97b48
09:59:14 [2021-04-02T09:59:14.099Z] #58 89.14 + for f in rootlesskit rootlesskit-docker-proxy
09:59:14 [2021-04-02T09:59:14.099Z] #58 89.14 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
09:59:14 [2021-04-02T09:59:14.099Z] #58 DONE 96.1s
09:59:14 [2021-04-02T09:59:14.099Z] 
09:59:14 [2021-04-02T09:59:14.099Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
09:59:14 [2021-04-02T09:59:14.099Z] #59 sha256:dbd810be37408345f526bfb240e3fc69781b0a9a238e4e46e17b41f25d163715
09:59:14 [2021-04-02T09:59:14.099Z] #59 DONE 0.0s
09:59:14 [2021-04-02T09:59:14.099Z] 
09:59:14 [2021-04-02T09:59:14.099Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
09:59:14 [2021-04-02T09:59:14.099Z] #60 sha256:5ce0830c52be5066b206b27a8a365679ae09edecdb9685ca88aa278f3c9e7ed8
09:59:14 [2021-04-02T09:59:14.099Z] #60 DONE 0.1s
09:59:14 [2021-04-02T09:59:14.099Z] 
09:59:14 [2021-04-02T09:59:14.099Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
09:59:14 [2021-04-02T09:59:14.099Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
09:59:14 [2021-04-02T09:59:14.099Z] #13 91.69 Selecting previously unselected package libapparmor1:arm64.
09:59:14 [2021-04-02T09:59:14.099Z] #13 91.71 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ...
09:59:14 [2021-04-02T09:59:14.099Z] #13 91.72 Unpacking libapparmor1:arm64 (2.13.2-10) ...
09:59:14 [2021-04-02T09:59:14.099Z] #13 91.85 Selecting previously unselected package libapparmor-dev:arm64.
09:59:14 [2021-04-02T09:59:14.099Z] #13 91.88 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ...
09:59:14 [2021-04-02T09:59:14.099Z] #13 91.89 Unpacking libapparmor-dev:arm64 (2.13.2-10) ...
09:59:14 [2021-04-02T09:59:14.099Z] #13 92.08 Selecting previously unselected package libbtrfs0.
09:59:14 [2021-04-02T09:59:14.099Z] #13 92.08 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ...
09:59:14 [2021-04-02T09:59:14.099Z] #13 92.10 Unpacking libbtrfs0 (4.20.1-2) ...
09:59:14 [2021-04-02T09:59:14.099Z] #13 92.21 Selecting previously unselected package libbtrfs-dev.
09:59:14 [2021-04-02T09:59:14.099Z] #13 92.22 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ...
09:59:14 [2021-04-02T09:59:14.099Z] #13 92.23 Unpacking libbtrfs-dev (4.20.1-2) ...
09:59:14 [2021-04-02T09:59:14.099Z] #13 92.40 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
09:59:14 [2021-04-02T09:59:14.099Z] #13 92.40 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ...
09:59:14 [2021-04-02T09:59:14.099Z] #13 92.41 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
09:59:14 [2021-04-02T09:59:14.099Z] #13 92.56 Selecting previously unselected package libudev-dev:arm64.
09:59:14 [2021-04-02T09:59:14.099Z] #13 92.57 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_arm64.deb ...
09:59:14 [2021-04-02T09:59:14.099Z] #13 92.60 Unpacking libudev-dev:arm64 (241-7~deb10u7) ...
09:59:14 [2021-04-02T09:59:14.099Z] #13 92.79 Selecting previously unselected package libsepol1-dev:arm64.
09:59:14 [2021-04-02T09:59:14.099Z] #13 92.80 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ...
09:59:14 [2021-04-02T09:59:14.099Z] #13 92.84 Unpacking libsepol1-dev:arm64 (2.8-1) ...
09:59:14 [2021-04-02T09:59:14.099Z] #13 93.53 Selecting previously unselected package libpcre16-3:arm64.
09:59:14 [2021-04-02T09:59:14.099Z] #13 93.54 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ...
09:59:14 [2021-04-02T09:59:14.099Z] #13 93.58 Unpacking libpcre16-3:arm64 (2:8.39-12) ...
09:59:14 [2021-04-02T09:59:14.099Z] #13 93.85 Selecting previously unselected package libpcre32-3:arm64.
09:59:14 [2021-04-02T09:59:14.099Z] #13 93.91 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ...
09:59:14 [2021-04-02T09:59:14.099Z] #13 93.94 Unpacking libpcre32-3:arm64 (2:8.39-12) ...
09:59:14 [2021-04-02T09:59:14.152Z] #43 74.39   DEP      criu/tun.d
09:59:14 [2021-04-02T09:59:14.152Z] #43 74.62   DEP      criu/tty.d
09:59:14 [2021-04-02T09:59:14.361Z] #13 94.14 Selecting previously unselected package libpcrecpp0v5:arm64.
09:59:14 [2021-04-02T09:59:14.361Z] #13 94.14 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ...
09:59:14 [2021-04-02T09:59:14.362Z] #13 94.14 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ...
09:59:14 [2021-04-02T09:59:14.400Z] + docker info
09:59:14 [2021-04-02T09:59:14.412Z] #43 74.81   DEP      criu/timerfd.d
09:59:14 [2021-04-02T09:59:14.623Z] #13 94.31 Selecting previously unselected package libpcre3-dev:arm64.
09:59:14 [2021-04-02T09:59:14.623Z] #13 94.31 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ...
09:59:14 [2021-04-02T09:59:14.623Z] #13 94.35 Unpacking libpcre3-dev:arm64 (2:8.39-12) ...
09:59:14 [2021-04-02T09:59:14.672Z] #43 75.05   DEP      criu/timens.d
09:59:14 [2021-04-02T09:59:14.672Z] #43 75.19   DEP      criu/sysfs_parse.d
09:59:14 [2021-04-02T09:59:14.885Z] #13 94.79 Selecting previously unselected package libselinux1-dev:arm64.
09:59:14 [2021-04-02T09:59:14.885Z] #13 94.80 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ...
09:59:14 [2021-04-02T09:59:14.932Z] #43 75.39   DEP      criu/sysctl.d
09:59:15 [2021-04-02T09:59:15.018Z] #43 160.9   CC       criu/uts_ns.o
09:59:15 [2021-04-02T09:59:15.018Z] #43 161.1   CC       criu/vdso-compat.o
09:59:15 [2021-04-02T09:59:15.084Z] #20 1.487 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
09:59:15 [2021-04-02T09:59:15.148Z] #13 94.81 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ...
09:59:15 [2021-04-02T09:59:15.192Z] #43 75.53   DEP      criu/string.d
09:59:15 [2021-04-02T09:59:15.192Z] #43 75.59   DEP      criu/stats.d
09:59:15 [2021-04-02T09:59:15.192Z] #43 ...
09:59:15 [2021-04-02T09:59:15.192Z] 
09:59:15 [2021-04-02T09:59:15.192Z] #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
09:59:15 [2021-04-02T09:59:15.192Z] #53 sha256:26870261351fc46e6c78254260d52dfef8ff205b7b588e5eae7a47f2444c58d8
09:59:15 [2021-04-02T09:59:15.192Z] #53 12.82 + cd /tmp/tmp.A5TnnS8txf/src/github.com/opencontainers/runc
09:59:15 [2021-04-02T09:59:15.192Z] #53 12.83 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
09:59:15 [2021-04-02T09:59:15.192Z] #53 13.45 + '[' -z '' ']'
09:59:15 [2021-04-02T09:59:15.192Z] #53 13.45 + target=static
09:59:15 [2021-04-02T09:59:15.192Z] #53 13.45 + make 'BUILDTAGS=seccomp ' static
09:59:15 [2021-04-02T09:59:15.192Z] #53 13.73 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 .
09:59:15 [2021-04-02T09:59:15.267Z] #43 ...
09:59:15 [2021-04-02T09:59:15.267Z] 
09:59:15 [2021-04-02T09:59:15.267Z] #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
09:59:15 [2021-04-02T09:59:15.267Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
09:59:15 [2021-04-02T09:59:15.267Z] #13 114.8 Selecting previously unselected package libapparmor1:amd64.
09:59:15 [2021-04-02T09:59:15.267Z] #13 114.8 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
09:59:15 [2021-04-02T09:59:15.267Z] #13 114.8 Unpacking libapparmor1:amd64 (2.13.2-10) ...
09:59:15 [2021-04-02T09:59:15.267Z] #13 114.9 Selecting previously unselected package libapparmor-dev:amd64.
09:59:15 [2021-04-02T09:59:15.267Z] #13 114.9 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
09:59:15 [2021-04-02T09:59:15.267Z] #13 114.9 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
09:59:15 [2021-04-02T09:59:15.267Z] #13 115.4 Selecting previously unselected package libbtrfs0.
09:59:15 [2021-04-02T09:59:15.268Z] #13 115.4 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
09:59:15 [2021-04-02T09:59:15.268Z] #13 115.4 Unpacking libbtrfs0 (4.20.1-2) ...
09:59:15 [2021-04-02T09:59:15.268Z] #13 115.5 Selecting previously unselected package libbtrfs-dev.
09:59:15 [2021-04-02T09:59:15.268Z] #13 115.5 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
09:59:15 [2021-04-02T09:59:15.268Z] #13 115.5 Unpacking libbtrfs-dev (4.20.1-2) ...
09:59:15 [2021-04-02T09:59:15.268Z] #13 115.6 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
09:59:15 [2021-04-02T09:59:15.268Z] #13 115.6 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
09:59:15 [2021-04-02T09:59:15.268Z] #13 115.6 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
09:59:15 [2021-04-02T09:59:15.268Z] #13 115.7 Selecting previously unselected package libudev-dev:amd64.
09:59:15 [2021-04-02T09:59:15.268Z] #13 115.7 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
09:59:15 [2021-04-02T09:59:15.268Z] #13 115.7 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
09:59:15 [2021-04-02T09:59:15.268Z] #13 115.8 Selecting previously unselected package libsepol1-dev:amd64.
09:59:15 [2021-04-02T09:59:15.268Z] #13 115.8 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
09:59:15 [2021-04-02T09:59:15.268Z] #13 115.8 Unpacking libsepol1-dev:amd64 (2.8-1) ...
09:59:15 [2021-04-02T09:59:15.268Z] #13 116.1 Selecting previously unselected package libpcre16-3:amd64.
09:59:15 [2021-04-02T09:59:15.268Z] #13 116.2 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
09:59:15 [2021-04-02T09:59:15.268Z] #13 116.2 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
09:59:15 [2021-04-02T09:59:15.268Z] #13 116.3 Selecting previously unselected package libpcre32-3:amd64.
09:59:15 [2021-04-02T09:59:15.268Z] #13 116.4 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
09:59:15 [2021-04-02T09:59:15.268Z] #13 116.4 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
09:59:15 [2021-04-02T09:59:15.274Z] #43 161.2   CC       criu/vdso.o
09:59:15 [2021-04-02T09:59:15.346Z] #20 1.670 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
09:59:15 [2021-04-02T09:59:15.346Z] #20 1.831 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:59:15 [2021-04-02T09:59:15.346Z] #20 1.844 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:59:15 [2021-04-02T09:59:15.437Z] #13 ...
09:59:15 [2021-04-02T09:59:15.437Z] 
09:59:15 [2021-04-02T09:59:15.437Z] #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
09:59:15 [2021-04-02T09:59:15.437Z] #56 sha256:a402eccf63eb4891fd147fa9de7f26e2df84ca1e0a38bfb7c86d41132284ec10
09:59:15 [2021-04-02T09:59:15.437Z] #56 37.97 + bin/ctr
09:59:15 [2021-04-02T09:59:15.437Z] #56 ...
09:59:15 [2021-04-02T09:59:15.437Z] 
09:59:15 [2021-04-02T09:59:15.437Z] #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
09:59:15 [2021-04-02T09:59:15.437Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
09:59:15 [2021-04-02T09:59:15.437Z] #13 95.28 Selecting previously unselected package libdevmapper-dev:arm64.
09:59:15 [2021-04-02T09:59:15.437Z] #13 95.32 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ...
09:59:15 [2021-04-02T09:59:15.437Z] #13 95.34 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ...
09:59:15 [2021-04-02T09:59:15.452Z] #53 ...
09:59:15 [2021-04-02T09:59:15.452Z] 
09:59:15 [2021-04-02T09:59:15.452Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:15 [2021-04-02T09:59:15.452Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:15 [2021-04-02T09:59:15.452Z] #43 75.77   DEP      criu/sockets.d
09:59:15 [2021-04-02T09:59:15.523Z] #13 116.5 Selecting previously unselected package libpcrecpp0v5:amd64.
09:59:15 [2021-04-02T09:59:15.523Z] #13 116.5 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
09:59:15 [2021-04-02T09:59:15.523Z] #13 116.5 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
09:59:15 [2021-04-02T09:59:15.531Z] #43 161.6   LINK     criu/built-in.o
09:59:15 [2021-04-02T09:59:15.531Z] #43 161.7   LINK     criu/criu
09:59:15 [2021-04-02T09:59:15.705Z] #13 95.44 Selecting previously unselected package libseccomp-dev:arm64.
09:59:15 [2021-04-02T09:59:15.705Z] #13 95.46 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_arm64.deb ...
09:59:15 [2021-04-02T09:59:15.705Z] #13 95.51 Unpacking libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ...
09:59:15 [2021-04-02T09:59:15.705Z] #13 ...
09:59:15 [2021-04-02T09:59:15.705Z] 
09:59:15 [2021-04-02T09:59:15.705Z] #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
09:59:15 [2021-04-02T09:59:15.705Z] #45 sha256:de17cbf6b44affddabceccd5590b449a3b9233a3f29173d76b9282f7fedf7ee6
09:59:15 [2021-04-02T09:59:15.705Z] #45 87.74 vendor/golang.org/x/net/http/httpguts
09:59:15 [2021-04-02T09:59:15.705Z] #45 87.74 mime/multipart
09:59:15 [2021-04-02T09:59:15.705Z] #45 90.01 crypto/tls
09:59:15 [2021-04-02T09:59:15.705Z] #45 94.88 net/http/httptrace
09:59:15 [2021-04-02T09:59:15.705Z] #45 95.05 net/http
09:59:15 [2021-04-02T09:59:15.705Z] #45 ...
09:59:15 [2021-04-02T09:59:15.705Z] 
09:59:15 [2021-04-02T09:59:15.705Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:15 [2021-04-02T09:59:15.705Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
09:59:15 [2021-04-02T09:59:15.705Z] #43 30.38   CC       images/tun.o
09:59:15 [2021-04-02T09:59:15.705Z] #43 30.86   CC       images/sk-netlink.o
09:59:15 [2021-04-02T09:59:15.705Z] #43 31.15   CC       images/packet-sock.o
09:59:15 [2021-04-02T09:59:15.705Z] #43 31.70   CC       images/ipc-var.o
09:59:15 [2021-04-02T09:59:15.705Z] #43 31.96   CC       images/ipc-desc.o
09:59:15 [2021-04-02T09:59:15.712Z] #43 76.09   DEP      criu/sk-unix.d
09:59:15 [2021-04-02T09:59:15.779Z] #13 116.6 Selecting previously unselected package libpcre3-dev:amd64.
09:59:15 [2021-04-02T09:59:15.779Z] #13 116.7 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
09:59:15 [2021-04-02T09:59:15.779Z] #13 116.7 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
09:59:15 [2021-04-02T09:59:15.919Z] #20 2.113 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [460 kB]
09:59:15 [2021-04-02T09:59:15.966Z] #43 32.19   CC       images/ipc-shm.o
09:59:15 [2021-04-02T09:59:15.976Z] #43 76.31   DEP      criu/sk-tcp.d
09:59:15 [2021-04-02T09:59:15.976Z] #43 76.49   DEP      criu/sk-queue.d
09:59:16 [2021-04-02T09:59:16.094Z] #43 162.0   DEP      lib/c/criu.d
09:59:16 [2021-04-02T09:59:16.094Z] #43 162.1   CC       images/rpc.pb-c.o
09:59:16 [2021-04-02T09:59:16.227Z] #43 32.38   CC       images/ipc-msg.o
09:59:16 [2021-04-02T09:59:16.236Z] #43 ...
09:59:16 [2021-04-02T09:59:16.236Z] 
09:59:16 [2021-04-02T09:59:16.236Z] #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
09:59:16 [2021-04-02T09:59:16.236Z] #45 sha256:bae9013b43c4c3935b42f55308aeb84eccbb7f8794c7f4f842598276112e6512
09:59:16 [2021-04-02T09:59:16.236Z] #45 138.7 github.com/LK4D4/vndr/godl
09:59:16 [2021-04-02T09:59:16.236Z] #45 139.4 github.com/LK4D4/vndr
09:59:16 [2021-04-02T09:59:16.236Z] #45 DONE 148.5s
09:59:16 [2021-04-02T09:59:16.236Z] 
09:59:16 [2021-04-02T09:59:16.236Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:16 [2021-04-02T09:59:16.236Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:16 [2021-04-02T09:59:16.236Z] #43 76.78   DEP      criu/sk-packet.d
09:59:16 [2021-04-02T09:59:16.341Z] #13 117.2 Selecting previously unselected package libselinux1-dev:amd64.
09:59:16 [2021-04-02T09:59:16.341Z] #13 117.2 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
09:59:16 [2021-04-02T09:59:16.341Z] #13 117.2 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
09:59:16 [2021-04-02T09:59:16.489Z] #43 32.66   CC       images/ipc-sem.o
09:59:16 [2021-04-02T09:59:16.492Z] #20 3.046 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:59:16 [2021-04-02T09:59:16.597Z] #13 117.4 Selecting previously unselected package libdevmapper-dev:amd64.
09:59:16 [2021-04-02T09:59:16.597Z] #13 117.5 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
09:59:16 [2021-04-02T09:59:16.597Z] #13 117.5 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
09:59:16 [2021-04-02T09:59:16.597Z] #13 117.6 Selecting previously unselected package libseccomp-dev:amd64.
09:59:16 [2021-04-02T09:59:16.597Z] #13 117.6 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
09:59:16 [2021-04-02T09:59:16.597Z] #13 117.6 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
09:59:16 [2021-04-02T09:59:16.657Z] #43 162.5   CC       lib/c/criu.o
09:59:16 [2021-04-02T09:59:16.751Z] #43 32.83   CC       images/utsns.o
09:59:16 [2021-04-02T09:59:16.806Z] #43 77.22   DEP      criu/sk-netlink.d
09:59:16 [2021-04-02T09:59:16.853Z] #13 117.8 Selecting previously unselected package libsystemd-dev:amd64.
09:59:16 [2021-04-02T09:59:16.853Z] #13 117.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
09:59:16 [2021-04-02T09:59:16.853Z] #13 117.8 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
09:59:17 [2021-04-02T09:59:17.014Z] #43 33.03   CC       images/creds.o
09:59:17 [2021-04-02T09:59:17.220Z] #43 163.3   LINK     lib/c/built-in.o
09:59:17 [2021-04-02T09:59:17.275Z] #43 33.27   CC       images/vma.o
09:59:17 [2021-04-02T09:59:17.275Z] #43 ...
09:59:17 [2021-04-02T09:59:17.275Z] 
09:59:17 [2021-04-02T09:59:17.275Z] #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
09:59:17 [2021-04-02T09:59:17.275Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
09:59:17 [2021-04-02T09:59:17.275Z] #13 95.68 Selecting previously unselected package libsystemd-dev:arm64.
09:59:17 [2021-04-02T09:59:17.275Z] #13 95.69 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_arm64.deb ...
09:59:17 [2021-04-02T09:59:17.275Z] #13 95.70 Unpacking libsystemd-dev:arm64 (241-7~deb10u7) ...
09:59:17 [2021-04-02T09:59:17.275Z] #13 96.19 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ...
09:59:17 [2021-04-02T09:59:17.275Z] #13 96.21 Setting up libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ...
09:59:17 [2021-04-02T09:59:17.275Z] #13 96.22 Setting up libapparmor1:arm64 (2.13.2-10) ...
09:59:17 [2021-04-02T09:59:17.275Z] #13 96.24 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
09:59:17 [2021-04-02T09:59:17.275Z] #13 96.25 Setting up libpcre16-3:arm64 (2:8.39-12) ...
09:59:17 [2021-04-02T09:59:17.275Z] #13 96.27 Setting up libsepol1-dev:arm64 (2.8-1) ...
09:59:17 [2021-04-02T09:59:17.275Z] #13 96.28 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
09:59:17 [2021-04-02T09:59:17.275Z] #13 96.30 Setting up libbtrfs0 (4.20.1-2) ...
09:59:17 [2021-04-02T09:59:17.275Z] #13 96.32 Setting up libpcre32-3:arm64 (2:8.39-12) ...
09:59:17 [2021-04-02T09:59:17.275Z] #13 96.34 Setting up libudev-dev:arm64 (241-7~deb10u7) ...
09:59:17 [2021-04-02T09:59:17.275Z] #13 96.37 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
09:59:17 [2021-04-02T09:59:17.275Z] #13 96.39 Setting up libbtrfs-dev (4.20.1-2) ...
09:59:17 [2021-04-02T09:59:17.276Z] #13 96.42 Setting up libapparmor-dev:arm64 (2.13.2-10) ...
09:59:17 [2021-04-02T09:59:17.276Z] #13 96.44 Setting up mingw-w64-common (6.0.0-3) ...
09:59:17 [2021-04-02T09:59:17.276Z] #13 96.46 Setting up libsystemd-dev:arm64 (241-7~deb10u7) ...
09:59:17 [2021-04-02T09:59:17.276Z] #13 96.47 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
09:59:17 [2021-04-02T09:59:17.276Z] #13 96.50 Setting up libpcre3-dev:arm64 (2:8.39-12) ...
09:59:17 [2021-04-02T09:59:17.276Z] #13 96.58 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
09:59:17 [2021-04-02T09:59:17.276Z] #13 96.59 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
09:59:17 [2021-04-02T09:59:17.276Z] #13 96.60 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
09:59:17 [2021-04-02T09:59:17.276Z] #13 96.62 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
09:59:17 [2021-04-02T09:59:17.276Z] #13 96.64 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
09:59:17 [2021-04-02T09:59:17.276Z] #13 96.65 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
09:59:17 [2021-04-02T09:59:17.276Z] #13 96.66 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
09:59:17 [2021-04-02T09:59:17.276Z] #13 96.69 Setting up libselinux1-dev:arm64 (2.8-1+b1) ...
09:59:17 [2021-04-02T09:59:17.276Z] #13 96.72 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
09:59:17 [2021-04-02T09:59:17.276Z] #13 96.75 Setting up dmsetup (2:1.02.155-3) ...
09:59:17 [2021-04-02T09:59:17.276Z] #13 96.77 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
09:59:17 [2021-04-02T09:59:17.276Z] #13 96.78 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ...
09:59:17 [2021-04-02T09:59:17.276Z] #13 96.80 Processing triggers for libc-bin (2.28-10) ...
09:59:17 [2021-04-02T09:59:17.276Z] #13 DONE 97.2s
09:59:17 [2021-04-02T09:59:17.276Z] 
09:59:17 [2021-04-02T09:59:17.276Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:17 [2021-04-02T09:59:17.276Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
09:59:17 [2021-04-02T09:59:17.276Z] #43 33.48   CC       images/netdev.o
09:59:17 [2021-04-02T09:59:17.376Z] #43 77.59   DEP      criu/sk-inet.d
09:59:17 [2021-04-02T09:59:17.376Z] #43 77.88   DEP      criu/signalfd.d
09:59:17 [2021-04-02T09:59:17.416Z] #13 118.4 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
09:59:17 [2021-04-02T09:59:17.416Z] #13 118.4 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
09:59:17 [2021-04-02T09:59:17.416Z] #13 118.4 Setting up libapparmor1:amd64 (2.13.2-10) ...
09:59:17 [2021-04-02T09:59:17.416Z] #13 118.4 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
09:59:17 [2021-04-02T09:59:17.416Z] #13 118.4 Setting up libpcre16-3:amd64 (2:8.39-12) ...
09:59:17 [2021-04-02T09:59:17.416Z] #13 118.5 Setting up libsepol1-dev:amd64 (2.8-1) ...
09:59:17 [2021-04-02T09:59:17.416Z] #13 118.5 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
09:59:17 [2021-04-02T09:59:17.416Z] #13 118.5 Setting up libbtrfs0 (4.20.1-2) ...
09:59:17 [2021-04-02T09:59:17.416Z] #13 118.5 Setting up libpcre32-3:amd64 (2:8.39-12) ...
09:59:17 [2021-04-02T09:59:17.416Z] #13 118.5 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
09:59:17 [2021-04-02T09:59:17.416Z] #13 118.5 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
09:59:17 [2021-04-02T09:59:17.416Z] #13 118.6 Setting up libbtrfs-dev (4.20.1-2) ...
09:59:17 [2021-04-02T09:59:17.416Z] #13 118.6 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
09:59:17 [2021-04-02T09:59:17.476Z] #43 163.3   LINK     lib/c/libcriu.so
09:59:17 [2021-04-02T09:59:17.476Z] #43 163.4   LINK     lib/c/libcriu.a
09:59:17 [2021-04-02T09:59:17.476Z] #43 163.4   GEN      magic.py
09:59:17 [2021-04-02T09:59:17.476Z] #43 163.5 Note: Building without setproctitle() and strlcpy() support.
09:59:17 [2021-04-02T09:59:17.476Z] #43 163.5       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
09:59:17 [2021-04-02T09:59:17.476Z] #43 163.5 Note: Building without GnuTLS support
09:59:17 [2021-04-02T09:59:17.476Z] #43 163.5 Makefile.config:39: Warn: you have no libnftables installed
09:59:17 [2021-04-02T09:59:17.476Z] #43 163.5 Makefile.config:40: Warn: Building without nftables support
09:59:17 [2021-04-02T09:59:17.636Z] #43 78.05   DEP      criu/sigframe.d
09:59:17 [2021-04-02T09:59:17.636Z] #43 78.12   DEP      criu/shmem.d
09:59:17 [2021-04-02T09:59:17.672Z] #13 118.6 Setting up mingw-w64-common (6.0.0-3) ...
09:59:17 [2021-04-02T09:59:17.672Z] #13 118.6 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
09:59:17 [2021-04-02T09:59:17.672Z] #13 118.6 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
09:59:17 [2021-04-02T09:59:17.672Z] #13 118.6 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
09:59:17 [2021-04-02T09:59:17.672Z] #13 118.6 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
09:59:17 [2021-04-02T09:59:17.672Z] #13 118.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
09:59:17 [2021-04-02T09:59:17.672Z] #13 118.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
09:59:17 [2021-04-02T09:59:17.672Z] #13 118.7 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
09:59:17 [2021-04-02T09:59:17.672Z] #13 118.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
09:59:17 [2021-04-02T09:59:17.672Z] #13 118.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
09:59:17 [2021-04-02T09:59:17.672Z] #13 118.7 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
09:59:17 [2021-04-02T09:59:17.672Z] #13 118.7 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
09:59:17 [2021-04-02T09:59:17.672Z] #13 118.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
09:59:17 [2021-04-02T09:59:17.672Z] #13 118.7 Setting up dmsetup (2:1.02.155-3) ...
09:59:17 [2021-04-02T09:59:17.672Z] #13 118.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
09:59:17 [2021-04-02T09:59:17.672Z] #13 118.8 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
09:59:17 [2021-04-02T09:59:17.856Z] #43 34.01   CC       images/tty.o
09:59:17 [2021-04-02T09:59:17.896Z] #43 78.21   DEP      criu/servicefd.d
09:59:17 [2021-04-02T09:59:17.896Z] #43 78.35   DEP      criu/seize.d
09:59:17 [2021-04-02T09:59:17.929Z] #13 118.8 Processing triggers for libc-bin (2.28-10) ...
09:59:18 [2021-04-02T09:59:18.039Z] #43 164.1 fatal: not a git repository (or any of the parent directories): .git
09:59:18 [2021-04-02T09:59:18.155Z] #43 78.52   DEP      criu/seccomp.d
09:59:18 [2021-04-02T09:59:18.409Z] #20 4.542 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [271 kB]
09:59:18 [2021-04-02T09:59:18.415Z] #43 78.79   DEP      criu/rst-malloc.d
09:59:18 [2021-04-02T09:59:18.415Z] #43 78.85   DEP      criu/rbtree.d
09:59:18 [2021-04-02T09:59:18.602Z] #43 164.6 make[1]: Nothing to be done for 'all'.
09:59:18 [2021-04-02T09:59:18.675Z] #43 78.91   DEP      criu/pstree.d
09:59:18 [2021-04-02T09:59:18.675Z] #43 79.04   DEP      criu/protobuf.d
09:59:18 [2021-04-02T09:59:18.675Z] #43 79.17   GEN      criu/protobuf-desc-gen.h
09:59:18 [2021-04-02T09:59:18.805Z] #43 34.79   CC       images/file-lock.o
09:59:19 [2021-04-02T09:59:19.067Z] #43 35.13   CC       images/rlimit.o
09:59:19 [2021-04-02T09:59:19.165Z] #43 165.2 make[1]: 'images/built-in.o' is up to date.
09:59:19 [2021-04-02T09:59:19.165Z] #43 165.2 make[1]: 'compel/plugins/std.lib.a' is up to date.
09:59:19 [2021-04-02T09:59:19.165Z] #43 165.2 make[1]: 'compel/plugins/fds.lib.a' is up to date.
09:59:19 [2021-04-02T09:59:19.165Z] #43 165.3 make[1]: 'compel/libcompel.a' is up to date.
09:59:19 [2021-04-02T09:59:19.330Z] #43 35.41   CC       images/pagemap.o
09:59:19 [2021-04-02T09:59:19.330Z] #43 ...
09:59:19 [2021-04-02T09:59:19.330Z] 
09:59:19 [2021-04-02T09:59:19.330Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
09:59:19 [2021-04-02T09:59:19.330Z] #14 sha256:8a6ac16c6f60b3ddd6666e188160503c9d1e0f23b198ede20cd2b4a914d2344c
09:59:19 [2021-04-02T09:59:19.330Z] #14 DONE 1.9s
09:59:19 [2021-04-02T09:59:19.421Z] #43 165.3 make[1]: 'compel/compel-host-bin' is up to date.
09:59:19 [2021-04-02T09:59:19.421Z] #43 165.3 make[1]: Nothing to be done for 'all'.
09:59:19 [2021-04-02T09:59:19.421Z] #43 165.3 make[1]: 'soccr/libsoccr.a' is up to date.
09:59:19 [2021-04-02T09:59:19.421Z] #43 165.5 make[2]: Nothing to be done for 'all'.
09:59:19 [2021-04-02T09:59:19.421Z] #43 165.5 make[2]: Nothing to be done for 'all'.
09:59:19 [2021-04-02T09:59:19.421Z] #43 165.5 make[2]: Nothing to be done for 'all'.
09:59:19 [2021-04-02T09:59:19.593Z] 
09:59:19 [2021-04-02T09:59:19.593Z] #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
09:59:19 [2021-04-02T09:59:19.594Z] #53 sha256:ae094ee008b168a8a15f97a013288dbb8f9078a381c1c12e35ecf269afed3ee7
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.609 + RM_GOPATH=0
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.609 + TMP_GOPATH=
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.609 + : /build
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.609 + '[' -z '' ']'
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.609 ++ mktemp -d
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.611 + export GOPATH=/tmp/tmp.lwLLPy1qh0
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.611 + GOPATH=/tmp/tmp.lwLLPy1qh0
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.611 + RM_GOPATH=1
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.611 + case "$(go env GOARCH)" in
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.612 ++ go env GOARCH
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.632 + export GO_BUILDMODE=-buildmode=pie
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.632 + GO_BUILDMODE=-buildmode=pie
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.632 ++ dirname /tmp/install/install.sh
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.638 + dir=/tmp/install
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.638 + bin=runc
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.638 + shift
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.638 + '[' '!' -f /tmp/install/runc.installer ']'
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.638 + . /tmp/install/runc.installer
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.638 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.638 + install_runc
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.639 + grep -q '^3\.10\.0.*\.el7\.'
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.644 + uname -r
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.645 + RUNC_BUILDTAGS='seccomp '
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.646 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.646 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.650 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.lwLLPy1qh0/src/github.com/opencontainers/runc
09:59:19 [2021-04-02T09:59:19.594Z] #53 1.650 Cloning into '/tmp/tmp.lwLLPy1qh0/src/github.com/opencontainers/runc'...
09:59:19 [2021-04-02T09:59:19.677Z] #43 165.6 make[2]: Nothing to be done for 'all'.
09:59:19 [2021-04-02T09:59:19.677Z] #43 165.7 make[2]: Nothing to be done for 'all'.
09:59:19 [2021-04-02T09:59:19.677Z] #43 165.7 make[2]: Nothing to be done for 'all'.
09:59:19 [2021-04-02T09:59:19.677Z] #43 165.7 make[2]: Nothing to be done for 'all'.
09:59:19 [2021-04-02T09:59:19.796Z] #20 5.962 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
09:59:19 [2021-04-02T09:59:19.796Z] #20 ...
09:59:19 [2021-04-02T09:59:19.796Z] 
09:59:19 [2021-04-02T09:59:19.796Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:19 [2021-04-02T09:59:19.796Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:19 [2021-04-02T09:59:19.796Z] #43 60.55   CC       criu/arch/x86/kerndat.o
09:59:19 [2021-04-02T09:59:19.796Z] #43 61.09   CC       criu/arch/x86/sigaction_compat.o
09:59:19 [2021-04-02T09:59:19.796Z] #43 61.33   CC       criu/arch/x86/sigframe.o
09:59:19 [2021-04-02T09:59:19.796Z] #43 61.58   LINK     criu/arch/x86/crtools.built-in.o
09:59:19 [2021-04-02T09:59:19.796Z] #43 61.65   DEP      criu/pie/util-vdso-elf32.d
09:59:19 [2021-04-02T09:59:19.796Z] #43 61.80   DEP      criu/pie/util-vdso.d
09:59:19 [2021-04-02T09:59:19.796Z] #43 62.02   DEP      criu/pie/util.d
09:59:19 [2021-04-02T09:59:19.796Z] #43 62.20   CC       criu/pie/util.o
09:59:19 [2021-04-02T09:59:19.796Z] #43 62.55   CC       criu/pie/util-vdso.o
09:59:19 [2021-04-02T09:59:19.796Z] #43 63.26   CC       criu/pie/util-vdso-elf32.o
09:59:19 [2021-04-02T09:59:19.796Z] #43 63.93   AR       criu/pie/pie.lib.a
09:59:19 [2021-04-02T09:59:19.796Z] #43 63.99   DEP      criu/pie/restorer.d
09:59:19 [2021-04-02T09:59:19.796Z] #43 64.25   DEP      criu/arch/x86/sigaction_compat_pie.d
09:59:19 [2021-04-02T09:59:19.796Z] #43 64.38   DEP      criu/arch/x86/restorer_unmap.d
09:59:19 [2021-04-02T09:59:19.796Z] #43 64.41   DEP      criu/arch/x86/restorer.d
09:59:19 [2021-04-02T09:59:19.796Z] #43 64.60   DEP      criu/arch/x86/vdso-pie.d
09:59:19 [2021-04-02T09:59:19.796Z] #43 64.77   DEP      criu/pie/parasite-vdso.d
09:59:19 [2021-04-02T09:59:19.796Z] #43 65.02   DEP      criu/pie/parasite.d
09:59:19 [2021-04-02T09:59:19.796Z] #43 65.38   CC       criu/pie/parasite.o
09:59:19 [2021-04-02T09:59:19.836Z] #13 DONE 120.5s
09:59:19 [2021-04-02T09:59:19.836Z] 
09:59:19 [2021-04-02T09:59:19.836Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
09:59:19 [2021-04-02T09:59:19.836Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
09:59:19 [2021-04-02T09:59:19.937Z] #43 165.8 make[2]: Nothing to be done for 'all'.
09:59:19 [2021-04-02T09:59:19.937Z] #43 165.8   INSTALL  criu/criu
09:59:20 [2021-04-02T09:59:20.194Z] #43 DONE 166.1s
09:59:20 [2021-04-02T09:59:20.194Z] 
09:59:20 [2021-04-02T09:59:20.194Z] #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
09:59:20 [2021-04-02T09:59:20.194Z] #56 sha256:66b1dd165e3257932fcdcc9945262b217dea8b287b96daacca97daa9c6f2bcce
09:59:20 [2021-04-02T09:59:20.584Z] #43 80.71   DEP      criu/protobuf-desc.d
09:59:20 [2021-04-02T09:59:20.584Z] #43 80.82   DEP      criu/proc_parse.d
09:59:20 [2021-04-02T09:59:20.584Z] #43 81.01   DEP      criu/plugin.d
09:59:20 [2021-04-02T09:59:20.741Z] #43 66.76   LINK     criu/pie/parasite.built-in.o
09:59:20 [2021-04-02T09:59:20.741Z] #43 66.78   GEN      criu/pie/parasite-blob.h
09:59:20 [2021-04-02T09:59:20.741Z] #43 66.79   CC       criu/pie/parasite-vdso.o
09:59:20 [2021-04-02T09:59:20.844Z] #43 81.12   DEP      criu/pipes.d
09:59:20 [2021-04-02T09:59:20.844Z] #43 81.31   DEP      criu/pie-util.d
09:59:20 [2021-04-02T09:59:20.990Z] #53 ...
09:59:20 [2021-04-02T09:59:20.990Z] 
09:59:20 [2021-04-02T09:59:20.990Z] #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
09:59:20 [2021-04-02T09:59:20.990Z] #15 sha256:daa9f6e8adf5b429e62d5ff15da3779572527060f146ba0a193beaf894564a3f
09:59:20 [2021-04-02T09:59:20.990Z] #15 DONE 1.6s
09:59:20 [2021-04-02T09:59:20.990Z] 
09:59:20 [2021-04-02T09:59:20.990Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
09:59:20 [2021-04-02T09:59:20.990Z] #16 sha256:65e089c5b1d7082ef58fefc5a2c440b5b720136eae7084c036f4b9a2be3fd5b1
09:59:21 [2021-04-02T09:59:21.108Z] #43 81.45   DEP      criu/pie-util-vdso.d
09:59:21 [2021-04-02T09:59:21.108Z] #43 81.55   DEP      criu/pie-util-vdso-elf32.d
09:59:21 [2021-04-02T09:59:21.108Z] #43 81.66   DEP      criu/path.d
09:59:21 [2021-04-02T09:59:21.123Z] #56 ...
09:59:21 [2021-04-02T09:59:21.123Z] 
09:59:21 [2021-04-02T09:59:21.124Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
09:59:21 [2021-04-02T09:59:21.124Z] #44 sha256:1d9e6d135bc4aa7a66781d144e2ff1edb60874e98f2db4562f81d5ecc969754b
09:59:21 [2021-04-02T09:59:21.124Z] #44 DONE 0.1s
09:59:21 [2021-04-02T09:59:21.124Z] 
09:59:21 [2021-04-02T09:59:21.124Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
09:59:21 [2021-04-02T09:59:21.124Z] #46 sha256:1f240931ba6dda5a0caedea4803ad7a7bc8aad0dcff5abf0b604f2c4dfe4ab3c
09:59:21 [2021-04-02T09:59:21.313Z] #43 67.58   CC       criu/arch/x86/vdso-pie.o
09:59:21 [2021-04-02T09:59:21.371Z] #43 81.77   DEP      criu/parasite-syscall.d
09:59:21 [2021-04-02T09:59:21.380Z] #46 DONE 0.2s
09:59:21 [2021-04-02T09:59:21.380Z] 
09:59:21 [2021-04-02T09:59:21.380Z] #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
09:59:21 [2021-04-02T09:59:21.380Z] #53 sha256:e66f9d4424f61c8ee7f19682c94e2a9df6f10280bdbc8cf1d4037350306e24ff
09:59:21 [2021-04-02T09:59:21.380Z] #53 ...
09:59:21 [2021-04-02T09:59:21.380Z] 
09:59:21 [2021-04-02T09:59:21.380Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
09:59:21 [2021-04-02T09:59:21.380Z] #48 sha256:24d188d034148859bcdc0aaaba122aa11ce13cb6e01eda35a686ee8cfd424285
09:59:21 [2021-04-02T09:59:21.380Z] #48 DONE 0.1s
09:59:21 [2021-04-02T09:59:21.380Z] 
09:59:21 [2021-04-02T09:59:21.380Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
09:59:21 [2021-04-02T09:59:21.380Z] #50 sha256:2a18cfc2f1e365248e3fc8833d543b9068cbba3041b2df841099d31afd0e180a
09:59:21 [2021-04-02T09:59:21.631Z] #43 82.06   DEP      criu/pagemap.d
09:59:21 [2021-04-02T09:59:21.890Z] #43 67.92   CC       criu/arch/x86/restorer.o
09:59:21 [2021-04-02T09:59:21.891Z] #43 82.29   DEP      criu/pagemap-cache.d
09:59:21 [2021-04-02T09:59:21.943Z] #50 DONE 0.5s
09:59:21 [2021-04-02T09:59:21.943Z] 
09:59:21 [2021-04-02T09:59:21.943Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
09:59:21 [2021-04-02T09:59:21.943Z] #53 sha256:e66f9d4424f61c8ee7f19682c94e2a9df6f10280bdbc8cf1d4037350306e24ff
09:59:21 [2021-04-02T09:59:21.943Z] #53 ...
09:59:21 [2021-04-02T09:59:21.943Z] 
09:59:21 [2021-04-02T09:59:21.943Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
09:59:21 [2021-04-02T09:59:21.943Z] #52 sha256:ce6f0118a595226de13c0e87351bd6777839180d0de0c9b5a8d94df5917b38bf
09:59:21 [2021-04-02T09:59:21.943Z] #52 DONE 0.1s
09:59:22 [2021-04-02T09:59:22.151Z] #43 82.45   DEP      criu/page-xfer.d
09:59:22 [2021-04-02T09:59:22.151Z] #43 82.62   DEP      criu/page-pipe.d
09:59:22 [2021-04-02T09:59:22.152Z] #43 68.42   CC       criu/arch/x86/restorer_unmap.o
09:59:22 [2021-04-02T09:59:22.152Z] #43 68.47   CC       criu/arch/x86/sigaction_compat_pie.o
09:59:22 [2021-04-02T09:59:22.201Z] 
09:59:22 [2021-04-02T09:59:22.201Z] #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
09:59:22 [2021-04-02T09:59:22.201Z] #56 sha256:66b1dd165e3257932fcdcc9945262b217dea8b287b96daacca97daa9c6f2bcce
09:59:22 [2021-04-02T09:59:22.350Z] #14 ...
09:59:22 [2021-04-02T09:59:22.350Z] 
09:59:22 [2021-04-02T09:59:22.350Z] #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
09:59:22 [2021-04-02T09:59:22.350Z] #58 sha256:edb2202c8ac9c9de26d532b53245eab2917d5c1f84747f7eaf329614a48c2a2e
09:59:22 [2021-04-02T09:59:22.350Z] #58 119.1 + for f in rootlesskit rootlesskit-docker-proxy
09:59:22 [2021-04-02T09:59:22.350Z] #58 119.1 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
09:59:22 [2021-04-02T09:59:22.350Z] #58 DONE 127.4s
09:59:22 [2021-04-02T09:59:22.350Z] 
09:59:22 [2021-04-02T09:59:22.350Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
09:59:22 [2021-04-02T09:59:22.350Z] #59 sha256:a11310b686892ee357c72b5f7a89e68daaa751d5967fb14c320a156af5996782
09:59:22 [2021-04-02T09:59:22.350Z] #59 DONE 0.2s
09:59:22 [2021-04-02T09:59:22.350Z] 
09:59:22 [2021-04-02T09:59:22.350Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
09:59:22 [2021-04-02T09:59:22.350Z] #60 sha256:114d0234caecba940787f73b2047eafe187c617cf156f8d4180805e4378d00c7
09:59:22 [2021-04-02T09:59:22.350Z] #60 DONE 0.2s
09:59:22 [2021-04-02T09:59:22.350Z] 
09:59:22 [2021-04-02T09:59:22.350Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:22 [2021-04-02T09:59:22.350Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:22 [2021-04-02T09:59:22.350Z] #43 56.88   CC       compel/src/lib/ptrace.o
09:59:22 [2021-04-02T09:59:22.350Z] #43 57.37   AR       compel/libcompel.a
09:59:22 [2021-04-02T09:59:22.350Z] #43 57.42   HOSTCC   compel/src/main-host.o
09:59:22 [2021-04-02T09:59:22.350Z] #43 57.75   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
09:59:22 [2021-04-02T09:59:22.350Z] #43 57.91   HOSTCC   compel/src/lib/handle-elf-host.o
09:59:22 [2021-04-02T09:59:22.350Z] #43 58.30   HOSTCC   compel/src/lib/log-host.o
09:59:22 [2021-04-02T09:59:22.350Z] #43 58.54   HOSTLINK compel/compel-host-bin
09:59:22 [2021-04-02T09:59:22.350Z] #43 58.69   DEP      soccr/soccr.d
09:59:22 [2021-04-02T09:59:22.350Z] #43 58.83   CC       soccr/soccr.o
09:59:22 [2021-04-02T09:59:22.350Z] #43 59.97   AR       soccr/libsoccr.a
09:59:22 [2021-04-02T09:59:22.350Z] #43 60.02 make[1]: 'soccr/libsoccr.a' is up to date.
09:59:22 [2021-04-02T09:59:22.350Z] #43 60.47   DEP      criu/arch/x86/sigframe.d
09:59:22 [2021-04-02T09:59:22.350Z] #43 60.58   DEP      criu/arch/x86/sigaction_compat.d
09:59:22 [2021-04-02T09:59:22.350Z] #43 60.67   DEP      criu/arch/x86/kerndat.d
09:59:22 [2021-04-02T09:59:22.350Z] #43 60.83   DEP      criu/arch/x86/crtools.d
09:59:22 [2021-04-02T09:59:22.350Z] #43 61.01   DEP      criu/arch/x86/cpu.d
09:59:22 [2021-04-02T09:59:22.350Z] #43 61.17   CC       criu/arch/x86/cpu.o
09:59:22 [2021-04-02T09:59:22.350Z] #43 61.80   CC       criu/arch/x86/crtools.o
09:59:22 [2021-04-02T09:59:22.350Z] #43 63.20   CC       criu/arch/x86/kerndat.o
09:59:22 [2021-04-02T09:59:22.380Z] #16 1.281 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
09:59:22 [2021-04-02T09:59:22.380Z] #16 DONE 1.4s
09:59:22 [2021-04-02T09:59:22.380Z] 
09:59:22 [2021-04-02T09:59:22.380Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
09:59:22 [2021-04-02T09:59:22.380Z] #17 sha256:8adba43626e6c2ad9c104858cdfccc193309ce46f8df97e23fb1104bc3eb1997
09:59:22 [2021-04-02T09:59:22.411Z] #43 82.71   DEP      criu/netfilter.d
09:59:22 [2021-04-02T09:59:22.411Z] #43 82.88   DEP      criu/net.d
09:59:22 [2021-04-02T09:59:22.671Z] #43 83.12   DEP      criu/namespaces.d
09:59:22 [2021-04-02T09:59:22.725Z] #43 68.90   CC       criu/pie/restorer.o
09:59:22 [2021-04-02T09:59:22.912Z] #43 63.74   CC       criu/arch/x86/sigaction_compat.o
09:59:22 [2021-04-02T09:59:22.931Z] #43 83.29   DEP      criu/mount.d
09:59:23 [2021-04-02T09:59:23.194Z] #43 83.50   DEP      criu/memfd.d
09:59:23 [2021-04-02T09:59:23.194Z] #43 83.63   DEP      criu/mem.d
09:59:23 [2021-04-02T09:59:23.454Z] #43 83.85   DEP      criu/lsm.d
09:59:23 [2021-04-02T09:59:23.474Z] #43 64.10   CC       criu/arch/x86/sigframe.o
09:59:23 [2021-04-02T09:59:23.474Z] #43 64.34   LINK     criu/arch/x86/crtools.built-in.o
09:59:23 [2021-04-02T09:59:23.474Z] #43 64.34   DEP      criu/pie/util-vdso-elf32.d
09:59:23 [2021-04-02T09:59:23.715Z] #43 84.07   DEP      criu/log.d
09:59:23 [2021-04-02T09:59:23.715Z] #43 84.15   DEP      criu/libnetlink.d
09:59:23 [2021-04-02T09:59:23.715Z] #43 84.24   DEP      criu/kerndat.d
09:59:23 [2021-04-02T09:59:23.730Z] #43 64.48   DEP      criu/pie/util-vdso.d
09:59:23 [2021-04-02T09:59:23.730Z] #43 64.64   DEP      criu/pie/util.d
09:59:23 [2021-04-02T09:59:23.776Z] #17 DONE 1.5s
09:59:23 [2021-04-02T09:59:23.776Z] 
09:59:23 [2021-04-02T09:59:23.776Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
09:59:23 [2021-04-02T09:59:23.776Z] #18 sha256:3cacc04a1189660550b8cc885d68df049614571821b02a63bff579b9e9bd4f22
09:59:23 [2021-04-02T09:59:23.975Z] #43 84.40   DEP      criu/kcmp-ids.d
09:59:23 [2021-04-02T09:59:23.975Z] #43 84.49   DEP      criu/irmap.d
09:59:23 [2021-04-02T09:59:23.986Z] #43 64.82   CC       criu/pie/util.o
09:59:24 [2021-04-02T09:59:24.235Z] #43 84.63   DEP      criu/ipc_ns.d
09:59:24 [2021-04-02T09:59:24.495Z] #43 ...
09:59:24 [2021-04-02T09:59:24.495Z] 
09:59:24 [2021-04-02T09:59:24.495Z] #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
09:59:24 [2021-04-02T09:59:24.495Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
09:59:24 [2021-04-02T09:59:24.495Z] #32 DONE 156.4s
09:59:24 [2021-04-02T09:59:24.495Z] 
09:59:24 [2021-04-02T09:59:24.495Z] #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
09:59:24 [2021-04-02T09:59:24.495Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
09:59:24 [2021-04-02T09:59:24.495Z] #20 11.50 Reading package lists...
09:59:24 [2021-04-02T09:59:24.495Z] #20 16.12 Reading package lists...
09:59:24 [2021-04-02T09:59:24.495Z] #20 20.05 Building dependency tree...
09:59:24 [2021-04-02T09:59:24.495Z] #20 21.82 libcap2-bin is already the newest version (1:2.25-2).
09:59:24 [2021-04-02T09:59:24.495Z] #20 21.82 The following additional packages will be installed:
09:59:24 [2021-04-02T09:59:24.495Z] #20 21.82   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
09:59:24 [2021-04-02T09:59:24.495Z] #20 21.82   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
09:59:24 [2021-04-02T09:59:24.495Z] #20 21.83   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
09:59:24 [2021-04-02T09:59:24.495Z] #20 21.83   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
09:59:24 [2021-04-02T09:59:24.495Z] #20 21.83   python3.7 python3.7-minimal vim-runtime xxd
09:59:24 [2021-04-02T09:59:24.495Z] #20 21.83 Suggested packages:
09:59:24 [2021-04-02T09:59:24.495Z] #20 21.83   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
09:59:24 [2021-04-02T09:59:24.495Z] #20 21.83   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
09:59:24 [2021-04-02T09:59:24.495Z] #20 21.84   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
09:59:24 [2021-04-02T09:59:24.495Z] #20 21.84 Recommended packages:
09:59:24 [2021-04-02T09:59:24.495Z] #20 21.84   aufs-dkms nftables build-essential python3-dev python3-keyring
09:59:24 [2021-04-02T09:59:24.495Z] #20 21.84   python3-keyrings.alt python3-xdg unzip
09:59:24 [2021-04-02T09:59:24.495Z] #20 ...
09:59:24 [2021-04-02T09:59:24.495Z] 
09:59:24 [2021-04-02T09:59:24.495Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:24 [2021-04-02T09:59:24.495Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:24 [2021-04-02T09:59:24.495Z] #43 84.97   DEP      criu/image.d
09:59:24 [2021-04-02T09:59:24.547Z] #43 65.22   CC       criu/pie/util-vdso.o
09:59:24 [2021-04-02T09:59:24.547Z] #43 ...
09:59:24 [2021-04-02T09:59:24.547Z] 
09:59:24 [2021-04-02T09:59:24.547Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
09:59:24 [2021-04-02T09:59:24.547Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
09:59:24 [2021-04-02T09:59:24.547Z] #14 DONE 5.0s
09:59:24 [2021-04-02T09:59:24.547Z] 
09:59:24 [2021-04-02T09:59:24.547Z] #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
09:59:24 [2021-04-02T09:59:24.547Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
09:59:24 [2021-04-02T09:59:24.755Z] #43 85.14   DEP      criu/image-desc.d
09:59:24 [2021-04-02T09:59:24.755Z] #43 85.23   DEP      criu/fsnotify.d
09:59:24 [2021-04-02T09:59:24.803Z] #15 ...
09:59:24 [2021-04-02T09:59:24.803Z] 
09:59:24 [2021-04-02T09:59:24.803Z] #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
09:59:24 [2021-04-02T09:59:24.803Z] #45 sha256:49a3fcc416cc75118c20d2bf4a8274cd33396b6ef0305d9f34d11d4c1747f570
09:59:24 [2021-04-02T09:59:24.803Z] #45 120.1 net/http/httptrace
09:59:24 [2021-04-02T09:59:24.803Z] #45 120.3 net/http
09:59:25 [2021-04-02T09:59:25.058Z] #45 ...
09:59:25 [2021-04-02T09:59:25.058Z] 
09:59:25 [2021-04-02T09:59:25.058Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:25 [2021-04-02T09:59:25.059Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:25 [2021-04-02T09:59:25.059Z] #43 65.99   CC       criu/pie/util-vdso-elf32.o
09:59:25 [2021-04-02T09:59:25.273Z] #43 ...
09:59:25 [2021-04-02T09:59:25.273Z] 
09:59:25 [2021-04-02T09:59:25.273Z] #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
09:59:25 [2021-04-02T09:59:25.273Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
09:59:25 [2021-04-02T09:59:25.273Z] #20 11.43 Fetched 8933 kB in 10s (875 kB/s)
09:59:25 [2021-04-02T09:59:25.325Z] #43 85.55   DEP      criu/filesystems.d
09:59:25 [2021-04-02T09:59:25.325Z] #43 85.81   DEP      criu/files.d
09:59:25 [2021-04-02T09:59:25.585Z] #43 86.11   DEP      criu/files-reg.d
09:59:25 [2021-04-02T09:59:25.702Z] #18 DONE 1.5s
09:59:25 [2021-04-02T09:59:25.702Z] 
09:59:25 [2021-04-02T09:59:25.702Z] #19 [dev-systemd-false  6/26] RUN ldconfig
09:59:25 [2021-04-02T09:59:25.702Z] #19 sha256:4c1fddb96b703d3806ef5aae6835a85678c055f769b5f99c9926d604e1adf9d6
09:59:25 [2021-04-02T09:59:25.845Z] #43 86.25   DEP      criu/files-ext.d
09:59:25 [2021-04-02T09:59:25.845Z] #43 86.33   DEP      criu/file-lock.d
09:59:25 [2021-04-02T09:59:25.985Z] #43 66.82   AR       criu/pie/pie.lib.a
09:59:25 [2021-04-02T09:59:25.985Z] #43 66.89   DEP      criu/pie/restorer.d
09:59:26 [2021-04-02T09:59:26.105Z] #43 86.44   DEP      criu/file-ids.d
09:59:26 [2021-04-02T09:59:26.105Z] #43 86.53   DEP      criu/fifo.d
09:59:26 [2021-04-02T09:59:26.105Z] #43 86.63   DEP      criu/fdstore.d
09:59:26 [2021-04-02T09:59:26.240Z] #43 67.17   DEP      criu/arch/x86/sigaction_compat_pie.d
09:59:26 [2021-04-02T09:59:26.365Z] #43 86.75   DEP      criu/fault-injection.d
09:59:26 [2021-04-02T09:59:26.365Z] #43 86.80   DEP      criu/external.d
09:59:26 [2021-04-02T09:59:26.496Z] #43 67.28   DEP      criu/arch/x86/restorer_unmap.d
09:59:26 [2021-04-02T09:59:26.496Z] #43 67.32   DEP      criu/arch/x86/restorer.d
09:59:26 [2021-04-02T09:59:26.625Z] #43 86.92   DEP      criu/eventpoll.d
09:59:26 [2021-04-02T09:59:26.625Z] #43 87.02   DEP      criu/eventfd.d
09:59:26 [2021-04-02T09:59:26.625Z] #43 87.13   DEP      criu/crtools.d
09:59:26 [2021-04-02T09:59:26.661Z] #20 11.43 Reading package lists...
09:59:26 [2021-04-02T09:59:26.661Z] #20 ...
09:59:26 [2021-04-02T09:59:26.661Z] 
09:59:26 [2021-04-02T09:59:26.661Z] #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
09:59:26 [2021-04-02T09:59:26.661Z] #45 sha256:583281a574089db2ff8d12c67758c7a674ad902bd22010a728bcb3f4691f0871
09:59:26 [2021-04-02T09:59:26.661Z] #45 136.9 github.com/LK4D4/vndr/godl
09:59:26 [2021-04-02T09:59:26.661Z] #45 137.8 github.com/LK4D4/vndr
09:59:26 [2021-04-02T09:59:26.752Z] #43 67.44   DEP      criu/arch/x86/vdso-pie.d
09:59:26 [2021-04-02T09:59:26.752Z] #43 67.55   DEP      criu/pie/parasite-vdso.d
09:59:26 [2021-04-02T09:59:26.885Z] #43 87.34   DEP      criu/cr-service.d
09:59:26 [2021-04-02T09:59:26.918Z] Client:
09:59:26 [2021-04-02T09:59:26.918Z]  Debug Mode: false
09:59:26 [2021-04-02T09:59:26.918Z]  Plugins:
09:59:26 [2021-04-02T09:59:26.918Z]   cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0)
09:59:26 [2021-04-02T09:59:26.918Z] 
09:59:26 [2021-04-02T09:59:26.918Z] Server:
09:59:26 [2021-04-02T09:59:26.919Z]  Containers: 0
09:59:26 [2021-04-02T09:59:26.919Z]   Running: 0
09:59:26 [2021-04-02T09:59:26.919Z]   Paused: 0
09:59:26 [2021-04-02T09:59:26.919Z]   Stopped: 0
09:59:26 [2021-04-02T09:59:26.919Z]  Images: 0
09:59:26 [2021-04-02T09:59:26.919Z]  Server Version: 19.03.12
09:59:26 [2021-04-02T09:59:26.919Z]  Storage Driver: lcow (linux) windowsfilter (windows)
09:59:26 [2021-04-02T09:59:26.919Z]   LCOW: 
09:59:26 [2021-04-02T09:59:26.919Z]   Windows: 
09:59:26 [2021-04-02T09:59:26.919Z]  Logging Driver: json-file
09:59:26 [2021-04-02T09:59:26.919Z]  Plugins:
09:59:26 [2021-04-02T09:59:26.919Z]   Volume: local
09:59:26 [2021-04-02T09:59:26.919Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
09:59:26 [2021-04-02T09:59:26.919Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
09:59:26 [2021-04-02T09:59:26.919Z]  Swarm: inactive
09:59:26 [2021-04-02T09:59:26.919Z]  Default Isolation: process
09:59:26 [2021-04-02T09:59:26.919Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
09:59:26 [2021-04-02T09:59:26.919Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757)
09:59:26 [2021-04-02T09:59:26.919Z]  OSType: windows
09:59:26 [2021-04-02T09:59:26.919Z]  Architecture: x86_64
09:59:26 [2021-04-02T09:59:26.919Z]  CPUs: 4
09:59:26 [2021-04-02T09:59:26.919Z]  Total Memory: 32GiB
09:59:26 [2021-04-02T09:59:26.919Z]  Name: azwin-2-c4f890
09:59:26 [2021-04-02T09:59:26.919Z]  ID: WN5Z:FHZS:DLL2:44FT:5VQE:5IBG:D3OX:ZQY2:XHHE:F6GE:ORMY:IJ6Q
09:59:26 [2021-04-02T09:59:26.919Z]  Docker Root Dir: D:\docker
09:59:26 [2021-04-02T09:59:26.919Z]  Debug Mode: false
09:59:26 [2021-04-02T09:59:26.919Z]  Registry: https://index.docker.io/v1/
09:59:26 [2021-04-02T09:59:26.919Z]  Labels:
09:59:26 [2021-04-02T09:59:26.919Z]  Experimental: true
09:59:26 [2021-04-02T09:59:26.919Z]  Insecure Registries:
09:59:26 [2021-04-02T09:59:26.919Z]   10.0.0.4:5000
09:59:26 [2021-04-02T09:59:26.919Z]   127.0.0.0/8
09:59:26 [2021-04-02T09:59:26.919Z]  Registry Mirrors:
09:59:26 [2021-04-02T09:59:26.919Z]   http://10.0.0.4:5000/
09:59:26 [2021-04-02T09:59:26.919Z]  Live Restore Enabled: false
09:59:26 [2021-04-02T09:59:26.919Z] 
09:59:26 [2021-04-02T09:59:26.933Z] #45 ...
09:59:26 [2021-04-02T09:59:26.933Z] 
09:59:26 [2021-04-02T09:59:26.933Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:26 [2021-04-02T09:59:26.933Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:26 [2021-04-02T09:59:26.933Z] #43 72.09   LINK     criu/pie/restorer.built-in.o
09:59:26 [2021-04-02T09:59:26.933Z] #43 72.12   GEN      criu/pie/restorer-blob.h
09:59:26 [2021-04-02T09:59:26.933Z] #43 72.24   DEP      criu/vdso.d
09:59:26 [2021-04-02T09:59:26.933Z] #43 72.41   DEP      criu/vdso-compat.d
09:59:26 [2021-04-02T09:59:26.933Z] #43 72.52   DEP      criu/uts_ns.d
09:59:26 [2021-04-02T09:59:26.933Z] #43 72.73   DEP      criu/util.d
09:59:26 [2021-04-02T09:59:26.933Z] #43 72.96   DEP      criu/uffd.d
09:59:26 [2021-04-02T09:59:26.933Z] #43 ...
09:59:26 [2021-04-02T09:59:26.933Z] 
09:59:26 [2021-04-02T09:59:26.933Z] #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
09:59:26 [2021-04-02T09:59:26.933Z] #45 sha256:583281a574089db2ff8d12c67758c7a674ad902bd22010a728bcb3f4691f0871
09:59:26 [2021-04-02T09:59:26.933Z] #45 DONE 147.2s
09:59:26 [2021-04-02T09:59:26.933Z] 
09:59:26 [2021-04-02T09:59:26.933Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:26 [2021-04-02T09:59:26.933Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:26 [2021-04-02T09:59:26.933Z] #43 73.11   DEP      criu/tun.d
09:59:27 [2021-04-02T09:59:27.009Z] #43 67.78   DEP      criu/pie/parasite.d
[Pipeline] }
[Pipeline] // stage
09:59:27 [2021-04-02T09:59:27.095Z] #19 DONE 1.6s
09:59:27 [2021-04-02T09:59:27.095Z] 
09:59:27 [2021-04-02T09:59:27.095Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
09:59:27 [2021-04-02T09:59:27.095Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] powershell
09:59:27 [2021-04-02T09:59:27.144Z] #43 87.49   DEP      criu/cr-restore.d
09:59:27 [2021-04-02T09:59:27.195Z] #43 73.38   DEP      criu/tty.d
09:59:27 [2021-04-02T09:59:27.265Z] #43 68.04   CC       criu/pie/parasite.o
09:59:27 [2021-04-02T09:59:27.404Z] #43 87.70   DEP      criu/cr-errno.d
09:59:27 [2021-04-02T09:59:27.404Z] #43 87.71   DEP      criu/cr-dump.d
09:59:27 [2021-04-02T09:59:27.404Z] #43 87.89   DEP      criu/cr-dedup.d
09:59:27 [2021-04-02T09:59:27.456Z] #43 73.56   DEP      criu/timerfd.d
09:59:27 [2021-04-02T09:59:27.456Z] #43 ...
09:59:27 [2021-04-02T09:59:27.456Z] 
09:59:27 [2021-04-02T09:59:27.456Z] #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
09:59:27 [2021-04-02T09:59:27.456Z] #53 sha256:3b007738d7cfc97c8c9663b500363e7bed8dbd69879f11fe31b3c965a033de71
09:59:27 [2021-04-02T09:59:27.456Z] #53 12.58 + cd /tmp/tmp.Xoj6KB9gnb/src/github.com/opencontainers/runc
09:59:27 [2021-04-02T09:59:27.456Z] #53 12.58 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
09:59:27 [2021-04-02T09:59:27.456Z] #53 13.05 + '[' -z '' ']'
09:59:27 [2021-04-02T09:59:27.456Z] #53 13.05 + target=static
09:59:27 [2021-04-02T09:59:27.456Z] #53 13.05 + make 'BUILDTAGS=seccomp ' static
09:59:27 [2021-04-02T09:59:27.456Z] #53 13.37 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 .
09:59:27 [2021-04-02T09:59:27.664Z] #43 88.10   DEP      criu/cr-check.d
09:59:27 [2021-04-02T09:59:27.717Z] #53 ...
09:59:27 [2021-04-02T09:59:27.717Z] 
09:59:27 [2021-04-02T09:59:27.717Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:27 [2021-04-02T09:59:27.717Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:27 [2021-04-02T09:59:27.717Z] #43 73.87   DEP      criu/timens.d
09:59:27 [2021-04-02T09:59:27.924Z] #43 88.26   DEP      criu/config.d
09:59:27 [2021-04-02T09:59:27.924Z] #43 88.44   DEP      criu/clone-noasan.d
09:59:27 [2021-04-02T09:59:27.979Z] #43 74.20   DEP      criu/sysfs_parse.d
09:59:28 [2021-04-02T09:59:28.184Z] #43 88.51   DEP      criu/cgroup.d
09:59:28 [2021-04-02T09:59:28.184Z] #43 88.67   DEP      criu/cgroup-props.d
09:59:28 [2021-04-02T09:59:28.241Z] #43 74.29   DEP      criu/sysctl.d
09:59:28 [2021-04-02T09:59:28.444Z] #43 88.76   DEP      criu/bitmap.d
09:59:28 [2021-04-02T09:59:28.444Z] #43 88.77   DEP      criu/bfd.d
09:59:28 [2021-04-02T09:59:28.444Z] #43 88.87   DEP      criu/autofs.d
09:59:28 [2021-04-02T09:59:28.502Z] #43 74.45   DEP      criu/string.d
09:59:28 [2021-04-02T09:59:28.502Z] #43 74.47   DEP      criu/stats.d
09:59:28 [2021-04-02T09:59:28.502Z] #43 74.59   DEP      criu/sockets.d
09:59:28 [2021-04-02T09:59:28.632Z] #43 69.39   LINK     criu/pie/parasite.built-in.o
09:59:28 [2021-04-02T09:59:28.632Z] #43 69.41   GEN      criu/pie/parasite-blob.h
09:59:28 [2021-04-02T09:59:28.632Z] #43 69.45   CC       criu/pie/parasite-vdso.o
09:59:28 [2021-04-02T09:59:28.704Z] #43 88.99   DEP      criu/aio.d
09:59:28 [2021-04-02T09:59:28.704Z] #43 89.13   DEP      criu/action-scripts.d
09:59:28 [2021-04-02T09:59:28.742Z] #56 198.0 + bin/containerd
09:59:28 [2021-04-02T09:59:28.764Z] #43 74.74   DEP      criu/sk-unix.d
09:59:28 [2021-04-02T09:59:28.764Z] #43 74.92   DEP      criu/sk-tcp.d
09:59:28 [2021-04-02T09:59:28.964Z] #43 89.48   CC       criu/action-scripts.o
09:59:29 [2021-04-02T09:59:29.023Z] #20 1.833 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
09:59:29 [2021-04-02T09:59:29.023Z] #20 1.834 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
09:59:29 [2021-04-02T09:59:29.023Z] #20 1.871 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:59:29 [2021-04-02T09:59:29.023Z] #20 2.013 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:59:29 [2021-04-02T09:59:29.025Z] #43 75.11   DEP      criu/sk-queue.d
09:59:29 [2021-04-02T09:59:29.025Z] #43 75.25   DEP      criu/sk-packet.d
09:59:29 [2021-04-02T09:59:29.195Z] #43 ...
09:59:29 [2021-04-02T09:59:29.195Z] 
09:59:29 [2021-04-02T09:59:29.195Z] #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
09:59:29 [2021-04-02T09:59:29.195Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
09:59:29 [2021-04-02T09:59:29.195Z] #15 DONE 4.5s
09:59:29 [2021-04-02T09:59:29.289Z] #43 75.40   DEP      criu/sk-netlink.d
09:59:29 [2021-04-02T09:59:29.293Z] #20 2.523 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [454 kB]
09:59:29 [2021-04-02T09:59:29.451Z] 
09:59:29 [2021-04-02T09:59:29.451Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
09:59:29 [2021-04-02T09:59:29.451Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
09:59:29 [2021-04-02T09:59:29.451Z] #16 ...
09:59:29 [2021-04-02T09:59:29.451Z] 
09:59:29 [2021-04-02T09:59:29.451Z] #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
09:59:29 [2021-04-02T09:59:29.451Z] #53 sha256:cec7fab37d2966e890c99227a73ddee231dbc4eb01dbaf0dd84da2c5950cf509
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.861 + RM_GOPATH=0
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.861 + TMP_GOPATH=
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.861 + : /build
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.861 + '[' -z '' ']'
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.861 ++ mktemp -d
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.866 + export GOPATH=/tmp/tmp.3g3Jn1qoC5
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.866 + GOPATH=/tmp/tmp.3g3Jn1qoC5
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.866 + RM_GOPATH=1
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.866 + case "$(go env GOARCH)" in
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.866 ++ go env GOARCH
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.888 + export GO_BUILDMODE=-buildmode=pie
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.888 + GO_BUILDMODE=-buildmode=pie
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.888 ++ dirname /tmp/install/install.sh
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.889 + dir=/tmp/install
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.894 + bin=runc
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.894 + shift
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.894 + '[' '!' -f /tmp/install/runc.installer ']'
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.898 + . /tmp/install/runc.installer
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.898 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.898 + install_runc
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.898 + uname -r
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.898 + grep -q '^3\.10\.0.*\.el7\.'
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.899 + RUNC_BUILDTAGS='seccomp '
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.899 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.899 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.910 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.3g3Jn1qoC5/src/github.com/opencontainers/runc
09:59:29 [2021-04-02T09:59:29.451Z] #53 5.910 Cloning into '/tmp/tmp.3g3Jn1qoC5/src/github.com/opencontainers/runc'...
09:59:29 [2021-04-02T09:59:29.535Z] #43 89.88   CC       criu/aio.o
09:59:29 [2021-04-02T09:59:29.553Z] #43 75.58   DEP      criu/sk-inet.d
09:59:29 [2021-04-02T09:59:29.708Z] #53 ...
09:59:29 [2021-04-02T09:59:29.708Z] 
09:59:29 [2021-04-02T09:59:29.708Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:29 [2021-04-02T09:59:29.708Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:29 [2021-04-02T09:59:29.708Z] #43 70.26   CC       criu/arch/x86/vdso-pie.o
09:59:29 [2021-04-02T09:59:29.708Z] #43 70.61   CC       criu/arch/x86/restorer.o
09:59:29 [2021-04-02T09:59:29.814Z] #43 75.79   DEP      criu/signalfd.d
09:59:29 [2021-04-02T09:59:29.814Z] #43 75.90   DEP      criu/sigframe.d
09:59:29 [2021-04-02T09:59:29.814Z] #43 75.99   DEP      criu/shmem.d
09:59:29 [2021-04-02T09:59:29.868Z] #20 ...
09:59:29 [2021-04-02T09:59:29.868Z] 
09:59:29 [2021-04-02T09:59:29.868Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:29 [2021-04-02T09:59:29.868Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
09:59:29 [2021-04-02T09:59:29.868Z] #43 35.72   CC       images/siginfo.o
09:59:29 [2021-04-02T09:59:29.868Z] #43 35.97   CC       images/rpc.o
09:59:29 [2021-04-02T09:59:29.868Z] #43 37.11   CC       images/ext-file.o
09:59:29 [2021-04-02T09:59:29.868Z] #43 37.40   CC       images/cgroup.o
09:59:29 [2021-04-02T09:59:29.868Z] #43 38.28   CC       images/userns.o
09:59:29 [2021-04-02T09:59:29.868Z] #43 38.76   CC       images/google/protobuf/descriptor.o
09:59:29 [2021-04-02T09:59:29.868Z] #43 40.80   CC       images/opts.o
09:59:29 [2021-04-02T09:59:29.868Z] #43 40.94   CC       images/seccomp.o
09:59:29 [2021-04-02T09:59:29.868Z] #43 41.20   CC       images/binfmt-misc.o
09:59:29 [2021-04-02T09:59:29.868Z] #43 41.40   CC       images/time.o
09:59:29 [2021-04-02T09:59:29.868Z] #43 41.64   CC       images/sysctl.o
09:59:29 [2021-04-02T09:59:29.868Z] #43 41.86   CC       images/autofs.o
09:59:29 [2021-04-02T09:59:29.868Z] #43 42.04   CC       images/macvlan.o
09:59:29 [2021-04-02T09:59:29.868Z] #43 42.26   CC       images/sit.o
09:59:29 [2021-04-02T09:59:29.868Z] #43 42.52   CC       images/memfd.o
09:59:29 [2021-04-02T09:59:29.868Z] #43 42.84   CC       images/timens.o
09:59:29 [2021-04-02T09:59:29.868Z] #43 43.18   LINK     images/built-in.o
09:59:29 [2021-04-02T09:59:29.868Z] #43 43.46   GEN      compel/include/asm
09:59:29 [2021-04-02T09:59:29.868Z] #43 43.50   GEN      compel/include/version.h
09:59:29 [2021-04-02T09:59:29.868Z] #43 43.52 touch .config
09:59:29 [2021-04-02T09:59:29.868Z] #43 43.58   GEN      include/common/config.h
09:59:29 [2021-04-02T09:59:29.868Z] #43 43.73   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
09:59:29 [2021-04-02T09:59:29.868Z] #43 43.75   GEN      compel/arch/aarch64/plugins/std/syscalls/syscalls.S
09:59:29 [2021-04-02T09:59:29.868Z] #43 43.84   DEP      compel/arch/aarch64/plugins/std/syscalls/syscalls.d
09:59:29 [2021-04-02T09:59:29.868Z] #43 43.86   DEP      compel/arch/aarch64/plugins/std/parasite-head.d
09:59:29 [2021-04-02T09:59:29.868Z] #43 43.88   DEP      compel/plugins/std/infect.d
09:59:29 [2021-04-02T09:59:29.868Z] #43 44.03   DEP      compel/plugins/std/string.d
09:59:29 [2021-04-02T09:59:29.868Z] #43 44.10   DEP      compel/plugins/std/log.d
09:59:29 [2021-04-02T09:59:29.868Z] #43 44.22   DEP      compel/plugins/std/fds.d
09:59:29 [2021-04-02T09:59:29.868Z] #43 44.39   DEP      compel/plugins/std/std.d
09:59:29 [2021-04-02T09:59:29.868Z] #43 44.49   DEP      compel/plugins/shmem/shmem.d
09:59:29 [2021-04-02T09:59:29.868Z] #43 44.56   DEP      compel/plugins/fds/fds.d
09:59:29 [2021-04-02T09:59:29.868Z] #43 44.75   CC       compel/plugins/std/std.o
09:59:29 [2021-04-02T09:59:29.868Z] #43 45.17   CC       compel/plugins/std/fds.o
09:59:29 [2021-04-02T09:59:29.868Z] #43 45.57   CC       compel/plugins/std/log.o
09:59:30 [2021-04-02T09:59:30.076Z] #43 76.09   DEP      criu/servicefd.d
09:59:30 [2021-04-02T09:59:30.076Z] #43 76.22   DEP      criu/seize.d
09:59:30 [2021-04-02T09:59:30.104Z] #43 90.35   CC       criu/autofs.o
09:59:30 [2021-04-02T09:59:30.338Z] #43 76.38   DEP      criu/seccomp.d
09:59:30 [2021-04-02T09:59:30.338Z] #43 76.55   DEP      criu/rst-malloc.d
09:59:30 [2021-04-02T09:59:30.338Z] #43 76.64   DEP      criu/rbtree.d
09:59:30 [2021-04-02T09:59:30.443Z] #43 46.36   CC       compel/plugins/std/string.o
09:59:30 [2021-04-02T09:59:30.443Z] #43 ...
09:59:30 [2021-04-02T09:59:30.443Z] 
09:59:30 [2021-04-02T09:59:30.443Z] #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
09:59:30 [2021-04-02T09:59:30.443Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
09:59:30 [2021-04-02T09:59:30.443Z] #20 3.464 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
09:59:30 [2021-04-02T09:59:30.600Z] #43 76.70   DEP      criu/pstree.d
09:59:30 [2021-04-02T09:59:30.600Z] #43 76.89   DEP      criu/protobuf.d
09:59:30 [2021-04-02T09:59:30.638Z] #43 71.26   CC       criu/arch/x86/restorer_unmap.o
09:59:30 [2021-04-02T09:59:30.638Z] #43 71.37   CC       criu/arch/x86/sigaction_compat_pie.o
09:59:30 [2021-04-02T09:59:30.894Z] #43 71.58   CC       criu/pie/restorer.o
09:59:31 [2021-04-02T09:59:31.175Z] #43 77.07   GEN      criu/protobuf-desc-gen.h
09:59:31 [2021-04-02T09:59:31.486Z] #43 91.58   CC       criu/bfd.o
09:59:31 [2021-04-02T09:59:31.486Z] #43 ...
09:59:31 [2021-04-02T09:59:31.486Z] 
09:59:31 [2021-04-02T09:59:31.486Z] #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
09:59:31 [2021-04-02T09:59:31.486Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.21 The following NEW packages will be installed:
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.21   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.21   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.21   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.21   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.21   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.21   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.22   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.22   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.22   xz-utils zip
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.55 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded.
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.55 Need to get 28.5 MB of archives.
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.55 After this operation, 116 MB of additional disk space will be used.
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.55 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.55 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.58 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.66 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.67 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.67 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.76 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.78 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.78 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.79 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.79 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.79 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.80 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.81 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.81 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.81 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.82 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.83 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.84 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.86 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.86 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.87 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.89 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.90 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.91 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.93 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.93 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.93 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 24.93 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 25.38 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 25.38 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 25.38 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 25.38 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 25.39 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 25.40 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 25.46 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 25.47 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 25.48 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 25.48 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 25.49 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 25.50 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 25.51 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 25.56 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 25.58 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 25.60 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 25.92 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 25.98 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 26.02 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
09:59:31 [2021-04-02T09:59:31.486Z] #20 26.64 debconf: delaying package configuration, since apt-utils is not installed
09:59:31 [2021-04-02T09:59:31.486Z] #20 26.72 Fetched 28.5 MB in 2s (16.5 MB/s)
09:59:31 [2021-04-02T09:59:31.486Z] #20 26.77 Selecting previously unselected package pigz.
09:59:31 [2021-04-02T09:59:31.486Z] #20 26.77 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23435 files and directories currently installed.)
09:59:31 [2021-04-02T09:59:31.486Z] #20 26.81 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
09:59:31 [2021-04-02T09:59:31.486Z] #20 26.82 Unpacking pigz (2.4-1) ...
09:59:31 [2021-04-02T09:59:31.486Z] #20 26.90 Selecting previously unselected package libpython3.7-minimal:amd64.
09:59:31 [2021-04-02T09:59:31.486Z] #20 26.91 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
09:59:31 [2021-04-02T09:59:31.486Z] #20 26.91 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
09:59:31 [2021-04-02T09:59:31.486Z] #20 27.29 Selecting previously unselected package python3.7-minimal.
09:59:31 [2021-04-02T09:59:31.486Z] #20 27.29 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
09:59:31 [2021-04-02T09:59:31.486Z] #20 27.30 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
09:59:31 [2021-04-02T09:59:31.486Z] #20 28.10 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
09:59:31 [2021-04-02T09:59:31.486Z] #20 28.13 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
09:59:31 [2021-04-02T09:59:31.486Z] #20 29.93 Selecting previously unselected package python3-minimal.
09:59:31 [2021-04-02T09:59:31.747Z] #20 29.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 ... 23684 files and directories currently installed.)
09:59:31 [2021-04-02T09:59:31.747Z] #20 30.02 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
09:59:31 [2021-04-02T09:59:31.747Z] #20 30.02 Unpacking python3-minimal (3.7.3-1) ...
09:59:31 [2021-04-02T09:59:31.747Z] #20 30.11 Selecting previously unselected package libmpdec2:amd64.
09:59:31 [2021-04-02T09:59:31.747Z] #20 30.12 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
09:59:31 [2021-04-02T09:59:31.747Z] #20 30.13 Unpacking libmpdec2:amd64 (2.4.2-2) ...
09:59:31 [2021-04-02T09:59:31.835Z] #20 4.612 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [266 kB]
09:59:32 [2021-04-02T09:59:32.007Z] #20 30.23 Selecting previously unselected package libpython3.7-stdlib:amd64.
09:59:32 [2021-04-02T09:59:32.007Z] #20 30.24 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
09:59:32 [2021-04-02T09:59:32.007Z] #20 30.25 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
09:59:32 [2021-04-02T09:59:32.410Z] #20 5.526 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B]
09:59:32 [2021-04-02T09:59:32.562Z] #43 78.53   DEP      criu/protobuf-desc.d
09:59:32 [2021-04-02T09:59:32.562Z] #43 78.72   DEP      criu/proc_parse.d
09:59:32 [2021-04-02T09:59:32.670Z] #20 ...
09:59:32 [2021-04-02T09:59:32.670Z] 
09:59:32 [2021-04-02T09:59:32.670Z] #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
09:59:32 [2021-04-02T09:59:32.670Z] #45 sha256:de17cbf6b44affddabceccd5590b449a3b9233a3f29173d76b9282f7fedf7ee6
09:59:32 [2021-04-02T09:59:32.671Z] #45 105.9 github.com/LK4D4/vndr/godl
09:59:32 [2021-04-02T09:59:32.671Z] #45 106.7 github.com/LK4D4/vndr
09:59:32 [2021-04-02T09:59:32.671Z] #45 DONE 114.7s
09:59:32 [2021-04-02T09:59:32.671Z] 
09:59:32 [2021-04-02T09:59:32.671Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:32 [2021-04-02T09:59:32.671Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
09:59:32 [2021-04-02T09:59:32.671Z] #43 46.85   CC       compel/plugins/std/infect.o
09:59:32 [2021-04-02T09:59:32.671Z] #43 47.24   CC       compel/arch/aarch64/plugins/std/parasite-head.o
09:59:32 [2021-04-02T09:59:32.671Z] #43 47.32   CC       compel/arch/aarch64/plugins/std/syscalls/syscalls.o
09:59:32 [2021-04-02T09:59:32.671Z] #43 47.47   AR       compel/plugins/std.lib.a
09:59:32 [2021-04-02T09:59:32.671Z] #43 47.56   CC       compel/plugins/fds/fds.o
09:59:32 [2021-04-02T09:59:32.671Z] #43 47.88   AR       compel/plugins/fds.lib.a
09:59:32 [2021-04-02T09:59:32.671Z] #43 47.95   HOSTDEP  compel/src/lib/log-host.d
09:59:32 [2021-04-02T09:59:32.671Z] #43 48.17   HOSTDEP  compel/src/lib/handle-elf-host.d
09:59:32 [2021-04-02T09:59:32.671Z] #43 48.35   HOSTDEP  compel/arch/aarch64/src/lib/handle-elf-host.d
09:59:32 [2021-04-02T09:59:32.671Z] #43 48.47   HOSTDEP  compel/src/main-host.d
09:59:32 [2021-04-02T09:59:32.671Z] #43 48.57   DEP      compel/src/lib/ptrace.d
09:59:32 [2021-04-02T09:59:32.671Z] #43 48.72   DEP      compel/src/lib/infect.d
09:59:32 [2021-04-02T09:59:32.823Z] #43 78.85   DEP      criu/plugin.d
09:59:32 [2021-04-02T09:59:32.823Z] #43 78.92   DEP      criu/pipes.d
09:59:32 [2021-04-02T09:59:32.930Z] #56 ...
09:59:32 [2021-04-02T09:59:32.930Z] 
09:59:32 [2021-04-02T09:59:32.930Z] #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
09:59:32 [2021-04-02T09:59:32.930Z] #53 sha256:e66f9d4424f61c8ee7f19682c94e2a9df6f10280bdbc8cf1d4037350306e24ff
09:59:32 [2021-04-02T09:59:32.930Z] #53 124.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
09:59:32 [2021-04-02T09:59:32.930Z] #53 125.1 + mkdir -p /build
09:59:32 [2021-04-02T09:59:32.930Z] #53 125.1 + cp runc /build/runc
09:59:32 [2021-04-02T09:59:32.930Z] #53 DONE 125.6s
09:59:32 [2021-04-02T09:59:32.931Z] #43 48.99   DEP      compel/src/lib/infect-util.d
09:59:32 [2021-04-02T09:59:32.946Z] #20 31.22 Selecting previously unselected package python3.7.
09:59:32 [2021-04-02T09:59:32.946Z] #20 31.22 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
09:59:32 [2021-04-02T09:59:32.946Z] #20 31.23 Unpacking python3.7 (3.7.3-2+deb10u3) ...
09:59:32 [2021-04-02T09:59:32.946Z] #20 31.38 Selecting previously unselected package libpython3-stdlib:amd64.
09:59:32 [2021-04-02T09:59:32.946Z] #20 31.38 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
09:59:32 [2021-04-02T09:59:32.946Z] #20 31.39 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
09:59:32 [2021-04-02T09:59:32.946Z] #20 31.48 Setting up python3-minimal (3.7.3-1) ...
09:59:33 [2021-04-02T09:59:33.084Z] #43 79.16   DEP      criu/pie-util.d
09:59:33 [2021-04-02T09:59:33.084Z] #43 79.25   DEP      criu/pie-util-vdso.d
09:59:33 [2021-04-02T09:59:33.084Z] #43 79.38   DEP      criu/pie-util-vdso-elf32.d
09:59:33 [2021-04-02T09:59:33.186Z] 
09:59:33 [2021-04-02T09:59:33.186Z] #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
09:59:33 [2021-04-02T09:59:33.186Z] #56 sha256:66b1dd165e3257932fcdcc9945262b217dea8b287b96daacca97daa9c6f2bcce
09:59:33 [2021-04-02T09:59:33.192Z] #43 49.19   DEP      compel/src/lib/infect-rpc.d
09:59:33 [2021-04-02T09:59:33.192Z] #43 49.34   DEP      compel/arch/aarch64/src/lib/infect.d
09:59:33 [2021-04-02T09:59:33.346Z] #43 79.47   DEP      criu/path.d
09:59:33 [2021-04-02T09:59:33.414Z] #43 ...
09:59:33 [2021-04-02T09:59:33.415Z] 
09:59:33 [2021-04-02T09:59:33.415Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
09:59:33 [2021-04-02T09:59:33.415Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
09:59:33 [2021-04-02T09:59:33.415Z] #16 3.915 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
09:59:33 [2021-04-02T09:59:33.415Z] #16 DONE 4.0s
09:59:33 [2021-04-02T09:59:33.415Z] 
09:59:33 [2021-04-02T09:59:33.415Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
09:59:33 [2021-04-02T09:59:33.415Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
09:59:33 [2021-04-02T09:59:33.453Z] #43 49.56   DEP      compel/arch/aarch64/src/lib/cpu.d
09:59:33 [2021-04-02T09:59:33.453Z] #43 49.61   DEP      compel/src/lib/log.d
09:59:33 [2021-04-02T09:59:33.453Z] #43 49.70   DEP      compel/src/main.d
09:59:33 [2021-04-02T09:59:33.607Z] #43 79.55   DEP      criu/parasite-syscall.d
09:59:33 [2021-04-02T09:59:33.607Z] #43 79.83   DEP      criu/pagemap.d
09:59:33 [2021-04-02T09:59:33.721Z] #43 49.91   DEP      compel/src/lib/handle-elf.d
09:59:33 [2021-04-02T09:59:33.868Z] #43 80.04   DEP      criu/pagemap-cache.d
09:59:34 [2021-04-02T09:59:34.130Z] #43 80.24   DEP      criu/page-xfer.d
09:59:34 [2021-04-02T09:59:34.305Z] #43 50.17   DEP      compel/arch/aarch64/src/lib/handle-elf.d
09:59:34 [2021-04-02T09:59:34.305Z] #43 50.35   CC       compel/src/lib/log.o
09:59:34 [2021-04-02T09:59:34.392Z] #43 80.45   DEP      criu/page-pipe.d
09:59:34 [2021-04-02T09:59:34.392Z] #43 80.61   DEP      criu/netfilter.d
09:59:34 [2021-04-02T09:59:34.397Z] #20 32.41 Selecting previously unselected package python3.
09:59:34 [2021-04-02T09:59:34.397Z] #20 32.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 ... 24096 files and directories currently installed.)
09:59:34 [2021-04-02T09:59:34.397Z] #20 32.54 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
09:59:34 [2021-04-02T09:59:34.397Z] #20 32.56 Unpacking python3 (3.7.3-1) ...
09:59:34 [2021-04-02T09:59:34.397Z] #20 32.79 Selecting previously unselected package libip4tc0:amd64.
09:59:34 [2021-04-02T09:59:34.397Z] #20 32.79 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
09:59:34 [2021-04-02T09:59:34.397Z] #20 32.80 Unpacking libip4tc0:amd64 (1.8.2-4) ...
09:59:34 [2021-04-02T09:59:34.397Z] #20 32.93 Selecting previously unselected package libip6tc0:amd64.
09:59:34 [2021-04-02T09:59:34.557Z] #56 ...
09:59:34 [2021-04-02T09:59:34.557Z] 
09:59:34 [2021-04-02T09:59:34.557Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
09:59:34 [2021-04-02T09:59:34.557Z] #54 sha256:244b946ddce3a2920e3dd0b877e0477fb71a7cdc685a9feb03834bb3f6c9400b
09:59:34 [2021-04-02T09:59:34.557Z] #54 DONE 0.3s
09:59:34 [2021-04-02T09:59:34.557Z] 
09:59:34 [2021-04-02T09:59:34.557Z] #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
09:59:34 [2021-04-02T09:59:34.557Z] #56 sha256:66b1dd165e3257932fcdcc9945262b217dea8b287b96daacca97daa9c6f2bcce
09:59:34 [2021-04-02T09:59:34.568Z] #43 50.71   CC       compel/arch/aarch64/src/lib/cpu.o
09:59:34 [2021-04-02T09:59:34.653Z] #43 80.79   DEP      criu/net.d
09:59:34 [2021-04-02T09:59:34.657Z] #20 32.93 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
09:59:34 [2021-04-02T09:59:34.657Z] #20 32.94 Unpacking libip6tc0:amd64 (1.8.2-4) ...
09:59:34 [2021-04-02T09:59:34.657Z] #20 33.05 Selecting previously unselected package libiptc0:amd64.
09:59:34 [2021-04-02T09:59:34.657Z] #20 33.05 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
09:59:34 [2021-04-02T09:59:34.657Z] #20 33.06 Unpacking libiptc0:amd64 (1.8.2-4) ...
09:59:34 [2021-04-02T09:59:34.657Z] #20 33.18 Selecting previously unselected package libnfnetlink0:amd64.
09:59:34 [2021-04-02T09:59:34.830Z] #43 51.01   CC       compel/arch/aarch64/src/lib/infect.o
09:59:34 [2021-04-02T09:59:34.915Z] #43 81.01   DEP      criu/namespaces.d
09:59:34 [2021-04-02T09:59:34.927Z] #20 33.19 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
09:59:34 [2021-04-02T09:59:34.927Z] #20 33.19 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
09:59:34 [2021-04-02T09:59:34.927Z] #20 33.32 Selecting previously unselected package libnetfilter-conntrack3:amd64.
09:59:34 [2021-04-02T09:59:34.927Z] #20 33.32 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
09:59:34 [2021-04-02T09:59:34.927Z] #20 33.33 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
09:59:34 [2021-04-02T09:59:34.927Z] #20 33.41 Selecting previously unselected package libnftnl11:amd64.
09:59:34 [2021-04-02T09:59:34.927Z] #20 33.41 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
09:59:34 [2021-04-02T09:59:34.927Z] #20 33.42 Unpacking libnftnl11:amd64 (1.1.2-2) ...
09:59:35 [2021-04-02T09:59:35.092Z] #43 ...
09:59:35 [2021-04-02T09:59:35.092Z] 
09:59:35 [2021-04-02T09:59:35.092Z] #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
09:59:35 [2021-04-02T09:59:35.092Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805
09:59:35 [2021-04-02T09:59:35.092Z] #32 DONE 117.0s
09:59:35 [2021-04-02T09:59:35.176Z] #43 81.17   DEP      criu/mount.d
09:59:35 [2021-04-02T09:59:35.202Z] #20 33.54 Selecting previously unselected package iptables.
09:59:35 [2021-04-02T09:59:35.202Z] #20 33.55 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
09:59:35 [2021-04-02T09:59:35.202Z] #20 33.55 Unpacking iptables (1.8.2-4) ...
09:59:35 [2021-04-02T09:59:35.355Z] 
09:59:35 [2021-04-02T09:59:35.355Z] #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
09:59:35 [2021-04-02T09:59:35.355Z] #53 sha256:ae094ee008b168a8a15f97a013288dbb8f9078a381c1c12e35ecf269afed3ee7
09:59:35 [2021-04-02T09:59:35.355Z] #53 9.911 + cd /tmp/tmp.lwLLPy1qh0/src/github.com/opencontainers/runc
09:59:35 [2021-04-02T09:59:35.355Z] #53 9.918 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
09:59:35 [2021-04-02T09:59:35.355Z] #53 10.25 + '[' -z '' ']'
09:59:35 [2021-04-02T09:59:35.355Z] #53 10.25 + target=static
09:59:35 [2021-04-02T09:59:35.355Z] #53 10.25 + make 'BUILDTAGS=seccomp ' static
09:59:35 [2021-04-02T09:59:35.355Z] #53 10.90 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 .
09:59:35 [2021-04-02T09:59:35.355Z] #53 ...
09:59:35 [2021-04-02T09:59:35.355Z] 
09:59:35 [2021-04-02T09:59:35.355Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:35 [2021-04-02T09:59:35.355Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
09:59:35 [2021-04-02T09:59:35.355Z] #43 51.57   CC       compel/src/lib/infect-rpc.o
09:59:35 [2021-04-02T09:59:35.437Z] #43 81.43   DEP      criu/memfd.d
09:59:35 [2021-04-02T09:59:35.437Z] #43 81.61   DEP      criu/mem.d
09:59:35 [2021-04-02T09:59:35.480Z] #20 33.86 Selecting previously unselected package xxd.
09:59:35 [2021-04-02T09:59:35.480Z] #20 33.88 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
09:59:35 [2021-04-02T09:59:35.480Z] #20 33.88 Unpacking xxd (2:8.1.0875-5) ...
09:59:35 [2021-04-02T09:59:35.480Z] #20 34.01 Selecting previously unselected package vim-common.
09:59:35 [2021-04-02T09:59:35.618Z] #43 51.86   CC       compel/src/lib/infect-util.o
09:59:35 [2021-04-02T09:59:35.698Z] #43 ...
09:59:35 [2021-04-02T09:59:35.698Z] 
09:59:35 [2021-04-02T09:59:35.698Z] #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
09:59:35 [2021-04-02T09:59:35.698Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
09:59:35 [2021-04-02T09:59:35.698Z] #32 DONE 155.3s
09:59:35 [2021-04-02T09:59:35.698Z] 
09:59:35 [2021-04-02T09:59:35.698Z] #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
09:59:35 [2021-04-02T09:59:35.698Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
09:59:35 [2021-04-02T09:59:35.698Z] #20 11.43 Reading package lists...
09:59:35 [2021-04-02T09:59:35.698Z] #20 15.91 Reading package lists...
09:59:35 [2021-04-02T09:59:35.698Z] #20 19.64 Building dependency tree...
09:59:35 [2021-04-02T09:59:35.698Z] #20 20.86 libcap2-bin is already the newest version (1:2.25-2).
09:59:35 [2021-04-02T09:59:35.698Z] #20 20.86 The following additional packages will be installed:
09:59:35 [2021-04-02T09:59:35.698Z] #20 20.86   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
09:59:35 [2021-04-02T09:59:35.698Z] #20 20.86   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
09:59:35 [2021-04-02T09:59:35.698Z] #20 20.86   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
09:59:35 [2021-04-02T09:59:35.698Z] #20 20.86   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
09:59:35 [2021-04-02T09:59:35.698Z] #20 20.86   python3.7 python3.7-minimal vim-runtime xxd
09:59:35 [2021-04-02T09:59:35.698Z] #20 20.86 Suggested packages:
09:59:35 [2021-04-02T09:59:35.698Z] #20 20.87   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
09:59:35 [2021-04-02T09:59:35.698Z] #20 20.87   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
09:59:35 [2021-04-02T09:59:35.698Z] #20 20.87   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
09:59:35 [2021-04-02T09:59:35.698Z] #20 20.87 Recommended packages:
09:59:35 [2021-04-02T09:59:35.698Z] #20 20.87   aufs-dkms nftables build-essential python3-dev python3-keyring
09:59:35 [2021-04-02T09:59:35.698Z] #20 20.87   python3-keyrings.alt python3-xdg unzip
09:59:35 [2021-04-02T09:59:35.749Z] #20 34.02 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
09:59:35 [2021-04-02T09:59:35.749Z] #20 34.06 Unpacking vim-common (2:8.1.0875-5) ...
09:59:35 [2021-04-02T09:59:35.933Z] #17 DONE 2.8s
09:59:35 [2021-04-02T09:59:35.933Z] 
09:59:35 [2021-04-02T09:59:35.933Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
09:59:35 [2021-04-02T09:59:35.933Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
09:59:35 [2021-04-02T09:59:35.959Z] #20 ...
09:59:35 [2021-04-02T09:59:35.959Z] 
09:59:35 [2021-04-02T09:59:35.959Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:35 [2021-04-02T09:59:35.959Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:35 [2021-04-02T09:59:35.959Z] #43 82.03   DEP      criu/lsm.d
09:59:36 [2021-04-02T09:59:36.008Z] #20 34.24 Selecting previously unselected package bash-completion.
09:59:36 [2021-04-02T09:59:36.008Z] #20 34.25 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
09:59:36 [2021-04-02T09:59:36.193Z] #43 52.27   CC       compel/src/lib/infect.o
09:59:36 [2021-04-02T09:59:36.221Z] #43 82.32   DEP      criu/log.d
09:59:36 [2021-04-02T09:59:36.483Z] #43 82.54   DEP      criu/libnetlink.d
09:59:36 [2021-04-02T09:59:36.483Z] #43 82.66   DEP      criu/kerndat.d
09:59:36 [2021-04-02T09:59:36.744Z] #43 82.92   DEP      criu/kcmp-ids.d
09:59:37 [2021-04-02T09:59:37.005Z] #43 83.13   DEP      criu/irmap.d
09:59:37 [2021-04-02T09:59:37.005Z] #43 83.26   DEP      criu/ipc_ns.d
09:59:37 [2021-04-02T09:59:37.267Z] #43 83.38   DEP      criu/image.d
09:59:37 [2021-04-02T09:59:37.302Z] #18 ...
09:59:37 [2021-04-02T09:59:37.302Z] 
09:59:37 [2021-04-02T09:59:37.302Z] #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
09:59:37 [2021-04-02T09:59:37.302Z] #45 sha256:49a3fcc416cc75118c20d2bf4a8274cd33396b6ef0305d9f34d11d4c1747f570
09:59:37 [2021-04-02T09:59:37.302Z] #45 132.7 github.com/LK4D4/vndr/godl
09:59:37 [2021-04-02T09:59:37.302Z] #45 133.5 github.com/LK4D4/vndr
09:59:37 [2021-04-02T09:59:37.302Z] #45 ...
09:59:37 [2021-04-02T09:59:37.302Z] 
09:59:37 [2021-04-02T09:59:37.302Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:37 [2021-04-02T09:59:37.302Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:37 [2021-04-02T09:59:37.302Z] #43 75.02   LINK     criu/pie/restorer.built-in.o
09:59:37 [2021-04-02T09:59:37.302Z] #43 75.02   GEN      criu/pie/restorer-blob.h
09:59:37 [2021-04-02T09:59:37.302Z] #43 75.15   DEP      criu/vdso.d
09:59:37 [2021-04-02T09:59:37.302Z] #43 75.35   DEP      criu/vdso-compat.d
09:59:37 [2021-04-02T09:59:37.302Z] #43 75.56   DEP      criu/uts_ns.d
09:59:37 [2021-04-02T09:59:37.302Z] #43 75.75   DEP      criu/util.d
09:59:37 [2021-04-02T09:59:37.302Z] #43 75.98   DEP      criu/uffd.d
09:59:37 [2021-04-02T09:59:37.302Z] #43 76.23   DEP      criu/tun.d
09:59:37 [2021-04-02T09:59:37.302Z] #43 76.50   DEP      criu/tty.d
09:59:37 [2021-04-02T09:59:37.302Z] #43 76.66   DEP      criu/timerfd.d
09:59:37 [2021-04-02T09:59:37.302Z] #43 76.93   DEP      criu/timens.d
09:59:37 [2021-04-02T09:59:37.302Z] #43 77.15   DEP      criu/sysfs_parse.d
09:59:37 [2021-04-02T09:59:37.302Z] #43 77.35   DEP      criu/sysctl.d
09:59:37 [2021-04-02T09:59:37.302Z] #43 77.53   DEP      criu/string.d
09:59:37 [2021-04-02T09:59:37.302Z] #43 77.58   DEP      criu/stats.d
09:59:37 [2021-04-02T09:59:37.302Z] #43 77.74   DEP      criu/sockets.d
09:59:37 [2021-04-02T09:59:37.302Z] #43 78.05   DEP      criu/sk-unix.d
09:59:37 [2021-04-02T09:59:37.528Z] #43 83.51   DEP      criu/image-desc.d
09:59:37 [2021-04-02T09:59:37.528Z] #43 83.64   DEP      criu/fsnotify.d
09:59:37 [2021-04-02T09:59:37.528Z] #43 83.78   DEP      criu/filesystems.d
09:59:37 [2021-04-02T09:59:37.559Z] #43 78.34   DEP      criu/sk-tcp.d
09:59:37 [2021-04-02T09:59:37.790Z] #43 83.87   DEP      criu/files.d
09:59:37 [2021-04-02T09:59:37.790Z] #43 84.01   DEP      criu/files-reg.d
09:59:37 [2021-04-02T09:59:37.818Z] #43 78.55   DEP      criu/sk-queue.d
09:59:37 [2021-04-02T09:59:37.818Z] #43 ...
09:59:37 [2021-04-02T09:59:37.818Z] 
09:59:37 [2021-04-02T09:59:37.818Z] #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
09:59:37 [2021-04-02T09:59:37.818Z] #45 sha256:49a3fcc416cc75118c20d2bf4a8274cd33396b6ef0305d9f34d11d4c1747f570
09:59:37 [2021-04-02T09:59:37.818Z] #45 DONE 143.2s
09:59:38 [2021-04-02T09:59:38.052Z] #43 84.14   DEP      criu/files-ext.d
09:59:38 [2021-04-02T09:59:38.052Z] #43 84.28   DEP      criu/file-lock.d
09:59:38 [2021-04-02T09:59:38.074Z] 
09:59:38 [2021-04-02T09:59:38.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
09:59:38 [2021-04-02T09:59:38.074Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:38 [2021-04-02T09:59:38.075Z] #43 78.73   DEP      criu/sk-packet.d
09:59:38 [2021-04-02T09:59:38.075Z] #43 78.96   DEP      criu/sk-netlink.d
09:59:38 [2021-04-02T09:59:38.124Z] #43 54.19   CC       compel/src/lib/ptrace.o
09:59:38 [2021-04-02T09:59:38.313Z] #43 84.50   DEP      criu/file-ids.d
09:59:38 [2021-04-02T09:59:38.331Z] #43 79.13   DEP      criu/sk-inet.d
09:59:38 [2021-04-02T09:59:38.386Z] #43 54.59   AR       compel/libcompel.a
09:59:38 [2021-04-02T09:59:38.386Z] #43 54.67   HOSTCC   compel/src/main-host.o
09:59:38 [2021-04-02T09:59:38.545Z] #20 36.83 Unpacking bash-completion (1:2.8-6) ...
09:59:38 [2021-04-02T09:59:38.574Z] #43 84.59   DEP      criu/fifo.d
09:59:38 [2021-04-02T09:59:38.574Z] #43 84.77   DEP      criu/fdstore.d
09:59:38 [2021-04-02T09:59:38.587Z] #43 79.35   DEP      criu/signalfd.d
09:59:38 [2021-04-02T09:59:38.587Z] #43 79.49   DEP      criu/sigframe.d
09:59:38 [2021-04-02T09:59:38.805Z] #20 37.20 Selecting previously unselected package bzip2.
09:59:38 [2021-04-02T09:59:38.805Z] #20 37.20 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
09:59:38 [2021-04-02T09:59:38.805Z] #20 37.24 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
09:59:38 [2021-04-02T09:59:38.836Z] #43 84.88   DEP      criu/fault-injection.d
09:59:38 [2021-04-02T09:59:38.836Z] #43 84.93   DEP      criu/external.d
09:59:38 [2021-04-02T09:59:38.836Z] #43 85.02   DEP      criu/eventpoll.d
09:59:38 [2021-04-02T09:59:38.844Z] #43 79.60   DEP      criu/shmem.d
09:59:39 [2021-04-02T09:59:39.057Z] #43 54.97   HOSTCC   compel/arch/aarch64/src/lib/handle-elf-host.o
09:59:39 [2021-04-02T09:59:39.057Z] #43 55.09   HOSTCC   compel/src/lib/handle-elf-host.o
09:59:39 [2021-04-02T09:59:39.067Z] #20 37.35 Selecting previously unselected package xz-utils.
09:59:39 [2021-04-02T09:59:39.067Z] #20 37.38 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
09:59:39 [2021-04-02T09:59:39.067Z] #20 37.38 Unpacking xz-utils (5.2.4-1) ...
09:59:39 [2021-04-02T09:59:39.097Z] #43 85.19   DEP      criu/eventfd.d
09:59:39 [2021-04-02T09:59:39.097Z] #43 85.30   DEP      criu/crtools.d
09:59:39 [2021-04-02T09:59:39.100Z] #43 79.73   DEP      criu/servicefd.d
09:59:39 [2021-04-02T09:59:39.100Z] #43 79.87   DEP      criu/seize.d
09:59:39 [2021-04-02T09:59:39.319Z] #43 55.44   HOSTCC   compel/src/lib/log-host.o
09:59:39 [2021-04-02T09:59:39.326Z] #20 37.55 Selecting previously unselected package apparmor.
09:59:39 [2021-04-02T09:59:39.326Z] #20 37.56 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
09:59:39 [2021-04-02T09:59:39.326Z] #20 37.65 Unpacking apparmor (2.13.2-10) ...
09:59:39 [2021-04-02T09:59:39.357Z] #43 80.11   DEP      criu/seccomp.d
09:59:39 [2021-04-02T09:59:39.357Z] #43 ...
09:59:39 [2021-04-02T09:59:39.357Z] 
09:59:39 [2021-04-02T09:59:39.357Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
09:59:39 [2021-04-02T09:59:39.357Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
09:59:39 [2021-04-02T09:59:39.357Z] #18 DONE 3.5s
09:59:39 [2021-04-02T09:59:39.359Z] #43 85.46   DEP      criu/cr-service.d
09:59:39 [2021-04-02T09:59:39.359Z] #43 85.67   DEP      criu/cr-restore.d
09:59:39 [2021-04-02T09:59:39.586Z] #20 37.97 Selecting previously unselected package aufs-tools.
09:59:39 [2021-04-02T09:59:39.586Z] #20 37.99 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
09:59:39 [2021-04-02T09:59:39.586Z] #20 37.99 Unpacking aufs-tools (1:4.14+20190211-1) ...
09:59:39 [2021-04-02T09:59:39.603Z] #43 55.67   HOSTLINK compel/compel-host-bin
09:59:39 [2021-04-02T09:59:39.614Z] 
09:59:39 [2021-04-02T09:59:39.614Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:39 [2021-04-02T09:59:39.614Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:39 [2021-04-02T09:59:39.614Z] #43 80.40   DEP      criu/rst-malloc.d
09:59:39 [2021-04-02T09:59:39.614Z] #43 80.40   DEP      criu/rbtree.d
09:59:39 [2021-04-02T09:59:39.846Z] #20 38.13 Selecting previously unselected package libonig5:amd64.
09:59:39 [2021-04-02T09:59:39.846Z] #20 38.13 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
09:59:39 [2021-04-02T09:59:39.846Z] #20 38.14 Unpacking libonig5:amd64 (6.9.1-1) ...
09:59:39 [2021-04-02T09:59:39.872Z] #43 80.46   DEP      criu/pstree.d
09:59:39 [2021-04-02T09:59:39.872Z] #43 80.62   DEP      criu/protobuf.d
09:59:39 [2021-04-02T09:59:39.875Z] #43 55.95   DEP      soccr/soccr.d
09:59:39 [2021-04-02T09:59:39.875Z] #43 56.15   CC       soccr/soccr.o
09:59:39 [2021-04-02T09:59:39.932Z] #43 85.85   DEP      criu/cr-errno.d
09:59:39 [2021-04-02T09:59:39.933Z] #43 85.86   DEP      criu/cr-dump.d
09:59:40 [2021-04-02T09:59:40.106Z] #20 38.31 Selecting previously unselected package libjq1:amd64.
09:59:40 [2021-04-02T09:59:40.106Z] #20 38.31 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
09:59:40 [2021-04-02T09:59:40.106Z] #20 38.32 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
09:59:40 [2021-04-02T09:59:40.106Z] #20 38.42 Selecting previously unselected package jq.
09:59:40 [2021-04-02T09:59:40.106Z] #20 38.44 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
09:59:40 [2021-04-02T09:59:40.106Z] #20 38.45 Unpacking jq (1.5+dfsg-2+b1) ...
09:59:40 [2021-04-02T09:59:40.106Z] #20 38.51 Selecting previously unselected package libaio1:amd64.
09:59:40 [2021-04-02T09:59:40.106Z] #20 38.51 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
09:59:40 [2021-04-02T09:59:40.106Z] #20 38.53 Unpacking libaio1:amd64 (0.3.112-3) ...
09:59:40 [2021-04-02T09:59:40.106Z] #20 38.59 Selecting previously unselected package libgpm2:amd64.
09:59:40 [2021-04-02T09:59:40.106Z] #20 38.59 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
09:59:40 [2021-04-02T09:59:40.106Z] #20 38.60 Unpacking libgpm2:amd64 (1.20.7-5) ...
09:59:40 [2021-04-02T09:59:40.128Z] #43 80.73   GEN      criu/protobuf-desc-gen.h
09:59:40 [2021-04-02T09:59:40.250Z] #43 86.13   DEP      criu/cr-dedup.d
09:59:40 [2021-04-02T09:59:40.250Z] #43 86.28   DEP      criu/cr-check.d
09:59:40 [2021-04-02T09:59:40.366Z] #20 38.67 Selecting previously unselected package libicu63:amd64.
09:59:40 [2021-04-02T09:59:40.366Z] #20 38.68 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
09:59:40 [2021-04-02T09:59:40.366Z] #20 38.70 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
09:59:40 [2021-04-02T09:59:40.530Z] #43 86.49   DEP      criu/config.d
09:59:40 [2021-04-02T09:59:40.801Z] #43 86.76   DEP      criu/clone-noasan.d
09:59:40 [2021-04-02T09:59:40.801Z] #43 86.80   DEP      criu/cgroup.d
09:59:40 [2021-04-02T09:59:40.801Z] #43 86.94   DEP      criu/cgroup-props.d
09:59:41 [2021-04-02T09:59:41.087Z] #43 87.02   DEP      criu/bitmap.d
09:59:41 [2021-04-02T09:59:41.087Z] #43 87.05   DEP      criu/bfd.d
09:59:41 [2021-04-02T09:59:41.087Z] #43 87.15   DEP      criu/autofs.d
09:59:41 [2021-04-02T09:59:41.264Z] #43 ...
09:59:41 [2021-04-02T09:59:41.264Z] 
09:59:41 [2021-04-02T09:59:41.264Z] #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
09:59:41 [2021-04-02T09:59:41.264Z] #24 sha256:56d76a99a4c5ef64c89402754c47488b8e5e06ac0c40fe823ee9ff1ca6f405a8
09:59:41 [2021-04-02T09:59:41.350Z] #43 87.34   DEP      criu/aio.d
09:59:41 [2021-04-02T09:59:41.350Z] #43 87.55   DEP      criu/action-scripts.d
09:59:41 [2021-04-02T09:59:41.503Z] #43 82.36   DEP      criu/protobuf-desc.d
09:59:41 [2021-04-02T09:59:41.613Z] #43 87.82   CC       criu/action-scripts.o
09:59:41 [2021-04-02T09:59:41.745Z] #20 ...
09:59:41 [2021-04-02T09:59:41.745Z] 
09:59:41 [2021-04-02T09:59:41.745Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:41 [2021-04-02T09:59:41.745Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:41 [2021-04-02T09:59:41.745Z] #43 92.10   CC       criu/bitmap.o
09:59:41 [2021-04-02T09:59:41.745Z] #43 92.24   CC       criu/cgroup-props.o
09:59:41 [2021-04-02T09:59:41.745Z] #43 93.01   CC       criu/cgroup.o
09:59:41 [2021-04-02T09:59:41.745Z] #43 95.99   CC       criu/clone-noasan.o
09:59:41 [2021-04-02T09:59:41.745Z] #43 96.19   CC       criu/config.o
09:59:41 [2021-04-02T09:59:41.745Z] #43 97.66   CC       criu/cr-check.o
09:59:41 [2021-04-02T09:59:41.745Z] #43 99.43   CC       criu/cr-dedup.o
09:59:41 [2021-04-02T09:59:41.745Z] #43 99.85   CC       criu/cr-dump.o
09:59:41 [2021-04-02T09:59:41.745Z] #43 102.2   CC       criu/cr-errno.o
09:59:41 [2021-04-02T09:59:41.745Z] #43 102.2   CC       criu/cr-restore.o
09:59:41 [2021-04-02T09:59:41.799Z] #43 82.49   DEP      criu/proc_parse.d
09:59:41 [2021-04-02T09:59:41.800Z] #24 120.0 Checking out files:  20% (2302/11206)   
Checking out files:  21% (2354/11206)   
Checking out files:  22% (2466/11206)   
Checking out files:  23% (2578/11206)   
Checking out files:  24% (2690/11206)   
Checking out files:  25% (2802/11206)   
Checking out files:  26% (2914/11206)   
Checking out files:  27% (3026/11206)   
Checking out files:  28% (3138/11206)   
Checking out files:  29% (3250/11206)   
Checking out files:  30% (3362/11206)   
Checking out files:  31% (3474/11206)   
Checking out files:  32% (3586/11206)   
Checking out files:  33% (3698/11206)   
Checking out files:  34% (3811/11206)   
Checking out files:  35% (3923/11206)   
Checking out files:  36% (4035/11206)   
Checking out files:  37% (4147/11206)   
Checking out files:  38% (4259/11206)   
Checking out files:  39% (4371/11206)   
Checking out files:  40% (4483/11206)   
Checking out files:  40% (4570/11206)   
Checking out files:  41% (4595/11206)   
Checking out files:  42% (4707/11206)   
Checking out files:  43% (4819/11206)   
Checking out files:  44% (4931/11206)   
Checking out files:  45% (5043/11206)   
Checking out files:  46% (5155/11206)   
Checking out files:  47% (5267/11206)   
Checking out files:  48% (5379/11206)   
Checking out files:  49% (5491/11206)   
Checking out files:  50% (5603/11206)   
Checking out files:  51% (5716/11206)   
Checking out files:  52% (5828/11206)   
Checking out files:  53% (5940/11206)   
Checking out files:  54% (6052/11206)   
Checking out files:  55% (6164/11206)   
Checking out files:  56% (6276/11206)   
Checking out files:  57% (6388/11206)   
Checking out files:  58% (6500/11206)   
Checking out files:  59% (6612/11206)   
Checking out files:  60% (6724/11206)   
Checking out files:  61% (6836/11206)   
Checking out files:  62% (6948/11206)   
Checking out files:  62% (7058/11206)   
Checking out files:  63% (7060/11206)   
Checking out files:  64% (7172/11206)   
Checking out files:  65% (7284/11206)   
Checking out files:  66% (7396/11206)   
Checking out files:  67% (7509/11206)   
Checking out files:  68% (7621/11206)   
Checking out files:  69% (7733/11206)   
Checking out files:  70% (7845/11206)   
Checking out files:  71% (7957/11206)   
Checking out files:  72% (8069/11206)   
Checking out files:  73% (8181/11206)   
Checking out files:  74% (8293/11206)   
Checking out files:  75% (8405/11206)   
Checking out files:  76% (8517/11206)   
Checking out files:  77% (8629/11206)   
Checking out files:  78% (8741/11206)   
Checking out files:  79% (8853/11206)   
Checking out files:  80% (8965/11206)   
Checking out files:  81% (9077/11206)   
Checking out files:  82% (9189/11206)   
Checking out files:  82% (9253/11206)   
Checking out files:  83% (9301/11206)   
Checking out files:  84% (9414/11206)   
Checking out files:  85% (9526/11206)   
Checking out files:  86% (9638/11206)   
Checking out files:  87% (9750/11206)   
Checking out files:  88% (9862/11206)   
Checking out files:  89% (9974/11206)   
Checking out files:  90% (10086/11206)   
Checking out files:  91% (10198/11206)   
Checking out files:  92% (10310/11206)   
Checking out files:  93% (10422/11206)   
Checking out files:  94% (10534/11206)   
Checking out files:  95% (10646/11206)   
Checking out files:  96% (10758/11206)   
Checking out files:  97% (10870/11206)   
Checking out files:  98% (10982/11206)   
Checking out files:  99% (11094/11206)   
Checking out files: 100% (11206/11206)   
Checking out files: 100% (11206/11206), done.
09:59:41 [2021-04-02T09:59:41.800Z] #24 124.0 + cd /tmp/tmp.vAuFPbQYHD/tmp/docker-ce
09:59:41 [2021-04-02T09:59:41.800Z] #24 124.0 + git checkout -q v17.06.2-ce
09:59:42 [2021-04-02T09:59:42.061Z] #43 82.73   DEP      criu/plugin.d
09:59:42 [2021-04-02T09:59:42.061Z] #43 82.84   DEP      criu/pipes.d
09:59:42 [2021-04-02T09:59:42.061Z] #43 82.96   DEP      criu/pie-util.d
09:59:42 [2021-04-02T09:59:42.193Z] #43 88.25   CC       criu/aio.o
09:59:42 [2021-04-02T09:59:42.318Z] #43 83.07   DEP      criu/pie-util-vdso.d
09:59:42 [2021-04-02T09:59:42.318Z] #43 83.19   DEP      criu/pie-util-vdso-elf32.d
09:59:42 [2021-04-02T09:59:42.598Z] #43 83.39   DEP      criu/path.d
09:59:42 [2021-04-02T09:59:42.611Z] DEBUG: print all environment variables to check how Jenkins runs this script
09:59:42 [2021-04-02T09:59:42.611Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-66dc2c45\powershellScript.ps1'; exit $LASTEXITCODE;
09:59:42 [2021-04-02T09:59:42.611Z] ----------------------------------------------------------------------------
09:59:42 [2021-04-02T09:59:42.611Z] 
09:59:42 [2021-04-02T09:59:42.611Z] INFO: executeCI.ps1 starting at Fri Apr  2 09:59:41 CUT 2021
09:59:42 [2021-04-02T09:59:42.611Z] 
09:59:42 [2021-04-02T09:59:42.611Z] INFO: Script version 05-Feb-2019 09:03 PDT
09:59:42 [2021-04-02T09:59:42.611Z] INFO: Running git version 2.24.1.windows.2
09:59:42 [2021-04-02T09:59:42.611Z] INFO: Branch:rs5_release Build:17763.1.180914-1434
09:59:42 [2021-04-02T09:59:42.611Z] INFO: Environment variables:
09:59:42 [2021-04-02T09:59:42.611Z] 
09:59:42 [2021-04-02T09:59:42.611Z] Name                           Value                                                                                   
09:59:42 [2021-04-02T09:59:42.611Z] ----                           -----                                                                                   
09:59:42 [2021-04-02T09:59:42.611Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
09:59:42 [2021-04-02T09:59:42.611Z] amd64                          true                                                                                    
09:59:42 [2021-04-02T09:59:42.611Z] APPDATA                        C:\windows\system32\config\systemprofile\AppData\Roaming                                
09:59:42 [2021-04-02T09:59:42.611Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
09:59:42 [2021-04-02T09:59:42.611Z] arm64                          true                                                                                    
09:59:42 [2021-04-02T09:59:42.611Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.10                     
09:59:42 [2021-04-02T09:59:42.611Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}]                                    
09:59:42 [2021-04-02T09:59:42.611Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.10                                                                                 
09:59:42 [2021-04-02T09:59:42.611Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN                                                                                 
09:59:42 [2021-04-02T09:59:42.611Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16                                                                           
09:59:42 [2021-04-02T09:59:42.611Z] BRANCH_NAME                    PR-42182                                                                                
09:59:42 [2021-04-02T09:59:42.611Z] BUILD_DISPLAY_NAME             #6                                                                                      
09:59:42 [2021-04-02T09:59:42.611Z] BUILD_ID                       6                                                                                       
09:59:42 [2021-04-02T09:59:42.611Z] BUILD_NUMBER                   6                                                                                       
09:59:42 [2021-04-02T09:59:42.611Z] BUILD_TAG                      jenkins-moby-PR-42182-6                                                                 
09:59:42 [2021-04-02T09:59:42.611Z] BUILD_URL                      https://ci-next.docker.com/public/job/moby/job/PR-42182/6/                              
09:59:42 [2021-04-02T09:59:42.611Z] cgroup2                        true                                                                                    
09:59:42 [2021-04-02T09:59:42.611Z] CHANGE_AUTHOR                  thaJeztah                                                                               
09:59:42 [2021-04-02T09:59:42.611Z] CHANGE_AUTHOR_DISPLAY_NAME     Sebastiaan van Stijn                                                                    
09:59:42 [2021-04-02T09:59:42.611Z] CHANGE_BRANCH                  fix_exec_start_err_handling                                                             
09:59:42 [2021-04-02T09:59:42.611Z] CHANGE_FORK                    thaJeztah/docker                                                                        
09:59:42 [2021-04-02T09:59:42.611Z] CHANGE_ID                      42182                                                                                   
09:59:42 [2021-04-02T09:59:42.611Z] CHANGE_TARGET                  master                                                                                  
09:59:42 [2021-04-02T09:59:42.611Z] CHANGE_TITLE                   Fix error-handling in `daemon.ContainerExecStart()` and `daemon.getExecConfig()`        
09:59:42 [2021-04-02T09:59:42.611Z] CHANGE_URL                     https://github.com/moby/moby/pull/42182                                                 
09:59:42 [2021-04-02T09:59:42.611Z] CHECK_CONFIG_COMMIT            78405559cfe5987174aa2cb6463b9b2c1b917255                                                
09:59:42 [2021-04-02T09:59:42.611Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
09:59:42 [2021-04-02T09:59:42.611Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
09:59:42 [2021-04-02T09:59:42.611Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
09:59:42 [2021-04-02T09:59:42.611Z] COMPUTERNAME                   azwin-2-c4f890                                                                          
09:59:42 [2021-04-02T09:59:42.611Z] ComSpec                        C:\windows\system32\cmd.exe                                                             
09:59:42 [2021-04-02T09:59:42.611Z] ConfigSequenceNumber           0                                                                                       
09:59:42 [2021-04-02T09:59:42.611Z] dco                            true                                                                                    
09:59:42 [2021-04-02T09:59:42.611Z] DOCKER_BUILDKIT                0                                                                                       
09:59:42 [2021-04-02T09:59:42.611Z] DOCKER_DUT_DEBUG               1                                                                                       
09:59:42 [2021-04-02T09:59:42.611Z] DOCKER_EXPERIMENTAL            1                                                                                       
09:59:42 [2021-04-02T09:59:42.611Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
09:59:42 [2021-04-02T09:59:42.611Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
09:59:42 [2021-04-02T09:59:42.611Z] EXECUTOR_NUMBER                0                                                                                       
09:59:42 [2021-04-02T09:59:42.611Z] FQDN                           azwin-2-c4f890.westus.cloudapp.azure.com                                                
09:59:42 [2021-04-02T09:59:42.611Z] GIT_BRANCH                     PR-42182                                                                                
09:59:42 [2021-04-02T09:59:42.611Z] GIT_COMMIT                     7937f27c9d15e4e3f01a915d6d7a71e87fd15da8                                                
09:59:42 [2021-04-02T09:59:42.611Z] GIT_PREVIOUS_COMMIT            0a4a7edc3876ac22daa7a4e03d89865bbde5c394                                                
09:59:42 [2021-04-02T09:59:42.611Z] GIT_URL                        https://github.com/moby/moby.git                                                        
09:59:42 [2021-04-02T09:59:42.611Z] HUDSON_COOKIE                  50cb5aca-1821-4f75-bb04-86f3b7ec3a62                                                    
09:59:42 [2021-04-02T09:59:42.611Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
09:59:42 [2021-04-02T09:59:42.611Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
09:59:42 [2021-04-02T09:59:42.611Z] HUDSON_URL                     https://ci-next.docker.com/public/                                                      
09:59:42 [2021-04-02T09:59:42.611Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64                          
09:59:42 [2021-04-02T09:59:42.611Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
09:59:42 [2021-04-02T09:59:42.611Z] JENKINS_NODE_COOKIE            d9ca6825-9845-4dd2-a286-13ef387a0cab                                                    
09:59:42 [2021-04-02T09:59:42.611Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
09:59:42 [2021-04-02T09:59:42.611Z] JENKINS_URL                    https://ci-next.docker.com/public/                                                      
09:59:42 [2021-04-02T09:59:42.612Z] JOB_BASE_NAME                  PR-42182                                                                                
09:59:42 [2021-04-02T09:59:42.612Z] JOB_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42182/display/redirect                
09:59:42 [2021-04-02T09:59:42.612Z] JOB_NAME                       moby/PR-42182                                                                           
09:59:42 [2021-04-02T09:59:42.612Z] JOB_URL                        https://ci-next.docker.com/public/job/moby/job/PR-42182/                                
09:59:42 [2021-04-02T09:59:42.612Z] library.jps.version            master                                                                                  
09:59:42 [2021-04-02T09:59:42.612Z] LOCALAPPDATA                   C:\windows\system32\config\systemprofile\AppData\Local                                  
09:59:42 [2021-04-02T09:59:42.612Z] NODE_LABELS                    amd64 azure azwin-2-c4f890 azwin-2019 docker west-us windows windows-2019 x86_64        
09:59:42 [2021-04-02T09:59:42.612Z] NODE_NAME                      azwin-2-c4f890                                                                          
09:59:42 [2021-04-02T09:59:42.612Z] NUMBER_OF_PROCESSORS           4                                                                                       
09:59:42 [2021-04-02T09:59:42.612Z] OS                             Windows_NT                                                                              
09:59:42 [2021-04-02T09:59:42.612Z] Path                           C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo...
09:59:42 [2021-04-02T09:59:42.612Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
09:59:42 [2021-04-02T09:59:42.612Z] ppc64le                        false                                                                                   
09:59:42 [2021-04-02T09:59:42.612Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
09:59:42 [2021-04-02T09:59:42.612Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 79 Stepping 1, GenuineIntel                                      
09:59:42 [2021-04-02T09:59:42.612Z] PROCESSOR_LEVEL                6                                                                                       
09:59:42 [2021-04-02T09:59:42.612Z] PROCESSOR_REVISION             4f01                                                                                    
09:59:42 [2021-04-02T09:59:42.612Z] ProgramData                    C:\ProgramData                                                                          
09:59:42 [2021-04-02T09:59:42.612Z] ProgramFiles                   C:\Program Files                                                                        
09:59:42 [2021-04-02T09:59:42.612Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
09:59:42 [2021-04-02T09:59:42.612Z] ProgramW6432                   C:\Program Files                                                                        
09:59:42 [2021-04-02T09:59:42.612Z] PROMPT                         $P$G                                                                                    
09:59:42 [2021-04-02T09:59:42.612Z] PSExecutionPolicyPreference    Bypass                                                                                  
09:59:42 [2021-04-02T09:59:42.612Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste...
09:59:42 [2021-04-02T09:59:42.612Z] PUBLIC                         C:\Users\Public                                                                         
09:59:42 [2021-04-02T09:59:42.612Z] rootless                       true                                                                                    
09:59:42 [2021-04-02T09:59:42.612Z] RUN_ARTIFACTS_DISPLAY_URL      https://ci-next.docker.com/public/job/moby/job/PR-42182/6/display/redirect?page=artif...
09:59:42 [2021-04-02T09:59:42.612Z] RUN_CHANGES_DISPLAY_URL        https://ci-next.docker.com/public/job/moby/job/PR-42182/6/display/redirect?page=changes 
09:59:42 [2021-04-02T09:59:42.612Z] RUN_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42182/6/display/redirect              
09:59:42 [2021-04-02T09:59:42.612Z] RUN_TESTS_DISPLAY_URL          https://ci-next.docker.com/public/job/moby/job/PR-42182/6/display/redirect?page=tests   
09:59:42 [2021-04-02T09:59:42.612Z] s390x                          false                                                                                   
09:59:42 [2021-04-02T09:59:42.612Z] SKIP_VALIDATION_TESTS          1                                                                                       
09:59:42 [2021-04-02T09:59:42.612Z] SOURCES_DRIVE                  d                                                                                       
09:59:42 [2021-04-02T09:59:42.612Z] SOURCES_SUBDIR                 gopath                                                                                  
09:59:42 [2021-04-02T09:59:42.612Z] STAGE_NAME                     Run tests                                                                               
09:59:42 [2021-04-02T09:59:42.612Z] SystemDrive                    C:                                                                                      
09:59:42 [2021-04-02T09:59:42.612Z] SystemRoot                     C:\windows                                                                              
09:59:42 [2021-04-02T09:59:42.612Z] TEMP                           C:\windows\TEMP                                                                         
09:59:42 [2021-04-02T09:59:42.612Z] TESTDEBUG                      0                                                                                       
09:59:42 [2021-04-02T09:59:42.612Z] TESTRUN_DRIVE                  d                                                                                       
09:59:42 [2021-04-02T09:59:42.612Z] TESTRUN_SUBDIR                 CI                                                                                      
09:59:42 [2021-04-02T09:59:42.612Z] TIMEOUT                        120m                                                                                    
09:59:42 [2021-04-02T09:59:42.612Z] TMP                            C:\windows\TEMP                                                                         
09:59:42 [2021-04-02T09:59:42.612Z] unit_validate                  true                                                                                    
09:59:42 [2021-04-02T09:59:42.612Z] USERDOMAIN                     WORKGROUP                                                                               
09:59:42 [2021-04-02T09:59:42.612Z] USERNAME                       azwin-2-c4f890$                                                                         
09:59:42 [2021-04-02T09:59:42.612Z] USERPROFILE                    C:\windows\system32\config\systemprofile                                                
09:59:42 [2021-04-02T09:59:42.612Z] validate_force                 false                                                                                   
09:59:42 [2021-04-02T09:59:42.612Z] windir                         C:\windows                                                                              
09:59:42 [2021-04-02T09:59:42.612Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore                                                    
09:59:42 [2021-04-02T09:59:42.612Z] WINDOWS_BASE_IMAGE_TAG         ltsc2019                                                                                
09:59:42 [2021-04-02T09:59:42.612Z] windowsRS1                     false                                                                                   
09:59:42 [2021-04-02T09:59:42.612Z] windowsRS5                     true                                                                                    
09:59:42 [2021-04-02T09:59:42.612Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
09:59:42 [2021-04-02T09:59:42.612Z] WORKSPACE_TMP                  d:\gopath\src\github.com\docker\docker@tmp                                              
09:59:42 [2021-04-02T09:59:42.612Z] 
09:59:42 [2021-04-02T09:59:42.612Z] 
09:59:42 [2021-04-02T09:59:42.612Z] 
09:59:42 [2021-04-02T09:59:42.612Z] INFO: Sources under d:\gopath\...
09:59:42 [2021-04-02T09:59:42.612Z] INFO: Test run under d:\CI\...
09:59:42 [2021-04-02T09:59:42.612Z] INFO: Running in D:\gopath\src\github.com\docker\docker
09:59:42 [2021-04-02T09:59:42.612Z] INFO: docker/docker repository was found
09:59:42 [2021-04-02T09:59:42.612Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time...
09:59:42 [2021-04-02T09:59:42.764Z] #43 88.80   CC       criu/autofs.o
09:59:42 [2021-04-02T09:59:42.859Z] #43 83.47   DEP      criu/parasite-syscall.d
09:59:42 [2021-04-02T09:59:42.859Z] #43 83.72   DEP      criu/pagemap.d
09:59:43 [2021-04-02T09:59:43.039Z] #43 ...
09:59:43 [2021-04-02T09:59:43.039Z] 
09:59:43 [2021-04-02T09:59:43.039Z] #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
09:59:43 [2021-04-02T09:59:43.039Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
09:59:43 [2021-04-02T09:59:43.040Z] #20 22.75 The following NEW packages will be installed:
09:59:43 [2021-04-02T09:59:43.040Z] #20 22.75   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
09:59:43 [2021-04-02T09:59:43.040Z] #20 22.75   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
09:59:43 [2021-04-02T09:59:43.040Z] #20 22.75   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
09:59:43 [2021-04-02T09:59:43.040Z] #20 22.75   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
09:59:43 [2021-04-02T09:59:43.040Z] #20 22.75   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
09:59:43 [2021-04-02T09:59:43.040Z] #20 22.75   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
09:59:43 [2021-04-02T09:59:43.040Z] #20 22.75   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
09:59:43 [2021-04-02T09:59:43.040Z] #20 22.75   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
09:59:43 [2021-04-02T09:59:43.040Z] #20 22.75   xz-utils zip
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.16 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded.
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.16 Need to get 28.5 MB of archives.
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.16 After this operation, 116 MB of additional disk space will be used.
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.16 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.18 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.25 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.38 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.38 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.38 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.50 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.52 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.54 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.54 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.55 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.55 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.56 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.56 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.56 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.56 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.63 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.64 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.65 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.66 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.66 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.68 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.69 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.70 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.71 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.72 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.73 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.73 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 23.73 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 24.15 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 24.16 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 24.16 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 24.16 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 24.16 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 24.17 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 24.27 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 24.27 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 24.27 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 24.28 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 24.30 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 24.31 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 24.31 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 24.38 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 24.40 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 24.42 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 24.80 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 24.83 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 24.88 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
09:59:43 [2021-04-02T09:59:43.040Z] #20 25.43 debconf: delaying package configuration, since apt-utils is not installed
09:59:43 [2021-04-02T09:59:43.040Z] #20 25.53 Fetched 28.5 MB in 2s (13.9 MB/s)
09:59:43 [2021-04-02T09:59:43.040Z] #20 25.59 Selecting previously unselected package pigz.
09:59:43 [2021-04-02T09:59:43.040Z] #20 25.59 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23435 files and directories currently installed.)
09:59:43 [2021-04-02T09:59:43.040Z] #20 25.64 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
09:59:43 [2021-04-02T09:59:43.040Z] #20 25.65 Unpacking pigz (2.4-1) ...
09:59:43 [2021-04-02T09:59:43.040Z] #20 25.71 Selecting previously unselected package libpython3.7-minimal:amd64.
09:59:43 [2021-04-02T09:59:43.040Z] #20 25.72 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
09:59:43 [2021-04-02T09:59:43.040Z] #20 25.72 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
09:59:43 [2021-04-02T09:59:43.040Z] #20 26.12 Selecting previously unselected package python3.7-minimal.
09:59:43 [2021-04-02T09:59:43.040Z] #20 26.12 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
09:59:43 [2021-04-02T09:59:43.040Z] #20 26.14 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
09:59:43 [2021-04-02T09:59:43.040Z] #20 26.95 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
09:59:43 [2021-04-02T09:59:43.040Z] #20 26.97 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
09:59:43 [2021-04-02T09:59:43.040Z] #20 29.20 Selecting previously unselected package python3-minimal.
09:59:43 [2021-04-02T09:59:43.040Z] #20 29.20 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23684 files and directories currently installed.)
09:59:43 [2021-04-02T09:59:43.040Z] #20 29.26 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
09:59:43 [2021-04-02T09:59:43.040Z] #20 29.27 Unpacking python3-minimal (3.7.3-1) ...
09:59:43 [2021-04-02T09:59:43.040Z] #20 29.36 Selecting previously unselected package libmpdec2:amd64.
09:59:43 [2021-04-02T09:59:43.040Z] #20 29.37 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
09:59:43 [2021-04-02T09:59:43.040Z] #20 29.37 Unpacking libmpdec2:amd64 (2.4.2-2) ...
09:59:43 [2021-04-02T09:59:43.087Z] ltsc2019: Pulling from windows/servercore
09:59:43 [2021-04-02T09:59:43.087Z] 4612f6d0b889: Pulling fs layer
09:59:43 [2021-04-02T09:59:43.087Z] 5ff1512f88ec: Pulling fs layer
09:59:43 [2021-04-02T09:59:43.120Z] #43 83.89   DEP      criu/pagemap-cache.d
09:59:43 [2021-04-02T09:59:43.120Z] #43 83.98   DEP      criu/page-xfer.d
09:59:43 [2021-04-02T09:59:43.300Z] #20 29.46 Selecting previously unselected package libpython3.7-stdlib:amd64.
09:59:43 [2021-04-02T09:59:43.300Z] #20 29.47 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
09:59:43 [2021-04-02T09:59:43.300Z] #20 29.47 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
09:59:43 [2021-04-02T09:59:43.375Z] #43 84.14   DEP      criu/page-pipe.d
09:59:43 [2021-04-02T09:59:43.375Z] #43 84.24   DEP      criu/netfilter.d
09:59:43 [2021-04-02T09:59:43.631Z] #43 84.41   DEP      criu/net.d
09:59:43 [2021-04-02T09:59:43.888Z] #43 84.64   DEP      criu/namespaces.d
09:59:43 [2021-04-02T09:59:43.888Z] #43 84.79   DEP      criu/mount.d
09:59:43 [2021-04-02T09:59:43.888Z] #43 ...
09:59:43 [2021-04-02T09:59:43.888Z] 
09:59:43 [2021-04-02T09:59:43.888Z] #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
09:59:43 [2021-04-02T09:59:43.888Z] #53 sha256:cec7fab37d2966e890c99227a73ddee231dbc4eb01dbaf0dd84da2c5950cf509
09:59:43 [2021-04-02T09:59:43.888Z] #53 14.42 + cd /tmp/tmp.3g3Jn1qoC5/src/github.com/opencontainers/runc
09:59:43 [2021-04-02T09:59:43.888Z] #53 14.42 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
09:59:43 [2021-04-02T09:59:43.888Z] #53 15.08 + '[' -z '' ']'
09:59:43 [2021-04-02T09:59:43.888Z] #53 15.08 + target=static
09:59:43 [2021-04-02T09:59:43.888Z] #53 15.08 + make 'BUILDTAGS=seccomp ' static
09:59:43 [2021-04-02T09:59:43.888Z] #53 15.41 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 .
09:59:44 [2021-04-02T09:59:44.144Z] #53 ...
09:59:44 [2021-04-02T09:59:44.144Z] 
09:59:44 [2021-04-02T09:59:44.144Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:44 [2021-04-02T09:59:44.144Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:44 [2021-04-02T09:59:44.145Z] #43 84.98   DEP      criu/memfd.d
09:59:44 [2021-04-02T09:59:44.255Z] #20 30.37 Selecting previously unselected package python3.7.
09:59:44 [2021-04-02T09:59:44.255Z] #20 30.39 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
09:59:44 [2021-04-02T09:59:44.255Z] #20 30.39 Unpacking python3.7 (3.7.3-2+deb10u3) ...
09:59:44 [2021-04-02T09:59:44.255Z] #20 30.53 Selecting previously unselected package libpython3-stdlib:amd64.
09:59:44 [2021-04-02T09:59:44.255Z] #20 30.54 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
09:59:44 [2021-04-02T09:59:44.255Z] #20 30.54 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
09:59:44 [2021-04-02T09:59:44.255Z] #20 30.67 Setting up python3-minimal (3.7.3-1) ...
09:59:44 [2021-04-02T09:59:44.283Z] #43 ...
09:59:44 [2021-04-02T09:59:44.283Z] 
09:59:44 [2021-04-02T09:59:44.283Z] #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
09:59:44 [2021-04-02T09:59:44.283Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
09:59:44 [2021-04-02T09:59:44.283Z] #20 42.39 Selecting previously unselected package libnet1:amd64.
09:59:44 [2021-04-02T09:59:44.283Z] #20 42.39 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
09:59:44 [2021-04-02T09:59:44.283Z] #20 42.39 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:59:44 [2021-04-02T09:59:44.283Z] #20 42.48 Selecting previously unselected package libnl-3-200:amd64.
09:59:44 [2021-04-02T09:59:44.283Z] #20 42.48 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
09:59:44 [2021-04-02T09:59:44.283Z] #20 42.50 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
09:59:44 [2021-04-02T09:59:44.283Z] #20 42.59 Selecting previously unselected package libprotobuf-c1:amd64.
09:59:44 [2021-04-02T09:59:44.283Z] #20 42.60 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
09:59:44 [2021-04-02T09:59:44.283Z] #20 42.61 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
09:59:44 [2021-04-02T09:59:44.283Z] #20 42.66 Selecting previously unselected package libreadline5:amd64.
09:59:44 [2021-04-02T09:59:44.283Z] #20 42.68 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
09:59:44 [2021-04-02T09:59:44.283Z] #20 42.69 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
09:59:44 [2021-04-02T09:59:44.401Z] #43 85.14   DEP      criu/mem.d
09:59:44 [2021-04-02T09:59:44.543Z] #20 42.79 Selecting previously unselected package net-tools.
09:59:44 [2021-04-02T09:59:44.543Z] #20 42.80 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
09:59:44 [2021-04-02T09:59:44.543Z] #20 42.80 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
09:59:44 [2021-04-02T09:59:44.543Z] #20 43.02 Selecting previously unselected package python-pip-whl.
09:59:44 [2021-04-02T09:59:44.658Z] #43 ...
09:59:44 [2021-04-02T09:59:44.658Z] 
09:59:44 [2021-04-02T09:59:44.658Z] #19 [dev-systemd-false  6/26] RUN ldconfig
09:59:44 [2021-04-02T09:59:44.658Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
09:59:44 [2021-04-02T09:59:44.658Z] #19 DONE 5.2s
09:59:44 [2021-04-02T09:59:44.658Z] 
09:59:44 [2021-04-02T09:59:44.658Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:44 [2021-04-02T09:59:44.658Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:44 [2021-04-02T09:59:44.658Z] #43 85.35   DEP      criu/lsm.d
09:59:44 [2021-04-02T09:59:44.658Z] #43 85.55   DEP      criu/log.d
09:59:44 [2021-04-02T09:59:44.802Z] #20 43.04 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
09:59:44 [2021-04-02T09:59:44.802Z] #20 43.04 Unpacking python-pip-whl (18.1-5) ...
09:59:44 [2021-04-02T09:59:44.914Z] #43 85.69   DEP      criu/libnetlink.d
09:59:44 [2021-04-02T09:59:44.914Z] #43 85.80   DEP      criu/kerndat.d
09:59:45 [2021-04-02T09:59:45.117Z] #24 127.0 + mkdir -p /tmp/tmp.vAuFPbQYHD/src/github.com/docker
09:59:45 [2021-04-02T09:59:45.117Z] #24 127.0 + mv components/cli /tmp/tmp.vAuFPbQYHD/src/github.com/docker/cli
09:59:45 [2021-04-02T09:59:45.117Z] #24 127.0 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
09:59:45 [2021-04-02T09:59:45.171Z] #43 86.03   DEP      criu/kcmp-ids.d
09:59:45 [2021-04-02T09:59:45.195Z] #20 31.49 Selecting previously unselected package python3.
09:59:45 [2021-04-02T09:59:45.195Z] #20 31.49 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24096 files and directories currently installed.)
09:59:45 [2021-04-02T09:59:45.195Z] #20 31.53 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
09:59:45 [2021-04-02T09:59:45.195Z] #20 31.54 Unpacking python3 (3.7.3-1) ...
09:59:45 [2021-04-02T09:59:45.322Z] #20 43.60 Selecting previously unselected package python3-lib2to3.
09:59:45 [2021-04-02T09:59:45.322Z] #20 43.61 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
09:59:45 [2021-04-02T09:59:45.322Z] #20 43.61 Unpacking python3-lib2to3 (3.7.3-1) ...
09:59:45 [2021-04-02T09:59:45.427Z] #43 86.13   DEP      criu/irmap.d
09:59:45 [2021-04-02T09:59:45.427Z] #43 86.34   DEP      criu/ipc_ns.d
09:59:45 [2021-04-02T09:59:45.456Z] #20 31.63 Selecting previously unselected package libip4tc0:amd64.
09:59:45 [2021-04-02T09:59:45.456Z] #20 31.64 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
09:59:45 [2021-04-02T09:59:45.456Z] #20 31.64 Unpacking libip4tc0:amd64 (1.8.2-4) ...
09:59:45 [2021-04-02T09:59:45.456Z] #20 31.71 Selecting previously unselected package libip6tc0:amd64.
09:59:45 [2021-04-02T09:59:45.456Z] #20 31.71 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
09:59:45 [2021-04-02T09:59:45.456Z] #20 31.72 Unpacking libip6tc0:amd64 (1.8.2-4) ...
09:59:45 [2021-04-02T09:59:45.456Z] #20 31.81 Selecting previously unselected package libiptc0:amd64.
09:59:45 [2021-04-02T09:59:45.456Z] #20 31.83 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
09:59:45 [2021-04-02T09:59:45.456Z] #20 31.84 Unpacking libiptc0:amd64 (1.8.2-4) ...
09:59:45 [2021-04-02T09:59:45.581Z] #20 43.75 Selecting previously unselected package python3-distutils.
09:59:45 [2021-04-02T09:59:45.581Z] #20 43.75 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
09:59:45 [2021-04-02T09:59:45.581Z] #20 43.76 Unpacking python3-distutils (3.7.3-1) ...
09:59:45 [2021-04-02T09:59:45.581Z] #20 43.94 Selecting previously unselected package python3-pip.
09:59:45 [2021-04-02T09:59:45.581Z] #20 43.96 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
09:59:45 [2021-04-02T09:59:45.581Z] #20 43.96 Unpacking python3-pip (18.1-5) ...
09:59:45 [2021-04-02T09:59:45.684Z] #43 86.50   DEP      criu/image.d
09:59:45 [2021-04-02T09:59:45.684Z] #43 86.66   DEP      criu/image-desc.d
09:59:45 [2021-04-02T09:59:45.693Z] #24 ...
09:59:45 [2021-04-02T09:59:45.693Z] 
09:59:45 [2021-04-02T09:59:45.693Z] #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
09:59:45 [2021-04-02T09:59:45.693Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
09:59:45 [2021-04-02T09:59:45.693Z] #20 8.642 Fetched 8751 kB in 7s (1239 kB/s)
09:59:45 [2021-04-02T09:59:45.693Z] #20 8.642 Reading package lists...
09:59:45 [2021-04-02T09:59:45.693Z] #20 11.56 Reading package lists...
09:59:45 [2021-04-02T09:59:45.693Z] #20 14.21 Building dependency tree...
09:59:45 [2021-04-02T09:59:45.693Z] #20 15.39 libcap2-bin is already the newest version (1:2.25-2).
09:59:45 [2021-04-02T09:59:45.693Z] #20 15.39 The following additional packages will be installed:
09:59:45 [2021-04-02T09:59:45.693Z] #20 15.40   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
09:59:45 [2021-04-02T09:59:45.693Z] #20 15.40   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
09:59:45 [2021-04-02T09:59:45.693Z] #20 15.40   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
09:59:45 [2021-04-02T09:59:45.693Z] #20 15.40   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
09:59:45 [2021-04-02T09:59:45.693Z] #20 15.40   python3.7 python3.7-minimal vim-runtime xxd
09:59:45 [2021-04-02T09:59:45.693Z] #20 15.40 Suggested packages:
09:59:45 [2021-04-02T09:59:45.693Z] #20 15.40   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
09:59:45 [2021-04-02T09:59:45.693Z] #20 15.40   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
09:59:45 [2021-04-02T09:59:45.693Z] #20 15.40   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
09:59:45 [2021-04-02T09:59:45.693Z] #20 15.40 Recommended packages:
09:59:45 [2021-04-02T09:59:45.693Z] #20 15.40   aufs-dkms nftables build-essential python3-dev python3-keyring
09:59:45 [2021-04-02T09:59:45.693Z] #20 15.40   python3-keyrings.alt python3-xdg unzip
09:59:45 [2021-04-02T09:59:45.693Z] #20 16.37 The following NEW packages will be installed:
09:59:45 [2021-04-02T09:59:45.693Z] #20 16.37   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
09:59:45 [2021-04-02T09:59:45.693Z] #20 16.37   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
09:59:45 [2021-04-02T09:59:45.693Z] #20 16.37   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
09:59:45 [2021-04-02T09:59:45.693Z] #20 16.38   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
09:59:45 [2021-04-02T09:59:45.693Z] #20 16.38   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
09:59:45 [2021-04-02T09:59:45.693Z] #20 16.38   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
09:59:45 [2021-04-02T09:59:45.693Z] #20 16.38   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
09:59:45 [2021-04-02T09:59:45.693Z] #20 16.38   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
09:59:45 [2021-04-02T09:59:45.693Z] #20 16.38   xz-utils zip
09:59:45 [2021-04-02T09:59:45.693Z] #20 16.70 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded.
09:59:45 [2021-04-02T09:59:45.693Z] #20 16.70 Need to get 27.6 MB of archives.
09:59:45 [2021-04-02T09:59:45.693Z] #20 16.70 After this operation, 114 MB of additional disk space will be used.
09:59:45 [2021-04-02T09:59:45.693Z] #20 16.70 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB]
09:59:45 [2021-04-02T09:59:45.693Z] #20 16.71 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u3 [588 kB]
09:59:45 [2021-04-02T09:59:45.693Z] #20 16.73 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u3 [1404 kB]
09:59:45 [2021-04-02T09:59:45.693Z] #20 16.78 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
09:59:45 [2021-04-02T09:59:45.693Z] #20 16.79 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
09:59:45 [2021-04-02T09:59:45.693Z] #20 16.80 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u3 [1642 kB]
09:59:45 [2021-04-02T09:59:45.693Z] #20 16.86 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u3 [330 kB]
09:59:45 [2021-04-02T09:59:45.693Z] #20 16.95 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]
09:59:45 [2021-04-02T09:59:45.693Z] #20 17.10 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]
09:59:45 [2021-04-02T09:59:45.693Z] #20 17.16 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB]
09:59:45 [2021-04-02T09:59:45.693Z] #20 17.16 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB]
09:59:45 [2021-04-02T09:59:45.693Z] #20 17.17 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB]
09:59:45 [2021-04-02T09:59:45.693Z] #20 17.17 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.17 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.17 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.18 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.20 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.20 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.22 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.22 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.22 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.23 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.25 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.25 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.26 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.26 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.27 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.27 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.27 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.71 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.72 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.72 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.72 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.72 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.73 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.79 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.80 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.80 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.81 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.81 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.83 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.83 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u3 [1208 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.88 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.89 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 17.90 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 18.20 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 18.25 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 18.27 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB]
09:59:45 [2021-04-02T09:59:45.694Z] #20 18.91 debconf: delaying package configuration, since apt-utils is not installed
09:59:45 [2021-04-02T09:59:45.717Z] #20 31.91 Selecting previously unselected package libnfnetlink0:amd64.
09:59:45 [2021-04-02T09:59:45.717Z] #20 31.92 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
09:59:45 [2021-04-02T09:59:45.717Z] #20 31.92 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
09:59:45 [2021-04-02T09:59:45.717Z] #20 31.96 Selecting previously unselected package libnetfilter-conntrack3:amd64.
09:59:45 [2021-04-02T09:59:45.717Z] #20 31.96 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
09:59:45 [2021-04-02T09:59:45.717Z] #20 31.97 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
09:59:45 [2021-04-02T09:59:45.717Z] #20 32.06 Selecting previously unselected package libnftnl11:amd64.
09:59:45 [2021-04-02T09:59:45.717Z] #20 32.06 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
09:59:45 [2021-04-02T09:59:45.717Z] #20 32.07 Unpacking libnftnl11:amd64 (1.1.2-2) ...
09:59:45 [2021-04-02T09:59:45.841Z] #20 44.14 Selecting previously unselected package python3-pkg-resources.
09:59:45 [2021-04-02T09:59:45.841Z] #20 44.15 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
09:59:45 [2021-04-02T09:59:45.841Z] #20 44.15 Unpacking python3-pkg-resources (40.8.0-1) ...
09:59:45 [2021-04-02T09:59:45.841Z] #20 44.27 Selecting previously unselected package python3-setuptools.
09:59:45 [2021-04-02T09:59:45.940Z] #43 86.78   DEP      criu/fsnotify.d
09:59:45 [2021-04-02T09:59:45.956Z] #20 19.03 Fetched 27.6 MB in 2s (15.0 MB/s)
09:59:45 [2021-04-02T09:59:45.956Z] #20 19.12 Selecting previously unselected package pigz.
09:59:45 [2021-04-02T09:59:45.977Z] #20 32.16 Selecting previously unselected package iptables.
09:59:45 [2021-04-02T09:59:45.977Z] #20 32.17 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
09:59:45 [2021-04-02T09:59:45.978Z] #20 32.18 Unpacking iptables (1.8.2-4) ...
09:59:46 [2021-04-02T09:59:46.100Z] #20 44.28 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
09:59:46 [2021-04-02T09:59:46.100Z] #20 44.29 Unpacking python3-setuptools (40.8.0-1) ...
09:59:46 [2021-04-02T09:59:46.100Z] #20 44.51 Selecting previously unselected package python3-wheel.
09:59:46 [2021-04-02T09:59:46.100Z] #20 44.52 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
09:59:46 [2021-04-02T09:59:46.100Z] #20 44.52 Unpacking python3-wheel (0.32.3-2) ...
09:59:46 [2021-04-02T09:59:46.198Z] #43 86.93   DEP      criu/filesystems.d
09:59:46 [2021-04-02T09:59:46.198Z] #43 87.07   DEP      criu/files.d
09:59:46 [2021-04-02T09:59:46.219Z] #20 19.12 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23408 files and directories currently installed.)
09:59:46 [2021-04-02T09:59:46.219Z] #20 19.26 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ...
09:59:46 [2021-04-02T09:59:46.219Z] #20 19.27 Unpacking pigz (2.4-1) ...
09:59:46 [2021-04-02T09:59:46.219Z] #20 19.36 Selecting previously unselected package libpython3.7-minimal:arm64.
09:59:46 [2021-04-02T09:59:46.219Z] #20 19.36 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_arm64.deb ...
09:59:46 [2021-04-02T09:59:46.219Z] #20 19.37 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ...
09:59:46 [2021-04-02T09:59:46.238Z] #20 32.50 Selecting previously unselected package xxd.
09:59:46 [2021-04-02T09:59:46.238Z] #20 32.52 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
09:59:46 [2021-04-02T09:59:46.238Z] #20 32.53 Unpacking xxd (2:8.1.0875-5) ...
09:59:46 [2021-04-02T09:59:46.238Z] #20 32.65 Selecting previously unselected package vim-common.
09:59:46 [2021-04-02T09:59:46.238Z] #20 32.65 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
09:59:46 [2021-04-02T09:59:46.238Z] #20 32.70 Unpacking vim-common (2:8.1.0875-5) ...
09:59:46 [2021-04-02T09:59:46.360Z] #20 44.63 Selecting previously unselected package sudo.
09:59:46 [2021-04-02T09:59:46.360Z] #20 44.63 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
09:59:46 [2021-04-02T09:59:46.360Z] #20 44.64 Unpacking sudo (1.8.27-1+deb10u3) ...
09:59:46 [2021-04-02T09:59:46.455Z] #43 87.26   DEP      criu/files-reg.d
09:59:46 [2021-04-02T09:59:46.498Z] #20 32.90 Selecting previously unselected package bash-completion.
09:59:46 [2021-04-02T09:59:46.498Z] #20 32.91 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
09:59:46 [2021-04-02T09:59:46.710Z] #43 87.47   DEP      criu/files-ext.d
09:59:46 [2021-04-02T09:59:46.711Z] #43 87.62   DEP      criu/file-lock.d
09:59:46 [2021-04-02T09:59:46.797Z] #20 19.80 Selecting previously unselected package python3.7-minimal.
09:59:46 [2021-04-02T09:59:46.797Z] #20 19.81 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_arm64.deb ...
09:59:46 [2021-04-02T09:59:46.797Z] #20 19.83 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
09:59:46 [2021-04-02T09:59:46.928Z] #20 45.29 Selecting previously unselected package thin-provisioning-tools.
09:59:46 [2021-04-02T09:59:46.928Z] #20 45.30 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
09:59:46 [2021-04-02T09:59:46.928Z] #20 45.30 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
09:59:46 [2021-04-02T09:59:46.967Z] #43 87.84   DEP      criu/file-ids.d
09:59:46 [2021-04-02T09:59:46.967Z] #43 87.94   DEP      criu/fifo.d
09:59:47 [2021-04-02T09:59:47.059Z] #20 20.29 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ...
09:59:47 [2021-04-02T09:59:47.187Z] #20 45.54 Selecting previously unselected package uidmap.
09:59:47 [2021-04-02T09:59:47.187Z] #20 45.55 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
09:59:47 [2021-04-02T09:59:47.187Z] #20 45.56 Unpacking uidmap (1:4.5-1.1) ...
09:59:47 [2021-04-02T09:59:47.322Z] #20 20.32 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
09:59:47 [2021-04-02T09:59:47.447Z] #20 45.68 Selecting previously unselected package vim-runtime.
09:59:47 [2021-04-02T09:59:47.447Z] #20 45.69 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
09:59:47 [2021-04-02T09:59:47.447Z] #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'
09:59:47 [2021-04-02T09:59:47.447Z] #20 45.74 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
09:59:47 [2021-04-02T09:59:47.447Z] #20 45.75 Unpacking vim-runtime (2:8.1.0875-5) ...
09:59:47 [2021-04-02T09:59:47.530Z] #43 88.12   DEP      criu/fdstore.d
09:59:47 [2021-04-02T09:59:47.530Z] #43 88.23   DEP      criu/fault-injection.d
09:59:47 [2021-04-02T09:59:47.530Z] #43 88.31   DEP      criu/external.d
09:59:47 [2021-04-02T09:59:47.530Z] #43 ...
09:59:47 [2021-04-02T09:59:47.530Z] 
09:59:47 [2021-04-02T09:59:47.530Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
09:59:47 [2021-04-02T09:59:47.530Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
09:59:47 [2021-04-02T09:59:47.530Z] #32 DONE 152.8s
09:59:47 [2021-04-02T09:59:47.530Z] 
09:59:47 [2021-04-02T09:59:47.530Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:47 [2021-04-02T09:59:47.530Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:47 [2021-04-02T09:59:47.530Z] #43 88.45   DEP      criu/eventpoll.d
09:59:47 [2021-04-02T09:59:47.786Z] #43 88.69   DEP      criu/eventfd.d
09:59:48 [2021-04-02T09:59:48.348Z] #43 88.90   DEP      criu/crtools.d
09:59:48 [2021-04-02T09:59:48.348Z] #43 89.08   DEP      criu/cr-service.d
09:59:48 [2021-04-02T09:59:48.605Z] #43 89.28   DEP      criu/cr-restore.d
09:59:48 [2021-04-02T09:59:48.861Z] #43 89.54   DEP      criu/cr-errno.d
09:59:48 [2021-04-02T09:59:48.861Z] #43 89.59   DEP      criu/cr-dump.d
09:59:48 [2021-04-02T09:59:48.861Z] #43 89.80   DEP      criu/cr-dedup.d
09:59:49 [2021-04-02T09:59:49.117Z] #43 89.97   DEP      criu/cr-check.d
09:59:49 [2021-04-02T09:59:49.244Z] #20 22.27 Selecting previously unselected package python3-minimal.
09:59:49 [2021-04-02T09:59:49.244Z] #20 22.27 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23657 files and directories currently installed.)
09:59:49 [2021-04-02T09:59:49.244Z] #20 22.35 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ...
09:59:49 [2021-04-02T09:59:49.244Z] #20 22.37 Unpacking python3-minimal (3.7.3-1) ...
09:59:49 [2021-04-02T09:59:49.313Z] #20 35.54 Unpacking bash-completion (1:2.8-6) ...
09:59:49 [2021-04-02T09:59:49.374Z] #43 90.22   DEP      criu/config.d
09:59:49 [2021-04-02T09:59:49.506Z] #20 22.49 Selecting previously unselected package libmpdec2:arm64.
09:59:49 [2021-04-02T09:59:49.506Z] #20 22.50 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ...
09:59:49 [2021-04-02T09:59:49.506Z] #20 22.52 Unpacking libmpdec2:arm64 (2.4.2-2) ...
09:59:49 [2021-04-02T09:59:49.506Z] #20 22.68 Selecting previously unselected package libpython3.7-stdlib:arm64.
09:59:49 [2021-04-02T09:59:49.506Z] #20 22.69 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_arm64.deb ...
09:59:49 [2021-04-02T09:59:49.506Z] #20 22.70 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ...
09:59:49 [2021-04-02T09:59:49.574Z] #20 35.88 Selecting previously unselected package bzip2.
09:59:49 [2021-04-02T09:59:49.574Z] #20 35.89 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
09:59:49 [2021-04-02T09:59:49.574Z] #20 35.90 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
09:59:49 [2021-04-02T09:59:49.574Z] #20 36.00 Selecting previously unselected package xz-utils.
09:59:49 [2021-04-02T09:59:49.574Z] #20 36.01 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
09:59:49 [2021-04-02T09:59:49.574Z] #20 36.03 Unpacking xz-utils (5.2.4-1) ...
09:59:49 [2021-04-02T09:59:49.630Z] #43 90.38   DEP      criu/clone-noasan.d
09:59:49 [2021-04-02T09:59:49.630Z] #43 90.49   DEP      criu/cgroup.d
09:59:49 [2021-04-02T09:59:49.835Z] #20 36.24 Selecting previously unselected package apparmor.
09:59:49 [2021-04-02T09:59:49.835Z] #20 36.24 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
09:59:49 [2021-04-02T09:59:49.835Z] #20 36.32 Unpacking apparmor (2.13.2-10) ...
09:59:49 [2021-04-02T09:59:49.886Z] #43 90.66   DEP      criu/cgroup-props.d
09:59:49 [2021-04-02T09:59:49.886Z] #43 90.75   DEP      criu/bitmap.d
09:59:50 [2021-04-02T09:59:50.099Z] #20 36.65 Selecting previously unselected package aufs-tools.
09:59:50 [2021-04-02T09:59:50.143Z] #43 90.78   DEP      criu/bfd.d
09:59:50 [2021-04-02T09:59:50.143Z] #43 90.88   DEP      criu/autofs.d
09:59:50 [2021-04-02T09:59:50.143Z] #43 91.01   DEP      criu/aio.d
09:59:50 [2021-04-02T09:59:50.272Z] 5ff1512f88ec: Verifying Checksum
09:59:50 [2021-04-02T09:59:50.272Z] 5ff1512f88ec: Download complete
09:59:50 [2021-04-02T09:59:50.361Z] #20 36.66 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
09:59:50 [2021-04-02T09:59:50.361Z] #20 36.66 Unpacking aufs-tools (1:4.14+20190211-1) ...
09:59:50 [2021-04-02T09:59:50.400Z] #43 91.16   DEP      criu/action-scripts.d
09:59:50 [2021-04-02T09:59:50.454Z] #20 23.61 Selecting previously unselected package python3.7.
09:59:50 [2021-04-02T09:59:50.454Z] #20 23.61 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_arm64.deb ...
09:59:50 [2021-04-02T09:59:50.454Z] #20 23.63 Unpacking python3.7 (3.7.3-2+deb10u3) ...
09:59:50 [2021-04-02T09:59:50.622Z] #20 36.79 Selecting previously unselected package libonig5:amd64.
09:59:50 [2021-04-02T09:59:50.622Z] #20 36.81 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
09:59:50 [2021-04-02T09:59:50.622Z] #20 36.81 Unpacking libonig5:amd64 (6.9.1-1) ...
09:59:50 [2021-04-02T09:59:50.622Z] #20 36.95 Selecting previously unselected package libjq1:amd64.
09:59:50 [2021-04-02T09:59:50.622Z] #20 36.96 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
09:59:50 [2021-04-02T09:59:50.622Z] #20 36.96 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
09:59:50 [2021-04-02T09:59:50.622Z] #20 37.07 Selecting previously unselected package jq.
09:59:50 [2021-04-02T09:59:50.622Z] #20 37.08 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
09:59:50 [2021-04-02T09:59:50.622Z] #20 37.09 Unpacking jq (1.5+dfsg-2+b1) ...
09:59:50 [2021-04-02T09:59:50.622Z] #20 37.19 Selecting previously unselected package libaio1:amd64.
09:59:50 [2021-04-02T09:59:50.656Z] #43 91.47   CC       criu/action-scripts.o
09:59:50 [2021-04-02T09:59:50.716Z] #20 23.76 Selecting previously unselected package libpython3-stdlib:arm64.
09:59:50 [2021-04-02T09:59:50.716Z] #20 23.77 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ...
09:59:50 [2021-04-02T09:59:50.716Z] #20 23.78 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
09:59:50 [2021-04-02T09:59:50.742Z] #20 48.77 Selecting previously unselected package vim.
09:59:50 [2021-04-02T09:59:50.742Z] #20 48.79 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
09:59:50 [2021-04-02T09:59:50.742Z] #20 48.82 Unpacking vim (2:8.1.0875-5) ...
09:59:50 [2021-04-02T09:59:50.883Z] #20 37.20 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
09:59:50 [2021-04-02T09:59:50.883Z] #20 37.21 Unpacking libaio1:amd64 (0.3.112-3) ...
09:59:50 [2021-04-02T09:59:50.883Z] #20 37.26 Selecting previously unselected package libgpm2:amd64.
09:59:50 [2021-04-02T09:59:50.883Z] #20 37.27 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
09:59:50 [2021-04-02T09:59:50.883Z] #20 37.27 Unpacking libgpm2:amd64 (1.20.7-5) ...
09:59:50 [2021-04-02T09:59:50.979Z] #20 23.88 Setting up python3-minimal (3.7.3-1) ...
09:59:51 [2021-04-02T09:59:51.001Z] #20 49.32 Selecting previously unselected package xfsprogs.
09:59:51 [2021-04-02T09:59:51.001Z] #20 49.34 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
09:59:51 [2021-04-02T09:59:51.001Z] #20 49.35 Unpacking xfsprogs (4.20.0-1) ...
09:59:51 [2021-04-02T09:59:51.144Z] #20 37.33 Selecting previously unselected package libicu63:amd64.
09:59:51 [2021-04-02T09:59:51.145Z] #20 37.35 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
09:59:51 [2021-04-02T09:59:51.145Z] #20 37.35 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
09:59:51 [2021-04-02T09:59:51.219Z] #43 91.90   CC       criu/aio.o
09:59:51 [2021-04-02T09:59:51.242Z] #20 ...
09:59:51 [2021-04-02T09:59:51.242Z] 
09:59:51 [2021-04-02T09:59:51.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
09:59:51 [2021-04-02T09:59:51.242Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
09:59:51 [2021-04-02T09:59:51.242Z] #43 57.30   AR       soccr/libsoccr.a
09:59:51 [2021-04-02T09:59:51.242Z] #43 57.34 make[1]: 'soccr/libsoccr.a' is up to date.
09:59:51 [2021-04-02T09:59:51.242Z] #43 57.81   DEP      criu/arch/aarch64/sigframe.d
09:59:51 [2021-04-02T09:59:51.242Z] #43 57.97   DEP      criu/arch/aarch64/crtools.d
09:59:51 [2021-04-02T09:59:51.242Z] #43 58.20   DEP      criu/arch/aarch64/cpu.d
09:59:51 [2021-04-02T09:59:51.242Z] #43 58.23   DEP      criu/arch/aarch64/bitops.d
09:59:51 [2021-04-02T09:59:51.242Z] #43 58.27   CC       criu/arch/aarch64/bitops.o
09:59:51 [2021-04-02T09:59:51.242Z] #43 58.32   CC       criu/arch/aarch64/cpu.o
09:59:51 [2021-04-02T09:59:51.242Z] #43 58.46   CC       criu/arch/aarch64/crtools.o
09:59:51 [2021-04-02T09:59:51.242Z] #43 59.09   CC       criu/arch/aarch64/sigframe.o
09:59:51 [2021-04-02T09:59:51.242Z] #43 59.36   LINK     criu/arch/aarch64/crtools.built-in.o
09:59:51 [2021-04-02T09:59:51.242Z] #43 59.44   DEP      criu/pie/util-vdso.d
09:59:51 [2021-04-02T09:59:51.242Z] #43 59.59   DEP      criu/pie/util.d
09:59:51 [2021-04-02T09:59:51.242Z] #43 59.75   CC       criu/pie/util.o
09:59:51 [2021-04-02T09:59:51.242Z] #43 60.06   CC       criu/pie/util-vdso.o
09:59:51 [2021-04-02T09:59:51.242Z] #43 60.66   AR       criu/pie/pie.lib.a
09:59:51 [2021-04-02T09:59:51.242Z] #43 60.75   DEP      criu/pie/restorer.d
09:59:51 [2021-04-02T09:59:51.242Z] #43 60.90   DEP      criu/arch/aarch64/intraprocedure.d
09:59:51 [2021-04-02T09:59:51.242Z] #43 60.92   DEP      criu/arch/aarch64/restorer.d
09:59:51 [2021-04-02T09:59:51.242Z] #43 61.05   DEP      criu/arch/aarch64/vdso-pie.d
09:59:51 [2021-04-02T09:59:51.242Z] #43 61.12   DEP      criu/pie/parasite-vdso.d
09:59:51 [2021-04-02T09:59:51.242Z] #43 61.24   DEP      criu/pie/parasite.d
09:59:51 [2021-04-02T09:59:51.242Z] #43 61.50   CC       criu/pie/parasite.o
09:59:51 [2021-04-02T09:59:51.242Z] #43 62.48   LINK     criu/pie/parasite.built-in.o
09:59:51 [2021-04-02T09:59:51.242Z] #43 62.49   GEN      criu/pie/parasite-blob.h
09:59:51 [2021-04-02T09:59:51.242Z] #43 62.50   CC       criu/pie/parasite-vdso.o
09:59:51 [2021-04-02T09:59:51.242Z] #43 62.97   CC       criu/arch/aarch64/vdso-pie.o
09:59:51 [2021-04-02T09:59:51.242Z] #43 63.19   CC       criu/arch/aarch64/restorer.o
09:59:51 [2021-04-02T09:59:51.242Z] #43 63.59   CC       criu/arch/aarch64/intraprocedure.o
09:59:51 [2021-04-02T09:59:51.242Z] #43 63.63   CC       criu/pie/restorer.o
09:59:51 [2021-04-02T09:59:51.242Z] #43 66.09   LINK     criu/pie/restorer.built-in.o
09:59:51 [2021-04-02T09:59:51.242Z] #43 66.12   GEN      criu/pie/restorer-blob.h
09:59:51 [2021-04-02T09:59:51.242Z] #43 66.21   DEP      criu/vdso.d
09:59:51 [2021-04-02T09:59:51.242Z] #43 66.53   DEP      criu/uts_ns.d
09:59:51 [2021-04-02T09:59:51.242Z] #43 66.74   DEP      criu/util.d
09:59:51 [2021-04-02T09:59:51.242Z] #43 66.95   DEP      criu/uffd.d
09:59:51 [2021-04-02T09:59:51.242Z] #43 67.20   DEP      criu/tun.d
09:59:51 [2021-04-02T09:59:51.242Z] #43 67.39   DEP      criu/tty.d
09:59:51 [2021-04-02T09:59:51.475Z] #43 92.34   CC       criu/autofs.o
09:59:51 [2021-04-02T09:59:51.504Z] #43 67.63   DEP      criu/timerfd.d
09:59:51 [2021-04-02T09:59:51.583Z] #20 49.90 Selecting previously unselected package zip.
09:59:51 [2021-04-02T09:59:51.583Z] #20 49.92 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
09:59:51 [2021-04-02T09:59:51.583Z] #20 49.93 Unpacking zip (3.0-11+b1) ...
09:59:51 [2021-04-02T09:59:51.767Z] #43 67.87   DEP      criu/timens.d
09:59:51 [2021-04-02T09:59:51.843Z] #20 50.14 Setting up aufs-tools (1:4.14+20190211-1) ...
09:59:51 [2021-04-02T09:59:51.843Z] #20 50.16 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
09:59:51 [2021-04-02T09:59:51.843Z] #20 50.18 Setting up libip6tc0:amd64 (1.8.2-4) ...
09:59:51 [2021-04-02T09:59:51.843Z] #20 50.20 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
09:59:51 [2021-04-02T09:59:51.843Z] #20 50.21 Setting up libgpm2:amd64 (1.20.7-5) ...
09:59:51 [2021-04-02T09:59:51.843Z] #20 50.23 Setting up libip4tc0:amd64 (1.8.2-4) ...
09:59:51 [2021-04-02T09:59:51.843Z] #20 50.24 Setting up uidmap (1:4.5-1.1) ...
09:59:51 [2021-04-02T09:59:51.843Z] #20 50.25 Setting up libnftnl11:amd64 (1.1.2-2) ...
09:59:51 [2021-04-02T09:59:51.843Z] #20 50.26 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:59:51 [2021-04-02T09:59:51.843Z] #20 50.28 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
09:59:51 [2021-04-02T09:59:51.843Z] #20 50.29 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
09:59:51 [2021-04-02T09:59:51.843Z] #20 50.31 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
09:59:51 [2021-04-02T09:59:51.843Z] #20 50.32 Setting up xxd (2:8.1.0875-5) ...
09:59:51 [2021-04-02T09:59:51.843Z] #20 50.33 Setting up zip (3.0-11+b1) ...
09:59:51 [2021-04-02T09:59:51.843Z] #20 50.34 Setting up vim-common (2:8.1.0875-5) ...
09:59:52 [2021-04-02T09:59:52.030Z] #43 68.15   DEP      criu/sysfs_parse.d
09:59:52 [2021-04-02T09:59:52.030Z] #43 ...
09:59:52 [2021-04-02T09:59:52.030Z] 
09:59:52 [2021-04-02T09:59:52.030Z] #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
09:59:52 [2021-04-02T09:59:52.030Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
09:59:52 [2021-04-02T09:59:52.030Z] #20 25.07 Selecting previously unselected package python3.
09:59:52 [2021-04-02T09:59:52.030Z] #20 25.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 ... 24069 files and directories currently installed.)
09:59:52 [2021-04-02T09:59:52.030Z] #20 25.16 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ...
09:59:52 [2021-04-02T09:59:52.030Z] #20 25.18 Unpacking python3 (3.7.3-1) ...
09:59:52 [2021-04-02T09:59:52.104Z] #20 50.38 Setting up bash-completion (1:2.8-6) ...
09:59:52 [2021-04-02T09:59:52.294Z] #20 25.28 Selecting previously unselected package libip4tc0:arm64.
09:59:52 [2021-04-02T09:59:52.294Z] #20 25.28 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ...
09:59:52 [2021-04-02T09:59:52.294Z] #20 25.29 Unpacking libip4tc0:arm64 (1.8.2-4) ...
09:59:52 [2021-04-02T09:59:52.673Z] #20 25.56 Selecting previously unselected package libip6tc0:arm64.
09:59:52 [2021-04-02T09:59:52.673Z] #20 25.57 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ...
09:59:52 [2021-04-02T09:59:52.673Z] #20 25.58 Unpacking libip6tc0:arm64 (1.8.2-4) ...
09:59:52 [2021-04-02T09:59:52.673Z] #20 25.80 Selecting previously unselected package libiptc0:arm64.
09:59:52 [2021-04-02T09:59:52.936Z] #20 25.80 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ...
09:59:52 [2021-04-02T09:59:52.936Z] #20 25.81 Unpacking libiptc0:arm64 (1.8.2-4) ...
09:59:53 [2021-04-02T09:59:53.200Z] #20 26.11 Selecting previously unselected package libnfnetlink0:arm64.
09:59:53 [2021-04-02T09:59:53.200Z] #20 26.12 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
09:59:53 [2021-04-02T09:59:53.200Z] #20 26.13 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
09:59:53 [2021-04-02T09:59:53.200Z] #20 26.24 Selecting previously unselected package libnetfilter-conntrack3:arm64.
09:59:53 [2021-04-02T09:59:53.200Z] #20 26.24 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ...
09:59:53 [2021-04-02T09:59:53.200Z] #20 26.26 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ...
09:59:53 [2021-04-02T09:59:53.366Z] #43 93.77   CC       criu/bfd.o
09:59:53 [2021-04-02T09:59:53.366Z] #43 94.27   CC       criu/bitmap.o
09:59:53 [2021-04-02T09:59:53.462Z] #20 26.40 Selecting previously unselected package libnftnl11:arm64.
09:59:53 [2021-04-02T09:59:53.462Z] #20 26.40 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ...
09:59:53 [2021-04-02T09:59:53.462Z] #20 26.41 Unpacking libnftnl11:arm64 (1.1.2-2) ...
09:59:53 [2021-04-02T09:59:53.462Z] #20 26.57 Selecting previously unselected package iptables.
09:59:53 [2021-04-02T09:59:53.462Z] #20 26.57 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ...
09:59:53 [2021-04-02T09:59:53.462Z] #20 26.59 Unpacking iptables (1.8.2-4) ...
09:59:53 [2021-04-02T09:59:53.623Z] #43 94.42   CC       criu/cgroup-props.o
09:59:54 [2021-04-02T09:59:54.038Z] #20 27.02 Selecting previously unselected package xxd.
09:59:54 [2021-04-02T09:59:54.038Z] #20 27.02 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ...
09:59:54 [2021-04-02T09:59:54.038Z] #20 27.03 Unpacking xxd (2:8.1.0875-5) ...
09:59:54 [2021-04-02T09:59:54.038Z] #20 27.16 Selecting previously unselected package vim-common.
09:59:54 [2021-04-02T09:59:54.038Z] #20 27.16 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
09:59:54 [2021-04-02T09:59:54.038Z] #20 27.19 Unpacking vim-common (2:8.1.0875-5) ...
09:59:54 [2021-04-02T09:59:54.301Z] #20 27.41 Selecting previously unselected package bash-completion.
09:59:54 [2021-04-02T09:59:54.301Z] #20 27.41 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
09:59:54 [2021-04-02T09:59:54.448Z] #20 ...
09:59:54 [2021-04-02T09:59:54.448Z] 
09:59:54 [2021-04-02T09:59:54.448Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:54 [2021-04-02T09:59:54.448Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:54 [2021-04-02T09:59:54.448Z] #43 90.19   CC       criu/bfd.o
09:59:54 [2021-04-02T09:59:54.448Z] #43 90.79   CC       criu/bitmap.o
09:59:54 [2021-04-02T09:59:54.448Z] #43 90.96   CC       criu/cgroup-props.o
09:59:54 [2021-04-02T09:59:54.448Z] #43 91.65   CC       criu/cgroup.o
09:59:54 [2021-04-02T09:59:54.448Z] #43 94.41   CC       criu/clone-noasan.o
09:59:54 [2021-04-02T09:59:54.448Z] #43 94.66   CC       criu/config.o
09:59:54 [2021-04-02T09:59:54.448Z] #43 96.00   CC       criu/cr-check.o
09:59:54 [2021-04-02T09:59:54.448Z] #43 97.60   CC       criu/cr-dedup.o
09:59:54 [2021-04-02T09:59:54.448Z] #43 97.96   CC       criu/cr-dump.o
09:59:54 [2021-04-02T09:59:54.448Z] #43 100.3   CC       criu/cr-errno.o
09:59:54 [2021-04-02T09:59:54.448Z] #43 100.4   CC       criu/cr-restore.o
09:59:54 [2021-04-02T09:59:54.448Z] #43 ...
09:59:54 [2021-04-02T09:59:54.448Z] 
09:59:54 [2021-04-02T09:59:54.448Z] #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
09:59:54 [2021-04-02T09:59:54.448Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
09:59:54 [2021-04-02T09:59:54.448Z] #20 40.62 Selecting previously unselected package libnet1:amd64.
09:59:54 [2021-04-02T09:59:54.448Z] #20 40.62 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
09:59:54 [2021-04-02T09:59:54.448Z] #20 40.63 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:59:54 [2021-04-02T09:59:54.448Z] #20 40.70 Selecting previously unselected package libnl-3-200:amd64.
09:59:54 [2021-04-02T09:59:54.448Z] #20 40.71 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
09:59:54 [2021-04-02T09:59:54.448Z] #20 40.72 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
09:59:54 [2021-04-02T09:59:54.448Z] #20 40.83 Selecting previously unselected package libprotobuf-c1:amd64.
09:59:54 [2021-04-02T09:59:54.448Z] #20 40.85 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
09:59:54 [2021-04-02T09:59:54.448Z] #20 40.86 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
09:59:54 [2021-04-02T09:59:54.448Z] #20 40.92 Selecting previously unselected package libreadline5:amd64.
09:59:54 [2021-04-02T09:59:54.448Z] #20 40.92 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
09:59:54 [2021-04-02T09:59:54.448Z] #20 40.93 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
09:59:54 [2021-04-02T09:59:54.551Z] #43 95.22   CC       criu/cgroup.o
09:59:54 [2021-04-02T09:59:54.551Z] #43 ...
09:59:54 [2021-04-02T09:59:54.551Z] 
09:59:54 [2021-04-02T09:59:54.551Z] #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
09:59:54 [2021-04-02T09:59:54.551Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
09:59:54 [2021-04-02T09:59:54.551Z] #20 2.881 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
09:59:54 [2021-04-02T09:59:54.551Z] #20 3.175 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
09:59:54 [2021-04-02T09:59:54.551Z] #20 3.189 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:59:54 [2021-04-02T09:59:54.551Z] #20 3.359 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:59:54 [2021-04-02T09:59:54.551Z] #20 3.456 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [460 kB]
09:59:54 [2021-04-02T09:59:54.551Z] #20 4.371 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:59:54 [2021-04-02T09:59:54.551Z] #20 5.602 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [271 kB]
09:59:54 [2021-04-02T09:59:54.551Z] #20 6.893 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
09:59:54 [2021-04-02T09:59:54.646Z] #20 53.17 Setting up libiptc0:amd64 (1.8.2-4) ...
09:59:54 [2021-04-02T09:59:54.646Z] #20 53.18 Setting up xz-utils (5.2.4-1) ...
09:59:54 [2021-04-02T09:59:54.709Z] #20 41.04 Selecting previously unselected package net-tools.
09:59:54 [2021-04-02T09:59:54.709Z] #20 41.06 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
09:59:54 [2021-04-02T09:59:54.709Z] #20 41.07 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
09:59:54 [2021-04-02T09:59:54.906Z] #20 53.19 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:59:54 [2021-04-02T09:59:54.906Z] #20 53.21 Setting up sudo (1.8.27-1+deb10u3) ...
09:59:54 [2021-04-02T09:59:54.906Z] #20 53.27 invoke-rc.d: could not determine current runlevel
09:59:54 [2021-04-02T09:59:54.906Z] #20 53.28 invoke-rc.d: policy-rc.d denied execution of start.
09:59:54 [2021-04-02T09:59:54.970Z] #20 41.25 Selecting previously unselected package python-pip-whl.
09:59:54 [2021-04-02T09:59:54.970Z] #20 41.26 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
09:59:54 [2021-04-02T09:59:54.970Z] #20 41.27 Unpacking python-pip-whl (18.1-5) ...
09:59:55 [2021-04-02T09:59:55.167Z] #20 53.32 Setting up pigz (2.4-1) ...
09:59:55 [2021-04-02T09:59:55.167Z] #20 53.35 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
09:59:55 [2021-04-02T09:59:55.167Z] #20 53.37 Setting up libnl-3-200:amd64 (3.4.0-1) ...
09:59:55 [2021-04-02T09:59:55.167Z] #20 53.39 Setting up python-pip-whl (18.1-5) ...
09:59:55 [2021-04-02T09:59:55.167Z] #20 53.40 Setting up libmpdec2:amd64 (2.4.2-2) ...
09:59:55 [2021-04-02T09:59:55.167Z] #20 53.42 Setting up vim-runtime (2:8.1.0875-5) ...
09:59:55 [2021-04-02T09:59:55.426Z] #20 53.90 Setting up libaio1:amd64 (0.3.112-3) ...
09:59:55 [2021-04-02T09:59:55.480Z] #20 10.75 Fetched 8933 kB in 8s (1102 kB/s)
09:59:55 [2021-04-02T09:59:55.542Z] #20 41.83 Selecting previously unselected package python3-lib2to3.
09:59:55 [2021-04-02T09:59:55.542Z] #20 41.83 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
09:59:55 [2021-04-02T09:59:55.542Z] #20 41.84 Unpacking python3-lib2to3 (3.7.3-1) ...
09:59:55 [2021-04-02T09:59:55.685Z] #20 53.92 Setting up libonig5:amd64 (6.9.1-1) ...
09:59:55 [2021-04-02T09:59:55.685Z] #20 53.93 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
09:59:55 [2021-04-02T09:59:55.685Z] #20 53.95 Setting up vim (2:8.1.0875-5) ...
09:59:55 [2021-04-02T09:59:55.685Z] #20 53.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
09:59:55 [2021-04-02T09:59:55.685Z] #20 53.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
09:59:55 [2021-04-02T09:59:55.685Z] #20 53.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
09:59:55 [2021-04-02T09:59:55.685Z] #20 53.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
09:59:55 [2021-04-02T09:59:55.685Z] #20 54.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
09:59:55 [2021-04-02T09:59:55.685Z] #20 54.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
09:59:55 [2021-04-02T09:59:55.685Z] #20 54.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
09:59:55 [2021-04-02T09:59:55.685Z] #20 54.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
09:59:55 [2021-04-02T09:59:55.685Z] #20 54.04 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
09:59:55 [2021-04-02T09:59:55.685Z] #20 54.05 Setting up thin-provisioning-tools (0.7.6-2.1) ...
09:59:55 [2021-04-02T09:59:55.685Z] #20 54.07 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
09:59:55 [2021-04-02T09:59:55.685Z] #20 54.08 Setting up jq (1.5+dfsg-2+b1) ...
09:59:55 [2021-04-02T09:59:55.685Z] #20 54.09 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
09:59:55 [2021-04-02T09:59:55.685Z] #20 54.10 Setting up python3.7 (3.7.3-2+deb10u3) ...
09:59:55 [2021-04-02T09:59:55.803Z] #20 41.99 Selecting previously unselected package python3-distutils.
09:59:55 [2021-04-02T09:59:55.803Z] #20 41.99 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
09:59:55 [2021-04-02T09:59:55.803Z] #20 42.00 Unpacking python3-distutils (3.7.3-1) ...
09:59:55 [2021-04-02T09:59:55.803Z] #20 42.19 Selecting previously unselected package python3-pip.
09:59:55 [2021-04-02T09:59:55.803Z] #20 42.21 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
09:59:55 [2021-04-02T09:59:55.803Z] #20 42.21 Unpacking python3-pip (18.1-5) ...
09:59:56 [2021-04-02T09:59:56.064Z] #20 42.36 Selecting previously unselected package python3-pkg-resources.
09:59:56 [2021-04-02T09:59:56.064Z] #20 42.37 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
09:59:56 [2021-04-02T09:59:56.064Z] #20 42.39 Unpacking python3-pkg-resources (40.8.0-1) ...
09:59:56 [2021-04-02T09:59:56.325Z] #20 42.52 Selecting previously unselected package python3-setuptools.
09:59:56 [2021-04-02T09:59:56.325Z] #20 42.54 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
09:59:56 [2021-04-02T09:59:56.325Z] #20 42.55 Unpacking python3-setuptools (40.8.0-1) ...
09:59:56 [2021-04-02T09:59:56.325Z] #20 42.78 Selecting previously unselected package python3-wheel.
09:59:56 [2021-04-02T09:59:56.325Z] #20 42.79 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
09:59:56 [2021-04-02T09:59:56.325Z] #20 42.80 Unpacking python3-wheel (0.32.3-2) ...
09:59:56 [2021-04-02T09:59:56.587Z] #20 42.88 Selecting previously unselected package sudo.
09:59:56 [2021-04-02T09:59:56.587Z] #20 42.90 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
09:59:56 [2021-04-02T09:59:56.587Z] #20 42.90 Unpacking sudo (1.8.27-1+deb10u3) ...
09:59:56 [2021-04-02T09:59:56.623Z] #20 ...
09:59:56 [2021-04-02T09:59:56.623Z] 
09:59:56 [2021-04-02T09:59:56.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
09:59:56 [2021-04-02T09:59:56.623Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:56 [2021-04-02T09:59:56.623Z] #43 106.8   CC       criu/cr-service.o
09:59:56 [2021-04-02T09:59:56.623Z] #43 108.3   CC       criu/crtools.o
09:59:56 [2021-04-02T09:59:56.623Z] #43 108.9   CC       criu/eventfd.o
09:59:56 [2021-04-02T09:59:56.623Z] #43 109.3   CC       criu/eventpoll.o
09:59:56 [2021-04-02T09:59:56.623Z] #43 110.3   CC       criu/external.o
09:59:56 [2021-04-02T09:59:56.623Z] #43 110.6   CC       criu/fault-injection.o
09:59:56 [2021-04-02T09:59:56.623Z] #43 110.7   CC       criu/fdstore.o
09:59:56 [2021-04-02T09:59:56.623Z] #43 111.1   CC       criu/fifo.o
09:59:56 [2021-04-02T09:59:56.623Z] #43 111.5   CC       criu/file-ids.o
09:59:56 [2021-04-02T09:59:56.623Z] #43 111.9   CC       criu/file-lock.o
09:59:56 [2021-04-02T09:59:56.623Z] #43 113.0   CC       criu/files-ext.o
09:59:56 [2021-04-02T09:59:56.623Z] #43 113.3   CC       criu/files-reg.o
09:59:56 [2021-04-02T09:59:56.623Z] #43 115.6   CC       criu/files.o
09:59:57 [2021-04-02T09:59:57.159Z] #20 43.42 Selecting previously unselected package thin-provisioning-tools.
09:59:57 [2021-04-02T09:59:57.159Z] #20 43.42 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
09:59:57 [2021-04-02T09:59:57.159Z] #20 43.43 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
09:59:57 [2021-04-02T09:59:57.371Z] #20 10.75 Reading package lists...
09:59:57 [2021-04-02T09:59:57.371Z] #20 ...
09:59:57 [2021-04-02T09:59:57.371Z] 
09:59:57 [2021-04-02T09:59:57.371Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
09:59:57 [2021-04-02T09:59:57.371Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
09:59:57 [2021-04-02T09:59:57.371Z] #43 97.95   CC       criu/clone-noasan.o
09:59:57 [2021-04-02T09:59:57.371Z] #43 98.22   CC       criu/config.o
09:59:57 [2021-04-02T09:59:57.420Z] #20 43.68 Selecting previously unselected package uidmap.
09:59:57 [2021-04-02T09:59:57.420Z] #20 43.71 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
09:59:57 [2021-04-02T09:59:57.420Z] #20 43.71 Unpacking uidmap (1:4.5-1.1) ...
09:59:57 [2021-04-02T09:59:57.420Z] #20 43.82 Selecting previously unselected package vim-runtime.
09:59:57 [2021-04-02T09:59:57.420Z] #20 43.84 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
09:59:57 [2021-04-02T09:59:57.420Z] #20 43.88 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
09:59:57 [2021-04-02T09:59:57.446Z] 4612f6d0b889: Verifying Checksum
09:59:57 [2021-04-02T09:59:57.446Z] 4612f6d0b889: Download complete
09:59:57 [2021-04-02T09:59:57.561Z] #43 117.7   CC       criu/filesystems.o
09:59:57 [2021-04-02T09:59:57.561Z] #43 ...
09:59:57 [2021-04-02T09:59:57.561Z] 
09:59:57 [2021-04-02T09:59:57.561Z] #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
09:59:57 [2021-04-02T09:59:57.561Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
09:59:57 [2021-04-02T09:59:57.561Z] #40 189.5 + dpkg --print-architecture
09:59:57 [2021-04-02T09:59:57.561Z] #40 189.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
09:59:57 [2021-04-02T09:59:57.561Z] #40 189.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
09:59:57 [2021-04-02T09:59:57.561Z] #40 189.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
09:59:57 [2021-04-02T09:59:57.613Z] #20 30.40 Unpacking bash-completion (1:2.8-6) ...
09:59:57 [2021-04-02T09:59:57.613Z] #20 ...
09:59:57 [2021-04-02T09:59:57.613Z] 
09:59:57 [2021-04-02T09:59:57.613Z] #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
09:59:57 [2021-04-02T09:59:57.613Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926
09:59:57 [2021-04-02T09:59:57.613Z] #40 139.6 + dpkg --print-architecture
09:59:57 [2021-04-02T09:59:57.681Z] #20 43.91 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
09:59:57 [2021-04-02T09:59:57.681Z] #20 43.92 Unpacking vim-runtime (2:8.1.0875-5) ...
09:59:58 [2021-04-02T09:59:58.739Z] #43 99.51   CC       criu/cr-check.o
09:59:59 [2021-04-02T09:59:59.005Z] #40 DONE 140.6s
09:59:59 [2021-04-02T09:59:59.005Z] 
09:59:59 [2021-04-02T09:59:59.005Z] #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
09:59:59 [2021-04-02T09:59:59.005Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
09:59:59 [2021-04-02T09:59:59.005Z] #20 31.20 Selecting previously unselected package bzip2.
09:59:59 [2021-04-02T09:59:59.005Z] #20 31.20 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ...
09:59:59 [2021-04-02T09:59:59.005Z] #20 31.21 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
09:59:59 [2021-04-02T09:59:59.005Z] #20 31.37 Selecting previously unselected package xz-utils.
09:59:59 [2021-04-02T09:59:59.005Z] #20 31.37 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ...
09:59:59 [2021-04-02T09:59:59.005Z] #20 31.39 Unpacking xz-utils (5.2.4-1) ...
09:59:59 [2021-04-02T09:59:59.005Z] #20 31.79 Selecting previously unselected package apparmor.
09:59:59 [2021-04-02T09:59:59.005Z] #20 31.80 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ...
09:59:59 [2021-04-02T09:59:59.005Z] #20 31.93 Unpacking apparmor (2.13.2-10) ...
09:59:59 [2021-04-02T09:59:59.267Z] #20 32.32 Selecting previously unselected package aufs-tools.
09:59:59 [2021-04-02T09:59:59.267Z] #20 32.33 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ...
09:59:59 [2021-04-02T09:59:59.267Z] #20 32.34 Unpacking aufs-tools (1:4.14+20190211-1) ...
09:59:59 [2021-04-02T09:59:59.530Z] #20 32.51 Selecting previously unselected package libonig5:arm64.
09:59:59 [2021-04-02T09:59:59.530Z] #20 32.51 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ...
09:59:59 [2021-04-02T09:59:59.530Z] #20 32.52 Unpacking libonig5:arm64 (6.9.1-1) ...
09:59:59 [2021-04-02T09:59:59.530Z] #20 32.70 Selecting previously unselected package libjq1:arm64.
09:59:59 [2021-04-02T09:59:59.792Z] #20 32.72 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ...
09:59:59 [2021-04-02T09:59:59.792Z] #20 32.73 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ...
09:59:59 [2021-04-02T09:59:59.792Z] #20 32.84 Selecting previously unselected package jq.
09:59:59 [2021-04-02T09:59:59.792Z] #20 32.85 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ...
09:59:59 [2021-04-02T09:59:59.792Z] #20 32.86 Unpacking jq (1.5+dfsg-2+b1) ...
10:00:00 [2021-04-02T10:00:00.055Z] #20 32.95 Selecting previously unselected package libaio1:arm64.
10:00:00 [2021-04-02T10:00:00.055Z] #20 32.96 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ...
10:00:00 [2021-04-02T10:00:00.055Z] #20 32.97 Unpacking libaio1:arm64 (0.3.112-3) ...
10:00:00 [2021-04-02T10:00:00.055Z] #20 33.03 Selecting previously unselected package libgpm2:arm64.
10:00:00 [2021-04-02T10:00:00.055Z] #20 33.04 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ...
10:00:00 [2021-04-02T10:00:00.055Z] #20 33.05 Unpacking libgpm2:arm64 (1.20.7-5) ...
10:00:00 [2021-04-02T10:00:00.317Z] #20 33.22 Selecting previously unselected package libicu63:arm64.
10:00:00 [2021-04-02T10:00:00.317Z] #20 33.23 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ...
10:00:00 [2021-04-02T10:00:00.317Z] #20 33.24 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
10:00:00 [2021-04-02T10:00:00.628Z] #43 101.2   CC       criu/cr-dedup.o
10:00:00 [2021-04-02T10:00:00.628Z] #43 101.6   CC       criu/cr-dump.o
10:00:00 [2021-04-02T10:00:00.990Z] #20 47.10 Selecting previously unselected package vim.
10:00:00 [2021-04-02T10:00:00.990Z] #20 47.11 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
10:00:00 [2021-04-02T10:00:00.990Z] #20 47.14 Unpacking vim (2:8.1.0875-5) ...
10:00:01 [2021-04-02T10:00:01.062Z] #56 228.8 + bin/containerd-stress
10:00:01 [2021-04-02T10:00:01.062Z] #56 230.8 + bin/containerd-shim
10:00:01 [2021-04-02T10:00:01.251Z] #20 47.62 Selecting previously unselected package xfsprogs.
10:00:01 [2021-04-02T10:00:01.251Z] #20 47.63 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
10:00:01 [2021-04-02T10:00:01.251Z] #20 47.64 Unpacking xfsprogs (4.20.0-1) ...
10:00:01 [2021-04-02T10:00:01.824Z] #20 48.14 Selecting previously unselected package zip.
10:00:01 [2021-04-02T10:00:01.824Z] #20 48.16 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
10:00:01 [2021-04-02T10:00:01.824Z] #20 48.17 Unpacking zip (3.0-11+b1) ...
10:00:02 [2021-04-02T10:00:02.085Z] #20 48.44 Setting up aufs-tools (1:4.14+20190211-1) ...
10:00:02 [2021-04-02T10:00:02.085Z] #20 48.46 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
10:00:02 [2021-04-02T10:00:02.085Z] #20 48.47 Setting up libip6tc0:amd64 (1.8.2-4) ...
10:00:02 [2021-04-02T10:00:02.085Z] #20 48.48 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
10:00:02 [2021-04-02T10:00:02.085Z] #20 48.49 Setting up libgpm2:amd64 (1.20.7-5) ...
10:00:02 [2021-04-02T10:00:02.085Z] #20 48.50 Setting up libip4tc0:amd64 (1.8.2-4) ...
10:00:02 [2021-04-02T10:00:02.249Z] #20 ...
10:00:02 [2021-04-02T10:00:02.249Z] 
10:00:02 [2021-04-02T10:00:02.249Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:02 [2021-04-02T10:00:02.249Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:00:02 [2021-04-02T10:00:02.249Z] #43 68.35   DEP      criu/sysctl.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 68.56   DEP      criu/string.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 68.61   DEP      criu/stats.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 68.73   DEP      criu/sockets.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 69.00   DEP      criu/sk-unix.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 69.21   DEP      criu/sk-tcp.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 69.49   DEP      criu/sk-queue.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 69.65   DEP      criu/sk-packet.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 69.86   DEP      criu/sk-netlink.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 70.03   DEP      criu/sk-inet.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 70.22   DEP      criu/signalfd.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 70.32   DEP      criu/sigframe.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 70.38   DEP      criu/shmem.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 70.49   DEP      criu/servicefd.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 70.68   DEP      criu/seize.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 70.80   DEP      criu/seccomp.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 70.96   DEP      criu/rst-malloc.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 71.05   DEP      criu/rbtree.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 71.08   DEP      criu/pstree.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 71.30   DEP      criu/protobuf.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 71.48   GEN      criu/protobuf-desc-gen.h
10:00:02 [2021-04-02T10:00:02.249Z] #43 73.05   DEP      criu/protobuf-desc.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 73.26   DEP      criu/proc_parse.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 73.48   DEP      criu/plugin.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 73.56   DEP      criu/pipes.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 73.78   DEP      criu/pie-util.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 74.03   DEP      criu/pie-util-vdso.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 74.11   DEP      criu/path.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 74.22   DEP      criu/parasite-syscall.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 74.50   DEP      criu/pagemap.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 74.66   DEP      criu/pagemap-cache.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 74.80   DEP      criu/page-xfer.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 75.06   DEP      criu/page-pipe.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 75.24   DEP      criu/netfilter.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 75.42   DEP      criu/net.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 75.65   DEP      criu/namespaces.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 75.89   DEP      criu/mount.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 76.17   DEP      criu/memfd.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 76.42   DEP      criu/mem.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 76.50   DEP      criu/lsm.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 76.63   DEP      criu/log.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 76.72   DEP      criu/libnetlink.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 76.81   DEP      criu/kerndat.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 76.97   DEP      criu/kcmp-ids.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 77.06   DEP      criu/irmap.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 77.22   DEP      criu/ipc_ns.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 77.39   DEP      criu/image.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 77.59   DEP      criu/image-desc.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 77.70   DEP      criu/fsnotify.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 77.88   DEP      criu/filesystems.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 77.99   DEP      criu/files.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 78.22   DEP      criu/files-reg.d
10:00:02 [2021-04-02T10:00:02.249Z] #43 78.46   DEP      criu/files-ext.d
10:00:02 [2021-04-02T10:00:02.346Z] #20 48.60 Setting up uidmap (1:4.5-1.1) ...
10:00:02 [2021-04-02T10:00:02.346Z] #20 48.81 Setting up libnftnl11:amd64 (1.1.2-2) ...
10:00:02 [2021-04-02T10:00:02.346Z] #20 48.82 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
10:00:02 [2021-04-02T10:00:02.512Z] #43 78.64   DEP      criu/file-lock.d
10:00:02 [2021-04-02T10:00:02.512Z] #43 78.76   DEP      criu/file-ids.d
10:00:02 [2021-04-02T10:00:02.512Z] #43 ...
10:00:02 [2021-04-02T10:00:02.512Z] 
10:00:02 [2021-04-02T10:00:02.512Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
10:00:02 [2021-04-02T10:00:02.512Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
10:00:02 [2021-04-02T10:00:02.512Z] #20 35.67 Selecting previously unselected package libnet1:arm64.
10:00:02 [2021-04-02T10:00:02.512Z] #20 35.69 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
10:00:02 [2021-04-02T10:00:02.512Z] #20 35.69 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
10:00:02 [2021-04-02T10:00:02.607Z] #20 48.83 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
10:00:02 [2021-04-02T10:00:02.607Z] #20 48.84 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
10:00:02 [2021-04-02T10:00:02.607Z] #20 48.85 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
10:00:02 [2021-04-02T10:00:02.607Z] #20 49.03 Setting up xxd (2:8.1.0875-5) ...
10:00:02 [2021-04-02T10:00:02.607Z] #20 49.05 Setting up zip (3.0-11+b1) ...
10:00:02 [2021-04-02T10:00:02.607Z] #20 49.06 Setting up vim-common (2:8.1.0875-5) ...
10:00:02 [2021-04-02T10:00:02.775Z] #20 35.79 Selecting previously unselected package libnl-3-200:arm64.
10:00:02 [2021-04-02T10:00:02.775Z] #20 35.80 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ...
10:00:02 [2021-04-02T10:00:02.775Z] #20 35.80 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
10:00:02 [2021-04-02T10:00:02.775Z] #20 35.90 Selecting previously unselected package libprotobuf-c1:arm64.
10:00:02 [2021-04-02T10:00:02.775Z] #20 35.90 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
10:00:02 [2021-04-02T10:00:02.775Z] #20 35.91 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
10:00:02 [2021-04-02T10:00:02.775Z] #20 36.00 Selecting previously unselected package libreadline5:arm64.
10:00:02 [2021-04-02T10:00:02.868Z] #20 49.26 Setting up bash-completion (1:2.8-6) ...
10:00:03 [2021-04-02T10:00:03.038Z] #20 36.02 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ...
10:00:03 [2021-04-02T10:00:03.038Z] #20 36.02 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ...
10:00:03 [2021-04-02T10:00:03.038Z] #20 36.14 Selecting previously unselected package net-tools.
10:00:03 [2021-04-02T10:00:03.038Z] #20 36.15 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ...
10:00:03 [2021-04-02T10:00:03.038Z] #20 36.16 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
10:00:03 [2021-04-02T10:00:03.143Z] #43 103.8   CC       criu/cr-errno.o
10:00:03 [2021-04-02T10:00:03.143Z] #43 103.8   CC       criu/cr-restore.o
10:00:03 [2021-04-02T10:00:03.300Z] #20 36.35 Selecting previously unselected package python-pip-whl.
10:00:03 [2021-04-02T10:00:03.300Z] #20 36.35 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
10:00:03 [2021-04-02T10:00:03.300Z] #20 36.36 Unpacking python-pip-whl (18.1-5) ...
10:00:03 [2021-04-02T10:00:03.563Z] #20 36.73 Selecting previously unselected package python3-lib2to3.
10:00:03 [2021-04-02T10:00:03.563Z] #20 36.73 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
10:00:03 [2021-04-02T10:00:03.563Z] #20 36.74 Unpacking python3-lib2to3 (3.7.3-1) ...
10:00:03 [2021-04-02T10:00:03.826Z] #20 36.90 Selecting previously unselected package python3-distutils.
10:00:03 [2021-04-02T10:00:03.826Z] #20 36.92 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
10:00:03 [2021-04-02T10:00:03.826Z] #20 36.93 Unpacking python3-distutils (3.7.3-1) ...
10:00:04 [2021-04-02T10:00:04.071Z] #43 ...
10:00:04 [2021-04-02T10:00:04.071Z] 
10:00:04 [2021-04-02T10:00:04.071Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
10:00:04 [2021-04-02T10:00:04.071Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:00:04 [2021-04-02T10:00:04.071Z] #20 10.75 Reading package lists...
10:00:04 [2021-04-02T10:00:04.071Z] #20 14.00 Reading package lists...
10:00:04 [2021-04-02T10:00:04.071Z] #20 17.25 Building dependency tree...
10:00:04 [2021-04-02T10:00:04.071Z] #20 18.86 libcap2-bin is already the newest version (1:2.25-2).
10:00:04 [2021-04-02T10:00:04.071Z] #20 18.86 The following additional packages will be installed:
10:00:04 [2021-04-02T10:00:04.071Z] #20 18.88   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
10:00:04 [2021-04-02T10:00:04.071Z] #20 18.88   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
10:00:04 [2021-04-02T10:00:04.071Z] #20 18.88   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
10:00:04 [2021-04-02T10:00:04.071Z] #20 18.88   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
10:00:04 [2021-04-02T10:00:04.071Z] #20 18.88   python3.7 python3.7-minimal vim-runtime xxd
10:00:04 [2021-04-02T10:00:04.071Z] #20 18.88 Suggested packages:
10:00:04 [2021-04-02T10:00:04.071Z] #20 18.89   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
10:00:04 [2021-04-02T10:00:04.071Z] #20 18.89   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
10:00:04 [2021-04-02T10:00:04.071Z] #20 18.89   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
10:00:04 [2021-04-02T10:00:04.071Z] #20 18.89 Recommended packages:
10:00:04 [2021-04-02T10:00:04.071Z] #20 18.89   aufs-dkms nftables build-essential python3-dev python3-keyring
10:00:04 [2021-04-02T10:00:04.071Z] #20 18.89   python3-keyrings.alt python3-xdg unzip
10:00:04 [2021-04-02T10:00:04.088Z] #20 37.08 Selecting previously unselected package python3-pip.
10:00:04 [2021-04-02T10:00:04.088Z] #20 37.08 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
10:00:04 [2021-04-02T10:00:04.088Z] #20 37.09 Unpacking python3-pip (18.1-5) ...
10:00:04 [2021-04-02T10:00:04.134Z] #40 ...
10:00:04 [2021-04-02T10:00:04.134Z] 
10:00:04 [2021-04-02T10:00:04.134Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
10:00:04 [2021-04-02T10:00:04.134Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:00:04 [2021-04-02T10:00:04.134Z] #20 57.14 Setting up iptables (1.8.2-4) ...
10:00:04 [2021-04-02T10:00:04.134Z] #20 57.17 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
10:00:04 [2021-04-02T10:00:04.134Z] #20 57.17 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
10:00:04 [2021-04-02T10:00:04.134Z] #20 57.17 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
10:00:04 [2021-04-02T10:00:04.134Z] #20 57.18 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
10:00:04 [2021-04-02T10:00:04.134Z] #20 57.19 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
10:00:04 [2021-04-02T10:00:04.134Z] #20 57.19 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
10:00:04 [2021-04-02T10:00:04.134Z] #20 57.20 Setting up python3 (3.7.3-1) ...
10:00:04 [2021-04-02T10:00:04.134Z] #20 57.59 Setting up python3-wheel (0.32.3-2) ...
10:00:04 [2021-04-02T10:00:04.134Z] #20 58.28 Setting up apparmor (2.13.2-10) ...
10:00:04 [2021-04-02T10:00:04.134Z] #20 60.24 Setting up xfsprogs (4.20.0-1) ...
10:00:04 [2021-04-02T10:00:04.134Z] #20 60.26 Setting up python3-lib2to3 (3.7.3-1) ...
10:00:04 [2021-04-02T10:00:04.134Z] #20 60.69 Setting up python3-pkg-resources (40.8.0-1) ...
10:00:04 [2021-04-02T10:00:04.134Z] #20 61.51 Setting up python3-distutils (3.7.3-1) ...
10:00:04 [2021-04-02T10:00:04.134Z] #20 62.02 Setting up python3-setuptools (40.8.0-1) ...
10:00:04 [2021-04-02T10:00:04.350Z] #20 37.35 Selecting previously unselected package python3-pkg-resources.
10:00:04 [2021-04-02T10:00:04.350Z] #20 37.35 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
10:00:04 [2021-04-02T10:00:04.350Z] #20 37.38 Unpacking python3-pkg-resources (40.8.0-1) ...
10:00:04 [2021-04-02T10:00:04.350Z] #20 37.51 Selecting previously unselected package python3-setuptools.
10:00:04 [2021-04-02T10:00:04.350Z] #20 37.53 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
10:00:04 [2021-04-02T10:00:04.350Z] #20 37.53 Unpacking python3-setuptools (40.8.0-1) ...
10:00:04 [2021-04-02T10:00:04.613Z] #20 37.75 Selecting previously unselected package python3-wheel.
10:00:04 [2021-04-02T10:00:04.613Z] #20 37.75 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
10:00:04 [2021-04-02T10:00:04.613Z] #20 37.77 Unpacking python3-wheel (0.32.3-2) ...
10:00:04 [2021-04-02T10:00:04.613Z] #20 37.86 Selecting previously unselected package sudo.
10:00:04 [2021-04-02T10:00:04.877Z] #20 37.86 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_arm64.deb ...
10:00:04 [2021-04-02T10:00:04.877Z] #20 37.88 Unpacking sudo (1.8.27-1+deb10u3) ...
10:00:05 [2021-04-02T10:00:05.001Z] #20 20.44 The following NEW packages will be installed:
10:00:05 [2021-04-02T10:00:05.001Z] #20 20.44   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
10:00:05 [2021-04-02T10:00:05.001Z] #20 20.45   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
10:00:05 [2021-04-02T10:00:05.001Z] #20 20.45   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
10:00:05 [2021-04-02T10:00:05.001Z] #20 20.45   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
10:00:05 [2021-04-02T10:00:05.001Z] #20 20.45   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
10:00:05 [2021-04-02T10:00:05.001Z] #20 20.45   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
10:00:05 [2021-04-02T10:00:05.001Z] #20 20.45   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
10:00:05 [2021-04-02T10:00:05.001Z] #20 20.45   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
10:00:05 [2021-04-02T10:00:05.001Z] #20 20.45   xz-utils zip
10:00:05 [2021-04-02T10:00:05.071Z] #20 63.38 Setting up python3-pip (18.1-5) ...
10:00:05 [2021-04-02T10:00:05.140Z] #20 38.28 Selecting previously unselected package thin-provisioning-tools.
10:00:05 [2021-04-02T10:00:05.140Z] #20 38.29 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ...
10:00:05 [2021-04-02T10:00:05.140Z] #20 38.30 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
10:00:05 [2021-04-02T10:00:05.257Z] #20 20.78 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded.
10:00:05 [2021-04-02T10:00:05.257Z] #20 20.78 Need to get 28.5 MB of archives.
10:00:05 [2021-04-02T10:00:05.257Z] #20 20.78 After this operation, 116 MB of additional disk space will be used.
10:00:05 [2021-04-02T10:00:05.257Z] #20 20.78 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
10:00:05 [2021-04-02T10:00:05.257Z] #20 20.78 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
10:00:05 [2021-04-02T10:00:05.257Z] #20 20.81 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
10:00:05 [2021-04-02T10:00:05.257Z] #20 20.88 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
10:00:05 [2021-04-02T10:00:05.403Z] #20 38.54 Selecting previously unselected package uidmap.
10:00:05 [2021-04-02T10:00:05.403Z] #20 38.54 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ...
10:00:05 [2021-04-02T10:00:05.403Z] #20 38.55 Unpacking uidmap (1:4.5-1.1) ...
10:00:05 [2021-04-02T10:00:05.513Z] #20 20.88 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
10:00:05 [2021-04-02T10:00:05.513Z] #20 20.89 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
10:00:05 [2021-04-02T10:00:05.513Z] #20 20.98 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
10:00:05 [2021-04-02T10:00:05.513Z] #20 20.99 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
10:00:05 [2021-04-02T10:00:05.513Z] #20 21.00 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
10:00:05 [2021-04-02T10:00:05.513Z] #20 21.00 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
10:00:05 [2021-04-02T10:00:05.513Z] #20 21.00 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
10:00:05 [2021-04-02T10:00:05.513Z] #20 21.00 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
10:00:05 [2021-04-02T10:00:05.513Z] #20 21.01 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
10:00:05 [2021-04-02T10:00:05.513Z] #20 21.01 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
10:00:05 [2021-04-02T10:00:05.513Z] #20 21.02 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
10:00:05 [2021-04-02T10:00:05.513Z] #20 21.02 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
10:00:05 [2021-04-02T10:00:05.513Z] #20 21.04 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
10:00:05 [2021-04-02T10:00:05.513Z] #20 21.05 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
10:00:05 [2021-04-02T10:00:05.513Z] #20 21.06 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
10:00:05 [2021-04-02T10:00:05.513Z] #20 21.07 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
10:00:05 [2021-04-02T10:00:05.513Z] #20 21.07 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
10:00:05 [2021-04-02T10:00:05.513Z] #20 21.09 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
10:00:05 [2021-04-02T10:00:05.513Z] #20 21.12 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
10:00:05 [2021-04-02T10:00:05.666Z] #20 38.69 Selecting previously unselected package vim-runtime.
10:00:05 [2021-04-02T10:00:05.666Z] #20 38.70 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
10:00:05 [2021-04-02T10:00:05.666Z] #20 38.74 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
10:00:05 [2021-04-02T10:00:05.666Z] #20 38.79 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
10:00:05 [2021-04-02T10:00:05.666Z] #20 38.81 Unpacking vim-runtime (2:8.1.0875-5) ...
10:00:05 [2021-04-02T10:00:05.769Z] #20 21.13 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
10:00:05 [2021-04-02T10:00:05.769Z] #20 21.14 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
10:00:05 [2021-04-02T10:00:05.769Z] #20 21.14 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
10:00:05 [2021-04-02T10:00:05.769Z] #20 21.15 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
10:00:05 [2021-04-02T10:00:05.769Z] #20 21.15 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
10:00:05 [2021-04-02T10:00:05.769Z] #20 21.16 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
10:00:06 [2021-04-02T10:00:06.175Z] #20 52.02 Setting up libiptc0:amd64 (1.8.2-4) ...
10:00:06 [2021-04-02T10:00:06.175Z] #20 52.03 Setting up xz-utils (5.2.4-1) ...
10:00:06 [2021-04-02T10:00:06.175Z] #20 52.04 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
10:00:06 [2021-04-02T10:00:06.175Z] #20 52.05 Setting up sudo (1.8.27-1+deb10u3) ...
10:00:06 [2021-04-02T10:00:06.175Z] #20 52.12 invoke-rc.d: could not determine current runlevel
10:00:06 [2021-04-02T10:00:06.175Z] #20 52.13 invoke-rc.d: policy-rc.d denied execution of start.
10:00:06 [2021-04-02T10:00:06.175Z] #20 52.13 Setting up pigz (2.4-1) ...
10:00:06 [2021-04-02T10:00:06.175Z] #20 52.15 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
10:00:06 [2021-04-02T10:00:06.175Z] #20 52.16 Setting up libnl-3-200:amd64 (3.4.0-1) ...
10:00:06 [2021-04-02T10:00:06.175Z] #20 52.18 Setting up python-pip-whl (18.1-5) ...
10:00:06 [2021-04-02T10:00:06.175Z] #20 52.19 Setting up libmpdec2:amd64 (2.4.2-2) ...
10:00:06 [2021-04-02T10:00:06.175Z] #20 52.20 Setting up vim-runtime (2:8.1.0875-5) ...
10:00:06 [2021-04-02T10:00:06.175Z] #20 52.60 Setting up libaio1:amd64 (0.3.112-3) ...
10:00:06 [2021-04-02T10:00:06.175Z] #20 52.61 Setting up libonig5:amd64 (6.9.1-1) ...
10:00:06 [2021-04-02T10:00:06.175Z] #20 52.63 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
10:00:06 [2021-04-02T10:00:06.175Z] #20 52.64 Setting up vim (2:8.1.0875-5) ...
10:00:06 [2021-04-02T10:00:06.175Z] #20 52.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
10:00:06 [2021-04-02T10:00:06.175Z] #20 52.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
10:00:06 [2021-04-02T10:00:06.175Z] #20 52.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
10:00:06 [2021-04-02T10:00:06.175Z] #20 52.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
10:00:06 [2021-04-02T10:00:06.175Z] #20 52.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
10:00:06 [2021-04-02T10:00:06.331Z] #20 21.66 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
10:00:06 [2021-04-02T10:00:06.331Z] #20 21.66 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
10:00:06 [2021-04-02T10:00:06.331Z] #20 21.67 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
10:00:06 [2021-04-02T10:00:06.331Z] #20 21.67 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
10:00:06 [2021-04-02T10:00:06.331Z] #20 21.67 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
10:00:06 [2021-04-02T10:00:06.331Z] #20 21.68 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
10:00:06 [2021-04-02T10:00:06.331Z] #20 21.79 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
10:00:06 [2021-04-02T10:00:06.331Z] #20 21.80 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
10:00:06 [2021-04-02T10:00:06.331Z] #20 21.81 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
10:00:06 [2021-04-02T10:00:06.331Z] #20 21.82 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
10:00:06 [2021-04-02T10:00:06.331Z] #20 21.82 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
10:00:06 [2021-04-02T10:00:06.331Z] #20 21.84 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
10:00:06 [2021-04-02T10:00:06.331Z] #20 21.84 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
10:00:06 [2021-04-02T10:00:06.331Z] #20 21.90 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
10:00:06 [2021-04-02T10:00:06.437Z] #20 52.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
10:00:06 [2021-04-02T10:00:06.437Z] #20 52.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
10:00:06 [2021-04-02T10:00:06.437Z] #20 52.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
10:00:06 [2021-04-02T10:00:06.437Z] #20 52.73 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
10:00:06 [2021-04-02T10:00:06.437Z] #20 52.75 Setting up thin-provisioning-tools (0.7.6-2.1) ...
10:00:06 [2021-04-02T10:00:06.437Z] #20 52.76 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
10:00:06 [2021-04-02T10:00:06.437Z] #20 52.77 Setting up jq (1.5+dfsg-2+b1) ...
10:00:06 [2021-04-02T10:00:06.437Z] #20 52.78 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
10:00:06 [2021-04-02T10:00:06.437Z] #20 52.80 Setting up python3.7 (3.7.3-2+deb10u3) ...
10:00:06 [2021-04-02T10:00:06.451Z] #20 64.46 Processing triggers for libc-bin (2.28-10) ...
10:00:06 [2021-04-02T10:00:06.451Z] #20 64.52 Processing triggers for mime-support (3.62) ...
10:00:06 [2021-04-02T10:00:06.586Z] #20 21.92 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
10:00:06 [2021-04-02T10:00:06.586Z] #20 21.93 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
10:00:06 [2021-04-02T10:00:06.842Z] #20 22.25 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
10:00:06 [2021-04-02T10:00:06.842Z] #20 22.30 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
10:00:06 [2021-04-02T10:00:06.842Z] #20 22.35 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
10:00:07 [2021-04-02T10:00:07.380Z] #20 ...
10:00:07 [2021-04-02T10:00:07.380Z] 
10:00:07 [2021-04-02T10:00:07.380Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
10:00:07 [2021-04-02T10:00:07.380Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
10:00:07 [2021-04-02T10:00:07.396Z] #20 DONE 65.5s
10:00:07 [2021-04-02T10:00:07.396Z] 
10:00:07 [2021-04-02T10:00:07.396Z] #21 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
10:00:07 [2021-04-02T10:00:07.396Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
10:00:07 [2021-04-02T10:00:07.403Z] #20 ...
10:00:07 [2021-04-02T10:00:07.403Z] 
10:00:07 [2021-04-02T10:00:07.403Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:07 [2021-04-02T10:00:07.403Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:00:07 [2021-04-02T10:00:07.403Z] #43 108.2   CC       criu/cr-service.o
10:00:07 [2021-04-02T10:00:07.603Z] #56 237.4 + bin/containerd-shim-runc-v1
10:00:07 [2021-04-02T10:00:07.642Z] #40 187.3 + dpkg --print-architecture
10:00:07 [2021-04-02T10:00:07.642Z] #40 187.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
10:00:07 [2021-04-02T10:00:07.903Z] #40 187.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
10:00:07 [2021-04-02T10:00:07.903Z] #40 187.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
10:00:07 [2021-04-02T10:00:07.967Z] #21 ...
10:00:07 [2021-04-02T10:00:07.967Z] 
10:00:07 [2021-04-02T10:00:07.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
10:00:07 [2021-04-02T10:00:07.967Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:00:07 [2021-04-02T10:00:07.967Z] #43 118.4   CC       criu/fsnotify.o
10:00:07 [2021-04-02T10:00:07.967Z] #43 119.6   CC       criu/image-desc.o
10:00:07 [2021-04-02T10:00:07.967Z] #43 119.8   CC       criu/image.o
10:00:07 [2021-04-02T10:00:07.967Z] #43 120.6   CC       criu/ipc_ns.o
10:00:07 [2021-04-02T10:00:07.967Z] #43 121.7   CC       criu/irmap.o
10:00:07 [2021-04-02T10:00:07.967Z] #43 122.5   CC       criu/kcmp-ids.o
10:00:07 [2021-04-02T10:00:07.967Z] #43 122.8   CC       criu/kerndat.o
10:00:07 [2021-04-02T10:00:07.967Z] #43 123.9   CC       criu/libnetlink.o
10:00:07 [2021-04-02T10:00:07.967Z] #43 124.4   CC       criu/log.o
10:00:07 [2021-04-02T10:00:07.967Z] #43 124.9   CC       criu/lsm.o
10:00:07 [2021-04-02T10:00:07.967Z] #43 125.4   CC       criu/mem.o
10:00:07 [2021-04-02T10:00:07.967Z] #43 127.3   CC       criu/memfd.o
10:00:07 [2021-04-02T10:00:07.967Z] #43 128.2   CC       criu/mount.o
10:00:08 [2021-04-02T10:00:08.226Z] #43 ...
10:00:08 [2021-04-02T10:00:08.226Z] 
10:00:08 [2021-04-02T10:00:08.226Z] #21 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
10:00:08 [2021-04-02T10:00:08.226Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
10:00:08 [2021-04-02T10:00:08.226Z] #21 1.079 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
10:00:08 [2021-04-02T10:00:08.226Z] #21 1.088 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
10:00:08 [2021-04-02T10:00:08.226Z] #21 1.092 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
10:00:08 [2021-04-02T10:00:08.226Z] #21 DONE 1.2s
10:00:08 [2021-04-02T10:00:08.226Z] 
10:00:08 [2021-04-02T10:00:08.226Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
10:00:08 [2021-04-02T10:00:08.226Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e
10:00:08 [2021-04-02T10:00:08.241Z] #20 41.36 Selecting previously unselected package vim.
10:00:08 [2021-04-02T10:00:08.241Z] #20 41.37 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ...
10:00:08 [2021-04-02T10:00:08.504Z] #20 41.39 Unpacking vim (2:8.1.0875-5) ...
10:00:08 [2021-04-02T10:00:08.766Z] #20 41.76 Selecting previously unselected package xfsprogs.
10:00:08 [2021-04-02T10:00:08.766Z] #20 41.77 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ...
10:00:08 [2021-04-02T10:00:08.766Z] #20 41.78 Unpacking xfsprogs (4.20.0-1) ...
10:00:08 [2021-04-02T10:00:08.847Z] #40 ...
10:00:08 [2021-04-02T10:00:08.847Z] 
10:00:08 [2021-04-02T10:00:08.847Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:08 [2021-04-02T10:00:08.847Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:00:08 [2021-04-02T10:00:08.847Z] #43 104.8   CC       criu/cr-service.o
10:00:08 [2021-04-02T10:00:08.847Z] #43 106.3   CC       criu/crtools.o
10:00:08 [2021-04-02T10:00:08.847Z] #43 107.0   CC       criu/eventfd.o
10:00:08 [2021-04-02T10:00:08.847Z] #43 107.4   CC       criu/eventpoll.o
10:00:08 [2021-04-02T10:00:08.847Z] #43 108.2   CC       criu/external.o
10:00:08 [2021-04-02T10:00:08.847Z] #43 108.4   CC       criu/fault-injection.o
10:00:08 [2021-04-02T10:00:08.847Z] #43 108.5   CC       criu/fdstore.o
10:00:08 [2021-04-02T10:00:08.847Z] #43 108.8   CC       criu/fifo.o
10:00:08 [2021-04-02T10:00:08.847Z] #43 109.1   CC       criu/file-ids.o
10:00:08 [2021-04-02T10:00:08.847Z] #43 109.5   CC       criu/file-lock.o
10:00:08 [2021-04-02T10:00:08.847Z] #43 110.4   CC       criu/files-ext.o
10:00:08 [2021-04-02T10:00:08.847Z] #43 110.8   CC       criu/files-reg.o
10:00:08 [2021-04-02T10:00:08.847Z] #43 113.1   CC       criu/files.o
10:00:09 [2021-04-02T10:00:09.029Z] #20 42.21 Selecting previously unselected package zip.
10:00:09 [2021-04-02T10:00:09.029Z] #20 42.21 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ...
10:00:09 [2021-04-02T10:00:09.029Z] #20 42.22 Unpacking zip (3.0-11+b1) ...
10:00:09 [2021-04-02T10:00:09.108Z] #43 115.3   CC       criu/filesystems.o
10:00:09 [2021-04-02T10:00:09.291Z] #43 109.9   CC       criu/crtools.o
10:00:09 [2021-04-02T10:00:09.292Z] #20 42.44 Setting up aufs-tools (1:4.14+20190211-1) ...
10:00:09 [2021-04-02T10:00:09.292Z] #20 42.46 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
10:00:09 [2021-04-02T10:00:09.292Z] #20 42.50 Setting up libip6tc0:arm64 (1.8.2-4) ...
10:00:09 [2021-04-02T10:00:09.292Z] #20 42.52 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ...
10:00:09 [2021-04-02T10:00:09.292Z] #20 42.53 Setting up libgpm2:arm64 (1.20.7-5) ...
10:00:09 [2021-04-02T10:00:09.369Z] #43 ...
10:00:09 [2021-04-02T10:00:09.370Z] 
10:00:09 [2021-04-02T10:00:09.370Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
10:00:09 [2021-04-02T10:00:09.370Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:00:09 [2021-04-02T10:00:09.370Z] #20 55.72 Setting up iptables (1.8.2-4) ...
10:00:09 [2021-04-02T10:00:09.370Z] #20 55.74 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
10:00:09 [2021-04-02T10:00:09.370Z] #20 55.76 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
10:00:09 [2021-04-02T10:00:09.370Z] #20 55.77 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
10:00:09 [2021-04-02T10:00:09.370Z] #20 55.77 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
10:00:09 [2021-04-02T10:00:09.370Z] #20 55.78 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
10:00:09 [2021-04-02T10:00:09.370Z] #20 55.79 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
10:00:09 [2021-04-02T10:00:09.370Z] #20 55.80 Setting up python3 (3.7.3-1) ...
10:00:09 [2021-04-02T10:00:09.547Z] #43 110.4   CC       criu/eventfd.o
10:00:09 [2021-04-02T10:00:09.554Z] #20 42.55 Setting up libip4tc0:arm64 (1.8.2-4) ...
10:00:09 [2021-04-02T10:00:09.554Z] #20 42.56 Setting up uidmap (1:4.5-1.1) ...
10:00:09 [2021-04-02T10:00:09.554Z] #20 42.57 Setting up libnftnl11:arm64 (1.1.2-2) ...
10:00:09 [2021-04-02T10:00:09.554Z] #20 42.59 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
10:00:09 [2021-04-02T10:00:09.554Z] #20 42.60 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
10:00:09 [2021-04-02T10:00:09.554Z] #20 42.61 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
10:00:09 [2021-04-02T10:00:09.554Z] #20 42.63 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
10:00:09 [2021-04-02T10:00:09.554Z] #20 42.64 Setting up xxd (2:8.1.0875-5) ...
10:00:09 [2021-04-02T10:00:09.554Z] #20 42.65 Setting up zip (3.0-11+b1) ...
10:00:09 [2021-04-02T10:00:09.554Z] #20 42.67 Setting up vim-common (2:8.1.0875-5) ...
10:00:09 [2021-04-02T10:00:09.554Z] #20 42.71 Setting up bash-completion (1:2.8-6) ...
10:00:09 [2021-04-02T10:00:09.892Z] #20 56.16 Setting up python3-wheel (0.32.3-2) ...
10:00:10 [2021-04-02T10:00:10.108Z] #43 110.8   CC       criu/eventpoll.o
10:00:10 [2021-04-02T10:00:10.670Z] #43 111.6   CC       criu/external.o
10:00:10 [2021-04-02T10:00:10.726Z] #20 57.02 Setting up apparmor (2.13.2-10) ...
10:00:11 [2021-04-02T10:00:11.232Z] #43 111.9   CC       criu/fault-injection.o
10:00:11 [2021-04-02T10:00:11.232Z] #43 112.0   CC       criu/fdstore.o
10:00:11 [2021-04-02T10:00:11.488Z] #43 112.4   CC       criu/fifo.o
10:00:11 [2021-04-02T10:00:11.770Z] #56 242.1 + bin/containerd-shim-runc-v2
10:00:12 [2021-04-02T10:00:12.050Z] #43 112.8   CC       criu/file-ids.o
10:00:12 [2021-04-02T10:00:12.305Z] #43 113.1   CC       criu/file-lock.o
10:00:12 [2021-04-02T10:00:12.642Z] #20 58.68 Setting up xfsprogs (4.20.0-1) ...
10:00:12 [2021-04-02T10:00:12.642Z] #20 58.70 Setting up python3-lib2to3 (3.7.3-1) ...
10:00:12 [2021-04-02T10:00:12.696Z] #56 243.1 + binaries
10:00:12 [2021-04-02T10:00:12.696Z] #56 243.1 + install -D bin/containerd /build/containerd
10:00:12 [2021-04-02T10:00:12.696Z] #56 243.1 + install -D bin/containerd-shim /build/containerd-shim
10:00:12 [2021-04-02T10:00:12.696Z] #56 243.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
10:00:12 [2021-04-02T10:00:12.696Z] #56 243.1 + install -D bin/ctr /build/ctr
10:00:12 [2021-04-02T10:00:12.866Z] #20 ...
10:00:12 [2021-04-02T10:00:12.866Z] 
10:00:12 [2021-04-02T10:00:12.866Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:12 [2021-04-02T10:00:12.866Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:00:12 [2021-04-02T10:00:12.866Z] #43 78.91   DEP      criu/fifo.d
10:00:12 [2021-04-02T10:00:12.866Z] #43 79.04   DEP      criu/fdstore.d
10:00:12 [2021-04-02T10:00:12.866Z] #43 79.13   DEP      criu/fault-injection.d
10:00:12 [2021-04-02T10:00:12.866Z] #43 79.17   DEP      criu/external.d
10:00:12 [2021-04-02T10:00:12.866Z] #43 79.30   DEP      criu/eventpoll.d
10:00:12 [2021-04-02T10:00:12.866Z] #43 79.52   DEP      criu/eventfd.d
10:00:12 [2021-04-02T10:00:12.866Z] #43 79.69   DEP      criu/crtools.d
10:00:12 [2021-04-02T10:00:12.866Z] #43 79.88   DEP      criu/cr-service.d
10:00:12 [2021-04-02T10:00:12.866Z] #43 80.01   DEP      criu/cr-restore.d
10:00:12 [2021-04-02T10:00:12.866Z] #43 80.16   DEP      criu/cr-errno.d
10:00:12 [2021-04-02T10:00:12.866Z] #43 80.17   DEP      criu/cr-dump.d
10:00:12 [2021-04-02T10:00:12.866Z] #43 80.37   DEP      criu/cr-dedup.d
10:00:12 [2021-04-02T10:00:12.866Z] #43 80.54   DEP      criu/cr-check.d
10:00:12 [2021-04-02T10:00:12.866Z] #43 80.66   DEP      criu/config.d
10:00:12 [2021-04-02T10:00:12.866Z] #43 80.77   DEP      criu/clone-noasan.d
10:00:12 [2021-04-02T10:00:12.866Z] #43 80.86   DEP      criu/cgroup.d
10:00:12 [2021-04-02T10:00:12.866Z] #43 81.03   DEP      criu/cgroup-props.d
10:00:12 [2021-04-02T10:00:12.866Z] #43 81.18   DEP      criu/bitmap.d
10:00:12 [2021-04-02T10:00:12.866Z] #43 81.21   DEP      criu/bfd.d
10:00:12 [2021-04-02T10:00:12.866Z] #43 81.31   DEP      criu/autofs.d
10:00:12 [2021-04-02T10:00:12.866Z] #43 81.41   DEP      criu/aio.d
10:00:12 [2021-04-02T10:00:12.866Z] #43 81.51   DEP      criu/action-scripts.d
10:00:12 [2021-04-02T10:00:12.866Z] #43 81.66   CC       criu/action-scripts.o
10:00:12 [2021-04-02T10:00:12.866Z] #43 82.12   CC       criu/aio.o
10:00:12 [2021-04-02T10:00:12.866Z] #43 82.64   CC       criu/autofs.o
10:00:12 [2021-04-02T10:00:12.866Z] #43 83.83   CC       criu/bfd.o
10:00:12 [2021-04-02T10:00:12.866Z] #43 84.17   CC       criu/bitmap.o
10:00:12 [2021-04-02T10:00:12.866Z] #43 84.31   CC       criu/cgroup-props.o
10:00:12 [2021-04-02T10:00:12.866Z] #43 84.99   CC       criu/cgroup.o
10:00:12 [2021-04-02T10:00:12.866Z] #43 87.31   CC       criu/clone-noasan.o
10:00:12 [2021-04-02T10:00:12.866Z] #43 87.48   CC       criu/config.o
10:00:12 [2021-04-02T10:00:12.866Z] #43 88.85   CC       criu/cr-check.o
10:00:12 [2021-04-02T10:00:12.866Z] #43 ...
10:00:12 [2021-04-02T10:00:12.866Z] 
10:00:12 [2021-04-02T10:00:12.866Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
10:00:12 [2021-04-02T10:00:12.866Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
10:00:12 [2021-04-02T10:00:12.866Z] #20 45.95 Setting up libiptc0:arm64 (1.8.2-4) ...
10:00:12 [2021-04-02T10:00:12.866Z] #20 45.97 Setting up xz-utils (5.2.4-1) ...
10:00:12 [2021-04-02T10:00:12.866Z] #20 46.00 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
10:00:12 [2021-04-02T10:00:12.866Z] #20 46.03 Setting up sudo (1.8.27-1+deb10u3) ...
10:00:12 [2021-04-02T10:00:12.903Z] #20 59.12 Setting up python3-pkg-resources (40.8.0-1) ...
10:00:13 [2021-04-02T10:00:13.129Z] #20 46.12 invoke-rc.d: could not determine current runlevel
10:00:13 [2021-04-02T10:00:13.129Z] #20 46.13 invoke-rc.d: policy-rc.d denied execution of start.
10:00:13 [2021-04-02T10:00:13.129Z] #20 46.14 Setting up pigz (2.4-1) ...
10:00:13 [2021-04-02T10:00:13.129Z] #20 46.16 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
10:00:13 [2021-04-02T10:00:13.129Z] #20 46.18 Setting up libnl-3-200:arm64 (3.4.0-1) ...
10:00:13 [2021-04-02T10:00:13.129Z] #20 46.20 Setting up python-pip-whl (18.1-5) ...
10:00:13 [2021-04-02T10:00:13.129Z] #20 46.21 Setting up libmpdec2:arm64 (2.4.2-2) ...
10:00:13 [2021-04-02T10:00:13.129Z] #20 46.24 Setting up vim-runtime (2:8.1.0875-5) ...
10:00:13 [2021-04-02T10:00:13.232Z] #43 114.0   CC       criu/files-ext.o
10:00:13 [2021-04-02T10:00:13.232Z] #43 ...
10:00:13 [2021-04-02T10:00:13.232Z] 
10:00:13 [2021-04-02T10:00:13.232Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
10:00:13 [2021-04-02T10:00:13.232Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:00:13 [2021-04-02T10:00:13.232Z] #20 22.97 debconf: delaying package configuration, since apt-utils is not installed
10:00:13 [2021-04-02T10:00:13.232Z] #20 23.07 Fetched 28.5 MB in 2s (15.4 MB/s)
10:00:13 [2021-04-02T10:00:13.232Z] #20 23.13 Selecting previously unselected package pigz.
10:00:13 [2021-04-02T10:00:13.232Z] #20 23.13 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23435 files and directories currently installed.)
10:00:13 [2021-04-02T10:00:13.232Z] #20 23.20 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
10:00:13 [2021-04-02T10:00:13.232Z] #20 23.21 Unpacking pigz (2.4-1) ...
10:00:13 [2021-04-02T10:00:13.232Z] #20 23.31 Selecting previously unselected package libpython3.7-minimal:amd64.
10:00:13 [2021-04-02T10:00:13.232Z] #20 23.32 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
10:00:13 [2021-04-02T10:00:13.232Z] #20 23.33 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
10:00:13 [2021-04-02T10:00:13.232Z] #20 23.73 Selecting previously unselected package python3.7-minimal.
10:00:13 [2021-04-02T10:00:13.232Z] #20 23.73 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
10:00:13 [2021-04-02T10:00:13.232Z] #20 23.74 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
10:00:13 [2021-04-02T10:00:13.232Z] #20 24.58 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
10:00:13 [2021-04-02T10:00:13.232Z] #20 24.60 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
10:00:13 [2021-04-02T10:00:13.232Z] #20 26.55 Selecting previously unselected package python3-minimal.
10:00:13 [2021-04-02T10:00:13.232Z] #20 26.55 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23684 files and directories currently installed.)
10:00:13 [2021-04-02T10:00:13.232Z] #20 26.61 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
10:00:13 [2021-04-02T10:00:13.232Z] #20 26.61 Unpacking python3-minimal (3.7.3-1) ...
10:00:13 [2021-04-02T10:00:13.232Z] #20 26.69 Selecting previously unselected package libmpdec2:amd64.
10:00:13 [2021-04-02T10:00:13.232Z] #20 26.69 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
10:00:13 [2021-04-02T10:00:13.232Z] #20 26.71 Unpacking libmpdec2:amd64 (2.4.2-2) ...
10:00:13 [2021-04-02T10:00:13.232Z] #20 26.79 Selecting previously unselected package libpython3.7-stdlib:amd64.
10:00:13 [2021-04-02T10:00:13.232Z] #20 26.79 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
10:00:13 [2021-04-02T10:00:13.232Z] #20 26.81 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
10:00:13 [2021-04-02T10:00:13.232Z] #20 27.72 Selecting previously unselected package python3.7.
10:00:13 [2021-04-02T10:00:13.232Z] #20 27.72 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
10:00:13 [2021-04-02T10:00:13.232Z] #20 27.73 Unpacking python3.7 (3.7.3-2+deb10u3) ...
10:00:13 [2021-04-02T10:00:13.232Z] #20 27.85 Selecting previously unselected package libpython3-stdlib:amd64.
10:00:13 [2021-04-02T10:00:13.232Z] #20 27.85 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
10:00:13 [2021-04-02T10:00:13.233Z] #20 27.86 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
10:00:13 [2021-04-02T10:00:13.233Z] #20 27.97 Setting up python3-minimal (3.7.3-1) ...
10:00:13 [2021-04-02T10:00:13.233Z] #20 28.71 Selecting previously unselected package python3.
10:00:13 [2021-04-02T10:00:13.233Z] #20 28.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 ... 24096 files and directories currently installed.)
10:00:13 [2021-04-02T10:00:13.233Z] #20 28.76 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
10:00:13 [2021-04-02T10:00:13.233Z] #20 28.77 Unpacking python3 (3.7.3-1) ...
10:00:13 [2021-04-02T10:00:13.488Z] #20 28.86 Selecting previously unselected package libip4tc0:amd64.
10:00:13 [2021-04-02T10:00:13.488Z] #20 28.86 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
10:00:13 [2021-04-02T10:00:13.488Z] #20 28.88 Unpacking libip4tc0:amd64 (1.8.2-4) ...
10:00:13 [2021-04-02T10:00:13.488Z] #20 28.96 Selecting previously unselected package libip6tc0:amd64.
10:00:13 [2021-04-02T10:00:13.488Z] #20 28.97 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
10:00:13 [2021-04-02T10:00:13.488Z] #20 28.98 Unpacking libip6tc0:amd64 (1.8.2-4) ...
10:00:13 [2021-04-02T10:00:13.488Z] #20 29.07 Selecting previously unselected package libiptc0:amd64.
10:00:13 [2021-04-02T10:00:13.502Z] #22 5.188 Collecting yamllint==1.16.0
10:00:13 [2021-04-02T10:00:13.704Z] #20 46.72 Setting up libaio1:arm64 (0.3.112-3) ...
10:00:13 [2021-04-02T10:00:13.704Z] #20 46.73 Setting up libonig5:arm64 (6.9.1-1) ...
10:00:13 [2021-04-02T10:00:13.704Z] #20 46.75 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ...
10:00:13 [2021-04-02T10:00:13.704Z] #20 46.76 Setting up vim (2:8.1.0875-5) ...
10:00:13 [2021-04-02T10:00:13.704Z] #20 46.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
10:00:13 [2021-04-02T10:00:13.704Z] #20 46.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
10:00:13 [2021-04-02T10:00:13.704Z] #20 46.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
10:00:13 [2021-04-02T10:00:13.704Z] #20 46.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
10:00:13 [2021-04-02T10:00:13.704Z] #20 46.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
10:00:13 [2021-04-02T10:00:13.704Z] #20 46.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
10:00:13 [2021-04-02T10:00:13.704Z] #20 46.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
10:00:13 [2021-04-02T10:00:13.704Z] #20 46.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
10:00:13 [2021-04-02T10:00:13.704Z] #20 46.89 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ...
10:00:13 [2021-04-02T10:00:13.704Z] #20 46.92 Setting up thin-provisioning-tools (0.7.6-2.1) ...
10:00:13 [2021-04-02T10:00:13.704Z] #20 46.95 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ...
10:00:13 [2021-04-02T10:00:13.704Z] #20 46.97 Setting up jq (1.5+dfsg-2+b1) ...
10:00:13 [2021-04-02T10:00:13.744Z] #20 29.07 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
10:00:13 [2021-04-02T10:00:13.744Z] #20 29.08 Unpacking libiptc0:amd64 (1.8.2-4) ...
10:00:13 [2021-04-02T10:00:13.744Z] #20 29.17 Selecting previously unselected package libnfnetlink0:amd64.
10:00:13 [2021-04-02T10:00:13.744Z] #20 29.17 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
10:00:13 [2021-04-02T10:00:13.744Z] #20 29.19 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
10:00:13 [2021-04-02T10:00:13.744Z] #20 29.26 Selecting previously unselected package libnetfilter-conntrack3:amd64.
10:00:13 [2021-04-02T10:00:13.744Z] #20 29.26 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
10:00:13 [2021-04-02T10:00:13.744Z] #20 29.26 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
10:00:13 [2021-04-02T10:00:13.847Z] #20 60.06 Setting up python3-distutils (3.7.3-1) ...
10:00:13 [2021-04-02T10:00:13.967Z] #20 46.98 Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
10:00:13 [2021-04-02T10:00:13.967Z] #20 46.99 Setting up python3.7 (3.7.3-2+deb10u3) ...
10:00:14 [2021-04-02T10:00:14.002Z] #20 29.33 Selecting previously unselected package libnftnl11:amd64.
10:00:14 [2021-04-02T10:00:14.002Z] #20 29.33 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
10:00:14 [2021-04-02T10:00:14.002Z] #20 29.34 Unpacking libnftnl11:amd64 (1.1.2-2) ...
10:00:14 [2021-04-02T10:00:14.108Z] #20 60.49 Setting up python3-setuptools (40.8.0-1) ...
10:00:14 [2021-04-02T10:00:14.257Z] #20 29.55 Selecting previously unselected package iptables.
10:00:14 [2021-04-02T10:00:14.257Z] #20 29.55 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
10:00:14 [2021-04-02T10:00:14.257Z] #20 29.55 Unpacking iptables (1.8.2-4) ...
10:00:14 [2021-04-02T10:00:14.513Z] #20 29.89 Selecting previously unselected package xxd.
10:00:14 [2021-04-02T10:00:14.513Z] #20 29.89 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
10:00:14 [2021-04-02T10:00:14.513Z] #20 29.90 Unpacking xxd (2:8.1.0875-5) ...
10:00:14 [2021-04-02T10:00:14.513Z] #20 30.04 Selecting previously unselected package vim-common.
10:00:14 [2021-04-02T10:00:14.513Z] #20 30.04 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
10:00:14 [2021-04-02T10:00:14.513Z] #20 30.08 Unpacking vim-common (2:8.1.0875-5) ...
10:00:14 [2021-04-02T10:00:14.583Z] #56 DONE 244.9s
10:00:14 [2021-04-02T10:00:14.881Z] #22 ...
10:00:14 [2021-04-02T10:00:14.881Z] 
10:00:14 [2021-04-02T10:00:14.881Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:14 [2021-04-02T10:00:14.881Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:00:14 [2021-04-02T10:00:14.881Z] #43 133.2   CC       criu/namespaces.o
10:00:14 [2021-04-02T10:00:14.881Z] #43 134.9   CC       criu/net.o
10:00:15 [2021-04-02T10:00:15.075Z] #20 30.29 Selecting previously unselected package bash-completion.
10:00:15 [2021-04-02T10:00:15.075Z] #20 30.30 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
10:00:15 [2021-04-02T10:00:15.495Z] #20 61.77 Setting up python3-pip (18.1-5) ...
10:00:15 [2021-04-02T10:00:15.510Z] 
10:00:15 [2021-04-02T10:00:15.510Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
10:00:15 [2021-04-02T10:00:15.510Z] #57 sha256:902a8f2b073056620e1595aafa8e2366dec081f7a479cd6b61b4e79d59152ad9
10:00:16 [2021-04-02T10:00:16.070Z] #57 DONE 0.9s
10:00:16 [2021-04-02T10:00:16.070Z] 
10:00:16 [2021-04-02T10:00:16.070Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
10:00:16 [2021-04-02T10:00:16.070Z] #61 sha256:0a3e8ad3520ec6dcce799f72ccb56bb75779292501637c01c5ce875c847659ab
10:00:16 [2021-04-02T10:00:16.439Z] #20 62.83 Processing triggers for libc-bin (2.28-10) ...
10:00:16 [2021-04-02T10:00:16.439Z] #20 62.88 Processing triggers for mime-support (3.62) ...
10:00:16 [2021-04-02T10:00:16.631Z] #61 DONE 0.2s
10:00:16 [2021-04-02T10:00:16.631Z] 
10:00:16 [2021-04-02T10:00:16.631Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
10:00:16 [2021-04-02T10:00:16.631Z] #66 sha256:bcc0e57cb929ad469ac4c99518fe49bcc1ba63f829c1295f94650c43bcfde169
10:00:16 [2021-04-02T10:00:16.786Z] #20 49.78 Setting up iptables (1.8.2-4) ...
10:00:16 [2021-04-02T10:00:16.786Z] #20 49.81 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
10:00:16 [2021-04-02T10:00:16.786Z] #20 49.82 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
10:00:16 [2021-04-02T10:00:16.786Z] #20 49.84 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
10:00:16 [2021-04-02T10:00:16.786Z] #20 49.85 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
10:00:16 [2021-04-02T10:00:16.786Z] #20 49.87 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
10:00:16 [2021-04-02T10:00:16.786Z] #20 49.88 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
10:00:16 [2021-04-02T10:00:16.786Z] #20 49.90 Setting up python3 (3.7.3-1) ...
10:00:17 [2021-04-02T10:00:17.191Z] #66 DONE 0.9s
10:00:17 [2021-04-02T10:00:17.387Z] #20 DONE 63.8s
10:00:17 [2021-04-02T10:00:17.387Z] 
10:00:17 [2021-04-02T10:00:17.387Z] #21 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
10:00:17 [2021-04-02T10:00:17.387Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
10:00:17 [2021-04-02T10:00:17.428Z] #43 137.6   CC       criu/netfilter.o
10:00:17 [2021-04-02T10:00:17.428Z] #43 137.9   CC       criu/page-pipe.o
10:00:17 [2021-04-02T10:00:17.447Z] 
10:00:17 [2021-04-02T10:00:17.447Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
10:00:17 [2021-04-02T10:00:17.447Z] #68 sha256:091b16f83f68664442c3d4b056b04c5ab1c5ea155b5b0908d4884a2119f47d23
10:00:17 [2021-04-02T10:00:17.447Z] #68 DONE 0.0s
10:00:17 [2021-04-02T10:00:17.447Z] 
10:00:17 [2021-04-02T10:00:17.447Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
10:00:17 [2021-04-02T10:00:17.447Z] #69 sha256:26d2adeb34b930aef77af8c9f21e3b6a88154f609f0b8bb38d350818aaf5ac43
10:00:17 [2021-04-02T10:00:17.447Z] #69 DONE 0.0s
10:00:17 [2021-04-02T10:00:17.447Z] 
10:00:17 [2021-04-02T10:00:17.447Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker
10:00:17 [2021-04-02T10:00:17.447Z] #70 sha256:ac3c3295a4251e5046f88a76abfd4350d05214a19e2fe87fbe9e97ad5380b221
10:00:17 [2021-04-02T10:00:17.595Z] #20 33.16 Unpacking bash-completion (1:2.8-6) ...
10:00:17 [2021-04-02T10:00:17.734Z] #20 50.52 Setting up python3-wheel (0.32.3-2) ...
10:00:18 [2021-04-02T10:00:18.008Z] #70 DONE 0.8s
10:00:18 [2021-04-02T10:00:18.157Z] #20 33.56 Selecting previously unselected package bzip2.
10:00:18 [2021-04-02T10:00:18.157Z] #20 33.57 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
10:00:18 [2021-04-02T10:00:18.157Z] #20 33.57 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
10:00:18 [2021-04-02T10:00:18.157Z] #20 33.66 Selecting previously unselected package xz-utils.
10:00:18 [2021-04-02T10:00:18.157Z] #20 33.66 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
10:00:18 [2021-04-02T10:00:18.157Z] #20 33.66 Unpacking xz-utils (5.2.4-1) ...
10:00:18 [2021-04-02T10:00:18.260Z] #20 51.24 Setting up apparmor (2.13.2-10) ...
10:00:18 [2021-04-02T10:00:18.264Z] 
10:00:18 [2021-04-02T10:00:18.264Z] #71 exporting to image
10:00:18 [2021-04-02T10:00:18.264Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
10:00:18 [2021-04-02T10:00:18.264Z] #71 exporting layers
10:00:18 [2021-04-02T10:00:18.365Z] #43 138.7   CC       criu/page-xfer.o
10:00:18 [2021-04-02T10:00:18.413Z] #20 33.84 Selecting previously unselected package apparmor.
10:00:18 [2021-04-02T10:00:18.413Z] #20 33.85 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
10:00:18 [2021-04-02T10:00:18.413Z] #20 33.92 Unpacking apparmor (2.13.2-10) ...
10:00:18 [2021-04-02T10:00:18.776Z] #21 1.093 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
10:00:18 [2021-04-02T10:00:18.776Z] #21 1.096 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
10:00:18 [2021-04-02T10:00:18.776Z] #21 1.099 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
10:00:18 [2021-04-02T10:00:18.776Z] #21 DONE 1.2s
10:00:18 [2021-04-02T10:00:18.776Z] 
10:00:18 [2021-04-02T10:00:18.776Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:18 [2021-04-02T10:00:18.776Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:00:18 [2021-04-02T10:00:18.776Z] #43 116.0   CC       criu/fsnotify.o
10:00:18 [2021-04-02T10:00:18.776Z] #43 117.1   CC       criu/image-desc.o
10:00:18 [2021-04-02T10:00:18.776Z] #43 117.3   CC       criu/image.o
10:00:18 [2021-04-02T10:00:18.776Z] #43 118.1   CC       criu/ipc_ns.o
10:00:18 [2021-04-02T10:00:18.776Z] #43 119.3   CC       criu/irmap.o
10:00:18 [2021-04-02T10:00:18.776Z] #43 120.1   CC       criu/kcmp-ids.o
10:00:18 [2021-04-02T10:00:18.776Z] #43 120.4   CC       criu/kerndat.o
10:00:18 [2021-04-02T10:00:18.776Z] #43 121.6   CC       criu/libnetlink.o
10:00:18 [2021-04-02T10:00:18.776Z] #43 122.1   CC       criu/log.o
10:00:18 [2021-04-02T10:00:18.776Z] #43 122.7   CC       criu/lsm.o
10:00:18 [2021-04-02T10:00:18.776Z] #43 123.1   CC       criu/mem.o
10:00:18 [2021-04-02T10:00:18.776Z] #43 ...
10:00:18 [2021-04-02T10:00:18.776Z] 
10:00:18 [2021-04-02T10:00:18.776Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
10:00:18 [2021-04-02T10:00:18.776Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e
10:00:18 [2021-04-02T10:00:18.934Z] #43 ...
10:00:18 [2021-04-02T10:00:18.934Z] 
10:00:18 [2021-04-02T10:00:18.934Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
10:00:18 [2021-04-02T10:00:18.934Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e
10:00:18 [2021-04-02T10:00:18.934Z] #22 10.57   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
10:00:18 [2021-04-02T10:00:18.934Z] #22 10.66 Collecting pyyaml (from yamllint==1.16.0)
10:00:18 [2021-04-02T10:00:18.974Z] #20 34.27 Selecting previously unselected package aufs-tools.
10:00:18 [2021-04-02T10:00:18.974Z] #20 34.28 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
10:00:18 [2021-04-02T10:00:18.974Z] #20 34.28 Unpacking aufs-tools (1:4.14+20190211-1) ...
10:00:18 [2021-04-02T10:00:18.974Z] #20 34.43 Selecting previously unselected package libonig5:amd64.
10:00:18 [2021-04-02T10:00:18.974Z] #20 34.44 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
10:00:18 [2021-04-02T10:00:18.974Z] #20 34.45 Unpacking libonig5:amd64 (6.9.1-1) ...
10:00:18 [2021-04-02T10:00:18.974Z] #20 34.62 Selecting previously unselected package libjq1:amd64.
10:00:19 [2021-04-02T10:00:19.193Z] #22 10.92   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
10:00:19 [2021-04-02T10:00:19.230Z] #20 34.62 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
10:00:19 [2021-04-02T10:00:19.230Z] #20 34.63 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
10:00:19 [2021-04-02T10:00:19.230Z] #20 34.74 Selecting previously unselected package jq.
10:00:19 [2021-04-02T10:00:19.230Z] #20 34.74 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
10:00:19 [2021-04-02T10:00:19.230Z] #20 34.75 Unpacking jq (1.5+dfsg-2+b1) ...
10:00:19 [2021-04-02T10:00:19.452Z] #22 11.28 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
10:00:19 [2021-04-02T10:00:19.485Z] #20 34.85 Selecting previously unselected package libaio1:amd64.
10:00:19 [2021-04-02T10:00:19.485Z] #20 34.85 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
10:00:19 [2021-04-02T10:00:19.486Z] #20 34.85 Unpacking libaio1:amd64 (0.3.112-3) ...
10:00:19 [2021-04-02T10:00:19.486Z] #20 34.92 Selecting previously unselected package libgpm2:amd64.
10:00:19 [2021-04-02T10:00:19.486Z] #20 34.92 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
10:00:19 [2021-04-02T10:00:19.486Z] #20 34.93 Unpacking libgpm2:amd64 (1.20.7-5) ...
10:00:19 [2021-04-02T10:00:19.486Z] #20 35.00 Selecting previously unselected package libicu63:amd64.
10:00:19 [2021-04-02T10:00:19.486Z] #20 35.00 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
10:00:19 [2021-04-02T10:00:19.486Z] #20 35.01 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
10:00:19 [2021-04-02T10:00:19.712Z] #22 11.32   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
10:00:19 [2021-04-02T10:00:19.712Z] #22 11.37 Installing collected packages: pyyaml, pathspec, yamllint
10:00:20 [2021-04-02T10:00:20.183Z] #20 53.19 Setting up xfsprogs (4.20.0-1) ...
10:00:20 [2021-04-02T10:00:20.183Z] #20 53.21 Setting up python3-lib2to3 (3.7.3-1) ...
10:00:20 [2021-04-02T10:00:20.280Z] #22 11.72 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0
10:00:20 [2021-04-02T10:00:20.539Z] #22 DONE 12.0s
10:00:20 [2021-04-02T10:00:20.539Z] 
10:00:20 [2021-04-02T10:00:20.539Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
10:00:20 [2021-04-02T10:00:20.539Z] #25 sha256:6a66745d795d09dbf32578425c1de3529feb0502333f389a530c597608fc06f0
10:00:20 [2021-04-02T10:00:20.709Z] #20 53.61 Setting up python3-pkg-resources (40.8.0-1) ...
10:00:20 [2021-04-02T10:00:20.798Z] #25 DONE 0.3s
10:00:20 [2021-04-02T10:00:20.798Z] 
10:00:20 [2021-04-02T10:00:20.798Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
10:00:20 [2021-04-02T10:00:20.798Z] #30 sha256:dc097ef95a9f970720a54e3d35278b4aa8f28a6404124c2f8930bc838bc26544
10:00:21 [2021-04-02T10:00:21.658Z] #20 54.61 Setting up python3-distutils (3.7.3-1) ...
10:00:22 [2021-04-02T10:00:22.001Z] #20 ...
10:00:22 [2021-04-02T10:00:22.001Z] 
10:00:22 [2021-04-02T10:00:22.001Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
10:00:22 [2021-04-02T10:00:22.001Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
10:00:22 [2021-04-02T10:00:22.001Z] #40 186.9 + dpkg --print-architecture
10:00:22 [2021-04-02T10:00:22.001Z] #40 186.9 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
10:00:22 [2021-04-02T10:00:22.001Z] #40 187.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
10:00:22 [2021-04-02T10:00:22.001Z] #40 187.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
10:00:22 [2021-04-02T10:00:22.233Z] #20 55.27 Setting up python3-setuptools (40.8.0-1) ...
10:00:23 [2021-04-02T10:00:23.662Z] #20 56.64 Setting up python3-pip (18.1-5) ...
10:00:23 [2021-04-02T10:00:23.919Z] #40 ...
10:00:23 [2021-04-02T10:00:23.919Z] 
10:00:23 [2021-04-02T10:00:23.919Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:23 [2021-04-02T10:00:23.919Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:00:23 [2021-04-02T10:00:23.919Z] #43 114.3   CC       criu/files-reg.o
10:00:23 [2021-04-02T10:00:23.919Z] #43 116.4   CC       criu/files.o
10:00:23 [2021-04-02T10:00:23.919Z] #43 118.6   CC       criu/filesystems.o
10:00:23 [2021-04-02T10:00:23.919Z] #43 119.2   CC       criu/fsnotify.o
10:00:23 [2021-04-02T10:00:23.919Z] #43 120.4   CC       criu/image-desc.o
10:00:23 [2021-04-02T10:00:23.919Z] #43 120.6   CC       criu/image.o
10:00:23 [2021-04-02T10:00:23.919Z] #43 121.4   CC       criu/ipc_ns.o
10:00:23 [2021-04-02T10:00:23.919Z] #43 122.6   CC       criu/irmap.o
10:00:23 [2021-04-02T10:00:23.919Z] #43 123.5   CC       criu/kcmp-ids.o
10:00:23 [2021-04-02T10:00:23.919Z] #43 123.9   CC       criu/kerndat.o
10:00:23 [2021-04-02T10:00:23.919Z] #43 ...
10:00:23 [2021-04-02T10:00:23.919Z] 
10:00:23 [2021-04-02T10:00:23.919Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
10:00:23 [2021-04-02T10:00:23.919Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:00:23 [2021-04-02T10:00:23.919Z] #20 38.88 Selecting previously unselected package libnet1:amd64.
10:00:23 [2021-04-02T10:00:23.919Z] #20 38.89 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
10:00:23 [2021-04-02T10:00:23.919Z] #20 38.90 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
10:00:23 [2021-04-02T10:00:23.919Z] #20 39.00 Selecting previously unselected package libnl-3-200:amd64.
10:00:23 [2021-04-02T10:00:23.919Z] #20 39.00 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
10:00:23 [2021-04-02T10:00:23.919Z] #20 39.01 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
10:00:23 [2021-04-02T10:00:23.919Z] #20 39.09 Selecting previously unselected package libprotobuf-c1:amd64.
10:00:23 [2021-04-02T10:00:23.919Z] #20 39.09 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
10:00:23 [2021-04-02T10:00:23.919Z] #20 39.10 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
10:00:23 [2021-04-02T10:00:23.919Z] #20 39.17 Selecting previously unselected package libreadline5:amd64.
10:00:23 [2021-04-02T10:00:23.919Z] #20 39.17 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
10:00:23 [2021-04-02T10:00:23.919Z] #20 39.18 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
10:00:23 [2021-04-02T10:00:23.919Z] #20 39.31 Selecting previously unselected package net-tools.
10:00:23 [2021-04-02T10:00:23.919Z] #20 39.32 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
10:00:23 [2021-04-02T10:00:23.919Z] #20 39.33 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
10:00:23 [2021-04-02T10:00:23.919Z] #20 39.50 Selecting previously unselected package python-pip-whl.
10:00:24 [2021-04-02T10:00:24.070Z] #22 4.852 Collecting yamllint==1.16.0
10:00:24 [2021-04-02T10:00:24.175Z] #20 39.50 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
10:00:24 [2021-04-02T10:00:24.175Z] #20 39.51 Unpacking python-pip-whl (18.1-5) ...
10:00:24 [2021-04-02T10:00:24.249Z] #20 ...
10:00:24 [2021-04-02T10:00:24.249Z] 
10:00:24 [2021-04-02T10:00:24.249Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:24 [2021-04-02T10:00:24.249Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:00:24 [2021-04-02T10:00:24.249Z] #43 90.47   CC       criu/cr-dedup.o
10:00:24 [2021-04-02T10:00:24.249Z] #43 90.97   CC       criu/cr-dump.o
10:00:24 [2021-04-02T10:00:24.249Z] #43 93.22   CC       criu/cr-errno.o
10:00:24 [2021-04-02T10:00:24.249Z] #43 93.30   CC       criu/cr-restore.o
10:00:24 [2021-04-02T10:00:24.249Z] #43 97.08   CC       criu/cr-service.o
10:00:24 [2021-04-02T10:00:24.249Z] #43 98.54   CC       criu/crtools.o
10:00:24 [2021-04-02T10:00:24.249Z] #43 99.01   CC       criu/eventfd.o
10:00:24 [2021-04-02T10:00:24.249Z] #43 99.31   CC       criu/eventpoll.o
10:00:24 [2021-04-02T10:00:24.249Z] #43 100.2   CC       criu/external.o
10:00:24 [2021-04-02T10:00:24.430Z] #20 40.05 Selecting previously unselected package python3-lib2to3.
10:00:24 [2021-04-02T10:00:24.430Z] #20 40.05 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
10:00:24 [2021-04-02T10:00:24.510Z] #43 100.5   CC       criu/fault-injection.o
10:00:24 [2021-04-02T10:00:24.510Z] #43 100.6   CC       criu/fdstore.o
10:00:24 [2021-04-02T10:00:24.686Z] #20 40.06 Unpacking python3-lib2to3 (3.7.3-1) ...
10:00:24 [2021-04-02T10:00:24.686Z] #20 40.19 Selecting previously unselected package python3-distutils.
10:00:24 [2021-04-02T10:00:24.686Z] #20 40.19 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
10:00:24 [2021-04-02T10:00:24.686Z] #20 40.19 Unpacking python3-distutils (3.7.3-1) ...
10:00:24 [2021-04-02T10:00:24.772Z] #43 100.8   CC       criu/fifo.o
10:00:24 [2021-04-02T10:00:24.805Z] #71 exporting layers 6.6s done
10:00:24 [2021-04-02T10:00:24.805Z] #71 writing image sha256:c7817d0ff2e549fa8899829e84a1ceb9bec6c8213aeba63d3a5201ecff70c873 done
10:00:24 [2021-04-02T10:00:24.805Z] #71 naming to docker.io/library/docker:7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 done
10:00:24 [2021-04-02T10:00:24.805Z] #71 DONE 6.6s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
10:00:24 [2021-04-02T10:00:24.941Z] #20 40.37 Selecting previously unselected package python3-pip.
10:00:24 [2021-04-02T10:00:24.941Z] #20 40.38 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
10:00:24 [2021-04-02T10:00:24.941Z] #20 40.38 Unpacking python3-pip (18.1-5) ...
10:00:25 [2021-04-02T10:00:25.033Z] #43 ...
10:00:25 [2021-04-02T10:00:25.033Z] 
10:00:25 [2021-04-02T10:00:25.033Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
10:00:25 [2021-04-02T10:00:25.033Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
10:00:25 [2021-04-02T10:00:25.033Z] #20 57.97 Processing triggers for libc-bin (2.28-10) ...
10:00:25 [2021-04-02T10:00:25.033Z] #20 58.07 Processing triggers for mime-support (3.62) ...
10:00:25 [2021-04-02T10:00:25.145Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42182/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42182/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 hack/validate/default
10:00:25 [2021-04-02T10:00:25.197Z] #20 40.55 Selecting previously unselected package python3-pkg-resources.
10:00:25 [2021-04-02T10:00:25.197Z] #20 40.55 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
10:00:25 [2021-04-02T10:00:25.197Z] #20 40.56 Unpacking python3-pkg-resources (40.8.0-1) ...
10:00:25 [2021-04-02T10:00:25.197Z] #20 40.71 Selecting previously unselected package python3-setuptools.
10:00:25 [2021-04-02T10:00:25.197Z] #20 40.71 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
10:00:25 [2021-04-02T10:00:25.197Z] #20 40.71 Unpacking python3-setuptools (40.8.0-1) ...
10:00:25 [2021-04-02T10:00:25.453Z] #20 40.94 Selecting previously unselected package python3-wheel.
10:00:25 [2021-04-02T10:00:25.453Z] #20 40.94 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
10:00:25 [2021-04-02T10:00:25.453Z] #20 40.95 Unpacking python3-wheel (0.32.3-2) ...
10:00:25 [2021-04-02T10:00:25.453Z] #20 41.02 Selecting previously unselected package sudo.
10:00:25 [2021-04-02T10:00:25.453Z] #20 41.03 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
10:00:25 [2021-04-02T10:00:25.453Z] #20 41.03 Unpacking sudo (1.8.27-1+deb10u3) ...
10:00:25 [2021-04-02T10:00:25.986Z] #22 ...
10:00:25 [2021-04-02T10:00:25.986Z] 
10:00:25 [2021-04-02T10:00:25.986Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:25 [2021-04-02T10:00:25.986Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:00:25 [2021-04-02T10:00:25.986Z] #43 125.1   CC       criu/memfd.o
10:00:25 [2021-04-02T10:00:25.986Z] #43 125.9   CC       criu/mount.o
10:00:25 [2021-04-02T10:00:25.986Z] #43 130.1   CC       criu/namespaces.o
10:00:25 [2021-04-02T10:00:25.986Z] #43 131.7   CC       criu/net.o
10:00:26 [2021-04-02T10:00:26.015Z] #20 41.47 Selecting previously unselected package thin-provisioning-tools.
10:00:26 [2021-04-02T10:00:26.015Z] #20 41.47 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
10:00:26 [2021-04-02T10:00:26.015Z] #20 41.48 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
10:00:26 [2021-04-02T10:00:26.072Z] Congratulations!  All commits are properly signed with the DCO!
10:00:26 [2021-04-02T10:00:26.072Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
10:00:26 [2021-04-02T10:00:26.072Z] No api/types/ or api/swagger.yaml changes in diff.
10:00:26 [2021-04-02T10:00:26.072Z] Congratulations!  All TOML source files changed here have valid syntax.
10:00:26 [2021-04-02T10:00:26.072Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
10:00:26 [2021-04-02T10:00:26.072Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
10:00:26 [2021-04-02T10:00:26.072Z] Congratulations!  No new tests were added to integration-cli.
10:00:26 [2021-04-02T10:00:26.072Z] 
10:00:26 [2021-04-02T10:00:26.072Z] INFO Start validation with golang-ci-lint
10:00:26 [2021-04-02T10:00:26.072Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
10:00:26 [2021-04-02T10:00:26.072Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:00:26 [2021-04-02T10:00:26.072Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:00:26 [2021-04-02T10:00:26.073Z] #30 DONE 4.8s
10:00:26 [2021-04-02T10:00:26.073Z] 
10:00:26 [2021-04-02T10:00:26.073Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
10:00:26 [2021-04-02T10:00:26.073Z] #33 sha256:6cd6550f77844570bf5a521456311e66aa8e8a69e645ca3d6c125a5cd1f8e755
10:00:26 [2021-04-02T10:00:26.073Z] #33 DONE 0.3s
10:00:26 [2021-04-02T10:00:26.073Z] 
10:00:26 [2021-04-02T10:00:26.073Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
10:00:26 [2021-04-02T10:00:26.073Z] #35 sha256:067457cc1920c84b8d580bf710d5a1afc3920bd3bdff2b2bf41c2de083235ea2
10:00:26 [2021-04-02T10:00:26.073Z] #35 DONE 0.1s
10:00:26 [2021-04-02T10:00:26.073Z] 
10:00:26 [2021-04-02T10:00:26.073Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:26 [2021-04-02T10:00:26.073Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:00:26 [2021-04-02T10:00:26.073Z] #43 140.4   CC       criu/pagemap-cache.o
10:00:26 [2021-04-02T10:00:26.073Z] #43 140.9   CC       criu/pagemap.o
10:00:26 [2021-04-02T10:00:26.073Z] #43 142.1   CC       criu/parasite-syscall.o
10:00:26 [2021-04-02T10:00:26.073Z] #43 142.9   CC       criu/path.o
10:00:26 [2021-04-02T10:00:26.073Z] #43 143.2   CC       criu/pie-util-vdso-elf32.o
10:00:26 [2021-04-02T10:00:26.073Z] #43 143.6   CC       criu/pie-util-vdso.o
10:00:26 [2021-04-02T10:00:26.073Z] #43 143.9   CC       criu/pie-util.o
10:00:26 [2021-04-02T10:00:26.073Z] #43 144.1   CC       criu/pipes.o
10:00:26 [2021-04-02T10:00:26.073Z] #43 144.6   CC       criu/plugin.o
10:00:26 [2021-04-02T10:00:26.073Z] #43 144.9   CC       criu/proc_parse.o
10:00:26 [2021-04-02T10:00:26.073Z] #43 ...
10:00:26 [2021-04-02T10:00:26.073Z] 
10:00:26 [2021-04-02T10:00:26.073Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
10:00:26 [2021-04-02T10:00:26.073Z] #38 sha256:cc4fa5f2afcacdb323a283ab4c0ae47cec806ac3c61c3e22f8ca98a927f4d902
10:00:26 [2021-04-02T10:00:26.073Z] #38 DONE 0.1s
10:00:26 [2021-04-02T10:00:26.073Z] 
10:00:26 [2021-04-02T10:00:26.073Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
10:00:26 [2021-04-02T10:00:26.073Z] #53 sha256:26870261351fc46e6c78254260d52dfef8ff205b7b588e5eae7a47f2444c58d8
10:00:26 [2021-04-02T10:00:26.271Z] #20 41.71 Selecting previously unselected package uidmap.
10:00:26 [2021-04-02T10:00:26.271Z] #20 41.72 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
10:00:26 [2021-04-02T10:00:26.271Z] #20 41.73 Unpacking uidmap (1:4.5-1.1) ...
10:00:26 [2021-04-02T10:00:26.424Z] #20 DONE 59.6s
10:00:26 [2021-04-02T10:00:26.424Z] 
10:00:26 [2021-04-02T10:00:26.424Z] #21 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
10:00:26 [2021-04-02T10:00:26.424Z] #21 sha256:3a04c6fdd7ef5872a267faf8a5f2edcdb730aaf9dae03f62142eed23000d4fab
10:00:26 [2021-04-02T10:00:26.527Z] #20 41.85 Selecting previously unselected package vim-runtime.
10:00:26 [2021-04-02T10:00:26.527Z] #20 41.86 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
10:00:26 [2021-04-02T10:00:26.527Z] #20 41.88 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
10:00:26 [2021-04-02T10:00:26.527Z] #20 41.92 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
10:00:26 [2021-04-02T10:00:26.527Z] #20 41.93 Unpacking vim-runtime (2:8.1.0875-5) ...
10:00:27 [2021-04-02T10:00:27.451Z] #53 ...
10:00:27 [2021-04-02T10:00:27.451Z] 
10:00:27 [2021-04-02T10:00:27.451Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:27 [2021-04-02T10:00:27.451Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:00:27 [2021-04-02T10:00:27.451Z] #43 147.6   CC       criu/protobuf-desc.o
10:00:27 [2021-04-02T10:00:27.451Z] #43 ...
10:00:27 [2021-04-02T10:00:27.451Z] 
10:00:27 [2021-04-02T10:00:27.451Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
10:00:27 [2021-04-02T10:00:27.451Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
10:00:27 [2021-04-02T10:00:27.451Z] #40 DONE 219.7s
10:00:27 [2021-04-02T10:00:27.710Z] 
10:00:27 [2021-04-02T10:00:27.710Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:27 [2021-04-02T10:00:27.710Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:00:27 [2021-04-02T10:00:27.816Z] #21 1.314 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
10:00:27 [2021-04-02T10:00:27.816Z] #21 1.321 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
10:00:27 [2021-04-02T10:00:27.816Z] #21 1.326 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
10:00:27 [2021-04-02T10:00:27.817Z] #21 DONE 1.4s
10:00:27 [2021-04-02T10:00:27.817Z] 
10:00:27 [2021-04-02T10:00:27.817Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:27 [2021-04-02T10:00:27.817Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:00:27 [2021-04-02T10:00:27.817Z] #43 101.2   CC       criu/file-ids.o
10:00:27 [2021-04-02T10:00:27.817Z] #43 101.6   CC       criu/file-lock.o
10:00:27 [2021-04-02T10:00:27.817Z] #43 102.5   CC       criu/files-ext.o
10:00:27 [2021-04-02T10:00:27.817Z] #43 103.0   CC       criu/files-reg.o
10:00:28 [2021-04-02T10:00:28.535Z] #43 134.6   CC       criu/netfilter.o
10:00:28 [2021-04-02T10:00:28.647Z] #43 148.8   CC       criu/protobuf.o
10:00:28 [2021-04-02T10:00:28.796Z] #43 135.0   CC       criu/page-pipe.o
10:00:28 [2021-04-02T10:00:28.796Z] #43 ...
10:00:28 [2021-04-02T10:00:28.796Z] 
10:00:28 [2021-04-02T10:00:28.796Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
10:00:28 [2021-04-02T10:00:28.796Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e
10:00:28 [2021-04-02T10:00:28.796Z] #22 10.23   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
10:00:28 [2021-04-02T10:00:28.796Z] #22 10.30 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
10:00:28 [2021-04-02T10:00:28.907Z] #43 149.4   CC       criu/pstree.o
10:00:29 [2021-04-02T10:00:29.057Z] #22 10.34   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
10:00:29 [2021-04-02T10:00:29.057Z] #22 10.40 Collecting pyyaml (from yamllint==1.16.0)
10:00:29 [2021-04-02T10:00:29.208Z] #43 105.1   CC       criu/files.o
10:00:29 [2021-04-02T10:00:29.319Z] #22 10.66   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
10:00:29 [2021-04-02T10:00:29.475Z] #43 ...
10:00:29 [2021-04-02T10:00:29.475Z] 
10:00:29 [2021-04-02T10:00:29.475Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
10:00:29 [2021-04-02T10:00:29.475Z] #41 sha256:8dabb17804fabac283e1d41e8295c5d71c7848206aabfd3a14c9a2faf59d2cd7
10:00:29 [2021-04-02T10:00:29.475Z] #41 DONE 0.5s
10:00:29 [2021-04-02T10:00:29.580Z] #22 11.06 Installing collected packages: pathspec, pyyaml, yamllint
10:00:29 [2021-04-02T10:00:29.734Z] 
10:00:29 [2021-04-02T10:00:29.734Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
10:00:29 [2021-04-02T10:00:29.734Z] #56 sha256:c47377bf9ef478c8ff98170c37434cbc9be009bc436b6ef68a3096cd95135095
10:00:29 [2021-04-02T10:00:29.796Z] #20 45.28 Selecting previously unselected package vim.
10:00:29 [2021-04-02T10:00:29.796Z] #20 45.28 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
10:00:29 [2021-04-02T10:00:29.796Z] #20 45.30 Unpacking vim (2:8.1.0875-5) ...
10:00:29 [2021-04-02T10:00:29.841Z] #22 11.39 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0
10:00:29 [2021-04-02T10:00:29.995Z] #56 ...
10:00:29 [2021-04-02T10:00:29.995Z] 
10:00:29 [2021-04-02T10:00:29.995Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:29 [2021-04-02T10:00:29.995Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:00:29 [2021-04-02T10:00:29.995Z] #43 150.3   CC       criu/rbtree.o
10:00:30 [2021-04-02T10:00:30.254Z] #43 150.7   CC       criu/rst-malloc.o
10:00:30 [2021-04-02T10:00:30.358Z] #20 45.93 Selecting previously unselected package xfsprogs.
10:00:30 [2021-04-02T10:00:30.359Z] #20 45.94 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
10:00:30 [2021-04-02T10:00:30.359Z] #20 45.95 Unpacking xfsprogs (4.20.0-1) ...
10:00:30 [2021-04-02T10:00:30.430Z] #22 DONE 11.7s
10:00:30 [2021-04-02T10:00:30.430Z] 
10:00:30 [2021-04-02T10:00:30.430Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
10:00:30 [2021-04-02T10:00:30.430Z] #25 sha256:8d00b73937e9398bc765c4558be09d8a8262c3b53b5e78fc2d9193514b53712f
10:00:30 [2021-04-02T10:00:30.430Z] #25 DONE 0.3s
10:00:30 [2021-04-02T10:00:30.430Z] 
10:00:30 [2021-04-02T10:00:30.430Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:30 [2021-04-02T10:00:30.430Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:00:30 [2021-04-02T10:00:30.430Z] #43 135.7   CC       criu/page-xfer.o
10:00:30 [2021-04-02T10:00:30.514Z] #43 150.9   CC       criu/seccomp.o
10:00:31 [2021-04-02T10:00:31.084Z] #43 151.5   CC       criu/seize.o
10:00:31 [2021-04-02T10:00:31.132Z] #43 107.0   CC       criu/filesystems.o
10:00:31 [2021-04-02T10:00:31.287Z] #20 46.47 Selecting previously unselected package zip.
10:00:31 [2021-04-02T10:00:31.287Z] #20 46.48 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
10:00:31 [2021-04-02T10:00:31.287Z] #20 46.49 Unpacking zip (3.0-11+b1) ...
10:00:31 [2021-04-02T10:00:31.287Z] #20 46.69 Setting up aufs-tools (1:4.14+20190211-1) ...
10:00:31 [2021-04-02T10:00:31.287Z] #20 46.71 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
10:00:31 [2021-04-02T10:00:31.287Z] #20 46.72 Setting up libip6tc0:amd64 (1.8.2-4) ...
10:00:31 [2021-04-02T10:00:31.287Z] #20 46.74 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
10:00:31 [2021-04-02T10:00:31.287Z] #20 46.75 Setting up libgpm2:amd64 (1.20.7-5) ...
10:00:31 [2021-04-02T10:00:31.287Z] #20 46.76 Setting up libip4tc0:amd64 (1.8.2-4) ...
10:00:31 [2021-04-02T10:00:31.287Z] #20 46.77 Setting up uidmap (1:4.5-1.1) ...
10:00:31 [2021-04-02T10:00:31.287Z] #20 46.79 Setting up libnftnl11:amd64 (1.1.2-2) ...
10:00:31 [2021-04-02T10:00:31.287Z] #20 46.80 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
10:00:31 [2021-04-02T10:00:31.287Z] #20 46.81 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
10:00:31 [2021-04-02T10:00:31.543Z] #20 46.83 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
10:00:31 [2021-04-02T10:00:31.543Z] #20 46.84 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
10:00:31 [2021-04-02T10:00:31.543Z] #20 46.85 Setting up xxd (2:8.1.0875-5) ...
10:00:31 [2021-04-02T10:00:31.543Z] #20 46.86 Setting up zip (3.0-11+b1) ...
10:00:31 [2021-04-02T10:00:31.543Z] #20 46.87 Setting up vim-common (2:8.1.0875-5) ...
10:00:31 [2021-04-02T10:00:31.543Z] #20 46.90 Setting up bash-completion (1:2.8-6) ...
10:00:31 [2021-04-02T10:00:31.710Z] #43 107.7   CC       criu/fsnotify.o
10:00:31 [2021-04-02T10:00:31.818Z] #43 137.7   CC       criu/pagemap-cache.o
10:00:31 [2021-04-02T10:00:31.818Z] #43 138.1   CC       criu/pagemap.o
10:00:32 [2021-04-02T10:00:32.022Z] #43 152.3   CC       criu/servicefd.o
10:00:32 [2021-04-02T10:00:32.283Z] #43 152.7   CC       criu/shmem.o
10:00:32 [2021-04-02T10:00:32.658Z] #43 108.6   CC       criu/image-desc.o
10:00:32 [2021-04-02T10:00:32.658Z] #43 108.8   CC       criu/image.o
10:00:32 [2021-04-02T10:00:32.761Z] #43 138.9   CC       criu/parasite-syscall.o
10:00:32 [2021-04-02T10:00:32.854Z] #43 ...
10:00:32 [2021-04-02T10:00:32.854Z] 
10:00:32 [2021-04-02T10:00:32.854Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
10:00:32 [2021-04-02T10:00:32.854Z] #49 sha256:e926872d51bbbfbedc26c95a229936b662a0346335a03416ba83c5eb4a447257
10:00:32 [2021-04-02T10:00:32.854Z] #49 224.4 + /build/golangci-lint --version
10:00:32 [2021-04-02T10:00:32.854Z] #49 224.7 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
10:00:32 [2021-04-02T10:00:32.854Z] #49 DONE 225.0s
10:00:32 [2021-04-02T10:00:32.854Z] 
10:00:32 [2021-04-02T10:00:32.854Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:32 [2021-04-02T10:00:32.854Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:00:33 [2021-04-02T10:00:33.607Z] #43 109.7   CC       criu/ipc_ns.o
10:00:33 [2021-04-02T10:00:33.704Z] #43 139.7   CC       criu/path.o
10:00:33 [2021-04-02T10:00:33.704Z] #43 139.9   CC       criu/pie-util-vdso-elf32.o
10:00:33 [2021-04-02T10:00:33.791Z] #43 153.9   CC       criu/sigframe.o
10:00:33 [2021-04-02T10:00:33.791Z] #43 154.2   CC       criu/signalfd.o
10:00:34 [2021-04-02T10:00:34.054Z] #43 154.6   CC       criu/sk-inet.o
10:00:34 [2021-04-02T10:00:34.278Z] #43 140.3   CC       criu/pie-util-vdso.o
10:00:34 [2021-04-02T10:00:34.566Z] #43 140.7   CC       criu/pie-util.o
10:00:34 [2021-04-02T10:00:34.811Z] #20 ...
10:00:34 [2021-04-02T10:00:34.811Z] 
10:00:34 [2021-04-02T10:00:34.811Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:34 [2021-04-02T10:00:34.811Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:00:34 [2021-04-02T10:00:34.811Z] #43 125.0   CC       criu/libnetlink.o
10:00:34 [2021-04-02T10:00:34.811Z] #43 125.4   CC       criu/log.o
10:00:34 [2021-04-02T10:00:34.811Z] #43 125.9   CC       criu/lsm.o
10:00:34 [2021-04-02T10:00:34.811Z] #43 126.3   CC       criu/mem.o
10:00:34 [2021-04-02T10:00:34.811Z] #43 128.0   CC       criu/memfd.o
10:00:34 [2021-04-02T10:00:34.811Z] #43 128.7   CC       criu/mount.o
10:00:34 [2021-04-02T10:00:34.811Z] #43 132.9   CC       criu/namespaces.o
10:00:34 [2021-04-02T10:00:34.811Z] #43 134.9   CC       criu/net.o
10:00:34 [2021-04-02T10:00:34.811Z] #43 ...
10:00:34 [2021-04-02T10:00:34.811Z] 
10:00:34 [2021-04-02T10:00:34.811Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
10:00:34 [2021-04-02T10:00:34.811Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:00:34 [2021-04-02T10:00:34.811Z] #20 49.94 Setting up libiptc0:amd64 (1.8.2-4) ...
10:00:34 [2021-04-02T10:00:34.811Z] #20 50.03 Setting up xz-utils (5.2.4-1) ...
10:00:34 [2021-04-02T10:00:34.811Z] #20 50.06 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
10:00:34 [2021-04-02T10:00:34.811Z] #20 50.08 Setting up sudo (1.8.27-1+deb10u3) ...
10:00:34 [2021-04-02T10:00:34.811Z] #20 50.16 invoke-rc.d: could not determine current runlevel
10:00:34 [2021-04-02T10:00:34.811Z] #20 50.17 invoke-rc.d: policy-rc.d denied execution of start.
10:00:34 [2021-04-02T10:00:34.811Z] #20 50.18 Setting up pigz (2.4-1) ...
10:00:34 [2021-04-02T10:00:34.811Z] #20 50.20 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
10:00:34 [2021-04-02T10:00:34.811Z] #20 50.21 Setting up libnl-3-200:amd64 (3.4.0-1) ...
10:00:34 [2021-04-02T10:00:34.811Z] #20 50.25 Setting up python-pip-whl (18.1-5) ...
10:00:34 [2021-04-02T10:00:34.811Z] #20 50.26 Setting up libmpdec2:amd64 (2.4.2-2) ...
10:00:34 [2021-04-02T10:00:34.811Z] #20 50.28 Setting up vim-runtime (2:8.1.0875-5) ...
10:00:34 [2021-04-02T10:00:34.834Z] #43 140.9   CC       criu/pipes.o
10:00:34 [2021-04-02T10:00:34.994Z] #43 155.4   CC       criu/sk-netlink.o
10:00:34 [2021-04-02T10:00:34.999Z] #43 110.9   CC       criu/irmap.o
10:00:35 [2021-04-02T10:00:35.254Z] #43 155.7   CC       criu/sk-packet.o
10:00:35 [2021-04-02T10:00:35.262Z] #43 111.5   CC       criu/kcmp-ids.o
10:00:35 [2021-04-02T10:00:35.373Z] #20 50.78 Setting up libaio1:amd64 (0.3.112-3) ...
10:00:35 [2021-04-02T10:00:35.373Z] #20 50.81 Setting up libonig5:amd64 (6.9.1-1) ...
10:00:35 [2021-04-02T10:00:35.373Z] #20 50.83 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
10:00:35 [2021-04-02T10:00:35.373Z] #20 50.85 Setting up vim (2:8.1.0875-5) ...
10:00:35 [2021-04-02T10:00:35.373Z] #20 50.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
10:00:35 [2021-04-02T10:00:35.373Z] #20 50.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
10:00:35 [2021-04-02T10:00:35.373Z] #20 50.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
10:00:35 [2021-04-02T10:00:35.373Z] #20 50.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
10:00:35 [2021-04-02T10:00:35.373Z] #20 50.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
10:00:35 [2021-04-02T10:00:35.373Z] #20 50.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
10:00:35 [2021-04-02T10:00:35.373Z] #20 50.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
10:00:35 [2021-04-02T10:00:35.408Z] #43 141.6   CC       criu/plugin.o
10:00:35 [2021-04-02T10:00:35.513Z] #43 156.1   CC       criu/sk-queue.o
10:00:35 [2021-04-02T10:00:35.525Z] #43 111.7   CC       criu/kerndat.o
10:00:35 [2021-04-02T10:00:35.630Z] #20 50.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
10:00:35 [2021-04-02T10:00:35.630Z] #20 50.98 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
10:00:35 [2021-04-02T10:00:35.630Z] #20 51.06 Setting up thin-provisioning-tools (0.7.6-2.1) ...
10:00:35 [2021-04-02T10:00:35.630Z] #20 51.08 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
10:00:35 [2021-04-02T10:00:35.630Z] #20 51.11 Setting up jq (1.5+dfsg-2+b1) ...
10:00:35 [2021-04-02T10:00:35.630Z] #20 51.12 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
10:00:35 [2021-04-02T10:00:35.630Z] #20 51.15 Setting up python3.7 (3.7.3-2+deb10u3) ...
10:00:36 [2021-04-02T10:00:36.008Z] #43 142.1   CC       criu/proc_parse.o
10:00:36 [2021-04-02T10:00:36.100Z] #43 ...
10:00:36 [2021-04-02T10:00:36.100Z] 
10:00:36 [2021-04-02T10:00:36.100Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
10:00:36 [2021-04-02T10:00:36.100Z] #49 sha256:5e6d422573f5f344b430de4769efc5dc22abaaf795dbcc614c11d4cce76d71d1
10:00:36 [2021-04-02T10:00:36.100Z] #49 178.1 + /build/golangci-lint --version
10:00:36 [2021-04-02T10:00:36.100Z] #49 178.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
10:00:36 [2021-04-02T10:00:36.136Z] #43 156.4   CC       criu/sk-tcp.o
10:00:36 [2021-04-02T10:00:36.406Z] #43 156.7   CC       criu/sk-unix.o
10:00:36 [2021-04-02T10:00:36.582Z] #43 ...
10:00:36 [2021-04-02T10:00:36.582Z] 
10:00:36 [2021-04-02T10:00:36.582Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
10:00:36 [2021-04-02T10:00:36.582Z] #30 sha256:91b760ce96b29c936b0451e2d2106e9ca61afb08cc57700c33f28ec974a2d81e
10:00:36 [2021-04-02T10:00:36.582Z] #30 DONE 5.8s
10:00:36 [2021-04-02T10:00:36.582Z] 
10:00:36 [2021-04-02T10:00:36.582Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
10:00:36 [2021-04-02T10:00:36.582Z] #33 sha256:94e74d56d8a41b3bd0e1c4769d3c533b00f26f05e87a1661b3fdeae6370a1393
10:00:36 [2021-04-02T10:00:36.854Z] #33 DONE 0.4s
10:00:36 [2021-04-02T10:00:36.854Z] 
10:00:36 [2021-04-02T10:00:36.854Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
10:00:36 [2021-04-02T10:00:36.854Z] #35 sha256:dceef6ebb48760b80b2cea5d0968e92664a03404d331fef64de8e0577081d63d
10:00:36 [2021-04-02T10:00:36.854Z] #35 DONE 0.1s
10:00:36 [2021-04-02T10:00:36.854Z] 
10:00:36 [2021-04-02T10:00:36.854Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
10:00:36 [2021-04-02T10:00:36.854Z] #38 sha256:01f3f2812bfbc48031feb0087df5323fb50a7596a6c0b8de725d798efb506288
10:00:36 [2021-04-02T10:00:36.854Z] #38 DONE 0.1s
10:00:36 [2021-04-02T10:00:36.854Z] 
10:00:36 [2021-04-02T10:00:36.854Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:36 [2021-04-02T10:00:36.854Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:00:37 [2021-04-02T10:00:37.426Z] #43 ...
10:00:37 [2021-04-02T10:00:37.426Z] 
10:00:37 [2021-04-02T10:00:37.426Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
10:00:37 [2021-04-02T10:00:37.426Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
10:00:37 [2021-04-02T10:00:37.426Z] #40 DONE 217.2s
10:00:37 [2021-04-02T10:00:37.492Z] #49 DONE 179.5s
10:00:37 [2021-04-02T10:00:37.492Z] 
10:00:37 [2021-04-02T10:00:37.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
10:00:37 [2021-04-02T10:00:37.492Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:00:37 [2021-04-02T10:00:37.492Z] #43 112.8   CC       criu/libnetlink.o
10:00:37 [2021-04-02T10:00:37.492Z] #43 113.1   CC       criu/log.o
10:00:37 [2021-04-02T10:00:37.687Z] 
10:00:37 [2021-04-02T10:00:37.687Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
10:00:37 [2021-04-02T10:00:37.687Z] #53 sha256:3b007738d7cfc97c8c9663b500363e7bed8dbd69879f11fe31b3c965a033de71
10:00:37 [2021-04-02T10:00:37.758Z] #43 113.7   CC       criu/lsm.o
10:00:37 [2021-04-02T10:00:37.758Z] #43 ...
10:00:37 [2021-04-02T10:00:37.758Z] 
10:00:37 [2021-04-02T10:00:37.758Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
10:00:37 [2021-04-02T10:00:37.758Z] #22 sha256:a35d58ddfb9f3f9629730880f624a4b18b6b1c37fb5307e7765f763de2a47ef6
10:00:37 [2021-04-02T10:00:37.758Z] #22 5.180 Collecting yamllint==1.16.0
10:00:37 [2021-04-02T10:00:37.806Z] #43 158.1   CC       criu/sockets.o
10:00:38 [2021-04-02T10:00:38.021Z] #22 ...
10:00:38 [2021-04-02T10:00:38.021Z] 
10:00:38 [2021-04-02T10:00:38.021Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:38 [2021-04-02T10:00:38.021Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:00:38 [2021-04-02T10:00:38.021Z] #43 114.1   CC       criu/mem.o
10:00:38 [2021-04-02T10:00:38.384Z] #43 158.7   CC       criu/stats.o
10:00:38 [2021-04-02T10:00:38.384Z] #43 158.9   CC       criu/string.o
10:00:38 [2021-04-02T10:00:38.629Z] #53 ...
10:00:38 [2021-04-02T10:00:38.629Z] 
10:00:38 [2021-04-02T10:00:38.629Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:38 [2021-04-02T10:00:38.629Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:00:38 [2021-04-02T10:00:38.629Z] #43 144.9   CC       criu/protobuf-desc.o
10:00:38 [2021-04-02T10:00:38.643Z] #43 159.0   CC       criu/sysctl.o
10:00:38 [2021-04-02T10:00:38.903Z] #43 159.4   CC       criu/sysfs_parse.o
10:00:38 [2021-04-02T10:00:38.946Z] #20 54.17 Setting up iptables (1.8.2-4) ...
10:00:38 [2021-04-02T10:00:38.946Z] #20 54.19 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
10:00:38 [2021-04-02T10:00:38.946Z] #20 54.20 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
10:00:38 [2021-04-02T10:00:38.946Z] #20 54.20 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
10:00:38 [2021-04-02T10:00:38.946Z] #20 54.21 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
10:00:38 [2021-04-02T10:00:38.946Z] #20 54.21 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
10:00:38 [2021-04-02T10:00:38.946Z] #20 54.22 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
10:00:38 [2021-04-02T10:00:38.946Z] #20 54.24 Setting up python3 (3.7.3-1) ...
10:00:39 [2021-04-02T10:00:39.202Z] #20 54.74 Setting up python3-wheel (0.32.3-2) ...
10:00:39 [2021-04-02T10:00:39.472Z] #43 159.7   CC       criu/timens.o
10:00:39 [2021-04-02T10:00:39.472Z] #43 160.0   CC       criu/timerfd.o
10:00:39 [2021-04-02T10:00:39.579Z] #43 145.6   CC       criu/protobuf.o
10:00:39 [2021-04-02T10:00:39.579Z] #43 ...
10:00:39 [2021-04-02T10:00:39.579Z] 
10:00:39 [2021-04-02T10:00:39.579Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
10:00:39 [2021-04-02T10:00:39.579Z] #41 sha256:59a7c5dc6984f02630b72dbc9f028a6495db6394b0dc5c4e8db0474d453e4e15
10:00:39 [2021-04-02T10:00:39.579Z] #41 DONE 0.6s
10:00:39 [2021-04-02T10:00:39.579Z] 
10:00:39 [2021-04-02T10:00:39.579Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:39 [2021-04-02T10:00:39.579Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:00:39 [2021-04-02T10:00:39.732Z] #43 160.2   CC       criu/tty.o
10:00:39 [2021-04-02T10:00:39.840Z] #43 145.9   CC       criu/pstree.o
10:00:40 [2021-04-02T10:00:40.130Z] #20 55.43 Setting up apparmor (2.13.2-10) ...
10:00:40 [2021-04-02T10:00:40.583Z] #43 116.3   CC       criu/memfd.o
10:00:40 [2021-04-02T10:00:40.583Z] #43 116.8   CC       criu/mount.o
10:00:40 [2021-04-02T10:00:40.782Z] #43 147.0   CC       criu/rbtree.o
10:00:41 [2021-04-02T10:00:41.043Z] #43 147.3   CC       criu/rst-malloc.o
10:00:41 [2021-04-02T10:00:41.113Z] #43 161.4   CC       criu/tun.o
10:00:41 [2021-04-02T10:00:41.373Z] #43 161.7   CC       criu/uffd.o
10:00:41 [2021-04-02T10:00:41.615Z] #43 147.5   CC       criu/seccomp.o
10:00:41 [2021-04-02T10:00:41.942Z] #43 162.5   CC       criu/util.o
10:00:42 [2021-04-02T10:00:42.021Z] #20 57.10 Setting up xfsprogs (4.20.0-1) ...
10:00:42 [2021-04-02T10:00:42.021Z] #20 57.12 Setting up python3-lib2to3 (3.7.3-1) ...
10:00:42 [2021-04-02T10:00:42.021Z] #20 57.48 Setting up python3-pkg-resources (40.8.0-1) ...
10:00:42 [2021-04-02T10:00:42.188Z] #43 148.2   CC       criu/seize.o
10:00:42 [2021-04-02T10:00:42.761Z] #43 148.8   CC       criu/servicefd.o
10:00:42 [2021-04-02T10:00:42.882Z] #43 163.3   CC       criu/uts_ns.o
10:00:42 [2021-04-02T10:00:42.882Z] #43 163.5   CC       criu/vdso-compat.o
10:00:42 [2021-04-02T10:00:42.949Z] #20 58.41 Setting up python3-distutils (3.7.3-1) ...
10:00:43 [2021-04-02T10:00:43.023Z] #43 149.1   CC       criu/shmem.o
10:00:43 [2021-04-02T10:00:43.451Z] #43 163.6   CC       criu/vdso.o
10:00:43 [2021-04-02T10:00:43.511Z] #20 58.89 Setting up python3-setuptools (40.8.0-1) ...
10:00:43 [2021-04-02T10:00:43.597Z] #43 149.8   CC       criu/sigframe.o
10:00:43 [2021-04-02T10:00:43.710Z] #43 164.1   LINK     criu/built-in.o
10:00:43 [2021-04-02T10:00:43.710Z] #43 164.2   LINK     criu/criu
10:00:43 [2021-04-02T10:00:43.858Z] #43 ...
10:00:43 [2021-04-02T10:00:43.858Z] 
10:00:43 [2021-04-02T10:00:43.858Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
10:00:43 [2021-04-02T10:00:43.858Z] #49 sha256:a45200b0e51390b0e7b6918bffddfb65d3838a2b387e9e2ef397a9a5c69d0abb
10:00:43 [2021-04-02T10:00:43.858Z] #49 223.0 + /build/golangci-lint --version
10:00:43 [2021-04-02T10:00:43.858Z] #49 223.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
10:00:43 [2021-04-02T10:00:43.858Z] #49 DONE 223.8s
10:00:43 [2021-04-02T10:00:43.858Z] 
10:00:43 [2021-04-02T10:00:43.858Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:43 [2021-04-02T10:00:43.858Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:00:43 [2021-04-02T10:00:43.858Z] #43 150.0   CC       criu/signalfd.o
10:00:43 [2021-04-02T10:00:43.903Z] #43 119.7   CC       criu/namespaces.o
10:00:44 [2021-04-02T10:00:44.120Z] #43 150.4   CC       criu/sk-inet.o
10:00:44 [2021-04-02T10:00:44.279Z] #43 164.5   DEP      lib/c/criu.d
10:00:44 [2021-04-02T10:00:44.279Z] #43 164.5   CC       images/rpc.pb-c.o
10:00:44 [2021-04-02T10:00:44.438Z] #20 59.95 Setting up python3-pip (18.1-5) ...
10:00:44 [2021-04-02T10:00:44.538Z] #43 164.9   CC       lib/c/criu.o
10:00:44 [2021-04-02T10:00:44.850Z] #43 121.0   CC       criu/net.o
10:00:45 [2021-04-02T10:00:45.364Z] #20 60.89 Processing triggers for libc-bin (2.28-10) ...
10:00:45 [2021-04-02T10:00:45.364Z] #20 60.94 Processing triggers for mime-support (3.62) ...
10:00:45 [2021-04-02T10:00:45.478Z] #43 165.7   LINK     lib/c/built-in.o
10:00:45 [2021-04-02T10:00:45.478Z] #43 165.7   LINK     lib/c/libcriu.so
10:00:45 [2021-04-02T10:00:45.478Z] #43 165.8   LINK     lib/c/libcriu.a
10:00:45 [2021-04-02T10:00:45.478Z] #43 165.8   GEN      magic.py
10:00:45 [2021-04-02T10:00:45.478Z] #43 165.9 Note: Building without setproctitle() and strlcpy() support.
10:00:45 [2021-04-02T10:00:45.478Z] #43 165.9       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
10:00:45 [2021-04-02T10:00:45.505Z] #43 151.4   CC       criu/sk-netlink.o
10:00:45 [2021-04-02T10:00:45.737Z] #43 166.0 Note: Building without GnuTLS support
10:00:45 [2021-04-02T10:00:45.737Z] #43 166.0 Makefile.config:39: Warn: you have no libnftables installed
10:00:45 [2021-04-02T10:00:45.737Z] #43 166.0 Makefile.config:40: Warn: Building without nftables support
10:00:45 [2021-04-02T10:00:45.766Z] #43 151.8   CC       criu/sk-packet.o
10:00:45 [2021-04-02T10:00:45.928Z] #20 DONE 61.5s
10:00:45 [2021-04-02T10:00:45.928Z] 
10:00:45 [2021-04-02T10:00:45.928Z] #21 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
10:00:45 [2021-04-02T10:00:45.928Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
10:00:46 [2021-04-02T10:00:46.027Z] #43 152.2   CC       criu/sk-queue.o
10:00:46 [2021-04-02T10:00:46.305Z] #43 166.7 fatal: not a git repository (or any of the parent directories): .git
10:00:46 [2021-04-02T10:00:46.599Z] #43 152.5   CC       criu/sk-tcp.o
10:00:46 [2021-04-02T10:00:46.860Z] #43 152.9   CC       criu/sk-unix.o
10:00:46 [2021-04-02T10:00:46.873Z] #43 167.2 make[1]: Nothing to be done for 'all'.
10:00:47 [2021-04-02T10:00:47.404Z] #43 ...
10:00:47 [2021-04-02T10:00:47.404Z] 
10:00:47 [2021-04-02T10:00:47.404Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
10:00:47 [2021-04-02T10:00:47.404Z] #22 sha256:a35d58ddfb9f3f9629730880f624a4b18b6b1c37fb5307e7765f763de2a47ef6
10:00:47 [2021-04-02T10:00:47.404Z] #22 10.63   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
10:00:47 [2021-04-02T10:00:47.404Z] #22 10.76 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
10:00:47 [2021-04-02T10:00:47.404Z] #22 10.81   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
10:00:47 [2021-04-02T10:00:47.404Z] #22 10.94 Collecting pyyaml (from yamllint==1.16.0)
10:00:47 [2021-04-02T10:00:47.404Z] #22 11.32   Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB)
10:00:47 [2021-04-02T10:00:47.404Z] #22 12.05   Installing build dependencies: started
10:00:47 [2021-04-02T10:00:47.404Z] #22 ...
10:00:47 [2021-04-02T10:00:47.404Z] 
10:00:47 [2021-04-02T10:00:47.404Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:47 [2021-04-02T10:00:47.404Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:00:47 [2021-04-02T10:00:47.404Z] #43 123.5   CC       criu/netfilter.o
10:00:47 [2021-04-02T10:00:47.445Z] #43 167.7 make[1]: 'images/built-in.o' is up to date.
10:00:47 [2021-04-02T10:00:47.445Z] #43 167.8 make[1]: 'compel/plugins/std.lib.a' is up to date.
10:00:47 [2021-04-02T10:00:47.445Z] #43 167.8 make[1]: 'compel/plugins/fds.lib.a' is up to date.
10:00:47 [2021-04-02T10:00:47.445Z] #43 167.8 make[1]: 'compel/libcompel.a' is up to date.
10:00:47 [2021-04-02T10:00:47.445Z] #43 167.9 make[1]: 'compel/compel-host-bin' is up to date.
10:00:47 [2021-04-02T10:00:47.445Z] #43 167.9 make[1]: Nothing to be done for 'all'.
10:00:47 [2021-04-02T10:00:47.445Z] #43 167.9 make[1]: 'soccr/libsoccr.a' is up to date.
10:00:47 [2021-04-02T10:00:47.666Z] #43 123.8   CC       criu/page-pipe.o
10:00:47 [2021-04-02T10:00:47.705Z] #43 168.1 make[2]: Nothing to be done for 'all'.
10:00:47 [2021-04-02T10:00:47.705Z] #43 168.1 make[2]: Nothing to be done for 'all'.
10:00:47 [2021-04-02T10:00:47.705Z] #43 168.1 make[2]: Nothing to be done for 'all'.
10:00:47 [2021-04-02T10:00:47.705Z] #43 168.2 make[2]: Nothing to be done for 'all'.
10:00:47 [2021-04-02T10:00:47.803Z] #43 154.0   CC       criu/sockets.o
10:00:47 [2021-04-02T10:00:47.821Z] #21 1.677 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
10:00:47 [2021-04-02T10:00:47.821Z] #21 1.681 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
10:00:47 [2021-04-02T10:00:47.821Z] #21 1.684 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
10:00:47 [2021-04-02T10:00:47.821Z] #21 ...
10:00:47 [2021-04-02T10:00:47.821Z] 
10:00:47 [2021-04-02T10:00:47.821Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:47 [2021-04-02T10:00:47.821Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:00:47 [2021-04-02T10:00:47.821Z] #43 138.4   CC       criu/netfilter.o
10:00:47 [2021-04-02T10:00:47.821Z] #43 138.8   CC       criu/page-pipe.o
10:00:47 [2021-04-02T10:00:47.821Z] #43 139.5   CC       criu/page-xfer.o
10:00:47 [2021-04-02T10:00:47.821Z] #43 141.2   CC       criu/pagemap-cache.o
10:00:47 [2021-04-02T10:00:47.821Z] #43 141.7   CC       criu/pagemap.o
10:00:47 [2021-04-02T10:00:47.822Z] #43 142.7   CC       criu/parasite-syscall.o
10:00:47 [2021-04-02T10:00:47.822Z] #43 143.7   CC       criu/path.o
10:00:47 [2021-04-02T10:00:47.822Z] #43 144.1   CC       criu/pie-util-vdso-elf32.o
10:00:47 [2021-04-02T10:00:47.822Z] #43 144.6   CC       criu/pie-util-vdso.o
10:00:47 [2021-04-02T10:00:47.822Z] #43 145.2   CC       criu/pie-util.o
10:00:47 [2021-04-02T10:00:47.822Z] #43 145.4   CC       criu/pipes.o
10:00:47 [2021-04-02T10:00:47.822Z] #43 146.2   CC       criu/plugin.o
10:00:47 [2021-04-02T10:00:47.822Z] #43 146.7   CC       criu/proc_parse.o
10:00:47 [2021-04-02T10:00:47.822Z] #43 ...
10:00:47 [2021-04-02T10:00:47.822Z] 
10:00:47 [2021-04-02T10:00:47.822Z] #21 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
10:00:47 [2021-04-02T10:00:47.822Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
10:00:47 [2021-04-02T10:00:47.822Z] #21 DONE 1.8s
10:00:47 [2021-04-02T10:00:47.822Z] 
10:00:47 [2021-04-02T10:00:47.822Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
10:00:47 [2021-04-02T10:00:47.822Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e
10:00:47 [2021-04-02T10:00:47.966Z] #43 168.3 make[2]: Nothing to be done for 'all'.
10:00:47 [2021-04-02T10:00:47.966Z] #43 168.3 make[2]: Nothing to be done for 'all'.
10:00:47 [2021-04-02T10:00:47.966Z] #43 168.3 make[2]: Nothing to be done for 'all'.
10:00:47 [2021-04-02T10:00:47.966Z] #43 168.4 make[2]: Nothing to be done for 'all'.
10:00:47 [2021-04-02T10:00:47.966Z] #43 168.4   INSTALL  criu/criu
10:00:48 [2021-04-02T10:00:48.226Z] #43 DONE 168.7s
10:00:48 [2021-04-02T10:00:48.226Z] 
10:00:48 [2021-04-02T10:00:48.226Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
10:00:48 [2021-04-02T10:00:48.226Z] #56 sha256:c47377bf9ef478c8ff98170c37434cbc9be009bc436b6ef68a3096cd95135095
10:00:48 [2021-04-02T10:00:48.374Z] #43 154.5   CC       criu/stats.o
10:00:48 [2021-04-02T10:00:48.613Z] #43 124.5   CC       criu/page-xfer.o
10:00:48 [2021-04-02T10:00:48.636Z] #43 154.7   CC       criu/string.o
10:00:48 [2021-04-02T10:00:48.636Z] #43 154.8   CC       criu/sysctl.o
10:00:48 [2021-04-02T10:00:48.896Z] #43 155.1   CC       criu/sysfs_parse.o
10:00:49 [2021-04-02T10:00:49.166Z] #56 ...
10:00:49 [2021-04-02T10:00:49.166Z] 
10:00:49 [2021-04-02T10:00:49.166Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
10:00:49 [2021-04-02T10:00:49.166Z] #44 sha256:2b537da9c1746f4e1788f610046c9539ff69d4f41f0227fdb5c6529185119242
10:00:49 [2021-04-02T10:00:49.166Z] #44 DONE 0.1s
10:00:49 [2021-04-02T10:00:49.426Z] 
10:00:49 [2021-04-02T10:00:49.426Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
10:00:49 [2021-04-02T10:00:49.426Z] #46 sha256:d580f87002b074ea4e4e93c433ecba22d6ae8671f1be79e0efe020a24facd47e
10:00:49 [2021-04-02T10:00:49.426Z] #46 DONE 0.1s
10:00:49 [2021-04-02T10:00:49.426Z] 
10:00:49 [2021-04-02T10:00:49.426Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
10:00:49 [2021-04-02T10:00:49.426Z] #48 sha256:3e11035764ffc9bebc118bf6b5be3c8f420a6865c981b094aff93245cb114641
10:00:49 [2021-04-02T10:00:49.426Z] #48 DONE 0.1s
10:00:49 [2021-04-02T10:00:49.426Z] 
10:00:49 [2021-04-02T10:00:49.426Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
10:00:49 [2021-04-02T10:00:49.426Z] #50 sha256:5dadd16beedf11339e20cc4ec9b1776a352565e2ec5b0afdf5eedc06e03c845f
10:00:49 [2021-04-02T10:00:49.468Z] #43 155.4   CC       criu/timens.o
10:00:49 [2021-04-02T10:00:49.468Z] #43 155.6   CC       criu/timerfd.o
10:00:49 [2021-04-02T10:00:49.468Z] #43 155.8   CC       criu/tty.o
10:00:49 [2021-04-02T10:00:49.687Z] #50 DONE 0.1s
10:00:49 [2021-04-02T10:00:49.687Z] 
10:00:49 [2021-04-02T10:00:49.687Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
10:00:49 [2021-04-02T10:00:49.687Z] #52 sha256:44319dcf9dde895739a49cb9ab2038a8b47ae878a0aaa26c2232df0e8e6ee5fd
10:00:49 [2021-04-02T10:00:49.687Z] #52 DONE 0.1s
10:00:49 [2021-04-02T10:00:49.687Z] 
10:00:49 [2021-04-02T10:00:49.687Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
10:00:49 [2021-04-02T10:00:49.687Z] #56 sha256:c47377bf9ef478c8ff98170c37434cbc9be009bc436b6ef68a3096cd95135095
10:00:50 [2021-04-02T10:00:50.019Z] #43 125.8   CC       criu/pagemap-cache.o
10:00:50 [2021-04-02T10:00:50.281Z] #43 126.3   CC       criu/pagemap.o
10:00:50 [2021-04-02T10:00:50.852Z] #43 156.9   CC       criu/tun.o
10:00:51 [2021-04-02T10:00:51.112Z] #43 157.3   CC       criu/uffd.o
10:00:51 [2021-04-02T10:00:51.228Z] #43 127.3   CC       criu/parasite-syscall.o
10:00:51 [2021-04-02T10:00:51.802Z] #43 128.0   CC       criu/path.o
10:00:52 [2021-04-02T10:00:52.054Z] #43 158.1   CC       criu/util.o
10:00:52 [2021-04-02T10:00:52.377Z] #43 128.4   CC       criu/pie-util-vdso.o
10:00:52 [2021-04-02T10:00:52.639Z] #43 128.7   CC       criu/pie-util.o
10:00:52 [2021-04-02T10:00:52.902Z] #43 129.0   CC       criu/pipes.o
10:00:52 [2021-04-02T10:00:52.998Z] #43 159.0   CC       criu/uts_ns.o
10:00:52 [2021-04-02T10:00:52.998Z] #43 159.1   CC       criu/vdso-compat.o
10:00:53 [2021-04-02T10:00:53.259Z] #43 159.3   CC       criu/vdso.o
10:00:53 [2021-04-02T10:00:53.478Z] #43 129.7   CC       criu/plugin.o
10:00:53 [2021-04-02T10:00:53.520Z] #43 159.7   LINK     criu/built-in.o
10:00:53 [2021-04-02T10:00:53.520Z] #43 159.8   LINK     criu/criu
10:00:53 [2021-04-02T10:00:53.781Z] #43 160.0   DEP      lib/c/criu.d
10:00:54 [2021-04-02T10:00:54.041Z] #43 160.1   CC       images/rpc.pb-c.o
10:00:54 [2021-04-02T10:00:54.053Z] #43 130.1   CC       criu/proc_parse.o
10:00:54 [2021-04-02T10:00:54.302Z] #43 160.6   CC       lib/c/criu.o
10:00:54 [2021-04-02T10:00:54.316Z] #43 ...
10:00:54 [2021-04-02T10:00:54.316Z] 
10:00:54 [2021-04-02T10:00:54.316Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
10:00:54 [2021-04-02T10:00:54.317Z] #22 sha256:a35d58ddfb9f3f9629730880f624a4b18b6b1c37fb5307e7765f763de2a47ef6
10:00:54 [2021-04-02T10:00:54.317Z] #22 26.46   Installing build dependencies: finished with status 'done'
10:00:54 [2021-04-02T10:00:54.354Z] #22 ...
10:00:54 [2021-04-02T10:00:54.354Z] 
10:00:54 [2021-04-02T10:00:54.354Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:54 [2021-04-02T10:00:54.354Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:00:54 [2021-04-02T10:00:54.354Z] #43 150.0   CC       criu/protobuf-desc.o
10:00:54 [2021-04-02T10:00:54.354Z] #43 151.2   CC       criu/protobuf.o
10:00:54 [2021-04-02T10:00:54.354Z] #43 151.7   CC       criu/pstree.o
10:00:54 [2021-04-02T10:00:54.354Z] #43 153.2   CC       criu/rbtree.o
10:00:54 [2021-04-02T10:00:54.354Z] #43 153.6   CC       criu/rst-malloc.o
10:00:54 [2021-04-02T10:00:54.354Z] #43 153.9   CC       criu/seccomp.o
10:00:54 [2021-04-02T10:00:54.354Z] #43 ...
10:00:54 [2021-04-02T10:00:54.354Z] 
10:00:54 [2021-04-02T10:00:54.354Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
10:00:54 [2021-04-02T10:00:54.354Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
10:00:54 [2021-04-02T10:00:54.354Z] #40 DONE 218.7s
10:00:54 [2021-04-02T10:00:54.354Z] 
10:00:54 [2021-04-02T10:00:54.354Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
10:00:54 [2021-04-02T10:00:54.354Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e
10:00:54 [2021-04-02T10:00:54.354Z] #22 5.827 Collecting yamllint==1.16.0
10:00:54 [2021-04-02T10:00:54.967Z] #56 199.7 + bin/containerd
10:00:55 [2021-04-02T10:00:55.244Z] #43 161.3   LINK     lib/c/built-in.o
10:00:55 [2021-04-02T10:00:55.244Z] #43 161.3   LINK     lib/c/libcriu.so
10:00:55 [2021-04-02T10:00:55.244Z] #43 161.3   LINK     lib/c/libcriu.a
10:00:55 [2021-04-02T10:00:55.244Z] #43 161.4   GEN      magic.py
10:00:55 [2021-04-02T10:00:55.244Z] #43 161.5 Note: Building without setproctitle() and strlcpy() support.
10:00:55 [2021-04-02T10:00:55.244Z] #43 161.5       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
10:00:55 [2021-04-02T10:00:55.505Z] #43 161.6 Note: Building without GnuTLS support
10:00:55 [2021-04-02T10:00:55.505Z] #43 161.6 Makefile.config:39: Warn: you have no libnftables installed
10:00:55 [2021-04-02T10:00:55.505Z] #43 161.6 Makefile.config:40: Warn: Building without nftables support
10:00:56 [2021-04-02T10:00:56.077Z] #43 162.2 fatal: not a git repository (or any of the parent directories): .git
10:00:56 [2021-04-02T10:00:56.648Z] #43 162.7 make[1]: Nothing to be done for 'all'.
10:00:57 [2021-04-02T10:00:57.219Z] #43 163.3 make[1]: 'images/built-in.o' is up to date.
10:00:57 [2021-04-02T10:00:57.219Z] #43 163.3 make[1]: 'compel/plugins/std.lib.a' is up to date.
10:00:57 [2021-04-02T10:00:57.219Z] #43 163.3 make[1]: 'compel/plugins/fds.lib.a' is up to date.
10:00:57 [2021-04-02T10:00:57.219Z] #43 163.3 make[1]: 'compel/libcompel.a' is up to date.
10:00:57 [2021-04-02T10:00:57.219Z] #43 163.4 make[1]: 'compel/compel-host-bin' is up to date.
10:00:57 [2021-04-02T10:00:57.219Z] #43 163.4 make[1]: Nothing to be done for 'all'.
10:00:57 [2021-04-02T10:00:57.219Z] #43 163.4 make[1]: 'soccr/libsoccr.a' is up to date.
10:00:57 [2021-04-02T10:00:57.480Z] #43 163.6 make[2]: Nothing to be done for 'all'.
10:00:57 [2021-04-02T10:00:57.480Z] #43 163.6 make[2]: Nothing to be done for 'all'.
10:00:57 [2021-04-02T10:00:57.480Z] #43 163.7 make[2]: Nothing to be done for 'all'.
10:00:57 [2021-04-02T10:00:57.480Z] #43 163.8 make[2]: Nothing to be done for 'all'.
10:00:57 [2021-04-02T10:00:57.620Z] #22 ...
10:00:57 [2021-04-02T10:00:57.620Z] 
10:00:57 [2021-04-02T10:00:57.620Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
10:00:57 [2021-04-02T10:00:57.620Z] #49 sha256:0bae7cee2dfa3128f044e661c9f48315e4a64332bc17c1d8cac5edc975b1099f
10:00:57 [2021-04-02T10:00:57.620Z] #49 222.2 + /build/golangci-lint --version
10:00:57 [2021-04-02T10:00:57.620Z] #49 222.5 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
10:00:57 [2021-04-02T10:00:57.620Z] #49 DONE 222.7s
10:00:57 [2021-04-02T10:00:57.620Z] 
10:00:57 [2021-04-02T10:00:57.620Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:00:57 [2021-04-02T10:00:57.620Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:00:57 [2021-04-02T10:00:57.620Z] #43 154.6   CC       criu/seize.o
10:00:57 [2021-04-02T10:00:57.620Z] #43 155.6   CC       criu/servicefd.o
10:00:57 [2021-04-02T10:00:57.620Z] #43 156.0   CC       criu/shmem.o
10:00:57 [2021-04-02T10:00:57.620Z] #43 157.0   CC       criu/sigframe.o
10:00:57 [2021-04-02T10:00:57.620Z] #43 157.3   CC       criu/signalfd.o
10:00:57 [2021-04-02T10:00:57.620Z] #43 157.6   CC       criu/sk-inet.o
10:00:57 [2021-04-02T10:00:57.742Z] #43 163.8 make[2]: Nothing to be done for 'all'.
10:00:57 [2021-04-02T10:00:57.742Z] #43 163.8 make[2]: Nothing to be done for 'all'.
10:00:57 [2021-04-02T10:00:57.742Z] #43 163.9 make[2]: Nothing to be done for 'all'.
10:00:57 [2021-04-02T10:00:57.742Z] #43 163.9 make[2]: Nothing to be done for 'all'.
10:00:57 [2021-04-02T10:00:57.742Z] #43 164.0   INSTALL  criu/criu
10:00:57 [2021-04-02T10:00:57.875Z] #43 158.6   CC       criu/sk-netlink.o
10:00:58 [2021-04-02T10:00:58.003Z] #43 DONE 164.2s
10:00:58 [2021-04-02T10:00:58.003Z] 
10:00:58 [2021-04-02T10:00:58.003Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
10:00:58 [2021-04-02T10:00:58.003Z] #56 sha256:4a9c3ad24252263367c2ffaf3d85b5b6d19e84875ce9cdc0cf72a9efd04815bd
10:00:58 [2021-04-02T10:00:58.131Z] #43 159.0   CC       criu/sk-packet.o
10:00:58 [2021-04-02T10:00:58.693Z] #43 159.5   CC       criu/sk-queue.o
10:00:58 [2021-04-02T10:00:58.945Z] #56 ...
10:00:58 [2021-04-02T10:00:58.945Z] 
10:00:58 [2021-04-02T10:00:58.945Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
10:00:58 [2021-04-02T10:00:58.945Z] #44 sha256:323aee19ccbf22cb0dd1889c501b03212c06dd1a4d160b243497ce9bf96851fc
10:00:59 [2021-04-02T10:00:59.207Z] #44 DONE 0.1s
10:00:59 [2021-04-02T10:00:59.207Z] 
10:00:59 [2021-04-02T10:00:59.207Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
10:00:59 [2021-04-02T10:00:59.207Z] #46 sha256:fdbf80212a019f89605683ab5228ea72dc87ed3fb9864734234fda052e55e06d
10:00:59 [2021-04-02T10:00:59.207Z] #46 DONE 0.2s
10:00:59 [2021-04-02T10:00:59.207Z] 
10:00:59 [2021-04-02T10:00:59.207Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
10:00:59 [2021-04-02T10:00:59.207Z] #48 sha256:1ffde0c7d0ced0538facb7beb035ff0cfa95639d41e596f2d3cc049afe651c63
10:00:59 [2021-04-02T10:00:59.207Z] #48 DONE 0.1s
10:00:59 [2021-04-02T10:00:59.207Z] 
10:00:59 [2021-04-02T10:00:59.207Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
10:00:59 [2021-04-02T10:00:59.207Z] #50 sha256:44bd5633e0b01540516b630064c2f007aa96fd654cd5290446df79c5d907139d
10:00:59 [2021-04-02T10:00:59.255Z] #43 160.0   CC       criu/sk-tcp.o
10:00:59 [2021-04-02T10:00:59.469Z] #50 DONE 0.1s
10:00:59 [2021-04-02T10:00:59.469Z] 
10:00:59 [2021-04-02T10:00:59.469Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
10:00:59 [2021-04-02T10:00:59.469Z] #52 sha256:1a8fe33c18d52694b1dc2aa626e627f208bf828d9d525d3dfade9ea894b33edd
10:00:59 [2021-04-02T10:00:59.469Z] #52 DONE 0.1s
10:00:59 [2021-04-02T10:00:59.469Z] 
10:00:59 [2021-04-02T10:00:59.469Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
10:00:59 [2021-04-02T10:00:59.469Z] #56 sha256:4a9c3ad24252263367c2ffaf3d85b5b6d19e84875ce9cdc0cf72a9efd04815bd
10:00:59 [2021-04-02T10:00:59.820Z] #43 160.5   CC       criu/sk-unix.o
10:01:00 [2021-04-02T10:01:00.076Z] #43 ...
10:01:00 [2021-04-02T10:01:00.076Z] 
10:01:00 [2021-04-02T10:01:00.076Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
10:01:00 [2021-04-02T10:01:00.076Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e
10:01:00 [2021-04-02T10:01:00.076Z] #22 11.20   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
10:01:00 [2021-04-02T10:01:00.076Z] #22 11.26 Collecting pyyaml (from yamllint==1.16.0)
10:01:00 [2021-04-02T10:01:00.076Z] #22 11.48   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
10:01:00 [2021-04-02T10:01:00.076Z] #22 11.74 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
10:01:00 [2021-04-02T10:01:00.076Z] #22 11.79   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
10:01:00 [2021-04-02T10:01:00.076Z] #22 11.82 Installing collected packages: pyyaml, pathspec, yamllint
10:01:00 [2021-04-02T10:01:00.076Z] #22 12.18 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0
10:01:00 [2021-04-02T10:01:00.076Z] #22 DONE 12.4s
10:01:00 [2021-04-02T10:01:00.248Z] #56 ...
10:01:00 [2021-04-02T10:01:00.248Z] 
10:01:00 [2021-04-02T10:01:00.248Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
10:01:00 [2021-04-02T10:01:00.248Z] #53 sha256:26870261351fc46e6c78254260d52dfef8ff205b7b588e5eae7a47f2444c58d8
10:01:00 [2021-04-02T10:01:00.248Z] #53 126.4 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
10:01:00 [2021-04-02T10:01:00.248Z] #53 127.3 + mkdir -p /build
10:01:00 [2021-04-02T10:01:00.248Z] #53 127.3 + cp runc /build/runc
10:01:00 [2021-04-02T10:01:00.248Z] #53 DONE 127.6s
10:01:00 [2021-04-02T10:01:00.248Z] 
10:01:00 [2021-04-02T10:01:00.248Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
10:01:00 [2021-04-02T10:01:00.248Z] #56 sha256:c47377bf9ef478c8ff98170c37434cbc9be009bc436b6ef68a3096cd95135095
10:01:00 [2021-04-02T10:01:00.332Z] 
10:01:00 [2021-04-02T10:01:00.332Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
10:01:00 [2021-04-02T10:01:00.332Z] #25 sha256:a16bf60101d07763366d9f3261cfca00f9bede7604d4b06cf3ae0d0da29849ea
10:01:00 [2021-04-02T10:01:00.587Z] #25 DONE 0.5s
10:01:00 [2021-04-02T10:01:00.587Z] 
10:01:00 [2021-04-02T10:01:00.587Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
10:01:00 [2021-04-02T10:01:00.587Z] #30 sha256:1e1c7235f79d1c050f0fd2ac1982733c999e1fff3b42e7e1506246595ebcaeec
10:01:00 [2021-04-02T10:01:00.917Z] #22 ...
10:01:00 [2021-04-02T10:01:00.917Z] 
10:01:00 [2021-04-02T10:01:00.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
10:01:00 [2021-04-02T10:01:00.917Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:01:00 [2021-04-02T10:01:00.917Z] #43 132.4   CC       criu/protobuf-desc.o
10:01:00 [2021-04-02T10:01:00.917Z] #43 133.5   CC       criu/protobuf.o
10:01:00 [2021-04-02T10:01:00.917Z] #43 134.0   CC       criu/pstree.o
10:01:00 [2021-04-02T10:01:00.917Z] #43 135.0   CC       criu/rbtree.o
10:01:00 [2021-04-02T10:01:00.917Z] #43 135.4   CC       criu/rst-malloc.o
10:01:00 [2021-04-02T10:01:00.917Z] #43 135.7   CC       criu/seccomp.o
10:01:00 [2021-04-02T10:01:00.917Z] #43 136.4   CC       criu/seize.o
10:01:01 [2021-04-02T10:01:01.179Z] #43 137.3   CC       criu/servicefd.o
10:01:01 [2021-04-02T10:01:01.629Z] #56 ...
10:01:01 [2021-04-02T10:01:01.629Z] 
10:01:01 [2021-04-02T10:01:01.629Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
10:01:01 [2021-04-02T10:01:01.629Z] #54 sha256:e462d264fd878842e368be1d4f1688a167f989805df8a920b257229f4861a4f7
10:01:01 [2021-04-02T10:01:01.753Z] #43 137.8   CC       criu/shmem.o
10:01:01 [2021-04-02T10:01:01.889Z] #54 DONE 0.2s
10:01:01 [2021-04-02T10:01:01.889Z] 
10:01:01 [2021-04-02T10:01:01.889Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
10:01:01 [2021-04-02T10:01:01.889Z] #56 sha256:c47377bf9ef478c8ff98170c37434cbc9be009bc436b6ef68a3096cd95135095
10:01:02 [2021-04-02T10:01:02.717Z] #43 138.7   CC       criu/sigframe.o
10:01:02 [2021-04-02T10:01:02.717Z] #43 138.9   CC       criu/signalfd.o
10:01:03 [2021-04-02T10:01:03.292Z] #43 139.3   CC       criu/sk-inet.o
10:01:03 [2021-04-02T10:01:03.552Z] #43 ...
10:01:03 [2021-04-02T10:01:03.552Z] 
10:01:03 [2021-04-02T10:01:03.552Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
10:01:03 [2021-04-02T10:01:03.552Z] #22 sha256:a35d58ddfb9f3f9629730880f624a4b18b6b1c37fb5307e7765f763de2a47ef6
10:01:03 [2021-04-02T10:01:03.552Z] #22 32.37 Building wheels for collected packages: pyyaml
10:01:03 [2021-04-02T10:01:03.552Z] #22 32.37   Running setup.py bdist_wheel for pyyaml: started
10:01:03 [2021-04-02T10:01:03.552Z] #22 33.66   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
10:01:03 [2021-04-02T10:01:03.552Z] #22 33.67   Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028
10:01:03 [2021-04-02T10:01:03.552Z] #22 33.80 Successfully built pyyaml
10:01:03 [2021-04-02T10:01:03.552Z] #22 33.81 Installing collected packages: pathspec, pyyaml, yamllint
10:01:03 [2021-04-02T10:01:03.552Z] #22 34.12 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0
10:01:03 [2021-04-02T10:01:03.552Z] #22 DONE 35.7s
10:01:03 [2021-04-02T10:01:03.552Z] 
10:01:03 [2021-04-02T10:01:03.552Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
10:01:03 [2021-04-02T10:01:03.552Z] #56 sha256:a402eccf63eb4891fd147fa9de7f26e2df84ca1e0a38bfb7c86d41132284ec10
10:01:03 [2021-04-02T10:01:03.552Z] #56 156.1 + bin/containerd
10:01:03 [2021-04-02T10:01:03.679Z] #56 196.4 + bin/containerd
10:01:05 [2021-04-02T10:01:05.833Z] #30 DONE 5.2s
10:01:05 [2021-04-02T10:01:05.833Z] 
10:01:05 [2021-04-02T10:01:05.833Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:01:05 [2021-04-02T10:01:05.833Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:01:05 [2021-04-02T10:01:05.833Z] #43 162.3   CC       criu/sockets.o
10:01:05 [2021-04-02T10:01:05.833Z] #43 162.9   CC       criu/stats.o
10:01:05 [2021-04-02T10:01:05.833Z] #43 163.2   CC       criu/string.o
10:01:05 [2021-04-02T10:01:05.833Z] #43 163.2   CC       criu/sysctl.o
10:01:05 [2021-04-02T10:01:05.833Z] #43 163.8   CC       criu/sysfs_parse.o
10:01:05 [2021-04-02T10:01:05.833Z] #43 164.1   CC       criu/timens.o
10:01:05 [2021-04-02T10:01:05.833Z] #43 164.3   CC       criu/timerfd.o
10:01:05 [2021-04-02T10:01:05.833Z] #43 164.5   CC       criu/tty.o
10:01:05 [2021-04-02T10:01:05.833Z] #43 165.8   CC       criu/tun.o
10:01:05 [2021-04-02T10:01:05.833Z] #43 166.1   CC       criu/uffd.o
10:01:06 [2021-04-02T10:01:06.406Z] #43 ...
10:01:06 [2021-04-02T10:01:06.406Z] 
10:01:06 [2021-04-02T10:01:06.406Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
10:01:06 [2021-04-02T10:01:06.406Z] #33 sha256:bf7c7e80c1031329b92b39531a489810d8225965ad417b4d2d06eacc096ac607
10:01:06 [2021-04-02T10:01:06.406Z] #33 DONE 0.4s
10:01:06 [2021-04-02T10:01:06.406Z] 
10:01:06 [2021-04-02T10:01:06.406Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:01:06 [2021-04-02T10:01:06.406Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:01:06 [2021-04-02T10:01:06.406Z] #43 167.0   CC       criu/util.o
10:01:06 [2021-04-02T10:01:06.406Z] #43 ...
10:01:06 [2021-04-02T10:01:06.406Z] 
10:01:06 [2021-04-02T10:01:06.406Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
10:01:06 [2021-04-02T10:01:06.406Z] #35 sha256:031bbbfbb1f03479a69070b03a3e808cbedbcdcd7923016844d1fdb4a2fedfe3
10:01:06 [2021-04-02T10:01:06.406Z] #35 DONE 0.1s
10:01:06 [2021-04-02T10:01:06.662Z] 
10:01:06 [2021-04-02T10:01:06.662Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
10:01:06 [2021-04-02T10:01:06.662Z] #38 sha256:0260fca8ba47af8d2fc445cdfba5ba67400e1c7baba3e5014a648e4135771878
10:01:06 [2021-04-02T10:01:06.662Z] #38 DONE 0.1s
10:01:06 [2021-04-02T10:01:06.662Z] 
10:01:06 [2021-04-02T10:01:06.662Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
10:01:06 [2021-04-02T10:01:06.662Z] #41 sha256:61ae67a6f15d8f89b6151087b261b05552ca8a2fec67e015fc81934412d1c659
10:01:07 [2021-04-02T10:01:07.224Z] #41 DONE 0.8s
10:01:07 [2021-04-02T10:01:07.224Z] 
10:01:07 [2021-04-02T10:01:07.224Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:01:07 [2021-04-02T10:01:07.224Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:01:07 [2021-04-02T10:01:07.224Z] #43 168.0   CC       criu/uts_ns.o
10:01:07 [2021-04-02T10:01:07.480Z] #43 168.2   CC       criu/vdso-compat.o
10:01:07 [2021-04-02T10:01:07.480Z] #43 168.4   CC       criu/vdso.o
10:01:08 [2021-04-02T10:01:08.041Z] #43 168.8   LINK     criu/built-in.o
10:01:08 [2021-04-02T10:01:08.041Z] #43 168.9   LINK     criu/criu
10:01:08 [2021-04-02T10:01:08.604Z] #43 169.2   DEP      lib/c/criu.d
10:01:08 [2021-04-02T10:01:08.604Z] #43 169.3   CC       images/rpc.pb-c.o
10:01:08 [2021-04-02T10:01:08.851Z] #56 ...
10:01:08 [2021-04-02T10:01:08.851Z] 
10:01:08 [2021-04-02T10:01:08.851Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
10:01:08 [2021-04-02T10:01:08.851Z] #24 sha256:56d76a99a4c5ef64c89402754c47488b8e5e06ac0c40fe823ee9ff1ca6f405a8
10:01:08 [2021-04-02T10:01:08.851Z] #24 210.6 + return
10:01:08 [2021-04-02T10:01:08.860Z] #43 169.7   CC       lib/c/criu.o
10:01:08 [2021-04-02T10:01:08.968Z] #56 ...
10:01:08 [2021-04-02T10:01:08.968Z] 
10:01:08 [2021-04-02T10:01:08.968Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
10:01:08 [2021-04-02T10:01:08.968Z] #53 sha256:3b007738d7cfc97c8c9663b500363e7bed8dbd69879f11fe31b3c965a033de71
10:01:08 [2021-04-02T10:01:08.968Z] #53 123.6 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
10:01:09 [2021-04-02T10:01:09.114Z] #24 DONE 211.2s
10:01:09 [2021-04-02T10:01:09.114Z] 
10:01:09 [2021-04-02T10:01:09.114Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
10:01:09 [2021-04-02T10:01:09.114Z] #53 sha256:ae094ee008b168a8a15f97a013288dbb8f9078a381c1c12e35ecf269afed3ee7
10:01:09 [2021-04-02T10:01:09.114Z] #53 109.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
10:01:09 [2021-04-02T10:01:09.114Z] #53 111.2 + mkdir -p /build
10:01:09 [2021-04-02T10:01:09.114Z] #53 111.2 + cp runc /build/runc
10:01:09 [2021-04-02T10:01:09.114Z] #53 DONE 111.7s
10:01:09 [2021-04-02T10:01:09.114Z] 
10:01:09 [2021-04-02T10:01:09.114Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:01:09 [2021-04-02T10:01:09.114Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:01:09 [2021-04-02T10:01:09.114Z] #43 140.3   CC       criu/sk-netlink.o
10:01:09 [2021-04-02T10:01:09.114Z] #43 140.8   CC       criu/sk-packet.o
10:01:09 [2021-04-02T10:01:09.114Z] #43 141.3   CC       criu/sk-queue.o
10:01:09 [2021-04-02T10:01:09.114Z] #43 141.8   CC       criu/sk-tcp.o
10:01:09 [2021-04-02T10:01:09.114Z] #43 142.3   CC       criu/sk-unix.o
10:01:09 [2021-04-02T10:01:09.114Z] #43 143.9   CC       criu/sockets.o
10:01:09 [2021-04-02T10:01:09.114Z] #43 144.6   CC       criu/stats.o
10:01:09 [2021-04-02T10:01:09.114Z] #43 144.9   CC       criu/string.o
10:01:09 [2021-04-02T10:01:09.114Z] #43 145.0   CC       criu/sysctl.o
10:01:09 [2021-04-02T10:01:09.377Z] #43 145.6   CC       criu/sysfs_parse.o
10:01:09 [2021-04-02T10:01:09.422Z] #43 170.3   LINK     lib/c/built-in.o
10:01:09 [2021-04-02T10:01:09.539Z] #53 124.5 + mkdir -p /build
10:01:09 [2021-04-02T10:01:09.539Z] #53 124.5 + cp runc /build/runc
10:01:09 [2021-04-02T10:01:09.539Z] #53 DONE 124.7s
10:01:09 [2021-04-02T10:01:09.539Z] 
10:01:09 [2021-04-02T10:01:09.539Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
10:01:09 [2021-04-02T10:01:09.539Z] #56 sha256:4a9c3ad24252263367c2ffaf3d85b5b6d19e84875ce9cdc0cf72a9efd04815bd
10:01:09 [2021-04-02T10:01:09.639Z] #43 145.9   CC       criu/timens.o
10:01:09 [2021-04-02T10:01:09.677Z] #43 170.4   LINK     lib/c/libcriu.so
10:01:09 [2021-04-02T10:01:09.677Z] #43 170.4   LINK     lib/c/libcriu.a
10:01:09 [2021-04-02T10:01:09.677Z] #43 170.5   GEN      magic.py
10:01:09 [2021-04-02T10:01:09.677Z] #43 170.6 Note: Building without setproctitle() and strlcpy() support.
10:01:09 [2021-04-02T10:01:09.677Z] #43 170.6       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
10:01:09 [2021-04-02T10:01:09.933Z] #43 170.6 Note: Building without GnuTLS support
10:01:09 [2021-04-02T10:01:09.933Z] #43 170.6 Makefile.config:39: Warn: you have no libnftables installed
10:01:09 [2021-04-02T10:01:09.933Z] #43 170.6 Makefile.config:40: Warn: Building without nftables support
10:01:10 [2021-04-02T10:01:10.213Z] #43 146.2   CC       criu/timerfd.o
10:01:10 [2021-04-02T10:01:10.476Z] #43 146.5   CC       criu/tty.o
10:01:10 [2021-04-02T10:01:10.494Z] #43 171.3 fatal: not a git repository (or any of the parent directories): .git
10:01:11 [2021-04-02T10:01:11.056Z] #43 171.8 make[1]: Nothing to be done for 'all'.
10:01:11 [2021-04-02T10:01:11.452Z] #56 ...
10:01:11 [2021-04-02T10:01:11.452Z] 
10:01:11 [2021-04-02T10:01:11.452Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
10:01:11 [2021-04-02T10:01:11.452Z] #54 sha256:0561d0a93ce8c4f55cd508b9ed6b23a003613e18d63f8aa643299b86f974f2d8
10:01:11 [2021-04-02T10:01:11.452Z] #54 DONE 0.1s
10:01:11 [2021-04-02T10:01:11.452Z] 
10:01:11 [2021-04-02T10:01:11.452Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
10:01:11 [2021-04-02T10:01:11.452Z] #56 sha256:4a9c3ad24252263367c2ffaf3d85b5b6d19e84875ce9cdc0cf72a9efd04815bd
10:01:11 [2021-04-02T10:01:11.672Z] #43 172.3 make[1]: 'images/built-in.o' is up to date.
10:01:11 [2021-04-02T10:01:11.672Z] #43 172.4 make[1]: 'compel/plugins/std.lib.a' is up to date.
10:01:11 [2021-04-02T10:01:11.672Z] #43 172.4 make[1]: 'compel/plugins/fds.lib.a' is up to date.
10:01:11 [2021-04-02T10:01:11.672Z] #43 172.5 make[1]: 'compel/libcompel.a' is up to date.
10:01:11 [2021-04-02T10:01:11.672Z] #43 172.5 make[1]: 'compel/compel-host-bin' is up to date.
10:01:11 [2021-04-02T10:01:11.672Z] #43 172.5 make[1]: Nothing to be done for 'all'.
10:01:11 [2021-04-02T10:01:11.672Z] #43 172.6 make[1]: 'soccr/libsoccr.a' is up to date.
10:01:11 [2021-04-02T10:01:11.939Z] #43 172.7 make[2]: Nothing to be done for 'all'.
10:01:11 [2021-04-02T10:01:11.939Z] #43 172.7 make[2]: Nothing to be done for 'all'.
10:01:11 [2021-04-02T10:01:11.939Z] #43 172.8 make[2]: Nothing to be done for 'all'.
10:01:11 [2021-04-02T10:01:11.939Z] #43 172.9 make[2]: Nothing to be done for 'all'.
10:01:11 [2021-04-02T10:01:11.942Z] #43 ...
10:01:11 [2021-04-02T10:01:11.942Z] 
10:01:11 [2021-04-02T10:01:11.942Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
10:01:11 [2021-04-02T10:01:11.942Z] #25 sha256:1b2ed8cb4fac3323a60a2d13cef8b40f354bc3f5d1af9b82526f72d48a2088cf
10:01:12 [2021-04-02T10:01:12.196Z] #43 172.9 make[2]: Nothing to be done for 'all'.
10:01:12 [2021-04-02T10:01:12.196Z] #43 172.9 make[2]: Nothing to be done for 'all'.
10:01:12 [2021-04-02T10:01:12.196Z] #43 173.0 make[2]: Nothing to be done for 'all'.
10:01:12 [2021-04-02T10:01:12.196Z] #43 173.0 make[2]: Nothing to be done for 'all'.
10:01:12 [2021-04-02T10:01:12.196Z] #43 173.1   INSTALL  criu/criu
10:01:12 [2021-04-02T10:01:12.654Z] #25 DONE 0.9s
10:01:12 [2021-04-02T10:01:12.654Z] 
10:01:12 [2021-04-02T10:01:12.654Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
10:01:12 [2021-04-02T10:01:12.654Z] #30 sha256:cc44b7f69251d5fbb88b188097c3767f6cddd480185318659c5a18bab56dd37c
10:01:12 [2021-04-02T10:01:12.757Z] #43 DONE 173.4s
10:01:12 [2021-04-02T10:01:12.757Z] 
10:01:12 [2021-04-02T10:01:12.757Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
10:01:12 [2021-04-02T10:01:12.757Z] #53 sha256:cec7fab37d2966e890c99227a73ddee231dbc4eb01dbaf0dd84da2c5950cf509
10:01:14 [2021-04-02T10:01:14.644Z] #53 ...
10:01:14 [2021-04-02T10:01:14.644Z] 
10:01:14 [2021-04-02T10:01:14.644Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
10:01:14 [2021-04-02T10:01:14.644Z] #44 sha256:15a990a03d2f0a80efc645fb5c546dba935748c3a467a3bd7541f3a852a2bd23
10:01:14 [2021-04-02T10:01:14.644Z] #44 DONE 0.1s
10:01:14 [2021-04-02T10:01:14.644Z] 
10:01:14 [2021-04-02T10:01:14.644Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
10:01:14 [2021-04-02T10:01:14.644Z] #53 sha256:cec7fab37d2966e890c99227a73ddee231dbc4eb01dbaf0dd84da2c5950cf509
10:01:14 [2021-04-02T10:01:14.644Z] #53 ...
10:01:14 [2021-04-02T10:01:14.644Z] 
10:01:14 [2021-04-02T10:01:14.644Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
10:01:14 [2021-04-02T10:01:14.644Z] #46 sha256:ede8b8f6d15861db6ac18ac867b053b4fa51d74d568670994e1eb5fa4daaba48
10:01:14 [2021-04-02T10:01:14.899Z] #46 DONE 0.3s
10:01:14 [2021-04-02T10:01:14.899Z] 
10:01:14 [2021-04-02T10:01:14.899Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
10:01:14 [2021-04-02T10:01:14.899Z] #53 sha256:cec7fab37d2966e890c99227a73ddee231dbc4eb01dbaf0dd84da2c5950cf509
10:01:14 [2021-04-02T10:01:14.899Z] #53 ...
10:01:14 [2021-04-02T10:01:14.899Z] 
10:01:14 [2021-04-02T10:01:14.899Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
10:01:14 [2021-04-02T10:01:14.899Z] #48 sha256:d71ea1f638855253729136ad1f21f5e9883d1b2c028dc8889524faff906845a9
10:01:14 [2021-04-02T10:01:14.899Z] #48 DONE 0.1s
10:01:14 [2021-04-02T10:01:14.899Z] 
10:01:14 [2021-04-02T10:01:14.899Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
10:01:14 [2021-04-02T10:01:14.899Z] #50 sha256:38776b962ce7140f2ef4a4106466606620529c813c4ab05e3e5ccbcbf912ad5f
10:01:15 [2021-04-02T10:01:15.461Z] #50 DONE 0.6s
10:01:15 [2021-04-02T10:01:15.461Z] 
10:01:15 [2021-04-02T10:01:15.461Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
10:01:15 [2021-04-02T10:01:15.461Z] #52 sha256:7c6da39e9c8dfeb388fcaab8ddcd8ebb7328386fde1116ac7dda9aeca5845b4b
10:01:15 [2021-04-02T10:01:15.461Z] #52 DONE 0.1s
10:01:15 [2021-04-02T10:01:15.461Z] 
10:01:15 [2021-04-02T10:01:15.461Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
10:01:15 [2021-04-02T10:01:15.461Z] #53 sha256:cec7fab37d2966e890c99227a73ddee231dbc4eb01dbaf0dd84da2c5950cf509
10:01:17 [2021-04-02T10:01:17.953Z] #30 ...
10:01:17 [2021-04-02T10:01:17.953Z] 
10:01:17 [2021-04-02T10:01:17.953Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
10:01:17 [2021-04-02T10:01:17.953Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:01:17 [2021-04-02T10:01:17.953Z] #43 148.2   CC       criu/tun.o
10:01:17 [2021-04-02T10:01:17.953Z] #43 148.6   CC       criu/uffd.o
10:01:17 [2021-04-02T10:01:17.953Z] #43 149.8   CC       criu/util.o
10:01:17 [2021-04-02T10:01:17.953Z] #43 151.0   CC       criu/uts_ns.o
10:01:17 [2021-04-02T10:01:17.953Z] #43 151.2   CC       criu/vdso.o
10:01:17 [2021-04-02T10:01:17.953Z] #43 151.7   LINK     criu/built-in.o
10:01:17 [2021-04-02T10:01:17.953Z] #43 151.8   LINK     criu/criu
10:01:17 [2021-04-02T10:01:17.953Z] #43 152.2   DEP      lib/c/criu.d
10:01:17 [2021-04-02T10:01:17.953Z] #43 152.2   CC       images/rpc.pb-c.o
10:01:17 [2021-04-02T10:01:17.953Z] #43 152.8   CC       lib/c/criu.o
10:01:17 [2021-04-02T10:01:17.953Z] #43 153.8   LINK     lib/c/built-in.o
10:01:17 [2021-04-02T10:01:17.953Z] #43 153.9   LINK     lib/c/libcriu.so
10:01:17 [2021-04-02T10:01:17.953Z] #43 153.9   LINK     lib/c/libcriu.a
10:01:17 [2021-04-02T10:01:17.953Z] #43 154.0   GEN      magic.py
10:01:18 [2021-04-02T10:01:18.215Z] #43 154.2 Note: Building without setproctitle() and strlcpy() support.
10:01:18 [2021-04-02T10:01:18.215Z] #43 154.2       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
10:01:18 [2021-04-02T10:01:18.215Z] #43 154.2 Note: Building without GnuTLS support
10:01:18 [2021-04-02T10:01:18.215Z] #43 154.2 Makefile.config:39: Warn: you have no libnftables installed
10:01:18 [2021-04-02T10:01:18.215Z] #43 154.2 Makefile.config:40: Warn: Building without nftables support
10:01:18 [2021-04-02T10:01:18.789Z] #43 155.0 fatal: not a git repository (or any of the parent directories): .git
10:01:19 [2021-04-02T10:01:19.737Z] #43 155.8 make[1]: Nothing to be done for 'all'.
10:01:20 [2021-04-02T10:01:20.682Z] #43 156.6 make[1]: 'images/built-in.o' is up to date.
10:01:20 [2021-04-02T10:01:20.682Z] #43 156.7 make[1]: 'compel/plugins/std.lib.a' is up to date.
10:01:20 [2021-04-02T10:01:20.682Z] #43 156.7 make[1]: 'compel/plugins/fds.lib.a' is up to date.
10:01:20 [2021-04-02T10:01:20.682Z] #43 156.8 make[1]: 'compel/libcompel.a' is up to date.
10:01:20 [2021-04-02T10:01:20.682Z] #43 156.9 make[1]: 'compel/compel-host-bin' is up to date.
10:01:20 [2021-04-02T10:01:20.682Z] #43 156.9 make[1]: Nothing to be done for 'all'.
10:01:20 [2021-04-02T10:01:20.682Z] #43 157.0 make[1]: 'soccr/libsoccr.a' is up to date.
10:01:20 [2021-04-02T10:01:20.702Z] #53 ...
10:01:20 [2021-04-02T10:01:20.702Z] 
10:01:20 [2021-04-02T10:01:20.702Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
10:01:20 [2021-04-02T10:01:20.702Z] #56 sha256:9f213b49194739a247a0d0956cff315c9c6f6a835c3d59f39fd46868d884f4ed
10:01:20 [2021-04-02T10:01:20.702Z] #56 203.6 + bin/containerd
10:01:20 [2021-04-02T10:01:20.945Z] #43 157.2 make[2]: Nothing to be done for 'all'.
10:01:21 [2021-04-02T10:01:21.207Z] #43 157.3 make[2]: Nothing to be done for 'all'.
10:01:21 [2021-04-02T10:01:21.207Z] #43 157.3 make[2]: Nothing to be done for 'all'.
10:01:21 [2021-04-02T10:01:21.207Z] #43 157.4 make[2]: Nothing to be done for 'all'.
10:01:21 [2021-04-02T10:01:21.207Z] #43 157.5 make[2]: Nothing to be done for 'all'.
10:01:21 [2021-04-02T10:01:21.469Z] #43 157.5 make[2]: Nothing to be done for 'all'.
10:01:21 [2021-04-02T10:01:21.469Z] #43 157.6 make[2]: Nothing to be done for 'all'.
10:01:21 [2021-04-02T10:01:21.732Z] #43 157.7 make[2]: Nothing to be done for 'all'.
10:01:21 [2021-04-02T10:01:21.732Z] #43 157.7   INSTALL  criu/criu
10:01:21 [2021-04-02T10:01:21.995Z] #43 DONE 158.0s
10:01:21 [2021-04-02T10:01:21.995Z] 
10:01:21 [2021-04-02T10:01:21.995Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
10:01:21 [2021-04-02T10:01:21.995Z] #30 sha256:cc44b7f69251d5fbb88b188097c3767f6cddd480185318659c5a18bab56dd37c
10:01:21 [2021-04-02T10:01:21.995Z] #30 DONE 9.3s
10:01:21 [2021-04-02T10:01:21.995Z] 
10:01:21 [2021-04-02T10:01:21.995Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
10:01:21 [2021-04-02T10:01:21.995Z] #33 sha256:4fa757663f04deecbbe78e981e062a15691922e8f73aa1632e24c3b9984ade02
10:01:22 [2021-04-02T10:01:22.571Z] #33 DONE 0.8s
10:01:22 [2021-04-02T10:01:22.571Z] 
10:01:22 [2021-04-02T10:01:22.571Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
10:01:22 [2021-04-02T10:01:22.571Z] #35 sha256:a7e6da109f29867ee6b6dcb42ce86a40ed143b13351393393fe445126eb760c3
10:01:23 [2021-04-02T10:01:23.143Z] #35 DONE 0.3s
10:01:23 [2021-04-02T10:01:23.143Z] 
10:01:23 [2021-04-02T10:01:23.143Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
10:01:23 [2021-04-02T10:01:23.143Z] #38 sha256:70d360944e996c23c142ccaf4948be50e05058bd9dff763194ba8b0616d4e35e
10:01:23 [2021-04-02T10:01:23.143Z] #38 DONE 0.1s
10:01:23 [2021-04-02T10:01:23.143Z] 
10:01:23 [2021-04-02T10:01:23.143Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
10:01:23 [2021-04-02T10:01:23.143Z] #41 sha256:93fbfc2a2ce30e38218bc3513f3bc5855209c91f7c2a380e48e026f2512ad5f3
10:01:24 [2021-04-02T10:01:24.091Z] #41 DONE 0.7s
10:01:24 [2021-04-02T10:01:24.091Z] 
10:01:24 [2021-04-02T10:01:24.091Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
10:01:24 [2021-04-02T10:01:24.091Z] #44 sha256:41e74bdaaf615a0f7ae26a001b353d972702bce38eb91a526b61db1c418465ad
10:01:24 [2021-04-02T10:01:24.091Z] #44 DONE 0.2s
10:01:24 [2021-04-02T10:01:24.091Z] 
10:01:24 [2021-04-02T10:01:24.091Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
10:01:24 [2021-04-02T10:01:24.091Z] #46 sha256:677c54c497a92e296e14dcd4437966780a41a91df3b46ea42471e466993b68aa
10:01:24 [2021-04-02T10:01:24.664Z] #46 DONE 0.6s
10:01:24 [2021-04-02T10:01:24.664Z] 
10:01:24 [2021-04-02T10:01:24.664Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
10:01:24 [2021-04-02T10:01:24.664Z] #56 sha256:a402eccf63eb4891fd147fa9de7f26e2df84ca1e0a38bfb7c86d41132284ec10
10:01:24 [2021-04-02T10:01:24.664Z] #56 ...
10:01:24 [2021-04-02T10:01:24.664Z] 
10:01:24 [2021-04-02T10:01:24.664Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
10:01:24 [2021-04-02T10:01:24.664Z] #48 sha256:0658fad204e302d2fc8d663f00a0cd2b2086c16403289386c22d7b2f66f57939
10:01:24 [2021-04-02T10:01:24.664Z] #48 DONE 0.1s
10:01:24 [2021-04-02T10:01:24.926Z] 
10:01:24 [2021-04-02T10:01:24.926Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
10:01:24 [2021-04-02T10:01:24.926Z] #50 sha256:0eca420f5bae519b7ea325b8d48953b06d74ddd61c6c90391394dcca5f74247f
10:01:25 [2021-04-02T10:01:25.875Z] #50 DONE 0.9s
10:01:25 [2021-04-02T10:01:25.875Z] 
10:01:25 [2021-04-02T10:01:25.875Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
10:01:25 [2021-04-02T10:01:25.875Z] #52 sha256:00959a807c719a9d2daadeb09fe15f3b16a63a4c414d0e7e46eb3305a77b28b0
10:01:25 [2021-04-02T10:01:25.875Z] #52 DONE 0.1s
10:01:25 [2021-04-02T10:01:25.875Z] 
10:01:25 [2021-04-02T10:01:25.875Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
10:01:25 [2021-04-02T10:01:25.875Z] #56 sha256:a402eccf63eb4891fd147fa9de7f26e2df84ca1e0a38bfb7c86d41132284ec10
10:01:25 [2021-04-02T10:01:25.875Z] #56 ...
10:01:25 [2021-04-02T10:01:25.875Z] 
10:01:25 [2021-04-02T10:01:25.875Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
10:01:25 [2021-04-02T10:01:25.875Z] #54 sha256:e78bf97f6a0b507bc02a73c30d028242a4f633fb5fc42c50d34c137c999f60ea
10:01:25 [2021-04-02T10:01:25.943Z] #56 ...
10:01:25 [2021-04-02T10:01:25.943Z] 
10:01:25 [2021-04-02T10:01:25.943Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
10:01:25 [2021-04-02T10:01:25.943Z] #53 sha256:cec7fab37d2966e890c99227a73ddee231dbc4eb01dbaf0dd84da2c5950cf509
10:01:25 [2021-04-02T10:01:25.943Z] #53 126.3 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
10:01:26 [2021-04-02T10:01:26.449Z] #54 DONE 0.6s
10:01:26 [2021-04-02T10:01:26.449Z] 
10:01:26 [2021-04-02T10:01:26.449Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
10:01:26 [2021-04-02T10:01:26.449Z] #56 sha256:a402eccf63eb4891fd147fa9de7f26e2df84ca1e0a38bfb7c86d41132284ec10
10:01:26 [2021-04-02T10:01:26.870Z] #53 127.3 + mkdir -p /build
10:01:26 [2021-04-02T10:01:26.870Z] #53 127.3 + cp runc /build/runc
10:01:27 [2021-04-02T10:01:27.432Z] #53 DONE 127.9s
10:01:27 [2021-04-02T10:01:27.432Z] 
10:01:27 [2021-04-02T10:01:27.432Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
10:01:27 [2021-04-02T10:01:27.432Z] #56 sha256:9f213b49194739a247a0d0956cff315c9c6f6a835c3d59f39fd46868d884f4ed
10:01:28 [2021-04-02T10:01:28.451Z] #56 230.8 + bin/containerd-stress
10:01:28 [2021-04-02T10:01:28.451Z] #56 232.9 + bin/containerd-shim
10:01:28 [2021-04-02T10:01:28.798Z] #56 ...
10:01:28 [2021-04-02T10:01:28.798Z] 
10:01:28 [2021-04-02T10:01:28.798Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
10:01:28 [2021-04-02T10:01:28.798Z] #54 sha256:c3921cf2ca744243810b994e5d2224f367a3c68fefb2fa25a13c1a633020a4e2
10:01:29 [2021-04-02T10:01:29.054Z] #54 DONE 0.3s
10:01:29 [2021-04-02T10:01:29.054Z] 
10:01:29 [2021-04-02T10:01:29.054Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
10:01:29 [2021-04-02T10:01:29.054Z] #56 sha256:9f213b49194739a247a0d0956cff315c9c6f6a835c3d59f39fd46868d884f4ed
10:01:35 [2021-04-02T10:01:35.023Z] #56 239.7 + bin/containerd-shim-runc-v1
10:01:38 [2021-04-02T10:01:38.034Z] #56 227.6 + bin/containerd-stress
10:01:38 [2021-04-02T10:01:38.035Z] #56 229.5 + bin/containerd-shim
10:01:39 [2021-04-02T10:01:39.221Z] #56 244.1 + bin/containerd-shim-runc-v2
10:01:39 [2021-04-02T10:01:39.789Z] #56 245.1 + binaries
10:01:39 [2021-04-02T10:01:39.789Z] #56 245.1 + install -D bin/containerd /build/containerd
10:01:39 [2021-04-02T10:01:39.789Z] #56 245.1 + install -D bin/containerd-shim /build/containerd-shim
10:01:39 [2021-04-02T10:01:39.789Z] #56 245.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
10:01:39 [2021-04-02T10:01:39.789Z] #56 245.1 + install -D bin/ctr /build/ctr
10:01:41 [2021-04-02T10:01:41.692Z] #56 DONE 246.9s
10:01:42 [2021-04-02T10:01:42.259Z] 
10:01:42 [2021-04-02T10:01:42.259Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
10:01:42 [2021-04-02T10:01:42.259Z] #57 sha256:ea43698959b026a0834506215dbb71847f9de8478eb8f610e13a3f6a5ad3fd93
10:01:43 [2021-04-02T10:01:43.200Z] #57 DONE 0.9s
10:01:43 [2021-04-02T10:01:43.200Z] 
10:01:43 [2021-04-02T10:01:43.200Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
10:01:43 [2021-04-02T10:01:43.200Z] #61 sha256:81461ff20376bce71419ed3b5022cc7100e9cd0a8e26b00e504d589712e3eddd
10:01:43 [2021-04-02T10:01:43.324Z] #56 236.1 + bin/containerd-shim-runc-v1
10:01:43 [2021-04-02T10:01:43.458Z] #61 DONE 0.2s
10:01:43 [2021-04-02T10:01:43.458Z] 
10:01:43 [2021-04-02T10:01:43.458Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
10:01:43 [2021-04-02T10:01:43.458Z] #66 sha256:b4e2a7a20e32bbd4aab6915281c4b9f1837ce553a61db1e29ca2cd9a99ca52b1
10:01:44 [2021-04-02T10:01:44.399Z] #66 DONE 0.8s
10:01:44 [2021-04-02T10:01:44.399Z] 
10:01:44 [2021-04-02T10:01:44.399Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
10:01:44 [2021-04-02T10:01:44.399Z] #68 sha256:9d7488f15a6098ecfa236778cab5f6740b05edc70a070435bfb45f27921d23dd
10:01:44 [2021-04-02T10:01:44.399Z] #68 DONE 0.0s
10:01:44 [2021-04-02T10:01:44.399Z] 
10:01:44 [2021-04-02T10:01:44.399Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
10:01:44 [2021-04-02T10:01:44.399Z] #69 sha256:48f1a145007633bf309db837fff192e3ec7d635066fdd83d8400f839197aa034
10:01:44 [2021-04-02T10:01:44.399Z] #69 DONE 0.0s
10:01:44 [2021-04-02T10:01:44.399Z] 
10:01:44 [2021-04-02T10:01:44.399Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker
10:01:44 [2021-04-02T10:01:44.399Z] #70 sha256:85e088260e6450d52fd3e59a93f3a039e53d22773e2e5dc2be7ef3200071ed04
10:01:44 [2021-04-02T10:01:44.562Z] #56 195.2 + bin/containerd-stress
10:01:44 [2021-04-02T10:01:44.967Z] #70 DONE 0.7s
10:01:44 [2021-04-02T10:01:44.967Z] 
10:01:44 [2021-04-02T10:01:44.967Z] #71 exporting to image
10:01:44 [2021-04-02T10:01:44.967Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
10:01:44 [2021-04-02T10:01:44.967Z] #71 exporting layers
10:01:45 [2021-04-02T10:01:45.945Z] #56 198.4 + bin/containerd-shim
10:01:47 [2021-04-02T10:01:47.528Z] #56 240.5 + bin/containerd-shim-runc-v2
10:01:48 [2021-04-02T10:01:48.469Z] #56 241.4 + binaries
10:01:48 [2021-04-02T10:01:48.469Z] #56 241.4 + install -D bin/containerd /build/containerd
10:01:48 [2021-04-02T10:01:48.469Z] #56 241.5 + install -D bin/containerd-shim /build/containerd-shim
10:01:48 [2021-04-02T10:01:48.469Z] #56 241.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
10:01:48 [2021-04-02T10:01:48.469Z] #56 241.5 + install -D bin/ctr /build/ctr
10:01:50 [2021-04-02T10:01:50.380Z] #56 DONE 243.3s
10:01:51 [2021-04-02T10:01:51.321Z] 
10:01:51 [2021-04-02T10:01:51.321Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
10:01:51 [2021-04-02T10:01:51.321Z] #57 sha256:d8e0e751f62abc1cf1cbef39c82cbc27ec1a82d1585476cb3e9615378d02816c
10:01:51 [2021-04-02T10:01:51.926Z] #57 DONE 0.9s
10:01:51 [2021-04-02T10:01:51.926Z] 
10:01:51 [2021-04-02T10:01:51.926Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
10:01:51 [2021-04-02T10:01:51.926Z] #61 sha256:2f1d397bee970671349ddc20b58142fc1a481fd5e21f648eea07220b774aec21
10:01:52 [2021-04-02T10:01:52.199Z] #61 DONE 0.2s
10:01:52 [2021-04-02T10:01:52.199Z] 
10:01:52 [2021-04-02T10:01:52.199Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
10:01:52 [2021-04-02T10:01:52.199Z] #66 sha256:dd0bbd8f757a3e628793efa28546bab19b1506225ecb80862d8511b9e19e9e65
10:01:52 [2021-04-02T10:01:52.538Z] #56 204.2 + bin/containerd-shim-runc-v1
10:01:53 [2021-04-02T10:01:53.087Z] #71 exporting layers 6.9s done
10:01:53 [2021-04-02T10:01:53.087Z] #71 writing image sha256:97a6f9f2a7368994d314d15606698ec3123ceb467c9deaa060d53c94acb9fa44 done
10:01:53 [2021-04-02T10:01:53.087Z] #71 naming to docker.io/library/docker:7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 done
10:01:53 [2021-04-02T10:01:53.087Z] #71 DONE 6.9s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
10:01:53 [2021-04-02T10:01:53.172Z] #66 DONE 0.9s
10:01:53 [2021-04-02T10:01:53.172Z] 
10:01:53 [2021-04-02T10:01:53.172Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
10:01:53 [2021-04-02T10:01:53.172Z] #68 sha256:8fdbe7bac028be4edf760dca90b553052582a74489dedd6a90c6dea2e5dee01b
10:01:53 [2021-04-02T10:01:53.172Z] #68 DONE 0.0s
10:01:53 [2021-04-02T10:01:53.172Z] 
10:01:53 [2021-04-02T10:01:53.172Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
10:01:53 [2021-04-02T10:01:53.172Z] #69 sha256:33bfe84a128095ca29e233ab8056242df101bba9b55ddeba1f612f341b0ff2e4
10:01:53 [2021-04-02T10:01:53.172Z] #69 DONE 0.0s
10:01:53 [2021-04-02T10:01:53.172Z] 
10:01:53 [2021-04-02T10:01:53.172Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker
10:01:53 [2021-04-02T10:01:53.172Z] #70 sha256:a7d24923ef8d2b6d0211555e6caf39d1d26636f4919553bc87151cd36a0ea9fb
10:01:53 [2021-04-02T10:01:53.436Z] + trap exit INT TERM
10:01:53 [2021-04-02T10:01:53.436Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
10:01:53 [2021-04-02T10:01:53.436Z] + CONTAINER_NAME=docker-pr6
10:01:53 [2021-04-02T10:01:53.436Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42182/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42182/.git:/go/src/github.com/docker/docker/.git --name docker-pr6-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 -e DOCKER_GRAPHDRIVER docker:7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 hack/make.sh dynbinary-daemon
10:01:54 [2021-04-02T10:01:54.114Z] #70 DONE 0.8s
10:01:54 [2021-04-02T10:01:54.114Z] 
10:01:54 [2021-04-02T10:01:54.114Z] #71 exporting to image
10:01:54 [2021-04-02T10:01:54.114Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
10:01:54 [2021-04-02T10:01:54.114Z] #71 exporting layers
10:01:54 [2021-04-02T10:01:54.179Z] 4612f6d0b889: Pull complete
10:01:54 [2021-04-02T10:01:54.375Z] 
10:01:54 [2021-04-02T10:01:54.375Z] Removing bundles/
10:01:54 [2021-04-02T10:01:54.375Z] 
10:01:54 [2021-04-02T10:01:54.375Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
10:01:54 [2021-04-02T10:01:54.635Z] Building: bundles/dynbinary-daemon/dockerd-dev
10:01:54 [2021-04-02T10:01:54.635Z] GOOS="" GOARCH="" GOARM=""
10:01:55 [2021-04-02T10:01:55.560Z] #56 235.1 + bin/containerd-stress
10:01:55 [2021-04-02T10:01:55.560Z] #56 237.2 + bin/containerd-shim
10:01:55 [2021-04-02T10:01:55.845Z] #56 208.2 + bin/containerd-shim-runc-v2
10:01:57 [2021-04-02T10:01:57.229Z] #56 209.4 + binaries
10:01:57 [2021-04-02T10:01:57.229Z] #56 209.4 + install -D bin/containerd /build/containerd
10:01:57 [2021-04-02T10:01:57.229Z] #56 209.5 + install -D bin/containerd-shim /build/containerd-shim
10:01:57 [2021-04-02T10:01:57.229Z] #56 209.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
10:01:57 [2021-04-02T10:01:57.229Z] #56 209.6 + install -D bin/ctr /build/ctr
10:02:00 [2021-04-02T10:02:00.525Z] #56 DONE 212.7s
10:02:00 [2021-04-02T10:02:00.696Z] #71 exporting layers 6.7s done
10:02:00 [2021-04-02T10:02:00.696Z] #71 writing image sha256:ad7f0d39d3f8c64fcd0cf57db38ae82360f602fcb7eeecf8dbe6a224492ba350 done
10:02:00 [2021-04-02T10:02:00.696Z] #71 naming to docker.io/library/docker:7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 done
10:02:00 [2021-04-02T10:02:00.696Z] #71 DONE 6.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
10:02:01 [2021-04-02T10:02:01.054Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42182/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 -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:7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 hack/make.sh dynbinary test-integration
10:02:01 [2021-04-02T10:02:01.466Z] 
10:02:01 [2021-04-02T10:02:01.466Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
10:02:01 [2021-04-02T10:02:01.466Z] #57 sha256:a92bc48a8f02a34ae65169186d24e8053db9edc83f99a6f93843448fefca24e6
10:02:01 [2021-04-02T10:02:01.995Z] 
10:02:01 [2021-04-02T10:02:01.995Z] Removing bundles/
10:02:01 [2021-04-02T10:02:01.995Z] 
10:02:01 [2021-04-02T10:02:01.995Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
10:02:01 [2021-04-02T10:02:01.995Z] Building: bundles/dynbinary-daemon/dockerd-dev
10:02:01 [2021-04-02T10:02:01.995Z] GOOS="" GOARCH="" GOARM=""
10:02:02 [2021-04-02T10:02:02.096Z] #56 244.0 + bin/containerd-shim-runc-v1
10:02:03 [2021-04-02T10:02:03.375Z] #57 DONE 1.7s
10:02:03 [2021-04-02T10:02:03.375Z] 
10:02:03 [2021-04-02T10:02:03.375Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
10:02:03 [2021-04-02T10:02:03.375Z] #61 sha256:4b7cca0dec101149a90310b6eb57a5aa26654271ac0eefa72b675695989b352b
10:02:03 [2021-04-02T10:02:03.636Z] #61 DONE 0.4s
10:02:03 [2021-04-02T10:02:03.636Z] 
10:02:03 [2021-04-02T10:02:03.636Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
10:02:03 [2021-04-02T10:02:03.636Z] #66 sha256:9dd2f7c976b97142422be0ce547ab2314da6fb5043cc29a4236ef5b17670e29d
10:02:05 [2021-04-02T10:02:05.545Z] #66 DONE 1.9s
10:02:05 [2021-04-02T10:02:05.545Z] 
10:02:05 [2021-04-02T10:02:05.545Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
10:02:05 [2021-04-02T10:02:05.545Z] #68 sha256:af8dd1a0b47a7e88b94de82c7ef4642fd52e0f93afd4af1a5912d3faf1c4e541
10:02:05 [2021-04-02T10:02:05.545Z] #68 DONE 0.1s
10:02:05 [2021-04-02T10:02:05.545Z] 
10:02:05 [2021-04-02T10:02:05.545Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
10:02:05 [2021-04-02T10:02:05.545Z] #69 sha256:115768c4ddf788f6e3cd1a156ae073cbe83bc83d9cf050e082f204d4e0301116
10:02:05 [2021-04-02T10:02:05.545Z] #69 DONE 0.0s
10:02:05 [2021-04-02T10:02:05.805Z] 
10:02:05 [2021-04-02T10:02:05.805Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker
10:02:05 [2021-04-02T10:02:05.805Z] #70 sha256:3a954e0006ce157ed9a8c7c0e7b554f95cccc8b367136d4bd1b2525af8b2ab75
10:02:06 [2021-04-02T10:02:06.264Z] #56 248.5 + bin/containerd-shim-runc-v2
10:02:06 [2021-04-02T10:02:06.520Z] #56 249.5 + binaries
10:02:06 [2021-04-02T10:02:06.520Z] #56 249.5 + install -D bin/containerd /build/containerd
10:02:06 [2021-04-02T10:02:06.520Z] #56 249.5 + install -D bin/containerd-shim /build/containerd-shim
10:02:06 [2021-04-02T10:02:06.520Z] #56 249.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
10:02:06 [2021-04-02T10:02:06.520Z] #56 249.5 + install -D bin/ctr /build/ctr
10:02:07 [2021-04-02T10:02:07.717Z] #70 DONE 2.0s
10:02:07 [2021-04-02T10:02:07.717Z] 
10:02:07 [2021-04-02T10:02:07.717Z] #71 exporting to image
10:02:07 [2021-04-02T10:02:07.717Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
10:02:07 [2021-04-02T10:02:07.717Z] #71 exporting layers
10:02:08 [2021-04-02T10:02:08.411Z] #56 DONE 251.0s
10:02:08 [2021-04-02T10:02:08.972Z] 
10:02:08 [2021-04-02T10:02:08.972Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
10:02:08 [2021-04-02T10:02:08.972Z] #57 sha256:8617fd4d86b32b6c8039645eb07c725a3de7444b3e9ddbab3cbe72e97a9b9d3a
10:02:10 [2021-04-02T10:02:10.340Z] #57 DONE 1.0s
10:02:10 [2021-04-02T10:02:10.340Z] 
10:02:10 [2021-04-02T10:02:10.340Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
10:02:10 [2021-04-02T10:02:10.340Z] #61 sha256:276d5f0cbf89d16c00d5c0be739df7a957dee4930ef82e4e8e26cb31a0df4e38
10:02:10 [2021-04-02T10:02:10.340Z] #61 DONE 0.3s
10:02:10 [2021-04-02T10:02:10.340Z] 
10:02:10 [2021-04-02T10:02:10.340Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
10:02:10 [2021-04-02T10:02:10.340Z] #66 sha256:5b1247f997a1f6549b7d027949e9e5fca9964d21fad7013237bc30a44b366737
10:02:11 [2021-04-02T10:02:11.265Z] #66 DONE 1.0s
10:02:11 [2021-04-02T10:02:11.265Z] 
10:02:11 [2021-04-02T10:02:11.265Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
10:02:11 [2021-04-02T10:02:11.265Z] #68 sha256:25d538db4506c4d795205207917697a6f8d8e263ca8f0a977301d65c36a727f8
10:02:11 [2021-04-02T10:02:11.265Z] #68 DONE 0.1s
10:02:11 [2021-04-02T10:02:11.265Z] 
10:02:11 [2021-04-02T10:02:11.265Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
10:02:11 [2021-04-02T10:02:11.265Z] #69 sha256:0ce6f1811dbb2c4e3055420fdf80a5a269eadde76d160d90c20f09f82be9540c
10:02:11 [2021-04-02T10:02:11.265Z] #69 DONE 0.0s
10:02:11 [2021-04-02T10:02:11.265Z] 
10:02:11 [2021-04-02T10:02:11.265Z] #70 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             dbus             dbus-user-session             systemd             systemd-sysv
10:02:11 [2021-04-02T10:02:11.265Z] #70 sha256:4606f0f374622f9a67780581783042868d19b49c7063292168d860f30f76943a
10:02:11 [2021-04-02T10:02:11.924Z] #71 exporting layers 4.0s done
10:02:11 [2021-04-02T10:02:11.924Z] #71 writing image sha256:2388b0ce724ec18114a511f49fb308e9346bc74fa39adb679cdb83a21a3463b6 done
10:02:11 [2021-04-02T10:02:11.924Z] #71 naming to docker.io/library/docker:7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 done
10:02:11 [2021-04-02T10:02:11.924Z] #71 DONE 4.0s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
10:02:12 [2021-04-02T10:02:12.192Z] #70 0.696 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease
10:02:12 [2021-04-02T10:02:12.192Z] #70 0.696 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
10:02:12 [2021-04-02T10:02:12.192Z] #70 0.696 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
10:02:12 [2021-04-02T10:02:12.192Z] #70 0.696 Hit:4 http://deb.debian.org/debian buster-backports InRelease
10:02:12 [2021-04-02T10:02:12.264Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42182/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 hack/test/unit
10:02:13 [2021-04-02T10:02:13.008Z] #70 1.050 Reading package lists...
10:02:13 [2021-04-02T10:02:13.826Z] #70 1.690 Reading package lists...
10:02:13 [2021-04-02T10:02:13.826Z] #70 2.328 Building dependency tree...
10:02:13 [2021-04-02T10:02:13.826Z] #70 2.452 Reading state information...
10:02:13 [2021-04-02T10:02:13.826Z] #70 2.555 The following additional packages will be installed:
10:02:14 [2021-04-02T10:02:14.081Z] #70 2.556   libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2
10:02:14 [2021-04-02T10:02:14.081Z] #70 2.556   libpam-systemd
10:02:14 [2021-04-02T10:02:14.081Z] #70 2.557 Suggested packages:
10:02:14 [2021-04-02T10:02:14.081Z] #70 2.557   systemd-container policykit-1
10:02:14 [2021-04-02T10:02:14.081Z] #70 2.557 Recommended packages:
10:02:14 [2021-04-02T10:02:14.081Z] #70 2.557   libnss-systemd
10:02:14 [2021-04-02T10:02:14.081Z] #70 2.638 The following NEW packages will be installed:
10:02:14 [2021-04-02T10:02:14.081Z] #70 2.638   dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11
10:02:14 [2021-04-02T10:02:14.081Z] #70 2.639   libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv
10:02:14 [2021-04-02T10:02:14.337Z] #70 2.904 0 upgraded, 11 newly installed, 0 to remove and 27 not upgraded.
10:02:14 [2021-04-02T10:02:14.337Z] #70 2.904 Need to get 4762 kB of archives.
10:02:14 [2021-04-02T10:02:14.337Z] #70 2.904 After this operation, 16.6 MB of additional disk space will be used.
10:02:14 [2021-04-02T10:02:14.337Z] #70 2.904 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
10:02:14 [2021-04-02T10:02:14.337Z] #70 2.972 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB]
10:02:14 [2021-04-02T10:02:14.337Z] #70 3.006 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB]
10:02:14 [2021-04-02T10:02:14.337Z] #70 3.010 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB]
10:02:14 [2021-04-02T10:02:14.337Z] #70 3.012 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB]
10:02:14 [2021-04-02T10:02:14.337Z] #70 3.013 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u7 [3499 kB]
10:02:14 [2021-04-02T10:02:14.337Z] #70 3.079 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u7 [100 kB]
10:02:14 [2021-04-02T10:02:14.593Z] #70 3.080 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB]
10:02:14 [2021-04-02T10:02:14.593Z] #70 3.082 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB]
10:02:14 [2021-04-02T10:02:14.593Z] #70 3.085 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u7 [209 kB]
10:02:14 [2021-04-02T10:02:14.593Z] #70 3.087 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus-user-session amd64 1.12.20-0+deb10u1 [94.5 kB]
10:02:14 [2021-04-02T10:02:14.593Z] #70 3.263 debconf: delaying package configuration, since apt-utils is not installed
10:02:14 [2021-04-02T10:02:14.593Z] #70 3.286 Fetched 4762 kB in 0s (10.9 MB/s)
10:02:14 [2021-04-02T10:02:14.593Z] #70 3.311 Selecting previously unselected package libargon2-1:amd64.
10:02:14 [2021-04-02T10:02:14.593Z] #70 3.311 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 28057 files and directories currently installed.)
10:02:14 [2021-04-02T10:02:14.593Z] #70 3.326 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ...
10:02:14 [2021-04-02T10:02:14.593Z] #70 3.334 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
10:02:14 [2021-04-02T10:02:14.849Z] #70 3.377 Selecting previously unselected package libjson-c3:amd64.
10:02:14 [2021-04-02T10:02:14.849Z] #70 3.380 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ...
10:02:14 [2021-04-02T10:02:14.849Z] #70 3.386 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
10:02:14 [2021-04-02T10:02:14.849Z] #70 3.423 Selecting previously unselected package libcryptsetup12:amd64.
10:02:14 [2021-04-02T10:02:14.849Z] #70 3.425 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ...
10:02:14 [2021-04-02T10:02:14.849Z] #70 3.429 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
10:02:14 [2021-04-02T10:02:14.849Z] #70 3.479 Selecting previously unselected package libidn11:amd64.
10:02:14 [2021-04-02T10:02:14.849Z] #70 3.482 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ...
10:02:14 [2021-04-02T10:02:14.849Z] #70 3.486 Unpacking libidn11:amd64 (1.33-2.2) ...
10:02:14 [2021-04-02T10:02:14.849Z] #70 3.528 Selecting previously unselected package libkmod2:amd64.
10:02:14 [2021-04-02T10:02:14.849Z] #70 3.531 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ...
10:02:14 [2021-04-02T10:02:14.849Z] #70 3.534 Unpacking libkmod2:amd64 (26-1) ...
10:02:14 [2021-04-02T10:02:14.849Z] #70 3.579 Selecting previously unselected package systemd.
10:02:14 [2021-04-02T10:02:14.849Z] #70 3.582 Preparing to unpack .../5-systemd_241-7~deb10u7_amd64.deb ...
10:02:15 [2021-04-02T10:02:15.104Z] #70 3.620 Unpacking systemd (241-7~deb10u7) ...
10:02:15 [2021-04-02T10:02:15.665Z] #70 4.050 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
10:02:15 [2021-04-02T10:02:15.665Z] #70 4.062 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
10:02:15 [2021-04-02T10:02:15.665Z] #70 4.073 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
10:02:15 [2021-04-02T10:02:15.665Z] #70 4.085 Setting up libidn11:amd64 (1.33-2.2) ...
10:02:15 [2021-04-02T10:02:15.665Z] #70 4.098 Setting up libkmod2:amd64 (26-1) ...
10:02:15 [2021-04-02T10:02:15.665Z] #70 4.110 Setting up systemd (241-7~deb10u7) ...
10:02:15 [2021-04-02T10:02:15.665Z] #70 4.159 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
10:02:15 [2021-04-02T10:02:15.665Z] #70 4.161 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
10:02:15 [2021-04-02T10:02:15.665Z] #70 4.165 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
10:02:15 [2021-04-02T10:02:15.665Z] #70 4.165 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
10:02:16 [2021-04-02T10:02:16.225Z] #70 4.639 Selecting previously unselected package systemd-sysv.
10:02:16 [2021-04-02T10:02:16.225Z] #70 4.639 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 28854 files and directories currently installed.)
10:02:16 [2021-04-02T10:02:16.225Z] #70 4.652 Preparing to unpack .../systemd-sysv_241-7~deb10u7_amd64.deb ...
10:02:16 [2021-04-02T10:02:16.225Z] #70 4.656 Unpacking systemd-sysv (241-7~deb10u7) ...
10:02:16 [2021-04-02T10:02:16.225Z] #70 4.697 Selecting previously unselected package libdbus-1-3:amd64.
10:02:16 [2021-04-02T10:02:16.226Z] #70 4.700 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ...
10:02:16 [2021-04-02T10:02:16.226Z] #70 4.704 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
10:02:16 [2021-04-02T10:02:16.226Z] #70 4.764 Selecting previously unselected package dbus.
10:02:16 [2021-04-02T10:02:16.226Z] #70 4.767 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ...
10:02:16 [2021-04-02T10:02:16.226Z] #70 4.778 Unpacking dbus (1.12.20-0+deb10u1) ...
10:02:16 [2021-04-02T10:02:16.226Z] #70 4.836 Selecting previously unselected package libpam-systemd:amd64.
10:02:16 [2021-04-02T10:02:16.226Z] #70 4.838 Preparing to unpack .../libpam-systemd_241-7~deb10u7_amd64.deb ...
10:02:16 [2021-04-02T10:02:16.226Z] #70 4.843 Unpacking libpam-systemd:amd64 (241-7~deb10u7) ...
10:02:16 [2021-04-02T10:02:16.226Z] #70 4.884 Selecting previously unselected package dbus-user-session.
10:02:16 [2021-04-02T10:02:16.226Z] #70 4.887 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ...
10:02:16 [2021-04-02T10:02:16.226Z] #70 4.891 Unpacking dbus-user-session (1.12.20-0+deb10u1) ...
10:02:16 [2021-04-02T10:02:16.226Z] #70 4.966 Setting up systemd-sysv (241-7~deb10u7) ...
10:02:16 [2021-04-02T10:02:16.226Z] #70 4.977 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
10:02:16 [2021-04-02T10:02:16.226Z] #70 4.989 Setting up dbus (1.12.20-0+deb10u1) ...
10:02:16 [2021-04-02T10:02:16.486Z] #70 5.106 invoke-rc.d: could not determine current runlevel
10:02:16 [2021-04-02T10:02:16.486Z] #70 5.108 invoke-rc.d: policy-rc.d denied execution of start.
10:02:16 [2021-04-02T10:02:16.486Z] #70 5.113 Setting up libpam-systemd:amd64 (241-7~deb10u7) ...
10:02:16 [2021-04-02T10:02:16.486Z] #70 5.251 Setting up dbus-user-session (1.12.20-0+deb10u1) ...
10:02:16 [2021-04-02T10:02:16.742Z] #70 5.269 Processing triggers for systemd (241-7~deb10u7) ...
10:02:16 [2021-04-02T10:02:16.742Z] #70 5.284 Processing triggers for libc-bin (2.28-10) ...
10:02:16 [2021-04-02T10:02:16.998Z] #70 DONE 5.4s
10:02:16 [2021-04-02T10:02:16.998Z] 
10:02:16 [2021-04-02T10:02:16.998Z] #71 [dev-systemd-true 2/2] RUN mkdir -p hack   && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh   && chmod +x hack/dind-systemd
10:02:16 [2021-04-02T10:02:16.998Z] #71 sha256:81db03d1cf8a6f06de93b722fa3306b3b1c110ad1ce02defd95184755518ff2d
10:02:17 [2021-04-02T10:02:17.253Z] #71 0.491   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
10:02:17 [2021-04-02T10:02:17.253Z] #71 0.491                                  Dload  Upload   Total   Spent    Left  Speed
10:02:17 [2021-04-02T10:02:17.509Z] #71 0.491 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1823  100  1823    0     0  15066      0 --:--:-- --:--:-- --:--:-- 15066
10:02:17 [2021-04-02T10:02:17.509Z] #71 DONE 0.7s
10:02:17 [2021-04-02T10:02:17.509Z] 
10:02:17 [2021-04-02T10:02:17.509Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker
10:02:17 [2021-04-02T10:02:17.509Z] #72 sha256:c6f443cac43488c0a20cab7a87b701fbadaa4d7ea78d3ecb1c82e97ebdb8cea5
10:02:17 [2021-04-02T10:02:17.591Z] ?   	github.com/docker/docker/api	[no test files]
10:02:18 [2021-04-02T10:02:18.439Z] #72 DONE 0.8s
10:02:18 [2021-04-02T10:02:18.439Z] 
10:02:18 [2021-04-02T10:02:18.439Z] #73 exporting to image
10:02:18 [2021-04-02T10:02:18.439Z] #73 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
10:02:18 [2021-04-02T10:02:18.439Z] #73 exporting layers
10:02:24 [2021-04-02T10:02:24.971Z] #73 exporting layers 6.6s done
10:02:24 [2021-04-02T10:02:24.971Z] #73 writing image sha256:ebb6175a97035bf6bb9ffc29110e6e5dd0d922d0cb76a4e11dabab9324138c06 done
10:02:24 [2021-04-02T10:02:24.971Z] #73 naming to docker.io/library/docker:7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 done
10:02:24 [2021-04-02T10:02:24.971Z] #73 DONE 6.6s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
10:02:25 [2021-04-02T10:02:25.368Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42182/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 -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:7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 hack/make.sh dynbinary test-integration
10:02:27 [2021-04-02T10:02:27.265Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
10:02:27 [2021-04-02T10:02:27.265Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
10:02:27 [2021-04-02T10:02:27.265Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
10:02:27 [2021-04-02T10:02:27.265Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
10:02:27 [2021-04-02T10:02:27.265Z] systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
10:02:27 [2021-04-02T10:02:27.265Z] Detected virtualization docker.
10:02:27 [2021-04-02T10:02:27.265Z] Detected architecture x86-64.
10:02:27 [2021-04-02T10:02:27.265Z] Set hostname to <1d03f594c967>.
10:02:27 [2021-04-02T10:02:27.827Z] + source /etc/docker-entrypoint-cmd
10:02:27 [2021-04-02T10:02:27.827Z] ++ hack/make.sh dynbinary test-integration
10:02:27 [2021-04-02T10:02:27.827Z] 
10:02:27 [2021-04-02T10:02:27.827Z] Removing bundles/
10:02:28 [2021-04-02T10:02:28.083Z] 
10:02:28 [2021-04-02T10:02:28.083Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
10:02:28 [2021-04-02T10:02:28.083Z] Building: bundles/dynbinary-daemon/dockerd-dev
10:02:28 [2021-04-02T10:02:28.083Z] GOOS="" GOARCH="" GOARM=""
10:02:29 [2021-04-02T10:02:29.856Z] ok  	github.com/docker/docker/api/server	0.057s	coverage: 9.0% of statements
10:02:32 [2021-04-02T10:02:32.469Z] INFO [loader] Go packages loading at mode 575 (types_sizes|deps|imports|name|compiled_files|exports_file|files) took 2m0.440355912s 
10:02:32 [2021-04-02T10:02:32.469Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 644.669045ms 
10:03:26 [2021-04-02T10:03:26.154Z] ok  	github.com/docker/docker/api/server/httputils	0.020s	coverage: 14.7% of statements
10:03:26 [2021-04-02T10:03:26.727Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
10:03:27 [2021-04-02T10:03:27.301Z] ok  	github.com/docker/docker/api/server/middleware	0.036s	coverage: 37.7% of statements
10:03:27 [2021-04-02T10:03:27.301Z] ?   	github.com/docker/docker/api/server/router	[no test files]
10:03:27 [2021-04-02T10:03:27.301Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
10:03:27 [2021-04-02T10:03:27.301Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
10:03:27 [2021-04-02T10:03:27.876Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
10:03:27 [2021-04-02T10:03:27.876Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
10:03:27 [2021-04-02T10:03:27.876Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
10:03:27 [2021-04-02T10:03:27.876Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
10:03:27 [2021-04-02T10:03:27.876Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
10:03:27 [2021-04-02T10:03:27.876Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
10:03:28 [2021-04-02T10:03:28.822Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
10:03:28 [2021-04-02T10:03:28.822Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
10:03:29 [2021-04-02T10:03:29.084Z] ok  	github.com/docker/docker/api/types/strslice	0.024s	coverage: 90.0% of statements
10:03:29 [2021-04-02T10:03:29.347Z] ok  	github.com/docker/docker/api/server/router/swarm	0.015s	coverage: 5.7% of statements
10:03:29 [2021-04-02T10:03:29.347Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
10:03:29 [2021-04-02T10:03:29.347Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
10:03:29 [2021-04-02T10:03:29.347Z] ?   	github.com/docker/docker/api/types	[no test files]
10:03:29 [2021-04-02T10:03:29.347Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
10:03:29 [2021-04-02T10:03:29.347Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
10:03:29 [2021-04-02T10:03:29.347Z] ?   	github.com/docker/docker/api/types/container	[no test files]
10:03:29 [2021-04-02T10:03:29.347Z] ?   	github.com/docker/docker/api/types/events	[no test files]
10:03:29 [2021-04-02T10:03:29.609Z] ok  	github.com/docker/docker/api/types/filters	0.013s	coverage: 92.2% of statements
10:03:29 [2021-04-02T10:03:29.609Z] ?   	github.com/docker/docker/api/types/image	[no test files]
10:03:29 [2021-04-02T10:03:29.609Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
10:03:29 [2021-04-02T10:03:29.609Z] ?   	github.com/docker/docker/api/types/network	[no test files]
10:03:29 [2021-04-02T10:03:29.609Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
10:03:29 [2021-04-02T10:03:29.609Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
10:03:29 [2021-04-02T10:03:29.609Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
10:03:29 [2021-04-02T10:03:29.609Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
10:03:29 [2021-04-02T10:03:29.609Z] ok  	github.com/docker/docker/api/types/time	0.016s	coverage: 100.0% of statements
10:03:29 [2021-04-02T10:03:29.872Z] ok  	github.com/docker/docker/api/types/versions	0.027s	coverage: 75.0% of statements
10:03:29 [2021-04-02T10:03:29.872Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
10:03:29 [2021-04-02T10:03:29.872Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
10:03:29 [2021-04-02T10:03:29.872Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
10:03:29 [2021-04-02T10:03:29.872Z] ?   	github.com/docker/docker/builder	[no test files]
10:03:29 [2021-04-02T10:03:29.872Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
10:03:29 [2021-04-02T10:03:29.872Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
10:03:29 [2021-04-02T10:03:29.872Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
10:03:29 [2021-04-02T10:03:29.872Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
10:03:29 [2021-04-02T10:03:29.872Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
10:03:29 [2021-04-02T10:03:29.872Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
10:03:29 [2021-04-02T10:03:29.872Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
10:03:31 [2021-04-02T10:03:31.110Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
10:03:31 [2021-04-02T10:03:31.110Z] 
10:03:31 [2021-04-02T10:03:31.110Z] + TEST_INTEGRATION_DEST=1
10:03:31 [2021-04-02T10:03:31.110Z] + CONTAINER_NAME=docker-pr6-1
10:03:31 [2021-04-02T10:03:31.110Z] + TEST_SKIP_INTEGRATION_CLI=1
10:03:31 [2021-04-02T10:03:31.110Z] + run_tests test-integration-flaky
10:03:31 [2021-04-02T10:03:31.110Z] + '[' -n 0 ']'
10:03:31 [2021-04-02T10:03:31.110Z] + rm=
10:03:31 [2021-04-02T10:03:31.110Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42182/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42182/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42182/.git:/go/src/github.com/docker/docker/.git --name docker-pr6-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 hack/make.sh test-integration-flaky test-integration
10:03:31 [2021-04-02T10:03:31.110Z] + c=0
10:03:31 [2021-04-02T10:03:31.110Z] + TEST_INTEGRATION_DEST=3
10:03:31 [2021-04-02T10:03:31.110Z] + CONTAINER_NAME=docker-pr6-3
10:03:31 [2021-04-02T10:03:31.110Z] ++ jobs -p
10:03:31 [2021-04-02T10:03:31.110Z] + TEST_SKIP_INTEGRATION=1
10:03:31 [2021-04-02T10:03:31.111Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
10:03:31 [2021-04-02T10:03:31.111Z] + run_tests
10:03:31 [2021-04-02T10:03:31.111Z] + '[' -n 0 ']'
10:03:31 [2021-04-02T10:03:31.111Z] + rm=
10:03:31 [2021-04-02T10:03:31.111Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42182/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42182/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42182/.git:/go/src/github.com/docker/docker/.git --name docker-pr6-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 hack/make.sh '' test-integration
10:03:31 [2021-04-02T10:03:31.111Z] + TEST_INTEGRATION_DEST=2
10:03:31 [2021-04-02T10:03:31.111Z] + CONTAINER_NAME=docker-pr6-2
10:03:31 [2021-04-02T10:03:31.111Z] + TEST_SKIP_INTEGRATION=1
10:03:31 [2021-04-02T10:03:31.111Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
10:03:31 [2021-04-02T10:03:31.111Z] + run_tests
10:03:31 [2021-04-02T10:03:31.111Z] + '[' -n 0 ']'
10:03:31 [2021-04-02T10:03:31.111Z] + rm=
10:03:31 [2021-04-02T10:03:31.111Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42182/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42182/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42182/.git:/go/src/github.com/docker/docker/.git --name docker-pr6-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 hack/make.sh '' test-integration
10:03:31 [2021-04-02T10:03:31.111Z] + for job in $(jobs -p)
10:03:31 [2021-04-02T10:03:31.111Z] + wait 2976
10:03:31 [2021-04-02T10:03:31.111Z] 
10:03:31 [2021-04-02T10:03:31.111Z] 
10:03:31 [2021-04-02T10:03:31.111Z] 
10:03:31 [2021-04-02T10:03:31.111Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
10:03:31 [2021-04-02T10:03:31.111Z] ---> Making bundle: test-integration (in bundles/test-integration)
10:03:31 [2021-04-02T10:03:31.111Z] ---> Making bundle: test-integration (in bundles/test-integration)
10:03:31 [2021-04-02T10:03:31.111Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
10:03:31 [2021-04-02T10:03:31.111Z] HOSTNAME=4cc98dd01d85
10:03:31 [2021-04-02T10:03:31.111Z] TEST_SKIP_INTEGRATION=1
10:03:31 [2021-04-02T10:03:31.111Z] TESTDEBUG=0
10:03:31 [2021-04-02T10:03:31.111Z] DEST=bundles/test-integration
10:03:31 [2021-04-02T10:03:31.111Z] PWD=/go/src/github.com/docker/docker
10:03:31 [2021-04-02T10:03:31.111Z] KEEPBUNDLE=1
10:03:31 [2021-04-02T10:03:31.111Z] DOCKER_GITCOMMIT=7937f27c9d15e4e3f01a915d6d7a71e87fd15da8
10:03:31 [2021-04-02T10:03:31.111Z] container=docker
10:03:31 [2021-04-02T10:03:31.111Z] HOME=/root
10:03:31 [2021-04-02T10:03:31.111Z] GOLANG_VERSION=1.13.15
10:03:31 [2021-04-02T10:03:31.111Z] VALIDATE_REPO=https://github.com/moby/moby.git
10:03:31 [2021-04-02T10:03:31.111Z] VALIDATE_BRANCH=master
10:03:31 [2021-04-02T10:03:31.111Z] TERM=xterm
10:03:31 [2021-04-02T10:03:31.111Z] DOCKER_PKG=github.com/docker/docker
10:03:31 [2021-04-02T10:03:31.111Z] SHLVL=1
10:03:31 [2021-04-02T10:03:31.111Z] TIMEOUT=120m
10:03:31 [2021-04-02T10:03:31.111Z] DOCKER_BUILDTAGS=apparmor seccomp journald
10:03:31 [2021-04-02T10:03:31.111Z] DOCKER_GRAPHDRIVER=overlay2
10:03:31 [2021-04-02T10:03:31.111Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
10:03:31 [2021-04-02T10:03:31.111Z] GO111MODULE=off
10:03:31 [2021-04-02T10:03:31.111Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10:03:31 [2021-04-02T10:03:31.111Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
10:03:31 [2021-04-02T10:03:31.111Z] GOPATH=/go
10:03:31 [2021-04-02T10:03:31.111Z] PKG_CONFIG=pkg-config
10:03:31 [2021-04-02T10:03:31.111Z] _=/usr/bin/env
10:03:31 [2021-04-02T10:03:31.111Z] Building test suite binary ./integration-cli/test.main
10:03:31 [2021-04-02T10:03:31.111Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
10:03:31 [2021-04-02T10:03:31.111Z] HOSTNAME=a1f56bf0d410
10:03:31 [2021-04-02T10:03:31.111Z] TEST_SKIP_INTEGRATION=1
10:03:31 [2021-04-02T10:03:31.111Z] TESTDEBUG=0
10:03:31 [2021-04-02T10:03:31.111Z] DEST=bundles/test-integration
10:03:31 [2021-04-02T10:03:31.111Z] PWD=/go/src/github.com/docker/docker
10:03:31 [2021-04-02T10:03:31.111Z] KEEPBUNDLE=1
10:03:31 [2021-04-02T10:03:31.111Z] DOCKER_GITCOMMIT=7937f27c9d15e4e3f01a915d6d7a71e87fd15da8
10:03:31 [2021-04-02T10:03:31.111Z] container=docker
10:03:31 [2021-04-02T10:03:31.111Z] HOME=/root
10:03:31 [2021-04-02T10:03:31.111Z] GOLANG_VERSION=1.13.15
10:03:31 [2021-04-02T10:03:31.111Z] VALIDATE_REPO=https://github.com/moby/moby.git
10:03:31 [2021-04-02T10:03:31.111Z] VALIDATE_BRANCH=master
10:03:31 [2021-04-02T10:03:31.111Z] TERM=xterm
10:03:31 [2021-04-02T10:03:31.111Z] DOCKER_PKG=github.com/docker/docker
10:03:31 [2021-04-02T10:03:31.111Z] SHLVL=1
10:03:31 [2021-04-02T10:03:31.111Z] TIMEOUT=120m
10:03:31 [2021-04-02T10:03:31.111Z] DOCKER_BUILDTAGS=apparmor seccomp journald
10:03:31 [2021-04-02T10:03:31.111Z] DOCKER_GRAPHDRIVER=overlay2
10:03:31 [2021-04-02T10:03:31.111Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
10:03:31 [2021-04-02T10:03:31.111Z] GO111MODULE=off
10:03:31 [2021-04-02T10:03:31.111Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10:03:31 [2021-04-02T10:03:31.111Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
10:03:31 [2021-04-02T10:03:31.111Z] GOPATH=/go
10:03:31 [2021-04-02T10:03:31.111Z] PKG_CONFIG=pkg-config
10:03:31 [2021-04-02T10:03:31.111Z] _=/usr/bin/env
10:03:31 [2021-04-02T10:03:31.111Z] Building test suite binary ./integration-cli/test.main
10:03:31 [2021-04-02T10:03:31.111Z] No new tests added to integration.
10:03:31 [2021-04-02T10:03:31.111Z] 
10:03:31 [2021-04-02T10:03:31.111Z] ---> Making bundle: test-integration (in bundles/test-integration)
10:03:31 [2021-04-02T10:03:31.111Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
10:03:31 [2021-04-02T10:03:31.111Z] HOSTNAME=35b4d99dad54
10:03:31 [2021-04-02T10:03:31.111Z] TESTDEBUG=0
10:03:31 [2021-04-02T10:03:31.111Z] DEST=bundles/test-integration
10:03:31 [2021-04-02T10:03:31.111Z] PWD=/go/src/github.com/docker/docker
10:03:31 [2021-04-02T10:03:31.111Z] KEEPBUNDLE=1
10:03:31 [2021-04-02T10:03:31.111Z] DOCKER_GITCOMMIT=7937f27c9d15e4e3f01a915d6d7a71e87fd15da8
10:03:31 [2021-04-02T10:03:31.111Z] container=docker
10:03:31 [2021-04-02T10:03:31.111Z] HOME=/root
10:03:31 [2021-04-02T10:03:31.111Z] GOLANG_VERSION=1.13.15
10:03:31 [2021-04-02T10:03:31.111Z] VALIDATE_REPO=https://github.com/moby/moby.git
10:03:31 [2021-04-02T10:03:31.111Z] VALIDATE_BRANCH=master
10:03:31 [2021-04-02T10:03:31.111Z] TERM=xterm
10:03:31 [2021-04-02T10:03:31.111Z] DOCKER_PKG=github.com/docker/docker
10:03:31 [2021-04-02T10:03:31.111Z] SHLVL=1
10:03:31 [2021-04-02T10:03:31.111Z] TIMEOUT=120m
10:03:31 [2021-04-02T10:03:31.111Z] DOCKER_BUILDTAGS=apparmor seccomp journald
10:03:31 [2021-04-02T10:03:31.111Z] DOCKER_GRAPHDRIVER=overlay2
10:03:31 [2021-04-02T10:03:31.111Z] GO111MODULE=off
10:03:31 [2021-04-02T10:03:31.111Z] TEST_SKIP_INTEGRATION_CLI=1
10:03:31 [2021-04-02T10:03:31.111Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10:03:31 [2021-04-02T10:03:31.111Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
10:03:31 [2021-04-02T10:03:31.111Z] GOPATH=/go
10:03:31 [2021-04-02T10:03:31.111Z] PKG_CONFIG=pkg-config
10:03:31 [2021-04-02T10:03:31.111Z] _=/usr/bin/env
10:03:31 [2021-04-02T10:03:31.111Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
10:03:32 [2021-04-02T10:03:32.423Z] ok  	github.com/docker/docker/cli/debug	0.011s	coverage: 100.0% of statements
10:03:33 [2021-04-02T10:03:33.818Z] ok  	github.com/docker/docker/builder/remotecontext	0.193s	coverage: 13.7% of statements
10:03:34 [2021-04-02T10:03:34.391Z] ok  	github.com/docker/docker/builder/dockerfile	0.459s	coverage: 48.5% of statements
10:03:34 [2021-04-02T10:03:34.391Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
10:03:35 [2021-04-02T10:03:35.694Z] 5ff1512f88ec: Pull complete
10:03:35 [2021-04-02T10:03:35.694Z] Digest: sha256:acae9dedd8ce6fbc624e8c4b52555a9d3201eb47aacd45b4a00e0d81083b4cab
10:03:35 [2021-04-02T10:03:35.694Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
10:03:35 [2021-04-02T10:03:35.694Z] mcr.microsoft.com/windows/servercore:ltsc2019
10:03:35 [2021-04-02T10:03:35.694Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully
10:03:35 [2021-04-02T10:03:35.694Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore
10:03:35 [2021-04-02T10:03:35.694Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1817'
10:03:35 [2021-04-02T10:03:35.694Z] INFO: Docker version of control daemon
10:03:35 [2021-04-02T10:03:35.694Z] 
10:03:35 [2021-04-02T10:03:35.694Z] Client: Docker Engine - Enterprise
10:03:35 [2021-04-02T10:03:35.694Z]  Version:           19.03.12
10:03:35 [2021-04-02T10:03:35.694Z]  API version:       1.40
10:03:35 [2021-04-02T10:03:35.694Z]  Go version:        go1.13.13
10:03:35 [2021-04-02T10:03:35.694Z]  Git commit:        4306744
10:03:35 [2021-04-02T10:03:35.694Z]  Built:             08/05/2020 19:27:53
10:03:35 [2021-04-02T10:03:35.694Z]  OS/Arch:           windows/amd64
10:03:35 [2021-04-02T10:03:35.694Z]  Experimental:      false
10:03:35 [2021-04-02T10:03:35.694Z] 
10:03:35 [2021-04-02T10:03:35.694Z] Server: Docker Engine - Enterprise
10:03:35 [2021-04-02T10:03:35.694Z]  Engine:
10:03:35 [2021-04-02T10:03:35.694Z]   Version:          19.03.12
10:03:35 [2021-04-02T10:03:35.694Z]   API version:      1.40 (minimum version 1.24)
10:03:35 [2021-04-02T10:03:35.694Z]   Go version:       go1.13.13
10:03:35 [2021-04-02T10:03:35.694Z]   Git commit:       f295753ffd
10:03:35 [2021-04-02T10:03:35.694Z]   Built:            08/05/2020 19:26:41
10:03:35 [2021-04-02T10:03:35.694Z]   OS/Arch:          windows/amd64
10:03:35 [2021-04-02T10:03:35.694Z]   Experimental:     true
10:03:35 [2021-04-02T10:03:35.694Z] 
10:03:35 [2021-04-02T10:03:35.694Z] INFO: Docker info of control daemon
10:03:35 [2021-04-02T10:03:35.694Z] 
10:03:35 [2021-04-02T10:03:35.694Z] Client:
10:03:35 [2021-04-02T10:03:35.694Z]  Debug Mode: false
10:03:35 [2021-04-02T10:03:35.694Z]  Plugins:
10:03:35 [2021-04-02T10:03:35.694Z]   cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0)
10:03:35 [2021-04-02T10:03:35.694Z] 
10:03:35 [2021-04-02T10:03:35.694Z] Server:
10:03:35 [2021-04-02T10:03:35.694Z]  Containers: 0
10:03:35 [2021-04-02T10:03:35.694Z]   Running: 0
10:03:35 [2021-04-02T10:03:35.694Z]   Paused: 0
10:03:35 [2021-04-02T10:03:35.694Z]   Stopped: 0
10:03:35 [2021-04-02T10:03:35.694Z]  Images: 1
10:03:35 [2021-04-02T10:03:35.694Z]  Server Version: 19.03.12
10:03:35 [2021-04-02T10:03:35.694Z]  Storage Driver: lcow (linux) windowsfilter (windows)
10:03:35 [2021-04-02T10:03:35.694Z]   LCOW: 
10:03:35 [2021-04-02T10:03:35.694Z]   Windows: 
10:03:35 [2021-04-02T10:03:35.694Z]  Logging Driver: json-file
10:03:35 [2021-04-02T10:03:35.694Z]  Plugins:
10:03:35 [2021-04-02T10:03:35.694Z]   Volume: local
10:03:35 [2021-04-02T10:03:35.694Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
10:03:35 [2021-04-02T10:03:35.694Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
10:03:35 [2021-04-02T10:03:35.694Z]  Swarm: inactive
10:03:35 [2021-04-02T10:03:35.694Z]  Default Isolation: process
10:03:35 [2021-04-02T10:03:35.694Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
10:03:35 [2021-04-02T10:03:35.694Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757)
10:03:35 [2021-04-02T10:03:35.694Z]  OSType: windows
10:03:35 [2021-04-02T10:03:35.694Z]  Architecture: x86_64
10:03:35 [2021-04-02T10:03:35.694Z]  CPUs: 4
10:03:35 [2021-04-02T10:03:35.694Z]  Total Memory: 32GiB
10:03:35 [2021-04-02T10:03:35.694Z]  Name: azwin-2-c4f890
10:03:35 [2021-04-02T10:03:35.694Z]  ID: WN5Z:FHZS:DLL2:44FT:5VQE:5IBG:D3OX:ZQY2:XHHE:F6GE:ORMY:IJ6Q
10:03:35 [2021-04-02T10:03:35.694Z]  Docker Root Dir: D:\docker
10:03:35 [2021-04-02T10:03:35.694Z]  Debug Mode: false
10:03:35 [2021-04-02T10:03:35.694Z]  Registry: https://index.docker.io/v1/
10:03:35 [2021-04-02T10:03:35.694Z]  Labels:
10:03:35 [2021-04-02T10:03:35.694Z]  Experimental: true
10:03:35 [2021-04-02T10:03:35.694Z]  Insecure Registries:
10:03:35 [2021-04-02T10:03:35.694Z]   10.0.0.4:5000
10:03:35 [2021-04-02T10:03:35.694Z]   127.0.0.0/8
10:03:35 [2021-04-02T10:03:35.694Z]  Registry Mirrors:
10:03:35 [2021-04-02T10:03:35.694Z]   http://10.0.0.4:5000/
10:03:35 [2021-04-02T10:03:35.694Z]  Live Restore Enabled: false
10:03:35 [2021-04-02T10:03:35.694Z] 
10:03:35 [2021-04-02T10:03:35.694Z] 
10:03:35 [2021-04-02T10:03:35.694Z] INFO: Commit hash is 48e0e7d2c3
10:03:35 [2021-04-02T10:03:35.694Z] INFO: Nuke-Everything...
10:03:35 [2021-04-02T10:03:35.694Z] INFO: Container count on control daemon to delete is 0
10:03:35 [2021-04-02T10:03:35.694Z] INFO: Nuking d:\CI
10:03:35 [2021-04-02T10:03:35.694Z] INFO: Zapped successfully
10:03:35 [2021-04-02T10:03:35.694Z] INFO: Location for testing is d:\CI\PR-42182\6
10:03:35 [2021-04-02T10:03:35.694Z] INFO: Validating GOLang consistency in Dockerfile.windows...
10:03:35 [2021-04-02T10:03:35.694Z] 
10:03:35 [2021-04-02T10:03:35.694Z] 
10:03:35 [2021-04-02T10:03:35.694Z] INFO: Building the image from Dockerfile.windows at 04/02/2021 10:03:28...
10:03:35 [2021-04-02T10:03:35.694Z] 
10:03:35 [2021-04-02T10:03:35.694Z] Sending build context to Docker daemon  58.33MB
10:03:35 [2021-04-02T10:03:35.694Z] 
10:03:35 [2021-04-02T10:03:35.694Z] Step 1/10 : FROM microsoft/windowsservercore
10:03:35 [2021-04-02T10:03:35.694Z]  ---> 3eaa9ebbf51f
10:03:35 [2021-04-02T10:03:35.694Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
10:03:35 [2021-04-02T10:03:35.694Z]  ---> Running in 0aa971e329f9
10:03:35 [2021-04-02T10:03:35.694Z] Removing intermediate container 0aa971e329f9
10:03:35 [2021-04-02T10:03:35.694Z]  ---> ef914b1f13a5
10:03:35 [2021-04-02T10:03:35.694Z] Step 3/10 : ARG GO_VERSION=1.13.15
10:03:35 [2021-04-02T10:03:35.694Z]  ---> Running in 7529cc41bd3e
10:03:35 [2021-04-02T10:03:35.694Z] Removing intermediate container 7529cc41bd3e
10:03:35 [2021-04-02T10:03:35.694Z]  ---> 0b2569150188
10:03:35 [2021-04-02T10:03:35.694Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3
10:03:35 [2021-04-02T10:03:35.694Z]  ---> Running in f91f790323fa
10:03:35 [2021-04-02T10:03:35.694Z] Removing intermediate container f91f790323fa
10:03:35 [2021-04-02T10:03:35.694Z]  ---> ec815619ff92
10:03:35 [2021-04-02T10:03:35.694Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION}     GIT_VERSION=2.11.1     GOPATH=C:\gopath     GO111MODULE=off     FROM_DOCKERFILE=1     GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT}
10:03:35 [2021-04-02T10:03:35.694Z]  ---> Running in 97ebc0f7620d
10:03:35 [2021-04-02T10:03:35.781Z] ok  	github.com/docker/docker/builder/remotecontext/git	4.527s	coverage: 86.3% of statements
10:03:35 [2021-04-02T10:03:35.781Z] ?   	github.com/docker/docker/cli	[no test files]
10:03:35 [2021-04-02T10:03:35.781Z] ?   	github.com/docker/docker/cli/config	[no test files]
10:03:36 [2021-04-02T10:03:36.164Z] Removing intermediate container 97ebc0f7620d
10:03:36 [2021-04-02T10:03:36.164Z]  ---> e66e5c3a20de
10:03:36 [2021-04-02T10:03:36.164Z] Step 6/10 : RUN   Function Test-Nano() {     $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId;     return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer'));   }    Function Download-File([string] $source, [string] $target) {     if (Test-Nano) {       $handler = New-Object System.Net.Http.HttpClientHandler;       $client = New-Object System.Net.Http.HttpClient($handler);       $client.Timeout = New-Object System.TimeSpan(0, 30, 0);       $cancelTokenSource = [System.Threading.CancellationTokenSource]::new();       $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token);       $responseMsg.Wait();       if (!$responseMsg.IsCanceled) {         $response = $responseMsg.Result;         if ($response.IsSuccessStatusCode) {           $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write);           $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream);           $copyStreamOp.Wait();           $downloadedFileStream.Close();           if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception }         }       } else {       Throw ("Failed to download " + $source)       }    } else {       [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;       $webClient = New-Object System.Net.WebClient;       $webClient.DownloadFile($source, $target);     }   }     setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin');     Write-Host INFO: Downloading git...;   $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION;   Download-File $location C:\gitsetup.zip;     Write-Host INFO: Downloading go...;   $dlGoVersion=$Env:GO_VERSION -replace '\.0$','';   Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip;     Write-Host INFO: Downloading compiler 1 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip;     Write-Host INFO: Downloading compiler 2 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip;     Write-Host INFO: Downloading compiler 3 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip;     Write-Host INFO: Extracting git...;   Expand-Archive C:\gitsetup.zip C:\git-tmp;   New-Item -Type Directory C:\git | Out-Null;   Move-Item C:\git-tmp\tools\* C:\git\.;   Remove-Item -Recurse -Force C:\git-tmp;     Write-Host INFO: Expanding go...;   Expand-Archive C:\go.zip -DestinationPath C:\;     Write-Host INFO: Expanding compiler 1 of 3...;   Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force;   Write-Host INFO: Expanding compiler 2 of 3...;   Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force;   Write-Host INFO: Expanding compiler 3 of 3...;   Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force;     Write-Host INFO: Removing downloaded files...;   Remove-Item C:\gcc.zip;   Remove-Item C:\runtime.zip;   Remove-Item C:\binutils.zip;   Remove-Item C:\gitsetup.zip;     $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles""";   Write-Host INFO: Ensuring existence of directory $srcDir...;   New-Item -Force -ItemType Directory -Path $srcDir | Out-Null;     Write-Host INFO: Configuring git core.autocrlf...;   C:\git\cmd\git config --global core.autocrlf true;
10:03:36 [2021-04-02T10:03:36.164Z]  ---> Running in 88765a448f3f
10:03:38 [2021-04-02T10:03:38.511Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
10:03:38 [2021-04-02T10:03:38.511Z] 
10:03:38 [2021-04-02T10:03:38.511Z] ---> Making bundle: test-integration (in bundles/test-integration)
10:03:38 [2021-04-02T10:03:38.511Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
10:03:38 [2021-04-02T10:03:38.511Z] HOSTNAME=cf70d0ac65dd
10:03:38 [2021-04-02T10:03:38.511Z] DEST=bundles/test-integration
10:03:38 [2021-04-02T10:03:38.511Z] PWD=/go/src/github.com/docker/docker
10:03:38 [2021-04-02T10:03:38.511Z] DOCKER_ROOTLESS=1
10:03:38 [2021-04-02T10:03:38.511Z] DOCKER_GITCOMMIT=7937f27c9d15e4e3f01a915d6d7a71e87fd15da8
10:03:38 [2021-04-02T10:03:38.511Z] container=docker
10:03:38 [2021-04-02T10:03:38.511Z] HOME=/root
10:03:38 [2021-04-02T10:03:38.511Z] GOLANG_VERSION=1.13.15
10:03:38 [2021-04-02T10:03:38.511Z] VALIDATE_REPO=https://github.com/moby/moby.git
10:03:38 [2021-04-02T10:03:38.511Z] VALIDATE_BRANCH=master
10:03:38 [2021-04-02T10:03:38.511Z] TERM=xterm
10:03:38 [2021-04-02T10:03:38.511Z] DOCKER_PKG=github.com/docker/docker
10:03:38 [2021-04-02T10:03:38.511Z] SHLVL=1
10:03:38 [2021-04-02T10:03:38.511Z] TIMEOUT=120m
10:03:38 [2021-04-02T10:03:38.511Z] DOCKER_BUILDTAGS=apparmor seccomp journald
10:03:38 [2021-04-02T10:03:38.511Z] DOCKER_GRAPHDRIVER=overlay2
10:03:38 [2021-04-02T10:03:38.511Z] GO111MODULE=off
10:03:38 [2021-04-02T10:03:38.511Z] DOCKER_EXPERIMENTAL=1
10:03:38 [2021-04-02T10:03:38.511Z] TEST_SKIP_INTEGRATION_CLI=1
10:03:38 [2021-04-02T10:03:38.511Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10:03:38 [2021-04-02T10:03:38.511Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
10:03:38 [2021-04-02T10:03:38.511Z] GOPATH=/go
10:03:38 [2021-04-02T10:03:38.511Z] PKG_CONFIG=pkg-config
10:03:38 [2021-04-02T10:03:38.511Z] _=/usr/bin/env
10:03:38 [2021-04-02T10:03:38.511Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
10:03:41 [2021-04-02T10:03:41.013Z] 
10:03:41 [2021-04-02T10:03:41.013Z] SUCCESS: Specified value was saved.
10:03:41 [2021-04-02T10:03:41.087Z] ok  	github.com/docker/docker/client	0.266s	coverage: 75.4% of statements
10:03:42 [2021-04-02T10:03:42.003Z] INFO: Downloading git...
10:03:43 [2021-04-02T10:03:43.006Z] INFO: Downloading go...
10:03:44 [2021-04-02T10:03:44.588Z] INFO: Downloading compiler 1 of 3...
10:03:48 [2021-04-02T10:03:48.385Z] INFO: Downloading compiler 2 of 3...
10:03:49 [2021-04-02T10:03:49.375Z] INFO: Downloading compiler 3 of 3...
10:03:49 [2021-04-02T10:03:49.846Z] INFO: Extracting git...
10:03:53 [2021-04-02T10:03:53.910Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m12.735077643s with top 10 stages: buildssa: 1m39.259254302s, goimports: 23.394395428s, unconvert: 12.520039031s, gosec: 10.641897369s, golint: 5.790256723s, inspect: 3.820874662s, misspell: 3.691728488s, ineffassign: 3.558937922s, vrp: 3.021547016s, fact_purity: 1.874421856s 
10:04:02 [2021-04-02T10:04:02.357Z] INFO: Expanding go...
10:04:04 [2021-04-02T10:04:04.456Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
10:04:04 [2021-04-02T10:04:04.456Z] 
10:04:04 [2021-04-02T10:04:04.456Z] ---> Making bundle: test-integration (in bundles/test-integration)
10:04:04 [2021-04-02T10:04:04.456Z] DOCKER_SYSTEMD=1
10:04:04 [2021-04-02T10:04:04.456Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
10:04:04 [2021-04-02T10:04:04.456Z] HOSTNAME=1d03f594c967
10:04:04 [2021-04-02T10:04:04.456Z] DEST=bundles/test-integration
10:04:04 [2021-04-02T10:04:04.456Z] PWD=/go/src/github.com/docker/docker
10:04:04 [2021-04-02T10:04:04.456Z] DOCKER_GITCOMMIT=7937f27c9d15e4e3f01a915d6d7a71e87fd15da8
10:04:04 [2021-04-02T10:04:04.456Z] container=docker
10:04:04 [2021-04-02T10:04:04.456Z] HOME=/root
10:04:04 [2021-04-02T10:04:04.456Z] LANG=C.UTF-8
10:04:04 [2021-04-02T10:04:04.456Z] INVOCATION_ID=3f8b54d1692f4f828c1bb343f6093695
10:04:04 [2021-04-02T10:04:04.456Z] GOLANG_VERSION=1.13.15
10:04:04 [2021-04-02T10:04:04.456Z] VALIDATE_REPO=https://github.com/moby/moby.git
10:04:04 [2021-04-02T10:04:04.456Z] VALIDATE_BRANCH=master
10:04:04 [2021-04-02T10:04:04.456Z] TERM=xterm
10:04:04 [2021-04-02T10:04:04.456Z] DOCKER_PKG=github.com/docker/docker
10:04:04 [2021-04-02T10:04:04.456Z] SHLVL=3
10:04:04 [2021-04-02T10:04:04.456Z] TIMEOUT=120m
10:04:04 [2021-04-02T10:04:04.456Z] DOCKER_BUILDTAGS=apparmor seccomp journald
10:04:04 [2021-04-02T10:04:04.456Z] DOCKER_GRAPHDRIVER=overlay2
10:04:04 [2021-04-02T10:04:04.456Z] GO111MODULE=off
10:04:04 [2021-04-02T10:04:04.456Z] DOCKER_EXPERIMENTAL=1
10:04:04 [2021-04-02T10:04:04.456Z] TEST_SKIP_INTEGRATION_CLI=1
10:04:04 [2021-04-02T10:04:04.456Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10:04:04 [2021-04-02T10:04:04.456Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
10:04:04 [2021-04-02T10:04:04.456Z] GOPATH=/go
10:04:04 [2021-04-02T10:04:04.456Z] PKG_CONFIG=pkg-config
10:04:04 [2021-04-02T10:04:04.456Z] _=/usr/bin/env
10:04:04 [2021-04-02T10:04:04.456Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
10:04:05 [2021-04-02T10:04:05.093Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
10:04:05 [2021-04-02T10:04:05.094Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
10:04:06 [2021-04-02T10:04:06.080Z] INFO [runner/unused/goanalysis] analyzers took 28.534188972s with top 10 stages: buildssa: 24.348747945s, U1000: 4.185441027s 
10:04:06 [2021-04-02T10:04:06.080Z] INFO [runner] Issues before processing: 2263, after processing: 0 
10:04:06 [2021-04-02T10:04:06.080Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 1578/1578, exclude-rules: 64/1578, nolint: 0/64, skip_files: 1683/1683, exclude: 1578/1578, cgo: 1683/2263, path_prettifier: 1683/1683, skip_dirs: 1683/1683, filename_unadjuster: 1683/1683, autogenerated_exclude: 1578/1683 
10:04:06 [2021-04-02T10:04:06.080Z] INFO [runner] processing took 126.797206ms with stages: nolint: 54.168488ms, identifier_marker: 38.695366ms, path_prettifier: 14.587068ms, autogenerated_exclude: 7.519829ms, exclude-rules: 6.45566ms, skip_dirs: 3.699582ms, cgo: 907.285µs, filename_unadjuster: 758.894µs, max_same_issues: 1.471µs, max_from_linter: 556ns, diff: 499ns, uniq_by_line: 497ns, skip_files: 467ns, source_code: 466ns, path_shortener: 407ns, exclude: 385ns, max_per_file_from_linter: 286ns 
10:04:06 [2021-04-02T10:04:06.080Z] INFO [runner] linters took 1m38.827338168s with stages: goanalysis_metalinter: 1m18.851391824s, unused: 19.84876714s 
10:04:06 [2021-04-02T10:04:06.080Z] INFO File cache stats: 1454 entries of total size 6.8MiB 
10:04:07 [2021-04-02T10:04:07.008Z] INFO Memory: 1640 samples, avg is 247.2MB, max is 3495.8MB 
10:04:07 [2021-04-02T10:04:07.008Z] INFO Execution took 3m40.804892257s               
10:04:07 [2021-04-02T10:04:07.008Z] Congratulations! The shell scripts are properly formatted.
10:04:07 [2021-04-02T10:04:07.693Z] ok  	github.com/docker/docker/cmd/dockerd	0.135s	coverage: 29.1% of statements
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
10:04:08 [2021-04-02T10:04:08.268Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42182/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 hack/make.sh dynbinary-daemon test-docker-py
10:04:08 [2021-04-02T10:04:08.829Z] 
10:04:08 [2021-04-02T10:04:08.829Z] Removing bundles/
10:04:08 [2021-04-02T10:04:08.829Z] 
10:04:08 [2021-04-02T10:04:08.829Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
10:04:08 [2021-04-02T10:04:08.829Z] Building: bundles/dynbinary-daemon/dockerd-dev
10:04:08 [2021-04-02T10:04:08.829Z] GOOS="" GOARCH="" GOARM=""
10:04:09 [2021-04-02T10:04:09.084Z] ok  	github.com/docker/docker/container	0.161s	coverage: 34.7% of statements
10:04:09 [2021-04-02T10:04:09.085Z] ?   	github.com/docker/docker/container/stream	[no test files]
10:04:09 [2021-04-02T10:04:09.085Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
10:04:09 [2021-04-02T10:04:09.085Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
10:04:09 [2021-04-02T10:04:09.085Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
10:04:11 [2021-04-02T10:04:11.639Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.038s	coverage: 65.3% of statements
10:04:13 [2021-04-02T10:04:13.559Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.061s	coverage: 35.9% of statements
10:04:16 [2021-04-02T10:04:16.872Z] ok  	github.com/docker/docker/daemon/cluster	0.096s	coverage: 0.5% of statements
10:04:18 [2021-04-02T10:04:18.792Z] ok  	github.com/docker/docker/daemon/discovery	0.023s	coverage: 30.0% of statements
10:04:20 [2021-04-02T10:04:20.185Z] ok  	github.com/docker/docker/daemon/config	0.086s	coverage: 81.8% of statements
10:04:20 [2021-04-02T10:04:20.448Z] ok  	github.com/docker/docker/daemon/events	0.087s	coverage: 50.0% of statements
10:04:22 [2021-04-02T10:04:22.373Z] ok  	github.com/docker/docker/daemon/graphdriver	0.032s	coverage: 2.2% of statements
10:04:23 [2021-04-02T10:04:23.615Z] INFO: Expanding compiler 1 of 3...
10:04:23 [2021-04-02T10:04:23.615Z] INFO: Expanding compiler 2 of 3...
10:04:25 [2021-04-02T10:04:25.770Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.553s	coverage: 14.0% of statements
10:04:25 [2021-04-02T10:04:25.770Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	3.019s	coverage: 73.3% of statements
10:04:25 [2021-04-02T10:04:25.770Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.031s	coverage: 2.9% of statements
10:04:26 [2021-04-02T10:04:26.577Z] INFO: Expanding compiler 3 of 3...
10:04:27 [2021-04-02T10:04:27.058Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
10:04:27 [2021-04-02T10:04:27.160Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.690s	coverage: 56.2% of statements
10:04:27 [2021-04-02T10:04:27.566Z] INFO: Removing downloaded files...
10:04:27 [2021-04-02T10:04:27.566Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ...
10:04:27 [2021-04-02T10:04:27.566Z] INFO: Configuring git core.autocrlf...
10:04:28 [2021-04-02T10:04:28.557Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.031s	coverage: 1.9% of statements
10:04:30 [2021-04-02T10:04:30.483Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.799s	coverage: 49.4% of statements
10:04:32 [2021-04-02T10:04:32.400Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.877s	coverage: 45.9% of statements
10:04:32 [2021-04-02T10:04:32.400Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	1.461s	coverage: 57.7% of statements
10:04:32 [2021-04-02T10:04:32.663Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.026s	coverage: 57.5% of statements
10:04:34 [2021-04-02T10:04:34.050Z] ok  	github.com/docker/docker/daemon/links	0.009s	coverage: 93.0% of statements
10:04:34 [2021-04-02T10:04:34.314Z] ok  	github.com/docker/docker/daemon	12.236s	coverage: 17.2% of statements
10:04:34 [2021-04-02T10:04:34.314Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
10:04:34 [2021-04-02T10:04:34.314Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
10:04:34 [2021-04-02T10:04:34.314Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
10:04:34 [2021-04-02T10:04:34.314Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
10:04:34 [2021-04-02T10:04:34.314Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
10:04:34 [2021-04-02T10:04:34.314Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
10:04:34 [2021-04-02T10:04:34.314Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
10:04:34 [2021-04-02T10:04:34.576Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.077s	coverage: 3.0% of statements
10:04:36 [2021-04-02T10:04:36.497Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
10:04:36 [2021-04-02T10:04:36.497Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
10:04:37 [2021-04-02T10:04:37.057Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
10:04:37 [2021-04-02T10:04:37.130Z] ok  	github.com/docker/docker/daemon/images	0.059s	coverage: 6.7% of statements
10:04:37 [2021-04-02T10:04:37.130Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
10:04:37 [2021-04-02T10:04:37.130Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
10:04:37 [2021-04-02T10:04:37.130Z] ok  	github.com/docker/docker/daemon/logger	0.265s	coverage: 43.2% of statements
10:04:37 [2021-04-02T10:04:37.130Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.036s	coverage: 67.0% of statements
10:04:37 [2021-04-02T10:04:37.392Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.392s	coverage: 77.8% of statements
10:04:37 [2021-04-02T10:04:37.392Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
10:04:37 [2021-04-02T10:04:37.392Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
10:04:37 [2021-04-02T10:04:37.629Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
10:04:37 [2021-04-02T10:04:37.968Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.024s	coverage: 87.2% of statements
10:04:38 [2021-04-02T10:04:38.230Z] ok  	github.com/docker/docker/daemon/logger/journald	0.022s	coverage: 23.9% of statements
10:04:38 [2021-04-02T10:04:38.575Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
10:04:38 [2021-04-02T10:04:38.806Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.046s	coverage: 69.9% of statements
10:04:39 [2021-04-02T10:04:39.753Z] ok  	github.com/docker/docker/daemon/logger/local	0.085s	coverage: 75.2% of statements
10:04:39 [2021-04-02T10:04:39.753Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
10:04:39 [2021-04-02T10:04:39.961Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
10:04:39 [2021-04-02T10:04:39.961Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
10:04:40 [2021-04-02T10:04:40.327Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.034s	coverage: 31.5% of statements
10:04:40 [2021-04-02T10:04:40.589Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.088s	coverage: 58.6% of statements
10:04:41 [2021-04-02T10:04:41.165Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.034s	coverage: 46.8% of statements
10:04:41 [2021-04-02T10:04:41.347Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
10:04:41 [2021-04-02T10:04:41.426Z] ok  	github.com/docker/docker/daemon/logger/templates	0.017s	coverage: 8.3% of statements
10:04:42 [2021-04-02T10:04:42.373Z] ok  	github.com/docker/docker/daemon/network	0.092s	coverage: 63.8% of statements
10:04:43 [2021-04-02T10:04:43.320Z] ok  	github.com/docker/docker/distribution/metadata	0.087s	coverage: 48.2% of statements
10:04:43 [2021-04-02T10:04:43.320Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.920s	coverage: 82.5% of statements
10:04:43 [2021-04-02T10:04:43.320Z] ?   	github.com/docker/docker/daemon/names	[no test files]
10:04:43 [2021-04-02T10:04:43.320Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
10:04:44 [2021-04-02T10:04:44.650Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
10:04:45 [2021-04-02T10:04:45.255Z] ok  	github.com/docker/docker/distribution	0.246s	coverage: 25.2% of statements
10:04:45 [2021-04-02T10:04:45.255Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
10:04:45 [2021-04-02T10:04:45.255Z] ok  	github.com/docker/docker/errdefs	0.012s	coverage: 53.1% of statements
10:04:45 [2021-04-02T10:04:45.828Z] ok  	github.com/docker/docker/image	0.073s	coverage: 86.6% of statements
10:04:46 [2021-04-02T10:04:46.037Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
10:04:46 [2021-04-02T10:04:46.775Z] ok  	github.com/docker/docker/distribution/xfer	1.727s	coverage: 85.6% of statements
10:04:46 [2021-04-02T10:04:46.775Z] ?   	github.com/docker/docker/dockerversion	[no test files]
10:04:46 [2021-04-02T10:04:46.775Z] ok  	github.com/docker/docker/image/cache	0.027s	coverage: 19.2% of statements
10:04:47 [2021-04-02T10:04:47.349Z] ok  	github.com/docker/docker/image/tarexport	0.069s	coverage: 0.6% of statements
10:04:47 [2021-04-02T10:04:47.421Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
10:04:47 [2021-04-02T10:04:47.611Z] ok  	github.com/docker/docker/libcontainerd/queue	0.049s	coverage: 100.0% of statements
10:04:47 [2021-04-02T10:04:47.611Z] ok  	github.com/docker/docker/image/v1	0.032s	coverage: 25.0% of statements
10:04:47 [2021-04-02T10:04:47.611Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
10:04:47 [2021-04-02T10:04:47.993Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
10:04:49 [2021-04-02T10:04:49.378Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
10:04:49 [2021-04-02T10:04:49.531Z] ok  	github.com/docker/docker/opts	0.085s	coverage: 67.1% of statements
10:04:49 [2021-04-02T10:04:49.531Z] ok  	github.com/docker/docker/oci	0.031s	coverage: 45.2% of statements
10:04:49 [2021-04-02T10:04:49.531Z] ok  	github.com/docker/docker/pkg/aaparser	0.033s	coverage: 52.9% of statements
10:04:50 [2021-04-02T10:04:50.478Z] ok  	github.com/docker/docker/pkg/broadcaster	0.040s	coverage: 100.0% of statements
10:04:50 [2021-04-02T10:04:50.763Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
10:04:51 [2021-04-02T10:04:51.423Z] ok  	github.com/docker/docker/pkg/authorization	0.224s	coverage: 68.3% of statements
10:04:51 [2021-04-02T10:04:51.423Z] ok  	github.com/docker/docker/pkg/capabilities	0.025s	coverage: 87.5% of statements
10:04:52 [2021-04-02T10:04:52.149Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
10:04:52 [2021-04-02T10:04:52.369Z] ok  	github.com/docker/docker/pkg/directory	0.014s	coverage: 80.0% of statements
10:04:52 [2021-04-02T10:04:52.942Z] ok  	github.com/docker/docker/pkg/archive	1.175s	coverage: 81.8% of statements
10:04:52 [2021-04-02T10:04:52.942Z] ok  	github.com/docker/docker/pkg/discovery	0.011s	coverage: 58.3% of statements
10:04:53 [2021-04-02T10:04:53.091Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
10:04:53 [2021-04-02T10:04:53.513Z] ok  	github.com/docker/docker/pkg/discovery/file	0.028s	coverage: 92.9% of statements
10:04:54 [2021-04-02T10:04:54.087Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.013s	coverage: 92.3% of statements
10:04:54 [2021-04-02T10:04:54.475Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
10:04:54 [2021-04-02T10:04:54.658Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.009s	coverage: 93.8% of statements
10:04:55 [2021-04-02T10:04:55.232Z] ok  	github.com/docker/docker/pkg/dmesg	0.009s	coverage: 83.3% of statements
10:04:55 [2021-04-02T10:04:55.232Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.977s	coverage: 43.2% of statements
10:04:55 [2021-04-02T10:04:55.417Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
10:04:55 [2021-04-02T10:04:55.417Z] Using test binary docker
10:04:55 [2021-04-02T10:04:55.417Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
10:04:55 [2021-04-02T10:04:55.417Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
10:04:55 [2021-04-02T10:04:55.417Z] INFO: Waiting for daemon to start...
10:04:55 [2021-04-02T10:04:55.417Z] Starting dockerd
10:04:56 [2021-04-02T10:04:56.173Z] ok  	github.com/docker/docker/pkg/fileutils	0.017s	coverage: 89.5% of statements
10:04:56 [2021-04-02T10:04:56.435Z] ok  	github.com/docker/docker/pkg/filenotify	0.611s	coverage: 67.0% of statements
10:04:56 [2021-04-02T10:04:56.696Z] ok  	github.com/docker/docker/pkg/fsutils	0.233s	coverage: 85.1% of statements
10:04:56 [2021-04-02T10:04:56.957Z] ok  	github.com/docker/docker/pkg/homedir	0.033s	coverage: 11.4% of statements
10:04:57 [2021-04-02T10:04:57.532Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.093s	coverage: 84.1% of statements
10:04:58 [2021-04-02T10:04:58.105Z] ok  	github.com/docker/docker/layer	7.510s	coverage: 68.8% of statements
10:04:58 [2021-04-02T10:04:58.105Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
10:04:58 [2021-04-02T10:04:58.105Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
10:04:58 [2021-04-02T10:04:58.105Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
10:04:58 [2021-04-02T10:04:58.105Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
10:04:58 [2021-04-02T10:04:58.105Z] ?   	github.com/docker/docker/oci/caps	[no test files]
10:04:58 [2021-04-02T10:04:58.105Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
10:04:58 [2021-04-02T10:04:58.105Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
10:04:58 [2021-04-02T10:04:58.367Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.015s	coverage: 91.7% of statements
10:04:58 [2021-04-02T10:04:58.367Z] ok  	github.com/docker/docker/pkg/idtools	0.675s	coverage: 69.5% of statements
10:04:58 [2021-04-02T10:04:58.384Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
10:04:58 [2021-04-02T10:04:58.629Z] ok  	github.com/docker/docker/pkg/ioutils	0.608s	coverage: 69.3% of statements
10:04:58 [2021-04-02T10:04:58.629Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
10:04:58 [2021-04-02T10:04:58.629Z] ok  	github.com/docker/docker/pkg/longpath	0.017s	coverage: 100.0% of statements
10:04:58 [2021-04-02T10:04:58.629Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
10:04:58 [2021-04-02T10:04:58.629Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
10:04:58 [2021-04-02T10:04:58.711Z] .
10:04:58 [2021-04-02T10:04:58.711Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
10:04:58 [2021-04-02T10:04:58.711Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
10:04:58 [2021-04-02T10:04:58.711Z] Error: No such image: emptyfs
10:04:58 [2021-04-02T10:04:58.892Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.020s	coverage: 85.7% of statements
10:04:58 [2021-04-02T10:04:58.892Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
10:04:58 [2021-04-02T10:04:58.972Z] Running integration-test (iteration 1)
10:04:58 [2021-04-02T10:04:58.972Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
10:04:59 [2021-04-02T10:04:59.153Z] ok  	github.com/docker/docker/pkg/parsers	0.008s	coverage: 97.0% of statements
10:04:59 [2021-04-02T10:04:59.415Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.028s	coverage: 60.0% of statements
10:04:59 [2021-04-02T10:04:59.678Z] ok  	github.com/docker/docker/pkg/pidfile	0.022s	coverage: 82.4% of statements
10:04:59 [2021-04-02T10:04:59.678Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.038s	coverage: 86.7% of statements
10:04:59 [2021-04-02T10:04:59.678Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
10:04:59 [2021-04-02T10:04:59.678Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
10:05:00 [2021-04-02T10:05:00.253Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.050s	coverage: 56.8% of statements
10:05:00 [2021-04-02T10:05:00.827Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.030s	coverage: 85.7% of statements
10:05:00 [2021-04-02T10:05:00.827Z] ok  	github.com/docker/docker/pkg/pools	0.026s	coverage: 88.2% of statements
10:05:01 [2021-04-02T10:05:01.089Z] ok  	github.com/docker/docker/pkg/progress	0.018s	coverage: 75.9% of statements
10:05:01 [2021-04-02T10:05:01.662Z] ok  	github.com/docker/docker/pkg/reexec	0.016s	coverage: 82.4% of statements
10:05:02 [2021-04-02T10:05:02.234Z] ok  	github.com/docker/docker/pkg/stdcopy	0.011s	coverage: 100.0% of statements
10:05:02 [2021-04-02T10:05:02.496Z] ok  	github.com/docker/docker/pkg/pubsub	1.099s	coverage: 75.0% of statements
10:05:02 [2021-04-02T10:05:02.757Z] ok  	github.com/docker/docker/pkg/streamformatter	0.010s	coverage: 66.2% of statements
10:05:03 [2021-04-02T10:05:03.018Z] ok  	github.com/docker/docker/pkg/stringid	0.008s	coverage: 70.6% of statements
10:05:03 [2021-04-02T10:05:03.961Z] ok  	github.com/docker/docker/pkg/sysinfo	0.017s	coverage: 54.9% of statements
10:05:04 [2021-04-02T10:05:04.239Z] ok  	github.com/docker/docker/pkg/system	0.015s	coverage: 36.9% of statements
10:05:04 [2021-04-02T10:05:04.820Z] ok  	github.com/docker/docker/pkg/tailfile	0.131s	coverage: 88.6% of statements
10:05:04 [2021-04-02T10:05:04.820Z] ok  	github.com/docker/docker/pkg/signal	2.887s	coverage: 61.0% of statements
10:05:05 [2021-04-02T10:05:05.089Z] testing: warning: no tests to run
10:05:05 [2021-04-02T10:05:05.089Z] coverage: [no statements]
10:05:05 [2021-04-02T10:05:05.089Z] ok  	github.com/docker/docker/pkg/term/windows	0.008s	coverage: [no statements] [no tests to run]
10:05:05 [2021-04-02T10:05:05.357Z] ok  	github.com/docker/docker/pkg/tarsum	0.150s	coverage: 89.3% of statements
10:05:05 [2021-04-02T10:05:05.626Z] ok  	github.com/docker/docker/pkg/truncindex	0.114s	coverage: 91.5% of statements
10:05:05 [2021-04-02T10:05:05.626Z] ok  	github.com/docker/docker/pkg/urlutil	0.011s	coverage: 100.0% of statements
10:05:05 [2021-04-02T10:05:05.626Z] ok  	github.com/docker/docker/pkg/useragent	0.011s	coverage: 88.9% of statements
10:05:07 [2021-04-02T10:05:07.014Z] ok  	github.com/docker/docker/plugin/v2	0.015s	coverage: 14.5% of statements
10:05:07 [2021-04-02T10:05:07.275Z] ok  	github.com/docker/docker/profiles/seccomp	0.030s	coverage: 85.4% of statements
10:05:08 [2021-04-02T10:05:08.220Z] ok  	github.com/docker/docker/reference	0.017s	coverage: 84.4% of statements
10:05:08 [2021-04-02T10:05:08.329Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
10:05:08 [2021-04-02T10:05:08.481Z] ok  	github.com/docker/docker/plugin	0.558s	coverage: 23.2% of statements
10:05:08 [2021-04-02T10:05:08.585Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
10:05:09 [2021-04-02T10:05:09.951Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
10:05:10 [2021-04-02T10:05:10.406Z] ok  	github.com/docker/docker/quota	0.475s	coverage: 71.4% of statements
10:05:10 [2021-04-02T10:05:10.406Z] ok  	github.com/docker/docker/registry/resumable	0.028s	coverage: 100.0% of statements
10:05:10 [2021-04-02T10:05:10.406Z] ok  	github.com/docker/docker/registry	0.223s	coverage: 58.8% of statements
10:05:10 [2021-04-02T10:05:10.668Z] ok  	github.com/docker/docker/restartmanager	0.013s	coverage: 45.3% of statements
10:05:11 [2021-04-02T10:05:11.243Z] ok  	github.com/docker/docker/testutil	0.017s	coverage: 62.5% of statements
10:05:11 [2021-04-02T10:05:11.317Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
10:05:11 [2021-04-02T10:05:11.317Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
10:05:11 [2021-04-02T10:05:11.505Z] ok  	github.com/docker/docker/runconfig	0.028s	coverage: 66.1% of statements
10:05:13 [2021-04-02T10:05:13.205Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
10:05:14 [2021-04-02T10:05:14.056Z] ok  	github.com/docker/docker/volume/drivers	0.018s	coverage: 36.1% of statements
10:05:14 [2021-04-02T10:05:14.056Z] ok  	github.com/docker/docker/volume/mounts	0.058s	coverage: 67.0% of statements
10:05:14 [2021-04-02T10:05:14.317Z] ok  	github.com/docker/docker/volume/local	0.258s	coverage: 76.4% of statements
10:05:16 [2021-04-02T10:05:16.229Z] ok  	github.com/docker/docker/volume/service	0.027s	coverage: 73.1% of statements
10:05:16 [2021-04-02T10:05:16.473Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
10:05:18 [2021-04-02T10:05:18.364Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
10:05:19 [2021-04-02T10:05:19.729Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
10:05:20 [2021-04-02T10:05:20.658Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
10:05:21 [2021-04-02T10:05:21.021Z] Loaded image: buildpack-deps:buster
10:05:21 [2021-04-02T10:05:21.022Z] Loaded image: busybox:latest
10:05:21 [2021-04-02T10:05:21.022Z] Loaded image: busybox:glibc
10:05:21 [2021-04-02T10:05:21.282Z] Loaded image: debian:bullseye
10:05:21 [2021-04-02T10:05:21.282Z] Loaded image: hello-world:latest
10:05:21 [2021-04-02T10:05:21.282Z] Loaded image: arm32v7/hello-world:latest
10:05:21 [2021-04-02T10:05:21.282Z] INFO: Testing against a local daemon
10:05:21 [2021-04-02T10:05:21.282Z] === RUN   TestCgroupNamespacesBuild
10:05:22 [2021-04-02T10:05:22.023Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
10:05:22 [2021-04-02T10:05:22.645Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
10:05:23 [2021-04-02T10:05:23.214Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
10:05:23 [2021-04-02T10:05:23.395Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
10:05:24 [2021-04-02T10:05:24.578Z] --- PASS: TestCgroupNamespacesBuild (2.89s)
10:05:24 [2021-04-02T10:05:24.578Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
10:05:25 [2021-04-02T10:05:25.285Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
10:05:26 [2021-04-02T10:05:26.212Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
10:05:27 [2021-04-02T10:05:27.120Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.65s)
10:05:27 [2021-04-02T10:05:27.120Z] === RUN   TestBuildWithSession
10:05:27 [2021-04-02T10:05:27.120Z] --- SKIP: TestBuildWithSession (0.00s)
10:05:27 [2021-04-02T10:05:27.120Z]     build_session_test.go:25: TODO: BuildKit
10:05:27 [2021-04-02T10:05:27.120Z] === RUN   TestBuildSquashParent
10:05:27 [2021-04-02T10:05:27.635Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
10:05:28 [2021-04-02T10:05:28.999Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
10:05:28 [2021-04-02T10:05:28.999Z] Using test binary docker
10:05:28 [2021-04-02T10:05:28.999Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
10:05:28 [2021-04-02T10:05:28.999Z] Starting apparmor (via systemctl): apparmor.service.
10:05:28 [2021-04-02T10:05:28.999Z] INFO: Waiting for daemon to start...
10:05:28 [2021-04-02T10:05:28.999Z] Starting dockerd
10:05:30 [2021-04-02T10:05:30.885Z] .
10:05:30 [2021-04-02T10:05:30.885Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
10:05:30 [2021-04-02T10:05:30.885Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
10:05:30 [2021-04-02T10:05:30.885Z] Error: No such image: emptyfs
10:05:31 [2021-04-02T10:05:31.141Z] Running integration-test (iteration 1)
10:05:31 [2021-04-02T10:05:31.141Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
10:05:35 [2021-04-02T10:05:35.254Z] --- PASS: TestBuildSquashParent (8.01s)
10:05:35 [2021-04-02T10:05:35.254Z] === RUN   TestBuildWithRemoveAndForceRemove
10:05:35 [2021-04-02T10:05:35.254Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
10:05:35 [2021-04-02T10:05:35.254Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
10:05:35 [2021-04-02T10:05:35.254Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
10:05:35 [2021-04-02T10:05:35.254Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
10:05:35 [2021-04-02T10:05:35.254Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
10:05:35 [2021-04-02T10:05:35.254Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
10:05:35 [2021-04-02T10:05:35.254Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
10:05:35 [2021-04-02T10:05:35.254Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
10:05:35 [2021-04-02T10:05:35.254Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
10:05:35 [2021-04-02T10:05:35.254Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
10:05:35 [2021-04-02T10:05:35.254Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
10:05:35 [2021-04-02T10:05:35.254Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
10:05:35 [2021-04-02T10:05:35.254Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
10:05:35 [2021-04-02T10:05:35.254Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
10:05:38 [2021-04-02T10:05:38.176Z] ok  	github.com/docker/docker/pkg/plugins	33.641s	coverage: 76.6% of statements
10:05:38 [2021-04-02T10:05:38.176Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
10:05:38 [2021-04-02T10:05:38.176Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
10:05:38 [2021-04-02T10:05:38.176Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
10:05:38 [2021-04-02T10:05:38.176Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
10:05:38 [2021-04-02T10:05:38.176Z] ?   	github.com/docker/docker/pkg/term	[no test files]
10:05:38 [2021-04-02T10:05:38.176Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
10:05:38 [2021-04-02T10:05:38.176Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
10:05:38 [2021-04-02T10:05:38.176Z] ?   	github.com/docker/docker/rootless	[no test files]
10:05:38 [2021-04-02T10:05:38.176Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
10:05:38 [2021-04-02T10:05:38.176Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
10:05:38 [2021-04-02T10:05:38.176Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
10:05:38 [2021-04-02T10:05:38.176Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
10:05:38 [2021-04-02T10:05:38.176Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
10:05:38 [2021-04-02T10:05:38.176Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
10:05:38 [2021-04-02T10:05:38.176Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
10:05:38 [2021-04-02T10:05:38.176Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
10:05:38 [2021-04-02T10:05:38.176Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
10:05:38 [2021-04-02T10:05:38.176Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
10:05:38 [2021-04-02T10:05:38.176Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
10:05:38 [2021-04-02T10:05:38.176Z] ?   	github.com/docker/docker/testutil/request	[no test files]
10:05:38 [2021-04-02T10:05:38.176Z] ?   	github.com/docker/docker/volume	[no test files]
10:05:38 [2021-04-02T10:05:38.176Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
10:05:38 [2021-04-02T10:05:38.176Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
10:05:38 [2021-04-02T10:05:38.176Z] 
10:05:38 [2021-04-02T10:05:38.176Z] === Skipped
10:05:38 [2021-04-02T10:05:38.176Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
10:05:38 [2021-04-02T10:05:38.176Z]     exec_linux_test.go:18: requires AppArmor to be enabled
10:05:38 [2021-04-02T10:05:38.176Z] 
10:05:38 [2021-04-02T10:05:38.176Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
10:05:38 [2021-04-02T10:05:38.176Z]     exec_linux_test.go:38: requires AppArmor to be enabled
10:05:38 [2021-04-02T10:05:38.176Z] 
10:05:38 [2021-04-02T10:05:38.176Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
10:05:38 [2021-04-02T10:05:38.176Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:05:38 [2021-04-02T10:05:38.176Z]     graphtest_unix.go:46: Driver btrfs not supported
10:05:38 [2021-04-02T10:05:38.176Z] 
10:05:38 [2021-04-02T10:05:38.176Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
10:05:38 [2021-04-02T10:05:38.176Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:05:38 [2021-04-02T10:05:38.176Z]     graphtest_unix.go:46: Driver btrfs not supported
10:05:38 [2021-04-02T10:05:38.176Z] 
10:05:38 [2021-04-02T10:05:38.176Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
10:05:38 [2021-04-02T10:05:38.176Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:05:38 [2021-04-02T10:05:38.176Z]     graphtest_unix.go:46: Driver btrfs not supported
10:05:38 [2021-04-02T10:05:38.176Z] 
10:05:38 [2021-04-02T10:05:38.176Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
10:05:38 [2021-04-02T10:05:38.176Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:05:38 [2021-04-02T10:05:38.176Z]     graphtest_unix.go:46: Driver btrfs not supported
10:05:38 [2021-04-02T10:05:38.176Z] 
10:05:38 [2021-04-02T10:05:38.176Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
10:05:38 [2021-04-02T10:05:38.176Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:05:38 [2021-04-02T10:05:38.176Z]     graphtest_unix.go:46: Driver btrfs not supported
10:05:38 [2021-04-02T10:05:38.176Z] 
10:05:38 [2021-04-02T10:05:38.176Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
10:05:38 [2021-04-02T10:05:38.176Z]     graphtest_unix.go:73: No driver to put!
10:05:38 [2021-04-02T10:05:38.176Z] 
10:05:38 [2021-04-02T10:05:38.176Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
10:05:38 [2021-04-02T10:05:38.176Z] time="2021-04-02T10:04:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
10:05:38 [2021-04-02T10:05:38.176Z]     graphtest_unix.go:44: graphdriver: driver not supported
10:05:38 [2021-04-02T10:05:38.176Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
10:05:38 [2021-04-02T10:05:38.176Z] 
10:05:38 [2021-04-02T10:05:38.176Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
10:05:38 [2021-04-02T10:05:38.176Z] time="2021-04-02T10:04:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
10:05:38 [2021-04-02T10:05:38.176Z]     graphtest_unix.go:44: graphdriver: driver not supported
10:05:38 [2021-04-02T10:05:38.176Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
10:05:38 [2021-04-02T10:05:38.176Z] 
10:05:38 [2021-04-02T10:05:38.176Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
10:05:38 [2021-04-02T10:05:38.176Z] time="2021-04-02T10:04:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
10:05:38 [2021-04-02T10:05:38.176Z]     graphtest_unix.go:44: graphdriver: driver not supported
10:05:38 [2021-04-02T10:05:38.176Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
10:05:38 [2021-04-02T10:05:38.176Z] 
10:05:38 [2021-04-02T10:05:38.176Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
10:05:38 [2021-04-02T10:05:38.176Z] time="2021-04-02T10:04:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
10:05:38 [2021-04-02T10:05:38.176Z]     graphtest_unix.go:44: graphdriver: driver not supported
10:05:38 [2021-04-02T10:05:38.176Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
10:05:38 [2021-04-02T10:05:38.176Z] 
10:05:38 [2021-04-02T10:05:38.176Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
10:05:38 [2021-04-02T10:05:38.176Z] time="2021-04-02T10:04:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
10:05:38 [2021-04-02T10:05:38.176Z]     graphtest_unix.go:44: graphdriver: driver not supported
10:05:38 [2021-04-02T10:05:38.176Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
10:05:38 [2021-04-02T10:05:38.176Z] 
10:05:38 [2021-04-02T10:05:38.176Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
10:05:38 [2021-04-02T10:05:38.176Z]     graphtest_unix.go:73: No driver to put!
10:05:38 [2021-04-02T10:05:38.176Z] 
10:05:38 [2021-04-02T10:05:38.176Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
10:05:38 [2021-04-02T10:05:38.177Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
10:05:38 [2021-04-02T10:05:38.177Z] 
10:05:38 [2021-04-02T10:05:38.177Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
10:05:38 [2021-04-02T10:05:38.177Z]     overlay_test.go:49: Fails to compute changes intermittently
10:05:38 [2021-04-02T10:05:38.177Z] 
10:05:38 [2021-04-02T10:05:38.177Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
10:05:38 [2021-04-02T10:05:38.177Z]     overlay_test.go:65: Cannot run test with naive change algorithm
10:05:38 [2021-04-02T10:05:38.177Z] 
10:05:38 [2021-04-02T10:05:38.177Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
10:05:38 [2021-04-02T10:05:38.177Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
10:05:38 [2021-04-02T10:05:38.177Z] 
10:05:38 [2021-04-02T10:05:38.177Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
10:05:38 [2021-04-02T10:05:38.177Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:05:38 [2021-04-02T10:05:38.177Z]     graphtest_unix.go:46: Driver zfs not supported
10:05:38 [2021-04-02T10:05:38.177Z] 
10:05:38 [2021-04-02T10:05:38.177Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
10:05:38 [2021-04-02T10:05:38.177Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:05:38 [2021-04-02T10:05:38.177Z]     graphtest_unix.go:46: Driver zfs not supported
10:05:38 [2021-04-02T10:05:38.177Z] 
10:05:38 [2021-04-02T10:05:38.177Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
10:05:38 [2021-04-02T10:05:38.177Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:05:38 [2021-04-02T10:05:38.177Z]     graphtest_unix.go:46: Driver zfs not supported
10:05:38 [2021-04-02T10:05:38.177Z] 
10:05:38 [2021-04-02T10:05:38.177Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
10:05:38 [2021-04-02T10:05:38.177Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:05:38 [2021-04-02T10:05:38.177Z]     graphtest_unix.go:46: Driver zfs not supported
10:05:38 [2021-04-02T10:05:38.177Z] 
10:05:38 [2021-04-02T10:05:38.177Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
10:05:38 [2021-04-02T10:05:38.177Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:05:38 [2021-04-02T10:05:38.177Z]     graphtest_unix.go:46: Driver zfs not supported
10:05:38 [2021-04-02T10:05:38.177Z] 
10:05:38 [2021-04-02T10:05:38.177Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
10:05:38 [2021-04-02T10:05:38.177Z]     graphtest_unix.go:73: No driver to put!
10:05:38 [2021-04-02T10:05:38.177Z] 
10:05:38 [2021-04-02T10:05:38.177Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
10:05:38 [2021-04-02T10:05:38.177Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
10:05:38 [2021-04-02T10:05:38.177Z] 
10:05:38 [2021-04-02T10:05:38.177Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
10:05:38 [2021-04-02T10:05:38.177Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
10:05:38 [2021-04-02T10:05:38.177Z] 
10:05:38 [2021-04-02T10:05:38.177Z] 
10:05:38 [2021-04-02T10:05:38.177Z] DONE 2247 tests, 26 skipped in 198.817s
Post stage
[Pipeline] junit
10:05:38 [2021-04-02T10:05:38.192Z] Recording test results
10:05:38 [2021-04-02T10:05:38.557Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
10:05:38 [2021-04-02T10:05:38.557Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
10:05:39 [2021-04-02T10:05:39.758Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
10:05:40 [2021-04-02T10:05:40.122Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42182/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 -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:7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 hack/make.sh dynbinary test-integration
10:05:41 [2021-04-02T10:05:41.083Z] 
10:05:41 [2021-04-02T10:05:41.083Z] Removing bundles/
10:05:41 [2021-04-02T10:05:41.083Z] 
10:05:41 [2021-04-02T10:05:41.083Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
10:05:41 [2021-04-02T10:05:41.083Z] Building: bundles/dynbinary-daemon/dockerd-dev
10:05:41 [2021-04-02T10:05:41.083Z] GOOS="" GOARCH="" GOARM=""
10:05:41 [2021-04-02T10:05:41.099Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
10:05:41 [2021-04-02T10:05:41.099Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
10:05:43 [2021-04-02T10:05:43.012Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.07s)
10:05:43 [2021-04-02T10:05:43.012Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.02s)
10:05:43 [2021-04-02T10:05:43.012Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.13s)
10:05:43 [2021-04-02T10:05:43.012Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.92s)
10:05:43 [2021-04-02T10:05:43.012Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.13s)
10:05:43 [2021-04-02T10:05:43.012Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.88s)
10:05:43 [2021-04-02T10:05:43.012Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.90s)
10:05:43 [2021-04-02T10:05:43.012Z] === RUN   TestBuildMultiStageCopy
10:05:43 [2021-04-02T10:05:43.012Z] === RUN   TestBuildMultiStageCopy/copy_to_root
10:05:43 [2021-04-02T10:05:43.306Z] Loaded image: buildpack-deps:buster
10:05:43 [2021-04-02T10:05:43.561Z] Loaded image: busybox:latest
10:05:43 [2021-04-02T10:05:43.561Z] Loaded image: busybox:glibc
10:05:45 [2021-04-02T10:05:45.215Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
10:05:45 [2021-04-02T10:05:45.215Z] 
10:05:45 [2021-04-02T10:05:45.215Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
10:05:45 [2021-04-02T10:05:45.215Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
10:05:45 [2021-04-02T10:05:45.215Z] Using test binary docker
10:05:45 [2021-04-02T10:05:45.215Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
10:05:45 [2021-04-02T10:05:45.215Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
10:05:45 [2021-04-02T10:05:45.215Z] INFO: Waiting for daemon to start...
10:05:45 [2021-04-02T10:05:45.215Z] Starting dockerd
10:05:45 [2021-04-02T10:05:45.215Z] .
10:05:45 [2021-04-02T10:05:45.215Z] INFO: Building docker-sdk-python3:4.4.1...
10:05:46 [2021-04-02T10:05:46.310Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
10:05:46 [2021-04-02T10:05:46.827Z] Loaded image: debian:bullseye
10:05:46 [2021-04-02T10:05:46.827Z] Loaded image: hello-world:latest
10:05:47 [2021-04-02T10:05:47.083Z] Loaded image: arm32v7/hello-world:latest
10:05:47 [2021-04-02T10:05:47.249Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
10:05:47 [2021-04-02T10:05:47.339Z] INFO: Testing against a local daemon
10:05:47 [2021-04-02T10:05:47.339Z] === RUN   TestCgroupNamespacesBuild
10:05:48 [2021-04-02T10:05:48.189Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
10:05:49 [2021-04-02T10:05:49.128Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
10:05:49 [2021-04-02T10:05:49.851Z] --- PASS: TestCgroupNamespacesBuild (2.38s)
10:05:49 [2021-04-02T10:05:49.851Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
10:05:50 [2021-04-02T10:05:50.069Z] --- PASS: TestBuildMultiStageCopy (7.05s)
10:05:50 [2021-04-02T10:05:50.069Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.05s)
10:05:50 [2021-04-02T10:05:50.069Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
10:05:50 [2021-04-02T10:05:50.069Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s)
10:05:50 [2021-04-02T10:05:50.069Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s)
10:05:50 [2021-04-02T10:05:50.069Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s)
10:05:50 [2021-04-02T10:05:50.069Z] === RUN   TestBuildMultiStageParentConfig
10:05:51 [2021-04-02T10:05:51.738Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.78s)
10:05:51 [2021-04-02T10:05:51.738Z] === RUN   TestBuildWithSession
10:05:51 [2021-04-02T10:05:51.738Z] --- SKIP: TestBuildWithSession (0.00s)
10:05:51 [2021-04-02T10:05:51.738Z]     build_session_test.go:25: TODO: BuildKit
10:05:51 [2021-04-02T10:05:51.738Z] === RUN   TestBuildSquashParent
10:05:53 [2021-04-02T10:05:53.871Z] Removing intermediate container 88765a448f3f
10:05:53 [2021-04-02T10:05:53.871Z]  ---> 5ad9af71b1e3
10:05:53 [2021-04-02T10:05:53.871Z] Step 7/10 : RUN   Function Build-GoTestSum() {     Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH";     $Env:GO111MODULE = 'on';     $tmpGobin = "${Env:GOBIN_TMP}";     $Env:GOBIN = """${Env:GOPATH}`\bin""";     &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}";     $Env:GOBIN = "${tmpGobin}";     $Env:GO111MODULE = 'off';     if ($LASTEXITCODE -ne 0) {        Throw '"gotestsum build failed..."';     }     Write-Host "INFO:     Build done for gotestsum...";   }     Build-GoTestSum
10:05:53 [2021-04-02T10:05:53.871Z]  ---> Running in 84381f6a99e0
10:05:53 [2021-04-02T10:05:53.871Z] INFO: Building gotestsum version v0.5.3 in C:\gopath
10:05:53 [2021-04-02T10:05:53.871Z] go: finding gotest.tools/gotestsum v0.5.3
10:05:53 [2021-04-02T10:05:53.871Z] go: finding gotest.tools v0.5.3
10:05:53 [2021-04-02T10:05:53.871Z] go: downloading gotest.tools/gotestsum v0.5.3
10:05:53 [2021-04-02T10:05:53.871Z] go: extracting gotest.tools/gotestsum v0.5.3
10:05:53 [2021-04-02T10:05:53.871Z] go: downloading github.com/spf13/pflag v1.0.3
10:05:53 [2021-04-02T10:05:53.871Z] go: downloading github.com/fatih/color v1.9.0
10:05:53 [2021-04-02T10:05:53.871Z] go: downloading github.com/pkg/errors v0.9.1
10:05:53 [2021-04-02T10:05:53.871Z] go: extracting github.com/fatih/color v1.9.0
10:05:53 [2021-04-02T10:05:53.871Z] go: extracting github.com/spf13/pflag v1.0.3
10:05:53 [2021-04-02T10:05:53.871Z] go: extracting github.com/pkg/errors v0.9.1
10:05:53 [2021-04-02T10:05:53.871Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
10:05:53 [2021-04-02T10:05:53.871Z] go: downloading github.com/mattn/go-isatty v0.0.12
10:05:53 [2021-04-02T10:05:53.871Z] go: extracting github.com/mattn/go-isatty v0.0.12
10:05:53 [2021-04-02T10:05:53.871Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
10:05:53 [2021-04-02T10:05:53.871Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
10:05:53 [2021-04-02T10:05:53.871Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
10:05:53 [2021-04-02T10:05:53.871Z] go: downloading github.com/jonboulle/clockwork v0.1.0
10:05:53 [2021-04-02T10:05:53.871Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
10:05:53 [2021-04-02T10:05:53.871Z] go: extracting github.com/jonboulle/clockwork v0.1.0
10:05:53 [2021-04-02T10:05:53.871Z] go: downloading github.com/mattn/go-colorable v0.1.6
10:05:53 [2021-04-02T10:05:53.871Z] go: extracting github.com/mattn/go-colorable v0.1.6
10:05:53 [2021-04-02T10:05:53.871Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
10:05:53 [2021-04-02T10:05:53.871Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
10:05:53 [2021-04-02T10:05:53.871Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
10:05:53 [2021-04-02T10:05:53.871Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
10:05:53 [2021-04-02T10:05:53.871Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
10:05:53 [2021-04-02T10:05:53.872Z] go: finding github.com/fatih/color v1.9.0
10:05:53 [2021-04-02T10:05:53.872Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
10:05:53 [2021-04-02T10:05:53.872Z] go: finding github.com/pkg/errors v0.9.1
10:05:53 [2021-04-02T10:05:53.872Z] go: finding github.com/spf13/pflag v1.0.3
10:05:53 [2021-04-02T10:05:53.872Z] go: finding github.com/mattn/go-colorable v0.1.6
10:05:53 [2021-04-02T10:05:53.872Z] go: finding github.com/mattn/go-isatty v0.0.12
10:05:53 [2021-04-02T10:05:53.872Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
10:05:53 [2021-04-02T10:05:53.872Z] go: finding github.com/jonboulle/clockwork v0.1.0
10:05:53 [2021-04-02T10:05:53.872Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
10:05:53 [2021-04-02T10:05:53.872Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
10:05:53 [2021-04-02T10:05:53.872Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
10:05:54 [2021-04-02T10:05:54.861Z] INFO: Build done for gotestsum...
10:05:55 [2021-04-02T10:05:55.351Z] --- PASS: TestBuildMultiStageParentConfig (5.00s)
10:05:55 [2021-04-02T10:05:55.351Z] === RUN   TestBuildLabelWithTargets
10:05:58 [2021-04-02T10:05:58.271Z] --- PASS: TestBuildSquashParent (6.51s)
10:05:58 [2021-04-02T10:05:58.271Z] === RUN   TestBuildWithRemoveAndForceRemove
10:05:58 [2021-04-02T10:05:58.271Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
10:05:58 [2021-04-02T10:05:58.271Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
10:05:58 [2021-04-02T10:05:58.271Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
10:05:58 [2021-04-02T10:05:58.271Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
10:05:58 [2021-04-02T10:05:58.271Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
10:05:58 [2021-04-02T10:05:58.271Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
10:05:58 [2021-04-02T10:05:58.271Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
10:05:58 [2021-04-02T10:05:58.271Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
10:05:58 [2021-04-02T10:05:58.271Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
10:05:58 [2021-04-02T10:05:58.271Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
10:05:58 [2021-04-02T10:05:58.271Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
10:05:58 [2021-04-02T10:05:58.271Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
10:05:58 [2021-04-02T10:05:58.271Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
10:05:58 [2021-04-02T10:05:58.271Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
10:06:00 [2021-04-02T10:06:00.787Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
10:06:00 [2021-04-02T10:06:00.787Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
10:06:02 [2021-04-02T10:06:02.676Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
10:06:02 [2021-04-02T10:06:02.676Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
10:06:03 [2021-04-02T10:06:03.479Z] --- PASS: TestBuildLabelWithTargets (8.00s)
10:06:03 [2021-04-02T10:06:03.479Z] === RUN   TestBuildWithEmptyLayers
10:06:05 [2021-04-02T10:06:05.192Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
10:06:05 [2021-04-02T10:06:05.192Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.46s)
10:06:05 [2021-04-02T10:06:05.192Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.54s)
10:06:05 [2021-04-02T10:06:05.192Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.07s)
10:06:05 [2021-04-02T10:06:05.192Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.28s)
10:06:05 [2021-04-02T10:06:05.192Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.15s)
10:06:05 [2021-04-02T10:06:05.192Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.23s)
10:06:05 [2021-04-02T10:06:05.192Z] === RUN   TestBuildMultiStageCopy
10:06:05 [2021-04-02T10:06:05.192Z] === RUN   TestBuildMultiStageCopy/copy_to_root
10:06:06 [2021-04-02T10:06:06.021Z] --- PASS: TestBuildWithEmptyLayers (2.99s)
10:06:06 [2021-04-02T10:06:06.021Z] === RUN   TestBuildMultiStageOnBuild
10:06:07 [2021-04-02T10:06:07.080Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
10:06:07 [2021-04-02T10:06:07.336Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
10:06:07 [2021-04-02T10:06:07.593Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
10:06:07 [2021-04-02T10:06:07.849Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
10:06:08 [2021-04-02T10:06:08.104Z] --- PASS: TestBuildMultiStageCopy (3.07s)
10:06:08 [2021-04-02T10:06:08.104Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.03s)
10:06:08 [2021-04-02T10:06:08.104Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.26s)
10:06:08 [2021-04-02T10:06:08.104Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.28s)
10:06:08 [2021-04-02T10:06:08.104Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.24s)
10:06:08 [2021-04-02T10:06:08.104Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.26s)
10:06:08 [2021-04-02T10:06:08.104Z] === RUN   TestBuildMultiStageParentConfig
10:06:08 [2021-04-02T10:06:08.667Z] --- PASS: TestBuildMultiStageParentConfig (0.67s)
10:06:08 [2021-04-02T10:06:08.667Z] === RUN   TestBuildLabelWithTargets
10:06:09 [2021-04-02T10:06:09.823Z] Removing intermediate container 84381f6a99e0
10:06:09 [2021-04-02T10:06:09.823Z]  ---> fc3aadae0f01
10:06:09 [2021-04-02T10:06:09.823Z] Step 8/10 : ENTRYPOINT ["powershell.exe"]
10:06:09 [2021-04-02T10:06:09.823Z]  ---> Running in 21dd2e24b277
10:06:09 [2021-04-02T10:06:09.823Z] Removing intermediate container 21dd2e24b277
10:06:09 [2021-04-02T10:06:09.823Z]  ---> e0f9bbc12488
10:06:09 [2021-04-02T10:06:09.823Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker
10:06:09 [2021-04-02T10:06:09.823Z]  ---> Running in 821b32df3e80
10:06:09 [2021-04-02T10:06:09.823Z] Removing intermediate container 821b32df3e80
10:06:09 [2021-04-02T10:06:09.823Z]  ---> 4fd85e02d7e9
10:06:09 [2021-04-02T10:06:09.823Z] Step 10/10 : COPY . .
10:06:10 [2021-04-02T10:06:10.031Z] --- PASS: TestBuildLabelWithTargets (1.08s)
10:06:10 [2021-04-02T10:06:10.031Z] === RUN   TestBuildWithEmptyLayers
10:06:10 [2021-04-02T10:06:10.287Z] --- PASS: TestBuildWithEmptyLayers (0.51s)
10:06:10 [2021-04-02T10:06:10.287Z] === RUN   TestBuildMultiStageOnBuild
10:06:11 [2021-04-02T10:06:11.305Z] --- PASS: TestBuildMultiStageOnBuild (5.02s)
10:06:11 [2021-04-02T10:06:11.305Z] === RUN   TestBuildUncleanTarFilenames
10:06:11 [2021-04-02T10:06:11.876Z] --- PASS: TestBuildUncleanTarFilenames (0.67s)
10:06:11 [2021-04-02T10:06:11.876Z] === RUN   TestBuildMultiStageLayerLeak
10:06:12 [2021-04-02T10:06:12.800Z] --- PASS: TestBuildMultiStageOnBuild (2.27s)
10:06:12 [2021-04-02T10:06:12.800Z] === RUN   TestBuildUncleanTarFilenames
10:06:13 [2021-04-02T10:06:13.362Z] --- PASS: TestBuildUncleanTarFilenames (0.71s)
10:06:13 [2021-04-02T10:06:13.362Z] === RUN   TestBuildMultiStageLayerLeak
10:06:15 [2021-04-02T10:06:15.877Z] --- PASS: TestBuildMultiStageLayerLeak (2.28s)
10:06:15 [2021-04-02T10:06:15.877Z] === RUN   TestBuildWithHugeFile
10:06:16 [2021-04-02T10:06:16.076Z] --- PASS: TestBuildMultiStageLayerLeak (4.33s)
10:06:16 [2021-04-02T10:06:16.076Z] === RUN   TestBuildWithHugeFile
10:06:30 [2021-04-02T10:06:30.931Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
10:06:31 [2021-04-02T10:06:31.836Z] sha256:7001ad1ace4addc7acb79400898122e1977dd96dfe71ed08620fce8003142add
10:06:31 [2021-04-02T10:06:31.836Z] INFO: Starting docker-py tests...
10:06:31 [2021-04-02T10:06:31.836Z] ============================= test session starts ==============================
10:06:31 [2021-04-02T10:06:31.836Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1
10:06:31 [2021-04-02T10:06:31.836Z] rootdir: /src, inifile: pytest.ini
10:06:31 [2021-04-02T10:06:31.836Z] plugins: timeout-1.3.3, cov-2.6.1
10:06:31 [2021-04-02T10:06:31.836Z] collected 389 items / 1 deselected / 388 selected
10:06:31 [2021-04-02T10:06:31.836Z] 
10:06:35 [2021-04-02T10:06:35.159Z]  ---> 8b5d575b9851
10:06:35 [2021-04-02T10:06:35.159Z] Successfully built 8b5d575b9851
10:06:35 [2021-04-02T10:06:35.159Z] Successfully tagged docker:latest
10:06:35 [2021-04-02T10:06:35.159Z] INFO: Image build ended at 04/02/2021 10:06:34. Duration:00:03:05.4774231
10:06:35 [2021-04-02T10:06:35.159Z] 
10:06:35 [2021-04-02T10:06:35.159Z] 
10:06:35 [2021-04-02T10:06:35.159Z] INFO: Building the test binaries at 04/02/2021 10:06:34...
10:06:38 [2021-04-02T10:06:38.983Z] INFO: make.ps1 starting at 04/02/2021 10:06:38
10:06:39 [2021-04-02T10:06:39.452Z] INFO: Git commit (48e0e7d2c3) assumed from DOCKER_GITCOMMIT environment variable
10:06:39 [2021-04-02T10:06:39.453Z] INFO: Invoking autogen...
10:06:39 [2021-04-02T10:06:39.923Z] INFO: Building daemon...
10:06:49 [2021-04-02T10:06:49.879Z] tests/integration/api_build_test.py .......................X             [  6%]
10:06:50 [2021-04-02T10:06:50.441Z] tests/integration/api_client_test.py .....                               [  7%]
10:06:52 [2021-04-02T10:06:52.887Z] tests/integration/api_config_test.py .....                               [  8%]
10:07:02 [2021-04-02T10:07:02.593Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
10:07:02 [2021-04-02T10:07:02.593Z] 
10:07:02 [2021-04-02T10:07:02.593Z] ---> Making bundle: test-integration (in bundles/test-integration)
10:07:02 [2021-04-02T10:07:02.593Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
10:07:02 [2021-04-02T10:07:02.593Z] HOSTNAME=ba7ef75957fa
10:07:02 [2021-04-02T10:07:02.593Z] TESTDEBUG=0
10:07:02 [2021-04-02T10:07:02.593Z] DEST=bundles/test-integration
10:07:02 [2021-04-02T10:07:02.593Z] PWD=/go/src/github.com/docker/docker
10:07:02 [2021-04-02T10:07:02.593Z] DOCKER_GITCOMMIT=7937f27c9d15e4e3f01a915d6d7a71e87fd15da8
10:07:02 [2021-04-02T10:07:02.593Z] container=docker
10:07:02 [2021-04-02T10:07:02.593Z] HOME=/root
10:07:02 [2021-04-02T10:07:02.593Z] GOLANG_VERSION=1.13.15
10:07:02 [2021-04-02T10:07:02.593Z] VALIDATE_REPO=https://github.com/moby/moby.git
10:07:02 [2021-04-02T10:07:02.593Z] VALIDATE_BRANCH=master
10:07:02 [2021-04-02T10:07:02.593Z] TERM=xterm
10:07:02 [2021-04-02T10:07:02.593Z] DOCKER_PKG=github.com/docker/docker
10:07:02 [2021-04-02T10:07:02.593Z] SHLVL=1
10:07:02 [2021-04-02T10:07:02.593Z] TIMEOUT=120m
10:07:02 [2021-04-02T10:07:02.593Z] DOCKER_BUILDTAGS=apparmor seccomp journald
10:07:02 [2021-04-02T10:07:02.593Z] DOCKER_GRAPHDRIVER=overlay2
10:07:02 [2021-04-02T10:07:02.593Z] GO111MODULE=off
10:07:02 [2021-04-02T10:07:02.593Z] DOCKER_EXPERIMENTAL=1
10:07:02 [2021-04-02T10:07:02.593Z] TEST_SKIP_INTEGRATION_CLI=1
10:07:02 [2021-04-02T10:07:02.593Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10:07:02 [2021-04-02T10:07:02.593Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
10:07:02 [2021-04-02T10:07:02.593Z] GOPATH=/go
10:07:02 [2021-04-02T10:07:02.593Z] PKG_CONFIG=pkg-config
10:07:02 [2021-04-02T10:07:02.593Z] _=/usr/bin/env
10:07:02 [2021-04-02T10:07:02.593Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
10:07:03 [2021-04-02T10:07:03.021Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
10:07:06 [2021-04-02T10:07:06.317Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
10:07:09 [2021-04-02T10:07:09.611Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
10:07:12 [2021-04-02T10:07:12.079Z] --- PASS: TestBuildWithHugeFile (54.90s)
10:07:12 [2021-04-02T10:07:12.079Z] === RUN   TestBuildWCOWSandboxSize
10:07:12 [2021-04-02T10:07:12.079Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
10:07:12 [2021-04-02T10:07:12.079Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
10:07:12 [2021-04-02T10:07:12.079Z] === RUN   TestBuildWithEmptyDockerfile
10:07:12 [2021-04-02T10:07:12.079Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
10:07:12 [2021-04-02T10:07:12.079Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
10:07:12 [2021-04-02T10:07:12.079Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
10:07:12 [2021-04-02T10:07:12.079Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
10:07:12 [2021-04-02T10:07:12.079Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
10:07:12 [2021-04-02T10:07:12.079Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
10:07:12 [2021-04-02T10:07:12.079Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
10:07:12 [2021-04-02T10:07:12.079Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
10:07:12 [2021-04-02T10:07:12.079Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
10:07:12 [2021-04-02T10:07:12.079Z] --- PASS: TestBuildWithEmptyDockerfile (0.12s)
10:07:12 [2021-04-02T10:07:12.079Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s)
10:07:12 [2021-04-02T10:07:12.079Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s)
10:07:12 [2021-04-02T10:07:12.079Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.07s)
10:07:12 [2021-04-02T10:07:12.079Z] === RUN   TestBuildPreserveOwnership
10:07:12 [2021-04-02T10:07:12.079Z] === RUN   TestBuildPreserveOwnership/copy_from
10:07:12 [2021-04-02T10:07:12.343Z] --- PASS: TestBuildWithHugeFile (53.62s)
10:07:12 [2021-04-02T10:07:12.343Z] === RUN   TestBuildWCOWSandboxSize
10:07:12 [2021-04-02T10:07:12.343Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s)
10:07:12 [2021-04-02T10:07:12.343Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
10:07:12 [2021-04-02T10:07:12.343Z] === RUN   TestBuildWithEmptyDockerfile
10:07:12 [2021-04-02T10:07:12.343Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
10:07:12 [2021-04-02T10:07:12.343Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
10:07:12 [2021-04-02T10:07:12.343Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
10:07:12 [2021-04-02T10:07:12.343Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
10:07:12 [2021-04-02T10:07:12.343Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
10:07:12 [2021-04-02T10:07:12.343Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
10:07:12 [2021-04-02T10:07:12.343Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
10:07:12 [2021-04-02T10:07:12.343Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
10:07:12 [2021-04-02T10:07:12.343Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
10:07:12 [2021-04-02T10:07:12.343Z] --- PASS: TestBuildWithEmptyDockerfile (0.12s)
10:07:12 [2021-04-02T10:07:12.343Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s)
10:07:12 [2021-04-02T10:07:12.343Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s)
10:07:12 [2021-04-02T10:07:12.343Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
10:07:12 [2021-04-02T10:07:12.343Z] === RUN   TestBuildPreserveOwnership
10:07:12 [2021-04-02T10:07:12.343Z] === RUN   TestBuildPreserveOwnership/copy_from
10:07:12 [2021-04-02T10:07:12.905Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
10:07:13 [2021-04-02T10:07:13.165Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
10:07:13 [2021-04-02T10:07:13.985Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
10:07:15 [2021-04-02T10:07:15.893Z] --- PASS: TestBuildPreserveOwnership (4.79s)
10:07:15 [2021-04-02T10:07:15.893Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.21s)
10:07:15 [2021-04-02T10:07:15.893Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.57s)
10:07:15 [2021-04-02T10:07:15.893Z] === RUN   TestBuildPlatformInvalid
10:07:15 [2021-04-02T10:07:15.893Z] --- PASS: TestBuildPlatformInvalid (0.08s)
10:07:15 [2021-04-02T10:07:15.893Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
10:07:16 [2021-04-02T10:07:16.541Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
10:07:18 [2021-04-02T10:07:18.458Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
10:07:20 [2021-04-02T10:07:20.740Z] --- PASS: TestBuildPreserveOwnership (10.02s)
10:07:20 [2021-04-02T10:07:20.740Z]     --- PASS: TestBuildPreserveOwnership/copy_from (6.01s)
10:07:20 [2021-04-02T10:07:20.740Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
10:07:20 [2021-04-02T10:07:20.740Z] === RUN   TestBuildPlatformInvalid
10:07:20 [2021-04-02T10:07:20.740Z] --- PASS: TestBuildPlatformInvalid (0.09s)
10:07:20 [2021-04-02T10:07:20.740Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
10:07:20 [2021-04-02T10:07:20.740Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
10:07:20 [2021-04-02T10:07:20.740Z]     build_userns_linux_test.go:32: testEnv.IsRootless()
10:07:20 [2021-04-02T10:07:20.740Z] PASS
10:07:20 [2021-04-02T10:07:20.740Z] 
10:07:20 [2021-04-02T10:07:20.740Z] === Skipped
10:07:20 [2021-04-02T10:07:20.740Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
10:07:20 [2021-04-02T10:07:20.740Z]     build_session_test.go:25: TODO: BuildKit
10:07:20 [2021-04-02T10:07:20.740Z] 
10:07:20 [2021-04-02T10:07:20.740Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s)
10:07:20 [2021-04-02T10:07:20.740Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
10:07:20 [2021-04-02T10:07:20.740Z] 
10:07:20 [2021-04-02T10:07:20.740Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
10:07:20 [2021-04-02T10:07:20.740Z]     build_userns_linux_test.go:32: testEnv.IsRootless()
10:07:20 [2021-04-02T10:07:20.740Z] 
10:07:20 [2021-04-02T10:07:20.740Z] 
10:07:20 [2021-04-02T10:07:20.740Z] DONE 34 tests, 3 skipped in 141.256s
10:07:20 [2021-04-02T10:07:20.740Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
10:07:20 [2021-04-02T10:07:20.740Z] INFO: Testing against a local daemon
10:07:20 [2021-04-02T10:07:20.740Z] === RUN   TestConfigInspect
10:07:20 [2021-04-02T10:07:20.740Z] --- SKIP: TestConfigInspect (0.02s)
10:07:20 [2021-04-02T10:07:20.740Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:07:20 [2021-04-02T10:07:20.740Z] === RUN   TestConfigList
10:07:20 [2021-04-02T10:07:20.740Z] --- SKIP: TestConfigList (0.01s)
10:07:20 [2021-04-02T10:07:20.740Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:07:20 [2021-04-02T10:07:20.740Z] === RUN   TestConfigsCreateAndDelete
10:07:20 [2021-04-02T10:07:20.740Z] --- SKIP: TestConfigsCreateAndDelete (0.02s)
10:07:20 [2021-04-02T10:07:20.740Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:07:20 [2021-04-02T10:07:20.740Z] === RUN   TestConfigsUpdate
10:07:20 [2021-04-02T10:07:20.740Z] --- SKIP: TestConfigsUpdate (0.01s)
10:07:20 [2021-04-02T10:07:20.740Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:07:20 [2021-04-02T10:07:20.740Z] === RUN   TestTemplatedConfig
10:07:20 [2021-04-02T10:07:20.740Z] --- SKIP: TestTemplatedConfig (0.00s)
10:07:20 [2021-04-02T10:07:20.740Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:07:20 [2021-04-02T10:07:20.740Z] === RUN   TestConfigCreateResolve
10:07:20 [2021-04-02T10:07:20.740Z] --- SKIP: TestConfigCreateResolve (0.02s)
10:07:20 [2021-04-02T10:07:20.740Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:07:20 [2021-04-02T10:07:20.740Z] === RUN   TestConfigDaemonLibtrustID
10:07:22 [2021-04-02T10:07:22.669Z] --- PASS: TestConfigDaemonLibtrustID (1.82s)
10:07:22 [2021-04-02T10:07:22.669Z] PASS
10:07:22 [2021-04-02T10:07:22.669Z] 
10:07:22 [2021-04-02T10:07:22.669Z] === Skipped
10:07:22 [2021-04-02T10:07:22.669Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s)
10:07:22 [2021-04-02T10:07:22.669Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:07:22 [2021-04-02T10:07:22.669Z] 
10:07:22 [2021-04-02T10:07:22.669Z] === SKIP: amd64.integration.config TestConfigList (0.01s)
10:07:22 [2021-04-02T10:07:22.669Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:07:22 [2021-04-02T10:07:22.669Z] 
10:07:22 [2021-04-02T10:07:22.669Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.02s)
10:07:22 [2021-04-02T10:07:22.669Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:07:22 [2021-04-02T10:07:22.669Z] 
10:07:22 [2021-04-02T10:07:22.669Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s)
10:07:22 [2021-04-02T10:07:22.669Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:07:22 [2021-04-02T10:07:22.669Z] 
10:07:22 [2021-04-02T10:07:22.669Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
10:07:22 [2021-04-02T10:07:22.669Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:07:22 [2021-04-02T10:07:22.669Z] 
10:07:22 [2021-04-02T10:07:22.669Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.02s)
10:07:22 [2021-04-02T10:07:22.669Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:07:22 [2021-04-02T10:07:22.669Z] 
10:07:22 [2021-04-02T10:07:22.669Z] 
10:07:22 [2021-04-02T10:07:22.669Z] DONE 7 tests, 6 skipped in 2.011s
10:07:22 [2021-04-02T10:07:22.669Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
10:07:22 [2021-04-02T10:07:22.669Z] INFO: Testing against a local daemon
10:07:22 [2021-04-02T10:07:22.669Z] === RUN   TestCheckpoint
10:07:22 [2021-04-02T10:07:22.669Z] --- SKIP: TestCheckpoint (0.00s)
10:07:22 [2021-04-02T10:07:22.669Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
10:07:22 [2021-04-02T10:07:22.669Z] === RUN   TestContainerInvalidJSON
10:07:22 [2021-04-02T10:07:22.669Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
10:07:22 [2021-04-02T10:07:22.669Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
10:07:22 [2021-04-02T10:07:22.669Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
10:07:22 [2021-04-02T10:07:22.669Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
10:07:22 [2021-04-02T10:07:22.669Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
10:07:22 [2021-04-02T10:07:22.669Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
10:07:22 [2021-04-02T10:07:22.669Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
10:07:22 [2021-04-02T10:07:22.669Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
10:07:22 [2021-04-02T10:07:22.669Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
10:07:22 [2021-04-02T10:07:22.669Z] --- PASS: TestContainerInvalidJSON (0.01s)
10:07:22 [2021-04-02T10:07:22.669Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
10:07:22 [2021-04-02T10:07:22.669Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
10:07:22 [2021-04-02T10:07:22.669Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
10:07:22 [2021-04-02T10:07:22.669Z] === RUN   TestCopyFromContainerPathDoesNotExist
10:07:22 [2021-04-02T10:07:22.669Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
10:07:22 [2021-04-02T10:07:22.669Z] === RUN   TestCopyFromContainerPathIsNotDir
10:07:22 [2021-04-02T10:07:22.669Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
10:07:22 [2021-04-02T10:07:22.669Z] === RUN   TestCopyToContainerPathDoesNotExist
10:07:22 [2021-04-02T10:07:22.669Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
10:07:22 [2021-04-02T10:07:22.669Z] === RUN   TestCopyToContainerPathIsNotDir
10:07:22 [2021-04-02T10:07:22.669Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
10:07:22 [2021-04-02T10:07:22.669Z] === RUN   TestCopyFromContainer
10:07:24 [2021-04-02T10:07:24.569Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
10:07:24 [2021-04-02T10:07:24.569Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
10:07:26 [2021-04-02T10:07:26.048Z] === RUN   TestCopyFromContainer//
10:07:26 [2021-04-02T10:07:26.048Z] === RUN   TestCopyFromContainer//bar/root
10:07:26 [2021-04-02T10:07:26.309Z] === RUN   TestCopyFromContainer//bar/root/
10:07:26 [2021-04-02T10:07:26.309Z] === RUN   TestCopyFromContainer/bar/quux
10:07:26 [2021-04-02T10:07:26.309Z] === RUN   TestCopyFromContainer/bar/quux/
10:07:26 [2021-04-02T10:07:26.569Z] === RUN   TestCopyFromContainer/bar/quux/baz
10:07:26 [2021-04-02T10:07:26.569Z] === RUN   TestCopyFromContainer/bar/filesymlink
10:07:26 [2021-04-02T10:07:26.569Z] === RUN   TestCopyFromContainer/bar/dirsymlink
10:07:26 [2021-04-02T10:07:26.569Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
10:07:26 [2021-04-02T10:07:26.569Z] === RUN   TestCopyFromContainer/bar/notarget
10:07:26 [2021-04-02T10:07:26.829Z] --- PASS: TestCopyFromContainer (4.14s)
10:07:26 [2021-04-02T10:07:26.829Z]     --- PASS: TestCopyFromContainer// (0.07s)
10:07:26 [2021-04-02T10:07:26.829Z]     --- PASS: TestCopyFromContainer//bar/root (0.07s)
10:07:26 [2021-04-02T10:07:26.829Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.07s)
10:07:26 [2021-04-02T10:07:26.829Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
10:07:26 [2021-04-02T10:07:26.829Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
10:07:26 [2021-04-02T10:07:26.829Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
10:07:26 [2021-04-02T10:07:26.829Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
10:07:26 [2021-04-02T10:07:26.829Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
10:07:26 [2021-04-02T10:07:26.829Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
10:07:26 [2021-04-02T10:07:26.829Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
10:07:26 [2021-04-02T10:07:26.829Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
10:07:26 [2021-04-02T10:07:26.829Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
10:07:26 [2021-04-02T10:07:26.829Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
10:07:26 [2021-04-02T10:07:26.829Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
10:07:26 [2021-04-02T10:07:26.829Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
10:07:26 [2021-04-02T10:07:26.829Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
10:07:26 [2021-04-02T10:07:26.829Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
10:07:26 [2021-04-02T10:07:26.829Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
10:07:26 [2021-04-02T10:07:26.829Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
10:07:26 [2021-04-02T10:07:26.829Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
10:07:26 [2021-04-02T10:07:26.829Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
10:07:26 [2021-04-02T10:07:26.829Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
10:07:26 [2021-04-02T10:07:26.829Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
10:07:26 [2021-04-02T10:07:26.829Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
10:07:26 [2021-04-02T10:07:26.829Z] === RUN   TestCreateLinkToNonExistingContainer
10:07:26 [2021-04-02T10:07:26.829Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
10:07:26 [2021-04-02T10:07:26.829Z] === RUN   TestCreateWithInvalidEnv
10:07:26 [2021-04-02T10:07:26.829Z] === RUN   TestCreateWithInvalidEnv/0
10:07:26 [2021-04-02T10:07:26.829Z] === PAUSE TestCreateWithInvalidEnv/0
10:07:26 [2021-04-02T10:07:26.829Z] === RUN   TestCreateWithInvalidEnv/1
10:07:26 [2021-04-02T10:07:26.829Z] === PAUSE TestCreateWithInvalidEnv/1
10:07:26 [2021-04-02T10:07:26.829Z] === RUN   TestCreateWithInvalidEnv/2
10:07:26 [2021-04-02T10:07:26.829Z] === PAUSE TestCreateWithInvalidEnv/2
10:07:26 [2021-04-02T10:07:26.829Z] === CONT  TestCreateWithInvalidEnv/0
10:07:26 [2021-04-02T10:07:26.829Z] === CONT  TestCreateWithInvalidEnv/2
10:07:26 [2021-04-02T10:07:26.829Z] === CONT  TestCreateWithInvalidEnv/1
10:07:26 [2021-04-02T10:07:26.829Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
10:07:26 [2021-04-02T10:07:26.829Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
10:07:26 [2021-04-02T10:07:26.829Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
10:07:26 [2021-04-02T10:07:26.829Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
10:07:26 [2021-04-02T10:07:26.829Z] === RUN   TestCreateTmpfsMountsTarget
10:07:26 [2021-04-02T10:07:26.829Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
10:07:26 [2021-04-02T10:07:26.829Z] === RUN   TestCreateWithCustomMaskedPaths
10:07:28 [2021-04-02T10:07:28.446Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
10:07:28 [2021-04-02T10:07:28.746Z] --- PASS: TestCreateWithCustomMaskedPaths (1.92s)
10:07:28 [2021-04-02T10:07:28.746Z] === RUN   TestCreateWithCustomReadonlyPaths
10:07:29 [2021-04-02T10:07:29.996Z] tests/integration/api_container_test.py ....x...........x............... [ 17%]
10:07:30 [2021-04-02T10:07:30.658Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.88s)
10:07:30 [2021-04-02T10:07:30.659Z] === RUN   TestCreateWithInvalidHealthcheckParams
10:07:30 [2021-04-02T10:07:30.659Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
10:07:30 [2021-04-02T10:07:30.659Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
10:07:30 [2021-04-02T10:07:30.659Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
10:07:30 [2021-04-02T10:07:30.659Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
10:07:30 [2021-04-02T10:07:30.659Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
10:07:30 [2021-04-02T10:07:30.659Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
10:07:30 [2021-04-02T10:07:30.659Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
10:07:30 [2021-04-02T10:07:30.659Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
10:07:30 [2021-04-02T10:07:30.659Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
10:07:30 [2021-04-02T10:07:30.659Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
10:07:30 [2021-04-02T10:07:30.659Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
10:07:30 [2021-04-02T10:07:30.659Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
10:07:30 [2021-04-02T10:07:30.659Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
10:07:30 [2021-04-02T10:07:30.659Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
10:07:30 [2021-04-02T10:07:30.659Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
10:07:30 [2021-04-02T10:07:30.659Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
10:07:30 [2021-04-02T10:07:30.659Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
10:07:30 [2021-04-02T10:07:30.659Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
10:07:30 [2021-04-02T10:07:30.659Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s)
10:07:30 [2021-04-02T10:07:30.659Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
10:07:30 [2021-04-02T10:07:30.659Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
10:07:30 [2021-04-02T10:07:30.659Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
10:07:30 [2021-04-02T10:07:30.732Z] Loaded image: buildpack-deps:buster
10:07:30 [2021-04-02T10:07:30.732Z] Loaded image: busybox:latest
10:07:30 [2021-04-02T10:07:30.732Z] Loaded image: busybox:glibc
10:07:31 [2021-04-02T10:07:31.599Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.69s)
10:07:31 [2021-04-02T10:07:31.599Z] === RUN   TestCreateDifferentPlatform
10:07:31 [2021-04-02T10:07:31.599Z] === RUN   TestCreateDifferentPlatform/different_os
10:07:31 [2021-04-02T10:07:31.599Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
10:07:31 [2021-04-02T10:07:31.599Z] --- PASS: TestCreateDifferentPlatform (0.02s)
10:07:31 [2021-04-02T10:07:31.599Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
10:07:31 [2021-04-02T10:07:31.599Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
10:07:31 [2021-04-02T10:07:31.599Z] === RUN   TestCreateVolumesFromNonExistingContainer
10:07:31 [2021-04-02T10:07:31.599Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
10:07:31 [2021-04-02T10:07:31.599Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
10:07:31 [2021-04-02T10:07:31.599Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
10:07:31 [2021-04-02T10:07:31.599Z] === RUN   TestContainerStartOnDaemonRestart
10:07:31 [2021-04-02T10:07:31.599Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
10:07:31 [2021-04-02T10:07:31.599Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
10:07:31 [2021-04-02T10:07:31.599Z] === RUN   TestDaemonRestartIpcMode
10:07:31 [2021-04-02T10:07:31.599Z] === PAUSE TestDaemonRestartIpcMode
10:07:31 [2021-04-02T10:07:31.599Z] === RUN   TestDaemonHostGatewayIP
10:07:31 [2021-04-02T10:07:31.599Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
10:07:31 [2021-04-02T10:07:31.599Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
10:07:31 [2021-04-02T10:07:31.599Z] === RUN   TestRestartDaemonWithRestartingContainer
10:07:31 [2021-04-02T10:07:31.599Z] === PAUSE TestRestartDaemonWithRestartingContainer
10:07:31 [2021-04-02T10:07:31.599Z] === RUN   TestContainerKillOnDaemonStart
10:07:31 [2021-04-02T10:07:31.599Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
10:07:31 [2021-04-02T10:07:31.599Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
10:07:31 [2021-04-02T10:07:31.599Z] === RUN   TestDiff
10:07:31 [2021-04-02T10:07:31.658Z] Loaded image: debian:bullseye
10:07:31 [2021-04-02T10:07:31.658Z] Loaded image: hello-world:latest
10:07:31 [2021-04-02T10:07:31.658Z] Loaded image: arm32v7/hello-world:latest
10:07:32 [2021-04-02T10:07:32.170Z] --- PASS: TestDiff (0.63s)
10:07:32 [2021-04-02T10:07:32.170Z] === RUN   TestExecWithCloseStdin
10:07:32 [2021-04-02T10:07:32.644Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
10:07:33 [2021-04-02T10:07:33.112Z] --- PASS: TestExecWithCloseStdin (0.94s)
10:07:33 [2021-04-02T10:07:33.112Z] === RUN   TestExec
10:07:34 [2021-04-02T10:07:34.054Z] --- PASS: TestExec (0.94s)
10:07:34 [2021-04-02T10:07:34.054Z] === RUN   TestExecUser
10:07:34 [2021-04-02T10:07:34.995Z] --- PASS: TestExecUser (0.95s)
10:07:34 [2021-04-02T10:07:34.995Z] === RUN   TestExportContainerAndImportImage
10:07:35 [2021-04-02T10:07:35.937Z] --- PASS: TestExportContainerAndImportImage (0.83s)
10:07:35 [2021-04-02T10:07:35.937Z] === RUN   TestExportContainerAfterDaemonRestart
10:07:36 [2021-04-02T10:07:36.843Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
10:07:38 [2021-04-02T10:07:38.224Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
10:07:40 [2021-04-02T10:07:40.141Z] --- PASS: TestExportContainerAfterDaemonRestart (4.08s)
10:07:40 [2021-04-02T10:07:40.141Z] === RUN   TestHealthCheckWorkdir
10:07:41 [2021-04-02T10:07:41.523Z] --- PASS: TestHealthCheckWorkdir (1.36s)
10:07:41 [2021-04-02T10:07:41.523Z] === RUN   TestHealthKillContainer
10:07:41 [2021-04-02T10:07:41.595Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (24.40s)
10:07:41 [2021-04-02T10:07:41.595Z] PASS
10:07:41 [2021-04-02T10:07:41.595Z] 
10:07:41 [2021-04-02T10:07:41.595Z] === Skipped
10:07:41 [2021-04-02T10:07:41.595Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
10:07:41 [2021-04-02T10:07:41.595Z]     build_session_test.go:25: TODO: BuildKit
10:07:41 [2021-04-02T10:07:41.595Z] 
10:07:41 [2021-04-02T10:07:41.595Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
10:07:41 [2021-04-02T10:07:41.595Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
10:07:41 [2021-04-02T10:07:41.595Z] 
10:07:41 [2021-04-02T10:07:41.595Z] 
10:07:41 [2021-04-02T10:07:41.595Z] DONE 34 tests, 2 skipped in 128.972s
10:07:41 [2021-04-02T10:07:41.595Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
10:07:41 [2021-04-02T10:07:41.595Z] INFO: Testing against a local daemon
10:07:41 [2021-04-02T10:07:41.595Z] === RUN   TestConfigInspect
10:07:42 [2021-04-02T10:07:42.423Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
10:07:42 [2021-04-02T10:07:42.700Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
10:07:42 [2021-04-02T10:07:42.959Z] --- PASS: TestConfigInspect (2.57s)
10:07:42 [2021-04-02T10:07:42.959Z] === RUN   TestConfigList
10:07:44 [2021-04-02T10:07:44.065Z] --- PASS: TestHealthKillContainer (2.96s)
10:07:44 [2021-04-02T10:07:44.065Z] === RUN   TestInspectCpusetInConfigPre120
10:07:45 [2021-04-02T10:07:45.005Z] --- PASS: TestInspectCpusetInConfigPre120 (0.66s)
10:07:45 [2021-04-02T10:07:45.005Z] === RUN   TestIpcModeNone
10:07:45 [2021-04-02T10:07:45.473Z] --- PASS: TestConfigList (2.42s)
10:07:45 [2021-04-02T10:07:45.473Z] === RUN   TestConfigsCreateAndDelete
10:07:45 [2021-04-02T10:07:45.716Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
10:07:45 [2021-04-02T10:07:45.946Z] --- PASS: TestIpcModeNone (0.92s)
10:07:45 [2021-04-02T10:07:45.946Z] === RUN   TestIpcModePrivate
10:07:46 [2021-04-02T10:07:46.887Z] --- PASS: TestIpcModePrivate (0.94s)
10:07:46 [2021-04-02T10:07:46.887Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false
10:07:46 [2021-04-02T10:07:46.887Z] === RUN   TestIpcModeShareable
10:07:46 [2021-04-02T10:07:46.887Z] --- SKIP: TestIpcModeShareable (0.00s)
10:07:46 [2021-04-02T10:07:46.887Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
10:07:46 [2021-04-02T10:07:46.887Z] === RUN   TestAPIIpcModeShareableAndContainer
10:07:47 [2021-04-02T10:07:47.986Z] --- PASS: TestConfigsCreateAndDelete (2.42s)
10:07:47 [2021-04-02T10:07:47.986Z] === RUN   TestConfigsUpdate
10:07:49 [2021-04-02T10:07:49.431Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.71s)
10:07:49 [2021-04-02T10:07:49.431Z] === RUN   TestAPIIpcModeHost
10:07:49 [2021-04-02T10:07:49.431Z] --- SKIP: TestAPIIpcModeHost (0.00s)
10:07:49 [2021-04-02T10:07:49.431Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
10:07:49 [2021-04-02T10:07:49.431Z] === RUN   TestDaemonIpcModeShareable
10:07:49 [2021-04-02T10:07:49.431Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
10:07:49 [2021-04-02T10:07:49.431Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
10:07:49 [2021-04-02T10:07:49.431Z] === RUN   TestDaemonIpcModePrivate
10:07:49 [2021-04-02T10:07:49.917Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
10:07:50 [2021-04-02T10:07:50.498Z] --- PASS: TestConfigsUpdate (2.46s)
10:07:50 [2021-04-02T10:07:50.498Z] === RUN   TestTemplatedConfig
10:07:50 [2021-04-02T10:07:50.846Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
10:07:52 [2021-04-02T10:07:52.233Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
10:07:52 [2021-04-02T10:07:52.268Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
10:07:52 [2021-04-02T10:07:52.268Z] 
10:07:52 [2021-04-02T10:07:52.268Z]  ________   ____  __.
10:07:52 [2021-04-02T10:07:52.268Z]  \_____  \ |    |/ _|
10:07:52 [2021-04-02T10:07:52.268Z]  /   |   \|      <
10:07:52 [2021-04-02T10:07:52.268Z]  /    |    \    |  \
10:07:52 [2021-04-02T10:07:52.268Z]  \_______  /____|__ \
10:07:52 [2021-04-02T10:07:52.268Z]          \/        \/
10:07:52 [2021-04-02T10:07:52.268Z] 
10:07:52 [2021-04-02T10:07:52.268Z] INFO: make.ps1 ended at 04/02/2021 10:07:47
10:07:52 [2021-04-02T10:07:52.268Z] INFO: Binaries build ended at 04/02/2021 10:07:48. Duration:00:01:13.9268120
10:07:52 [2021-04-02T10:07:52.268Z] INFO: Copying the built daemon binary to d:\CI\PR-42182\6\binary\dockerd-48e0e7d2c3.exe...
10:07:52 [2021-04-02T10:07:52.268Z] INFO: Copying the built client binary to d:\CI\PR-42182\6\binary\docker-48e0e7d2c3.exe...
10:07:52 [2021-04-02T10:07:52.268Z] INFO: Copying dockerversion from the container...
10:07:52 [2021-04-02T10:07:52.268Z] INFO: Copying the golang package from the container to d:\CI\PR-42182\6\installer\go.zip...
10:07:52 [2021-04-02T10:07:52.268Z] INFO: Extracting go.zip to d:\CI\PR-42182\6\go
10:07:52 [2021-04-02T10:07:52.728Z] --- PASS: TestDaemonIpcModePrivate (2.93s)
10:07:52 [2021-04-02T10:07:52.728Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false
10:07:52 [2021-04-02T10:07:52.728Z] === RUN   TestDaemonIpcModePrivateFromConfig
10:07:52 [2021-04-02T10:07:52.728Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
10:07:52 [2021-04-02T10:07:52.728Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
10:07:52 [2021-04-02T10:07:52.728Z] === RUN   TestDaemonIpcModeShareableFromConfig
10:07:52 [2021-04-02T10:07:52.728Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
10:07:52 [2021-04-02T10:07:52.728Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
10:07:52 [2021-04-02T10:07:52.728Z] === RUN   TestIpcModeOlderClient
10:07:52 [2021-04-02T10:07:52.728Z] === PAUSE TestIpcModeOlderClient
10:07:52 [2021-04-02T10:07:52.728Z] === RUN   TestKillContainerInvalidSignal
10:07:52 [2021-04-02T10:07:52.989Z] --- PASS: TestKillContainerInvalidSignal (0.70s)
10:07:52 [2021-04-02T10:07:52.989Z] === RUN   TestKillContainer
10:07:52 [2021-04-02T10:07:52.989Z] === RUN   TestKillContainer/no_signal
10:07:53 [2021-04-02T10:07:53.211Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
10:07:53 [2021-04-02T10:07:53.762Z] --- PASS: TestTemplatedConfig (3.49s)
10:07:53 [2021-04-02T10:07:53.762Z] === RUN   TestConfigCreateResolve
10:07:53 [2021-04-02T10:07:53.930Z] === RUN   TestKillContainer/non_killing_signal
10:07:54 [2021-04-02T10:07:54.145Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
10:07:54 [2021-04-02T10:07:54.190Z] === RUN   TestKillContainer/killing_signal
10:07:55 [2021-04-02T10:07:55.088Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
10:07:55 [2021-04-02T10:07:55.132Z] --- PASS: TestKillContainer (2.02s)
10:07:55 [2021-04-02T10:07:55.132Z]     --- PASS: TestKillContainer/no_signal (0.65s)
10:07:55 [2021-04-02T10:07:55.132Z]     --- PASS: TestKillContainer/non_killing_signal (0.53s)
10:07:55 [2021-04-02T10:07:55.132Z]     --- PASS: TestKillContainer/killing_signal (0.67s)
10:07:55 [2021-04-02T10:07:55.132Z] === RUN   TestKillWithStopSignalAndRestartPolicies
10:07:55 [2021-04-02T10:07:55.132Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
10:07:55 [2021-04-02T10:07:55.660Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
10:07:55 [2021-04-02T10:07:55.704Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
10:07:56 [2021-04-02T10:07:56.275Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.33s)
10:07:56 [2021-04-02T10:07:56.275Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.65s)
10:07:56 [2021-04-02T10:07:56.275Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.53s)
10:07:56 [2021-04-02T10:07:56.275Z] === RUN   TestKillStoppedContainer
10:07:56 [2021-04-02T10:07:56.275Z] --- PASS: TestConfigCreateResolve (2.42s)
10:07:56 [2021-04-02T10:07:56.275Z] === RUN   TestConfigDaemonLibtrustID
10:07:56 [2021-04-02T10:07:56.505Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
10:07:56 [2021-04-02T10:07:56.530Z] --- PASS: TestConfigDaemonLibtrustID (0.66s)
10:07:56 [2021-04-02T10:07:56.530Z] PASS
10:07:56 [2021-04-02T10:07:56.530Z] 
10:07:56 [2021-04-02T10:07:56.530Z] DONE 7 tests in 16.492s
10:07:56 [2021-04-02T10:07:56.535Z] --- PASS: TestKillStoppedContainer (0.05s)
10:07:56 [2021-04-02T10:07:56.535Z] === RUN   TestKillStoppedContainerAPIPre120
10:07:56 [2021-04-02T10:07:56.535Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
10:07:56 [2021-04-02T10:07:56.535Z] === RUN   TestKillDifferentUserContainer
10:07:56 [2021-04-02T10:07:56.792Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
10:07:56 [2021-04-02T10:07:56.792Z] INFO: Testing against a local daemon
10:07:56 [2021-04-02T10:07:56.792Z] === RUN   TestCheckpoint
10:07:56 [2021-04-02T10:07:56.792Z] --- SKIP: TestCheckpoint (0.00s)
10:07:56 [2021-04-02T10:07:56.792Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
10:07:56 [2021-04-02T10:07:56.792Z] === RUN   TestContainerInvalidJSON
10:07:56 [2021-04-02T10:07:56.792Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
10:07:56 [2021-04-02T10:07:56.792Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
10:07:56 [2021-04-02T10:07:56.792Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
10:07:56 [2021-04-02T10:07:56.792Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
10:07:56 [2021-04-02T10:07:56.792Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
10:07:56 [2021-04-02T10:07:56.792Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
10:07:56 [2021-04-02T10:07:56.792Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
10:07:56 [2021-04-02T10:07:56.792Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
10:07:56 [2021-04-02T10:07:56.792Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
10:07:56 [2021-04-02T10:07:56.792Z] --- PASS: TestContainerInvalidJSON (0.01s)
10:07:56 [2021-04-02T10:07:56.792Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
10:07:56 [2021-04-02T10:07:56.792Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
10:07:56 [2021-04-02T10:07:56.792Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
10:07:56 [2021-04-02T10:07:56.792Z] === RUN   TestCopyFromContainerPathDoesNotExist
10:07:56 [2021-04-02T10:07:56.792Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
10:07:56 [2021-04-02T10:07:56.792Z] === RUN   TestCopyFromContainerPathIsNotDir
10:07:56 [2021-04-02T10:07:56.792Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
10:07:56 [2021-04-02T10:07:56.792Z] === RUN   TestCopyToContainerPathDoesNotExist
10:07:56 [2021-04-02T10:07:56.792Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s)
10:07:56 [2021-04-02T10:07:56.792Z] === RUN   TestCopyToContainerPathIsNotDir
10:07:57 [2021-04-02T10:07:57.048Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
10:07:57 [2021-04-02T10:07:57.048Z] === RUN   TestCopyFromContainer
10:07:57 [2021-04-02T10:07:57.111Z] --- PASS: TestKillDifferentUserContainer (0.65s)
10:07:57 [2021-04-02T10:07:57.111Z] === RUN   TestInspectOomKilledTrue
10:07:57 [2021-04-02T10:07:57.111Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
10:07:57 [2021-04-02T10:07:57.111Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
10:07:57 [2021-04-02T10:07:57.111Z] === RUN   TestInspectOomKilledFalse
10:07:57 [2021-04-02T10:07:57.111Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
10:07:57 [2021-04-02T10:07:57.111Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
10:07:57 [2021-04-02T10:07:57.111Z] === RUN   TestLinksEtcHostsContentMatch
10:07:57 [2021-04-02T10:07:57.111Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
10:07:57 [2021-04-02T10:07:57.111Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
10:07:57 [2021-04-02T10:07:57.111Z] === RUN   TestLinksContainerNames
10:07:57 [2021-04-02T10:07:57.576Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
10:07:58 [2021-04-02T10:07:58.413Z] === RUN   TestCopyFromContainer//
10:07:58 [2021-04-02T10:07:58.413Z] === RUN   TestCopyFromContainer//bar/root
10:07:58 [2021-04-02T10:07:58.413Z] === RUN   TestCopyFromContainer//bar/root/
10:07:58 [2021-04-02T10:07:58.495Z] --- PASS: TestLinksContainerNames (1.33s)
10:07:58 [2021-04-02T10:07:58.495Z] === RUN   TestLogsFollowTailEmpty
10:07:58 [2021-04-02T10:07:58.670Z] === RUN   TestCopyFromContainer/bar/quux
10:07:58 [2021-04-02T10:07:58.670Z] === RUN   TestCopyFromContainer/bar/quux/
10:07:58 [2021-04-02T10:07:58.670Z] === RUN   TestCopyFromContainer/bar/quux/baz
10:07:58 [2021-04-02T10:07:58.670Z] === RUN   TestCopyFromContainer/bar/filesymlink
10:07:58 [2021-04-02T10:07:58.926Z] === RUN   TestCopyFromContainer/bar/dirsymlink
10:07:58 [2021-04-02T10:07:58.926Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
10:07:58 [2021-04-02T10:07:58.926Z] === RUN   TestCopyFromContainer/bar/notarget
10:07:58 [2021-04-02T10:07:58.926Z] --- PASS: TestCopyFromContainer (2.11s)
10:07:58 [2021-04-02T10:07:58.926Z]     --- PASS: TestCopyFromContainer// (0.08s)
10:07:58 [2021-04-02T10:07:58.926Z]     --- PASS: TestCopyFromContainer//bar/root (0.07s)
10:07:58 [2021-04-02T10:07:58.926Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.08s)
10:07:58 [2021-04-02T10:07:58.926Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
10:07:58 [2021-04-02T10:07:58.926Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
10:07:58 [2021-04-02T10:07:58.926Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
10:07:58 [2021-04-02T10:07:58.926Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
10:07:58 [2021-04-02T10:07:58.926Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
10:07:58 [2021-04-02T10:07:58.926Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
10:07:58 [2021-04-02T10:07:58.926Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
10:07:58 [2021-04-02T10:07:58.926Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
10:07:58 [2021-04-02T10:07:58.926Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
10:07:58 [2021-04-02T10:07:58.926Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
10:07:58 [2021-04-02T10:07:58.926Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
10:07:58 [2021-04-02T10:07:58.926Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
10:07:58 [2021-04-02T10:07:58.926Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
10:07:58 [2021-04-02T10:07:58.926Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
10:07:59 [2021-04-02T10:07:59.066Z] --- PASS: TestLogsFollowTailEmpty (0.66s)
10:07:59 [2021-04-02T10:07:59.066Z] === RUN   TestContainerNetworkMountsNoChown
10:07:59 [2021-04-02T10:07:59.182Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
10:07:59 [2021-04-02T10:07:59.182Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
10:07:59 [2021-04-02T10:07:59.182Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
10:07:59 [2021-04-02T10:07:59.182Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
10:07:59 [2021-04-02T10:07:59.182Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
10:07:59 [2021-04-02T10:07:59.182Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
10:07:59 [2021-04-02T10:07:59.182Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
10:07:59 [2021-04-02T10:07:59.182Z] === RUN   TestCreateLinkToNonExistingContainer
10:07:59 [2021-04-02T10:07:59.182Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
10:07:59 [2021-04-02T10:07:59.182Z] === RUN   TestCreateWithInvalidEnv
10:07:59 [2021-04-02T10:07:59.182Z] === RUN   TestCreateWithInvalidEnv/0
10:07:59 [2021-04-02T10:07:59.182Z] === PAUSE TestCreateWithInvalidEnv/0
10:07:59 [2021-04-02T10:07:59.182Z] === RUN   TestCreateWithInvalidEnv/1
10:07:59 [2021-04-02T10:07:59.182Z] === PAUSE TestCreateWithInvalidEnv/1
10:07:59 [2021-04-02T10:07:59.182Z] === RUN   TestCreateWithInvalidEnv/2
10:07:59 [2021-04-02T10:07:59.182Z] === PAUSE TestCreateWithInvalidEnv/2
10:07:59 [2021-04-02T10:07:59.182Z] === CONT  TestCreateWithInvalidEnv/0
10:07:59 [2021-04-02T10:07:59.182Z] === CONT  TestCreateWithInvalidEnv/2
10:07:59 [2021-04-02T10:07:59.182Z] === CONT  TestCreateWithInvalidEnv/1
10:07:59 [2021-04-02T10:07:59.182Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
10:07:59 [2021-04-02T10:07:59.182Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
10:07:59 [2021-04-02T10:07:59.182Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
10:07:59 [2021-04-02T10:07:59.182Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
10:07:59 [2021-04-02T10:07:59.182Z] === RUN   TestCreateTmpfsMountsTarget
10:07:59 [2021-04-02T10:07:59.182Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
10:07:59 [2021-04-02T10:07:59.182Z] === RUN   TestCreateWithCustomMaskedPaths
10:07:59 [2021-04-02T10:07:59.892Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
10:07:59 [2021-04-02T10:07:59.892Z] Using test binary docker
10:07:59 [2021-04-02T10:07:59.892Z] +++ /etc/init.d/apparmor start
10:07:59 [2021-04-02T10:07:59.892Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
10:07:59 [2021-04-02T10:07:59.892Z] INFO: Waiting for daemon to start...
10:07:59 [2021-04-02T10:07:59.892Z] Starting dockerd
10:07:59 [2021-04-02T10:07:59.892Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true
10:08:00 [2021-04-02T10:08:00.007Z] --- PASS: TestContainerNetworkMountsNoChown (0.65s)
10:08:00 [2021-04-02T10:08:00.007Z] === RUN   TestMountDaemonRoot
10:08:00 [2021-04-02T10:08:00.007Z] === RUN   TestMountDaemonRoot/default
10:08:00 [2021-04-02T10:08:00.007Z] === PAUSE TestMountDaemonRoot/default
10:08:00 [2021-04-02T10:08:00.007Z] === RUN   TestMountDaemonRoot/private
10:08:00 [2021-04-02T10:08:00.007Z] === PAUSE TestMountDaemonRoot/private
10:08:00 [2021-04-02T10:08:00.007Z] === RUN   TestMountDaemonRoot/rprivate
10:08:00 [2021-04-02T10:08:00.007Z] === PAUSE TestMountDaemonRoot/rprivate
10:08:00 [2021-04-02T10:08:00.007Z] === RUN   TestMountDaemonRoot/slave
10:08:00 [2021-04-02T10:08:00.007Z] === PAUSE TestMountDaemonRoot/slave
10:08:00 [2021-04-02T10:08:00.007Z] === RUN   TestMountDaemonRoot/rslave
10:08:00 [2021-04-02T10:08:00.007Z] === PAUSE TestMountDaemonRoot/rslave
10:08:00 [2021-04-02T10:08:00.007Z] === RUN   TestMountDaemonRoot/shared
10:08:00 [2021-04-02T10:08:00.007Z] === PAUSE TestMountDaemonRoot/shared
10:08:00 [2021-04-02T10:08:00.007Z] === RUN   TestMountDaemonRoot/rshared
10:08:00 [2021-04-02T10:08:00.007Z] === PAUSE TestMountDaemonRoot/rshared
10:08:00 [2021-04-02T10:08:00.007Z] === CONT  TestMountDaemonRoot/default
10:08:00 [2021-04-02T10:08:00.007Z] === RUN   TestMountDaemonRoot/default/bind_root
10:08:00 [2021-04-02T10:08:00.007Z] === PAUSE TestMountDaemonRoot/default/bind_root
10:08:00 [2021-04-02T10:08:00.007Z] === RUN   TestMountDaemonRoot/default/bind_subpath
10:08:00 [2021-04-02T10:08:00.007Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
10:08:00 [2021-04-02T10:08:00.007Z] === RUN   TestMountDaemonRoot/default/mount_root
10:08:00 [2021-04-02T10:08:00.007Z] === PAUSE TestMountDaemonRoot/default/mount_root
10:08:00 [2021-04-02T10:08:00.008Z] === RUN   TestMountDaemonRoot/default/mount_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/default/bind_root
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/rprivate
10:08:00 [2021-04-02T10:08:00.008Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
10:08:00 [2021-04-02T10:08:00.008Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
10:08:00 [2021-04-02T10:08:00.008Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
10:08:00 [2021-04-02T10:08:00.008Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
10:08:00 [2021-04-02T10:08:00.008Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/private
10:08:00 [2021-04-02T10:08:00.008Z] === RUN   TestMountDaemonRoot/private/bind_root
10:08:00 [2021-04-02T10:08:00.008Z] === PAUSE TestMountDaemonRoot/private/bind_root
10:08:00 [2021-04-02T10:08:00.008Z] === RUN   TestMountDaemonRoot/private/bind_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === RUN   TestMountDaemonRoot/private/mount_root
10:08:00 [2021-04-02T10:08:00.008Z] === PAUSE TestMountDaemonRoot/private/mount_root
10:08:00 [2021-04-02T10:08:00.008Z] === RUN   TestMountDaemonRoot/private/mount_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/default/mount_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/default/mount_root
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/default/bind_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/shared
10:08:00 [2021-04-02T10:08:00.008Z] === RUN   TestMountDaemonRoot/shared/bind_root
10:08:00 [2021-04-02T10:08:00.008Z] === PAUSE TestMountDaemonRoot/shared/bind_root
10:08:00 [2021-04-02T10:08:00.008Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === RUN   TestMountDaemonRoot/shared/mount_root
10:08:00 [2021-04-02T10:08:00.008Z] === PAUSE TestMountDaemonRoot/shared/mount_root
10:08:00 [2021-04-02T10:08:00.008Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/rshared
10:08:00 [2021-04-02T10:08:00.008Z] === RUN   TestMountDaemonRoot/rshared/mount_root
10:08:00 [2021-04-02T10:08:00.008Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
10:08:00 [2021-04-02T10:08:00.008Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === RUN   TestMountDaemonRoot/rshared/bind_root
10:08:00 [2021-04-02T10:08:00.008Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
10:08:00 [2021-04-02T10:08:00.008Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/rslave
10:08:00 [2021-04-02T10:08:00.008Z] === RUN   TestMountDaemonRoot/rslave/mount_root
10:08:00 [2021-04-02T10:08:00.008Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
10:08:00 [2021-04-02T10:08:00.008Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === RUN   TestMountDaemonRoot/rslave/bind_root
10:08:00 [2021-04-02T10:08:00.008Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
10:08:00 [2021-04-02T10:08:00.008Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/slave
10:08:00 [2021-04-02T10:08:00.008Z] === RUN   TestMountDaemonRoot/slave/bind_root
10:08:00 [2021-04-02T10:08:00.008Z] === PAUSE TestMountDaemonRoot/slave/bind_root
10:08:00 [2021-04-02T10:08:00.008Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === RUN   TestMountDaemonRoot/slave/mount_root
10:08:00 [2021-04-02T10:08:00.008Z] === PAUSE TestMountDaemonRoot/slave/mount_root
10:08:00 [2021-04-02T10:08:00.008Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/private/bind_root
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/private/mount_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/private/mount_root
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/private/bind_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/shared/bind_root
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/rshared/mount_root
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/shared/mount_root
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/rslave/mount_root
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/rshared/bind_root
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/slave/bind_root
10:08:00 [2021-04-02T10:08:00.008Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
10:08:00 [2021-04-02T10:08:00.122Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
10:08:00 [2021-04-02T10:08:00.268Z] === CONT  TestMountDaemonRoot/rslave/bind_root
10:08:00 [2021-04-02T10:08:00.268Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
10:08:00 [2021-04-02T10:08:00.268Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
10:08:00 [2021-04-02T10:08:00.268Z] === CONT  TestMountDaemonRoot/slave/mount_root
10:08:00 [2021-04-02T10:08:00.268Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
10:08:00 [2021-04-02T10:08:00.268Z] --- PASS: TestMountDaemonRoot (0.02s)
10:08:00 [2021-04-02T10:08:00.268Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
10:08:00 [2021-04-02T10:08:00.268Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
10:08:00 [2021-04-02T10:08:00.268Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.04s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
10:08:00 [2021-04-02T10:08:00.268Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.01s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
10:08:00 [2021-04-02T10:08:00.268Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
10:08:00 [2021-04-02T10:08:00.268Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.03s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.03s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
10:08:00 [2021-04-02T10:08:00.268Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
10:08:00 [2021-04-02T10:08:00.268Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.01s)
10:08:00 [2021-04-02T10:08:00.268Z] === RUN   TestContainerBindMountNonRecursive
10:08:00 [2021-04-02T10:08:00.268Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s)
10:08:00 [2021-04-02T10:08:00.268Z]     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)
10:08:00 [2021-04-02T10:08:00.268Z] === RUN   TestContainerVolumesMountedAsShared
10:08:00 [2021-04-02T10:08:00.268Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s)
10:08:00 [2021-04-02T10:08:00.268Z]     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)
10:08:00 [2021-04-02T10:08:00.268Z] === RUN   TestContainerVolumesMountedAsSlave
10:08:00 [2021-04-02T10:08:00.268Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s)
10:08:00 [2021-04-02T10:08:00.268Z]     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)
10:08:00 [2021-04-02T10:08:00.268Z] === RUN   TestNetworkNat
10:08:01 [2021-04-02T10:08:01.211Z] --- PASS: TestNetworkNat (0.91s)
10:08:01 [2021-04-02T10:08:01.211Z] === RUN   TestNetworkLocalhostTCPNat
10:08:01 [2021-04-02T10:08:01.696Z] --- PASS: TestCreateWithCustomMaskedPaths (2.40s)
10:08:01 [2021-04-02T10:08:01.696Z] === RUN   TestCreateWithCustomReadonlyPaths
10:08:02 [2021-04-02T10:08:02.153Z] --- PASS: TestNetworkLocalhostTCPNat (0.82s)
10:08:02 [2021-04-02T10:08:02.153Z] === RUN   TestNetworkLoopbackNat
10:08:02 [2021-04-02T10:08:02.464Z] .
10:08:02 [2021-04-02T10:08:02.464Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
10:08:02 [2021-04-02T10:08:02.464Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
10:08:02 [2021-04-02T10:08:02.464Z] Error: No such image: emptyfs
10:08:02 [2021-04-02T10:08:02.464Z] ++++ tar -cC bundles/test-integration/emptyfs .
10:08:02 [2021-04-02T10:08:02.464Z] ++++ docker load
10:08:02 [2021-04-02T10:08:02.668Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
10:08:02 [2021-04-02T10:08:02.724Z] Running integration-test (iteration 1)
10:08:02 [2021-04-02T10:08:02.724Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
10:08:02 [2021-04-02T10:08:02.724Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m
10:08:02 [2021-04-02T10:08:02.724Z] ++ set -e
10:08:02 [2021-04-02T10:08:02.724Z] ++ '[' -n 0 ']'
10:08:02 [2021-04-02T10:08:02.724Z] ++ set -x
10:08:02 [2021-04-02T10:08:02.724Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m
10:08:04 [2021-04-02T10:08:04.214Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.44s)
10:08:04 [2021-04-02T10:08:04.214Z] === RUN   TestCreateWithInvalidHealthcheckParams
10:08:04 [2021-04-02T10:08:04.214Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
10:08:04 [2021-04-02T10:08:04.214Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
10:08:04 [2021-04-02T10:08:04.214Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
10:08:04 [2021-04-02T10:08:04.214Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
10:08:04 [2021-04-02T10:08:04.214Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
10:08:04 [2021-04-02T10:08:04.214Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
10:08:04 [2021-04-02T10:08:04.214Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
10:08:04 [2021-04-02T10:08:04.214Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
10:08:04 [2021-04-02T10:08:04.214Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
10:08:04 [2021-04-02T10:08:04.214Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
10:08:04 [2021-04-02T10:08:04.214Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
10:08:04 [2021-04-02T10:08:04.214Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
10:08:04 [2021-04-02T10:08:04.214Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
10:08:04 [2021-04-02T10:08:04.214Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
10:08:04 [2021-04-02T10:08:04.214Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
10:08:04 [2021-04-02T10:08:04.214Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
10:08:04 [2021-04-02T10:08:04.214Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
10:08:04 [2021-04-02T10:08:04.214Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s)
10:08:04 [2021-04-02T10:08:04.214Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
10:08:04 [2021-04-02T10:08:04.214Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
10:08:04 [2021-04-02T10:08:04.214Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
10:08:04 [2021-04-02T10:08:04.214Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
10:08:04 [2021-04-02T10:08:04.581Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
10:08:04 [2021-04-02T10:08:04.776Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.83s)
10:08:04 [2021-04-02T10:08:04.776Z] === RUN   TestCreateDifferentPlatform
10:08:04 [2021-04-02T10:08:04.776Z] === RUN   TestCreateDifferentPlatform/different_os
10:08:04 [2021-04-02T10:08:04.776Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
10:08:04 [2021-04-02T10:08:04.776Z] --- PASS: TestCreateDifferentPlatform (0.01s)
10:08:04 [2021-04-02T10:08:04.776Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
10:08:04 [2021-04-02T10:08:04.776Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
10:08:04 [2021-04-02T10:08:04.776Z] === RUN   TestCreateVolumesFromNonExistingContainer
10:08:05 [2021-04-02T10:08:05.031Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
10:08:05 [2021-04-02T10:08:05.031Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
10:08:05 [2021-04-02T10:08:05.031Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
10:08:05 [2021-04-02T10:08:05.031Z] === RUN   TestContainerStartOnDaemonRestart
10:08:05 [2021-04-02T10:08:05.031Z] === PAUSE TestContainerStartOnDaemonRestart
10:08:05 [2021-04-02T10:08:05.031Z] === RUN   TestDaemonRestartIpcMode
10:08:05 [2021-04-02T10:08:05.031Z] === PAUSE TestDaemonRestartIpcMode
10:08:05 [2021-04-02T10:08:05.031Z] === RUN   TestDaemonHostGatewayIP
10:08:05 [2021-04-02T10:08:05.031Z] === PAUSE TestDaemonHostGatewayIP
10:08:05 [2021-04-02T10:08:05.031Z] === RUN   TestRestartDaemonWithRestartingContainer
10:08:05 [2021-04-02T10:08:05.031Z] === PAUSE TestRestartDaemonWithRestartingContainer
10:08:05 [2021-04-02T10:08:05.031Z] === RUN   TestContainerKillOnDaemonStart
10:08:05 [2021-04-02T10:08:05.031Z] === PAUSE TestContainerKillOnDaemonStart
10:08:05 [2021-04-02T10:08:05.031Z] === RUN   TestDiff
10:08:05 [2021-04-02T10:08:05.153Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
10:08:05 [2021-04-02T10:08:05.452Z] --- PASS: TestNetworkLoopbackNat (3.11s)
10:08:05 [2021-04-02T10:08:05.452Z] === RUN   TestPause
10:08:05 [2021-04-02T10:08:05.452Z] --- SKIP: TestPause (0.00s)
10:08:05 [2021-04-02T10:08:05.452Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
10:08:05 [2021-04-02T10:08:05.452Z] === RUN   TestPauseFailsOnWindowsServerContainers
10:08:05 [2021-04-02T10:08:05.452Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
10:08:05 [2021-04-02T10:08:05.452Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
10:08:05 [2021-04-02T10:08:05.452Z] === RUN   TestPauseStopPausedContainer
10:08:05 [2021-04-02T10:08:05.452Z] --- SKIP: TestPauseStopPausedContainer (0.01s)
10:08:05 [2021-04-02T10:08:05.452Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
10:08:05 [2021-04-02T10:08:05.452Z] === RUN   TestPsFilter
10:08:05 [2021-04-02T10:08:05.452Z] --- PASS: TestPsFilter (0.11s)
10:08:05 [2021-04-02T10:08:05.452Z] === RUN   TestRemoveContainerWithRemovedVolume
10:08:05 [2021-04-02T10:08:05.712Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.62s)
10:08:05 [2021-04-02T10:08:05.712Z] === RUN   TestRemoveContainerWithVolume
10:08:05 [2021-04-02T10:08:05.958Z] --- PASS: TestDiff (0.79s)
10:08:05 [2021-04-02T10:08:05.958Z] === RUN   TestExecWithCloseStdin
10:08:06 [2021-04-02T10:08:06.654Z] --- PASS: TestRemoveContainerWithVolume (0.67s)
10:08:06 [2021-04-02T10:08:06.654Z] === RUN   TestRemoveContainerRunning
10:08:06 [2021-04-02T10:08:06.889Z] --- PASS: TestExecWithCloseStdin (1.13s)
10:08:06 [2021-04-02T10:08:06.889Z] === RUN   TestExec
10:08:07 [2021-04-02T10:08:07.079Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
10:08:07 [2021-04-02T10:08:07.230Z] --- PASS: TestRemoveContainerRunning (0.83s)
10:08:07 [2021-04-02T10:08:07.230Z] === RUN   TestRemoveContainerForceRemoveRunning
10:08:08 [2021-04-02T10:08:08.021Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
10:08:08 [2021-04-02T10:08:08.171Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.68s)
10:08:08 [2021-04-02T10:08:08.171Z] === RUN   TestRemoveInvalidContainer
10:08:08 [2021-04-02T10:08:08.171Z] --- PASS: TestRemoveInvalidContainer (0.01s)
10:08:08 [2021-04-02T10:08:08.171Z] === RUN   TestRenameLinkedContainer
10:08:08 [2021-04-02T10:08:08.257Z] --- PASS: TestExec (1.13s)
10:08:08 [2021-04-02T10:08:08.257Z] === RUN   TestExecUser
10:08:09 [2021-04-02T10:08:09.184Z] --- PASS: TestExecUser (1.16s)
10:08:09 [2021-04-02T10:08:09.184Z] === RUN   TestExportContainerAndImportImage
10:08:09 [2021-04-02T10:08:09.938Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
10:08:10 [2021-04-02T10:08:10.110Z] --- PASS: TestExportContainerAndImportImage (1.03s)
10:08:10 [2021-04-02T10:08:10.110Z] === RUN   TestExportContainerAfterDaemonRestart
10:08:10 [2021-04-02T10:08:10.712Z] --- PASS: TestRenameLinkedContainer (2.61s)
10:08:10 [2021-04-02T10:08:10.712Z] === RUN   TestRenameStoppedContainer
10:08:11 [2021-04-02T10:08:11.283Z] --- PASS: TestRenameStoppedContainer (0.65s)
10:08:11 [2021-04-02T10:08:11.283Z] === RUN   TestRenameRunningContainerAndReuse
10:08:11 [2021-04-02T10:08:11.322Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
10:08:11 [2021-04-02T10:08:11.997Z] --- PASS: TestExportContainerAfterDaemonRestart (1.85s)
10:08:11 [2021-04-02T10:08:11.997Z] === RUN   TestHealthCheckWorkdir
10:08:12 [2021-04-02T10:08:12.667Z] --- PASS: TestRenameRunningContainerAndReuse (1.32s)
10:08:12 [2021-04-02T10:08:12.667Z] === RUN   TestRenameInvalidName
10:08:12 [2021-04-02T10:08:12.707Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
10:08:13 [2021-04-02T10:08:13.237Z] --- PASS: TestRenameInvalidName (0.66s)
10:08:13 [2021-04-02T10:08:13.237Z] === RUN   TestRenameAnonymousContainer
10:08:13 [2021-04-02T10:08:13.524Z] INFO: Extraction ended at 04/02/2021 10:08:11. Duration:00:00:19.9766424
10:08:13 [2021-04-02T10:08:13.524Z] INFO: Updating the golang and path environment variables
10:08:13 [2021-04-02T10:08:13.524Z] INFO: GOPATH=d:\gopath
10:08:13 [2021-04-02T10:08:13.524Z] INFO: go version go1.13.15 windows/amd64
10:08:13 [2021-04-02T10:08:13.524Z] INFO: Running the daemon under test in debug mode
10:08:13 [2021-04-02T10:08:13.524Z] INFO: Starting a daemon under test...
10:08:13 [2021-04-02T10:08:13.524Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42182\6\daemon --pidfile d:\CI\PR-42182\6\docker.pid -D
10:08:13 [2021-04-02T10:08:13.524Z] INFO: Process started successfully.
10:08:13 [2021-04-02T10:08:13.524Z] INFO: Start tailing logs of the daemon under tests
10:08:13 [2021-04-02T10:08:13.524Z] INFO: Waiting for the daemon under test to start...
10:08:13 [2021-04-02T10:08:13.889Z] --- PASS: TestHealthCheckWorkdir (1.56s)
10:08:13 [2021-04-02T10:08:13.889Z] === RUN   TestHealthKillContainer
10:08:14 [2021-04-02T10:08:14.090Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
10:08:14 [2021-04-02T10:08:14.090Z] Using test binary docker
10:08:14 [2021-04-02T10:08:14.351Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
10:08:14 [2021-04-02T10:08:14.351Z] +++ /etc/init.d/apparmor start
10:08:14 [2021-04-02T10:08:14.351Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
10:08:14 [2021-04-02T10:08:14.351Z] INFO: Waiting for daemon to start...
10:08:14 [2021-04-02T10:08:14.351Z] Starting dockerd
10:08:14 [2021-04-02T10:08:14.351Z] +++ 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
10:08:16 [2021-04-02T10:08:16.534Z] --- PASS: TestRenameAnonymousContainer (3.08s)
10:08:16 [2021-04-02T10:08:16.534Z] === RUN   TestRenameContainerWithSameName
10:08:17 [2021-04-02T10:08:17.105Z] --- PASS: TestRenameContainerWithSameName (0.66s)
10:08:17 [2021-04-02T10:08:17.105Z] === RUN   TestRenameContainerWithLinkedContainer
10:08:17 [2021-04-02T10:08:17.151Z] --- PASS: TestHealthKillContainer (3.16s)
10:08:17 [2021-04-02T10:08:17.151Z] === RUN   TestInspectCpusetInConfigPre120
10:08:17 [2021-04-02T10:08:17.713Z] --- PASS: TestInspectCpusetInConfigPre120 (0.82s)
10:08:17 [2021-04-02T10:08:17.713Z] === RUN   TestIpcModeNone
10:08:18 [2021-04-02T10:08:18.489Z] --- PASS: TestRenameContainerWithLinkedContainer (1.32s)
10:08:18 [2021-04-02T10:08:18.489Z] === RUN   TestResize
10:08:19 [2021-04-02T10:08:19.061Z] --- PASS: TestResize (0.66s)
10:08:19 [2021-04-02T10:08:19.061Z] === RUN   TestResizeWithInvalidSize
10:08:19 [2021-04-02T10:08:19.120Z] --- PASS: TestIpcModeNone (1.28s)
10:08:19 [2021-04-02T10:08:19.120Z] === RUN   TestIpcModePrivate
10:08:19 [2021-04-02T10:08:19.633Z] --- PASS: TestResizeWithInvalidSize (0.67s)
10:08:19 [2021-04-02T10:08:19.633Z] === RUN   TestResizeWhenContainerNotStarted
10:08:20 [2021-04-02T10:08:20.053Z] --- PASS: TestIpcModePrivate (1.17s)
10:08:20 [2021-04-02T10:08:20.053Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false
10:08:20 [2021-04-02T10:08:20.053Z] === RUN   TestIpcModeShareable
10:08:20 [2021-04-02T10:08:20.205Z] --- PASS: TestResizeWhenContainerNotStarted (0.62s)
10:08:20 [2021-04-02T10:08:20.205Z] === RUN   TestDaemonRestartKillContainers
10:08:20 [2021-04-02T10:08:20.205Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
10:08:20 [2021-04-02T10:08:20.205Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
10:08:20 [2021-04-02T10:08:20.205Z] === RUN   TestCgroupNamespacesRun
10:08:20 [2021-04-02T10:08:20.928Z] .
10:08:20 [2021-04-02T10:08:20.928Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
10:08:20 [2021-04-02T10:08:20.928Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
10:08:20 [2021-04-02T10:08:20.928Z] Error: No such image: emptyfs
10:08:20 [2021-04-02T10:08:20.928Z] ++++ tar -cC bundles/test-integration/emptyfs .
10:08:20 [2021-04-02T10:08:20.928Z] ++++ docker load
10:08:20 [2021-04-02T10:08:20.928Z] Running integration-test (iteration 1)
10:08:20 [2021-04-02T10:08:20.928Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
10:08:20 [2021-04-02T10:08:20.928Z] ++ 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
10:08:20 [2021-04-02T10:08:20.928Z] ++ set -e
10:08:20 [2021-04-02T10:08:20.928Z] ++ '[' -n 0 ']'
10:08:20 [2021-04-02T10:08:20.928Z] ++ set -x
10:08:20 [2021-04-02T10:08:20.928Z] ++ env -i DEST=/go/src/github.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
10:08:21 [2021-04-02T10:08:21.417Z] --- PASS: TestIpcModeShareable (1.15s)
10:08:21 [2021-04-02T10:08:21.417Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true
10:08:21 [2021-04-02T10:08:21.417Z] === RUN   TestAPIIpcModeShareableAndContainer
10:08:23 [2021-04-02T10:08:23.560Z] --- PASS: TestCgroupNamespacesRun (2.90s)
10:08:23 [2021-04-02T10:08:23.560Z] === RUN   TestCgroupNamespacesRunPrivileged
10:08:24 [2021-04-02T10:08:24.683Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.12s)
10:08:24 [2021-04-02T10:08:24.683Z] === RUN   TestAPIIpcModeHost
10:08:25 [2021-04-02T10:08:25.477Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.41s)
10:08:25 [2021-04-02T10:08:25.477Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
10:08:25 [2021-04-02T10:08:25.611Z] --- PASS: TestAPIIpcModeHost (1.16s)
10:08:25 [2021-04-02T10:08:25.611Z] === RUN   TestDaemonIpcModeShareable
10:08:27 [2021-04-02T10:08:27.498Z] --- PASS: TestDaemonIpcModeShareable (1.91s)
10:08:27 [2021-04-02T10:08:27.498Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true
10:08:27 [2021-04-02T10:08:27.498Z] === RUN   TestDaemonIpcModePrivate
10:08:28 [2021-04-02T10:08:28.774Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.86s)
10:08:28 [2021-04-02T10:08:28.774Z] === RUN   TestCgroupNamespacesRunHostMode
10:08:29 [2021-04-02T10:08:29.386Z] --- PASS: TestDaemonIpcModePrivate (1.88s)
10:08:29 [2021-04-02T10:08:29.386Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false
10:08:29 [2021-04-02T10:08:29.386Z] === RUN   TestDaemonIpcModePrivateFromConfig
10:08:31 [2021-04-02T10:08:31.272Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.90s)
10:08:31 [2021-04-02T10:08:31.272Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false
10:08:31 [2021-04-02T10:08:31.272Z] === RUN   TestDaemonIpcModeShareableFromConfig
10:08:31 [2021-04-02T10:08:31.317Z] --- PASS: TestCgroupNamespacesRunHostMode (2.87s)
10:08:31 [2021-04-02T10:08:31.317Z] === RUN   TestCgroupNamespacesRunPrivateMode
10:08:31 [2021-04-02T10:08:31.354Z] .....INFO: Daemon under test started and replied!
10:08:31 [2021-04-02T10:08:31.354Z] INFO: Docker version of the daemon under test
10:08:31 [2021-04-02T10:08:31.354Z] 
10:08:31 [2021-04-02T10:08:31.354Z] Client:
10:08:31 [2021-04-02T10:08:31.354Z]  Version:      17.06.2-ce
10:08:31 [2021-04-02T10:08:31.354Z]  API version:  1.30
10:08:31 [2021-04-02T10:08:31.354Z]  Go version:   go1.8.3
10:08:31 [2021-04-02T10:08:31.354Z]  Git commit:   cec0b72
10:08:31 [2021-04-02T10:08:31.354Z]  Built:        Tue Sep  5 19:57:19 2017
10:08:31 [2021-04-02T10:08:31.354Z]  OS/Arch:      windows/amd64
10:08:31 [2021-04-02T10:08:31.354Z] 
10:08:31 [2021-04-02T10:08:31.354Z] Server:
10:08:31 [2021-04-02T10:08:31.354Z]  Version:      0.0.0-dev
10:08:31 [2021-04-02T10:08:31.354Z]  API version:  1.41 (minimum version 1.24)
10:08:31 [2021-04-02T10:08:31.354Z]  Go version:   go1.13.15
10:08:31 [2021-04-02T10:08:31.354Z]  Git commit:   48e0e7d2c3
10:08:31 [2021-04-02T10:08:31.354Z]  Built:        04/02/2021 10:06:39
10:08:31 [2021-04-02T10:08:31.354Z]  OS/Arch:      windows/amd64
10:08:31 [2021-04-02T10:08:31.354Z]  Experimental: false
10:08:31 [2021-04-02T10:08:31.354Z] 
10:08:31 [2021-04-02T10:08:31.354Z] INFO: Docker info of the daemon under test
10:08:31 [2021-04-02T10:08:31.354Z] 
10:08:31 [2021-04-02T10:08:31.354Z] Containers: 0
10:08:31 [2021-04-02T10:08:31.354Z]  Running: 0
10:08:31 [2021-04-02T10:08:31.354Z]  Paused: 0
10:08:31 [2021-04-02T10:08:31.354Z]  Stopped: 0
10:08:31 [2021-04-02T10:08:31.354Z] Images: 0
10:08:31 [2021-04-02T10:08:31.354Z] Server Version: 0.0.0-dev
10:08:31 [2021-04-02T10:08:31.354Z] Storage Driver: windowsfilter
10:08:31 [2021-04-02T10:08:31.354Z]  Windows: 
10:08:31 [2021-04-02T10:08:31.354Z] Logging Driver: json-file
10:08:31 [2021-04-02T10:08:31.354Z] Plugins: 
10:08:31 [2021-04-02T10:08:31.354Z]  Volume: local
10:08:31 [2021-04-02T10:08:31.354Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
10:08:31 [2021-04-02T10:08:31.354Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
10:08:31 [2021-04-02T10:08:31.354Z] Swarm: inactive
10:08:31 [2021-04-02T10:08:31.354Z] Default Isolation: process
10:08:31 [2021-04-02T10:08:31.354Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
10:08:31 [2021-04-02T10:08:31.354Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757)
10:08:31 [2021-04-02T10:08:31.354Z] OSType: windows
10:08:31 [2021-04-02T10:08:31.354Z] Architecture: x86_64
10:08:31 [2021-04-02T10:08:31.354Z] CPUs: 4
10:08:31 [2021-04-02T10:08:31.354Z] Total Memory: 32GiB
10:08:31 [2021-04-02T10:08:31.354Z] Name: azwin-2-c4f890
10:08:31 [2021-04-02T10:08:31.354Z] ID: WL3K:3N6W:PFCK:7TON:X54X:TPS3:E7AO:GC5B:NIEA:FTCH:CMT7:ISNT
10:08:31 [2021-04-02T10:08:31.354Z] Docker Root Dir: D:\CI\PR-42182\6\daemon
10:08:31 [2021-04-02T10:08:31.354Z] Debug Mode (client): false
10:08:31 [2021-04-02T10:08:31.354Z] Debug Mode (server): true
10:08:31 [2021-04-02T10:08:31.354Z]  File Descriptors: -1
10:08:31 [2021-04-02T10:08:31.354Z]  Goroutines: 16
10:08:31 [2021-04-02T10:08:31.354Z]  System Time: 2021-04-02T10:08:30.854491Z
10:08:31 [2021-04-02T10:08:31.354Z]  EventsListeners: 0
10:08:31 [2021-04-02T10:08:31.354Z] Registry: https://index.docker.io/v1/
10:08:31 [2021-04-02T10:08:31.354Z] Labels:
10:08:31 [2021-04-02T10:08:31.354Z] Experimental: false
10:08:31 [2021-04-02T10:08:31.354Z] Insecure Registries:
10:08:31 [2021-04-02T10:08:31.354Z]  127.0.0.0/8
10:08:31 [2021-04-02T10:08:31.354Z] Live Restore Enabled: false
10:08:31 [2021-04-02T10:08:31.354Z] 
10:08:31 [2021-04-02T10:08:31.354Z] 
10:08:31 [2021-04-02T10:08:31.354Z] INFO: Docker images of the daemon under test
10:08:31 [2021-04-02T10:08:31.354Z] 
10:08:31 [2021-04-02T10:08:31.354Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
10:08:31 [2021-04-02T10:08:31.354Z] 
10:08:31 [2021-04-02T10:08:31.354Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore
10:08:31 [2021-04-02T10:08:31.354Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time...
10:08:31 [2021-04-02T10:08:31.354Z] ltsc2019: Pulling from windows/servercore
10:08:31 [2021-04-02T10:08:31.354Z] 4612f6d0b889: Pulling fs layer
10:08:31 [2021-04-02T10:08:31.354Z] 5ff1512f88ec: Pulling fs layer
10:08:33 [2021-04-02T10:08:33.160Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.89s)
10:08:33 [2021-04-02T10:08:33.160Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true
10:08:33 [2021-04-02T10:08:33.160Z] === RUN   TestIpcModeOlderClient
10:08:33 [2021-04-02T10:08:33.160Z] === PAUSE TestIpcModeOlderClient
10:08:33 [2021-04-02T10:08:33.160Z] === RUN   TestKillContainerInvalidSignal
10:08:33 [2021-04-02T10:08:33.175Z] Loaded image: buildpack-deps:buster
10:08:33 [2021-04-02T10:08:33.175Z] Loaded image: busybox:latest
10:08:33 [2021-04-02T10:08:33.175Z] Loaded image: busybox:glibc
10:08:33 [2021-04-02T10:08:33.721Z] --- PASS: TestKillContainerInvalidSignal (0.74s)
10:08:33 [2021-04-02T10:08:33.721Z] === RUN   TestKillContainer
10:08:33 [2021-04-02T10:08:33.721Z] === RUN   TestKillContainer/no_signal
10:08:34 [2021-04-02T10:08:34.619Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.90s)
10:08:34 [2021-04-02T10:08:34.619Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
10:08:34 [2021-04-02T10:08:34.649Z] === RUN   TestKillContainer/non_killing_signal
10:08:35 [2021-04-02T10:08:35.210Z] === RUN   TestKillContainer/killing_signal
10:08:35 [2021-04-02T10:08:35.761Z] Loaded image: debian:bullseye
10:08:36 [2021-04-02T10:08:36.135Z] --- PASS: TestKillContainer (2.36s)
10:08:36 [2021-04-02T10:08:36.136Z]     --- PASS: TestKillContainer/no_signal (0.70s)
10:08:36 [2021-04-02T10:08:36.136Z]     --- PASS: TestKillContainer/non_killing_signal (0.72s)
10:08:36 [2021-04-02T10:08:36.136Z]     --- PASS: TestKillContainer/killing_signal (0.74s)
10:08:36 [2021-04-02T10:08:36.136Z] === RUN   TestKillWithStopSignalAndRestartPolicies
10:08:36 [2021-04-02T10:08:36.136Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
10:08:36 [2021-04-02T10:08:36.530Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.40s)
10:08:36 [2021-04-02T10:08:36.530Z] === RUN   TestCgroupNamespacesRunInvalidMode
10:08:37 [2021-04-02T10:08:37.063Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
10:08:37 [2021-04-02T10:08:37.143Z] Loaded image: hello-world:latest
10:08:37 [2021-04-02T10:08:37.624Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.51s)
10:08:37 [2021-04-02T10:08:37.624Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.73s)
10:08:37 [2021-04-02T10:08:37.624Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.58s)
10:08:37 [2021-04-02T10:08:37.624Z] === RUN   TestKillStoppedContainer
10:08:37 [2021-04-02T10:08:37.880Z] --- PASS: TestKillStoppedContainer (0.08s)
10:08:37 [2021-04-02T10:08:37.880Z] === RUN   TestKillStoppedContainerAPIPre120
10:08:37 [2021-04-02T10:08:37.880Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
10:08:37 [2021-04-02T10:08:37.880Z] === RUN   TestKillDifferentUserContainer
10:08:38 [2021-04-02T10:08:38.082Z] Loaded image: arm32v7/hello-world:latest
10:08:38 [2021-04-02T10:08:38.439Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.96s)
10:08:38 [2021-04-02T10:08:38.440Z] === RUN   TestCgroupNamespacesRunOlderClient
10:08:38 [2021-04-02T10:08:38.442Z] --- PASS: TestKillDifferentUserContainer (0.74s)
10:08:38 [2021-04-02T10:08:38.442Z] === RUN   TestInspectOomKilledTrue
10:08:38 [2021-04-02T10:08:38.442Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
10:08:38 [2021-04-02T10:08:38.442Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
10:08:38 [2021-04-02T10:08:38.442Z] === RUN   TestInspectOomKilledFalse
10:08:38 [2021-04-02T10:08:38.539Z] 5ff1512f88ec: Verifying Checksum
10:08:38 [2021-04-02T10:08:38.539Z] 5ff1512f88ec: Download complete
10:08:38 [2021-04-02T10:08:38.651Z] INFO: Testing against a local daemon
10:08:38 [2021-04-02T10:08:38.651Z] === RUN   TestCgroupNamespacesBuild
10:08:39 [2021-04-02T10:08:39.218Z] ..........................xx....................                         [ 29%]
10:08:39 [2021-04-02T10:08:39.369Z] --- PASS: TestInspectOomKilledFalse (0.71s)
10:08:39 [2021-04-02T10:08:39.370Z] === RUN   TestLinksEtcHostsContentMatch
10:08:40 [2021-04-02T10:08:40.296Z] --- PASS: TestLinksEtcHostsContentMatch (0.84s)
10:08:40 [2021-04-02T10:08:40.296Z] === RUN   TestLinksContainerNames
10:08:41 [2021-04-02T10:08:41.661Z] --- PASS: TestLinksContainerNames (1.46s)
10:08:41 [2021-04-02T10:08:41.661Z] === RUN   TestLogsFollowTailEmpty
10:08:41 [2021-04-02T10:08:41.737Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.90s)
10:08:41 [2021-04-02T10:08:41.737Z] === RUN   TestKernelTCPMemory
10:08:41 [2021-04-02T10:08:41.737Z] --- SKIP: TestKernelTCPMemory (0.01s)
10:08:41 [2021-04-02T10:08:41.737Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
10:08:41 [2021-04-02T10:08:41.737Z] === RUN   TestNISDomainname
10:08:41 [2021-04-02T10:08:41.737Z] --- SKIP: TestNISDomainname (0.01s)
10:08:41 [2021-04-02T10:08:41.737Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
10:08:41 [2021-04-02T10:08:41.737Z] === RUN   TestHostnameDnsResolution
10:08:41 [2021-04-02T10:08:41.949Z] --- PASS: TestCgroupNamespacesBuild (3.03s)
10:08:41 [2021-04-02T10:08:41.949Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
10:08:42 [2021-04-02T10:08:42.224Z] --- PASS: TestLogsFollowTailEmpty (0.70s)
10:08:42 [2021-04-02T10:08:42.224Z] === RUN   TestContainerNetworkMountsNoChown
10:08:43 [2021-04-02T10:08:43.120Z] --- PASS: TestHostnameDnsResolution (1.65s)
10:08:43 [2021-04-02T10:08:43.120Z] === RUN   TestStats
10:08:43 [2021-04-02T10:08:43.120Z] --- SKIP: TestStats (0.00s)
10:08:43 [2021-04-02T10:08:43.120Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
10:08:43 [2021-04-02T10:08:43.120Z] === RUN   TestStopContainerWithTimeout
10:08:43 [2021-04-02T10:08:43.120Z] === RUN   TestStopContainerWithTimeout/0
10:08:43 [2021-04-02T10:08:43.120Z] === PAUSE TestStopContainerWithTimeout/0
10:08:43 [2021-04-02T10:08:43.120Z] === RUN   TestStopContainerWithTimeout/1
10:08:43 [2021-04-02T10:08:43.120Z] === PAUSE TestStopContainerWithTimeout/1
10:08:43 [2021-04-02T10:08:43.120Z] === RUN   TestStopContainerWithTimeout/3
10:08:43 [2021-04-02T10:08:43.120Z] === PAUSE TestStopContainerWithTimeout/3
10:08:43 [2021-04-02T10:08:43.120Z] === RUN   TestStopContainerWithTimeout/-1
10:08:43 [2021-04-02T10:08:43.120Z] === PAUSE TestStopContainerWithTimeout/-1
10:08:43 [2021-04-02T10:08:43.120Z] === CONT  TestStopContainerWithTimeout/-1
10:08:43 [2021-04-02T10:08:43.120Z] === CONT  TestStopContainerWithTimeout/0
10:08:43 [2021-04-02T10:08:43.151Z] --- PASS: TestContainerNetworkMountsNoChown (0.69s)
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/default
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/default
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/private
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/private
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/rprivate
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/rprivate
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/slave
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/slave
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/rslave
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/rslave
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/shared
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/shared
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/rshared
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/rshared
10:08:43 [2021-04-02T10:08:43.151Z] === CONT  TestMountDaemonRoot/default
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/default/bind_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/default/mount_root
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/default/mount_root
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/default/mount_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/default/bind_root
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/default/bind_root
10:08:43 [2021-04-02T10:08:43.151Z] === CONT  TestMountDaemonRoot/default/bind_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === CONT  TestMountDaemonRoot/rshared
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/rshared/bind_root
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/rshared/mount_root
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === CONT  TestMountDaemonRoot/rshared/bind_root
10:08:43 [2021-04-02T10:08:43.151Z] === CONT  TestMountDaemonRoot/shared
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/shared/bind_root
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/shared/bind_root
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/shared/mount_root
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/shared/mount_root
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === CONT  TestMountDaemonRoot/rslave
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/rslave/bind_root
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/rslave/mount_root
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === CONT  TestMountDaemonRoot/slave
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/slave/bind_root
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/slave/bind_root
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/slave/mount_root
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/slave/mount_root
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === CONT  TestMountDaemonRoot/rprivate
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
10:08:43 [2021-04-02T10:08:43.151Z] === CONT  TestMountDaemonRoot/private
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/private/bind_root
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/private/bind_root
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/private/bind_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/private/mount_root
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/private/mount_root
10:08:43 [2021-04-02T10:08:43.151Z] === RUN   TestMountDaemonRoot/private/mount_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === CONT  TestMountDaemonRoot/default/bind_root
10:08:43 [2021-04-02T10:08:43.151Z] === CONT  TestMountDaemonRoot/default/mount_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === CONT  TestMountDaemonRoot/default/mount_root
10:08:43 [2021-04-02T10:08:43.151Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === CONT  TestMountDaemonRoot/rshared/mount_root
10:08:43 [2021-04-02T10:08:43.151Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === CONT  TestMountDaemonRoot/shared/bind_root
10:08:43 [2021-04-02T10:08:43.151Z] === CONT  TestMountDaemonRoot/shared/mount_root
10:08:43 [2021-04-02T10:08:43.151Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === CONT  TestMountDaemonRoot/rslave/bind_root
10:08:43 [2021-04-02T10:08:43.151Z] === CONT  TestMountDaemonRoot/rslave/mount_root
10:08:43 [2021-04-02T10:08:43.151Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
10:08:43 [2021-04-02T10:08:43.151Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
10:08:43 [2021-04-02T10:08:43.407Z] === CONT  TestMountDaemonRoot/slave/bind_root
10:08:43 [2021-04-02T10:08:43.407Z] === CONT  TestMountDaemonRoot/slave/mount_root
10:08:43 [2021-04-02T10:08:43.407Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
10:08:43 [2021-04-02T10:08:43.407Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
10:08:43 [2021-04-02T10:08:43.407Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
10:08:43 [2021-04-02T10:08:43.407Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
10:08:43 [2021-04-02T10:08:43.407Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
10:08:43 [2021-04-02T10:08:43.407Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
10:08:43 [2021-04-02T10:08:43.407Z] === CONT  TestMountDaemonRoot/private/bind_root
10:08:43 [2021-04-02T10:08:43.407Z] === CONT  TestMountDaemonRoot/private/mount_subpath
10:08:43 [2021-04-02T10:08:43.407Z] === CONT  TestMountDaemonRoot/private/mount_root
10:08:43 [2021-04-02T10:08:43.407Z] === CONT  TestMountDaemonRoot/private/bind_subpath
10:08:43 [2021-04-02T10:08:43.407Z] --- PASS: TestMountDaemonRoot (0.02s)
10:08:43 [2021-04-02T10:08:43.407Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.07s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.06s)
10:08:43 [2021-04-02T10:08:43.407Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
10:08:43 [2021-04-02T10:08:43.407Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
10:08:43 [2021-04-02T10:08:43.407Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
10:08:43 [2021-04-02T10:08:43.407Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
10:08:43 [2021-04-02T10:08:43.407Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
10:08:43 [2021-04-02T10:08:43.407Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
10:08:43 [2021-04-02T10:08:43.407Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s)
10:08:43 [2021-04-02T10:08:43.407Z] === RUN   TestContainerBindMountNonRecursive
10:08:43 [2021-04-02T10:08:43.863Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.28s)
10:08:43 [2021-04-02T10:08:43.863Z] === RUN   TestBuildWithSession
10:08:43 [2021-04-02T10:08:43.863Z] --- SKIP: TestBuildWithSession (0.00s)
10:08:43 [2021-04-02T10:08:43.863Z]     build_session_test.go:25: TODO: BuildKit
10:08:43 [2021-04-02T10:08:43.863Z] === RUN   TestBuildSquashParent
10:08:44 [2021-04-02T10:08:44.061Z] === CONT  TestStopContainerWithTimeout/3
10:08:45 [2021-04-02T10:08:45.920Z] --- PASS: TestContainerBindMountNonRecursive (2.06s)
10:08:45 [2021-04-02T10:08:45.920Z] === RUN   TestContainerVolumesMountedAsShared
10:08:45 [2021-04-02T10:08:45.920Z] --- PASS: TestContainerVolumesMountedAsShared (0.46s)
10:08:45 [2021-04-02T10:08:45.920Z] === RUN   TestContainerVolumesMountedAsSlave
10:08:45 [2021-04-02T10:08:45.971Z] === CONT  TestStopContainerWithTimeout/1
10:08:46 [2021-04-02T10:08:46.847Z] --- PASS: TestContainerVolumesMountedAsSlave (0.86s)
10:08:46 [2021-04-02T10:08:46.847Z] === RUN   TestNetworkNat
10:08:47 [2021-04-02T10:08:47.775Z] --- PASS: TestNetworkNat (0.86s)
10:08:47 [2021-04-02T10:08:47.775Z] === RUN   TestNetworkLocalhostTCPNat
10:08:47 [2021-04-02T10:08:47.881Z] --- PASS: TestStopContainerWithTimeout (0.01s)
10:08:47 [2021-04-02T10:08:47.881Z]     --- PASS: TestStopContainerWithTimeout/0 (1.05s)
10:08:47 [2021-04-02T10:08:47.881Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.96s)
10:08:47 [2021-04-02T10:08:47.881Z]     --- PASS: TestStopContainerWithTimeout/3 (2.62s)
10:08:47 [2021-04-02T10:08:47.881Z]     --- PASS: TestStopContainerWithTimeout/1 (1.66s)
10:08:47 [2021-04-02T10:08:47.881Z] === RUN   TestDeleteDevicemapper
10:08:47 [2021-04-02T10:08:47.881Z] --- SKIP: TestDeleteDevicemapper (0.00s)
10:08:47 [2021-04-02T10:08:47.881Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
10:08:47 [2021-04-02T10:08:47.881Z] === RUN   TestStopContainerWithRestartPolicyAlways
10:08:48 [2021-04-02T10:08:48.701Z] --- PASS: TestNetworkLocalhostTCPNat (0.82s)
10:08:48 [2021-04-02T10:08:48.701Z] === RUN   TestNetworkLoopbackNat
10:08:49 [2021-04-02T10:08:49.409Z] Loaded image: buildpack-deps:buster
10:08:49 [2021-04-02T10:08:49.409Z] Loaded image: busybox:latest
10:08:49 [2021-04-02T10:08:49.409Z] Loaded image: busybox:glibc
10:08:50 [2021-04-02T10:08:50.428Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.83s)
10:08:50 [2021-04-02T10:08:50.428Z] === RUN   TestUpdateMemory
10:08:50 [2021-04-02T10:08:50.428Z] --- SKIP: TestUpdateMemory (0.00s)
10:08:50 [2021-04-02T10:08:50.428Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
10:08:50 [2021-04-02T10:08:50.428Z] === RUN   TestUpdateCPUQuota
10:08:50 [2021-04-02T10:08:50.428Z] --- SKIP: TestUpdateCPUQuota (0.00s)
10:08:50 [2021-04-02T10:08:50.428Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
10:08:50 [2021-04-02T10:08:50.428Z] === RUN   TestUpdatePidsLimit
10:08:50 [2021-04-02T10:08:50.428Z] --- SKIP: TestUpdatePidsLimit (0.00s)
10:08:50 [2021-04-02T10:08:50.428Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
10:08:50 [2021-04-02T10:08:50.442Z] --- PASS: TestBuildSquashParent (6.32s)
10:08:50 [2021-04-02T10:08:50.442Z] === RUN   TestBuildWithRemoveAndForceRemove
10:08:50 [2021-04-02T10:08:50.442Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
10:08:50 [2021-04-02T10:08:50.442Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
10:08:50 [2021-04-02T10:08:50.442Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
10:08:50 [2021-04-02T10:08:50.442Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
10:08:50 [2021-04-02T10:08:50.442Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
10:08:50 [2021-04-02T10:08:50.442Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
10:08:50 [2021-04-02T10:08:50.442Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
10:08:50 [2021-04-02T10:08:50.442Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
10:08:50 [2021-04-02T10:08:50.442Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
10:08:50 [2021-04-02T10:08:50.442Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
10:08:50 [2021-04-02T10:08:50.442Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
10:08:50 [2021-04-02T10:08:50.442Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
10:08:50 [2021-04-02T10:08:50.442Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
10:08:50 [2021-04-02T10:08:50.442Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
10:08:50 [2021-04-02T10:08:50.442Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
10:08:50 [2021-04-02T10:08:50.443Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
10:08:50 [2021-04-02T10:08:50.689Z] === RUN   TestUpdateRestartPolicy
10:08:51 [2021-04-02T10:08:51.312Z] Loaded image: debian:bullseye
10:08:51 [2021-04-02T10:08:51.312Z] Loaded image: hello-world:latest
10:08:51 [2021-04-02T10:08:51.312Z] Loaded image: arm32v7/hello-world:latest
10:08:51 [2021-04-02T10:08:51.572Z] INFO: Testing against a local daemon
10:08:51 [2021-04-02T10:08:51.572Z] === RUN   TestCgroupNamespacesBuild
10:08:51 [2021-04-02T10:08:51.963Z] --- PASS: TestNetworkLoopbackNat (3.23s)
10:08:51 [2021-04-02T10:08:51.963Z] === RUN   TestPause
10:08:52 [2021-04-02T10:08:52.524Z] --- PASS: TestPause (0.73s)
10:08:52 [2021-04-02T10:08:52.524Z] === RUN   TestPauseFailsOnWindowsServerContainers
10:08:52 [2021-04-02T10:08:52.524Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
10:08:52 [2021-04-02T10:08:52.524Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
10:08:52 [2021-04-02T10:08:52.524Z] === RUN   TestPauseStopPausedContainer
10:08:52 [2021-04-02T10:08:52.989Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
10:08:53 [2021-04-02T10:08:53.249Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
10:08:53 [2021-04-02T10:08:53.450Z] --- PASS: TestPauseStopPausedContainer (0.76s)
10:08:53 [2021-04-02T10:08:53.450Z] === RUN   TestPsFilter
10:08:53 [2021-04-02T10:08:53.450Z] --- PASS: TestPsFilter (0.10s)
10:08:53 [2021-04-02T10:08:53.450Z] === RUN   TestRemoveContainerWithRemovedVolume
10:08:54 [2021-04-02T10:08:54.011Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.69s)
10:08:54 [2021-04-02T10:08:54.011Z] === RUN   TestRemoveContainerWithVolume
10:08:54 [2021-04-02T10:08:54.939Z] --- PASS: TestRemoveContainerWithVolume (0.71s)
10:08:54 [2021-04-02T10:08:54.939Z] === RUN   TestRemoveContainerRunning
10:08:55 [2021-04-02T10:08:55.500Z] --- PASS: TestRemoveContainerRunning (0.72s)
10:08:55 [2021-04-02T10:08:55.500Z] === RUN   TestRemoveContainerForceRemoveRunning
10:08:55 [2021-04-02T10:08:55.770Z] --- PASS: TestCgroupNamespacesBuild (3.75s)
10:08:55 [2021-04-02T10:08:55.770Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
10:08:55 [2021-04-02T10:08:55.793Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
10:08:55 [2021-04-02T10:08:55.793Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.75s)
10:08:55 [2021-04-02T10:08:55.793Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.07s)
10:08:55 [2021-04-02T10:08:55.793Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.14s)
10:08:55 [2021-04-02T10:08:55.793Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.21s)
10:08:55 [2021-04-02T10:08:55.793Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.23s)
10:08:55 [2021-04-02T10:08:55.793Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.59s)
10:08:55 [2021-04-02T10:08:55.793Z] === RUN   TestBuildMultiStageCopy
10:08:55 [2021-04-02T10:08:55.793Z] === RUN   TestBuildMultiStageCopy/copy_to_root
10:08:56 [2021-04-02T10:08:56.061Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.71s)
10:08:56 [2021-04-02T10:08:56.062Z] === RUN   TestRemoveInvalidContainer
10:08:56 [2021-04-02T10:08:56.062Z] --- PASS: TestRemoveInvalidContainer (0.01s)
10:08:56 [2021-04-02T10:08:56.062Z] === RUN   TestRenameLinkedContainer
10:08:57 [2021-04-02T10:08:57.705Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
10:08:57 [2021-04-02T10:08:57.965Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
10:08:58 [2021-04-02T10:08:58.226Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
10:08:58 [2021-04-02T10:08:58.797Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
10:08:59 [2021-04-02T10:08:59.057Z] --- PASS: TestBuildMultiStageCopy (3.54s)
10:08:59 [2021-04-02T10:08:59.057Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.11s)
10:08:59 [2021-04-02T10:08:59.057Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.34s)
10:08:59 [2021-04-02T10:08:59.057Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.35s)
10:08:59 [2021-04-02T10:08:59.057Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.36s)
10:08:59 [2021-04-02T10:08:59.057Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.38s)
10:08:59 [2021-04-02T10:08:59.057Z] === RUN   TestBuildMultiStageParentConfig
10:08:59 [2021-04-02T10:08:59.067Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (3.22s)
10:08:59 [2021-04-02T10:08:59.067Z] === RUN   TestBuildWithSession
10:08:59 [2021-04-02T10:08:59.067Z] --- SKIP: TestBuildWithSession (0.00s)
10:08:59 [2021-04-02T10:08:59.067Z]     build_session_test.go:25: TODO: BuildKit
10:08:59 [2021-04-02T10:08:59.067Z] === RUN   TestBuildSquashParent
10:08:59 [2021-04-02T10:08:59.328Z] --- PASS: TestRenameLinkedContainer (2.92s)
10:08:59 [2021-04-02T10:08:59.328Z] === RUN   TestRenameStoppedContainer
10:08:59 [2021-04-02T10:08:59.890Z] --- PASS: TestRenameStoppedContainer (0.71s)
10:08:59 [2021-04-02T10:08:59.890Z] === RUN   TestRenameRunningContainerAndReuse
10:08:59 [2021-04-02T10:08:59.998Z] --- PASS: TestBuildMultiStageParentConfig (0.95s)
10:08:59 [2021-04-02T10:08:59.998Z] === RUN   TestBuildLabelWithTargets
10:09:01 [2021-04-02T10:09:01.256Z] --- PASS: TestRenameRunningContainerAndReuse (1.47s)
10:09:01 [2021-04-02T10:09:01.256Z] === RUN   TestRenameInvalidName
10:09:01 [2021-04-02T10:09:01.381Z] --- PASS: TestBuildLabelWithTargets (1.51s)
10:09:01 [2021-04-02T10:09:01.381Z] === RUN   TestBuildWithEmptyLayers
10:09:02 [2021-04-02T10:09:02.181Z] --- PASS: TestRenameInvalidName (0.74s)
10:09:02 [2021-04-02T10:09:02.181Z] === RUN   TestRenameAnonymousContainer
10:09:02 [2021-04-02T10:09:02.322Z] --- PASS: TestBuildWithEmptyLayers (0.75s)
10:09:02 [2021-04-02T10:09:02.322Z] === RUN   TestBuildMultiStageOnBuild
10:09:02 [2021-04-02T10:09:02.912Z] --- PASS: TestUpdateRestartPolicy (12.36s)
10:09:02 [2021-04-02T10:09:02.912Z] === RUN   TestUpdateRestartWithAutoRemove
10:09:03 [2021-04-02T10:09:03.483Z] --- PASS: TestUpdateRestartWithAutoRemove (0.65s)
10:09:03 [2021-04-02T10:09:03.483Z] === RUN   TestWaitNonBlocked
10:09:03 [2021-04-02T10:09:03.483Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
10:09:03 [2021-04-02T10:09:03.483Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
10:09:03 [2021-04-02T10:09:03.483Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
10:09:03 [2021-04-02T10:09:03.483Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
10:09:03 [2021-04-02T10:09:03.483Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
10:09:03 [2021-04-02T10:09:03.483Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
10:09:04 [2021-04-02T10:09:04.863Z] --- PASS: TestBuildMultiStageOnBuild (2.45s)
10:09:04 [2021-04-02T10:09:04.863Z] === RUN   TestBuildUncleanTarFilenames
10:09:04 [2021-04-02T10:09:04.865Z] --- PASS: TestWaitNonBlocked (0.01s)
10:09:04 [2021-04-02T10:09:04.865Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.06s)
10:09:04 [2021-04-02T10:09:04.865Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.09s)
10:09:04 [2021-04-02T10:09:04.865Z] === RUN   TestWaitBlocked
10:09:04 [2021-04-02T10:09:04.865Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
10:09:04 [2021-04-02T10:09:04.865Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
10:09:04 [2021-04-02T10:09:04.865Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
10:09:04 [2021-04-02T10:09:04.865Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
10:09:04 [2021-04-02T10:09:04.865Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
10:09:04 [2021-04-02T10:09:04.865Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
10:09:05 [2021-04-02T10:09:05.422Z] tests/integration/api_exec_test.py .....................                 [ 34%]
10:09:05 [2021-04-02T10:09:05.458Z] --- PASS: TestRenameAnonymousContainer (3.43s)
10:09:05 [2021-04-02T10:09:05.458Z] === RUN   TestRenameContainerWithSameName
10:09:05 [2021-04-02T10:09:05.805Z] --- PASS: TestBuildUncleanTarFilenames (1.11s)
10:09:05 [2021-04-02T10:09:05.805Z] === RUN   TestBuildMultiStageLayerLeak
10:09:05 [2021-04-02T10:09:05.808Z] --- PASS: TestWaitBlocked (0.02s)
10:09:05 [2021-04-02T10:09:05.808Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.02s)
10:09:05 [2021-04-02T10:09:05.808Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.06s)
10:09:05 [2021-04-02T10:09:05.808Z] === CONT  TestDaemonRestartIpcMode
10:09:05 [2021-04-02T10:09:05.808Z] === CONT  TestIpcModeOlderClient
10:09:05 [2021-04-02T10:09:05.808Z] --- PASS: TestIpcModeOlderClient (0.08s)
10:09:05 [2021-04-02T10:09:05.808Z] === CONT  TestRestartDaemonWithRestartingContainer
10:09:06 [2021-04-02T10:09:06.393Z] --- PASS: TestRenameContainerWithSameName (0.77s)
10:09:06 [2021-04-02T10:09:06.393Z] === RUN   TestRenameContainerWithLinkedContainer
10:09:07 [2021-04-02T10:09:07.757Z] --- PASS: TestRenameContainerWithLinkedContainer (1.43s)
10:09:07 [2021-04-02T10:09:07.757Z] === RUN   TestResize
10:09:08 [2021-04-02T10:09:08.317Z] --- PASS: TestResize (0.74s)
10:09:08 [2021-04-02T10:09:08.317Z] === RUN   TestResizeWithInvalidSize
10:09:08 [2021-04-02T10:09:08.348Z] --- PASS: TestBuildMultiStageLayerLeak (2.51s)
10:09:08 [2021-04-02T10:09:08.348Z] === RUN   TestBuildWithHugeFile
10:09:09 [2021-04-02T10:09:09.244Z] --- PASS: TestResizeWithInvalidSize (0.76s)
10:09:09 [2021-04-02T10:09:09.244Z] === RUN   TestResizeWhenContainerNotStarted
10:09:09 [2021-04-02T10:09:09.804Z] --- PASS: TestResizeWhenContainerNotStarted (0.69s)
10:09:09 [2021-04-02T10:09:09.804Z] === RUN   TestDaemonRestartKillContainers
10:09:09 [2021-04-02T10:09:09.804Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
10:09:09 [2021-04-02T10:09:09.804Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
10:09:09 [2021-04-02T10:09:09.804Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
10:09:09 [2021-04-02T10:09:09.804Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
10:09:09 [2021-04-02T10:09:09.804Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
10:09:09 [2021-04-02T10:09:09.804Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
10:09:09 [2021-04-02T10:09:09.804Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
10:09:09 [2021-04-02T10:09:09.804Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
10:09:09 [2021-04-02T10:09:09.804Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
10:09:09 [2021-04-02T10:09:09.804Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
10:09:09 [2021-04-02T10:09:09.804Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
10:09:09 [2021-04-02T10:09:09.804Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
10:09:09 [2021-04-02T10:09:09.804Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
10:09:09 [2021-04-02T10:09:09.804Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
10:09:09 [2021-04-02T10:09:09.804Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
10:09:09 [2021-04-02T10:09:09.804Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
10:09:09 [2021-04-02T10:09:09.804Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
10:09:09 [2021-04-02T10:09:09.804Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
10:09:09 [2021-04-02T10:09:09.804Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
10:09:09 [2021-04-02T10:09:09.804Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
10:09:09 [2021-04-02T10:09:09.804Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
10:09:09 [2021-04-02T10:09:09.804Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
10:09:09 [2021-04-02T10:09:09.804Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
10:09:09 [2021-04-02T10:09:09.804Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
10:09:09 [2021-04-02T10:09:09.804Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
10:09:09 [2021-04-02T10:09:09.804Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
10:09:11 [2021-04-02T10:09:11.094Z] --- PASS: TestDaemonRestartIpcMode (5.44s)
10:09:11 [2021-04-02T10:09:11.354Z] --- PASS: TestRestartDaemonWithRestartingContainer (5.59s)
10:09:11 [2021-04-02T10:09:11.354Z] PASS
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === Skipped
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
10:09:11 [2021-04-02T10:09:11.354Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
10:09:11 [2021-04-02T10:09:11.354Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
10:09:11 [2021-04-02T10:09:11.354Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
10:09:11 [2021-04-02T10:09:11.354Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
10:09:11 [2021-04-02T10:09:11.354Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
10:09:11 [2021-04-02T10:09:11.354Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
10:09:11 [2021-04-02T10:09:11.354Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
10:09:11 [2021-04-02T10:09:11.354Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
10:09:11 [2021-04-02T10:09:11.354Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
10:09:11 [2021-04-02T10:09:11.354Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
10:09:11 [2021-04-02T10:09:11.354Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
10:09:11 [2021-04-02T10:09:11.354Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s)
10:09:11 [2021-04-02T10:09:11.354Z]     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)
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s)
10:09:11 [2021-04-02T10:09:11.354Z]     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)
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s)
10:09:11 [2021-04-02T10:09:11.354Z]     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)
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestPause (0.00s)
10:09:11 [2021-04-02T10:09:11.354Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
10:09:11 [2021-04-02T10:09:11.354Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s)
10:09:11 [2021-04-02T10:09:11.354Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
10:09:11 [2021-04-02T10:09:11.354Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s)
10:09:11 [2021-04-02T10:09:11.354Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s)
10:09:11 [2021-04-02T10:09:11.354Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestStats (0.00s)
10:09:11 [2021-04-02T10:09:11.354Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
10:09:11 [2021-04-02T10:09:11.354Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
10:09:11 [2021-04-02T10:09:11.354Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
10:09:11 [2021-04-02T10:09:11.354Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
10:09:11 [2021-04-02T10:09:11.354Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] 
10:09:11 [2021-04-02T10:09:11.354Z] DONE 177 tests, 26 skipped in 109.161s
10:09:11 [2021-04-02T10:09:11.354Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
10:09:11 [2021-04-02T10:09:11.614Z] INFO: Testing against a local daemon
10:09:11 [2021-04-02T10:09:11.614Z] === RUN   TestCommitInheritsEnv
10:09:12 [2021-04-02T10:09:12.319Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
10:09:12 [2021-04-02T10:09:12.319Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
10:09:12 [2021-04-02T10:09:12.996Z] --- PASS: TestCommitInheritsEnv (1.48s)
10:09:12 [2021-04-02T10:09:12.996Z] === RUN   TestImportExtremelyLargeImageWorks
10:09:12 [2021-04-02T10:09:12.996Z] === PAUSE TestImportExtremelyLargeImageWorks
10:09:12 [2021-04-02T10:09:12.996Z] === RUN   TestImagesFilterMultiReference
10:09:13 [2021-04-02T10:09:13.256Z] --- PASS: TestImagesFilterMultiReference (0.06s)
10:09:13 [2021-04-02T10:09:13.256Z] === RUN   TestImagePullPlatformInvalid
10:09:13 [2021-04-02T10:09:13.256Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
10:09:13 [2021-04-02T10:09:13.256Z] === RUN   TestRemoveImageOrphaning
10:09:13 [2021-04-02T10:09:13.682Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
10:09:13 [2021-04-02T10:09:13.682Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
10:09:13 [2021-04-02T10:09:13.964Z] --- PASS: TestBuildSquashParent (13.84s)
10:09:13 [2021-04-02T10:09:13.964Z] === RUN   TestBuildWithRemoveAndForceRemove
10:09:13 [2021-04-02T10:09:13.964Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
10:09:13 [2021-04-02T10:09:13.964Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
10:09:13 [2021-04-02T10:09:13.964Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
10:09:13 [2021-04-02T10:09:13.964Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
10:09:13 [2021-04-02T10:09:13.964Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
10:09:13 [2021-04-02T10:09:13.964Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
10:09:13 [2021-04-02T10:09:13.964Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
10:09:13 [2021-04-02T10:09:13.964Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
10:09:13 [2021-04-02T10:09:13.964Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
10:09:13 [2021-04-02T10:09:13.964Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
10:09:13 [2021-04-02T10:09:13.964Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
10:09:13 [2021-04-02T10:09:13.964Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
10:09:13 [2021-04-02T10:09:13.964Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
10:09:13 [2021-04-02T10:09:13.964Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
10:09:14 [2021-04-02T10:09:14.609Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
10:09:15 [2021-04-02T10:09:15.070Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
10:09:15 [2021-04-02T10:09:15.165Z] --- PASS: TestRemoveImageOrphaning (1.92s)
10:09:15 [2021-04-02T10:09:15.165Z] === RUN   TestRemoveImageGarbageCollector
10:09:15 [2021-04-02T10:09:15.165Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
10:09:15 [2021-04-02T10:09:15.165Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
10:09:15 [2021-04-02T10:09:15.165Z] === RUN   TestTagUnprefixedRepoByNameOrName
10:09:15 [2021-04-02T10:09:15.165Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
10:09:15 [2021-04-02T10:09:15.165Z] === RUN   TestTagInvalidReference
10:09:15 [2021-04-02T10:09:15.165Z] --- PASS: TestTagInvalidReference (0.01s)
10:09:15 [2021-04-02T10:09:15.165Z] === RUN   TestTagValidPrefixedRepo
10:09:15 [2021-04-02T10:09:15.165Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
10:09:15 [2021-04-02T10:09:15.165Z] === RUN   TestTagExistedNameWithoutForce
10:09:15 [2021-04-02T10:09:15.165Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
10:09:15 [2021-04-02T10:09:15.165Z] === RUN   TestTagOfficialNames
10:09:15 [2021-04-02T10:09:15.165Z] --- PASS: TestTagOfficialNames (0.06s)
10:09:15 [2021-04-02T10:09:15.165Z] === RUN   TestTagMatchesDigest
10:09:15 [2021-04-02T10:09:15.165Z] --- PASS: TestTagMatchesDigest (0.01s)
10:09:15 [2021-04-02T10:09:15.165Z] === CONT  TestImportExtremelyLargeImageWorks
10:09:15 [2021-04-02T10:09:15.169Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
10:09:17 [2021-04-02T10:09:17.059Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
10:09:17 [2021-04-02T10:09:17.316Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
10:09:18 [2021-04-02T10:09:18.158Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
10:09:18 [2021-04-02T10:09:18.158Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
10:09:19 [2021-04-02T10:09:19.832Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
10:09:20 [2021-04-02T10:09:20.393Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
10:09:20 [2021-04-02T10:09:20.700Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
10:09:22 [2021-04-02T10:09:22.907Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
10:09:22 [2021-04-02T10:09:22.907Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.28s)
10:09:22 [2021-04-02T10:09:22.907Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.46s)
10:09:22 [2021-04-02T10:09:22.907Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.28s)
10:09:22 [2021-04-02T10:09:22.907Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.38s)
10:09:22 [2021-04-02T10:09:22.907Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.27s)
10:09:22 [2021-04-02T10:09:22.907Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.35s)
10:09:22 [2021-04-02T10:09:22.907Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.21s)
10:09:22 [2021-04-02T10:09:22.907Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.25s)
10:09:22 [2021-04-02T10:09:22.907Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.01s)
10:09:22 [2021-04-02T10:09:22.907Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.01s)
10:09:22 [2021-04-02T10:09:22.907Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.30s)
10:09:22 [2021-04-02T10:09:22.907Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.24s)
10:09:22 [2021-04-02T10:09:22.907Z] === RUN   TestCgroupNamespacesRun
10:09:23 [2021-04-02T10:09:23.432Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
10:09:23 [2021-04-02T10:09:23.432Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
10:09:24 [2021-04-02T10:09:24.794Z] --- PASS: TestCgroupNamespacesRun (1.90s)
10:09:24 [2021-04-02T10:09:24.794Z] === RUN   TestCgroupNamespacesRunPrivileged
10:09:24 [2021-04-02T10:09:24.794Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
10:09:24 [2021-04-02T10:09:24.794Z]     run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
10:09:24 [2021-04-02T10:09:24.794Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
10:09:26 [2021-04-02T10:09:26.684Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.89s)
10:09:26 [2021-04-02T10:09:26.684Z] === RUN   TestCgroupNamespacesRunHostMode
10:09:28 [2021-04-02T10:09:28.052Z] --- PASS: TestCgroupNamespacesRunHostMode (1.81s)
10:09:28 [2021-04-02T10:09:28.052Z] === RUN   TestCgroupNamespacesRunPrivateMode
10:09:28 [2021-04-02T10:09:28.714Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
10:09:28 [2021-04-02T10:09:28.714Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (5.17s)
10:09:28 [2021-04-02T10:09:28.714Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (5.68s)
10:09:28 [2021-04-02T10:09:28.714Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.72s)
10:09:28 [2021-04-02T10:09:28.714Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (5.36s)
10:09:28 [2021-04-02T10:09:28.714Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (5.28s)
10:09:28 [2021-04-02T10:09:28.714Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.23s)
10:09:28 [2021-04-02T10:09:28.714Z] === RUN   TestBuildMultiStageCopy
10:09:28 [2021-04-02T10:09:28.714Z] === RUN   TestBuildMultiStageCopy/copy_to_root
10:09:29 [2021-04-02T10:09:29.440Z] 4612f6d0b889: Verifying Checksum
10:09:29 [2021-04-02T10:09:29.440Z] 4612f6d0b889: Download complete
10:09:29 [2021-04-02T10:09:29.941Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.86s)
10:09:29 [2021-04-02T10:09:29.941Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
10:09:31 [2021-04-02T10:09:31.304Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.37s)
10:09:31 [2021-04-02T10:09:31.304Z] === RUN   TestCgroupNamespacesRunInvalidMode
10:09:32 [2021-04-02T10:09:32.232Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.80s)
10:09:32 [2021-04-02T10:09:32.232Z] === RUN   TestCgroupNamespacesRunOlderClient
10:09:32 [2021-04-02T10:09:32.913Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
10:09:33 [2021-04-02T10:09:33.173Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
10:09:33 [2021-04-02T10:09:33.742Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
10:09:34 [2021-04-02T10:09:34.003Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
10:09:34 [2021-04-02T10:09:34.119Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.93s)
10:09:34 [2021-04-02T10:09:34.119Z] === RUN   TestKernelTCPMemory
10:09:34 [2021-04-02T10:09:34.119Z] --- SKIP: TestKernelTCPMemory (0.01s)
10:09:34 [2021-04-02T10:09:34.119Z]     run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP
10:09:34 [2021-04-02T10:09:34.119Z] === RUN   TestNISDomainname
10:09:34 [2021-04-02T10:09:34.573Z] --- PASS: TestBuildMultiStageCopy (6.07s)
10:09:34 [2021-04-02T10:09:34.573Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.87s)
10:09:34 [2021-04-02T10:09:34.573Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.63s)
10:09:34 [2021-04-02T10:09:34.573Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.53s)
10:09:34 [2021-04-02T10:09:34.573Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.51s)
10:09:34 [2021-04-02T10:09:34.573Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.53s)
10:09:34 [2021-04-02T10:09:34.573Z] === RUN   TestBuildMultiStageParentConfig
10:09:35 [2021-04-02T10:09:35.483Z] --- PASS: TestNISDomainname (1.33s)
10:09:35 [2021-04-02T10:09:35.483Z] === RUN   TestHostnameDnsResolution
10:09:35 [2021-04-02T10:09:35.955Z] --- PASS: TestBuildMultiStageParentConfig (1.36s)
10:09:35 [2021-04-02T10:09:35.955Z] === RUN   TestBuildLabelWithTargets
10:09:37 [2021-04-02T10:09:37.369Z] --- PASS: TestHostnameDnsResolution (1.81s)
10:09:37 [2021-04-02T10:09:37.369Z] === RUN   TestStats
10:09:38 [2021-04-02T10:09:38.497Z] --- PASS: TestBuildLabelWithTargets (2.29s)
10:09:38 [2021-04-02T10:09:38.497Z] === RUN   TestBuildWithEmptyLayers
10:09:39 [2021-04-02T10:09:39.878Z] --- PASS: TestBuildWithEmptyLayers (1.35s)
10:09:39 [2021-04-02T10:09:39.878Z] === RUN   TestBuildMultiStageOnBuild
10:09:39 [2021-04-02T10:09:39.881Z] --- PASS: TestStats (2.76s)
10:09:39 [2021-04-02T10:09:39.881Z] === RUN   TestStopContainerWithTimeout
10:09:40 [2021-04-02T10:09:40.137Z] === RUN   TestStopContainerWithTimeout/0
10:09:40 [2021-04-02T10:09:40.137Z] === PAUSE TestStopContainerWithTimeout/0
10:09:40 [2021-04-02T10:09:40.137Z] === RUN   TestStopContainerWithTimeout/1
10:09:40 [2021-04-02T10:09:40.137Z] === PAUSE TestStopContainerWithTimeout/1
10:09:40 [2021-04-02T10:09:40.137Z] === RUN   TestStopContainerWithTimeout/3
10:09:40 [2021-04-02T10:09:40.137Z] === PAUSE TestStopContainerWithTimeout/3
10:09:40 [2021-04-02T10:09:40.137Z] === RUN   TestStopContainerWithTimeout/-1
10:09:40 [2021-04-02T10:09:40.137Z] === PAUSE TestStopContainerWithTimeout/-1
10:09:40 [2021-04-02T10:09:40.137Z] === CONT  TestStopContainerWithTimeout/0
10:09:40 [2021-04-02T10:09:40.137Z] === CONT  TestStopContainerWithTimeout/3
10:09:41 [2021-04-02T10:09:41.501Z] === CONT  TestStopContainerWithTimeout/-1
10:09:43 [2021-04-02T10:09:43.388Z] === CONT  TestStopContainerWithTimeout/1
10:09:44 [2021-04-02T10:09:44.080Z] --- PASS: TestBuildMultiStageOnBuild (4.42s)
10:09:44 [2021-04-02T10:09:44.080Z] === RUN   TestBuildUncleanTarFilenames
10:09:44 [2021-04-02T10:09:44.750Z] --- PASS: TestStopContainerWithTimeout (0.01s)
10:09:44 [2021-04-02T10:09:44.750Z]     --- PASS: TestStopContainerWithTimeout/0 (1.21s)
10:09:44 [2021-04-02T10:09:44.750Z]     --- PASS: TestStopContainerWithTimeout/3 (3.15s)
10:09:44 [2021-04-02T10:09:44.750Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.66s)
10:09:44 [2021-04-02T10:09:44.750Z]     --- PASS: TestStopContainerWithTimeout/1 (1.70s)
10:09:44 [2021-04-02T10:09:44.750Z] === RUN   TestDeleteDevicemapper
10:09:44 [2021-04-02T10:09:44.750Z] --- SKIP: TestDeleteDevicemapper (0.00s)
10:09:44 [2021-04-02T10:09:44.750Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
10:09:44 [2021-04-02T10:09:44.750Z] === RUN   TestStopContainerWithRestartPolicyAlways
10:09:45 [2021-04-02T10:09:45.989Z] --- PASS: TestBuildUncleanTarFilenames (1.87s)
10:09:45 [2021-04-02T10:09:45.989Z] === RUN   TestBuildMultiStageLayerLeak
10:09:48 [2021-04-02T10:09:48.015Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.86s)
10:09:48 [2021-04-02T10:09:48.015Z] === RUN   TestUpdateMemory
10:09:49 [2021-04-02T10:09:49.380Z] --- PASS: TestUpdateMemory (1.37s)
10:09:49 [2021-04-02T10:09:49.380Z] === RUN   TestUpdateCPUQuota
10:09:51 [2021-04-02T10:09:51.026Z] tests/integration/api_network_test.py ............................       [ 47%]
10:09:51 [2021-04-02T10:09:51.270Z] --- PASS: TestBuildMultiStageLayerLeak (4.57s)
10:09:51 [2021-04-02T10:09:51.270Z] === RUN   TestBuildWithHugeFile
10:09:55 [2021-04-02T10:09:55.923Z] --- PASS: TestUpdateCPUQuota (6.88s)
10:09:55 [2021-04-02T10:09:55.923Z] === RUN   TestUpdatePidsLimit
10:09:55 [2021-04-02T10:09:55.923Z] === RUN   TestUpdatePidsLimit/update_from_none
10:09:56 [2021-04-02T10:09:56.853Z] === RUN   TestUpdatePidsLimit/no_change
10:09:57 [2021-04-02T10:09:57.415Z] === RUN   TestUpdatePidsLimit/update_lower
10:09:58 [2021-04-02T10:09:58.181Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
10:09:58 [2021-04-02T10:09:58.340Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
10:09:58 [2021-04-02T10:09:58.901Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
10:09:59 [2021-04-02T10:09:59.403Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
10:09:59 [2021-04-02T10:09:59.403Z] Using test binary docker
10:09:59 [2021-04-02T10:09:59.403Z] +++ /etc/init.d/apparmor start
10:09:59 [2021-04-02T10:09:59.403Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
10:09:59 [2021-04-02T10:09:59.403Z] INFO: Waiting for daemon to start...
10:09:59 [2021-04-02T10:09:59.403Z] Starting dockerd
10:09:59 [2021-04-02T10:09:59.403Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true
10:09:59 [2021-04-02T10:09:59.403Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration)
10:09:59 [2021-04-02T10:09:59.403Z] Using test binary docker
10:09:59 [2021-04-02T10:09:59.403Z] +++ /etc/init.d/apparmor start
10:09:59 [2021-04-02T10:09:59.403Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
10:09:59 [2021-04-02T10:09:59.403Z] INFO: Waiting for daemon to start...
10:09:59 [2021-04-02T10:09:59.403Z] Starting dockerd
10:09:59 [2021-04-02T10:09:59.403Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true
10:09:59 [2021-04-02T10:09:59.828Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
10:10:00 [2021-04-02T10:10:00.361Z] tests/integration/api_secret_test.py .....                               [ 51%]
10:10:00 [2021-04-02T10:10:00.389Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
10:10:01 [2021-04-02T10:10:01.754Z] --- PASS: TestUpdatePidsLimit (5.69s)
10:10:01 [2021-04-02T10:10:01.754Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.78s)
10:10:01 [2021-04-02T10:10:01.754Z]     --- PASS: TestUpdatePidsLimit/no_change (0.72s)
10:10:01 [2021-04-02T10:10:01.754Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.71s)
10:10:01 [2021-04-02T10:10:01.754Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.74s)
10:10:01 [2021-04-02T10:10:01.754Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.71s)
10:10:01 [2021-04-02T10:10:01.754Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.70s)
10:10:01 [2021-04-02T10:10:01.754Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.72s)
10:10:01 [2021-04-02T10:10:01.754Z] === RUN   TestUpdateRestartPolicy
10:10:04 [2021-04-02T10:10:04.613Z] --- PASS: TestBuildWithHugeFile (56.16s)
10:10:04 [2021-04-02T10:10:04.613Z] === RUN   TestBuildWCOWSandboxSize
10:10:04 [2021-04-02T10:10:04.613Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s)
10:10:04 [2021-04-02T10:10:04.613Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
10:10:04 [2021-04-02T10:10:04.613Z] === RUN   TestBuildWithEmptyDockerfile
10:10:04 [2021-04-02T10:10:04.613Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
10:10:04 [2021-04-02T10:10:04.613Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
10:10:04 [2021-04-02T10:10:04.613Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
10:10:04 [2021-04-02T10:10:04.613Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
10:10:04 [2021-04-02T10:10:04.613Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
10:10:04 [2021-04-02T10:10:04.613Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
10:10:04 [2021-04-02T10:10:04.613Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
10:10:04 [2021-04-02T10:10:04.613Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
10:10:04 [2021-04-02T10:10:04.613Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
10:10:04 [2021-04-02T10:10:04.873Z] --- PASS: TestBuildWithEmptyDockerfile (0.22s)
10:10:04 [2021-04-02T10:10:04.873Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.19s)
10:10:04 [2021-04-02T10:10:04.873Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.20s)
10:10:04 [2021-04-02T10:10:04.873Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.20s)
10:10:04 [2021-04-02T10:10:04.873Z] === RUN   TestBuildPreserveOwnership
10:10:04 [2021-04-02T10:10:04.873Z] === RUN   TestBuildPreserveOwnership/copy_from
10:10:07 [2021-04-02T10:10:07.091Z] tests/integration/api_service_test.py .................................. [ 60%]
10:10:09 [2021-04-02T10:10:09.075Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
10:10:10 [2021-04-02T10:10:10.016Z] --- PASS: TestBuildPreserveOwnership (5.20s)
10:10:10 [2021-04-02T10:10:10.016Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.51s)
10:10:10 [2021-04-02T10:10:10.016Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.66s)
10:10:10 [2021-04-02T10:10:10.016Z] === RUN   TestBuildPlatformInvalid
10:10:10 [2021-04-02T10:10:10.276Z] --- PASS: TestBuildPlatformInvalid (0.17s)
10:10:10 [2021-04-02T10:10:10.276Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
10:10:16 [2021-04-02T10:10:16.583Z] --- PASS: TestUpdateRestartPolicy (12.77s)
10:10:16 [2021-04-02T10:10:16.583Z] === RUN   TestUpdateRestartWithAutoRemove
10:10:16 [2021-04-02T10:10:16.583Z] --- PASS: TestUpdateRestartWithAutoRemove (0.72s)
10:10:16 [2021-04-02T10:10:16.583Z] === RUN   TestWaitNonBlocked
10:10:16 [2021-04-02T10:10:16.583Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
10:10:16 [2021-04-02T10:10:16.583Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
10:10:16 [2021-04-02T10:10:16.583Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
10:10:16 [2021-04-02T10:10:16.583Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
10:10:16 [2021-04-02T10:10:16.583Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
10:10:16 [2021-04-02T10:10:16.583Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
10:10:16 [2021-04-02T10:10:16.583Z] --- PASS: TestWaitNonBlocked (0.01s)
10:10:16 [2021-04-02T10:10:16.583Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.20s)
10:10:16 [2021-04-02T10:10:16.583Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.21s)
10:10:16 [2021-04-02T10:10:16.583Z] === RUN   TestWaitBlocked
10:10:16 [2021-04-02T10:10:16.583Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
10:10:16 [2021-04-02T10:10:16.583Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
10:10:16 [2021-04-02T10:10:16.583Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
10:10:16 [2021-04-02T10:10:16.583Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
10:10:16 [2021-04-02T10:10:16.583Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
10:10:16 [2021-04-02T10:10:16.583Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
10:10:17 [2021-04-02T10:10:17.509Z] --- PASS: TestWaitBlocked (0.01s)
10:10:17 [2021-04-02T10:10:17.509Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.09s)
10:10:17 [2021-04-02T10:10:17.509Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.14s)
10:10:17 [2021-04-02T10:10:17.509Z] === CONT  TestContainerStartOnDaemonRestart
10:10:17 [2021-04-02T10:10:17.509Z] === CONT  TestContainerKillOnDaemonStart
10:10:20 [2021-04-02T10:10:20.083Z] .........................                                                [ 67%]
10:10:20 [2021-04-02T10:10:20.774Z] --- PASS: TestContainerStartOnDaemonRestart (2.91s)
10:10:20 [2021-04-02T10:10:20.774Z] === CONT  TestIpcModeOlderClient
10:10:20 [2021-04-02T10:10:20.774Z] --- PASS: TestIpcModeOlderClient (0.07s)
10:10:20 [2021-04-02T10:10:20.774Z] === CONT  TestDaemonHostGatewayIP
10:10:21 [2021-04-02T10:10:21.651Z] .
10:10:21 [2021-04-02T10:10:21.651Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
10:10:21 [2021-04-02T10:10:21.651Z] 
10:10:21 [2021-04-02T10:10:21.651Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
10:10:21 [2021-04-02T10:10:21.651Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
10:10:21 [2021-04-02T10:10:21.651Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
10:10:21 [2021-04-02T10:10:21.651Z] Error: No such image: emptyfs
10:10:21 [2021-04-02T10:10:21.651Z] Error: No such image: emptyfs
10:10:21 [2021-04-02T10:10:21.651Z] ++++ tar -cC bundles/test-integration/emptyfs .
10:10:21 [2021-04-02T10:10:21.651Z] ++++ docker load
10:10:21 [2021-04-02T10:10:21.651Z] ++++ docker load
10:10:21 [2021-04-02T10:10:21.651Z] ++++ tar -cC bundles/test-integration/emptyfs .
10:10:21 [2021-04-02T10:10:21.651Z] Running integration-test (iteration 1)
10:10:21 [2021-04-02T10:10:21.651Z] Running integration-test (iteration 1)
10:10:21 [2021-04-02T10:10:21.651Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
10:10:21 [2021-04-02T10:10:21.651Z] ++ 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)/'
10:10:21 [2021-04-02T10:10:21.651Z] ++ set -e
10:10:21 [2021-04-02T10:10:21.651Z] ++ '[' -n 0 ']'
10:10:21 [2021-04-02T10:10:21.651Z] ++ set -x
10:10:21 [2021-04-02T10:10:21.651Z] ++ env -i DEST=/go/src/github.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)/'
10:10:21 [2021-04-02T10:10:21.651Z] 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)/
10:10:21 [2021-04-02T10:10:21.651Z] ++ 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)/'
10:10:21 [2021-04-02T10:10:21.651Z] ++ set -e
10:10:21 [2021-04-02T10:10:21.651Z] ++ '[' -n 0 ']'
10:10:21 [2021-04-02T10:10:21.651Z] ++ set -x
10:10:21 [2021-04-02T10:10:21.651Z] ++ env -i DEST=/go/src/github.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)/'
10:10:24 [2021-04-02T10:10:24.938Z] --- PASS: TestDaemonHostGatewayIP (3.92s)
10:10:24 [2021-04-02T10:10:24.938Z] === CONT  TestRestartDaemonWithRestartingContainer
10:10:25 [2021-04-02T10:10:25.205Z] Loaded image: buildpack-deps:buster
10:10:25 [2021-04-02T10:10:25.205Z] Loaded image: busybox:latest
10:10:25 [2021-04-02T10:10:25.205Z] Loaded image: busybox:glibc
10:10:25 [2021-04-02T10:10:25.776Z] Loaded image: debian:bullseye
10:10:26 [2021-04-02T10:10:26.037Z] Loaded image: hello-world:latest
10:10:26 [2021-04-02T10:10:26.037Z] Loaded image: arm32v7/hello-world:latest
10:10:27 [2021-04-02T10:10:27.450Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.90s)
10:10:27 [2021-04-02T10:10:27.450Z] === CONT  TestDaemonRestartIpcMode
10:10:30 [2021-04-02T10:10:30.716Z] --- PASS: TestDaemonRestartIpcMode (3.09s)
10:10:30 [2021-04-02T10:10:30.716Z] --- PASS: TestContainerKillOnDaemonStart (13.02s)
10:10:30 [2021-04-02T10:10:30.716Z] PASS
10:10:30 [2021-04-02T10:10:30.716Z] 
10:10:30 [2021-04-02T10:10:30.716Z] === Skipped
10:10:30 [2021-04-02T10:10:30.716Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
10:10:30 [2021-04-02T10:10:30.716Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
10:10:30 [2021-04-02T10:10:30.716Z] 
10:10:30 [2021-04-02T10:10:30.716Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
10:10:30 [2021-04-02T10:10:30.716Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
10:10:30 [2021-04-02T10:10:30.716Z] 
10:10:30 [2021-04-02T10:10:30.716Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
10:10:30 [2021-04-02T10:10:30.716Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
10:10:30 [2021-04-02T10:10:30.716Z] 
10:10:30 [2021-04-02T10:10:30.716Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
10:10:30 [2021-04-02T10:10:30.716Z]     run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
10:10:30 [2021-04-02T10:10:30.716Z] 
10:10:30 [2021-04-02T10:10:30.716Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s)
10:10:30 [2021-04-02T10:10:30.716Z]     run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP
10:10:30 [2021-04-02T10:10:30.716Z] 
10:10:30 [2021-04-02T10:10:30.716Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
10:10:30 [2021-04-02T10:10:30.716Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
10:10:30 [2021-04-02T10:10:30.716Z] 
10:10:30 [2021-04-02T10:10:30.716Z] 
10:10:30 [2021-04-02T10:10:30.716Z] DONE 196 tests, 6 skipped in 153.910s
10:10:30 [2021-04-02T10:10:30.716Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
10:10:30 [2021-04-02T10:10:30.716Z] INFO: Testing against a local daemon
10:10:30 [2021-04-02T10:10:30.716Z] === RUN   TestCommitInheritsEnv
10:10:30 [2021-04-02T10:10:30.972Z] --- PASS: TestCommitInheritsEnv (0.33s)
10:10:30 [2021-04-02T10:10:30.972Z] === RUN   TestImportExtremelyLargeImageWorks
10:10:30 [2021-04-02T10:10:30.972Z] === PAUSE TestImportExtremelyLargeImageWorks
10:10:30 [2021-04-02T10:10:30.972Z] === RUN   TestImagesFilterMultiReference
10:10:30 [2021-04-02T10:10:30.972Z] --- PASS: TestImagesFilterMultiReference (0.05s)
10:10:30 [2021-04-02T10:10:30.972Z] === RUN   TestImagePullPlatformInvalid
10:10:30 [2021-04-02T10:10:30.972Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
10:10:30 [2021-04-02T10:10:30.972Z] === RUN   TestRemoveImageOrphaning
10:10:31 [2021-04-02T10:10:31.228Z] --- PASS: TestRemoveImageOrphaning (0.28s)
10:10:31 [2021-04-02T10:10:31.228Z] === RUN   TestRemoveImageGarbageCollector
10:10:33 [2021-04-02T10:10:33.742Z] --- PASS: TestRemoveImageGarbageCollector (2.38s)
10:10:33 [2021-04-02T10:10:33.742Z] === RUN   TestTagUnprefixedRepoByNameOrName
10:10:33 [2021-04-02T10:10:33.742Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
10:10:33 [2021-04-02T10:10:33.742Z] === RUN   TestTagInvalidReference
10:10:33 [2021-04-02T10:10:33.742Z] --- PASS: TestTagInvalidReference (0.01s)
10:10:33 [2021-04-02T10:10:33.742Z] === RUN   TestTagValidPrefixedRepo
10:10:33 [2021-04-02T10:10:33.742Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
10:10:33 [2021-04-02T10:10:33.742Z] === RUN   TestTagExistedNameWithoutForce
10:10:33 [2021-04-02T10:10:33.742Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
10:10:33 [2021-04-02T10:10:33.742Z] === RUN   TestTagOfficialNames
10:10:33 [2021-04-02T10:10:33.742Z] --- PASS: TestTagOfficialNames (0.06s)
10:10:33 [2021-04-02T10:10:33.742Z] === RUN   TestTagMatchesDigest
10:10:34 [2021-04-02T10:10:34.000Z] --- PASS: TestTagMatchesDigest (0.02s)
10:10:34 [2021-04-02T10:10:34.000Z] === CONT  TestImportExtremelyLargeImageWorks
10:10:36 [2021-04-02T10:10:36.031Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (25.31s)
10:10:36 [2021-04-02T10:10:36.031Z] PASS
10:10:36 [2021-04-02T10:10:36.031Z] 
10:10:36 [2021-04-02T10:10:36.031Z] === Skipped
10:10:36 [2021-04-02T10:10:36.031Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
10:10:36 [2021-04-02T10:10:36.031Z]     build_session_test.go:25: TODO: BuildKit
10:10:36 [2021-04-02T10:10:36.031Z] 
10:10:36 [2021-04-02T10:10:36.031Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s)
10:10:36 [2021-04-02T10:10:36.031Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
10:10:36 [2021-04-02T10:10:36.031Z] 
10:10:36 [2021-04-02T10:10:36.031Z] 
10:10:36 [2021-04-02T10:10:36.031Z] DONE 34 tests, 2 skipped in 135.422s
10:10:36 [2021-04-02T10:10:36.031Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
10:10:36 [2021-04-02T10:10:36.031Z] ++ 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
10:10:36 [2021-04-02T10:10:36.031Z] ++ set -e
10:10:36 [2021-04-02T10:10:36.031Z] ++ '[' -n 0 ']'
10:10:36 [2021-04-02T10:10:36.031Z] ++ set -x
10:10:36 [2021-04-02T10:10:36.031Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
10:10:36 [2021-04-02T10:10:36.031Z] INFO: Testing against a local daemon
10:10:36 [2021-04-02T10:10:36.031Z] === RUN   TestConfigInspect
10:10:39 [2021-04-02T10:10:39.328Z] --- PASS: TestConfigInspect (3.46s)
10:10:39 [2021-04-02T10:10:39.328Z] === RUN   TestConfigList
10:10:42 [2021-04-02T10:10:42.625Z] --- PASS: TestConfigList (3.12s)
10:10:42 [2021-04-02T10:10:42.625Z] === RUN   TestConfigsCreateAndDelete
10:10:45 [2021-04-02T10:10:45.931Z] --- PASS: TestConfigsCreateAndDelete (3.17s)
10:10:45 [2021-04-02T10:10:45.931Z] === RUN   TestConfigsUpdate
10:10:49 [2021-04-02T10:10:49.235Z] --- PASS: TestConfigsUpdate (3.16s)
10:10:49 [2021-04-02T10:10:49.235Z] === RUN   TestTemplatedConfig
10:10:52 [2021-04-02T10:10:52.532Z] --- PASS: TestTemplatedConfig (3.68s)
10:10:52 [2021-04-02T10:10:52.532Z] === RUN   TestConfigCreateResolve
10:10:55 [2021-04-02T10:10:55.827Z] --- PASS: TestConfigCreateResolve (3.21s)
10:10:55 [2021-04-02T10:10:55.827Z] === RUN   TestConfigDaemonLibtrustID
10:10:56 [2021-04-02T10:10:56.767Z] --- PASS: TestConfigDaemonLibtrustID (1.13s)
10:10:56 [2021-04-02T10:10:56.767Z] PASS
10:10:56 [2021-04-02T10:10:56.767Z] 
10:10:56 [2021-04-02T10:10:56.767Z] DONE 7 tests in 21.088s
10:10:56 [2021-04-02T10:10:56.767Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
10:10:56 [2021-04-02T10:10:56.767Z] ++ 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
10:10:56 [2021-04-02T10:10:56.767Z] ++ set -e
10:10:56 [2021-04-02T10:10:56.767Z] ++ '[' -n 0 ']'
10:10:56 [2021-04-02T10:10:56.767Z] ++ set -x
10:10:56 [2021-04-02T10:10:56.767Z] ++ env -i DEST=/go/src/github.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
10:10:57 [2021-04-02T10:10:57.028Z] INFO: Testing against a local daemon
10:10:57 [2021-04-02T10:10:57.028Z] === RUN   TestCheckpoint
10:10:57 [2021-04-02T10:10:57.028Z] --- SKIP: TestCheckpoint (0.00s)
10:10:57 [2021-04-02T10:10:57.028Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
10:10:57 [2021-04-02T10:10:57.028Z] === RUN   TestContainerInvalidJSON
10:10:57 [2021-04-02T10:10:57.028Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
10:10:57 [2021-04-02T10:10:57.028Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
10:10:57 [2021-04-02T10:10:57.028Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
10:10:57 [2021-04-02T10:10:57.028Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
10:10:57 [2021-04-02T10:10:57.028Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
10:10:57 [2021-04-02T10:10:57.028Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
10:10:57 [2021-04-02T10:10:57.028Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
10:10:57 [2021-04-02T10:10:57.028Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
10:10:57 [2021-04-02T10:10:57.028Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
10:10:57 [2021-04-02T10:10:57.028Z] --- PASS: TestContainerInvalidJSON (0.02s)
10:10:57 [2021-04-02T10:10:57.028Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
10:10:57 [2021-04-02T10:10:57.028Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
10:10:57 [2021-04-02T10:10:57.028Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s)
10:10:57 [2021-04-02T10:10:57.028Z] === RUN   TestCopyFromContainerPathDoesNotExist
10:10:57 [2021-04-02T10:10:57.028Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s)
10:10:57 [2021-04-02T10:10:57.028Z] === RUN   TestCopyFromContainerPathIsNotDir
10:10:57 [2021-04-02T10:10:57.288Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s)
10:10:57 [2021-04-02T10:10:57.288Z] === RUN   TestCopyToContainerPathDoesNotExist
10:10:57 [2021-04-02T10:10:57.288Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s)
10:10:57 [2021-04-02T10:10:57.288Z] === RUN   TestCopyToContainerPathIsNotDir
10:10:57 [2021-04-02T10:10:57.288Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s)
10:10:57 [2021-04-02T10:10:57.288Z] === RUN   TestCopyFromContainer
10:10:59 [2021-04-02T10:10:59.200Z] === RUN   TestCopyFromContainer//
10:10:59 [2021-04-02T10:10:59.200Z] === RUN   TestCopyFromContainer//bar/root
10:10:59 [2021-04-02T10:10:59.200Z] === RUN   TestCopyFromContainer//bar/root/
10:10:59 [2021-04-02T10:10:59.200Z] === RUN   TestCopyFromContainer/bar/quux
10:10:59 [2021-04-02T10:10:59.460Z] === RUN   TestCopyFromContainer/bar/quux/
10:10:59 [2021-04-02T10:10:59.460Z] === RUN   TestCopyFromContainer/bar/quux/baz
10:10:59 [2021-04-02T10:10:59.460Z] === RUN   TestCopyFromContainer/bar/filesymlink
10:10:59 [2021-04-02T10:10:59.721Z] === RUN   TestCopyFromContainer/bar/dirsymlink
10:10:59 [2021-04-02T10:10:59.721Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
10:10:59 [2021-04-02T10:10:59.981Z] === RUN   TestCopyFromContainer/bar/notarget
10:10:59 [2021-04-02T10:10:59.981Z] --- PASS: TestCopyFromContainer (2.67s)
10:10:59 [2021-04-02T10:10:59.981Z]     --- PASS: TestCopyFromContainer// (0.12s)
10:10:59 [2021-04-02T10:10:59.981Z]     --- PASS: TestCopyFromContainer//bar/root (0.11s)
10:10:59 [2021-04-02T10:10:59.981Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.11s)
10:10:59 [2021-04-02T10:10:59.981Z]     --- PASS: TestCopyFromContainer/bar/quux (0.11s)
10:10:59 [2021-04-02T10:10:59.981Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.10s)
10:10:59 [2021-04-02T10:10:59.981Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s)
10:10:59 [2021-04-02T10:10:59.981Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s)
10:10:59 [2021-04-02T10:10:59.981Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s)
10:10:59 [2021-04-02T10:10:59.981Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s)
10:10:59 [2021-04-02T10:10:59.981Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.10s)
10:10:59 [2021-04-02T10:10:59.981Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
10:10:59 [2021-04-02T10:10:59.981Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
10:10:59 [2021-04-02T10:10:59.981Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
10:10:59 [2021-04-02T10:10:59.981Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
10:10:59 [2021-04-02T10:10:59.981Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
10:10:59 [2021-04-02T10:10:59.981Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
10:10:59 [2021-04-02T10:10:59.981Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
10:10:59 [2021-04-02T10:10:59.981Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
10:10:59 [2021-04-02T10:10:59.981Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
10:10:59 [2021-04-02T10:10:59.981Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
10:10:59 [2021-04-02T10:10:59.981Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
10:10:59 [2021-04-02T10:10:59.981Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
10:10:59 [2021-04-02T10:10:59.981Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
10:10:59 [2021-04-02T10:10:59.981Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s)
10:10:59 [2021-04-02T10:10:59.981Z] === RUN   TestCreateLinkToNonExistingContainer
10:11:00 [2021-04-02T10:11:00.242Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
10:11:00 [2021-04-02T10:11:00.242Z] === RUN   TestCreateWithInvalidEnv
10:11:00 [2021-04-02T10:11:00.242Z] === RUN   TestCreateWithInvalidEnv/0
10:11:00 [2021-04-02T10:11:00.242Z] === PAUSE TestCreateWithInvalidEnv/0
10:11:00 [2021-04-02T10:11:00.242Z] === RUN   TestCreateWithInvalidEnv/1
10:11:00 [2021-04-02T10:11:00.242Z] === PAUSE TestCreateWithInvalidEnv/1
10:11:00 [2021-04-02T10:11:00.242Z] === RUN   TestCreateWithInvalidEnv/2
10:11:00 [2021-04-02T10:11:00.242Z] === PAUSE TestCreateWithInvalidEnv/2
10:11:00 [2021-04-02T10:11:00.242Z] === CONT  TestCreateWithInvalidEnv/0
10:11:00 [2021-04-02T10:11:00.242Z] === CONT  TestCreateWithInvalidEnv/2
10:11:00 [2021-04-02T10:11:00.242Z] === CONT  TestCreateWithInvalidEnv/1
10:11:00 [2021-04-02T10:11:00.242Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
10:11:00 [2021-04-02T10:11:00.242Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
10:11:00 [2021-04-02T10:11:00.242Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
10:11:00 [2021-04-02T10:11:00.242Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
10:11:00 [2021-04-02T10:11:00.242Z] === RUN   TestCreateTmpfsMountsTarget
10:11:00 [2021-04-02T10:11:00.242Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s)
10:11:00 [2021-04-02T10:11:00.242Z] === RUN   TestCreateWithCustomMaskedPaths
10:11:00 [2021-04-02T10:11:00.418Z] Loaded image: buildpack-deps:buster
10:11:00 [2021-04-02T10:11:00.418Z] Loaded image: buildpack-deps:buster
10:11:00 [2021-04-02T10:11:00.418Z] Loaded image: busybox:latest
10:11:00 [2021-04-02T10:11:00.418Z] Loaded image: busybox:latest
10:11:00 [2021-04-02T10:11:00.418Z] Loaded image: busybox:glibc
10:11:00 [2021-04-02T10:11:00.418Z] Loaded image: busybox:glibc
10:11:02 [2021-04-02T10:11:02.784Z] --- PASS: TestCreateWithCustomMaskedPaths (2.38s)
10:11:02 [2021-04-02T10:11:02.784Z] === RUN   TestCreateWithCustomReadonlyPaths
10:11:05 [2021-04-02T10:11:05.113Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
10:11:05 [2021-04-02T10:11:05.327Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.36s)
10:11:05 [2021-04-02T10:11:05.327Z] === RUN   TestCreateWithInvalidHealthcheckParams
10:11:05 [2021-04-02T10:11:05.327Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
10:11:05 [2021-04-02T10:11:05.327Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
10:11:05 [2021-04-02T10:11:05.327Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
10:11:05 [2021-04-02T10:11:05.327Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
10:11:05 [2021-04-02T10:11:05.327Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
10:11:05 [2021-04-02T10:11:05.327Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
10:11:05 [2021-04-02T10:11:05.327Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
10:11:05 [2021-04-02T10:11:05.327Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
10:11:05 [2021-04-02T10:11:05.327Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
10:11:05 [2021-04-02T10:11:05.327Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
10:11:05 [2021-04-02T10:11:05.327Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
10:11:05 [2021-04-02T10:11:05.327Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
10:11:05 [2021-04-02T10:11:05.327Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
10:11:05 [2021-04-02T10:11:05.327Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
10:11:05 [2021-04-02T10:11:05.327Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
10:11:05 [2021-04-02T10:11:05.327Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
10:11:05 [2021-04-02T10:11:05.327Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s)
10:11:05 [2021-04-02T10:11:05.327Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s)
10:11:05 [2021-04-02T10:11:05.327Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s)
10:11:05 [2021-04-02T10:11:05.327Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s)
10:11:05 [2021-04-02T10:11:05.327Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
10:11:05 [2021-04-02T10:11:05.327Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
10:11:05 [2021-04-02T10:11:05.695Z] Loaded image: debian:bullseye
10:11:05 [2021-04-02T10:11:05.981Z] Loaded image: hello-world:latest
10:11:05 [2021-04-02T10:11:05.981Z] Loaded image: arm32v7/hello-world:latest
10:11:05 [2021-04-02T10:11:05.981Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.80s)
10:11:05 [2021-04-02T10:11:05.981Z] === RUN   TestCreateDifferentPlatform
10:11:05 [2021-04-02T10:11:05.981Z] === RUN   TestCreateDifferentPlatform/different_os
10:11:05 [2021-04-02T10:11:05.981Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
10:11:05 [2021-04-02T10:11:05.981Z] --- PASS: TestCreateDifferentPlatform (0.03s)
10:11:05 [2021-04-02T10:11:05.981Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.01s)
10:11:05 [2021-04-02T10:11:05.981Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
10:11:05 [2021-04-02T10:11:05.981Z] === RUN   TestCreateVolumesFromNonExistingContainer
10:11:05 [2021-04-02T10:11:05.981Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
10:11:05 [2021-04-02T10:11:05.981Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
10:11:05 [2021-04-02T10:11:05.981Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s)
10:11:05 [2021-04-02T10:11:05.981Z] === RUN   TestContainerStartOnDaemonRestart
10:11:05 [2021-04-02T10:11:05.981Z] === PAUSE TestContainerStartOnDaemonRestart
10:11:05 [2021-04-02T10:11:05.981Z] === RUN   TestDaemonRestartIpcMode
10:11:05 [2021-04-02T10:11:05.981Z] === PAUSE TestDaemonRestartIpcMode
10:11:05 [2021-04-02T10:11:05.981Z] === RUN   TestDaemonHostGatewayIP
10:11:05 [2021-04-02T10:11:05.981Z] === PAUSE TestDaemonHostGatewayIP
10:11:05 [2021-04-02T10:11:05.981Z] === RUN   TestRestartDaemonWithRestartingContainer
10:11:05 [2021-04-02T10:11:05.981Z] === PAUSE TestRestartDaemonWithRestartingContainer
10:11:05 [2021-04-02T10:11:05.981Z] === RUN   TestContainerKillOnDaemonStart
10:11:05 [2021-04-02T10:11:05.981Z] === PAUSE TestContainerKillOnDaemonStart
10:11:05 [2021-04-02T10:11:05.981Z] === RUN   TestDiff
10:11:06 [2021-04-02T10:11:06.241Z] INFO: Testing against a local daemon
10:11:06 [2021-04-02T10:11:06.241Z] === RUN   TestDockerDaemonSuite
10:11:06 [2021-04-02T10:11:06.241Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
10:11:06 [2021-04-02T10:11:06.660Z] --- PASS: TestImportExtremelyLargeImageWorks (102.27s)
10:11:06 [2021-04-02T10:11:06.660Z] PASS
10:11:06 [2021-04-02T10:11:06.660Z] 
10:11:06 [2021-04-02T10:11:06.660Z] === Skipped
10:11:06 [2021-04-02T10:11:06.660Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
10:11:06 [2021-04-02T10:11:06.660Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
10:11:06 [2021-04-02T10:11:06.660Z] 
10:11:06 [2021-04-02T10:11:06.660Z] 
10:11:06 [2021-04-02T10:11:06.660Z] DONE 12 tests, 1 skipped in 106.096s
10:11:06 [2021-04-02T10:11:06.660Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
10:11:06 [2021-04-02T10:11:06.660Z] INFO: Testing against a local daemon
10:11:06 [2021-04-02T10:11:06.660Z] === RUN   TestNetworkCreateDelete
10:11:06 [2021-04-02T10:11:06.660Z] --- PASS: TestNetworkCreateDelete (0.46s)
10:11:06 [2021-04-02T10:11:06.660Z] === RUN   TestDockerNetworkDeletePreferID
10:11:06 [2021-04-02T10:11:06.660Z] --- PASS: TestDockerNetworkDeletePreferID (1.29s)
10:11:06 [2021-04-02T10:11:06.660Z] === RUN   TestDaemonDNSFallback
10:11:06 [2021-04-02T10:11:06.810Z] Loaded image: debian:bullseye
10:11:06 [2021-04-02T10:11:06.921Z] --- PASS: TestDiff (0.79s)
10:11:06 [2021-04-02T10:11:06.921Z] === RUN   TestExecWithCloseStdin
10:11:07 [2021-04-02T10:11:07.069Z] Loaded image: hello-world:latest
10:11:07 [2021-04-02T10:11:07.069Z] Loaded image: arm32v7/hello-world:latest
10:11:07 [2021-04-02T10:11:07.328Z] INFO: Testing against a local daemon
10:11:07 [2021-04-02T10:11:07.328Z] === RUN   TestDockerSuite
10:11:07 [2021-04-02T10:11:07.328Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
10:11:07 [2021-04-02T10:11:07.328Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
10:11:07 [2021-04-02T10:11:07.328Z] === RUN   TestDockerSuite/TestAPIErrorJSON
10:11:07 [2021-04-02T10:11:07.328Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
10:11:07 [2021-04-02T10:11:07.328Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
10:11:07 [2021-04-02T10:11:07.328Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
10:11:07 [2021-04-02T10:11:07.588Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
10:11:07 [2021-04-02T10:11:07.588Z] === RUN   TestDockerSuite/TestAPIImagesDelete
10:11:07 [2021-04-02T10:11:07.600Z] --- PASS: TestDaemonDNSFallback (8.07s)
10:11:07 [2021-04-02T10:11:07.600Z] === RUN   TestInspectNetwork
10:11:07 [2021-04-02T10:11:07.600Z] --- SKIP: TestInspectNetwork (0.00s)
10:11:07 [2021-04-02T10:11:07.600Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:07 [2021-04-02T10:11:07.600Z] === RUN   TestRunContainerWithBridgeNone
10:11:07 [2021-04-02T10:11:07.600Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
10:11:07 [2021-04-02T10:11:07.600Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
10:11:07 [2021-04-02T10:11:07.600Z] === RUN   TestNetworkInvalidJSON
10:11:07 [2021-04-02T10:11:07.600Z] === RUN   TestNetworkInvalidJSON//networks/create
10:11:07 [2021-04-02T10:11:07.600Z] === PAUSE TestNetworkInvalidJSON//networks/create
10:11:07 [2021-04-02T10:11:07.600Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
10:11:07 [2021-04-02T10:11:07.600Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
10:11:07 [2021-04-02T10:11:07.600Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
10:11:07 [2021-04-02T10:11:07.600Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
10:11:07 [2021-04-02T10:11:07.600Z] === CONT  TestNetworkInvalidJSON//networks/create
10:11:07 [2021-04-02T10:11:07.600Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
10:11:07 [2021-04-02T10:11:07.600Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
10:11:07 [2021-04-02T10:11:07.600Z] --- PASS: TestNetworkInvalidJSON (0.01s)
10:11:07 [2021-04-02T10:11:07.600Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
10:11:07 [2021-04-02T10:11:07.600Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
10:11:07 [2021-04-02T10:11:07.600Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
10:11:07 [2021-04-02T10:11:07.600Z] === RUN   TestNetworkList
10:11:07 [2021-04-02T10:11:07.600Z] === RUN   TestNetworkList//networks
10:11:07 [2021-04-02T10:11:07.600Z] === PAUSE TestNetworkList//networks
10:11:07 [2021-04-02T10:11:07.600Z] === RUN   TestNetworkList//networks/
10:11:07 [2021-04-02T10:11:07.600Z] === PAUSE TestNetworkList//networks/
10:11:07 [2021-04-02T10:11:07.600Z] === CONT  TestNetworkList//networks
10:11:07 [2021-04-02T10:11:07.600Z] === CONT  TestNetworkList//networks/
10:11:07 [2021-04-02T10:11:07.600Z] --- PASS: TestNetworkList (0.01s)
10:11:07 [2021-04-02T10:11:07.600Z]     --- PASS: TestNetworkList//networks (0.00s)
10:11:07 [2021-04-02T10:11:07.600Z]     --- PASS: TestNetworkList//networks/ (0.00s)
10:11:07 [2021-04-02T10:11:07.600Z] === RUN   TestHostIPv4BridgeLabel
10:11:07 [2021-04-02T10:11:07.600Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
10:11:07 [2021-04-02T10:11:07.600Z]     network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network
10:11:07 [2021-04-02T10:11:07.600Z] === RUN   TestDaemonRestartWithLiveRestore
10:11:07 [2021-04-02T10:11:07.600Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s)
10:11:07 [2021-04-02T10:11:07.600Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
10:11:07 [2021-04-02T10:11:07.600Z] === RUN   TestDaemonDefaultNetworkPools
10:11:07 [2021-04-02T10:11:07.600Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s)
10:11:07 [2021-04-02T10:11:07.600Z]     service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network
10:11:07 [2021-04-02T10:11:07.600Z] === RUN   TestDaemonRestartWithExistingNetwork
10:11:07 [2021-04-02T10:11:07.600Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s)
10:11:07 [2021-04-02T10:11:07.600Z]     service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network
10:11:07 [2021-04-02T10:11:07.600Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
10:11:07 [2021-04-02T10:11:07.600Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
10:11:07 [2021-04-02T10:11:07.600Z]     service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network
10:11:07 [2021-04-02T10:11:07.600Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
10:11:07 [2021-04-02T10:11:07.600Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s)
10:11:07 [2021-04-02T10:11:07.600Z]     service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network
10:11:07 [2021-04-02T10:11:07.600Z] === RUN   TestServiceWithPredefinedNetwork
10:11:07 [2021-04-02T10:11:07.600Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
10:11:07 [2021-04-02T10:11:07.600Z]     service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:07 [2021-04-02T10:11:07.600Z] === RUN   TestServiceRemoveKeepsIngressNetwork
10:11:07 [2021-04-02T10:11:07.600Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
10:11:07 [2021-04-02T10:11:07.600Z]     service_test.go:242: FLAKY_TEST
10:11:07 [2021-04-02T10:11:07.600Z] === RUN   TestServiceWithDataPathPortInit
10:11:07 [2021-04-02T10:11:07.600Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
10:11:07 [2021-04-02T10:11:07.600Z]     service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:07 [2021-04-02T10:11:07.600Z] === RUN   TestServiceWithDefaultAddressPoolInit
10:11:07 [2021-04-02T10:11:07.600Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
10:11:07 [2021-04-02T10:11:07.600Z]     service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:07 [2021-04-02T10:11:07.600Z] PASS
10:11:07 [2021-04-02T10:11:07.600Z] 
10:11:07 [2021-04-02T10:11:07.600Z] === Skipped
10:11:07 [2021-04-02T10:11:07.600Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
10:11:07 [2021-04-02T10:11:07.600Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:07 [2021-04-02T10:11:07.600Z] 
10:11:07 [2021-04-02T10:11:07.600Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
10:11:07 [2021-04-02T10:11:07.600Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
10:11:07 [2021-04-02T10:11:07.600Z] 
10:11:07 [2021-04-02T10:11:07.600Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
10:11:07 [2021-04-02T10:11:07.600Z]     network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network
10:11:07 [2021-04-02T10:11:07.600Z] 
10:11:07 [2021-04-02T10:11:07.600Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s)
10:11:07 [2021-04-02T10:11:07.600Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
10:11:07 [2021-04-02T10:11:07.600Z] 
10:11:07 [2021-04-02T10:11:07.600Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s)
10:11:07 [2021-04-02T10:11:07.600Z]     service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network
10:11:07 [2021-04-02T10:11:07.600Z] 
10:11:07 [2021-04-02T10:11:07.600Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s)
10:11:07 [2021-04-02T10:11:07.600Z]     service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network
10:11:07 [2021-04-02T10:11:07.600Z] 
10:11:07 [2021-04-02T10:11:07.600Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
10:11:07 [2021-04-02T10:11:07.600Z]     service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network
10:11:07 [2021-04-02T10:11:07.600Z] 
10:11:07 [2021-04-02T10:11:07.600Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s)
10:11:07 [2021-04-02T10:11:07.600Z]     service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network
10:11:07 [2021-04-02T10:11:07.600Z] 
10:11:07 [2021-04-02T10:11:07.600Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
10:11:07 [2021-04-02T10:11:07.600Z]     service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:07 [2021-04-02T10:11:07.600Z] 
10:11:07 [2021-04-02T10:11:07.600Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
10:11:07 [2021-04-02T10:11:07.600Z]     service_test.go:242: FLAKY_TEST
10:11:07 [2021-04-02T10:11:07.600Z] 
10:11:07 [2021-04-02T10:11:07.600Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s)
10:11:07 [2021-04-02T10:11:07.600Z]     service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:07 [2021-04-02T10:11:07.600Z] 
10:11:07 [2021-04-02T10:11:07.600Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
10:11:07 [2021-04-02T10:11:07.600Z]     service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:07 [2021-04-02T10:11:07.600Z] 
10:11:07 [2021-04-02T10:11:07.600Z] 
10:11:07 [2021-04-02T10:11:07.600Z] DONE 22 tests, 12 skipped in 9.989s
10:11:07 [2021-04-02T10:11:07.600Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
10:11:07 [2021-04-02T10:11:07.600Z] INFO: Testing against a local daemon
10:11:07 [2021-04-02T10:11:07.600Z] === RUN   TestDockerNetworkIpvlanPersistance
10:11:07 [2021-04-02T10:11:07.600Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s)
10:11:07 [2021-04-02T10:11:07.600Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:11:07 [2021-04-02T10:11:07.600Z] === RUN   TestDockerNetworkIpvlan
10:11:07 [2021-04-02T10:11:07.600Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
10:11:07 [2021-04-02T10:11:07.600Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:11:07 [2021-04-02T10:11:07.600Z] PASS
10:11:07 [2021-04-02T10:11:07.600Z] 
10:11:07 [2021-04-02T10:11:07.600Z] === Skipped
10:11:07 [2021-04-02T10:11:07.600Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s)
10:11:07 [2021-04-02T10:11:07.601Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:11:07 [2021-04-02T10:11:07.601Z] 
10:11:07 [2021-04-02T10:11:07.601Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
10:11:07 [2021-04-02T10:11:07.601Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:11:07 [2021-04-02T10:11:07.601Z] 
10:11:07 [2021-04-02T10:11:07.601Z] 
10:11:07 [2021-04-02T10:11:07.601Z] DONE 2 tests, 2 skipped in 0.106s
10:11:07 [2021-04-02T10:11:07.601Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
10:11:07 [2021-04-02T10:11:07.861Z] INFO: Testing against a local daemon
10:11:07 [2021-04-02T10:11:07.861Z] === RUN   TestDockerNetworkMacvlanPersistance
10:11:07 [2021-04-02T10:11:07.861Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
10:11:07 [2021-04-02T10:11:07.861Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
10:11:07 [2021-04-02T10:11:07.861Z] === RUN   TestDockerNetworkMacvlan
10:11:07 [2021-04-02T10:11:07.861Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
10:11:07 [2021-04-02T10:11:07.861Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
10:11:07 [2021-04-02T10:11:07.861Z] PASS
10:11:07 [2021-04-02T10:11:07.861Z] 
10:11:07 [2021-04-02T10:11:07.861Z] === Skipped
10:11:07 [2021-04-02T10:11:07.861Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
10:11:07 [2021-04-02T10:11:07.861Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
10:11:07 [2021-04-02T10:11:07.861Z] 
10:11:07 [2021-04-02T10:11:07.861Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
10:11:07 [2021-04-02T10:11:07.861Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
10:11:07 [2021-04-02T10:11:07.861Z] 
10:11:07 [2021-04-02T10:11:07.861Z] 
10:11:07 [2021-04-02T10:11:07.861Z] DONE 2 tests, 2 skipped in 0.107s
10:11:07 [2021-04-02T10:11:07.861Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
10:11:07 [2021-04-02T10:11:07.861Z] testing: warning: no tests to run
10:11:07 [2021-04-02T10:11:07.861Z] PASS
10:11:07 [2021-04-02T10:11:07.861Z] 
10:11:07 [2021-04-02T10:11:07.861Z] DONE 0 tests in 0.023s
10:11:07 [2021-04-02T10:11:07.861Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
10:11:07 [2021-04-02T10:11:07.861Z] INFO: Testing against a local daemon
10:11:07 [2021-04-02T10:11:07.861Z] === RUN   TestAuthZPluginAllowRequest
10:11:07 [2021-04-02T10:11:07.861Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
10:11:07 [2021-04-02T10:11:07.861Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:07 [2021-04-02T10:11:07.861Z] === RUN   TestAuthZPluginTLS
10:11:07 [2021-04-02T10:11:07.861Z] --- SKIP: TestAuthZPluginTLS (0.00s)
10:11:07 [2021-04-02T10:11:07.861Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:07 [2021-04-02T10:11:07.861Z] === RUN   TestAuthZPluginDenyRequest
10:11:07 [2021-04-02T10:11:07.861Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
10:11:07 [2021-04-02T10:11:07.861Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:07 [2021-04-02T10:11:07.861Z] === RUN   TestAuthZPluginAPIDenyResponse
10:11:07 [2021-04-02T10:11:07.861Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
10:11:07 [2021-04-02T10:11:07.861Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:07 [2021-04-02T10:11:07.861Z] === RUN   TestAuthZPluginDenyResponse
10:11:07 [2021-04-02T10:11:07.861Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
10:11:07 [2021-04-02T10:11:07.861Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:07 [2021-04-02T10:11:07.861Z] === RUN   TestAuthZPluginAllowEventStream
10:11:07 [2021-04-02T10:11:07.861Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
10:11:07 [2021-04-02T10:11:07.861Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:07 [2021-04-02T10:11:07.861Z] === RUN   TestAuthZPluginErrorResponse
10:11:07 [2021-04-02T10:11:07.861Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
10:11:07 [2021-04-02T10:11:07.861Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:07 [2021-04-02T10:11:07.861Z] === RUN   TestAuthZPluginErrorRequest
10:11:07 [2021-04-02T10:11:07.861Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
10:11:07 [2021-04-02T10:11:07.861Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:07 [2021-04-02T10:11:07.861Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
10:11:07 [2021-04-02T10:11:07.861Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
10:11:07 [2021-04-02T10:11:07.861Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:07 [2021-04-02T10:11:07.861Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
10:11:07 [2021-04-02T10:11:07.861Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
10:11:07 [2021-04-02T10:11:07.861Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:07 [2021-04-02T10:11:07.861Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
10:11:07 [2021-04-02T10:11:07.861Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
10:11:07 [2021-04-02T10:11:07.861Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:07 [2021-04-02T10:11:07.861Z] === RUN   TestAuthZPluginHeader
10:11:07 [2021-04-02T10:11:07.861Z] --- SKIP: TestAuthZPluginHeader (0.00s)
10:11:07 [2021-04-02T10:11:07.861Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:07 [2021-04-02T10:11:07.861Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
10:11:07 [2021-04-02T10:11:07.863Z] --- PASS: TestExecWithCloseStdin (1.08s)
10:11:07 [2021-04-02T10:11:07.863Z] === RUN   TestExec
10:11:08 [2021-04-02T10:11:08.121Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.20s)
10:11:08 [2021-04-02T10:11:08.121Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:08 [2021-04-02T10:11:08.121Z] === RUN   TestAuthZPluginV2Disable
10:11:08 [2021-04-02T10:11:08.121Z] --- SKIP: TestAuthZPluginV2Disable (0.01s)
10:11:08 [2021-04-02T10:11:08.121Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:08 [2021-04-02T10:11:08.121Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
10:11:08 [2021-04-02T10:11:08.121Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s)
10:11:08 [2021-04-02T10:11:08.121Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:08 [2021-04-02T10:11:08.121Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
10:11:08 [2021-04-02T10:11:08.121Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
10:11:08 [2021-04-02T10:11:08.121Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:08 [2021-04-02T10:11:08.121Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
10:11:08 [2021-04-02T10:11:08.121Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
10:11:08 [2021-04-02T10:11:08.121Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:08 [2021-04-02T10:11:08.121Z] PASS
10:11:08 [2021-04-02T10:11:08.121Z] 
10:11:08 [2021-04-02T10:11:08.122Z] === Skipped
10:11:08 [2021-04-02T10:11:08.122Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
10:11:08 [2021-04-02T10:11:08.122Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:08 [2021-04-02T10:11:08.122Z] 
10:11:08 [2021-04-02T10:11:08.122Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
10:11:08 [2021-04-02T10:11:08.122Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:08 [2021-04-02T10:11:08.122Z] 
10:11:08 [2021-04-02T10:11:08.122Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
10:11:08 [2021-04-02T10:11:08.122Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:08 [2021-04-02T10:11:08.122Z] 
10:11:08 [2021-04-02T10:11:08.122Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
10:11:08 [2021-04-02T10:11:08.122Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:08 [2021-04-02T10:11:08.122Z] 
10:11:08 [2021-04-02T10:11:08.122Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
10:11:08 [2021-04-02T10:11:08.122Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:08 [2021-04-02T10:11:08.122Z] 
10:11:08 [2021-04-02T10:11:08.122Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
10:11:08 [2021-04-02T10:11:08.122Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:08 [2021-04-02T10:11:08.122Z] 
10:11:08 [2021-04-02T10:11:08.122Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
10:11:08 [2021-04-02T10:11:08.122Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:08 [2021-04-02T10:11:08.122Z] 
10:11:08 [2021-04-02T10:11:08.122Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
10:11:08 [2021-04-02T10:11:08.122Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:08 [2021-04-02T10:11:08.122Z] 
10:11:08 [2021-04-02T10:11:08.122Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
10:11:08 [2021-04-02T10:11:08.122Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:08 [2021-04-02T10:11:08.122Z] 
10:11:08 [2021-04-02T10:11:08.122Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
10:11:08 [2021-04-02T10:11:08.122Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:08 [2021-04-02T10:11:08.122Z] 
10:11:08 [2021-04-02T10:11:08.122Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
10:11:08 [2021-04-02T10:11:08.122Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:08 [2021-04-02T10:11:08.122Z] 
10:11:08 [2021-04-02T10:11:08.122Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
10:11:08 [2021-04-02T10:11:08.122Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:08 [2021-04-02T10:11:08.122Z] 
10:11:08 [2021-04-02T10:11:08.122Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.20s)
10:11:08 [2021-04-02T10:11:08.122Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:08 [2021-04-02T10:11:08.122Z] 
10:11:08 [2021-04-02T10:11:08.122Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.01s)
10:11:08 [2021-04-02T10:11:08.122Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:08 [2021-04-02T10:11:08.122Z] 
10:11:08 [2021-04-02T10:11:08.122Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s)
10:11:08 [2021-04-02T10:11:08.122Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:08 [2021-04-02T10:11:08.122Z] 
10:11:08 [2021-04-02T10:11:08.122Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
10:11:08 [2021-04-02T10:11:08.122Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:08 [2021-04-02T10:11:08.122Z] 
10:11:08 [2021-04-02T10:11:08.122Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
10:11:08 [2021-04-02T10:11:08.122Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:08 [2021-04-02T10:11:08.122Z] 
10:11:08 [2021-04-02T10:11:08.122Z] 
10:11:08 [2021-04-02T10:11:08.122Z] DONE 17 tests, 17 skipped in 0.385s
10:11:08 [2021-04-02T10:11:08.122Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
10:11:08 [2021-04-02T10:11:08.382Z] INFO: Testing against a local daemon
10:11:08 [2021-04-02T10:11:08.382Z] === RUN   TestPluginInvalidJSON
10:11:08 [2021-04-02T10:11:08.382Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
10:11:08 [2021-04-02T10:11:08.382Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
10:11:08 [2021-04-02T10:11:08.382Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
10:11:08 [2021-04-02T10:11:08.382Z] --- PASS: TestPluginInvalidJSON (0.02s)
10:11:08 [2021-04-02T10:11:08.382Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
10:11:08 [2021-04-02T10:11:08.382Z] === RUN   TestPluginInstall
10:11:08 [2021-04-02T10:11:08.382Z] --- SKIP: TestPluginInstall (0.00s)
10:11:08 [2021-04-02T10:11:08.382Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:08 [2021-04-02T10:11:08.382Z] === RUN   TestPluginsWithRuntimes
10:11:08 [2021-04-02T10:11:08.382Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
10:11:08 [2021-04-02T10:11:08.382Z]     plugin_test.go:166: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
10:11:08 [2021-04-02T10:11:08.382Z] PASS
10:11:08 [2021-04-02T10:11:08.382Z] 
10:11:08 [2021-04-02T10:11:08.382Z] === Skipped
10:11:08 [2021-04-02T10:11:08.382Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
10:11:08 [2021-04-02T10:11:08.382Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:11:08 [2021-04-02T10:11:08.382Z] 
10:11:08 [2021-04-02T10:11:08.382Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s)
10:11:08 [2021-04-02T10:11:08.382Z]     plugin_test.go:166: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
10:11:08 [2021-04-02T10:11:08.382Z] 
10:11:08 [2021-04-02T10:11:08.382Z] 
10:11:08 [2021-04-02T10:11:08.382Z] DONE 4 tests, 2 skipped in 0.140s
10:11:08 [2021-04-02T10:11:08.382Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
10:11:08 [2021-04-02T10:11:08.382Z] INFO: Testing against a local daemon
10:11:08 [2021-04-02T10:11:08.382Z] === RUN   TestExternalGraphDriver
10:11:08 [2021-04-02T10:11:08.642Z] --- SKIP: TestExternalGraphDriver (0.07s)
10:11:08 [2021-04-02T10:11:08.642Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
10:11:08 [2021-04-02T10:11:08.642Z] === RUN   TestGraphdriverPluginV2
10:11:08 [2021-04-02T10:11:08.803Z] --- PASS: TestExec (1.11s)
10:11:08 [2021-04-02T10:11:08.803Z] === RUN   TestExecUser
10:11:09 [2021-04-02T10:11:09.495Z] === RUN   TestDockerSuite/TestAPIImagesFilter
10:11:09 [2021-04-02T10:11:09.754Z] === RUN   TestDockerSuite/TestAPIImagesHistory
10:11:10 [2021-04-02T10:11:10.186Z] --- PASS: TestExecUser (1.09s)
10:11:10 [2021-04-02T10:11:10.186Z] === RUN   TestExportContainerAndImportImage
10:11:10 [2021-04-02T10:11:10.323Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
10:11:10 [2021-04-02T10:11:10.323Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
10:11:11 [2021-04-02T10:11:11.126Z] --- PASS: TestExportContainerAndImportImage (1.07s)
10:11:11 [2021-04-02T10:11:11.126Z] === RUN   TestExportContainerAfterDaemonRestart
10:11:11 [2021-04-02T10:11:11.265Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
10:11:11 [2021-04-02T10:11:11.525Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
10:11:11 [2021-04-02T10:11:11.525Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
10:11:14 [2021-04-02T10:11:14.063Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
10:11:14 [2021-04-02T10:11:14.421Z] --- PASS: TestExportContainerAfterDaemonRestart (3.06s)
10:11:14 [2021-04-02T10:11:14.421Z] === RUN   TestHealthCheckWorkdir
10:11:15 [2021-04-02T10:11:15.220Z] --- PASS: TestGraphdriverPluginV2 (6.74s)
10:11:15 [2021-04-02T10:11:15.220Z] PASS
10:11:15 [2021-04-02T10:11:15.220Z] 
10:11:15 [2021-04-02T10:11:15.220Z] === Skipped
10:11:15 [2021-04-02T10:11:15.220Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s)
10:11:15 [2021-04-02T10:11:15.220Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
10:11:15 [2021-04-02T10:11:15.220Z] 
10:11:15 [2021-04-02T10:11:15.220Z] 
10:11:15 [2021-04-02T10:11:15.220Z] DONE 2 tests, 1 skipped in 6.917s
10:11:15 [2021-04-02T10:11:15.220Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
10:11:15 [2021-04-02T10:11:15.501Z] INFO: Testing against a local daemon
10:11:15 [2021-04-02T10:11:15.501Z] === RUN   TestContinueAfterPluginCrash
10:11:15 [2021-04-02T10:11:15.501Z] === PAUSE TestContinueAfterPluginCrash
10:11:15 [2021-04-02T10:11:15.501Z] === RUN   TestReadPluginNoRead
10:11:15 [2021-04-02T10:11:15.501Z] === PAUSE TestReadPluginNoRead
10:11:15 [2021-04-02T10:11:15.501Z] === RUN   TestDaemonStartWithLogOpt
10:11:15 [2021-04-02T10:11:15.501Z] === PAUSE TestDaemonStartWithLogOpt
10:11:15 [2021-04-02T10:11:15.501Z] === CONT  TestContinueAfterPluginCrash
10:11:15 [2021-04-02T10:11:15.501Z] === CONT  TestDaemonStartWithLogOpt
10:11:15 [2021-04-02T10:11:15.803Z] --- PASS: TestHealthCheckWorkdir (1.43s)
10:11:15 [2021-04-02T10:11:15.803Z] === RUN   TestHealthKillContainer
10:11:15 [2021-04-02T10:11:15.966Z] === RUN   TestDockerSuite/TestAPINetworkFilter
10:11:15 [2021-04-02T10:11:15.966Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
10:11:15 [2021-04-02T10:11:15.966Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
10:11:16 [2021-04-02T10:11:16.535Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
10:11:19 [2021-04-02T10:11:19.073Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
10:11:19 [2021-04-02T10:11:19.073Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
10:11:19 [2021-04-02T10:11:19.109Z] --- PASS: TestHealthKillContainer (3.08s)
10:11:19 [2021-04-02T10:11:19.109Z] === RUN   TestInspectCpusetInConfigPre120
10:11:19 [2021-04-02T10:11:19.369Z] --- PASS: TestInspectCpusetInConfigPre120 (0.79s)
10:11:19 [2021-04-02T10:11:19.369Z] === RUN   TestIpcModeNone
10:11:20 [2021-04-02T10:11:20.010Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
10:11:20 [2021-04-02T10:11:20.196Z] tests/integration/api_volume_test.py .........                           [ 74%]
10:11:20 [2021-04-02T10:11:20.579Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
10:11:20 [2021-04-02T10:11:20.579Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
10:11:20 [2021-04-02T10:11:20.579Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
10:11:20 [2021-04-02T10:11:20.750Z] --- PASS: TestIpcModeNone (1.07s)
10:11:20 [2021-04-02T10:11:20.750Z] === RUN   TestIpcModePrivate
10:11:21 [2021-04-02T10:11:21.691Z] --- PASS: TestIpcModePrivate (1.09s)
10:11:21 [2021-04-02T10:11:21.691Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:70, shared: false, mustBeShared: false
10:11:21 [2021-04-02T10:11:21.691Z] === RUN   TestIpcModeShareable
10:11:22 [2021-04-02T10:11:22.081Z] tests/integration/client_test.py .....                                   [ 75%]
10:11:22 [2021-04-02T10:11:22.100Z] --- PASS: TestDaemonStartWithLogOpt (6.70s)
10:11:22 [2021-04-02T10:11:22.100Z] === CONT  TestReadPluginNoRead
10:11:22 [2021-04-02T10:11:22.338Z] tests/integration/context_api_test.py ...                                [ 76%]
10:11:22 [2021-04-02T10:11:22.644Z] --- PASS: TestIpcModeShareable (1.08s)
10:11:22 [2021-04-02T10:11:22.644Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:64, shared: true, mustBeShared: true
10:11:22 [2021-04-02T10:11:22.644Z] === RUN   TestAPIIpcModeShareableAndContainer
10:11:22 [2021-04-02T10:11:22.899Z] tests/integration/errors_test.py .                                       [ 76%]
10:11:24 [2021-04-02T10:11:24.772Z] --- PASS: TestBuildWithHugeFile (93.94s)
10:11:24 [2021-04-02T10:11:24.772Z] === RUN   TestBuildWCOWSandboxSize
10:11:24 [2021-04-02T10:11:24.772Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s)
10:11:24 [2021-04-02T10:11:24.772Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
10:11:24 [2021-04-02T10:11:24.772Z] === RUN   TestBuildWithEmptyDockerfile
10:11:24 [2021-04-02T10:11:24.772Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
10:11:24 [2021-04-02T10:11:24.772Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
10:11:24 [2021-04-02T10:11:24.772Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
10:11:24 [2021-04-02T10:11:24.772Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
10:11:24 [2021-04-02T10:11:24.772Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
10:11:24 [2021-04-02T10:11:24.772Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
10:11:24 [2021-04-02T10:11:24.772Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
10:11:24 [2021-04-02T10:11:24.772Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
10:11:24 [2021-04-02T10:11:24.772Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
10:11:24 [2021-04-02T10:11:24.772Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
10:11:24 [2021-04-02T10:11:24.772Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s)
10:11:24 [2021-04-02T10:11:24.772Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.11s)
10:11:24 [2021-04-02T10:11:24.772Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
10:11:24 [2021-04-02T10:11:24.772Z] === RUN   TestBuildPreserveOwnership
10:11:24 [2021-04-02T10:11:24.772Z] === RUN   TestBuildPreserveOwnership/copy_from
10:11:25 [2021-04-02T10:11:25.034Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
10:11:25 [2021-04-02T10:11:25.952Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.10s)
10:11:25 [2021-04-02T10:11:25.952Z] === RUN   TestAPIIpcModeHost
10:11:26 [2021-04-02T10:11:26.272Z] 4612f6d0b889: Pull complete
10:11:26 [2021-04-02T10:11:26.302Z] === RUN   TestReadPluginNoRead/default
10:11:26 [2021-04-02T10:11:26.302Z] --- PASS: TestContinueAfterPluginCrash (10.56s)
10:11:26 [2021-04-02T10:11:26.892Z] --- PASS: TestAPIIpcModeHost (1.14s)
10:11:26 [2021-04-02T10:11:26.892Z] === RUN   TestDaemonIpcModeShareable
10:11:26 [2021-04-02T10:11:26.943Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
10:11:28 [2021-04-02T10:11:28.213Z] === RUN   TestReadPluginNoRead/disabled_caching
10:11:28 [2021-04-02T10:11:28.324Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
10:11:29 [2021-04-02T10:11:29.433Z] --- PASS: TestDaemonIpcModeShareable (2.47s)
10:11:29 [2021-04-02T10:11:29.433Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true
10:11:29 [2021-04-02T10:11:29.433Z] === RUN   TestDaemonIpcModePrivate
10:11:29 [2021-04-02T10:11:29.705Z] --- PASS: TestBuildPreserveOwnership (4.94s)
10:11:29 [2021-04-02T10:11:29.705Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.50s)
10:11:29 [2021-04-02T10:11:29.705Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.43s)
10:11:29 [2021-04-02T10:11:29.705Z] === RUN   TestBuildPlatformInvalid
10:11:29 [2021-04-02T10:11:29.705Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
10:11:29 [2021-04-02T10:11:29.705Z] --- PASS: TestBuildPlatformInvalid (0.12s)
10:11:29 [2021-04-02T10:11:29.705Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
10:11:30 [2021-04-02T10:11:30.758Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
10:11:31 [2021-04-02T10:11:31.976Z] --- PASS: TestDaemonIpcModePrivate (2.57s)
10:11:31 [2021-04-02T10:11:31.976Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false
10:11:31 [2021-04-02T10:11:31.976Z] === RUN   TestDaemonIpcModePrivateFromConfig
10:11:32 [2021-04-02T10:11:32.241Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
10:11:33 [2021-04-02T10:11:33.181Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
10:11:33 [2021-04-02T10:11:33.302Z] --- PASS: TestReadPluginNoRead (11.02s)
10:11:33 [2021-04-02T10:11:33.302Z]     --- PASS: TestReadPluginNoRead/default (2.47s)
10:11:33 [2021-04-02T10:11:33.302Z]     --- PASS: TestReadPluginNoRead/disabled_caching (2.47s)
10:11:33 [2021-04-02T10:11:33.302Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.48s)
10:11:33 [2021-04-02T10:11:33.302Z]     read_test.go:92: [dffa8419b1af5] daemon is not started
10:11:33 [2021-04-02T10:11:33.302Z] PASS
10:11:33 [2021-04-02T10:11:33.302Z] 
10:11:33 [2021-04-02T10:11:33.302Z] DONE 6 tests in 17.876s
10:11:33 [2021-04-02T10:11:33.302Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
10:11:33 [2021-04-02T10:11:33.302Z] testing: warning: no tests to run
10:11:33 [2021-04-02T10:11:33.302Z] PASS
10:11:33 [2021-04-02T10:11:33.302Z] 
10:11:33 [2021-04-02T10:11:33.302Z] DONE 0 tests in 0.043s
10:11:33 [2021-04-02T10:11:33.302Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
10:11:33 [2021-04-02T10:11:33.302Z] INFO: Testing against a local daemon
10:11:33 [2021-04-02T10:11:33.302Z] === RUN   TestPluginWithDevMounts
10:11:33 [2021-04-02T10:11:33.302Z] --- SKIP: TestPluginWithDevMounts (0.00s)
10:11:33 [2021-04-02T10:11:33.302Z]     mounts_test.go:21: (*Execution).IsRootless-fm
10:11:33 [2021-04-02T10:11:33.302Z] PASS
10:11:33 [2021-04-02T10:11:33.302Z] 
10:11:33 [2021-04-02T10:11:33.302Z] === Skipped
10:11:33 [2021-04-02T10:11:33.302Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
10:11:33 [2021-04-02T10:11:33.302Z]     mounts_test.go:21: (*Execution).IsRootless-fm
10:11:33 [2021-04-02T10:11:33.302Z] 
10:11:33 [2021-04-02T10:11:33.302Z] 
10:11:33 [2021-04-02T10:11:33.303Z] DONE 1 tests, 1 skipped in 0.133s
10:11:33 [2021-04-02T10:11:33.303Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
10:11:33 [2021-04-02T10:11:33.563Z] INFO: Testing against a local daemon
10:11:33 [2021-04-02T10:11:33.563Z] === RUN   TestSecretInspect
10:11:33 [2021-04-02T10:11:33.563Z] --- SKIP: TestSecretInspect (0.02s)
10:11:33 [2021-04-02T10:11:33.563Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.563Z] === RUN   TestSecretList
10:11:33 [2021-04-02T10:11:33.563Z] --- SKIP: TestSecretList (0.01s)
10:11:33 [2021-04-02T10:11:33.563Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.563Z] === RUN   TestSecretsCreateAndDelete
10:11:33 [2021-04-02T10:11:33.563Z] --- SKIP: TestSecretsCreateAndDelete (0.01s)
10:11:33 [2021-04-02T10:11:33.563Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.563Z] === RUN   TestSecretsUpdate
10:11:33 [2021-04-02T10:11:33.563Z] --- SKIP: TestSecretsUpdate (0.01s)
10:11:33 [2021-04-02T10:11:33.563Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.563Z] === RUN   TestTemplatedSecret
10:11:33 [2021-04-02T10:11:33.563Z] --- SKIP: TestTemplatedSecret (0.00s)
10:11:33 [2021-04-02T10:11:33.563Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.563Z] === RUN   TestSecretCreateResolve
10:11:33 [2021-04-02T10:11:33.563Z] --- SKIP: TestSecretCreateResolve (0.01s)
10:11:33 [2021-04-02T10:11:33.563Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.563Z] PASS
10:11:33 [2021-04-02T10:11:33.563Z] 
10:11:33 [2021-04-02T10:11:33.563Z] === Skipped
10:11:33 [2021-04-02T10:11:33.563Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s)
10:11:33 [2021-04-02T10:11:33.563Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.563Z] 
10:11:33 [2021-04-02T10:11:33.563Z] === SKIP: amd64.integration.secret TestSecretList (0.01s)
10:11:33 [2021-04-02T10:11:33.563Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.563Z] 
10:11:33 [2021-04-02T10:11:33.563Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s)
10:11:33 [2021-04-02T10:11:33.563Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.563Z] 
10:11:33 [2021-04-02T10:11:33.563Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s)
10:11:33 [2021-04-02T10:11:33.563Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.563Z] 
10:11:33 [2021-04-02T10:11:33.563Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
10:11:33 [2021-04-02T10:11:33.563Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.563Z] 
10:11:33 [2021-04-02T10:11:33.563Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s)
10:11:33 [2021-04-02T10:11:33.563Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.563Z] 
10:11:33 [2021-04-02T10:11:33.563Z] 
10:11:33 [2021-04-02T10:11:33.563Z] DONE 6 tests, 6 skipped in 0.174s
10:11:33 [2021-04-02T10:11:33.563Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
10:11:33 [2021-04-02T10:11:33.563Z] INFO: Testing against a local daemon
10:11:33 [2021-04-02T10:11:33.563Z] === RUN   TestServiceCreateInit
10:11:33 [2021-04-02T10:11:33.563Z] === RUN   TestServiceCreateInit/daemonInitDisabled
10:11:33 [2021-04-02T10:11:33.563Z] === RUN   TestServiceCreateInit/daemonInitEnabled
10:11:33 [2021-04-02T10:11:33.825Z] --- PASS: TestServiceCreateInit (0.03s)
10:11:33 [2021-04-02T10:11:33.825Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
10:11:33 [2021-04-02T10:11:33.825Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.825Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
10:11:33 [2021-04-02T10:11:33.825Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.825Z] === RUN   TestCreateServiceMultipleTimes
10:11:33 [2021-04-02T10:11:33.825Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s)
10:11:33 [2021-04-02T10:11:33.825Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.825Z] === RUN   TestCreateServiceConflict
10:11:33 [2021-04-02T10:11:33.825Z] --- SKIP: TestCreateServiceConflict (0.01s)
10:11:33 [2021-04-02T10:11:33.825Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.825Z] === RUN   TestCreateServiceMaxReplicas
10:11:33 [2021-04-02T10:11:33.825Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s)
10:11:33 [2021-04-02T10:11:33.825Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.825Z] === RUN   TestCreateWithDuplicateNetworkNames
10:11:33 [2021-04-02T10:11:33.825Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s)
10:11:33 [2021-04-02T10:11:33.825Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.825Z] === RUN   TestCreateServiceSecretFileMode
10:11:33 [2021-04-02T10:11:33.825Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s)
10:11:33 [2021-04-02T10:11:33.825Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.825Z] === RUN   TestCreateServiceConfigFileMode
10:11:33 [2021-04-02T10:11:33.825Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s)
10:11:33 [2021-04-02T10:11:33.825Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.825Z] === RUN   TestCreateServiceSysctls
10:11:33 [2021-04-02T10:11:33.825Z] --- SKIP: TestCreateServiceSysctls (0.03s)
10:11:33 [2021-04-02T10:11:33.825Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.825Z] === RUN   TestCreateServiceCapabilities
10:11:33 [2021-04-02T10:11:33.825Z] --- SKIP: TestCreateServiceCapabilities (0.02s)
10:11:33 [2021-04-02T10:11:33.825Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.825Z] === RUN   TestInspect
10:11:33 [2021-04-02T10:11:33.825Z] --- SKIP: TestInspect (0.01s)
10:11:33 [2021-04-02T10:11:33.825Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.825Z] === RUN   TestCreateJob
10:11:33 [2021-04-02T10:11:33.825Z] --- SKIP: TestCreateJob (0.01s)
10:11:33 [2021-04-02T10:11:33.825Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.825Z] === RUN   TestReplicatedJob
10:11:33 [2021-04-02T10:11:33.825Z] --- SKIP: TestReplicatedJob (0.01s)
10:11:33 [2021-04-02T10:11:33.825Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.825Z] === RUN   TestUpdateReplicatedJob
10:11:33 [2021-04-02T10:11:33.825Z] --- SKIP: TestUpdateReplicatedJob (0.01s)
10:11:33 [2021-04-02T10:11:33.825Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.825Z] === RUN   TestServiceListWithStatuses
10:11:33 [2021-04-02T10:11:33.825Z] --- SKIP: TestServiceListWithStatuses (0.00s)
10:11:33 [2021-04-02T10:11:33.825Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
10:11:33 [2021-04-02T10:11:33.825Z] === RUN   TestDockerNetworkConnectAlias
10:11:33 [2021-04-02T10:11:33.825Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s)
10:11:33 [2021-04-02T10:11:33.825Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.825Z] === RUN   TestDockerNetworkReConnect
10:11:33 [2021-04-02T10:11:33.825Z] --- SKIP: TestDockerNetworkReConnect (0.01s)
10:11:33 [2021-04-02T10:11:33.825Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:33 [2021-04-02T10:11:33.825Z] === RUN   TestServicePlugin
10:11:34 [2021-04-02T10:11:34.520Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.46s)
10:11:34 [2021-04-02T10:11:34.520Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false
10:11:34 [2021-04-02T10:11:34.520Z] === RUN   TestDaemonIpcModeShareableFromConfig
10:11:34 [2021-04-02T10:11:34.561Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
10:11:35 [2021-04-02T10:11:35.498Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
10:11:35 [2021-04-02T10:11:35.758Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
10:11:36 [2021-04-02T10:11:36.697Z] === RUN   TestDockerSuite/TestAttachAfterDetach
10:11:37 [2021-04-02T10:11:37.062Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.45s)
10:11:37 [2021-04-02T10:11:37.063Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true
10:11:37 [2021-04-02T10:11:37.063Z] === RUN   TestIpcModeOlderClient
10:11:37 [2021-04-02T10:11:37.063Z] === PAUSE TestIpcModeOlderClient
10:11:37 [2021-04-02T10:11:37.063Z] === RUN   TestKillContainerInvalidSignal
10:11:38 [2021-04-02T10:11:38.003Z] --- PASS: TestKillContainerInvalidSignal (0.90s)
10:11:38 [2021-04-02T10:11:38.003Z] === RUN   TestKillContainer
10:11:38 [2021-04-02T10:11:38.003Z] === RUN   TestKillContainer/no_signal
10:11:38 [2021-04-02T10:11:38.032Z] --- SKIP: TestServicePlugin (3.79s)
10:11:38 [2021-04-02T10:11:38.032Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] === RUN   TestServiceUpdateLabel
10:11:38 [2021-04-02T10:11:38.032Z] --- SKIP: TestServiceUpdateLabel (0.01s)
10:11:38 [2021-04-02T10:11:38.032Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] === RUN   TestServiceUpdateSecrets
10:11:38 [2021-04-02T10:11:38.032Z] --- SKIP: TestServiceUpdateSecrets (0.01s)
10:11:38 [2021-04-02T10:11:38.032Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] === RUN   TestServiceUpdateConfigs
10:11:38 [2021-04-02T10:11:38.032Z] --- SKIP: TestServiceUpdateConfigs (0.01s)
10:11:38 [2021-04-02T10:11:38.032Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] === RUN   TestServiceUpdateNetwork
10:11:38 [2021-04-02T10:11:38.032Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
10:11:38 [2021-04-02T10:11:38.032Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] === RUN   TestServiceUpdatePidsLimit
10:11:38 [2021-04-02T10:11:38.032Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s)
10:11:38 [2021-04-02T10:11:38.032Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] PASS
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] === Skipped
10:11:38 [2021-04-02T10:11:38.032Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
10:11:38 [2021-04-02T10:11:38.032Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
10:11:38 [2021-04-02T10:11:38.032Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
10:11:38 [2021-04-02T10:11:38.032Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
10:11:38 [2021-04-02T10:11:38.032Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s)
10:11:38 [2021-04-02T10:11:38.032Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s)
10:11:38 [2021-04-02T10:11:38.032Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s)
10:11:38 [2021-04-02T10:11:38.032Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s)
10:11:38 [2021-04-02T10:11:38.032Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s)
10:11:38 [2021-04-02T10:11:38.032Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s)
10:11:38 [2021-04-02T10:11:38.032Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s)
10:11:38 [2021-04-02T10:11:38.032Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s)
10:11:38 [2021-04-02T10:11:38.032Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] === SKIP: amd64.integration.service TestInspect (0.01s)
10:11:38 [2021-04-02T10:11:38.032Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
10:11:38 [2021-04-02T10:11:38.032Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
10:11:38 [2021-04-02T10:11:38.032Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s)
10:11:38 [2021-04-02T10:11:38.032Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
10:11:38 [2021-04-02T10:11:38.032Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s)
10:11:38 [2021-04-02T10:11:38.032Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s)
10:11:38 [2021-04-02T10:11:38.032Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] === SKIP: amd64.integration.service TestServicePlugin (3.79s)
10:11:38 [2021-04-02T10:11:38.032Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s)
10:11:38 [2021-04-02T10:11:38.032Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s)
10:11:38 [2021-04-02T10:11:38.032Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s)
10:11:38 [2021-04-02T10:11:38.032Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s)
10:11:38 [2021-04-02T10:11:38.032Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s)
10:11:38 [2021-04-02T10:11:38.032Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] DONE 24 tests, 23 skipped in 4.183s
10:11:38 [2021-04-02T10:11:38.032Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
10:11:38 [2021-04-02T10:11:38.032Z] INFO: Testing against a local daemon
10:11:38 [2021-04-02T10:11:38.032Z] === RUN   TestSessionCreate
10:11:38 [2021-04-02T10:11:38.032Z] --- PASS: TestSessionCreate (0.03s)
10:11:38 [2021-04-02T10:11:38.032Z] === RUN   TestSessionCreateWithBadUpgrade
10:11:38 [2021-04-02T10:11:38.032Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
10:11:38 [2021-04-02T10:11:38.032Z] PASS
10:11:38 [2021-04-02T10:11:38.032Z] 
10:11:38 [2021-04-02T10:11:38.032Z] DONE 2 tests in 0.165s
10:11:38 [2021-04-02T10:11:38.032Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
10:11:38 [2021-04-02T10:11:38.032Z] INFO: Testing against a local daemon
10:11:38 [2021-04-02T10:11:38.032Z] === RUN   TestCgroupDriverSystemdMemoryLimit
10:11:38 [2021-04-02T10:11:38.032Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
10:11:38 [2021-04-02T10:11:38.032Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
10:11:38 [2021-04-02T10:11:38.032Z] === RUN   TestEventsExecDie
10:11:38 [2021-04-02T10:11:38.575Z] === RUN   TestKillContainer/non_killing_signal
10:11:38 [2021-04-02T10:11:38.974Z] --- PASS: TestEventsExecDie (0.99s)
10:11:38 [2021-04-02T10:11:38.974Z] === RUN   TestEventsBackwardsCompatible
10:11:38 [2021-04-02T10:11:38.974Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
10:11:38 [2021-04-02T10:11:38.974Z] === RUN   TestInfoBinaryCommits
10:11:38 [2021-04-02T10:11:38.974Z] --- PASS: TestInfoBinaryCommits (0.02s)
10:11:38 [2021-04-02T10:11:38.974Z] === RUN   TestInfoAPIVersioned
10:11:38 [2021-04-02T10:11:38.974Z] --- PASS: TestInfoAPIVersioned (0.01s)
10:11:38 [2021-04-02T10:11:38.974Z] === RUN   TestInfoDiscoveryBackend
10:11:39 [2021-04-02T10:11:39.146Z] === RUN   TestKillContainer/killing_signal
10:11:39 [2021-04-02T10:11:39.234Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
10:11:40 [2021-04-02T10:11:40.172Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
10:11:40 [2021-04-02T10:11:40.528Z] --- PASS: TestKillContainer (2.46s)
10:11:40 [2021-04-02T10:11:40.528Z]     --- PASS: TestKillContainer/no_signal (0.78s)
10:11:40 [2021-04-02T10:11:40.528Z]     --- PASS: TestKillContainer/non_killing_signal (0.63s)
10:11:40 [2021-04-02T10:11:40.528Z]     --- PASS: TestKillContainer/killing_signal (0.80s)
10:11:40 [2021-04-02T10:11:40.528Z] === RUN   TestKillWithStopSignalAndRestartPolicies
10:11:40 [2021-04-02T10:11:40.528Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
10:11:40 [2021-04-02T10:11:40.883Z] --- PASS: TestInfoDiscoveryBackend (1.74s)
10:11:40 [2021-04-02T10:11:40.883Z] === RUN   TestInfoDiscoveryInvalidAdvertise
10:11:41 [2021-04-02T10:11:41.099Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
10:11:41 [2021-04-02T10:11:41.552Z] === RUN   TestDockerSuite/TestAttachDetach
10:11:42 [2021-04-02T10:11:42.039Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.61s)
10:11:42 [2021-04-02T10:11:42.039Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.77s)
10:11:42 [2021-04-02T10:11:42.039Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.62s)
10:11:42 [2021-04-02T10:11:42.039Z] === RUN   TestKillStoppedContainer
10:11:42 [2021-04-02T10:11:42.039Z] --- PASS: TestKillStoppedContainer (0.07s)
10:11:42 [2021-04-02T10:11:42.039Z] === RUN   TestKillStoppedContainerAPIPre120
10:11:42 [2021-04-02T10:11:42.039Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s)
10:11:42 [2021-04-02T10:11:42.039Z] === RUN   TestKillDifferentUserContainer
10:11:42 [2021-04-02T10:11:42.930Z] === RUN   TestDockerSuite/TestAttachDisconnect
10:11:42 [2021-04-02T10:11:42.981Z] --- PASS: TestKillDifferentUserContainer (0.81s)
10:11:42 [2021-04-02T10:11:42.981Z] === RUN   TestInspectOomKilledTrue
10:11:42 [2021-04-02T10:11:42.981Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
10:11:42 [2021-04-02T10:11:42.981Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
10:11:42 [2021-04-02T10:11:42.981Z] === RUN   TestInspectOomKilledFalse
10:11:42 [2021-04-02T10:11:42.981Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
10:11:42 [2021-04-02T10:11:42.981Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
10:11:42 [2021-04-02T10:11:42.981Z] === RUN   TestLinksEtcHostsContentMatch
10:11:43 [2021-04-02T10:11:43.551Z] --- PASS: TestLinksEtcHostsContentMatch (0.82s)
10:11:43 [2021-04-02T10:11:43.551Z] === RUN   TestLinksContainerNames
10:11:44 [2021-04-02T10:11:44.177Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.40s)
10:11:44 [2021-04-02T10:11:44.177Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
10:11:44 [2021-04-02T10:11:44.177Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
10:11:44 [2021-04-02T10:11:44.177Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
10:11:44 [2021-04-02T10:11:44.177Z] === RUN   TestInfoAPI
10:11:44 [2021-04-02T10:11:44.177Z] --- PASS: TestInfoAPI (0.02s)
10:11:44 [2021-04-02T10:11:44.177Z] === RUN   TestInfoAPIWarnings
10:11:44 [2021-04-02T10:11:44.309Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
10:11:44 [2021-04-02T10:11:44.309Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
10:11:45 [2021-04-02T10:11:45.461Z] --- PASS: TestLinksContainerNames (1.64s)
10:11:45 [2021-04-02T10:11:45.461Z] === RUN   TestLogsFollowTailEmpty
10:11:46 [2021-04-02T10:11:46.032Z] --- PASS: TestLogsFollowTailEmpty (0.80s)
10:11:46 [2021-04-02T10:11:46.032Z] === RUN   TestContainerNetworkMountsNoChown
10:11:46 [2021-04-02T10:11:46.856Z] === RUN   TestDockerSuite/TestAttachPausedContainer
10:11:46 [2021-04-02T10:11:46.856Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
10:11:46 [2021-04-02T10:11:46.973Z] --- PASS: TestContainerNetworkMountsNoChown (0.81s)
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/default
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/default
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/private
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/private
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/rprivate
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/rprivate
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/slave
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/slave
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/rslave
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/rslave
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/shared
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/shared
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/rshared
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/rshared
10:11:46 [2021-04-02T10:11:46.973Z] === CONT  TestMountDaemonRoot/default
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/default/bind_root
10:11:46 [2021-04-02T10:11:46.973Z] === CONT  TestMountDaemonRoot/rslave
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/rslave/bind_root
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === CONT  TestMountDaemonRoot/rshared
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/rslave/mount_root
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/rshared/mount_root
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/rshared/bind_root
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === CONT  TestMountDaemonRoot/private
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/private/bind_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/private/mount_root
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/private/mount_root
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/private/mount_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/private/bind_root
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/private/bind_root
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/default/bind_root
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/default/bind_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/default/mount_root
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/default/mount_root
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/default/mount_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === CONT  TestMountDaemonRoot/slave
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/slave/bind_root
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/slave/bind_root
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/slave/mount_root
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/slave/mount_root
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === CONT  TestMountDaemonRoot/rprivate
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
10:11:46 [2021-04-02T10:11:46.973Z] === CONT  TestMountDaemonRoot/shared
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/shared/bind_root
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/shared/bind_root
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/shared/mount_root
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/shared/mount_root
10:11:46 [2021-04-02T10:11:46.973Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === CONT  TestMountDaemonRoot/rshared/mount_root
10:11:46 [2021-04-02T10:11:46.973Z] === CONT  TestMountDaemonRoot/rslave/bind_root
10:11:46 [2021-04-02T10:11:46.973Z] === CONT  TestMountDaemonRoot/private/bind_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === CONT  TestMountDaemonRoot/rshared/bind_root
10:11:46 [2021-04-02T10:11:46.973Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === CONT  TestMountDaemonRoot/default/bind_root
10:11:46 [2021-04-02T10:11:46.973Z] === CONT  TestMountDaemonRoot/slave/bind_root
10:11:46 [2021-04-02T10:11:46.973Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === CONT  TestMountDaemonRoot/rslave/mount_root
10:11:46 [2021-04-02T10:11:46.973Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === CONT  TestMountDaemonRoot/private/bind_root
10:11:46 [2021-04-02T10:11:46.973Z] === CONT  TestMountDaemonRoot/private/mount_subpath
10:11:46 [2021-04-02T10:11:46.973Z] === CONT  TestMountDaemonRoot/private/mount_root
10:11:47 [2021-04-02T10:11:47.233Z] === CONT  TestMountDaemonRoot/shared/bind_root
10:11:47 [2021-04-02T10:11:47.233Z] === CONT  TestMountDaemonRoot/default/mount_subpath
10:11:47 [2021-04-02T10:11:47.233Z] === CONT  TestMountDaemonRoot/default/mount_root
10:11:47 [2021-04-02T10:11:47.233Z] === CONT  TestMountDaemonRoot/default/bind_subpath
10:11:47 [2021-04-02T10:11:47.233Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
10:11:47 [2021-04-02T10:11:47.233Z] === CONT  TestMountDaemonRoot/slave/mount_root
10:11:47 [2021-04-02T10:11:47.233Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
10:11:47 [2021-04-02T10:11:47.233Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
10:11:47 [2021-04-02T10:11:47.233Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
10:11:47 [2021-04-02T10:11:47.233Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
10:11:47 [2021-04-02T10:11:47.233Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
10:11:47 [2021-04-02T10:11:47.233Z] === CONT  TestMountDaemonRoot/shared/mount_root
10:11:47 [2021-04-02T10:11:47.234Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
10:11:47 [2021-04-02T10:11:47.234Z] --- PASS: TestMountDaemonRoot (0.04s)
10:11:47 [2021-04-02T10:11:47.234Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
10:11:47 [2021-04-02T10:11:47.234Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s)
10:11:47 [2021-04-02T10:11:47.234Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s)
10:11:47 [2021-04-02T10:11:47.234Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.08s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.08s)
10:11:47 [2021-04-02T10:11:47.234Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s)
10:11:47 [2021-04-02T10:11:47.234Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s)
10:11:47 [2021-04-02T10:11:47.234Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
10:11:47 [2021-04-02T10:11:47.234Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
10:11:47 [2021-04-02T10:11:47.234Z] === RUN   TestContainerBindMountNonRecursive
10:11:47 [2021-04-02T10:11:47.794Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
10:11:49 [2021-04-02T10:11:49.173Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
10:11:49 [2021-04-02T10:11:49.776Z] --- PASS: TestContainerBindMountNonRecursive (2.22s)
10:11:49 [2021-04-02T10:11:49.776Z] === RUN   TestContainerVolumesMountedAsShared
10:11:50 [2021-04-02T10:11:50.034Z] tests/integration/models_containers_test.py ............................ [ 83%]
10:11:50 [2021-04-02T10:11:50.037Z] --- PASS: TestContainerVolumesMountedAsShared (0.63s)
10:11:50 [2021-04-02T10:11:50.037Z] === RUN   TestContainerVolumesMountedAsSlave
10:11:50 [2021-04-02T10:11:50.553Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
10:11:50 [2021-04-02T10:11:50.978Z] --- PASS: TestContainerVolumesMountedAsSlave (0.87s)
10:11:50 [2021-04-02T10:11:50.978Z] === RUN   TestNetworkNat
10:11:51 [2021-04-02T10:11:51.918Z] --- PASS: TestNetworkNat (1.01s)
10:11:51 [2021-04-02T10:11:51.918Z] === RUN   TestNetworkLocalhostTCPNat
10:11:51 [2021-04-02T10:11:51.933Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
10:11:53 [2021-04-02T10:11:53.301Z] --- PASS: TestNetworkLocalhostTCPNat (1.05s)
10:11:53 [2021-04-02T10:11:53.301Z] === RUN   TestNetworkLoopbackNat
10:11:53 [2021-04-02T10:11:53.312Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
10:11:54 [2021-04-02T10:11:54.693Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
10:11:56 [2021-04-02T10:11:56.596Z] --- PASS: TestNetworkLoopbackNat (3.40s)
10:11:56 [2021-04-02T10:11:56.596Z] === RUN   TestPause
10:11:56 [2021-04-02T10:11:56.599Z] Loaded image: buildpack-deps:buster
10:11:56 [2021-04-02T10:11:56.599Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
10:11:56 [2021-04-02T10:11:56.599Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
10:11:56 [2021-04-02T10:11:56.599Z] Loaded image: busybox:latest
10:11:56 [2021-04-02T10:11:56.858Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
10:11:57 [2021-04-02T10:11:57.117Z] Loaded image: busybox:glibc
10:11:57 [2021-04-02T10:11:57.537Z] --- PASS: TestPause (0.86s)
10:11:57 [2021-04-02T10:11:57.537Z] === RUN   TestPauseFailsOnWindowsServerContainers
10:11:57 [2021-04-02T10:11:57.537Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
10:11:57 [2021-04-02T10:11:57.537Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
10:11:57 [2021-04-02T10:11:57.537Z] === RUN   TestPauseStopPausedContainer
10:11:58 [2021-04-02T10:11:58.079Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
10:11:58 [2021-04-02T10:11:58.107Z] --- PASS: TestPauseStopPausedContainer (0.87s)
10:11:58 [2021-04-02T10:11:58.107Z] === RUN   TestPsFilter
10:11:58 [2021-04-02T10:11:58.367Z] --- PASS: TestPsFilter (0.15s)
10:11:58 [2021-04-02T10:11:58.367Z] === RUN   TestRemoveContainerWithRemovedVolume
10:11:59 [2021-04-02T10:11:59.307Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.83s)
10:11:59 [2021-04-02T10:11:59.307Z] === RUN   TestRemoveContainerWithVolume
10:11:59 [2021-04-02T10:11:59.468Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
10:11:59 [2021-04-02T10:11:59.878Z] --- PASS: TestRemoveContainerWithVolume (0.83s)
10:11:59 [2021-04-02T10:11:59.878Z] === RUN   TestRemoveContainerRunning
10:12:00 [2021-04-02T10:12:00.818Z] --- PASS: TestRemoveContainerRunning (0.90s)
10:12:00 [2021-04-02T10:12:00.818Z] === RUN   TestRemoveContainerForceRemoveRunning
10:12:00 [2021-04-02T10:12:00.846Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
10:12:01 [2021-04-02T10:12:01.760Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.85s)
10:12:01 [2021-04-02T10:12:01.760Z] === RUN   TestRemoveInvalidContainer
10:12:01 [2021-04-02T10:12:01.760Z] --- PASS: TestRemoveInvalidContainer (0.02s)
10:12:01 [2021-04-02T10:12:01.760Z] === RUN   TestRenameLinkedContainer
10:12:02 [2021-04-02T10:12:02.224Z] Loaded image: debian:bullseye
10:12:02 [2021-04-02T10:12:02.279Z] --- PASS: TestInfoAPIWarnings (17.72s)
10:12:02 [2021-04-02T10:12:02.279Z] === RUN   TestInfoDebug
10:12:02 [2021-04-02T10:12:02.485Z] Loaded image: hello-world:latest
10:12:02 [2021-04-02T10:12:02.743Z] Loaded image: arm32v7/hello-world:latest
10:12:03 [2021-04-02T10:12:03.660Z] --- PASS: TestInfoDebug (1.78s)
10:12:03 [2021-04-02T10:12:03.660Z] === RUN   TestInfoInsecureRegistries
10:12:05 [2021-04-02T10:12:05.057Z] --- PASS: TestRenameLinkedContainer (3.25s)
10:12:05 [2021-04-02T10:12:05.057Z] === RUN   TestRenameStoppedContainer
10:12:05 [2021-04-02T10:12:05.570Z] --- PASS: TestInfoInsecureRegistries (1.80s)
10:12:05 [2021-04-02T10:12:05.570Z] === RUN   TestInfoRegistryMirrors
10:12:05 [2021-04-02T10:12:05.996Z] --- PASS: TestRenameStoppedContainer (0.81s)
10:12:05 [2021-04-02T10:12:05.996Z] === RUN   TestRenameRunningContainerAndReuse
10:12:06 [2021-04-02T10:12:06.939Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
10:12:07 [2021-04-02T10:12:07.379Z] --- PASS: TestRenameRunningContainerAndReuse (1.61s)
10:12:07 [2021-04-02T10:12:07.379Z] === RUN   TestRenameInvalidName
10:12:07 [2021-04-02T10:12:07.479Z] --- PASS: TestInfoRegistryMirrors (1.73s)
10:12:07 [2021-04-02T10:12:07.479Z] === RUN   TestLoginFailsWithBadCredentials
10:12:07 [2021-04-02T10:12:07.479Z] --- PASS: TestLoginFailsWithBadCredentials (0.18s)
10:12:07 [2021-04-02T10:12:07.479Z] === RUN   TestPingCacheHeaders
10:12:07 [2021-04-02T10:12:07.479Z] --- PASS: TestPingCacheHeaders (0.02s)
10:12:07 [2021-04-02T10:12:07.479Z] === RUN   TestPingGet
10:12:07 [2021-04-02T10:12:07.479Z] --- PASS: TestPingGet (0.01s)
10:12:07 [2021-04-02T10:12:07.479Z] === RUN   TestPingHead
10:12:07 [2021-04-02T10:12:07.479Z] --- PASS: TestPingHead (0.02s)
10:12:07 [2021-04-02T10:12:07.479Z] === RUN   TestVersion
10:12:07 [2021-04-02T10:12:07.479Z] --- PASS: TestVersion (0.02s)
10:12:07 [2021-04-02T10:12:07.479Z] PASS
10:12:07 [2021-04-02T10:12:07.479Z] 
10:12:07 [2021-04-02T10:12:07.479Z] === Skipped
10:12:07 [2021-04-02T10:12:07.479Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
10:12:07 [2021-04-02T10:12:07.479Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
10:12:07 [2021-04-02T10:12:07.479Z] 
10:12:07 [2021-04-02T10:12:07.479Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
10:12:07 [2021-04-02T10:12:07.479Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
10:12:07 [2021-04-02T10:12:07.479Z] 
10:12:07 [2021-04-02T10:12:07.479Z] 
10:12:07 [2021-04-02T10:12:07.479Z] DONE 18 tests, 2 skipped in 29.607s
10:12:07 [2021-04-02T10:12:07.479Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
10:12:07 [2021-04-02T10:12:07.739Z] INFO: Testing against a local daemon
10:12:07 [2021-04-02T10:12:07.739Z] === RUN   TestVolumesCreateAndList
10:12:07 [2021-04-02T10:12:07.739Z] --- PASS: TestVolumesCreateAndList (0.03s)
10:12:07 [2021-04-02T10:12:07.739Z] === RUN   TestVolumesRemove
10:12:07 [2021-04-02T10:12:07.739Z] --- PASS: TestVolumesRemove (0.05s)
10:12:07 [2021-04-02T10:12:07.739Z] === RUN   TestVolumesInspect
10:12:07 [2021-04-02T10:12:07.739Z] --- PASS: TestVolumesInspect (0.02s)
10:12:07 [2021-04-02T10:12:07.739Z] === RUN   TestVolumesInvalidJSON
10:12:07 [2021-04-02T10:12:07.739Z] === RUN   TestVolumesInvalidJSON//volumes/create
10:12:07 [2021-04-02T10:12:07.739Z] === PAUSE TestVolumesInvalidJSON//volumes/create
10:12:07 [2021-04-02T10:12:07.739Z] === CONT  TestVolumesInvalidJSON//volumes/create
10:12:07 [2021-04-02T10:12:07.739Z] --- PASS: TestVolumesInvalidJSON (0.01s)
10:12:07 [2021-04-02T10:12:07.739Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
10:12:07 [2021-04-02T10:12:07.739Z] PASS
10:12:07 [2021-04-02T10:12:07.739Z] 
10:12:07 [2021-04-02T10:12:07.739Z] DONE 5 tests in 0.214s
10:12:07 [2021-04-02T10:12:07.739Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
10:12:07 [2021-04-02T10:12:07.739Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12186 is not a child of this shell
10:12:07 [2021-04-02T10:12:07.739Z] warning: PID 12186 from bundles/test-integration/docker.pid had a nonzero exit code
10:12:07 [2021-04-02T10:12:07.739Z] Leaving: AppArmorNo profiles have been unloaded.
10:12:07 [2021-04-02T10:12:07.739Z] 
10:12:07 [2021-04-02T10:12:07.739Z] Unloading profiles will leave already running processes permanently
10:12:07 [2021-04-02T10:12:07.739Z] unconfined, which can lead to unexpected situations.
10:12:07 [2021-04-02T10:12:07.739Z] 
10:12:07 [2021-04-02T10:12:07.739Z] To set a process to complain mode, use the command line tool
10:12:07 [2021-04-02T10:12:07.739Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
10:12:07 [2021-04-02T10:12:07.739Z] Removing test suite binaries
10:12:07 [2021-04-02T10:12:07.739Z] exiting test-integration
10:12:07 [2021-04-02T10:12:07.739Z] ++ exit 0
10:12:08 [2021-04-02T10:12:08.319Z] --- PASS: TestRenameInvalidName (0.81s)
10:12:08 [2021-04-02T10:12:08.319Z] === RUN   TestRenameAnonymousContainer
10:12:09 [2021-04-02T10:12:09.122Z] 
10:12:09 [2021-04-02T10:12:09.338Z] .........                                                                [ 86%]
Post stage
[Pipeline] junit
10:12:10 [2021-04-02T10:12:10.519Z] Recording test results
10:12:12 [2021-04-02T10:12:12.306Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
10:12:12 [2021-04-02T10:12:12.552Z] --- PASS: TestRenameAnonymousContainer (4.35s)
10:12:12 [2021-04-02T10:12:12.552Z] === RUN   TestRenameContainerWithSameName
10:12:12 [2021-04-02T10:12:12.673Z] + echo Ensuring container killed.
10:12:12 [2021-04-02T10:12:12.673Z] Ensuring container killed.
10:12:12 [2021-04-02T10:12:12.673Z] + docker rm -vf docker-pr6
10:12:12 [2021-04-02T10:12:12.673Z] Error: No such container: docker-pr6
[Pipeline] sh
10:12:12 [2021-04-02T10:12:12.964Z] + echo Chowning /workspace to jenkins user
10:12:12 [2021-04-02T10:12:12.964Z] Chowning /workspace to jenkins user
10:12:12 [2021-04-02T10:12:12.964Z] + id -u
10:12:12 [2021-04-02T10:12:12.964Z] + id -g
10:12:12 [2021-04-02T10:12:12.964Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42182:/workspace busybox chown -R 1000:1000 /workspace
10:12:12 [2021-04-02T10:12:12.964Z] Unable to find image 'busybox:latest' locally
10:12:13 [2021-04-02T10:12:13.504Z] --- PASS: TestRenameContainerWithSameName (0.82s)
10:12:13 [2021-04-02T10:12:13.504Z] === RUN   TestRenameContainerWithLinkedContainer
10:12:13 [2021-04-02T10:12:13.534Z] latest: Pulling from library/busybox
10:12:13 [2021-04-02T10:12:13.534Z] 8b3d7e226fab: Pulling fs layer
10:12:13 [2021-04-02T10:12:13.797Z] 8b3d7e226fab: Verifying Checksum
10:12:13 [2021-04-02T10:12:13.797Z] 8b3d7e226fab: Download complete
10:12:13 [2021-04-02T10:12:13.797Z] 8b3d7e226fab: Pull complete
10:12:13 [2021-04-02T10:12:13.797Z] Digest: sha256:ce2360d5189a033012fbad1635e037be86f23b65cfd676b436d0931af390a2ac
10:12:13 [2021-04-02T10:12:13.797Z] Status: Downloaded newer image for busybox:latest
10:12:15 [2021-04-02T10:12:15.064Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
10:12:15 [2021-04-02T10:12:15.064Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (44.49s)
10:12:15 [2021-04-02T10:12:15.064Z] PASS
10:12:15 [2021-04-02T10:12:15.064Z] 
10:12:15 [2021-04-02T10:12:15.064Z] === Skipped
10:12:15 [2021-04-02T10:12:15.064Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
10:12:15 [2021-04-02T10:12:15.064Z]     build_session_test.go:25: TODO: BuildKit
10:12:15 [2021-04-02T10:12:15.064Z] 
10:12:15 [2021-04-02T10:12:15.064Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s)
10:12:15 [2021-04-02T10:12:15.064Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
10:12:15 [2021-04-02T10:12:15.064Z] 
10:12:15 [2021-04-02T10:12:15.064Z] 
10:12:15 [2021-04-02T10:12:15.064Z] DONE 34 tests, 2 skipped in 251.545s
10:12:15 [2021-04-02T10:12:15.064Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
10:12:15 [2021-04-02T10:12:15.064Z] ++ 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
10:12:15 [2021-04-02T10:12:15.064Z] ++ set -e
10:12:15 [2021-04-02T10:12:15.064Z] ++ '[' -n 0 ']'
10:12:15 [2021-04-02T10:12:15.064Z] ++ set -x
10:12:15 [2021-04-02T10:12:15.064Z] ++ env -i DEST=/go/src/github.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
10:12:15 [2021-04-02T10:12:15.064Z] INFO: Testing against a local daemon
10:12:15 [2021-04-02T10:12:15.064Z] === RUN   TestConfigInspect
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
10:12:15 [2021-04-02T10:12:15.414Z] --- PASS: TestRenameContainerWithLinkedContainer (1.66s)
10:12:15 [2021-04-02T10:12:15.414Z] === RUN   TestResize
10:12:15 [2021-04-02T10:12:15.487Z] + bundleName=amd64-rootless
10:12:15 [2021-04-02T10:12:15.487Z] + echo Creating amd64-rootless-bundles.tar.gz
10:12:15 [2021-04-02T10:12:15.487Z] Creating amd64-rootless-bundles.tar.gz
10:12:15 [2021-04-02T10:12:15.487Z] + xargs tar -czf amd64-rootless-bundles.tar.gz
10:12:15 [2021-04-02T10:12:15.487Z] + 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
10:12:15 [2021-04-02T10:12:15.499Z] Archiving artifacts
10:12:15 [2021-04-02T10:12:15.985Z] --- PASS: TestResize (0.81s)
10:12:15 [2021-04-02T10:12:15.985Z] === RUN   TestResizeWithInvalidSize
10:12:16 [2021-04-02T10:12:16.759Z] tests/integration/models_images_test.py ...............                  [ 89%]
10:12:16 [2021-04-02T10:12:16.926Z] --- PASS: TestResizeWithInvalidSize (0.85s)
10:12:16 [2021-04-02T10:12:16.926Z] === RUN   TestResizeWhenContainerNotStarted
10:12:17 [2021-04-02T10:12:17.350Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42182/6/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
10:12:17 [2021-04-02T10:12:17.498Z] --- PASS: TestResizeWhenContainerNotStarted (0.77s)
10:12:17 [2021-04-02T10:12:17.498Z] === RUN   TestDaemonRestartKillContainers
10:12:17 [2021-04-02T10:12:17.498Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
10:12:17 [2021-04-02T10:12:17.498Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
10:12:17 [2021-04-02T10:12:17.606Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
10:12:17 [2021-04-02T10:12:17.669Z] + make clean
10:12:17 [2021-04-02T10:12:17.867Z] --- PASS: TestConfigInspect (3.44s)
10:12:17 [2021-04-02T10:12:17.867Z] === RUN   TestConfigList
10:12:17 [2021-04-02T10:12:17.929Z] docker volume rm -f docker-dev-cache
10:12:17 [2021-04-02T10:12:17.929Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
10:12:19 [2021-04-02T10:12:19.416Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
10:12:19 [2021-04-02T10:12:19.499Z] tests/integration/models_networks_test.py ....                           [ 90%]
10:12:19 [2021-04-02T10:12:19.773Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
10:12:20 [2021-04-02T10:12:20.360Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
10:12:20 [2021-04-02T10:12:20.633Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
10:12:20 [2021-04-02T10:12:20.633Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
10:12:21 [2021-04-02T10:12:21.578Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
10:12:21 [2021-04-02T10:12:21.679Z] --- PASS: TestConfigList (3.53s)
10:12:21 [2021-04-02T10:12:21.679Z] === RUN   TestConfigsCreateAndDelete
10:12:21 [2021-04-02T10:12:21.839Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
10:12:23 [2021-04-02T10:12:23.059Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress
10:12:23 [2021-04-02T10:12:23.628Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
10:12:23 [2021-04-02T10:12:23.628Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress
10:12:23 [2021-04-02T10:12:23.756Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
10:12:24 [2021-04-02T10:12:24.018Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
10:12:24 [2021-04-02T10:12:24.196Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
10:12:24 [2021-04-02T10:12:24.196Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
10:12:24 [2021-04-02T10:12:24.461Z] --- PASS: TestConfigsCreateAndDelete (3.21s)
10:12:24 [2021-04-02T10:12:24.461Z] === RUN   TestConfigsUpdate
10:12:25 [2021-04-02T10:12:25.371Z] --- PASS: TestImportExtremelyLargeImageWorks (102.63s)
10:12:25 [2021-04-02T10:12:25.371Z] PASS
10:12:25 [2021-04-02T10:12:25.371Z] 
10:12:25 [2021-04-02T10:12:25.371Z] DONE 12 tests in 105.927s
10:12:25 [2021-04-02T10:12:25.371Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
10:12:25 [2021-04-02T10:12:25.371Z] INFO: Testing against a local daemon
10:12:25 [2021-04-02T10:12:25.371Z] === RUN   TestNetworkCreateDelete
10:12:25 [2021-04-02T10:12:25.371Z] --- PASS: TestNetworkCreateDelete (0.44s)
10:12:25 [2021-04-02T10:12:25.371Z] === RUN   TestDockerNetworkDeletePreferID
10:12:25 [2021-04-02T10:12:25.371Z] --- PASS: TestDockerNetworkDeletePreferID (1.27s)
10:12:25 [2021-04-02T10:12:25.371Z] === RUN   TestDaemonDNSFallback
10:12:25 [2021-04-02T10:12:25.626Z] --- PASS: TestDaemonDNSFallback (7.23s)
10:12:25 [2021-04-02T10:12:25.626Z] === RUN   TestInspectNetwork
10:12:25 [2021-04-02T10:12:25.840Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
10:12:25 [2021-04-02T10:12:25.932Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
10:12:25 [2021-04-02T10:12:25.932Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.66s)
10:12:25 [2021-04-02T10:12:25.932Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.86s)
10:12:25 [2021-04-02T10:12:25.932Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.04s)
10:12:25 [2021-04-02T10:12:25.932Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.51s)
10:12:25 [2021-04-02T10:12:25.932Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.82s)
10:12:25 [2021-04-02T10:12:25.932Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.54s)
10:12:25 [2021-04-02T10:12:25.932Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.88s)
10:12:25 [2021-04-02T10:12:25.932Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.74s)
10:12:25 [2021-04-02T10:12:25.932Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.03s)
10:12:25 [2021-04-02T10:12:25.932Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.80s)
10:12:25 [2021-04-02T10:12:25.932Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.47s)
10:12:25 [2021-04-02T10:12:25.932Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.62s)
10:12:25 [2021-04-02T10:12:25.932Z] === RUN   TestCgroupNamespacesRun
10:12:26 [2021-04-02T10:12:26.028Z] tests/integration/models_nodes_test.py .                                 [ 91%]
10:12:26 [2021-04-02T10:12:26.099Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
10:12:26 [2021-04-02T10:12:26.099Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
10:12:26 [2021-04-02T10:12:26.588Z] tests/integration/models_resources_test.py .                             [ 91%]
10:12:27 [2021-04-02T10:12:27.038Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
10:12:27 [2021-04-02T10:12:27.038Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
10:12:27 [2021-04-02T10:12:27.976Z] --- PASS: TestConfigsUpdate (3.38s)
10:12:27 [2021-04-02T10:12:27.976Z] === RUN   TestTemplatedConfig
10:12:28 [2021-04-02T10:12:28.473Z] --- PASS: TestCgroupNamespacesRun (2.46s)
10:12:28 [2021-04-02T10:12:28.473Z] === RUN   TestCgroupNamespacesRunPrivileged
10:12:28 [2021-04-02T10:12:28.585Z] tests/integration/models_services_test.py ..............X.               [ 95%]
10:12:29 [2021-04-02T10:12:29.787Z] === RUN   TestInspectNetwork/full_network_id
10:12:29 [2021-04-02T10:12:29.787Z] === RUN   TestInspectNetwork/partial_network_id
10:12:29 [2021-04-02T10:12:29.787Z] === RUN   TestInspectNetwork/network_name
10:12:29 [2021-04-02T10:12:29.787Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
10:12:29 [2021-04-02T10:12:29.884Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
10:12:31 [2021-04-02T10:12:31.014Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.12s)
10:12:31 [2021-04-02T10:12:31.014Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
10:12:31 [2021-04-02T10:12:31.263Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
10:12:32 [2021-04-02T10:12:32.357Z] tests/integration/models_swarm_test.py ..                                [ 96%]
10:12:32 [2021-04-02T10:12:32.357Z] tests/integration/models_volumes_test.py ..                              [ 96%]
10:12:32 [2021-04-02T10:12:32.641Z] --- PASS: TestTemplatedConfig (4.54s)
10:12:32 [2021-04-02T10:12:32.641Z] === RUN   TestConfigCreateResolve
10:12:32 [2021-04-02T10:12:32.641Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
10:12:33 [2021-04-02T10:12:33.555Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.58s)
10:12:33 [2021-04-02T10:12:33.555Z] === RUN   TestCgroupNamespacesRunHostMode
10:12:33 [2021-04-02T10:12:33.579Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
10:12:33 [2021-04-02T10:12:33.579Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
10:12:33 [2021-04-02T10:12:33.946Z] --- PASS: TestInspectNetwork (8.27s)
10:12:33 [2021-04-02T10:12:33.946Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
10:12:33 [2021-04-02T10:12:33.946Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
10:12:33 [2021-04-02T10:12:33.946Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
10:12:33 [2021-04-02T10:12:33.946Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
10:12:33 [2021-04-02T10:12:33.946Z] === RUN   TestRunContainerWithBridgeNone
10:12:36 [2021-04-02T10:12:36.099Z] --- PASS: TestCgroupNamespacesRunHostMode (2.44s)
10:12:36 [2021-04-02T10:12:36.099Z] === RUN   TestCgroupNamespacesRunPrivateMode
10:12:36 [2021-04-02T10:12:36.117Z] --- PASS: TestConfigCreateResolve (3.28s)
10:12:36 [2021-04-02T10:12:36.117Z] === RUN   TestConfigDaemonLibtrustID
10:12:36 [2021-04-02T10:12:36.685Z] --- PASS: TestConfigDaemonLibtrustID (0.95s)
10:12:36 [2021-04-02T10:12:36.685Z] PASS
10:12:36 [2021-04-02T10:12:36.685Z] 
10:12:36 [2021-04-02T10:12:36.685Z] DONE 7 tests in 22.474s
10:12:36 [2021-04-02T10:12:36.685Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
10:12:36 [2021-04-02T10:12:36.685Z] ++ 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
10:12:36 [2021-04-02T10:12:36.685Z] ++ set -e
10:12:36 [2021-04-02T10:12:36.685Z] ++ '[' -n 0 ']'
10:12:36 [2021-04-02T10:12:36.685Z] ++ set -x
10:12:36 [2021-04-02T10:12:36.685Z] ++ env -i DEST=/go/src/github.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
10:12:36 [2021-04-02T10:12:36.950Z] INFO: Testing against a local daemon
10:12:36 [2021-04-02T10:12:36.950Z] === RUN   TestCheckpoint
10:12:36 [2021-04-02T10:12:36.950Z] --- SKIP: TestCheckpoint (0.00s)
10:12:36 [2021-04-02T10:12:36.950Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
10:12:36 [2021-04-02T10:12:36.950Z] === RUN   TestContainerInvalidJSON
10:12:36 [2021-04-02T10:12:36.950Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
10:12:36 [2021-04-02T10:12:36.950Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
10:12:36 [2021-04-02T10:12:36.950Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
10:12:36 [2021-04-02T10:12:36.950Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
10:12:36 [2021-04-02T10:12:36.950Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
10:12:36 [2021-04-02T10:12:36.950Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
10:12:36 [2021-04-02T10:12:36.950Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
10:12:36 [2021-04-02T10:12:36.950Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
10:12:36 [2021-04-02T10:12:36.950Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
10:12:36 [2021-04-02T10:12:36.950Z] --- PASS: TestContainerInvalidJSON (0.02s)
10:12:36 [2021-04-02T10:12:36.950Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
10:12:36 [2021-04-02T10:12:36.950Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
10:12:36 [2021-04-02T10:12:36.950Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
10:12:36 [2021-04-02T10:12:36.950Z] === RUN   TestCopyFromContainerPathDoesNotExist
10:12:36 [2021-04-02T10:12:36.950Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s)
10:12:36 [2021-04-02T10:12:36.950Z] === RUN   TestCopyFromContainerPathIsNotDir
10:12:37 [2021-04-02T10:12:37.210Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s)
10:12:37 [2021-04-02T10:12:37.210Z] === RUN   TestCopyToContainerPathDoesNotExist
10:12:37 [2021-04-02T10:12:37.210Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
10:12:37 [2021-04-02T10:12:37.210Z] === RUN   TestCopyToContainerPathIsNotDir
10:12:37 [2021-04-02T10:12:37.210Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s)
10:12:37 [2021-04-02T10:12:37.210Z] === RUN   TestCopyFromContainer
10:12:37 [2021-04-02T10:12:37.212Z] --- PASS: TestRunContainerWithBridgeNone (3.16s)
10:12:37 [2021-04-02T10:12:37.212Z] === RUN   TestNetworkInvalidJSON
10:12:37 [2021-04-02T10:12:37.212Z] === RUN   TestNetworkInvalidJSON//networks/create
10:12:37 [2021-04-02T10:12:37.212Z] === PAUSE TestNetworkInvalidJSON//networks/create
10:12:37 [2021-04-02T10:12:37.212Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
10:12:37 [2021-04-02T10:12:37.212Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
10:12:37 [2021-04-02T10:12:37.212Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
10:12:37 [2021-04-02T10:12:37.212Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
10:12:37 [2021-04-02T10:12:37.212Z] === CONT  TestNetworkInvalidJSON//networks/create
10:12:37 [2021-04-02T10:12:37.212Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
10:12:37 [2021-04-02T10:12:37.212Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
10:12:37 [2021-04-02T10:12:37.212Z] --- PASS: TestNetworkInvalidJSON (0.02s)
10:12:37 [2021-04-02T10:12:37.212Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
10:12:37 [2021-04-02T10:12:37.212Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
10:12:37 [2021-04-02T10:12:37.212Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
10:12:37 [2021-04-02T10:12:37.212Z] === RUN   TestNetworkList
10:12:37 [2021-04-02T10:12:37.212Z] === RUN   TestNetworkList//networks
10:12:37 [2021-04-02T10:12:37.212Z] === PAUSE TestNetworkList//networks
10:12:37 [2021-04-02T10:12:37.212Z] === RUN   TestNetworkList//networks/
10:12:37 [2021-04-02T10:12:37.212Z] === PAUSE TestNetworkList//networks/
10:12:37 [2021-04-02T10:12:37.212Z] === CONT  TestNetworkList//networks
10:12:37 [2021-04-02T10:12:37.212Z] === CONT  TestNetworkList//networks/
10:12:37 [2021-04-02T10:12:37.212Z] --- PASS: TestNetworkList (0.01s)
10:12:37 [2021-04-02T10:12:37.212Z]     --- PASS: TestNetworkList//networks (0.00s)
10:12:37 [2021-04-02T10:12:37.212Z]     --- PASS: TestNetworkList//networks/ (0.00s)
10:12:37 [2021-04-02T10:12:37.212Z] === RUN   TestHostIPv4BridgeLabel
10:12:37 [2021-04-02T10:12:37.364Z] tests/integration/regression_test.py ......                              [ 98%]
10:12:37 [2021-04-02T10:12:37.469Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig
10:12:37 [2021-04-02T10:12:37.778Z] --- PASS: TestHostIPv4BridgeLabel (0.89s)
10:12:37 [2021-04-02T10:12:37.778Z] === RUN   TestDaemonRestartWithLiveRestore
10:12:37 [2021-04-02T10:12:37.876Z] tests/integration/credentials/store_test.py ......                       [ 99%]
10:12:37 [2021-04-02T10:12:37.876Z] tests/integration/credentials/utils_test.py .                            [100%]
10:12:37 [2021-04-02T10:12:37.876Z] 
10:12:37 [2021-04-02T10:12:37.876Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
10:12:37 [2021-04-02T10:12:37.876Z] =========================== short test summary info ============================
10:12:37 [2021-04-02T10:12:37.876Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
10:12:37 [2021-04-02T10:12:37.876Z]   CONFIG_RT_GROUP_SCHED isn't enabled
10:12:37 [2021-04-02T10:12:37.876Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
10:12:37 [2021-04-02T10:12:37.876Z]   Not supported on most drivers
10:12:37 [2021-04-02T10:12:37.876Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
10:12:37 [2021-04-02T10:12:37.876Z]   Output of docker top depends on host distro, and is not formalized.
10:12:37 [2021-04-02T10:12:37.876Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
10:12:37 [2021-04-02T10:12:37.876Z]   Output of docker top depends on host distro, and is not formalized.
10:12:37 [2021-04-02T10:12:37.876Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
10:12:37 [2021-04-02T10:12:37.876Z]   Can fail if eth0 has multiple IP addresses
10:12:37 [2021-04-02T10:12:37.876Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
10:12:37 [2021-04-02T10:12:37.876Z]   This doesn't seem to be taken into account by the engine
10:12:37 [2021-04-02T10:12:37.876Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
10:12:37 [2021-04-02T10:12:37.876Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
10:12:37 [2021-04-02T10:12:37.876Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 371.75 seconds ==
10:12:38 [2021-04-02T10:12:38.010Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.47s)
10:12:38 [2021-04-02T10:12:38.010Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
10:12:38 [2021-04-02T10:12:38.131Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
10:12:39 [2021-04-02T10:12:39.376Z] === RUN   TestCopyFromContainer//
10:12:39 [2021-04-02T10:12:39.636Z] === RUN   TestCopyFromContainer//bar/root
10:12:39 [2021-04-02T10:12:39.636Z] === RUN   TestCopyFromContainer//bar/root/
10:12:39 [2021-04-02T10:12:39.666Z] --- PASS: TestDaemonRestartWithLiveRestore (1.52s)
10:12:39 [2021-04-02T10:12:39.666Z] === RUN   TestDaemonDefaultNetworkPools
10:12:39 [2021-04-02T10:12:39.895Z] === RUN   TestCopyFromContainer/bar/quux
10:12:39 [2021-04-02T10:12:39.895Z] === RUN   TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload
10:12:39 [2021-04-02T10:12:39.895Z] === RUN   TestCopyFromContainer/bar/quux/
10:12:40 [2021-04-02T10:12:40.154Z] === RUN   TestCopyFromContainer/bar/quux/baz
10:12:40 [2021-04-02T10:12:40.154Z] === RUN   TestCopyFromContainer/bar/filesymlink
10:12:40 [2021-04-02T10:12:40.154Z] === RUN   TestCopyFromContainer/bar/dirsymlink
10:12:40 [2021-04-02T10:12:40.414Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
10:12:40 [2021-04-02T10:12:40.414Z] === RUN   TestCopyFromContainer/bar/notarget
10:12:40 [2021-04-02T10:12:40.551Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.07s)
10:12:40 [2021-04-02T10:12:40.551Z] === RUN   TestCgroupNamespacesRunInvalidMode
10:12:40 [2021-04-02T10:12:40.674Z] --- PASS: TestCopyFromContainer (3.42s)
10:12:40 [2021-04-02T10:12:40.674Z]     --- PASS: TestCopyFromContainer// (0.14s)
10:12:40 [2021-04-02T10:12:40.674Z]     --- PASS: TestCopyFromContainer//bar/root (0.11s)
10:12:40 [2021-04-02T10:12:40.674Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.15s)
10:12:40 [2021-04-02T10:12:40.674Z]     --- PASS: TestCopyFromContainer/bar/quux (0.16s)
10:12:40 [2021-04-02T10:12:40.674Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.12s)
10:12:40 [2021-04-02T10:12:40.674Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s)
10:12:40 [2021-04-02T10:12:40.674Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s)
10:12:40 [2021-04-02T10:12:40.674Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s)
10:12:40 [2021-04-02T10:12:40.674Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s)
10:12:40 [2021-04-02T10:12:40.674Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.11s)
10:12:40 [2021-04-02T10:12:40.674Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
10:12:40 [2021-04-02T10:12:40.674Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
10:12:40 [2021-04-02T10:12:40.674Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
10:12:40 [2021-04-02T10:12:40.674Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
10:12:40 [2021-04-02T10:12:40.674Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
10:12:40 [2021-04-02T10:12:40.674Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
10:12:40 [2021-04-02T10:12:40.674Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
10:12:40 [2021-04-02T10:12:40.674Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
10:12:40 [2021-04-02T10:12:40.674Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
10:12:40 [2021-04-02T10:12:40.674Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
10:12:40 [2021-04-02T10:12:40.674Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
10:12:40 [2021-04-02T10:12:40.674Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
10:12:40 [2021-04-02T10:12:40.674Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
10:12:40 [2021-04-02T10:12:40.674Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s)
10:12:40 [2021-04-02T10:12:40.674Z] === RUN   TestCreateLinkToNonExistingContainer
10:12:40 [2021-04-02T10:12:40.674Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
10:12:40 [2021-04-02T10:12:40.674Z] === RUN   TestCreateWithInvalidEnv
10:12:40 [2021-04-02T10:12:40.674Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
10:12:40 [2021-04-02T10:12:40.674Z] === RUN   TestCreateWithInvalidEnv/0
10:12:40 [2021-04-02T10:12:40.674Z] === PAUSE TestCreateWithInvalidEnv/0
10:12:40 [2021-04-02T10:12:40.674Z] === RUN   TestCreateWithInvalidEnv/1
10:12:40 [2021-04-02T10:12:40.674Z] === PAUSE TestCreateWithInvalidEnv/1
10:12:40 [2021-04-02T10:12:40.674Z] === RUN   TestCreateWithInvalidEnv/2
10:12:40 [2021-04-02T10:12:40.674Z] === PAUSE TestCreateWithInvalidEnv/2
10:12:40 [2021-04-02T10:12:40.934Z] === CONT  TestCreateWithInvalidEnv/0
10:12:40 [2021-04-02T10:12:40.934Z] === CONT  TestCreateWithInvalidEnv/2
10:12:40 [2021-04-02T10:12:40.934Z] === CONT  TestCreateWithInvalidEnv/1
10:12:40 [2021-04-02T10:12:40.934Z] --- PASS: TestCreateWithInvalidEnv (0.05s)
10:12:40 [2021-04-02T10:12:40.934Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
10:12:40 [2021-04-02T10:12:40.934Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
10:12:40 [2021-04-02T10:12:40.934Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.01s)
10:12:40 [2021-04-02T10:12:40.934Z] === RUN   TestCreateTmpfsMountsTarget
10:12:40 [2021-04-02T10:12:40.934Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s)
10:12:40 [2021-04-02T10:12:40.934Z] === RUN   TestCreateWithCustomMaskedPaths
10:12:41 [2021-04-02T10:12:41.028Z] --- PASS: TestDaemonDefaultNetworkPools (1.47s)
10:12:41 [2021-04-02T10:12:41.029Z] === RUN   TestDaemonRestartWithExistingNetwork
10:12:41 [2021-04-02T10:12:41.492Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.41s)
10:12:41 [2021-04-02T10:12:41.492Z] === RUN   TestCgroupNamespacesRunOlderClient
10:12:42 [2021-04-02T10:12:42.954Z] --- PASS: TestDaemonRestartWithExistingNetwork (2.15s)
10:12:42 [2021-04-02T10:12:42.954Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
10:12:43 [2021-04-02T10:12:43.470Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
10:12:43 [2021-04-02T10:12:43.733Z] --- PASS: TestCreateWithCustomMaskedPaths (2.92s)
10:12:43 [2021-04-02T10:12:43.733Z] === RUN   TestCreateWithCustomReadonlyPaths
10:12:44 [2021-04-02T10:12:44.670Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
10:12:44 [2021-04-02T10:12:44.788Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.57s)
10:12:44 [2021-04-02T10:12:44.788Z] === RUN   TestKernelTCPMemory
10:12:45 [2021-04-02T10:12:45.360Z] --- PASS: TestKernelTCPMemory (1.08s)
10:12:45 [2021-04-02T10:12:45.360Z] === RUN   TestNISDomainname
10:12:46 [2021-04-02T10:12:46.234Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.70s)
10:12:46 [2021-04-02T10:12:46.234Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
10:12:46 [2021-04-02T10:12:46.743Z] --- PASS: TestNISDomainname (1.35s)
10:12:46 [2021-04-02T10:12:46.743Z] === RUN   TestHostnameDnsResolution
10:12:46 [2021-04-02T10:12:46.795Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.97s)
10:12:46 [2021-04-02T10:12:46.795Z] === RUN   TestServiceWithPredefinedNetwork
10:12:47 [2021-04-02T10:12:47.208Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.99s)
10:12:47 [2021-04-02T10:12:47.208Z] === RUN   TestCreateWithInvalidHealthcheckParams
10:12:47 [2021-04-02T10:12:47.209Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
10:12:47 [2021-04-02T10:12:47.209Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
10:12:47 [2021-04-02T10:12:47.209Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
10:12:47 [2021-04-02T10:12:47.209Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
10:12:47 [2021-04-02T10:12:47.209Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
10:12:47 [2021-04-02T10:12:47.209Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
10:12:47 [2021-04-02T10:12:47.209Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
10:12:47 [2021-04-02T10:12:47.209Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
10:12:47 [2021-04-02T10:12:47.209Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
10:12:47 [2021-04-02T10:12:47.209Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
10:12:47 [2021-04-02T10:12:47.209Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
10:12:47 [2021-04-02T10:12:47.209Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
10:12:47 [2021-04-02T10:12:47.209Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
10:12:47 [2021-04-02T10:12:47.209Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
10:12:47 [2021-04-02T10:12:47.209Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
10:12:47 [2021-04-02T10:12:47.209Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
10:12:47 [2021-04-02T10:12:47.209Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
10:12:47 [2021-04-02T10:12:47.209Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s)
10:12:47 [2021-04-02T10:12:47.209Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s)
10:12:47 [2021-04-02T10:12:47.209Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
10:12:47 [2021-04-02T10:12:47.209Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
10:12:47 [2021-04-02T10:12:47.209Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
10:12:47 [2021-04-02T10:12:47.777Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.03s)
10:12:47 [2021-04-02T10:12:47.777Z] === RUN   TestCreateDifferentPlatform
10:12:47 [2021-04-02T10:12:47.777Z] === RUN   TestCreateDifferentPlatform/different_os
10:12:47 [2021-04-02T10:12:47.777Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
10:12:47 [2021-04-02T10:12:47.777Z] --- PASS: TestCreateDifferentPlatform (0.02s)
10:12:47 [2021-04-02T10:12:47.777Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
10:12:47 [2021-04-02T10:12:47.777Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
10:12:47 [2021-04-02T10:12:47.777Z] === RUN   TestCreateVolumesFromNonExistingContainer
10:12:47 [2021-04-02T10:12:47.777Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
10:12:48 [2021-04-02T10:12:48.036Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
10:12:48 [2021-04-02T10:12:48.036Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
10:12:48 [2021-04-02T10:12:48.036Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
10:12:48 [2021-04-02T10:12:48.036Z] === RUN   TestContainerStartOnDaemonRestart
10:12:48 [2021-04-02T10:12:48.036Z] === PAUSE TestContainerStartOnDaemonRestart
10:12:48 [2021-04-02T10:12:48.036Z] === RUN   TestDaemonRestartIpcMode
10:12:48 [2021-04-02T10:12:48.036Z] === PAUSE TestDaemonRestartIpcMode
10:12:48 [2021-04-02T10:12:48.036Z] === RUN   TestDaemonHostGatewayIP
10:12:48 [2021-04-02T10:12:48.036Z] === PAUSE TestDaemonHostGatewayIP
10:12:48 [2021-04-02T10:12:48.036Z] === RUN   TestRestartDaemonWithRestartingContainer
10:12:48 [2021-04-02T10:12:48.036Z] === PAUSE TestRestartDaemonWithRestartingContainer
10:12:48 [2021-04-02T10:12:48.036Z] === RUN   TestContainerKillOnDaemonStart
10:12:48 [2021-04-02T10:12:48.036Z] === PAUSE TestContainerKillOnDaemonStart
10:12:48 [2021-04-02T10:12:48.036Z] === RUN   TestDiff
10:12:48 [2021-04-02T10:12:48.036Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
10:12:48 [2021-04-02T10:12:48.605Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
10:12:49 [2021-04-02T10:12:49.189Z] --- PASS: TestDiff (1.08s)
10:12:49 [2021-04-02T10:12:49.189Z] === RUN   TestExecWithCloseStdin
10:12:49 [2021-04-02T10:12:49.189Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
10:12:49 [2021-04-02T10:12:49.283Z] --- PASS: TestHostnameDnsResolution (2.28s)
10:12:49 [2021-04-02T10:12:49.283Z] === RUN   TestStats
10:12:49 [2021-04-02T10:12:49.308Z] --- PASS: TestServiceWithPredefinedNetwork (2.65s)
10:12:49 [2021-04-02T10:12:49.308Z] === RUN   TestServiceRemoveKeepsIngressNetwork
10:12:49 [2021-04-02T10:12:49.308Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
10:12:49 [2021-04-02T10:12:49.308Z]     service_test.go:242: FLAKY_TEST
10:12:49 [2021-04-02T10:12:49.308Z] === RUN   TestServiceWithDataPathPortInit
10:12:49 [2021-04-02T10:12:49.758Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
10:12:50 [2021-04-02T10:12:50.289Z] Leaving: AppArmorNo profiles have been unloaded.
10:12:50 [2021-04-02T10:12:50.289Z] 
10:12:50 [2021-04-02T10:12:50.289Z] Unloading profiles will leave already running processes permanently
10:12:50 [2021-04-02T10:12:50.289Z] unconfined, which can lead to unexpected situations.
10:12:50 [2021-04-02T10:12:50.289Z] 
10:12:50 [2021-04-02T10:12:50.289Z] To set a process to complain mode, use the command line tool
10:12:50 [2021-04-02T10:12:50.289Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
10:12:50 [2021-04-02T10:12:50.289Z] 
Post stage
[Pipeline] junit
10:12:50 [2021-04-02T10:12:50.298Z] Recording test results
10:12:50 [2021-04-02T10:12:50.328Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
10:12:50 [2021-04-02T10:12:50.897Z] --- PASS: TestExecWithCloseStdin (1.77s)
10:12:50 [2021-04-02T10:12:50.897Z] === RUN   TestExec
10:12:51 [2021-04-02T10:12:51.157Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
10:12:51 [2021-04-02T10:12:51.286Z] [Checks API] No suitable checks publisher found.
[Pipeline] sh
10:12:51 [2021-04-02T10:12:51.602Z] + echo Ensuring container killed.
10:12:51 [2021-04-02T10:12:51.602Z] Ensuring container killed.
10:12:51 [2021-04-02T10:12:51.602Z] + docker rm -vf docker-pr6
10:12:51 [2021-04-02T10:12:51.602Z] Error: No such container: docker-pr6
[Pipeline] sh
10:12:51 [2021-04-02T10:12:51.823Z] --- PASS: TestStats (2.87s)
10:12:51 [2021-04-02T10:12:51.823Z] === RUN   TestStopContainerWithTimeout
10:12:51 [2021-04-02T10:12:51.823Z] === RUN   TestStopContainerWithTimeout/0
10:12:51 [2021-04-02T10:12:51.823Z] === PAUSE TestStopContainerWithTimeout/0
10:12:51 [2021-04-02T10:12:51.823Z] === RUN   TestStopContainerWithTimeout/1
10:12:51 [2021-04-02T10:12:51.823Z] === PAUSE TestStopContainerWithTimeout/1
10:12:51 [2021-04-02T10:12:51.823Z] === RUN   TestStopContainerWithTimeout/3
10:12:51 [2021-04-02T10:12:51.823Z] === PAUSE TestStopContainerWithTimeout/3
10:12:51 [2021-04-02T10:12:51.823Z] === RUN   TestStopContainerWithTimeout/-1
10:12:51 [2021-04-02T10:12:51.823Z] === PAUSE TestStopContainerWithTimeout/-1
10:12:51 [2021-04-02T10:12:51.823Z] === CONT  TestStopContainerWithTimeout/0
10:12:51 [2021-04-02T10:12:51.823Z] === CONT  TestStopContainerWithTimeout/-1
10:12:51 [2021-04-02T10:12:51.823Z] === CONT  TestStopContainerWithTimeout/1
10:12:51 [2021-04-02T10:12:51.823Z] === CONT  TestStopContainerWithTimeout/3
10:12:51 [2021-04-02T10:12:51.922Z] + echo Chowning /workspace to jenkins user
10:12:51 [2021-04-02T10:12:51.922Z] Chowning /workspace to jenkins user
10:12:51 [2021-04-02T10:12:51.922Z] + id -u
10:12:51 [2021-04-02T10:12:51.922Z] + id -g
10:12:51 [2021-04-02T10:12:51.922Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42182:/workspace busybox chown -R 1000:1000 /workspace
10:12:51 [2021-04-02T10:12:51.922Z] Unable to find image 'busybox:latest' locally
10:12:52 [2021-04-02T10:12:52.094Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
10:12:52 [2021-04-02T10:12:52.180Z] latest: Pulling from library/busybox
10:12:52 [2021-04-02T10:12:52.180Z] 8b3d7e226fab: Pulling fs layer
10:12:52 [2021-04-02T10:12:52.435Z] 8b3d7e226fab: Verifying Checksum
10:12:52 [2021-04-02T10:12:52.435Z] 8b3d7e226fab: Download complete
10:12:52 [2021-04-02T10:12:52.435Z] 8b3d7e226fab: Pull complete
10:12:52 [2021-04-02T10:12:52.435Z] Digest: sha256:ce2360d5189a033012fbad1635e037be86f23b65cfd676b436d0931af390a2ac
10:12:52 [2021-04-02T10:12:52.435Z] Status: Downloaded newer image for busybox:latest
10:12:52 [2021-04-02T10:12:52.663Z] --- PASS: TestExec (1.69s)
10:12:52 [2021-04-02T10:12:52.663Z] === RUN   TestExecUser
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
10:12:53 [2021-04-02T10:12:53.694Z] + bundleName=docker-py
10:12:53 [2021-04-02T10:12:53.694Z] + echo Creating docker-py-bundles.tar.gz
10:12:53 [2021-04-02T10:12:53.694Z] Creating docker-py-bundles.tar.gz
10:12:53 [2021-04-02T10:12:53.694Z] + 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
10:12:53 [2021-04-02T10:12:53.702Z] Archiving artifacts
10:12:54 [2021-04-02T10:12:54.569Z] --- PASS: TestExecUser (1.79s)
10:12:54 [2021-04-02T10:12:54.569Z] === RUN   TestExportContainerAndImportImage
10:12:54 [2021-04-02T10:12:54.569Z] === RUN   TestDockerSuite/TestBuildAddNonTar
10:12:55 [2021-04-02T10:12:55.127Z] --- PASS: TestStopContainerWithTimeout (0.02s)
10:12:55 [2021-04-02T10:12:55.127Z]     --- PASS: TestStopContainerWithTimeout/0 (1.45s)
10:12:55 [2021-04-02T10:12:55.127Z]     --- PASS: TestStopContainerWithTimeout/1 (2.42s)
10:12:55 [2021-04-02T10:12:55.127Z]     --- PASS: TestStopContainerWithTimeout/3 (3.11s)
10:12:55 [2021-04-02T10:12:55.127Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.19s)
10:12:55 [2021-04-02T10:12:55.127Z] === RUN   TestDeleteDevicemapper
10:12:55 [2021-04-02T10:12:55.127Z] --- SKIP: TestDeleteDevicemapper (0.00s)
10:12:55 [2021-04-02T10:12:55.127Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
10:12:55 [2021-04-02T10:12:55.127Z] === RUN   TestStopContainerWithRestartPolicyAlways
10:12:55 [2021-04-02T10:12:55.137Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42182/6/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
10:12:55 [2021-04-02T10:12:55.552Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42182/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 -e DOCKER_GRAPHDRIVER docker:7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 hack/make.sh binary-daemon
10:12:55 [2021-04-02T10:12:55.950Z] --- PASS: TestExportContainerAndImportImage (1.63s)
10:12:55 [2021-04-02T10:12:55.950Z] === RUN   TestExportContainerAfterDaemonRestart
10:12:56 [2021-04-02T10:12:56.113Z] 
10:12:56 [2021-04-02T10:12:56.113Z] Removing bundles/
10:12:56 [2021-04-02T10:12:56.113Z] 
10:12:56 [2021-04-02T10:12:56.113Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon)
10:12:56 [2021-04-02T10:12:56.113Z] Building: bundles/binary-daemon/dockerd-dev
10:12:56 [2021-04-02T10:12:56.113Z] GOOS="" GOARCH="" GOARM=""
10:12:56 [2021-04-02T10:12:56.520Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
10:12:57 [2021-04-02T10:12:57.088Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
10:12:57 [2021-04-02T10:12:57.656Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
10:12:58 [2021-04-02T10:12:58.428Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.32s)
10:12:58 [2021-04-02T10:12:58.428Z] === RUN   TestUpdateMemory
10:12:58 [2021-04-02T10:12:58.428Z] --- SKIP: TestUpdateMemory (0.00s)
10:12:58 [2021-04-02T10:12:58.428Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
10:12:58 [2021-04-02T10:12:58.428Z] === RUN   TestUpdateCPUQuota
10:12:59 [2021-04-02T10:12:59.034Z] --- PASS: TestExportContainerAfterDaemonRestart (3.14s)
10:12:59 [2021-04-02T10:12:59.034Z] === RUN   TestHealthCheckWorkdir
10:13:01 [2021-04-02T10:13:01.596Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
10:13:01 [2021-04-02T10:13:01.863Z] --- PASS: TestHealthCheckWorkdir (2.84s)
10:13:01 [2021-04-02T10:13:01.863Z] === RUN   TestHealthKillContainer
10:13:04 [2021-04-02T10:13:04.407Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
10:13:04 [2021-04-02T10:13:04.975Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
10:13:05 [2021-04-02T10:13:05.004Z] --- PASS: TestUpdateCPUQuota (5.77s)
10:13:05 [2021-04-02T10:13:05.004Z] === RUN   TestUpdatePidsLimit
10:13:05 [2021-04-02T10:13:05.004Z] === RUN   TestUpdatePidsLimit/update_from_none
10:13:05 [2021-04-02T10:13:05.004Z] === RUN   TestUpdatePidsLimit/no_change
10:13:05 [2021-04-02T10:13:05.236Z] --- PASS: TestHealthKillContainer (3.25s)
10:13:05 [2021-04-02T10:13:05.236Z] === RUN   TestInspectCpusetInConfigPre120
10:13:05 [2021-04-02T10:13:05.236Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
10:13:05 [2021-04-02T10:13:05.264Z] === RUN   TestUpdatePidsLimit/update_lower
10:13:06 [2021-04-02T10:13:06.173Z] --- PASS: TestInspectCpusetInConfigPre120 (1.11s)
10:13:06 [2021-04-02T10:13:06.173Z] === RUN   TestIpcModeNone
10:13:06 [2021-04-02T10:13:06.204Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
10:13:06 [2021-04-02T10:13:06.741Z] === RUN   TestDockerSuite/TestBuildAddScript
10:13:06 [2021-04-02T10:13:06.774Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
10:13:07 [2021-04-02T10:13:07.343Z] --- PASS: TestServiceWithDataPathPortInit (15.73s)
10:13:07 [2021-04-02T10:13:07.343Z] === RUN   TestServiceWithDefaultAddressPoolInit
10:13:07 [2021-04-02T10:13:07.344Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
10:13:07 [2021-04-02T10:13:07.781Z] 5ff1512f88ec: Pull complete
10:13:07 [2021-04-02T10:13:07.781Z] Digest: sha256:acae9dedd8ce6fbc624e8c4b52555a9d3201eb47aacd45b4a00e0d81083b4cab
10:13:07 [2021-04-02T10:13:07.781Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
10:13:07 [2021-04-02T10:13:07.781Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully
10:13:07 [2021-04-02T10:13:07.781Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test
10:13:07 [2021-04-02T10:13:07.781Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1817'
10:13:07 [2021-04-02T10:13:07.781Z] WARN: Skipping validation tests
10:13:07 [2021-04-02T10:13:07.781Z] INFO: Running unit tests at 04/02/2021 10:12:57...
10:13:07 [2021-04-02T10:13:07.781Z] INFO: make.ps1 starting at 04/02/2021 10:13:01
10:13:07 [2021-04-02T10:13:07.781Z] INFO: Git commit (48e0e7d2c3) assumed from DOCKER_GITCOMMIT environment variable
10:13:07 [2021-04-02T10:13:07.781Z] INFO: Invoking autogen...
10:13:07 [2021-04-02T10:13:07.781Z] INFO: Running unit tests...
10:13:07 [2021-04-02T10:13:07.919Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
10:13:08 [2021-04-02T10:13:08.120Z] --- PASS: TestIpcModeNone (1.65s)
10:13:08 [2021-04-02T10:13:08.120Z] === RUN   TestIpcModePrivate
10:13:09 [2021-04-02T10:13:09.327Z] --- PASS: TestUpdatePidsLimit (5.20s)
10:13:09 [2021-04-02T10:13:09.327Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.64s)
10:13:09 [2021-04-02T10:13:09.327Z]     --- PASS: TestUpdatePidsLimit/no_change (0.64s)
10:13:09 [2021-04-02T10:13:09.327Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.64s)
10:13:09 [2021-04-02T10:13:09.327Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.65s)
10:13:09 [2021-04-02T10:13:09.327Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.64s)
10:13:09 [2021-04-02T10:13:09.327Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.64s)
10:13:09 [2021-04-02T10:13:09.327Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.66s)
10:13:09 [2021-04-02T10:13:09.327Z] === RUN   TestUpdateRestartPolicy
10:13:10 [2021-04-02T10:13:10.026Z] --- PASS: TestIpcModePrivate (1.79s)
10:13:10 [2021-04-02T10:13:10.026Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:87, shared: false, mustBeShared: false
10:13:10 [2021-04-02T10:13:10.026Z] === RUN   TestIpcModeShareable
10:13:10 [2021-04-02T10:13:10.026Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
10:13:10 [2021-04-02T10:13:10.026Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
10:13:11 [2021-04-02T10:13:11.405Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
10:13:11 [2021-04-02T10:13:11.405Z] --- PASS: TestIpcModeShareable (1.62s)
10:13:11 [2021-04-02T10:13:11.405Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true
10:13:11 [2021-04-02T10:13:11.405Z] === RUN   TestAPIIpcModeShareableAndContainer
10:13:12 [2021-04-02T10:13:12.547Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml --  -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
10:13:13 [2021-04-02T10:13:13.312Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
10:13:13 [2021-04-02T10:13:13.877Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.06s)
10:13:13 [2021-04-02T10:13:13.877Z]     service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:g3q3vn8j10sbil8l3loeiqmya Created:2021-04-02 10:13:06.364540231 +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[ef04b589320a7446f53524a115b539a02cd8d06dc195dfeed29eb919ededb509:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.3y96d106g8vwculbi0pywydd7 EndpointID:199329e6e0149b576cee717546067bcb72969dcd49671e4fadb7fe03d7c6f8be MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:84885c6d2769052a5fa4d24573ebef3da455c0610a93c512c110e1ca575747d3 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:c62f62653c5a IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.3y96d106g8vwculbi0pywydd7 EndpointID:199329e6e0149b576cee717546067bcb72969dcd49671e4fadb7fe03d7c6f8be EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
10:13:13 [2021-04-02T10:13:13.877Z] PASS
10:13:13 [2021-04-02T10:13:13.877Z] 
10:13:13 [2021-04-02T10:13:13.877Z] === Skipped
10:13:13 [2021-04-02T10:13:13.877Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
10:13:13 [2021-04-02T10:13:13.877Z]     service_test.go:242: FLAKY_TEST
10:13:13 [2021-04-02T10:13:13.877Z] 
10:13:13 [2021-04-02T10:13:13.877Z] 
10:13:13 [2021-04-02T10:13:13.877Z] DONE 26 tests, 1 skipped in 56.580s
10:13:13 [2021-04-02T10:13:13.877Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
10:13:13 [2021-04-02T10:13:13.877Z] INFO: Testing against a local daemon
10:13:13 [2021-04-02T10:13:13.877Z] === RUN   TestDockerNetworkIpvlanPersistance
10:13:13 [2021-04-02T10:13:13.877Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
10:13:13 [2021-04-02T10:13:13.877Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:13:13 [2021-04-02T10:13:13.877Z] === RUN   TestDockerNetworkIpvlan
10:13:13 [2021-04-02T10:13:13.877Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
10:13:13 [2021-04-02T10:13:13.877Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:13:13 [2021-04-02T10:13:13.877Z] PASS
10:13:13 [2021-04-02T10:13:13.877Z] 
10:13:13 [2021-04-02T10:13:13.877Z] === Skipped
10:13:13 [2021-04-02T10:13:13.877Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
10:13:13 [2021-04-02T10:13:13.877Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:13:13 [2021-04-02T10:13:13.877Z] 
10:13:13 [2021-04-02T10:13:13.877Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
10:13:13 [2021-04-02T10:13:13.877Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:13:13 [2021-04-02T10:13:13.877Z] 
10:13:13 [2021-04-02T10:13:13.877Z] 
10:13:13 [2021-04-02T10:13:13.877Z] DONE 2 tests, 2 skipped in 0.038s
10:13:13 [2021-04-02T10:13:13.877Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
10:13:13 [2021-04-02T10:13:13.877Z] INFO: Testing against a local daemon
10:13:13 [2021-04-02T10:13:13.877Z] === RUN   TestDockerNetworkMacvlanPersistance
10:13:15 [2021-04-02T10:13:15.240Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.89s)
10:13:15 [2021-04-02T10:13:15.240Z] === RUN   TestDockerNetworkMacvlan
10:13:16 [2021-04-02T10:13:16.168Z] === RUN   TestDockerNetworkMacvlan/Subinterface
10:13:16 [2021-04-02T10:13:16.603Z] --- PASS: TestAPIIpcModeShareableAndContainer (4.95s)
10:13:16 [2021-04-02T10:13:16.603Z] === RUN   TestAPIIpcModeHost
10:13:16 [2021-04-02T10:13:16.603Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
10:13:17 [2021-04-02T10:13:17.094Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
10:13:18 [2021-04-02T10:13:18.457Z] === RUN   TestDockerNetworkMacvlan/NilParent
10:13:18 [2021-04-02T10:13:18.509Z] --- PASS: TestAPIIpcModeHost (2.08s)
10:13:18 [2021-04-02T10:13:18.509Z] === RUN   TestDaemonIpcModeShareable
10:13:19 [2021-04-02T10:13:19.721Z] ?   	github.com/docker/docker/api	[no test files]
10:13:19 [2021-04-02T10:13:19.889Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
10:13:21 [2021-04-02T10:13:21.722Z] === RUN   TestDockerNetworkMacvlan/InternalMode
10:13:21 [2021-04-02T10:13:21.794Z] --- PASS: TestDaemonIpcModeShareable (3.14s)
10:13:21 [2021-04-02T10:13:21.795Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:90, shared: true, mustBeShared: true
10:13:21 [2021-04-02T10:13:21.795Z] === RUN   TestDaemonIpcModePrivate
10:13:22 [2021-04-02T10:13:22.363Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
10:13:22 [2021-04-02T10:13:22.627Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
10:13:24 [2021-04-02T10:13:24.221Z] --- PASS: TestUpdateRestartPolicy (12.93s)
10:13:24 [2021-04-02T10:13:24.221Z] === RUN   TestUpdateRestartWithAutoRemove
10:13:24 [2021-04-02T10:13:24.221Z] --- PASS: TestUpdateRestartWithAutoRemove (0.80s)
10:13:24 [2021-04-02T10:13:24.221Z] === RUN   TestWaitNonBlocked
10:13:24 [2021-04-02T10:13:24.221Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
10:13:24 [2021-04-02T10:13:24.221Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
10:13:24 [2021-04-02T10:13:24.221Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
10:13:24 [2021-04-02T10:13:24.221Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
10:13:24 [2021-04-02T10:13:24.221Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
10:13:24 [2021-04-02T10:13:24.221Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
10:13:24 [2021-04-02T10:13:24.221Z] --- PASS: TestWaitNonBlocked (0.02s)
10:13:24 [2021-04-02T10:13:24.221Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.11s)
10:13:24 [2021-04-02T10:13:24.221Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.14s)
10:13:24 [2021-04-02T10:13:24.221Z] === RUN   TestWaitBlocked
10:13:24 [2021-04-02T10:13:24.221Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
10:13:24 [2021-04-02T10:13:24.221Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
10:13:24 [2021-04-02T10:13:24.221Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
10:13:24 [2021-04-02T10:13:24.221Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
10:13:24 [2021-04-02T10:13:24.221Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
10:13:24 [2021-04-02T10:13:24.221Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
10:13:24 [2021-04-02T10:13:24.985Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
10:13:25 [2021-04-02T10:13:25.167Z] --- PASS: TestDaemonIpcModePrivate (3.20s)
10:13:25 [2021-04-02T10:13:25.167Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:103, shared: false, mustBeShared: false
10:13:25 [2021-04-02T10:13:25.167Z] === RUN   TestDaemonIpcModePrivateFromConfig
10:13:25 [2021-04-02T10:13:25.604Z] --- PASS: TestWaitBlocked (0.03s)
10:13:25 [2021-04-02T10:13:25.604Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.09s)
10:13:25 [2021-04-02T10:13:25.604Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.13s)
10:13:25 [2021-04-02T10:13:25.604Z] === CONT  TestContainerStartOnDaemonRestart
10:13:25 [2021-04-02T10:13:25.604Z] === CONT  TestContainerKillOnDaemonStart
10:13:25 [2021-04-02T10:13:25.604Z] === CONT  TestRestartDaemonWithRestartingContainer
10:13:25 [2021-04-02T10:13:25.604Z] === CONT  TestDaemonHostGatewayIP
10:13:27 [2021-04-02T10:13:27.707Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.98s)
10:13:27 [2021-04-02T10:13:27.707Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:106, shared: false, mustBeShared: false
10:13:27 [2021-04-02T10:13:27.707Z] === RUN   TestDaemonIpcModeShareableFromConfig
10:13:28 [2021-04-02T10:13:28.276Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
10:13:28 [2021-04-02T10:13:28.907Z] --- PASS: TestContainerStartOnDaemonRestart (3.35s)
10:13:28 [2021-04-02T10:13:28.907Z] === CONT  TestIpcModeOlderClient
10:13:28 [2021-04-02T10:13:28.907Z] --- PASS: TestIpcModeOlderClient (0.11s)
10:13:28 [2021-04-02T10:13:28.907Z] === CONT  TestDaemonRestartIpcMode
10:13:29 [2021-04-02T10:13:29.213Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
10:13:29 [2021-04-02T10:13:29.213Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
10:13:30 [2021-04-02T10:13:30.292Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.76s)
10:13:30 [2021-04-02T10:13:30.591Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.81s)
10:13:30 [2021-04-02T10:13:30.591Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:90, shared: true, mustBeShared: true
10:13:30 [2021-04-02T10:13:30.591Z] === RUN   TestIpcModeOlderClient
10:13:30 [2021-04-02T10:13:30.591Z] === PAUSE TestIpcModeOlderClient
10:13:30 [2021-04-02T10:13:30.591Z] === RUN   TestKillContainerInvalidSignal
10:13:31 [2021-04-02T10:13:31.523Z] === RUN   TestDockerNetworkMacvlan/Addressing
10:13:31 [2021-04-02T10:13:31.970Z] --- PASS: TestKillContainerInvalidSignal (1.38s)
10:13:31 [2021-04-02T10:13:31.970Z] === RUN   TestKillContainer
10:13:31 [2021-04-02T10:13:31.970Z] === RUN   TestKillContainer/no_signal
10:13:32 [2021-04-02T10:13:32.205Z] --- PASS: TestDaemonHostGatewayIP (6.60s)
10:13:32 [2021-04-02T10:13:32.465Z] --- PASS: TestDaemonRestartIpcMode (3.76s)
10:13:32 [2021-04-02T10:13:32.889Z] --- PASS: TestDockerNetworkMacvlan (17.72s)
10:13:32 [2021-04-02T10:13:32.889Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s)
10:13:32 [2021-04-02T10:13:32.889Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s)
10:13:32 [2021-04-02T10:13:32.889Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.99s)
10:13:32 [2021-04-02T10:13:32.889Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.30s)
10:13:32 [2021-04-02T10:13:32.889Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.94s)
10:13:32 [2021-04-02T10:13:32.889Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.61s)
10:13:32 [2021-04-02T10:13:32.889Z] PASS
10:13:32 [2021-04-02T10:13:32.889Z] 
10:13:32 [2021-04-02T10:13:32.889Z] DONE 8 tests in 19.653s
10:13:32 [2021-04-02T10:13:32.889Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
10:13:32 [2021-04-02T10:13:32.889Z] testing: warning: no tests to run
10:13:32 [2021-04-02T10:13:32.889Z] PASS
10:13:32 [2021-04-02T10:13:32.889Z] 
10:13:32 [2021-04-02T10:13:32.889Z] DONE 0 tests in 0.006s
10:13:32 [2021-04-02T10:13:32.889Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
10:13:32 [2021-04-02T10:13:32.889Z] INFO: Testing against a local daemon
10:13:32 [2021-04-02T10:13:32.889Z] === RUN   TestAuthZPluginAllowRequest
10:13:32 [2021-04-02T10:13:32.910Z] === RUN   TestKillContainer/non_killing_signal
10:13:33 [2021-04-02T10:13:33.169Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
10:13:33 [2021-04-02T10:13:33.429Z] === RUN   TestDockerSuite/TestBuildAddTar
10:13:33 [2021-04-02T10:13:33.689Z] === RUN   TestKillContainer/killing_signal
10:13:33 [2021-04-02T10:13:33.949Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
10:13:34 [2021-04-02T10:13:34.677Z] === RUN   TestMiddlewares
10:13:34 [2021-04-02T10:13:34.677Z] --- PASS: TestMiddlewares (0.00s)
10:13:34 [2021-04-02T10:13:34.677Z] PASS
10:13:34 [2021-04-02T10:13:34.677Z] coverage: 9.0% of statements
10:13:34 [2021-04-02T10:13:34.677Z] ok  	github.com/docker/docker/api/server	0.113s	coverage: 9.0% of statements
10:13:34 [2021-04-02T10:13:34.775Z] --- PASS: TestAuthZPluginAllowRequest (1.67s)
10:13:34 [2021-04-02T10:13:34.775Z] === RUN   TestAuthZPluginTLS
10:13:35 [2021-04-02T10:13:35.327Z] --- PASS: TestKillContainer (3.39s)
10:13:35 [2021-04-02T10:13:35.327Z]     --- PASS: TestKillContainer/no_signal (1.02s)
10:13:35 [2021-04-02T10:13:35.327Z]     --- PASS: TestKillContainer/non_killing_signal (0.90s)
10:13:35 [2021-04-02T10:13:35.327Z]     --- PASS: TestKillContainer/killing_signal (1.23s)
10:13:35 [2021-04-02T10:13:35.327Z] === RUN   TestKillWithStopSignalAndRestartPolicies
10:13:35 [2021-04-02T10:13:35.327Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
10:13:35 [2021-04-02T10:13:35.335Z] --- PASS: TestAuthZPluginTLS (0.69s)
10:13:35 [2021-04-02T10:13:35.335Z] === RUN   TestAuthZPluginDenyRequest
10:13:35 [2021-04-02T10:13:35.896Z] --- PASS: TestAuthZPluginDenyRequest (0.65s)
10:13:35 [2021-04-02T10:13:35.896Z] === RUN   TestAuthZPluginAPIDenyResponse
10:13:36 [2021-04-02T10:13:36.457Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.63s)
10:13:36 [2021-04-02T10:13:36.457Z] === RUN   TestAuthZPluginDenyResponse
10:13:36 [2021-04-02T10:13:36.707Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
10:13:37 [2021-04-02T10:13:37.383Z] --- PASS: TestAuthZPluginDenyResponse (0.69s)
10:13:37 [2021-04-02T10:13:37.383Z] === RUN   TestAuthZPluginAllowEventStream
10:13:37 [2021-04-02T10:13:37.645Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.29s)
10:13:37 [2021-04-02T10:13:37.645Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.16s)
10:13:37 [2021-04-02T10:13:37.645Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.94s)
10:13:37 [2021-04-02T10:13:37.645Z] === RUN   TestKillStoppedContainer
10:13:37 [2021-04-02T10:13:37.645Z] --- PASS: TestKillStoppedContainer (0.10s)
10:13:37 [2021-04-02T10:13:37.645Z] === RUN   TestKillStoppedContainerAPIPre120
10:13:37 [2021-04-02T10:13:37.645Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s)
10:13:37 [2021-04-02T10:13:37.645Z] === RUN   TestKillDifferentUserContainer
10:13:38 [2021-04-02T10:13:38.583Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
10:13:38 [2021-04-02T10:13:38.749Z] --- PASS: TestAuthZPluginAllowEventStream (1.57s)
10:13:38 [2021-04-02T10:13:38.749Z] === RUN   TestAuthZPluginErrorResponse
10:13:38 [2021-04-02T10:13:38.842Z] --- PASS: TestKillDifferentUserContainer (1.21s)
10:13:38 [2021-04-02T10:13:38.842Z] === RUN   TestInspectOomKilledTrue
10:13:38 [2021-04-02T10:13:38.842Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
10:13:38 [2021-04-02T10:13:38.842Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
10:13:38 [2021-04-02T10:13:38.842Z] === RUN   TestInspectOomKilledFalse
10:13:38 [2021-04-02T10:13:38.842Z] --- SKIP: TestInspectOomKilledFalse (0.01s)
10:13:38 [2021-04-02T10:13:38.842Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
10:13:38 [2021-04-02T10:13:38.842Z] === RUN   TestLinksEtcHostsContentMatch
10:13:39 [2021-04-02T10:13:39.038Z] --- PASS: TestContainerKillOnDaemonStart (13.65s)
10:13:39 [2021-04-02T10:13:39.038Z] PASS
10:13:39 [2021-04-02T10:13:39.038Z] 
10:13:39 [2021-04-02T10:13:39.038Z] === Skipped
10:13:39 [2021-04-02T10:13:39.038Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
10:13:39 [2021-04-02T10:13:39.038Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
10:13:39 [2021-04-02T10:13:39.038Z] 
10:13:39 [2021-04-02T10:13:39.038Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s)
10:13:39 [2021-04-02T10:13:39.038Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
10:13:39 [2021-04-02T10:13:39.038Z] 
10:13:39 [2021-04-02T10:13:39.038Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s)
10:13:39 [2021-04-02T10:13:39.038Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
10:13:39 [2021-04-02T10:13:39.038Z] 
10:13:39 [2021-04-02T10:13:39.038Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
10:13:39 [2021-04-02T10:13:39.038Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
10:13:39 [2021-04-02T10:13:39.038Z] 
10:13:39 [2021-04-02T10:13:39.038Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
10:13:39 [2021-04-02T10:13:39.038Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
10:13:39 [2021-04-02T10:13:39.038Z] 
10:13:39 [2021-04-02T10:13:39.038Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s)
10:13:39 [2021-04-02T10:13:39.038Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
10:13:39 [2021-04-02T10:13:39.038Z] 
10:13:39 [2021-04-02T10:13:39.038Z] 
10:13:39 [2021-04-02T10:13:39.038Z] DONE 196 tests, 6 skipped in 162.158s
10:13:39 [2021-04-02T10:13:39.038Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
10:13:39 [2021-04-02T10:13:39.038Z] ++ 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
10:13:39 [2021-04-02T10:13:39.038Z] ++ set -e
10:13:39 [2021-04-02T10:13:39.038Z] ++ '[' -n 0 ']'
10:13:39 [2021-04-02T10:13:39.038Z] ++ set -x
10:13:39 [2021-04-02T10:13:39.038Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
10:13:39 [2021-04-02T10:13:39.298Z] INFO: Testing against a local daemon
10:13:39 [2021-04-02T10:13:39.298Z] === RUN   TestCommitInheritsEnv
10:13:39 [2021-04-02T10:13:39.558Z] --- PASS: TestCommitInheritsEnv (0.40s)
10:13:39 [2021-04-02T10:13:39.558Z] === RUN   TestImportExtremelyLargeImageWorks
10:13:39 [2021-04-02T10:13:39.558Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
10:13:39 [2021-04-02T10:13:39.558Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
10:13:39 [2021-04-02T10:13:39.558Z] === RUN   TestImagesFilterMultiReference
10:13:39 [2021-04-02T10:13:39.675Z] --- PASS: TestAuthZPluginErrorResponse (0.66s)
10:13:39 [2021-04-02T10:13:39.675Z] === RUN   TestAuthZPluginErrorRequest
10:13:39 [2021-04-02T10:13:39.818Z] --- PASS: TestImagesFilterMultiReference (0.09s)
10:13:39 [2021-04-02T10:13:39.818Z] === RUN   TestImagePullPlatformInvalid
10:13:39 [2021-04-02T10:13:39.818Z] --- PASS: TestImagePullPlatformInvalid (0.05s)
10:13:39 [2021-04-02T10:13:39.818Z] === RUN   TestRemoveImageOrphaning
10:13:40 [2021-04-02T10:13:40.079Z] --- PASS: TestRemoveImageOrphaning (0.39s)
10:13:40 [2021-04-02T10:13:40.079Z] === RUN   TestRemoveImageGarbageCollector
10:13:40 [2021-04-02T10:13:40.079Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
10:13:40 [2021-04-02T10:13:40.079Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:13:40 [2021-04-02T10:13:40.079Z] === RUN   TestTagUnprefixedRepoByNameOrName
10:13:40 [2021-04-02T10:13:40.236Z] --- PASS: TestAuthZPluginErrorRequest (0.65s)
10:13:40 [2021-04-02T10:13:40.236Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
10:13:40 [2021-04-02T10:13:40.339Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s)
10:13:40 [2021-04-02T10:13:40.339Z] === RUN   TestTagInvalidReference
10:13:40 [2021-04-02T10:13:40.339Z] --- PASS: TestTagInvalidReference (0.03s)
10:13:40 [2021-04-02T10:13:40.339Z] === RUN   TestTagValidPrefixedRepo
10:13:40 [2021-04-02T10:13:40.339Z] --- PASS: TestTagValidPrefixedRepo (0.07s)
10:13:40 [2021-04-02T10:13:40.339Z] === RUN   TestTagExistedNameWithoutForce
10:13:40 [2021-04-02T10:13:40.339Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
10:13:40 [2021-04-02T10:13:40.339Z] === RUN   TestTagOfficialNames
10:13:40 [2021-04-02T10:13:40.339Z] --- PASS: TestTagOfficialNames (0.08s)
10:13:40 [2021-04-02T10:13:40.339Z] === RUN   TestTagMatchesDigest
10:13:40 [2021-04-02T10:13:40.339Z] --- PASS: TestTagMatchesDigest (0.03s)
10:13:40 [2021-04-02T10:13:40.339Z] PASS
10:13:40 [2021-04-02T10:13:40.600Z] 
10:13:40 [2021-04-02T10:13:40.600Z] === Skipped
10:13:40 [2021-04-02T10:13:40.600Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
10:13:40 [2021-04-02T10:13:40.600Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
10:13:40 [2021-04-02T10:13:40.600Z] 
10:13:40 [2021-04-02T10:13:40.600Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
10:13:40 [2021-04-02T10:13:40.600Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:13:40 [2021-04-02T10:13:40.600Z] 
10:13:40 [2021-04-02T10:13:40.600Z] 
10:13:40 [2021-04-02T10:13:40.600Z] DONE 12 tests, 2 skipped in 1.471s
10:13:40 [2021-04-02T10:13:40.600Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
10:13:40 [2021-04-02T10:13:40.600Z] ++ 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
10:13:40 [2021-04-02T10:13:40.600Z] ++ set -e
10:13:40 [2021-04-02T10:13:40.600Z] ++ '[' -n 0 ']'
10:13:40 [2021-04-02T10:13:40.600Z] ++ set -x
10:13:40 [2021-04-02T10:13:40.600Z] ++ env -i DEST=/go/src/github.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
10:13:40 [2021-04-02T10:13:40.600Z] INFO: Testing against a local daemon
10:13:40 [2021-04-02T10:13:40.600Z] === RUN   TestNetworkCreateDelete
10:13:40 [2021-04-02T10:13:40.749Z] --- PASS: TestLinksEtcHostsContentMatch (1.52s)
10:13:40 [2021-04-02T10:13:40.749Z] === RUN   TestLinksContainerNames
10:13:40 [2021-04-02T10:13:40.796Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.70s)
10:13:40 [2021-04-02T10:13:40.796Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
10:13:41 [2021-04-02T10:13:41.540Z] --- PASS: TestNetworkCreateDelete (0.83s)
10:13:41 [2021-04-02T10:13:41.540Z] === RUN   TestDockerNetworkDeletePreferID
10:13:42 [2021-04-02T10:13:42.685Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.88s)
10:13:42 [2021-04-02T10:13:42.685Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
10:13:43 [2021-04-02T10:13:43.285Z] --- PASS: TestLinksContainerNames (2.59s)
10:13:43 [2021-04-02T10:13:43.285Z] === RUN   TestLogsFollowTailEmpty
10:13:44 [2021-04-02T10:13:44.082Z] --- PASS: TestDockerNetworkDeletePreferID (2.55s)
10:13:44 [2021-04-02T10:13:44.082Z] === RUN   TestDaemonDNSFallback
10:13:44 [2021-04-02T10:13:44.223Z] --- PASS: TestLogsFollowTailEmpty (1.24s)
10:13:44 [2021-04-02T10:13:44.223Z] === RUN   TestContainerNetworkMountsNoChown
10:13:44 [2021-04-02T10:13:44.482Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
10:13:44 [2021-04-02T10:13:44.482Z] === RUN   TestDockerSuite/TestBuildAddTarXz
10:13:44 [2021-04-02T10:13:44.573Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.88s)
10:13:44 [2021-04-02T10:13:44.573Z] === RUN   TestAuthZPluginHeader
10:13:45 [2021-04-02T10:13:45.420Z] --- PASS: TestContainerNetworkMountsNoChown (1.09s)
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/default
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/default
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/private
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/private
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/rprivate
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/rprivate
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/slave
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/slave
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/rslave
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/rslave
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/shared
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/shared
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/rshared
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/rshared
10:13:45 [2021-04-02T10:13:45.420Z] === CONT  TestMountDaemonRoot/default
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/default/mount_root
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/default/mount_root
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/default/mount_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/default/bind_root
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/default/bind_root
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/default/bind_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === CONT  TestMountDaemonRoot/default/mount_root
10:13:45 [2021-04-02T10:13:45.420Z] === CONT  TestMountDaemonRoot/rshared
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/rshared/bind_root
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/rshared/mount_root
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === CONT  TestMountDaemonRoot/rshared/bind_root
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
10:13:45 [2021-04-02T10:13:45.420Z] === CONT  TestMountDaemonRoot/shared
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/shared/bind_root
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/shared/bind_root
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/shared/mount_root
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/shared/mount_root
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === CONT  TestMountDaemonRoot/rslave
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/rslave/mount_root
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/rslave/bind_root
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === CONT  TestMountDaemonRoot/slave
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/slave/bind_root
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/slave/bind_root
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/slave/mount_root
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/slave/mount_root
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === CONT  TestMountDaemonRoot/rprivate
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === CONT  TestMountDaemonRoot/private
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/private/bind_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/private/mount_root
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/private/mount_root
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/private/mount_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === RUN   TestMountDaemonRoot/private/bind_root
10:13:45 [2021-04-02T10:13:45.420Z] === PAUSE TestMountDaemonRoot/private/bind_root
10:13:45 [2021-04-02T10:13:45.420Z] === CONT  TestMountDaemonRoot/default/bind_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === CONT  TestMountDaemonRoot/default/bind_root
10:13:45 [2021-04-02T10:13:45.420Z] === CONT  TestMountDaemonRoot/default/mount_subpath
10:13:45 [2021-04-02T10:13:45.420Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
10:13:45 [2021-04-02T10:13:45.500Z] --- PASS: TestAuthZPluginHeader (0.91s)
10:13:45 [2021-04-02T10:13:45.500Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
10:13:45 [2021-04-02T10:13:45.679Z] === CONT  TestMountDaemonRoot/rshared/mount_root
10:13:45 [2021-04-02T10:13:45.679Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
10:13:45 [2021-04-02T10:13:45.679Z] === CONT  TestMountDaemonRoot/shared/bind_root
10:13:45 [2021-04-02T10:13:45.679Z] === CONT  TestMountDaemonRoot/shared/mount_root
10:13:45 [2021-04-02T10:13:45.679Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
10:13:45 [2021-04-02T10:13:45.679Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
10:13:45 [2021-04-02T10:13:45.679Z] === CONT  TestMountDaemonRoot/rslave/mount_root
10:13:45 [2021-04-02T10:13:45.679Z] === CONT  TestMountDaemonRoot/slave/bind_root
10:13:45 [2021-04-02T10:13:45.679Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
10:13:45 [2021-04-02T10:13:45.679Z] === CONT  TestMountDaemonRoot/rslave/bind_root
10:13:45 [2021-04-02T10:13:45.939Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
10:13:45 [2021-04-02T10:13:45.939Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
10:13:45 [2021-04-02T10:13:45.939Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
10:13:45 [2021-04-02T10:13:45.939Z] === CONT  TestMountDaemonRoot/slave/mount_root
10:13:45 [2021-04-02T10:13:45.939Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
10:13:45 [2021-04-02T10:13:45.939Z] === CONT  TestMountDaemonRoot/private/bind_subpath
10:13:45 [2021-04-02T10:13:45.939Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
10:13:45 [2021-04-02T10:13:45.939Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
10:13:45 [2021-04-02T10:13:45.939Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
10:13:45 [2021-04-02T10:13:45.939Z] === CONT  TestMountDaemonRoot/private/bind_root
10:13:45 [2021-04-02T10:13:45.939Z] === CONT  TestMountDaemonRoot/private/mount_subpath
10:13:45 [2021-04-02T10:13:45.939Z] === CONT  TestMountDaemonRoot/private/mount_root
10:13:45 [2021-04-02T10:13:45.939Z] --- PASS: TestMountDaemonRoot (0.03s)
10:13:45 [2021-04-02T10:13:45.939Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.08s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
10:13:45 [2021-04-02T10:13:45.939Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s)
10:13:45 [2021-04-02T10:13:45.939Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
10:13:45 [2021-04-02T10:13:45.939Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s)
10:13:45 [2021-04-02T10:13:45.939Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
10:13:45 [2021-04-02T10:13:45.939Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
10:13:45 [2021-04-02T10:13:45.939Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
10:13:45 [2021-04-02T10:13:45.939Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
10:13:45 [2021-04-02T10:13:45.939Z] === RUN   TestContainerBindMountNonRecursive
10:13:46 [2021-04-02T10:13:46.199Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
10:13:46 [2021-04-02T10:13:46.458Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
10:13:47 [2021-04-02T10:13:47.026Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
10:13:47 [2021-04-02T10:13:47.964Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
10:13:49 [2021-04-02T10:13:49.886Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
10:13:49 [2021-04-02T10:13:49.886Z] --- PASS: TestContainerBindMountNonRecursive (3.71s)
10:13:49 [2021-04-02T10:13:49.886Z] === RUN   TestContainerVolumesMountedAsShared
10:13:50 [2021-04-02T10:13:50.454Z] --- PASS: TestContainerVolumesMountedAsShared (0.68s)
10:13:50 [2021-04-02T10:13:50.454Z] === RUN   TestContainerVolumesMountedAsSlave
10:13:50 [2021-04-02T10:13:50.745Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.67s)
10:13:50 [2021-04-02T10:13:50.746Z] === RUN   TestAuthZPluginV2Disable
10:13:52 [2021-04-02T10:13:52.211Z] --- PASS: TestDaemonDNSFallback (8.11s)
10:13:52 [2021-04-02T10:13:52.211Z] === RUN   TestInspectNetwork
10:13:52 [2021-04-02T10:13:52.359Z] --- PASS: TestContainerVolumesMountedAsSlave (1.66s)
10:13:52 [2021-04-02T10:13:52.359Z] === RUN   TestNetworkNat
10:13:52 [2021-04-02T10:13:52.359Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
10:13:53 [2021-04-02T10:13:53.303Z] --- PASS: TestNetworkNat (1.29s)
10:13:53 [2021-04-02T10:13:53.303Z] === RUN   TestNetworkLocalhostTCPNat
10:13:53 [2021-04-02T10:13:53.872Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
10:13:54 [2021-04-02T10:13:54.812Z] --- PASS: TestNetworkLocalhostTCPNat (1.52s)
10:13:54 [2021-04-02T10:13:54.812Z] === RUN   TestNetworkLoopbackNat
10:13:55 [2021-04-02T10:13:55.071Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
10:13:55 [2021-04-02T10:13:55.997Z] --- PASS: TestAuthZPluginV2Disable (5.94s)
10:13:55 [2021-04-02T10:13:55.997Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
10:13:57 [2021-04-02T10:13:57.493Z] === RUN   TestInspectNetwork/full_network_id
10:13:57 [2021-04-02T10:13:57.493Z] === RUN   TestInspectNetwork/partial_network_id
10:13:57 [2021-04-02T10:13:57.493Z] === RUN   TestInspectNetwork/network_name
10:13:57 [2021-04-02T10:13:57.493Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
10:13:57 [2021-04-02T10:13:57.608Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
10:13:58 [2021-04-02T10:13:58.986Z] --- PASS: TestNetworkLoopbackNat (4.15s)
10:13:58 [2021-04-02T10:13:58.986Z] === RUN   TestPause
10:13:59 [2021-04-02T10:13:59.924Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
10:14:00 [2021-04-02T10:14:00.160Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.59s)
10:14:00 [2021-04-02T10:14:00.160Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
10:14:00 [2021-04-02T10:14:00.539Z] --- PASS: TestPause (1.37s)
10:14:00 [2021-04-02T10:14:00.539Z] === RUN   TestPauseFailsOnWindowsServerContainers
10:14:00 [2021-04-02T10:14:00.539Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
10:14:00 [2021-04-02T10:14:00.539Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
10:14:00 [2021-04-02T10:14:00.539Z] === RUN   TestPauseStopPausedContainer
10:14:01 [2021-04-02T10:14:01.691Z] --- PASS: TestInspectNetwork (9.31s)
10:14:01 [2021-04-02T10:14:01.691Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
10:14:01 [2021-04-02T10:14:01.691Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
10:14:01 [2021-04-02T10:14:01.691Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
10:14:01 [2021-04-02T10:14:01.691Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
10:14:01 [2021-04-02T10:14:01.691Z] === RUN   TestRunContainerWithBridgeNone
10:14:01 [2021-04-02T10:14:01.936Z] --- PASS: TestPauseStopPausedContainer (1.41s)
10:14:01 [2021-04-02T10:14:01.936Z] === RUN   TestPsFilter
10:14:01 [2021-04-02T10:14:01.936Z] --- PASS: TestPsFilter (0.16s)
10:14:01 [2021-04-02T10:14:01.936Z] === RUN   TestRemoveContainerWithRemovedVolume
10:14:02 [2021-04-02T10:14:02.875Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
10:14:03 [2021-04-02T10:14:03.134Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.28s)
10:14:03 [2021-04-02T10:14:03.134Z] === RUN   TestRemoveContainerWithVolume
10:14:03 [2021-04-02T10:14:03.703Z] === RUN   TestDockerSuite/TestBuildBlankName
10:14:04 [2021-04-02T10:14:04.273Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
10:14:04 [2021-04-02T10:14:04.273Z] --- PASS: TestRemoveContainerWithVolume (1.11s)
10:14:04 [2021-04-02T10:14:04.273Z] === RUN   TestRemoveContainerRunning
10:14:04 [2021-04-02T10:14:04.987Z] --- PASS: TestRunContainerWithBridgeNone (3.41s)
10:14:04 [2021-04-02T10:14:04.987Z] === RUN   TestNetworkInvalidJSON
10:14:04 [2021-04-02T10:14:04.987Z] === RUN   TestNetworkInvalidJSON//networks/create
10:14:04 [2021-04-02T10:14:04.987Z] === PAUSE TestNetworkInvalidJSON//networks/create
10:14:04 [2021-04-02T10:14:04.987Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
10:14:04 [2021-04-02T10:14:04.987Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
10:14:04 [2021-04-02T10:14:04.987Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
10:14:04 [2021-04-02T10:14:04.987Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
10:14:04 [2021-04-02T10:14:04.987Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
10:14:04 [2021-04-02T10:14:04.987Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
10:14:04 [2021-04-02T10:14:04.987Z] === CONT  TestNetworkInvalidJSON//networks/create
10:14:04 [2021-04-02T10:14:04.987Z] --- PASS: TestNetworkInvalidJSON (0.03s)
10:14:04 [2021-04-02T10:14:04.987Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
10:14:04 [2021-04-02T10:14:04.987Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
10:14:04 [2021-04-02T10:14:04.987Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
10:14:04 [2021-04-02T10:14:04.987Z] === RUN   TestNetworkList
10:14:04 [2021-04-02T10:14:04.987Z] === RUN   TestNetworkList//networks
10:14:04 [2021-04-02T10:14:04.987Z] === PAUSE TestNetworkList//networks
10:14:04 [2021-04-02T10:14:04.987Z] === RUN   TestNetworkList//networks/
10:14:04 [2021-04-02T10:14:04.987Z] === PAUSE TestNetworkList//networks/
10:14:04 [2021-04-02T10:14:04.987Z] === CONT  TestNetworkList//networks
10:14:04 [2021-04-02T10:14:04.987Z] === CONT  TestNetworkList//networks/
10:14:04 [2021-04-02T10:14:04.987Z] --- PASS: TestNetworkList (0.03s)
10:14:04 [2021-04-02T10:14:04.987Z]     --- PASS: TestNetworkList//networks (0.00s)
10:14:04 [2021-04-02T10:14:04.987Z]     --- PASS: TestNetworkList//networks/ (0.00s)
10:14:04 [2021-04-02T10:14:04.987Z] === RUN   TestHostIPv4BridgeLabel
10:14:05 [2021-04-02T10:14:05.656Z] --- PASS: TestRemoveContainerRunning (1.24s)
10:14:05 [2021-04-02T10:14:05.656Z] === RUN   TestRemoveContainerForceRemoveRunning
10:14:05 [2021-04-02T10:14:05.915Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
10:14:06 [2021-04-02T10:14:06.369Z] --- PASS: TestHostIPv4BridgeLabel (1.53s)
10:14:06 [2021-04-02T10:14:06.369Z] === RUN   TestDaemonRestartWithLiveRestore
10:14:06 [2021-04-02T10:14:06.852Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.15s)
10:14:06 [2021-04-02T10:14:06.852Z] === RUN   TestRemoveInvalidContainer
10:14:06 [2021-04-02T10:14:06.852Z] --- PASS: TestRemoveInvalidContainer (0.03s)
10:14:06 [2021-04-02T10:14:06.852Z] === RUN   TestRenameLinkedContainer
10:14:06 [2021-04-02T10:14:06.852Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
10:14:07 [2021-04-02T10:14:07.420Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
10:14:09 [2021-04-02T10:14:09.668Z] --- PASS: TestDaemonRestartWithLiveRestore (2.65s)
10:14:09 [2021-04-02T10:14:09.668Z] === RUN   TestDaemonDefaultNetworkPools
10:14:09 [2021-04-02T10:14:09.956Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
10:14:10 [2021-04-02T10:14:10.525Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
10:14:10 [2021-04-02T10:14:10.784Z] --- PASS: TestRenameLinkedContainer (4.11s)
10:14:10 [2021-04-02T10:14:10.784Z] === RUN   TestRenameStoppedContainer
10:14:11 [2021-04-02T10:14:11.352Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
10:14:11 [2021-04-02T10:14:11.577Z] --- PASS: TestDaemonDefaultNetworkPools (2.22s)
10:14:11 [2021-04-02T10:14:11.577Z] === RUN   TestDaemonRestartWithExistingNetwork
10:14:11 [2021-04-02T10:14:11.920Z] --- PASS: TestRenameStoppedContainer (1.00s)
10:14:11 [2021-04-02T10:14:11.920Z] === RUN   TestRenameRunningContainerAndReuse
10:14:12 [2021-04-02T10:14:12.329Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.62s)
10:14:12 [2021-04-02T10:14:12.329Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
10:14:13 [2021-04-02T10:14:13.825Z] --- PASS: TestRenameRunningContainerAndReuse (1.97s)
10:14:13 [2021-04-02T10:14:13.825Z] === RUN   TestRenameInvalidName
10:14:14 [2021-04-02T10:14:14.088Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
10:14:14 [2021-04-02T10:14:14.873Z] --- PASS: TestDaemonRestartWithExistingNetwork (3.47s)
10:14:14 [2021-04-02T10:14:14.873Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
10:14:15 [2021-04-02T10:14:15.026Z] --- PASS: TestRenameInvalidName (0.97s)
10:14:15 [2021-04-02T10:14:15.026Z] === RUN   TestRenameAnonymousContainer
10:14:16 [2021-04-02T10:14:16.409Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
10:14:17 [2021-04-02T10:14:17.478Z] Created binary: bundles/binary-daemon/dockerd-dev
10:14:17 [2021-04-02T10:14:17.478Z] Copying nested executables into bundles/binary-daemon
10:14:17 [2021-04-02T10:14:17.792Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
10:14:18 [2021-04-02T10:14:18.844Z] 
10:14:19 [2021-04-02T10:14:19.703Z] --- PASS: TestRenameAnonymousContainer (4.49s)
10:14:19 [2021-04-02T10:14:19.703Z] === RUN   TestRenameContainerWithSameName
10:14:19 [2021-04-02T10:14:19.703Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
10:14:20 [2021-04-02T10:14:20.154Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (4.52s)
10:14:20 [2021-04-02T10:14:20.154Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
10:14:20 [2021-04-02T10:14:20.641Z] --- PASS: TestRenameContainerWithSameName (1.11s)
10:14:20 [2021-04-02T10:14:20.641Z] === RUN   TestRenameContainerWithLinkedContainer
10:14:20 [2021-04-02T10:14:20.725Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (1.32s)
10:14:20 [2021-04-02T10:14:20.725Z] === RUN   TestServiceWithPredefinedNetwork
10:14:21 [2021-04-02T10:14:21.209Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
10:14:22 [2021-04-02T10:14:22.448Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42182/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 -e DOCKER_GRAPHDRIVER docker:7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 hack/make.sh cross
10:14:23 [2021-04-02T10:14:23.009Z] 
10:14:23 [2021-04-02T10:14:23.009Z] Removing bundles/
10:14:23 [2021-04-02T10:14:23.009Z] 
10:14:23 [2021-04-02T10:14:23.009Z] ---> Making bundle: cross (in bundles/cross)
10:14:23 [2021-04-02T10:14:23.009Z] Cross building: bundles/cross/linux/amd64
10:14:23 [2021-04-02T10:14:23.009Z] Building: bundles/cross/linux/amd64/dockerd-dev
10:14:23 [2021-04-02T10:14:23.009Z] GOOS="linux" GOARCH="amd64" GOARM=""
10:14:23 [2021-04-02T10:14:23.747Z] --- PASS: TestRenameContainerWithLinkedContainer (2.83s)
10:14:23 [2021-04-02T10:14:23.747Z] === RUN   TestResize
10:14:24 [2021-04-02T10:14:24.057Z] --- PASS: TestServiceWithPredefinedNetwork (3.25s)
10:14:24 [2021-04-02T10:14:24.057Z] === RUN   TestServiceRemoveKeepsIngressNetwork
10:14:24 [2021-04-02T10:14:24.057Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
10:14:24 [2021-04-02T10:14:24.057Z]     service_test.go:242: FLAKY_TEST
10:14:24 [2021-04-02T10:14:24.057Z] === RUN   TestServiceWithDataPathPortInit
10:14:24 [2021-04-02T10:14:24.686Z] --- PASS: TestResize (1.30s)
10:14:24 [2021-04-02T10:14:24.686Z] === RUN   TestResizeWithInvalidSize
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestBoolValue
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestBoolValue (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestBoolValueOrDefault
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestBoolValueOrDefault (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestInt64ValueOrZero
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestInt64ValueOrZero (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestInt64ValueOrDefault
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestInt64ValueOrDefault (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestInt64ValueOrDefaultWithError
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestJsonContentType
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestJsonContentType (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] PASS
10:14:25 [2021-04-02T10:14:25.598Z] coverage: 14.7% of statements
10:14:25 [2021-04-02T10:14:25.598Z] ok  	github.com/docker/docker/api/server/httputils	0.050s	coverage: 14.7% of statements
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestMaskSecretKeys
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestMaskSecretKeys/secret/config_create_and_update_requests
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestMaskSecretKeys/masking_other_fields_(recursively)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestMaskSecretKeys/case_insensitive_field_matching
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestMaskSecretKeys (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z]     --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z]     --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z]     --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestVersionMiddlewareVersion
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestVersionMiddlewareVersion (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestVersionMiddlewareWithErrorsReturnsHeaders
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] PASS
10:14:25 [2021-04-02T10:14:25.598Z] coverage: 37.7% of statements
10:14:25 [2021-04-02T10:14:25.598Z] ok  	github.com/docker/docker/api/server/middleware	0.114s	coverage: 37.7% of statements
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/server/router	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestStrSliceMarshalJSON
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestStrSliceMarshalJSON (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestStrSliceUnmarshalJSON
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestStrSliceUnmarshalString
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestStrSliceUnmarshalString (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestStrSliceUnmarshalSlice
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] PASS
10:14:25 [2021-04-02T10:14:25.598Z] coverage: 90.0% of statements
10:14:25 [2021-04-02T10:14:25.598Z] ok  	github.com/docker/docker/api/types/strslice	0.039s	coverage: 90.0% of statements
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestToJSON
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestToJSON (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestToParamWithVersion
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestToParamWithVersion (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestFromJSON
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestFromJSON (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestEmpty
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestEmpty (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestArgsMatchKVListEmptySources
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestArgsMatchKVList
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestArgsMatchKVList (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestArgsMatch
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestArgsMatch (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestAdd
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestAdd (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestDel
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestDel (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestLen
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestLen (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestExactMatch
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestExactMatch (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestOnlyOneExactMatch
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestOnlyOneExactMatch (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestContains
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestContains (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestValidate
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestValidate (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestWalkValues
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestWalkValues (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestFuzzyMatch
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestFuzzyMatch (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestClone
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestClone (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] PASS
10:14:25 [2021-04-02T10:14:25.598Z] coverage: 92.2% of statements
10:14:25 [2021-04-02T10:14:25.598Z] ok  	github.com/docker/docker/api/types/filters	0.040s	coverage: 92.2% of statements
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestAdjustForAPIVersion
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestAdjustForAPIVersion (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] PASS
10:14:25 [2021-04-02T10:14:25.598Z] coverage: 5.7% of statements
10:14:25 [2021-04-02T10:14:25.598Z] ok  	github.com/docker/docker/api/server/router/swarm	0.071s	coverage: 5.7% of statements
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/types	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/types/container	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/types/events	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/types/image	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/types/network	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestDurationToSecondsString
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestDurationToSecondsString (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestGetTimestamp
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestGetTimestamp (0.14s)
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestParseTimestamps
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestParseTimestamps (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] PASS
10:14:25 [2021-04-02T10:14:25.598Z] coverage: 100.0% of statements
10:14:25 [2021-04-02T10:14:25.598Z] ok  	github.com/docker/docker/api/types/time	0.181s	coverage: 100.0% of statements
10:14:25 [2021-04-02T10:14:25.598Z] === RUN   TestCompareVersion
10:14:25 [2021-04-02T10:14:25.598Z] --- PASS: TestCompareVersion (0.00s)
10:14:25 [2021-04-02T10:14:25.598Z] PASS
10:14:25 [2021-04-02T10:14:25.598Z] coverage: 75.0% of statements
10:14:25 [2021-04-02T10:14:25.598Z] ok  	github.com/docker/docker/api/types/versions	0.043s	coverage: 75.0% of statements
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/builder	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
10:14:25 [2021-04-02T10:14:25.598Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
10:14:26 [2021-04-02T10:14:26.067Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
10:14:26 [2021-04-02T10:14:26.067Z] --- PASS: TestResizeWithInvalidSize (1.49s)
10:14:26 [2021-04-02T10:14:26.067Z] === RUN   TestResizeWhenContainerNotStarted
10:14:26 [2021-04-02T10:14:26.636Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
10:14:27 [2021-04-02T10:14:27.169Z] === RUN   TestParseRemoteURL
10:14:27 [2021-04-02T10:14:27.169Z] === RUN   TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment
10:14:27 [2021-04-02T10:14:27.169Z] === RUN   TestParseRemoteURL/git_scheme,_no_url-fragment
10:14:27 [2021-04-02T10:14:27.169Z] === RUN   TestParseRemoteURL/git_scheme,_with_url-fragment
10:14:27 [2021-04-02T10:14:27.169Z] === RUN   TestParseRemoteURL/https_scheme,_no_url-fragment
10:14:27 [2021-04-02T10:14:27.169Z] === RUN   TestParseRemoteURL/https_scheme,_with_url-fragment
10:14:27 [2021-04-02T10:14:27.169Z] === RUN   TestParseRemoteURL/git@,_no_url-fragment
10:14:27 [2021-04-02T10:14:27.169Z] === RUN   TestParseRemoteURL/git@,_with_url-fragment
10:14:27 [2021-04-02T10:14:27.169Z] === RUN   TestParseRemoteURL/ssh,_no_url-fragment
10:14:27 [2021-04-02T10:14:27.169Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment
10:14:27 [2021-04-02T10:14:27.169Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment_and_user
10:14:27 [2021-04-02T10:14:27.169Z] --- PASS: TestParseRemoteURL (0.00s)
10:14:27 [2021-04-02T10:14:27.169Z]     --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s)
10:14:27 [2021-04-02T10:14:27.169Z]     --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s)
10:14:27 [2021-04-02T10:14:27.169Z]     --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s)
10:14:27 [2021-04-02T10:14:27.169Z]     --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s)
10:14:27 [2021-04-02T10:14:27.169Z]     --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s)
10:14:27 [2021-04-02T10:14:27.169Z]     --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s)
10:14:27 [2021-04-02T10:14:27.169Z]     --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s)
10:14:27 [2021-04-02T10:14:27.169Z]     --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s)
10:14:27 [2021-04-02T10:14:27.169Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s)
10:14:27 [2021-04-02T10:14:27.169Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s)
10:14:27 [2021-04-02T10:14:27.169Z] === RUN   TestCloneArgsSmartHttp
10:14:27 [2021-04-02T10:14:27.169Z] --- PASS: TestCloneArgsSmartHttp (0.01s)
10:14:27 [2021-04-02T10:14:27.169Z] === RUN   TestCloneArgsDumbHttp
10:14:27 [2021-04-02T10:14:27.169Z] --- PASS: TestCloneArgsDumbHttp (0.00s)
10:14:27 [2021-04-02T10:14:27.169Z] === RUN   TestCloneArgsGit
10:14:27 [2021-04-02T10:14:27.169Z] --- PASS: TestCloneArgsGit (0.00s)
10:14:27 [2021-04-02T10:14:27.169Z] === RUN   TestCheckoutGit
10:14:27 [2021-04-02T10:14:27.205Z] --- PASS: TestResizeWhenContainerNotStarted (1.17s)
10:14:27 [2021-04-02T10:14:27.205Z] === RUN   TestDaemonRestartKillContainers
10:14:27 [2021-04-02T10:14:27.205Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
10:14:27 [2021-04-02T10:14:27.205Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
10:14:27 [2021-04-02T10:14:27.205Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
10:14:27 [2021-04-02T10:14:27.205Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
10:14:27 [2021-04-02T10:14:27.205Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
10:14:27 [2021-04-02T10:14:27.205Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
10:14:27 [2021-04-02T10:14:27.205Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
10:14:27 [2021-04-02T10:14:27.205Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
10:14:27 [2021-04-02T10:14:27.205Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
10:14:27 [2021-04-02T10:14:27.205Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
10:14:27 [2021-04-02T10:14:27.205Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
10:14:27 [2021-04-02T10:14:27.205Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
10:14:27 [2021-04-02T10:14:27.205Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
10:14:27 [2021-04-02T10:14:27.205Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
10:14:27 [2021-04-02T10:14:27.205Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
10:14:27 [2021-04-02T10:14:27.205Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
10:14:27 [2021-04-02T10:14:27.205Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
10:14:27 [2021-04-02T10:14:27.205Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
10:14:27 [2021-04-02T10:14:27.205Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
10:14:27 [2021-04-02T10:14:27.205Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
10:14:27 [2021-04-02T10:14:27.205Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
10:14:27 [2021-04-02T10:14:27.205Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
10:14:27 [2021-04-02T10:14:27.205Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
10:14:27 [2021-04-02T10:14:27.205Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
10:14:27 [2021-04-02T10:14:27.205Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
10:14:27 [2021-04-02T10:14:27.205Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
10:14:28 [2021-04-02T10:14:28.741Z] === RUN   TestEnable
10:14:28 [2021-04-02T10:14:28.741Z] --- PASS: TestEnable (0.00s)
10:14:28 [2021-04-02T10:14:28.741Z] === RUN   TestDisable
10:14:28 [2021-04-02T10:14:28.741Z] --- PASS: TestDisable (0.00s)
10:14:28 [2021-04-02T10:14:28.741Z] === RUN   TestEnabled
10:14:28 [2021-04-02T10:14:28.741Z] --- PASS: TestEnabled (0.00s)
10:14:28 [2021-04-02T10:14:28.741Z] PASS
10:14:28 [2021-04-02T10:14:28.741Z] coverage: 100.0% of statements
10:14:28 [2021-04-02T10:14:28.741Z] ok  	github.com/docker/docker/cli/debug	0.048s	coverage: 100.0% of statements
10:14:29 [2021-04-02T10:14:29.216Z] === RUN   TestProcessShouldRemoveDockerfileDockerignore
10:14:29 [2021-04-02T10:14:29.216Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s)
10:14:29 [2021-04-02T10:14:29.216Z] === RUN   TestProcessNoDockerignore
10:14:29 [2021-04-02T10:14:29.216Z] --- PASS: TestProcessNoDockerignore (0.00s)
10:14:29 [2021-04-02T10:14:29.216Z] === RUN   TestProcessShouldLeaveAllFiles
10:14:29 [2021-04-02T10:14:29.216Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s)
10:14:29 [2021-04-02T10:14:29.216Z] === RUN   TestDetectContentType
10:14:29 [2021-04-02T10:14:29.216Z] --- PASS: TestDetectContentType (0.00s)
10:14:29 [2021-04-02T10:14:29.216Z] === RUN   TestSelectAcceptableMIME
10:14:29 [2021-04-02T10:14:29.216Z] --- PASS: TestSelectAcceptableMIME (0.00s)
10:14:29 [2021-04-02T10:14:29.216Z] === RUN   TestInspectEmptyResponse
10:14:29 [2021-04-02T10:14:29.216Z] --- PASS: TestInspectEmptyResponse (0.00s)
10:14:29 [2021-04-02T10:14:29.216Z] === RUN   TestInspectResponseBinary
10:14:29 [2021-04-02T10:14:29.216Z] --- PASS: TestInspectResponseBinary (0.00s)
10:14:29 [2021-04-02T10:14:29.216Z] === RUN   TestResponseUnsupportedContentType
10:14:29 [2021-04-02T10:14:29.216Z] --- PASS: TestResponseUnsupportedContentType (0.00s)
10:14:29 [2021-04-02T10:14:29.216Z] === RUN   TestInspectResponseTextSimple
10:14:29 [2021-04-02T10:14:29.216Z] --- PASS: TestInspectResponseTextSimple (0.00s)
10:14:29 [2021-04-02T10:14:29.216Z] === RUN   TestInspectResponseEmptyContentType
10:14:29 [2021-04-02T10:14:29.216Z] --- PASS: TestInspectResponseEmptyContentType (0.00s)
10:14:29 [2021-04-02T10:14:29.216Z] === RUN   TestUnknownContentLength
10:14:29 [2021-04-02T10:14:29.216Z] --- PASS: TestUnknownContentLength (0.00s)
10:14:29 [2021-04-02T10:14:29.216Z] === RUN   TestDownloadRemote
10:14:29 [2021-04-02T10:14:29.216Z] --- PASS: TestDownloadRemote (0.07s)
10:14:29 [2021-04-02T10:14:29.216Z] === RUN   TestGetWithStatusError
10:14:29 [2021-04-02T10:14:29.216Z] --- PASS: TestGetWithStatusError (0.00s)
10:14:29 [2021-04-02T10:14:29.216Z] === RUN   TestCloseRootDirectory
10:14:29 [2021-04-02T10:14:29.216Z] --- SKIP: TestCloseRootDirectory (0.00s)
10:14:29 [2021-04-02T10:14:29.216Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
10:14:29 [2021-04-02T10:14:29.216Z] === RUN   TestHashFile
10:14:29 [2021-04-02T10:14:29.216Z] --- SKIP: TestHashFile (0.00s)
10:14:29 [2021-04-02T10:14:29.216Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
10:14:29 [2021-04-02T10:14:29.216Z] === RUN   TestHashSubdir
10:14:29 [2021-04-02T10:14:29.216Z] --- SKIP: TestHashSubdir (0.00s)
10:14:29 [2021-04-02T10:14:29.216Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
10:14:29 [2021-04-02T10:14:29.216Z] === RUN   TestRemoveDirectory
10:14:29 [2021-04-02T10:14:29.216Z] --- SKIP: TestRemoveDirectory (0.00s)
10:14:29 [2021-04-02T10:14:29.216Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
10:14:29 [2021-04-02T10:14:29.216Z] PASS
10:14:29 [2021-04-02T10:14:29.216Z] coverage: 9.3% of statements
10:14:29 [2021-04-02T10:14:29.216Z] ok  	github.com/docker/docker/builder/remotecontext	0.294s	coverage: 9.3% of statements
10:14:29 [2021-04-02T10:14:29.686Z] === RUN   TestGetAllAllowed
10:14:29 [2021-04-02T10:14:29.686Z] --- PASS: TestGetAllAllowed (0.00s)
10:14:29 [2021-04-02T10:14:29.686Z] === RUN   TestGetAllMeta
10:14:29 [2021-04-02T10:14:29.686Z] --- PASS: TestGetAllMeta (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestWarnOnUnusedBuildArgs
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestIsUnreferencedBuiltin
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestIsUnreferencedBuiltin (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestIsExistingDirectory
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestIsExistingDirectory (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestGetFilenameForDownload
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestGetFilenameForDownload (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestEnv2Variables
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestEnv2Variables (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestEnvValueWithExistingRunConfigEnv
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestMaintainer
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestMaintainer (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestLabel
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestLabel (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestFromScratch
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestFromScratch (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestFromWithArg
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestFromWithArg (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestFromWithArgButBuildArgsNotGiven
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestFromWithUndefinedArg
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestFromWithUndefinedArg (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestFromMultiStageWithNamedStage
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestOnbuild
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestOnbuild (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestWorkdir
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestWorkdir (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestCmd
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestCmd (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestHealthcheckNone
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestHealthcheckNone (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestHealthcheckCmd
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestHealthcheckCmd (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestEntrypoint
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestEntrypoint (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestExpose
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestExpose (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestUser
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestUser (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestVolume
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestVolume (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestStopSignal
10:14:29 [2021-04-02T10:14:29.687Z] --- SKIP: TestStopSignal (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z]     dispatchers_test.go:377: Windows does not support stopsignal
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestArg
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestArg (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestShell
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestShell (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestPrependEnvOnCmd
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestPrependEnvOnCmd (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestRunWithBuildArgs
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestRunWithBuildArgs (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestRunIgnoresHealthcheck
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestRunIgnoresHealthcheck (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestDispatchUnsupportedOptions
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestDispatchUnsupportedOptions/ADD_with_chmod
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestDispatchUnsupportedOptions/COPY_with_chmod
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestDispatchUnsupportedOptions/RUN_with_unsupported_options
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestDispatchUnsupportedOptions (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z]     --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z]     --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z]     --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestNormalizeWorkdir
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestNormalizeWorkdir (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestDispatch
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestDispatch/ADD_multiple_files_to_file
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestDispatch/Wildcard_ADD_multiple_files_to_file
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestDispatch/COPY_multiple_files_to_file
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestDispatch/ADD_multiple_files_to_file_with_whitespace
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestDispatch/COPY_multiple_files_to_file_with_whitespace
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestDispatch/COPY_wildcard_no_files
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestDispatch/COPY_url
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestDispatch (0.06s)
10:14:29 [2021-04-02T10:14:29.687Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s)
10:14:29 [2021-04-02T10:14:29.687Z]     --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s)
10:14:29 [2021-04-02T10:14:29.687Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s)
10:14:29 [2021-04-02T10:14:29.687Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s)
10:14:29 [2021-04-02T10:14:29.687Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s)
10:14:29 [2021-04-02T10:14:29.687Z]     --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z]     --- PASS: TestDispatch/COPY_url (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestAddScratchImageAddsToMounts
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestAddFromScratchPopulatesPlatform
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestAddFromScratchDoesNotModifyArgPlatform
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestAddFromScratchPopulatesPlatformIfNil
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestImageSourceGetAddsToMounts
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestEmptyDockerfile
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestEmptyDockerfile (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestSymlinkDockerfile
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestSymlinkDockerfile (0.01s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestDockerfileOutsideTheBuildContext
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.01s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestNonExistingDockerfile
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestNonExistingDockerfile (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestCopyRunConfig
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestCopyRunConfig (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestDeepCopyRunConfig
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestDeepCopyRunConfig (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestExportImage
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestExportImage (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] === RUN   TestNormalizeDest
10:14:29 [2021-04-02T10:14:29.687Z] --- PASS: TestNormalizeDest (0.00s)
10:14:29 [2021-04-02T10:14:29.687Z] PASS
10:14:29 [2021-04-02T10:14:29.687Z] coverage: 46.8% of statements
10:14:29 [2021-04-02T10:14:29.687Z] ok  	github.com/docker/docker/builder/dockerfile	0.233s	coverage: 46.8% of statements
10:14:29 [2021-04-02T10:14:29.746Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
10:14:30 [2021-04-02T10:14:30.158Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
10:14:30 [2021-04-02T10:14:30.359Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.90s)
10:14:30 [2021-04-02T10:14:30.359Z] PASS
10:14:30 [2021-04-02T10:14:30.359Z] 
10:14:30 [2021-04-02T10:14:30.359Z] DONE 17 tests in 55.325s
10:14:30 [2021-04-02T10:14:30.359Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
10:14:30 [2021-04-02T10:14:30.359Z] INFO: Testing against a local daemon
10:14:30 [2021-04-02T10:14:30.359Z] === RUN   TestPluginInvalidJSON
10:14:30 [2021-04-02T10:14:30.359Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
10:14:30 [2021-04-02T10:14:30.359Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
10:14:30 [2021-04-02T10:14:30.359Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
10:14:30 [2021-04-02T10:14:30.359Z] --- PASS: TestPluginInvalidJSON (0.01s)
10:14:30 [2021-04-02T10:14:30.359Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
10:14:30 [2021-04-02T10:14:30.359Z] === RUN   TestPluginInstall
10:14:30 [2021-04-02T10:14:30.359Z] === RUN   TestPluginInstall/no_auth
10:14:30 [2021-04-02T10:14:30.359Z] time="2021-04-02T10:14:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:14:30 [2021-04-02T10:14:30.359Z] time="2021-04-02T10:14:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3aa7c31c893cb99d1d674db2b9504b6e550ddf77af8abbf06e49030a6738c747" mediatype=application/vnd.docker.plugin.v1+json size=522
10:14:30 [2021-04-02T10:14:30.359Z] time="2021-04-02T10:14:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:14:30 [2021-04-02T10:14:30.359Z] time="2021-04-02T10:14:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3aa7c31c893cb99d1d674db2b9504b6e550ddf77af8abbf06e49030a6738c747" mediatype=application/vnd.docker.plugin.v1+json size=522
10:14:30 [2021-04-02T10:14:30.359Z] === RUN   TestPluginInstall/with_htpasswd
10:14:30 [2021-04-02T10:14:30.919Z] time="2021-04-02T10:14:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:14:30 [2021-04-02T10:14:30.919Z] time="2021-04-02T10:14:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e05ae7cc2589949a7e9ba508b28af97771dd842d754eb8bf7bc52117993b9e07" mediatype=application/vnd.docker.plugin.v1+json size=522
10:14:30 [2021-04-02T10:14:30.919Z] time="2021-04-02T10:14:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:14:30 [2021-04-02T10:14:30.919Z] time="2021-04-02T10:14:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e05ae7cc2589949a7e9ba508b28af97771dd842d754eb8bf7bc52117993b9e07" mediatype=application/vnd.docker.plugin.v1+json size=522
10:14:31 [2021-04-02T10:14:31.127Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
10:14:31 [2021-04-02T10:14:31.127Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
10:14:31 [2021-04-02T10:14:31.175Z] === RUN   TestPluginInstall/with_insecure
10:14:32 [2021-04-02T10:14:32.536Z] time="2021-04-02T10:14:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:14:32 [2021-04-02T10:14:32.536Z] time="2021-04-02T10:14:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b751e7a5bdc2baa8fe7e5caf6f47fd59bc595aad0fa3bbfcc21470104ce291b6" mediatype=application/vnd.docker.plugin.v1+json size=522
10:14:32 [2021-04-02T10:14:32.536Z] time="2021-04-02T10:14:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:14:32 [2021-04-02T10:14:32.536Z] time="2021-04-02T10:14:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b751e7a5bdc2baa8fe7e5caf6f47fd59bc595aad0fa3bbfcc21470104ce291b6" mediatype=application/vnd.docker.plugin.v1+json size=522
10:14:32 [2021-04-02T10:14:32.536Z] --- PASS: TestPluginInstall (4.29s)
10:14:32 [2021-04-02T10:14:32.536Z]     --- PASS: TestPluginInstall/no_auth (2.07s)
10:14:32 [2021-04-02T10:14:32.536Z]     --- PASS: TestPluginInstall/with_htpasswd (0.79s)
10:14:32 [2021-04-02T10:14:32.536Z]     --- PASS: TestPluginInstall/with_insecure (1.42s)
10:14:32 [2021-04-02T10:14:32.536Z]         plugin_test.go:160: [da59019b9a260] daemon is not started
10:14:32 [2021-04-02T10:14:32.536Z] === RUN   TestPluginsWithRuntimes
10:14:33 [2021-04-02T10:14:33.666Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
10:14:33 [2021-04-02T10:14:33.666Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
10:14:34 [2021-04-02T10:14:34.423Z] === RUN   TestPluginsWithRuntimes/No_Args
10:14:35 [2021-04-02T10:14:35.574Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
10:14:35 [2021-04-02T10:14:35.786Z] === RUN   TestPluginsWithRuntimes/With_Args
10:14:35 [2021-04-02T10:14:35.833Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
10:14:37 [2021-04-02T10:14:37.672Z] --- PASS: TestPluginsWithRuntimes (4.97s)
10:14:37 [2021-04-02T10:14:37.672Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.50s)
10:14:37 [2021-04-02T10:14:37.672Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.56s)
10:14:37 [2021-04-02T10:14:37.672Z] PASS
10:14:37 [2021-04-02T10:14:37.672Z] 
10:14:37 [2021-04-02T10:14:37.672Z] DONE 9 tests in 9.318s
10:14:37 [2021-04-02T10:14:37.672Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
10:14:37 [2021-04-02T10:14:37.672Z] INFO: Testing against a local daemon
10:14:37 [2021-04-02T10:14:37.672Z] === RUN   TestExternalGraphDriver
10:14:37 [2021-04-02T10:14:37.672Z] === RUN   TestExternalGraphDriver/json
10:14:40 [2021-04-02T10:14:40.037Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
10:14:40 [2021-04-02T10:14:40.185Z] === RUN   TestExternalGraphDriver/spec
10:14:40 [2021-04-02T10:14:40.297Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestCheckpointCreateError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestCheckpointCreateError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestCheckpointCreate
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestCheckpointCreate (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestCheckpointDeleteError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestCheckpointDeleteError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestCheckpointDelete
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestCheckpointDelete (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestCheckpointListError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestCheckpointListError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestCheckpointList
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestCheckpointList (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestCheckpointListContainerNotFound
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestCheckpointListContainerNotFound (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestNewClientWithOpsFromEnv
10:14:40 [2021-04-02T10:14:40.614Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z]     client_test.go:23: runtime.GOOS == "windows"
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestGetAPIPath
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestGetAPIPath (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestParseHostURL
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestParseHostURL (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestNewClientWithOpsFromEnvSetsDefaultVersion
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestNegotiateAPIVersionEmpty
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestNegotiateAPIVersion
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestNegotiateAPIVersion (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestNegotiateAPVersionOverride
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestNegotiateAPVersionOverride (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestNegotiateAPIVersionAutomatic
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestNegotiateAPIVersionWithEmptyVersion
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestNegotiateAPIVersionWithFixedVersion
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestClientRedirect
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestClientRedirect (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestConfigCreateUnsupported
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestConfigCreateUnsupported (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestConfigCreateError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestConfigCreateError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestConfigCreate
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestConfigCreate (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestConfigInspectNotFound
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestConfigInspectNotFound (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestConfigInspectWithEmptyID
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestConfigInspectWithEmptyID (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestConfigInspectUnsupported
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestConfigInspectUnsupported (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestConfigInspectError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestConfigInspectError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestConfigInspectConfigNotFound
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestConfigInspectConfigNotFound (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestConfigInspect
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestConfigInspect (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestConfigListUnsupported
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestConfigListUnsupported (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestConfigListError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestConfigListError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestConfigList
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestConfigList (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestConfigRemoveUnsupported
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestConfigRemoveUnsupported (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestConfigRemoveError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestConfigRemoveError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestConfigRemove
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestConfigRemove (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestConfigUpdateUnsupported
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestConfigUpdateUnsupported (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestConfigUpdateError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestConfigUpdateError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestConfigUpdate
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestConfigUpdate (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerCommitError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerCommitError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerCommit
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerCommit (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerStatPathError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerStatPathError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerStatPathNotFoundError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerStatPathNotFoundError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerStatPathNoHeaderError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerStatPath
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerStatPath (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestCopyToContainerError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestCopyToContainerError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestCopyToContainerNotFoundError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestCopyToContainerNotFoundError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestCopyToContainerNotStatusOKError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestCopyToContainer
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestCopyToContainer (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestCopyFromContainerError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestCopyFromContainerError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestCopyFromContainerNotFoundError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestCopyFromContainerNotStatusOKError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestCopyFromContainerNoHeaderError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestCopyFromContainer
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestCopyFromContainer (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerCreateError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerCreateError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerCreateImageNotFound
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerCreateImageNotFound (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerCreateWithName
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerCreateWithName (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerCreateAutoRemove
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerCreateAutoRemove (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerDiffError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerDiffError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerDiff
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerDiff (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerExecCreateError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerExecCreateError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerExecCreate
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerExecCreate (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerExecStartError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerExecStartError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerExecStart
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerExecStart (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerExecInspectError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerExecInspectError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerExecInspect
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerExecInspect (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerExportError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerExportError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerExport
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerExport (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerInspectError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerInspectError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerInspectContainerNotFound
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerInspectContainerNotFound (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerInspectWithEmptyID
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerInspectWithEmptyID (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerInspect
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerInspect (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerInspectNode
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerInspectNode (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerKillError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerKillError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerKill
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerKill (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerListError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerListError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerList
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerList (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerLogsNotFoundError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerLogsNotFoundError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerLogsError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerLogsError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerLogs
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerLogs (0.16s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerPauseError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerPauseError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerPause
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerPause (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainersPruneError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainersPruneError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainersPrune
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainersPrune (0.01s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerRemoveError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerRemoveError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerRemoveNotFoundError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerRemoveNotFoundError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerRemove
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerRemove (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerRenameError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerRenameError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerRename
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerRename (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerResizeError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerResizeError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerExecResizeError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerExecResizeError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerResize
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerResize (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerExecResize
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerExecResize (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerRestartError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerRestartError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerRestart
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerRestart (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerStartError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerStartError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerStart
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerStart (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerStatsError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerStatsError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerStats
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerStats (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerStopError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerStopError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerStop
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerStop (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerTopError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerTopError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerTop
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerTop (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerUnpauseError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerUnpauseError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerUnpause
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerUnpause (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerUpdateError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerUpdateError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerUpdate
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerUpdate (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerWaitError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerWaitError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestContainerWait
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestContainerWait (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestDiskUsageError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestDiskUsageError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestDiskUsage
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestDiskUsage (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestDistributionInspectUnsupported
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestDistributionInspectUnsupported (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestDistributionInspectWithEmptyID
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestEventsErrorInOptions
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestEventsErrorInOptions (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestEventsErrorFromServer
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestEventsErrorFromServer (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestEvents
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestEvents (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestTLSCloseWriter
10:14:40 [2021-04-02T10:14:40.614Z] === PAUSE TestTLSCloseWriter
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageBuildError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageBuildError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageBuild
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageBuild (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestGetDockerOS
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestGetDockerOS (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageCreateError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageCreateError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageCreate
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageCreate (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageHistoryError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageHistoryError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageHistory
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageHistory (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageImportError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageImportError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageImport
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageImport (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageInspectError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageInspectError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageInspectImageNotFound
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageInspectImageNotFound (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageInspectWithEmptyID
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageInspectWithEmptyID (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageInspect
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageInspect (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageListError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageListError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageList
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageList (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageListApiBefore125
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageListApiBefore125 (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageLoadError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageLoadError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageLoad
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageLoad (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImagesPruneError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImagesPruneError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImagesPrune
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImagesPrune (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImagePullReferenceParseError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImagePullReferenceParseError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImagePullAnyError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImagePullAnyError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImagePullStatusUnauthorizedError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImagePullWithPrivilegedFuncNoError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImagePullWithoutErrors
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImagePullWithoutErrors (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImagePushReferenceError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImagePushReferenceError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImagePushAnyError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImagePushAnyError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImagePushStatusUnauthorizedError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImagePushWithPrivilegedFuncNoError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImagePushWithoutErrors
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=false
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImagePushWithoutErrors/myimage:tag,all-tags=false
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=true
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImagePushWithoutErrors/myimage:anything,all-tags=true
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImagePushWithoutErrors (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z]     --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z]     --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageRemoveError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageRemoveError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageRemoveImageNotFound
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageRemoveImageNotFound (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageRemove
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageRemove (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageSaveError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageSaveError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageSave
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageSave (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageSearchAnyError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageSearchAnyError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageSearchStatusUnauthorizedError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageSearchWithPrivilegedFuncNoError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageSearchWithoutErrors
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageSearchWithoutErrors (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageTagError
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageTagError (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageTagInvalidReference
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageTagInvalidReference (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageTagInvalidSourceImageName
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s)
10:14:40 [2021-04-02T10:14:40.614Z] === RUN   TestImageTagHexSource
10:14:40 [2021-04-02T10:14:40.614Z] --- PASS: TestImageTagHexSource (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestImageTag
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestImageTag (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestInfoServerError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestInfoServerError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestInfoInvalidResponseJSONError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestInfo
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestInfo (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNetworkConnectError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNetworkConnectError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNetworkConnectEmptyNilEndpointSettings
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNetworkConnect
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNetworkConnect (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNetworkCreateError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNetworkCreateError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNetworkCreate
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNetworkCreate (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNetworkDisconnectError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNetworkDisconnectError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNetworkDisconnect
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNetworkDisconnect (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNetworkInspectError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNetworkInspectError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNetworkInspectNotFoundError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNetworkInspectNotFoundError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNetworkInspectWithEmptyID
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNetworkInspect
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNetworkInspect (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNetworkListError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNetworkListError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNetworkList
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNetworkList (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNetworksPruneError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNetworksPruneError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNetworksPrune
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNetworksPrune (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNetworkRemoveError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNetworkRemoveError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNetworkRemove
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNetworkRemove (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNodeInspectError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNodeInspectError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNodeInspectNodeNotFound
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNodeInspectNodeNotFound (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNodeInspectWithEmptyID
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNodeInspectWithEmptyID (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNodeInspect
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNodeInspect (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNodeListError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNodeListError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNodeList
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNodeList (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNodeRemoveError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNodeRemoveError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNodeRemove
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNodeRemove (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNodeUpdateError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNodeUpdateError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestNodeUpdate
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestNodeUpdate (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestOptionWithTimeout
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestOptionWithTimeout (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestPingFail
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestPingFail (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestPingWithError
10:14:40 [2021-04-02T10:14:40.615Z] 2021/04/02 10:14:39 RoundTripper returned a response & error; ignoring response
10:14:40 [2021-04-02T10:14:40.615Z] 2021/04/02 10:14:39 RoundTripper returned a response & error; ignoring response
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestPingWithError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestPingSuccess
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestPingSuccess (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestPingHeadFallback
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestPingHeadFallback/OK
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestPingHeadFallback/Internal_Server_Error
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestPingHeadFallback/Not_Found
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestPingHeadFallback/Method_Not_Allowed
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestPingHeadFallback (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z]     --- PASS: TestPingHeadFallback/OK (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z]     --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z]     --- PASS: TestPingHeadFallback/Not_Found (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z]     --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestPluginDisableError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestPluginDisableError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestPluginDisable
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestPluginDisable (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestPluginEnableError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestPluginEnableError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestPluginEnable
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestPluginEnable (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestPluginInspectError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestPluginInspectError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestPluginInspectWithEmptyID
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestPluginInspectWithEmptyID (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestPluginInspect
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestPluginInspect (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestPluginListError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestPluginListError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestPluginList
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestPluginList (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestPluginPushError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestPluginPushError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestPluginPush
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestPluginPush (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestPluginRemoveError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestPluginRemoveError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestPluginRemove
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestPluginRemove (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestPluginSetError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestPluginSetError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestPluginSet
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestPluginSet (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSetHostHeader
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSetHostHeader (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestPlainTextError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestPlainTextError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestInfiniteError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestInfiniteError (0.01s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSecretCreateUnsupported
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSecretCreateUnsupported (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSecretCreateError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSecretCreateError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSecretCreate
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSecretCreate (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSecretInspectUnsupported
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSecretInspectUnsupported (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSecretInspectError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSecretInspectError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSecretInspectSecretNotFound
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSecretInspectSecretNotFound (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSecretInspectWithEmptyID
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSecretInspectWithEmptyID (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSecretInspect
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSecretInspect (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSecretListUnsupported
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSecretListUnsupported (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSecretListError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSecretListError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSecretList
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSecretList (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSecretRemoveUnsupported
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSecretRemoveUnsupported (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSecretRemoveError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSecretRemoveError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSecretRemove
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSecretRemove (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSecretUpdateUnsupported
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSecretUpdateUnsupported (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSecretUpdateError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSecretUpdateError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSecretUpdate
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSecretUpdate (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestServiceCreateError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestServiceCreateError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestServiceCreate
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestServiceCreate (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestServiceCreateCompatiblePlatforms
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestServiceCreateDigestPinning
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestServiceCreateDigestPinning (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestServiceInspectError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestServiceInspectError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestServiceInspectServiceNotFound
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestServiceInspectServiceNotFound (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestServiceInspectWithEmptyID
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestServiceInspectWithEmptyID (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestServiceInspect
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestServiceInspect (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestServiceListError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestServiceListError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestServiceList
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestServiceList (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestServiceLogsError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestServiceLogsError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestServiceLogs
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestServiceLogs (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestServiceRemoveError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestServiceRemoveError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestServiceRemoveNotFoundError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestServiceRemoveNotFoundError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestServiceRemove
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestServiceRemove (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestServiceUpdateError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestServiceUpdateError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestServiceUpdate
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestServiceUpdate (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSwarmGetUnlockKeyError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSwarmGetUnlockKey
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSwarmGetUnlockKey (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSwarmInitError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSwarmInitError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSwarmInit
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSwarmInit (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSwarmInspectError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSwarmInspectError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSwarmInspect
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSwarmInspect (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSwarmJoinError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSwarmJoinError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSwarmJoin
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSwarmJoin (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSwarmLeaveError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSwarmLeaveError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSwarmLeave
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSwarmLeave (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSwarmUnlockError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSwarmUnlockError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSwarmUnlock
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSwarmUnlock (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSwarmUpdateError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSwarmUpdateError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestSwarmUpdate
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestSwarmUpdate (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestTaskInspectError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestTaskInspectError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestTaskInspectWithEmptyID
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestTaskInspectWithEmptyID (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestTaskInspect
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestTaskInspect (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestTaskListError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestTaskListError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestTaskList
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestTaskList (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestVolumeCreateError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestVolumeCreateError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestVolumeCreate
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestVolumeCreate (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestVolumeInspectError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestVolumeInspectError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestVolumeInspectNotFound
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestVolumeInspectNotFound (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestVolumeInspectWithEmptyID
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestVolumeInspect
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestVolumeInspect (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestVolumeListError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestVolumeListError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestVolumeList
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestVolumeList (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestVolumeRemoveError
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestVolumeRemoveError (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === RUN   TestVolumeRemove
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestVolumeRemove (0.00s)
10:14:40 [2021-04-02T10:14:40.615Z] === CONT  TestTLSCloseWriter
10:14:40 [2021-04-02T10:14:40.615Z] --- PASS: TestTLSCloseWriter (0.01s)
10:14:40 [2021-04-02T10:14:40.615Z] PASS
10:14:40 [2021-04-02T10:14:40.615Z] coverage: 74.9% of statements
10:14:40 [2021-04-02T10:14:40.615Z] ok  	github.com/docker/docker/client	0.538s	coverage: 74.9% of statements
10:14:42 [2021-04-02T10:14:42.167Z] --- PASS: TestServiceWithDataPathPortInit (17.67s)
10:14:42 [2021-04-02T10:14:42.167Z] === RUN   TestServiceWithDefaultAddressPoolInit
10:14:42 [2021-04-02T10:14:42.698Z] === RUN   TestExternalGraphDriver/pull
10:14:44 [2021-04-02T10:14:44.585Z] --- PASS: TestExternalGraphDriver (7.11s)
10:14:44 [2021-04-02T10:14:44.585Z]     --- PASS: TestExternalGraphDriver/json (2.41s)
10:14:44 [2021-04-02T10:14:44.585Z]     --- PASS: TestExternalGraphDriver/spec (2.59s)
10:14:44 [2021-04-02T10:14:44.585Z]     --- PASS: TestExternalGraphDriver/pull (2.00s)
10:14:44 [2021-04-02T10:14:44.585Z] === RUN   TestGraphdriverPluginV2
10:14:46 [2021-04-02T10:14:46.870Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
10:14:46 [2021-04-02T10:14:46.870Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
10:14:47 [2021-04-02T10:14:47.129Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
10:14:49 [2021-04-02T10:14:49.826Z] --- PASS: TestGraphdriverPluginV2 (4.45s)
10:14:49 [2021-04-02T10:14:49.826Z] PASS
10:14:49 [2021-04-02T10:14:49.826Z] 
10:14:49 [2021-04-02T10:14:49.826Z] DONE 5 tests in 11.620s
10:14:49 [2021-04-02T10:14:49.826Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
10:14:49 [2021-04-02T10:14:49.826Z] INFO: Testing against a local daemon
10:14:49 [2021-04-02T10:14:49.826Z] === RUN   TestContinueAfterPluginCrash
10:14:49 [2021-04-02T10:14:49.826Z] === PAUSE TestContinueAfterPluginCrash
10:14:49 [2021-04-02T10:14:49.826Z] === RUN   TestReadPluginNoRead
10:14:49 [2021-04-02T10:14:49.826Z] === PAUSE TestReadPluginNoRead
10:14:49 [2021-04-02T10:14:49.826Z] === RUN   TestDaemonStartWithLogOpt
10:14:49 [2021-04-02T10:14:49.826Z] === PAUSE TestDaemonStartWithLogOpt
10:14:49 [2021-04-02T10:14:49.826Z] === CONT  TestContinueAfterPluginCrash
10:14:49 [2021-04-02T10:14:49.826Z] === CONT  TestDaemonStartWithLogOpt
10:14:50 [2021-04-02T10:14:50.297Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.76s)
10:14:50 [2021-04-02T10:14:50.297Z]     service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:0x19wt0s5prpe6763okfi2vy2 Created:2021-04-02 10:14:43.180516969 +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[f9ecd05560b254ed724f8b9547f971df32898a1df124102842f346146cac4068:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.nptb5npyrbqo7h17ubo046ddn EndpointID:d20dbcb2837157aec492a15acc53249540c98558f4db19c3b9d168d552fb4bc9 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:330881e60e01f9f5e9edb06d404a070c48cc3099b66549e57407a7c453265501 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:6c27038c4250 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.nptb5npyrbqo7h17ubo046ddn EndpointID:d20dbcb2837157aec492a15acc53249540c98558f4db19c3b9d168d552fb4bc9 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
10:14:50 [2021-04-02T10:14:50.297Z] PASS
10:14:50 [2021-04-02T10:14:50.297Z] 
10:14:50 [2021-04-02T10:14:50.297Z] === Skipped
10:14:50 [2021-04-02T10:14:50.297Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
10:14:50 [2021-04-02T10:14:50.297Z]     service_test.go:242: FLAKY_TEST
10:14:50 [2021-04-02T10:14:50.297Z] 
10:14:50 [2021-04-02T10:14:50.297Z] 
10:14:50 [2021-04-02T10:14:50.297Z] DONE 26 tests, 1 skipped in 69.862s
10:14:50 [2021-04-02T10:14:50.297Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
10:14:50 [2021-04-02T10:14:50.297Z] ++ 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
10:14:50 [2021-04-02T10:14:50.297Z] ++ set -e
10:14:50 [2021-04-02T10:14:50.297Z] ++ '[' -n 0 ']'
10:14:50 [2021-04-02T10:14:50.297Z] ++ set -x
10:14:50 [2021-04-02T10:14:50.297Z] ++ env -i DEST=/go/src/github.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
10:14:50 [2021-04-02T10:14:50.557Z] INFO: Testing against a local daemon
10:14:50 [2021-04-02T10:14:50.557Z] === RUN   TestDockerNetworkIpvlanPersistance
10:14:50 [2021-04-02T10:14:50.557Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s)
10:14:50 [2021-04-02T10:14:50.557Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:14:50 [2021-04-02T10:14:50.557Z] === RUN   TestDockerNetworkIpvlan
10:14:50 [2021-04-02T10:14:50.557Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
10:14:50 [2021-04-02T10:14:50.557Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:14:50 [2021-04-02T10:14:50.557Z] PASS
10:14:50 [2021-04-02T10:14:50.557Z] 
10:14:50 [2021-04-02T10:14:50.557Z] === Skipped
10:14:50 [2021-04-02T10:14:50.557Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s)
10:14:50 [2021-04-02T10:14:50.557Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:14:50 [2021-04-02T10:14:50.557Z] 
10:14:50 [2021-04-02T10:14:50.557Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
10:14:50 [2021-04-02T10:14:50.557Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:14:50 [2021-04-02T10:14:50.557Z] 
10:14:50 [2021-04-02T10:14:50.557Z] 
10:14:50 [2021-04-02T10:14:50.557Z] DONE 2 tests, 2 skipped in 0.164s
10:14:50 [2021-04-02T10:14:50.557Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
10:14:50 [2021-04-02T10:14:50.557Z] ++ 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
10:14:50 [2021-04-02T10:14:50.557Z] ++ set -e
10:14:50 [2021-04-02T10:14:50.557Z] ++ '[' -n 0 ']'
10:14:50 [2021-04-02T10:14:50.557Z] ++ set -x
10:14:50 [2021-04-02T10:14:50.558Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-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
10:14:50 [2021-04-02T10:14:50.817Z] INFO: Testing against a local daemon
10:14:50 [2021-04-02T10:14:50.818Z] === RUN   TestDockerNetworkMacvlanPersistance
10:14:51 [2021-04-02T10:14:51.324Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
10:14:51 [2021-04-02T10:14:51.324Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
10:14:51 [2021-04-02T10:14:51.324Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.75s)
10:14:51 [2021-04-02T10:14:51.324Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.91s)
10:14:51 [2021-04-02T10:14:51.324Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.26s)
10:14:51 [2021-04-02T10:14:51.324Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.27s)
10:14:51 [2021-04-02T10:14:51.324Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.08s)
10:14:51 [2021-04-02T10:14:51.324Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.32s)
10:14:51 [2021-04-02T10:14:51.324Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (4.16s)
10:14:51 [2021-04-02T10:14:51.324Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (4.91s)
10:14:51 [2021-04-02T10:14:51.324Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (6.35s)
10:14:51 [2021-04-02T10:14:51.324Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (6.94s)
10:14:51 [2021-04-02T10:14:51.324Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (4.15s)
10:14:51 [2021-04-02T10:14:51.324Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (4.13s)
10:14:51 [2021-04-02T10:14:51.324Z] === RUN   TestCgroupNamespacesRun
10:14:53 [2021-04-02T10:14:53.994Z] --- PASS: TestDaemonStartWithLogOpt (4.15s)
10:14:53 [2021-04-02T10:14:53.994Z] === CONT  TestReadPluginNoRead
10:14:54 [2021-04-02T10:14:54.112Z] --- PASS: TestDockerNetworkMacvlanPersistance (3.41s)
10:14:54 [2021-04-02T10:14:54.112Z] === RUN   TestDockerNetworkMacvlan
10:14:54 [2021-04-02T10:14:54.617Z] --- PASS: TestCgroupNamespacesRun (3.34s)
10:14:54 [2021-04-02T10:14:54.617Z] === RUN   TestCgroupNamespacesRunPrivileged
10:14:55 [2021-04-02T10:14:55.187Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
10:14:55 [2021-04-02T10:14:55.757Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
10:14:56 [2021-04-02T10:14:56.021Z] === RUN   TestDockerNetworkMacvlan/Subinterface
10:14:56 [2021-04-02T10:14:56.506Z] === RUN   TestReadPluginNoRead/default
10:14:57 [2021-04-02T10:14:57.138Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.59s)
10:14:57 [2021-04-02T10:14:57.138Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
10:14:57 [2021-04-02T10:14:57.403Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
10:14:57 [2021-04-02T10:14:57.870Z] === RUN   TestReadPluginNoRead/disabled_caching
10:14:58 [2021-04-02T10:14:58.453Z] --- PASS: TestCheckoutGit (29.52s)
10:14:58 [2021-04-02T10:14:58.453Z] === RUN   TestValidGitTransport
10:14:58 [2021-04-02T10:14:58.453Z] --- PASS: TestValidGitTransport (0.00s)
10:14:58 [2021-04-02T10:14:58.453Z] === RUN   TestGitInvalidRef
10:14:58 [2021-04-02T10:14:58.453Z] --- PASS: TestGitInvalidRef (0.40s)
10:14:58 [2021-04-02T10:14:58.453Z] PASS
10:14:58 [2021-04-02T10:14:58.453Z] coverage: 86.3% of statements
10:14:58 [2021-04-02T10:14:58.453Z] ok  	github.com/docker/docker/builder/remotecontext/git	30.019s	coverage: 86.3% of statements
10:14:58 [2021-04-02T10:14:58.453Z] ?   	github.com/docker/docker/cli	[no test files]
10:14:58 [2021-04-02T10:14:58.453Z] ?   	github.com/docker/docker/cli/config	[no test files]
10:14:58 [2021-04-02T10:14:58.796Z] --- PASS: TestContinueAfterPluginCrash (9.47s)
10:14:59 [2021-04-02T10:14:59.045Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
10:14:59 [2021-04-02T10:14:59.304Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
10:14:59 [2021-04-02T10:14:59.313Z] === RUN   TestDockerNetworkMacvlan/NilParent
10:14:59 [2021-04-02T10:14:59.358Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
10:15:00 [2021-04-02T10:15:00.683Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (3.45s)
10:15:00 [2021-04-02T10:15:00.683Z] === RUN   TestCgroupNamespacesRunHostMode
10:15:00 [2021-04-02T10:15:00.723Z] --- PASS: TestReadPluginNoRead (7.38s)
10:15:00 [2021-04-02T10:15:00.723Z]     --- PASS: TestReadPluginNoRead/default (1.52s)
10:15:00 [2021-04-02T10:15:00.723Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.64s)
10:15:00 [2021-04-02T10:15:00.723Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.54s)
10:15:00 [2021-04-02T10:15:00.723Z]     read_test.go:92: [dc3d7c9a11d8e] daemon is not started
10:15:00 [2021-04-02T10:15:00.723Z] PASS
10:15:00 [2021-04-02T10:15:00.723Z] 
10:15:00 [2021-04-02T10:15:00.723Z] DONE 6 tests in 11.600s
10:15:00 [2021-04-02T10:15:00.723Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
10:15:00 [2021-04-02T10:15:00.723Z] testing: warning: no tests to run
10:15:00 [2021-04-02T10:15:00.723Z] PASS
10:15:00 [2021-04-02T10:15:00.723Z] 
10:15:00 [2021-04-02T10:15:00.723Z] DONE 0 tests in 0.006s
10:15:00 [2021-04-02T10:15:00.723Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
10:15:00 [2021-04-02T10:15:00.979Z] INFO: Testing against a local daemon
10:15:00 [2021-04-02T10:15:00.979Z] === RUN   TestPluginWithDevMounts
10:15:00 [2021-04-02T10:15:00.979Z] === PAUSE TestPluginWithDevMounts
10:15:00 [2021-04-02T10:15:00.979Z] === CONT  TestPluginWithDevMounts
10:15:02 [2021-04-02T10:15:02.588Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
10:15:02 [2021-04-02T10:15:02.864Z] --- PASS: TestPluginWithDevMounts (1.71s)
10:15:02 [2021-04-02T10:15:02.864Z] PASS
10:15:02 [2021-04-02T10:15:02.864Z] 
10:15:02 [2021-04-02T10:15:02.864Z] DONE 1 tests in 1.753s
10:15:02 [2021-04-02T10:15:02.864Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
10:15:02 [2021-04-02T10:15:02.864Z] INFO: Testing against a local daemon
10:15:02 [2021-04-02T10:15:02.864Z] === RUN   TestSecretInspect
10:15:03 [2021-04-02T10:15:03.156Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
10:15:03 [2021-04-02T10:15:03.229Z] === RUN   TestLoadDaemonCliConfigWithoutOverriding
10:15:03 [2021-04-02T10:15:03.229Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s)
10:15:03 [2021-04-02T10:15:03.229Z] === RUN   TestLoadDaemonCliConfigWithTLS
10:15:03 [2021-04-02T10:15:03.229Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s)
10:15:03 [2021-04-02T10:15:03.229Z] === RUN   TestLoadDaemonCliConfigWithConflicts
10:15:03 [2021-04-02T10:15:03.229Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s)
10:15:03 [2021-04-02T10:15:03.229Z] === RUN   TestLoadDaemonCliWithConflictingNodeGenericResources
10:15:03 [2021-04-02T10:15:03.229Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s)
10:15:03 [2021-04-02T10:15:03.229Z] === RUN   TestLoadDaemonCliWithConflictingLabels
10:15:03 [2021-04-02T10:15:03.229Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s)
10:15:03 [2021-04-02T10:15:03.229Z] === RUN   TestLoadDaemonCliWithDuplicateLabels
10:15:03 [2021-04-02T10:15:03.229Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s)
10:15:03 [2021-04-02T10:15:03.229Z] === RUN   TestLoadDaemonCliConfigWithTLSVerify
10:15:03 [2021-04-02T10:15:03.229Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s)
10:15:03 [2021-04-02T10:15:03.229Z] === RUN   TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse
10:15:03 [2021-04-02T10:15:03.229Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.01s)
10:15:03 [2021-04-02T10:15:03.229Z] === RUN   TestLoadDaemonCliConfigWithoutTLSVerify
10:15:03 [2021-04-02T10:15:03.229Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s)
10:15:03 [2021-04-02T10:15:03.229Z] === RUN   TestLoadDaemonCliConfigWithLogLevel
10:15:03 [2021-04-02T10:15:03.229Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.04s)
10:15:03 [2021-04-02T10:15:03.229Z] === RUN   TestLoadDaemonConfigWithEmbeddedOptions
10:15:03 [2021-04-02T10:15:03.229Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.01s)
10:15:03 [2021-04-02T10:15:03.229Z] === RUN   TestLoadDaemonConfigWithRegistryOptions
10:15:03 [2021-04-02T10:15:03.229Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s)
10:15:03 [2021-04-02T10:15:03.229Z] === RUN   TestConfigureDaemonLogs
10:15:03 [2021-04-02T10:15:03.229Z] --- PASS: TestConfigureDaemonLogs (0.00s)
10:15:03 [2021-04-02T10:15:03.229Z] === RUN   TestCommonOptionsInstallFlags
10:15:03 [2021-04-02T10:15:03.229Z] --- PASS: TestCommonOptionsInstallFlags (0.00s)
10:15:03 [2021-04-02T10:15:03.229Z] === RUN   TestCommonOptionsInstallFlagsWithDefaults
10:15:03 [2021-04-02T10:15:03.229Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s)
10:15:03 [2021-04-02T10:15:03.229Z] PASS
10:15:03 [2021-04-02T10:15:03.229Z] coverage: 18.4% of statements
10:15:03 [2021-04-02T10:15:03.229Z] ok  	github.com/docker/docker/cmd/dockerd	0.469s	coverage: 18.4% of statements
10:15:03 [2021-04-02T10:15:03.512Z] === RUN   TestDockerNetworkMacvlan/InternalMode
10:15:03 [2021-04-02T10:15:03.724Z] --- PASS: TestCgroupNamespacesRunHostMode (2.93s)
10:15:03 [2021-04-02T10:15:03.724Z] === RUN   TestCgroupNamespacesRunPrivateMode
10:15:04 [2021-04-02T10:15:04.800Z] === RUN   TestContainerStopSignal
10:15:04 [2021-04-02T10:15:04.800Z] --- PASS: TestContainerStopSignal (0.00s)
10:15:04 [2021-04-02T10:15:04.800Z] === RUN   TestContainerStopTimeout
10:15:04 [2021-04-02T10:15:04.800Z] --- PASS: TestContainerStopTimeout (0.00s)
10:15:04 [2021-04-02T10:15:04.800Z] === RUN   TestContainerSecretReferenceDestTarget
10:15:04 [2021-04-02T10:15:04.800Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s)
10:15:04 [2021-04-02T10:15:04.800Z] === RUN   TestContainerLogPathSetForJSONFileLogger
10:15:04 [2021-04-02T10:15:04.800Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s)
10:15:04 [2021-04-02T10:15:04.800Z] === RUN   TestContainerLogPathSetForRingLogger
10:15:04 [2021-04-02T10:15:04.800Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s)
10:15:04 [2021-04-02T10:15:04.800Z] === RUN   TestReplaceAndAppendEnvVars
10:15:04 [2021-04-02T10:15:04.800Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s)
10:15:04 [2021-04-02T10:15:04.800Z]     env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm]
10:15:04 [2021-04-02T10:15:04.800Z] === RUN   TestNewMemoryStore
10:15:04 [2021-04-02T10:15:04.800Z] --- PASS: TestNewMemoryStore (0.00s)
10:15:04 [2021-04-02T10:15:04.800Z] === RUN   TestAddContainers
10:15:04 [2021-04-02T10:15:04.800Z] --- PASS: TestAddContainers (0.00s)
10:15:04 [2021-04-02T10:15:04.800Z] === RUN   TestGetContainer
10:15:04 [2021-04-02T10:15:04.800Z] --- PASS: TestGetContainer (0.00s)
10:15:04 [2021-04-02T10:15:04.800Z] === RUN   TestDeleteContainer
10:15:04 [2021-04-02T10:15:04.800Z] --- PASS: TestDeleteContainer (0.00s)
10:15:04 [2021-04-02T10:15:04.800Z] === RUN   TestListContainers
10:15:04 [2021-04-02T10:15:04.800Z] --- PASS: TestListContainers (0.00s)
10:15:04 [2021-04-02T10:15:04.800Z] === RUN   TestFirstContainer
10:15:04 [2021-04-02T10:15:04.800Z] --- PASS: TestFirstContainer (0.00s)
10:15:04 [2021-04-02T10:15:04.800Z] === RUN   TestApplyAllContainer
10:15:04 [2021-04-02T10:15:04.800Z] --- PASS: TestApplyAllContainer (0.00s)
10:15:04 [2021-04-02T10:15:04.800Z] === RUN   TestIsValidHealthString
10:15:04 [2021-04-02T10:15:04.800Z] --- PASS: TestIsValidHealthString (0.00s)
10:15:04 [2021-04-02T10:15:04.800Z] === RUN   TestStateRunStop
10:15:04 [2021-04-02T10:15:04.800Z] --- PASS: TestStateRunStop (0.00s)
10:15:04 [2021-04-02T10:15:04.800Z] === RUN   TestStateTimeoutWait
10:15:04 [2021-04-02T10:15:04.800Z] --- PASS: TestStateTimeoutWait (0.13s)
10:15:04 [2021-04-02T10:15:04.800Z]     state_test.go:141: Stop callback fired
10:15:04 [2021-04-02T10:15:04.800Z]     state_test.go:165: Stop callback fired
10:15:04 [2021-04-02T10:15:04.800Z] === RUN   TestIsValidStateString
10:15:04 [2021-04-02T10:15:04.800Z] --- PASS: TestIsValidStateString (0.00s)
10:15:04 [2021-04-02T10:15:04.800Z] === RUN   TestViewSaveDelete
10:15:04 [2021-04-02T10:15:04.800Z] --- PASS: TestViewSaveDelete (0.02s)
10:15:04 [2021-04-02T10:15:04.800Z] === RUN   TestViewAll
10:15:04 [2021-04-02T10:15:04.800Z] --- PASS: TestViewAll (0.02s)
10:15:04 [2021-04-02T10:15:04.800Z] === RUN   TestViewGet
10:15:04 [2021-04-02T10:15:04.800Z] --- PASS: TestViewGet (0.01s)
10:15:04 [2021-04-02T10:15:04.800Z] === RUN   TestNames
10:15:04 [2021-04-02T10:15:04.800Z] --- PASS: TestNames (0.00s)
10:15:04 [2021-04-02T10:15:04.800Z] === RUN   TestViewWithHealthCheck
10:15:04 [2021-04-02T10:15:04.800Z] --- PASS: TestViewWithHealthCheck (0.01s)
10:15:04 [2021-04-02T10:15:04.800Z] PASS
10:15:04 [2021-04-02T10:15:04.800Z] coverage: 41.6% of statements
10:15:04 [2021-04-02T10:15:04.800Z] ok  	github.com/docker/docker/container	0.340s	coverage: 41.6% of statements
10:15:05 [2021-04-02T10:15:05.270Z] ?   	github.com/docker/docker/container/stream	[no test files]
10:15:05 [2021-04-02T10:15:05.270Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
10:15:05 [2021-04-02T10:15:05.270Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
10:15:05 [2021-04-02T10:15:05.270Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
10:15:05 [2021-04-02T10:15:05.378Z] --- PASS: TestSecretInspect (2.49s)
10:15:05 [2021-04-02T10:15:05.378Z] === RUN   TestSecretList
10:15:05 [2021-04-02T10:15:05.633Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
10:15:06 [2021-04-02T10:15:06.843Z] === RUN   TestPrepare
10:15:06 [2021-04-02T10:15:06.843Z] --- PASS: TestPrepare (0.00s)
10:15:06 [2021-04-02T10:15:06.843Z] === RUN   TestStart
10:15:06 [2021-04-02T10:15:06.843Z] --- PASS: TestStart (0.00s)
10:15:06 [2021-04-02T10:15:06.843Z] === RUN   TestWaitCancel
10:15:06 [2021-04-02T10:15:06.843Z] --- PASS: TestWaitCancel (0.00s)
10:15:06 [2021-04-02T10:15:06.843Z] === RUN   TestWaitDisabled
10:15:06 [2021-04-02T10:15:06.843Z] --- PASS: TestWaitDisabled (0.00s)
10:15:06 [2021-04-02T10:15:06.843Z] === RUN   TestWaitEnabled
10:15:06 [2021-04-02T10:15:06.843Z] --- PASS: TestWaitEnabled (0.00s)
10:15:06 [2021-04-02T10:15:06.843Z] === RUN   TestRemove
10:15:06 [2021-04-02T10:15:06.843Z] --- PASS: TestRemove (0.00s)
10:15:06 [2021-04-02T10:15:06.843Z] PASS
10:15:06 [2021-04-02T10:15:06.843Z] coverage: 65.3% of statements
10:15:06 [2021-04-02T10:15:06.843Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.219s	coverage: 65.3% of statements
10:15:07 [2021-04-02T10:15:07.077Z] --- PASS: TestCgroupNamespacesRunPrivateMode (3.25s)
10:15:07 [2021-04-02T10:15:07.077Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
10:15:07 [2021-04-02T10:15:07.714Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
10:15:07 [2021-04-02T10:15:07.892Z] --- PASS: TestSecretList (2.45s)
10:15:07 [2021-04-02T10:15:07.892Z] === RUN   TestSecretsCreateAndDelete
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestNetworkConvertBasicNetworkFromGRPCCreatedAt
10:15:09 [2021-04-02T10:15:09.065Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.13s)
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestServiceConvertFromGRPCRuntimeContainer
10:15:09 [2021-04-02T10:15:09.065Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s)
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestServiceConvertFromGRPCGenericRuntimePlugin
10:15:09 [2021-04-02T10:15:09.065Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s)
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestServiceConvertToGRPCGenericRuntimePlugin
10:15:09 [2021-04-02T10:15:09.065Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s)
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestServiceConvertToGRPCContainerRuntime
10:15:09 [2021-04-02T10:15:09.065Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s)
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestServiceConvertToGRPCGenericRuntimeCustom
10:15:09 [2021-04-02T10:15:09.065Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s)
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestServiceConvertToGRPCIsolation
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestServiceConvertToGRPCIsolation/empty
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestServiceConvertToGRPCIsolation/default
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestServiceConvertToGRPCIsolation/process
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestServiceConvertToGRPCIsolation/hyperv
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestServiceConvertToGRPCIsolation/proCess
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestServiceConvertToGRPCIsolation/hypErv
10:15:09 [2021-04-02T10:15:09.065Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s)
10:15:09 [2021-04-02T10:15:09.065Z]     --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s)
10:15:09 [2021-04-02T10:15:09.065Z]     --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s)
10:15:09 [2021-04-02T10:15:09.065Z]     --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s)
10:15:09 [2021-04-02T10:15:09.065Z]     --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s)
10:15:09 [2021-04-02T10:15:09.065Z]     --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s)
10:15:09 [2021-04-02T10:15:09.065Z]     --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s)
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestServiceConvertFromGRPCIsolation
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestServiceConvertFromGRPCIsolation/default
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestServiceConvertFromGRPCIsolation/process
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestServiceConvertFromGRPCIsolation/hyperv
10:15:09 [2021-04-02T10:15:09.065Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s)
10:15:09 [2021-04-02T10:15:09.065Z]     --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s)
10:15:09 [2021-04-02T10:15:09.065Z]     --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s)
10:15:09 [2021-04-02T10:15:09.065Z]     --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s)
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestServiceConvertToGRPCCredentialSpec
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestServiceConvertToGRPCCredentialSpec/empty_credential_spec
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_credential_spec
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_credential_spec
10:15:09 [2021-04-02T10:15:09.065Z] === RUN   TestServiceConvertToGRPCCredentialSpec/registry_credential_spec
10:15:09 [2021-04-02T10:15:09.065Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s)
10:15:09 [2021-04-02T10:15:09.065Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s)
10:15:09 [2021-04-02T10:15:09.065Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s)
10:15:09 [2021-04-02T10:15:09.065Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s)
10:15:09 [2021-04-02T10:15:09.065Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s)
10:15:09 [2021-04-02T10:15:09.065Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s)
10:15:09 [2021-04-02T10:15:09.066Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s)
10:15:09 [2021-04-02T10:15:09.066Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s)
10:15:09 [2021-04-02T10:15:09.066Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s)
10:15:09 [2021-04-02T10:15:09.066Z] === RUN   TestServiceConvertFromGRPCCredentialSpec
10:15:09 [2021-04-02T10:15:09.066Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec
10:15:09 [2021-04-02T10:15:09.066Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/config_credential_spec
10:15:09 [2021-04-02T10:15:09.066Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/file_credential_spec
10:15:09 [2021-04-02T10:15:09.066Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec
10:15:09 [2021-04-02T10:15:09.066Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s)
10:15:09 [2021-04-02T10:15:09.066Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s)
10:15:09 [2021-04-02T10:15:09.066Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s)
10:15:09 [2021-04-02T10:15:09.066Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s)
10:15:09 [2021-04-02T10:15:09.066Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s)
10:15:09 [2021-04-02T10:15:09.066Z] === RUN   TestServiceConvertToGRPCNetworkAtachmentRuntime
10:15:09 [2021-04-02T10:15:09.066Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s)
10:15:09 [2021-04-02T10:15:09.066Z] === RUN   TestServiceConvertToGRPCMismatchedRuntime
10:15:09 [2021-04-02T10:15:09.066Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s)
10:15:09 [2021-04-02T10:15:09.066Z] === RUN   TestTaskConvertFromGRPCNetworkAttachment
10:15:09 [2021-04-02T10:15:09.066Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s)
10:15:09 [2021-04-02T10:15:09.066Z] === RUN   TestServiceConvertFromGRPCConfigs
10:15:09 [2021-04-02T10:15:09.066Z] === RUN   TestServiceConvertFromGRPCConfigs/file
10:15:09 [2021-04-02T10:15:09.066Z] === RUN   TestServiceConvertFromGRPCConfigs/runtime
10:15:09 [2021-04-02T10:15:09.066Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s)
10:15:09 [2021-04-02T10:15:09.066Z]     --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s)
10:15:09 [2021-04-02T10:15:09.066Z]     --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s)
10:15:09 [2021-04-02T10:15:09.066Z] === RUN   TestServiceConvertToGRPCConfigs
10:15:09 [2021-04-02T10:15:09.066Z] === RUN   TestServiceConvertToGRPCConfigs/file
10:15:09 [2021-04-02T10:15:09.066Z] === RUN   TestServiceConvertToGRPCConfigs/runtime
10:15:09 [2021-04-02T10:15:09.066Z] === RUN   TestServiceConvertToGRPCConfigs/file_and_runtime
10:15:09 [2021-04-02T10:15:09.066Z] === RUN   TestServiceConvertToGRPCConfigs/none
10:15:09 [2021-04-02T10:15:09.066Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s)
10:15:09 [2021-04-02T10:15:09.066Z]     --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s)
10:15:09 [2021-04-02T10:15:09.066Z]     --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s)
10:15:09 [2021-04-02T10:15:09.066Z]     --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s)
10:15:09 [2021-04-02T10:15:09.066Z]     --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s)
10:15:09 [2021-04-02T10:15:09.066Z] PASS
10:15:09 [2021-04-02T10:15:09.066Z] coverage: 35.9% of statements
10:15:09 [2021-04-02T10:15:09.066Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.264s	coverage: 35.9% of statements
10:15:09 [2021-04-02T10:15:09.538Z] === RUN   TestNewListSecretsFilters
10:15:09 [2021-04-02T10:15:09.538Z] --- PASS: TestNewListSecretsFilters (0.00s)
10:15:09 [2021-04-02T10:15:09.538Z] === RUN   TestNewListConfigsFilters
10:15:09 [2021-04-02T10:15:09.538Z] --- PASS: TestNewListConfigsFilters (0.00s)
10:15:09 [2021-04-02T10:15:09.538Z] PASS
10:15:09 [2021-04-02T10:15:09.538Z] coverage: 0.5% of statements
10:15:09 [2021-04-02T10:15:09.538Z] ok  	github.com/docker/docker/daemon/cluster	0.343s	coverage: 0.5% of statements
10:15:09 [2021-04-02T10:15:09.633Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.42s)
10:15:09 [2021-04-02T10:15:09.633Z] === RUN   TestCgroupNamespacesRunInvalidMode
10:15:09 [2021-04-02T10:15:09.892Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
10:15:10 [2021-04-02T10:15:10.403Z] --- PASS: TestSecretsCreateAndDelete (2.64s)
10:15:10 [2021-04-02T10:15:10.403Z] === RUN   TestSecretsUpdate
10:15:10 [2021-04-02T10:15:10.461Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.21s)
10:15:10 [2021-04-02T10:15:10.461Z] === RUN   TestCgroupNamespacesRunOlderClient
10:15:11 [2021-04-02T10:15:11.402Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
10:15:12 [2021-04-02T10:15:12.936Z] --- PASS: TestSecretsUpdate (2.50s)
10:15:12 [2021-04-02T10:15:12.936Z] === RUN   TestTemplatedSecret
10:15:13 [2021-04-02T10:15:13.307Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
10:15:13 [2021-04-02T10:15:13.307Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.89s)
10:15:13 [2021-04-02T10:15:13.307Z] === RUN   TestKernelTCPMemory
10:15:13 [2021-04-02T10:15:13.307Z] === RUN   TestDockerSuite/TestBuildCacheAdd
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestDiscoveryOptsErrors
10:15:14 [2021-04-02T10:15:14.305Z] --- PASS: TestDiscoveryOptsErrors (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestDiscoveryOpts
10:15:14 [2021-04-02T10:15:14.305Z] --- PASS: TestDiscoveryOpts (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z] PASS
10:15:14 [2021-04-02T10:15:14.305Z] coverage: 30.0% of statements
10:15:14 [2021-04-02T10:15:14.305Z] ok  	github.com/docker/docker/daemon/discovery	0.090s	coverage: 30.0% of statements
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestBuilderGC
10:15:14 [2021-04-02T10:15:14.305Z] --- PASS: TestBuilderGC (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestDaemonConfigurationNotFound
10:15:14 [2021-04-02T10:15:14.305Z] --- PASS: TestDaemonConfigurationNotFound (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestDaemonBrokenConfiguration
10:15:14 [2021-04-02T10:15:14.305Z] --- PASS: TestDaemonBrokenConfiguration (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestParseClusterAdvertiseSettings
10:15:14 [2021-04-02T10:15:14.305Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestFindConfigurationConflicts
10:15:14 [2021-04-02T10:15:14.305Z] --- PASS: TestFindConfigurationConflicts (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestFindConfigurationConflictsWithNamedOptions
10:15:14 [2021-04-02T10:15:14.305Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestDaemonConfigurationMergeConflicts
10:15:14 [2021-04-02T10:15:14.305Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestDaemonConfigurationMergeConcurrent
10:15:14 [2021-04-02T10:15:14.305Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestDaemonConfigurationMergeConcurrentError
10:15:14 [2021-04-02T10:15:14.305Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestDaemonConfigurationMergeConflictsWithInnerStructs
10:15:14 [2021-04-02T10:15:14.305Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/config_file
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options
10:15:14 [2021-04-02T10:15:14.305Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestFindConfigurationConflictsWithUnknownKeys
10:15:14 [2021-04-02T10:15:14.305Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestFindConfigurationConflictsWithMergedValues
10:15:14 [2021-04-02T10:15:14.305Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestValidateConfigurationErrors
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestValidateConfigurationErrors/single_label_without_value
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestValidateConfigurationErrors/multiple_label_without_value
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestValidateConfigurationErrors/single_DNS,_invalid_IP-address
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestValidateConfigurationErrors/single_DNSSearch
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestValidateConfigurationErrors/multiple_DNSSearch
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-downloads
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-uploads
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestValidateConfigurationErrors/negative_max-download-attempts
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestValidateConfigurationErrors/zero_max-download-attempts
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestValidateConfigurationErrors/generic_resource_without_=
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete
10:15:14 [2021-04-02T10:15:14.305Z] --- PASS: TestValidateConfigurationErrors (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z]     --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z]     --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z]     --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z]     --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z]     --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z]     --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestValidateConfiguration
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestValidateConfiguration/with_label
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestValidateConfiguration/with_dns
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestValidateConfiguration/with_dns-search
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestValidateConfiguration/with_max-concurrent-downloads
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestValidateConfiguration/with_max-concurrent-uploads
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestValidateConfiguration/with_max-download-attempts
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestValidateConfiguration/with_multiple_node_generic_resources
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestValidateConfiguration/with_node_generic_resources
10:15:14 [2021-04-02T10:15:14.305Z] --- PASS: TestValidateConfiguration (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z]     --- PASS: TestValidateConfiguration/with_label (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z]     --- PASS: TestValidateConfiguration/with_dns (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z]     --- PASS: TestValidateConfiguration/with_dns-search (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z]     --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z]     --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z]     --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestModifiedDiscoverySettings
10:15:14 [2021-04-02T10:15:14.305Z] --- PASS: TestModifiedDiscoverySettings (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestReloadSetConfigFileNotExist
10:15:14 [2021-04-02T10:15:14.305Z] time="2021-04-02T10:15:13Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json"
10:15:14 [2021-04-02T10:15:14.305Z] --- PASS: TestReloadSetConfigFileNotExist (0.13s)
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestReloadDefaultConfigNotExist
10:15:14 [2021-04-02T10:15:14.305Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestReloadBadDefaultConfig
10:15:14 [2021-04-02T10:15:14.305Z] time="2021-04-02T10:15:14Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-575934771"
10:15:14 [2021-04-02T10:15:14.305Z] --- PASS: TestReloadBadDefaultConfig (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestReloadWithConflictingLabels
10:15:14 [2021-04-02T10:15:14.305Z] time="2021-04-02T10:15:14Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-871833846"
10:15:14 [2021-04-02T10:15:14.305Z] --- PASS: TestReloadWithConflictingLabels (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestReloadWithDuplicateLabels
10:15:14 [2021-04-02T10:15:14.305Z] time="2021-04-02T10:15:14Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-235978205"
10:15:14 [2021-04-02T10:15:14.305Z] --- PASS: TestReloadWithDuplicateLabels (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z] === RUN   TestDaemonConfigurationMerge
10:15:14 [2021-04-02T10:15:14.305Z] --- PASS: TestDaemonConfigurationMerge (0.00s)
10:15:14 [2021-04-02T10:15:14.305Z] PASS
10:15:14 [2021-04-02T10:15:14.305Z] coverage: 79.7% of statements
10:15:14 [2021-04-02T10:15:14.305Z] ok  	github.com/docker/docker/daemon/config	0.320s	coverage: 79.7% of statements
10:15:14 [2021-04-02T10:15:14.685Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
10:15:15 [2021-04-02T10:15:15.254Z] --- PASS: TestKernelTCPMemory (1.88s)
10:15:15 [2021-04-02T10:15:15.254Z] === RUN   TestNISDomainname
10:15:15 [2021-04-02T10:15:15.514Z] === RUN   TestDockerSuite/TestBuildCacheFrom
10:15:15 [2021-04-02T10:15:15.844Z] === RUN   TestDockerNetworkMacvlan/Addressing
10:15:15 [2021-04-02T10:15:15.877Z] === RUN   TestEventsLog
10:15:15 [2021-04-02T10:15:15.877Z] --- PASS: TestEventsLog (0.00s)
10:15:15 [2021-04-02T10:15:15.877Z] === RUN   TestEventsLogTimeout
10:15:15 [2021-04-02T10:15:15.877Z] --- PASS: TestEventsLogTimeout (0.00s)
10:15:15 [2021-04-02T10:15:15.877Z] === RUN   TestLogEvents
10:15:15 [2021-04-02T10:15:15.877Z] --- PASS: TestLogEvents (0.05s)
10:15:15 [2021-04-02T10:15:15.877Z] === RUN   TestLoadBufferedEvents
10:15:16 [2021-04-02T10:15:16.199Z] --- PASS: TestTemplatedSecret (3.43s)
10:15:16 [2021-04-02T10:15:16.199Z] === RUN   TestSecretCreateResolve
10:15:16 [2021-04-02T10:15:16.346Z] --- PASS: TestLoadBufferedEvents (0.14s)
10:15:16 [2021-04-02T10:15:16.346Z] === RUN   TestLoadBufferedEventsOnlyFromPast
10:15:16 [2021-04-02T10:15:16.346Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s)
10:15:16 [2021-04-02T10:15:16.346Z] === RUN   TestIgnoreBufferedWhenNoTimes
10:15:16 [2021-04-02T10:15:16.346Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s)
10:15:16 [2021-04-02T10:15:16.346Z] PASS
10:15:16 [2021-04-02T10:15:16.346Z] coverage: 50.0% of statements
10:15:16 [2021-04-02T10:15:16.346Z] ok  	github.com/docker/docker/daemon/events	0.347s	coverage: 50.0% of statements
10:15:16 [2021-04-02T10:15:16.346Z] === RUN   TestVerifyNetworkingConfig
10:15:16 [2021-04-02T10:15:16.346Z] --- PASS: TestVerifyNetworkingConfig (0.00s)
10:15:16 [2021-04-02T10:15:16.346Z] === RUN   TestGetContainer
10:15:16 [2021-04-02T10:15:16.346Z] --- PASS: TestGetContainer (0.00s)
10:15:16 [2021-04-02T10:15:16.346Z] === RUN   TestValidContainerNames
10:15:16 [2021-04-02T10:15:16.346Z] --- PASS: TestValidContainerNames (0.00s)
10:15:16 [2021-04-02T10:15:16.346Z] === RUN   TestContainerInitDNS
10:15:16 [2021-04-02T10:15:16.346Z] --- SKIP: TestContainerInitDNS (0.00s)
10:15:16 [2021-04-02T10:15:16.346Z]     daemon_test.go:147: root required
10:15:16 [2021-04-02T10:15:16.346Z] === RUN   TestMerge
10:15:16 [2021-04-02T10:15:16.346Z] --- PASS: TestMerge (0.00s)
10:15:16 [2021-04-02T10:15:16.346Z] === RUN   TestValidateContainerIsolation
10:15:16 [2021-04-02T10:15:16.346Z] --- PASS: TestValidateContainerIsolation (0.00s)
10:15:16 [2021-04-02T10:15:16.346Z] === RUN   TestFindNetworkErrorType
10:15:16 [2021-04-02T10:15:16.346Z] --- PASS: TestFindNetworkErrorType (0.00s)
10:15:16 [2021-04-02T10:15:16.346Z] === RUN   TestEnsureServicesExist
10:15:16 [2021-04-02T10:15:16.346Z] --- PASS: TestEnsureServicesExist (0.00s)
10:15:16 [2021-04-02T10:15:16.346Z] === RUN   TestEnsureServicesExistErrors
10:15:16 [2021-04-02T10:15:16.346Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice
10:15:16 [2021-04-02T10:15:16.346Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2
10:15:16 [2021-04-02T10:15:16.346Z] === RUN   TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice
10:15:16 [2021-04-02T10:15:16.346Z] --- PASS: TestEnsureServicesExistErrors (0.00s)
10:15:16 [2021-04-02T10:15:16.346Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s)
10:15:16 [2021-04-02T10:15:16.346Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s)
10:15:16 [2021-04-02T10:15:16.346Z]     --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s)
10:15:16 [2021-04-02T10:15:16.346Z] === RUN   TestContainerDelete
10:15:16 [2021-04-02T10:15:16.346Z] --- PASS: TestContainerDelete (0.00s)
10:15:16 [2021-04-02T10:15:16.346Z] === RUN   TestContainerDoubleDelete
10:15:16 [2021-04-02T10:15:16.346Z] --- PASS: TestContainerDoubleDelete (0.00s)
10:15:16 [2021-04-02T10:15:16.346Z] === RUN   TestLogContainerEventCopyLabels
10:15:16 [2021-04-02T10:15:16.346Z] --- PASS: TestLogContainerEventCopyLabels (0.00s)
10:15:16 [2021-04-02T10:15:16.346Z] === RUN   TestLogContainerEventWithAttributes
10:15:16 [2021-04-02T10:15:16.346Z] --- PASS: TestLogContainerEventWithAttributes (0.00s)
10:15:16 [2021-04-02T10:15:16.346Z] === RUN   TestNoneHealthcheck
10:15:16 [2021-04-02T10:15:16.346Z] --- PASS: TestNoneHealthcheck (0.00s)
10:15:16 [2021-04-02T10:15:16.346Z] === RUN   TestHealthStates
10:15:16 [2021-04-02T10:15:16.817Z] time="2021-04-02T10:15:16Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
10:15:16 [2021-04-02T10:15:16.817Z] time="2021-04-02T10:15:16Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
10:15:16 [2021-04-02T10:15:16.817Z] time="2021-04-02T10:15:16Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
10:15:16 [2021-04-02T10:15:16.817Z] time="2021-04-02T10:15:16Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
10:15:16 [2021-04-02T10:15:16.817Z] time="2021-04-02T10:15:16Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
10:15:16 [2021-04-02T10:15:16.817Z] time="2021-04-02T10:15:16Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
10:15:16 [2021-04-02T10:15:16.817Z] time="2021-04-02T10:15:16Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
10:15:16 [2021-04-02T10:15:16.817Z] time="2021-04-02T10:15:16Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
10:15:16 [2021-04-02T10:15:16.817Z] time="2021-04-02T10:15:16Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
10:15:16 [2021-04-02T10:15:16.817Z] time="2021-04-02T10:15:16Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
10:15:16 [2021-04-02T10:15:16.817Z] --- PASS: TestHealthStates (0.15s)
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestMaskURLCredentials
10:15:16 [2021-04-02T10:15:16.817Z] --- PASS: TestMaskURLCredentials (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestGetInspectData
10:15:16 [2021-04-02T10:15:16.817Z] --- PASS: TestGetInspectData (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestFillLicense
10:15:16 [2021-04-02T10:15:16.817Z] --- PASS: TestFillLicense (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestListInvalidFilter
10:15:16 [2021-04-02T10:15:16.817Z] --- PASS: TestListInvalidFilter (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestNameFilter
10:15:16 [2021-04-02T10:15:16.817Z] --- PASS: TestNameFilter (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestMergeAndVerifyLogConfigNilConfig
10:15:16 [2021-04-02T10:15:16.817Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestSetWindowsCredentialSpecInSpec
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw
10:15:16 [2021-04-02T10:15:16.817Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s)
10:15:16 [2021-04-02T10:15:16.817Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestDaemonReloadLabels
10:15:16 [2021-04-02T10:15:16.817Z] --- PASS: TestDaemonReloadLabels (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestDaemonReloadAllowNondistributableArtifacts
10:15:16 [2021-04-02T10:15:16.817Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestDaemonReloadMirrors
10:15:16 [2021-04-02T10:15:16.817Z] --- PASS: TestDaemonReloadMirrors (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestDaemonReloadInsecureRegistries
10:15:16 [2021-04-02T10:15:16.817Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestDaemonReloadNotAffectOthers
10:15:16 [2021-04-02T10:15:16.817Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s)
10:15:16 [2021-04-02T10:15:16.817Z] === RUN   TestDaemonDiscoveryReload
10:15:17 [2021-04-02T10:15:17.287Z] === RUN   TestWaitNodeAttachment
10:15:17 [2021-04-02T10:15:17.287Z] === RUN   TestIsEmptyDir
10:15:17 [2021-04-02T10:15:17.287Z] --- PASS: TestIsEmptyDir (0.01s)
10:15:17 [2021-04-02T10:15:17.287Z] PASS
10:15:17 [2021-04-02T10:15:17.287Z] coverage: 2.3% of statements
10:15:17 [2021-04-02T10:15:17.287Z] ok  	github.com/docker/docker/daemon/graphdriver	0.076s	coverage: 2.3% of statements
10:15:17 [2021-04-02T10:15:17.754Z] --- PASS: TestDockerNetworkMacvlan (23.24s)
10:15:17 [2021-04-02T10:15:17.754Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.17s)
10:15:17 [2021-04-02T10:15:17.754Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.20s)
10:15:17 [2021-04-02T10:15:17.754Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.36s)
10:15:17 [2021-04-02T10:15:17.754Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.58s)
10:15:17 [2021-04-02T10:15:17.754Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.77s)
10:15:17 [2021-04-02T10:15:17.754Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.76s)
10:15:17 [2021-04-02T10:15:17.754Z] PASS
10:15:17 [2021-04-02T10:15:17.754Z] 
10:15:17 [2021-04-02T10:15:17.754Z] DONE 8 tests in 26.832s
10:15:17 [2021-04-02T10:15:17.754Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
10:15:17 [2021-04-02T10:15:17.754Z] ++ 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
10:15:17 [2021-04-02T10:15:17.754Z] ++ set -e
10:15:17 [2021-04-02T10:15:17.754Z] ++ '[' -n 0 ']'
10:15:17 [2021-04-02T10:15:17.754Z] ++ set -x
10:15:17 [2021-04-02T10:15:17.754Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
10:15:17 [2021-04-02T10:15:17.754Z] testing: warning: no tests to run
10:15:17 [2021-04-02T10:15:17.754Z] PASS
10:15:17 [2021-04-02T10:15:17.754Z] 
10:15:17 [2021-04-02T10:15:17.754Z] DONE 0 tests in 0.034s
10:15:17 [2021-04-02T10:15:17.754Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
10:15:17 [2021-04-02T10:15:17.754Z] ++ 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
10:15:17 [2021-04-02T10:15:17.754Z] ++ set -e
10:15:17 [2021-04-02T10:15:17.754Z] ++ '[' -n 0 ']'
10:15:17 [2021-04-02T10:15:17.754Z] ++ set -x
10:15:17 [2021-04-02T10:15:17.754Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
10:15:17 [2021-04-02T10:15:17.754Z] INFO: Testing against a local daemon
10:15:17 [2021-04-02T10:15:17.754Z] === RUN   TestAuthZPluginAllowRequest
10:15:17 [2021-04-02T10:15:17.758Z] --- PASS: TestWaitNodeAttachment (0.40s)
10:15:17 [2021-04-02T10:15:17.758Z] === RUN   TestIsolationConversion
10:15:17 [2021-04-02T10:15:17.758Z] === RUN   TestIsolationConversion/default
10:15:17 [2021-04-02T10:15:17.758Z] === RUN   TestIsolationConversion/process
10:15:17 [2021-04-02T10:15:17.758Z] === RUN   TestIsolationConversion/hyperv
10:15:17 [2021-04-02T10:15:17.758Z] --- PASS: TestIsolationConversion (0.00s)
10:15:17 [2021-04-02T10:15:17.758Z]     --- PASS: TestIsolationConversion/default (0.00s)
10:15:17 [2021-04-02T10:15:17.758Z]     --- PASS: TestIsolationConversion/process (0.00s)
10:15:17 [2021-04-02T10:15:17.758Z]     --- PASS: TestIsolationConversion/hyperv (0.00s)
10:15:17 [2021-04-02T10:15:17.758Z] === RUN   TestContainerLabels
10:15:17 [2021-04-02T10:15:17.758Z] --- PASS: TestContainerLabels (0.00s)
10:15:17 [2021-04-02T10:15:17.758Z] === RUN   TestCredentialSpecConversion
10:15:17 [2021-04-02T10:15:17.758Z] === RUN   TestCredentialSpecConversion/none
10:15:17 [2021-04-02T10:15:17.758Z] === RUN   TestCredentialSpecConversion/config
10:15:17 [2021-04-02T10:15:17.758Z] === RUN   TestCredentialSpecConversion/file
10:15:17 [2021-04-02T10:15:17.758Z] === RUN   TestCredentialSpecConversion/registry
10:15:17 [2021-04-02T10:15:17.758Z] --- PASS: TestCredentialSpecConversion (0.00s)
10:15:17 [2021-04-02T10:15:17.758Z]     --- PASS: TestCredentialSpecConversion/none (0.00s)
10:15:17 [2021-04-02T10:15:17.758Z]     --- PASS: TestCredentialSpecConversion/config (0.00s)
10:15:17 [2021-04-02T10:15:17.758Z]     --- PASS: TestCredentialSpecConversion/file (0.00s)
10:15:17 [2021-04-02T10:15:17.758Z]     --- PASS: TestCredentialSpecConversion/registry (0.00s)
10:15:17 [2021-04-02T10:15:17.758Z] === RUN   TestControllerValidateMountBind
10:15:17 [2021-04-02T10:15:17.758Z] --- PASS: TestControllerValidateMountBind (0.00s)
10:15:17 [2021-04-02T10:15:17.758Z] === RUN   TestControllerValidateMountVolume
10:15:17 [2021-04-02T10:15:17.758Z] --- PASS: TestControllerValidateMountVolume (0.00s)
10:15:17 [2021-04-02T10:15:17.758Z] === RUN   TestControllerValidateMountTarget
10:15:17 [2021-04-02T10:15:17.758Z] --- PASS: TestControllerValidateMountTarget (0.00s)
10:15:17 [2021-04-02T10:15:17.758Z] === RUN   TestControllerValidateMountTmpfs
10:15:17 [2021-04-02T10:15:17.758Z] --- PASS: TestControllerValidateMountTmpfs (0.00s)
10:15:17 [2021-04-02T10:15:17.758Z] === RUN   TestControllerValidateMountInvalidType
10:15:17 [2021-04-02T10:15:17.758Z] --- PASS: TestControllerValidateMountInvalidType (0.00s)
10:15:17 [2021-04-02T10:15:17.758Z] === RUN   TestControllerValidateMountNamedPipe
10:15:17 [2021-04-02T10:15:17.758Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s)
10:15:17 [2021-04-02T10:15:17.758Z] PASS
10:15:17 [2021-04-02T10:15:17.758Z] coverage: 11.3% of statements
10:15:17 [2021-04-02T10:15:17.758Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	0.741s	coverage: 11.3% of statements
10:15:17 [2021-04-02T10:15:17.758Z] --- PASS: TestDaemonDiscoveryReload (1.00s)
10:15:17 [2021-04-02T10:15:17.758Z] === RUN   TestDaemonDiscoveryReloadFromEmptyDiscovery
10:15:18 [2021-04-02T10:15:18.049Z] --- PASS: TestNISDomainname (2.38s)
10:15:18 [2021-04-02T10:15:18.049Z] === RUN   TestHostnameDnsResolution
10:15:18 [2021-04-02T10:15:18.049Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
10:15:18 [2021-04-02T10:15:18.228Z] === RUN   TestLinkNaming
10:15:18 [2021-04-02T10:15:18.228Z] --- PASS: TestLinkNaming (0.00s)
10:15:18 [2021-04-02T10:15:18.228Z] === RUN   TestLinkNew
10:15:18 [2021-04-02T10:15:18.228Z] --- PASS: TestLinkNew (0.00s)
10:15:18 [2021-04-02T10:15:18.228Z] === RUN   TestLinkEnv
10:15:18 [2021-04-02T10:15:18.228Z] --- PASS: TestLinkEnv (0.00s)
10:15:18 [2021-04-02T10:15:18.228Z] === RUN   TestLinkMultipleEnv
10:15:18 [2021-04-02T10:15:18.228Z] --- PASS: TestLinkMultipleEnv (0.00s)
10:15:18 [2021-04-02T10:15:18.228Z] === RUN   TestLinkPortRangeEnv
10:15:18 [2021-04-02T10:15:18.228Z] --- PASS: TestLinkPortRangeEnv (0.00s)
10:15:18 [2021-04-02T10:15:18.228Z] PASS
10:15:18 [2021-04-02T10:15:18.228Z] coverage: 93.0% of statements
10:15:18 [2021-04-02T10:15:18.228Z] ok  	github.com/docker/docker/daemon/links	0.039s	coverage: 93.0% of statements
10:15:18 [2021-04-02T10:15:18.228Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.51s)
10:15:18 [2021-04-02T10:15:18.228Z] === RUN   TestDaemonDiscoveryReloadOnlyClusterAdvertise
10:15:18 [2021-04-02T10:15:18.699Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s)
10:15:18 [2021-04-02T10:15:18.699Z] === RUN   TestDaemonReloadNetworkDiagnosticPort
10:15:18 [2021-04-02T10:15:18.699Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s)
10:15:18 [2021-04-02T10:15:18.699Z]     reload_test.go:520: root required
10:15:18 [2021-04-02T10:15:18.699Z] === RUN   TestLoadOrCreateTrustKeyInvalidKeyFile
10:15:18 [2021-04-02T10:15:18.699Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s)
10:15:18 [2021-04-02T10:15:18.699Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist
10:15:18 [2021-04-02T10:15:18.699Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s)
10:15:18 [2021-04-02T10:15:18.699Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist
10:15:18 [2021-04-02T10:15:18.699Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s)
10:15:18 [2021-04-02T10:15:18.699Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyNoPath
10:15:18 [2021-04-02T10:15:18.699Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s)
10:15:18 [2021-04-02T10:15:18.699Z] === RUN   TestLoadOrCreateTrustKeyLoadValidKey
10:15:18 [2021-04-02T10:15:18.699Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s)
10:15:18 [2021-04-02T10:15:18.699Z] === RUN   TestParseVolumesFrom
10:15:18 [2021-04-02T10:15:18.699Z] --- PASS: TestParseVolumesFrom (0.00s)
10:15:18 [2021-04-02T10:15:18.699Z] PASS
10:15:18 [2021-04-02T10:15:18.699Z] coverage: 9.1% of statements
10:15:18 [2021-04-02T10:15:18.699Z] ok  	github.com/docker/docker/daemon	2.776s	coverage: 9.1% of statements
10:15:18 [2021-04-02T10:15:18.699Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
10:15:18 [2021-04-02T10:15:18.699Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
10:15:18 [2021-04-02T10:15:18.699Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
10:15:18 [2021-04-02T10:15:18.699Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
10:15:18 [2021-04-02T10:15:18.699Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
10:15:18 [2021-04-02T10:15:18.699Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
10:15:18 [2021-04-02T10:15:18.699Z] ?   	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	[no test files]
10:15:18 [2021-04-02T10:15:18.699Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
10:15:18 [2021-04-02T10:15:18.699Z] ?   	github.com/docker/docker/daemon/graphdriver/lcow	[no test files]
10:15:18 [2021-04-02T10:15:18.710Z] --- PASS: TestSecretCreateResolve (2.47s)
10:15:18 [2021-04-02T10:15:18.710Z] PASS
10:15:18 [2021-04-02T10:15:18.710Z] 
10:15:18 [2021-04-02T10:15:18.710Z] DONE 6 tests in 16.024s
10:15:18 [2021-04-02T10:15:18.710Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
10:15:18 [2021-04-02T10:15:18.710Z] INFO: Testing against a local daemon
10:15:18 [2021-04-02T10:15:18.710Z] === RUN   TestServiceCreateInit
10:15:18 [2021-04-02T10:15:18.710Z] === RUN   TestServiceCreateInit/daemonInitDisabled
10:15:19 [2021-04-02T10:15:19.168Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
10:15:19 [2021-04-02T10:15:19.168Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
10:15:19 [2021-04-02T10:15:19.168Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
10:15:19 [2021-04-02T10:15:19.168Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
10:15:19 [2021-04-02T10:15:19.168Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
10:15:19 [2021-04-02T10:15:19.168Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
10:15:20 [2021-04-02T10:15:20.297Z] --- PASS: TestAuthZPluginAllowRequest (2.28s)
10:15:20 [2021-04-02T10:15:20.297Z] === RUN   TestAuthZPluginTLS
10:15:20 [2021-04-02T10:15:20.589Z] --- PASS: TestHostnameDnsResolution (2.91s)
10:15:20 [2021-04-02T10:15:20.589Z] === RUN   TestStats
10:15:20 [2021-04-02T10:15:20.745Z] === RUN   TestAdapterReadLogs
10:15:20 [2021-04-02T10:15:20.745Z] --- PASS: TestAdapterReadLogs (0.00s)
10:15:20 [2021-04-02T10:15:20.745Z] === RUN   TestCopier
10:15:20 [2021-04-02T10:15:20.745Z] --- PASS: TestCopier (0.01s)
10:15:20 [2021-04-02T10:15:20.745Z] === RUN   TestCopierLongLines
10:15:20 [2021-04-02T10:15:20.745Z] --- PASS: TestCopierLongLines (0.00s)
10:15:20 [2021-04-02T10:15:20.745Z] === RUN   TestCopierSlow
10:15:20 [2021-04-02T10:15:20.745Z] --- PASS: TestCopierSlow (0.22s)
10:15:20 [2021-04-02T10:15:20.745Z] === RUN   TestCopierWithSized
10:15:20 [2021-04-02T10:15:20.745Z] === RUN   TestCopierWithSized/as_is
10:15:20 [2021-04-02T10:15:20.745Z] === RUN   TestCopierWithSized/With_RingLogger
10:15:20 [2021-04-02T10:15:20.745Z] --- PASS: TestCopierWithSized (0.04s)
10:15:20 [2021-04-02T10:15:20.745Z]     --- PASS: TestCopierWithSized/as_is (0.00s)
10:15:20 [2021-04-02T10:15:20.745Z]     --- PASS: TestCopierWithSized/With_RingLogger (0.04s)
10:15:20 [2021-04-02T10:15:20.745Z] === RUN   TestCopierWithPartial
10:15:20 [2021-04-02T10:15:20.745Z] --- PASS: TestCopierWithPartial (0.00s)
10:15:20 [2021-04-02T10:15:20.745Z] === RUN   TestRingLogger
10:15:20 [2021-04-02T10:15:20.745Z] --- PASS: TestRingLogger (0.00s)
10:15:20 [2021-04-02T10:15:20.745Z] === RUN   TestRingCap
10:15:20 [2021-04-02T10:15:20.745Z] --- PASS: TestRingCap (0.00s)
10:15:20 [2021-04-02T10:15:20.745Z] === RUN   TestRingClose
10:15:20 [2021-04-02T10:15:20.745Z] --- PASS: TestRingClose (0.00s)
10:15:20 [2021-04-02T10:15:20.745Z] === RUN   TestRingDrain
10:15:20 [2021-04-02T10:15:20.745Z] --- PASS: TestRingDrain (0.00s)
10:15:20 [2021-04-02T10:15:20.745Z] PASS
10:15:20 [2021-04-02T10:15:20.745Z] coverage: 43.0% of statements
10:15:20 [2021-04-02T10:15:20.745Z] ok  	github.com/docker/docker/daemon/logger	0.330s	coverage: 43.0% of statements
10:15:21 [2021-04-02T10:15:21.237Z] --- PASS: TestAuthZPluginTLS (1.19s)
10:15:21 [2021-04-02T10:15:21.238Z] === RUN   TestAuthZPluginDenyRequest
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestNewStreamConfig
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestNewStreamConfig/defaults
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestNewStreamConfig/invalid_create_group
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestNewStreamConfig/invalid_flush_interval
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestNewStreamConfig/invalid_max_buffered_events
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestNewStreamConfig/invalid_multiline_pattern
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestNewStreamConfig/flush_interval_at_15
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestNewStreamConfig/max_buffered_events_at_1024
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestNewStreamConfig (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z]     --- PASS: TestNewStreamConfig/defaults (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z]     --- PASS: TestNewStreamConfig/invalid_create_group (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z]     --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z]     --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z]     --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z]     --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z]     --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestNewAWSLogsClientUserAgentHandler
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestNewAWSLogsClientAWSLogsEndpoint
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestNewAWSLogsClientRegionDetect
10:15:21 [2021-04-02T10:15:21.735Z] time="2021-04-02T10:15:21Z" level=info msg="Trying to get region from EC2 Metadata"
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.14s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestCreateSuccess
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestCreateSuccess (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestCreateLogGroupSuccess
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestCreateLogGroupSuccess (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestCreateError
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestCreateError (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestCreateAlreadyExists
10:15:21 [2021-04-02T10:15:21.735Z] time="2021-04-02T10:15:21Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="<nil>"
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestCreateAlreadyExists (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestLogClosed
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestLogClosed (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestLogBlocking
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestLogBlocking (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestLogNonBlockingBufferEmpty
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestLogNonBlockingBufferFull
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestLogNonBlockingBufferFull (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestPublishBatchSuccess
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestPublishBatchSuccess (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestPublishBatchError
10:15:21 [2021-04-02T10:15:21.735Z] time="2021-04-02T10:15:21Z" level=error msg=Error
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestPublishBatchError (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestPublishBatchInvalidSeqSuccess
10:15:21 [2021-04-02T10:15:21.735Z] time="2021-04-02T10:15:21Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestPublishBatchAlreadyAccepted
10:15:21 [2021-04-02T10:15:21.735Z] time="2021-04-02T10:15:21Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
10:15:21 [2021-04-02T10:15:21.735Z] time="2021-04-02T10:15:21Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token"
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestCollectBatchSimple
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestCollectBatchSimple (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestCollectBatchTicker
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestCollectBatchTicker (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestCollectBatchMultilinePattern
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestCollectBatchMultilinePattern (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestCollectBatchMultilinePatternMaxEventAge
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestCollectBatchMultilinePatternNegativeEventAge
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestCollectBatchMultilinePatternMaxEventSize
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestCollectBatchClose
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestCollectBatchClose (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestEffectiveLen
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestEffectiveLen/0/Hello
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestEffectiveLen/1/\x01\x02\x03\x04
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestEffectiveLen/2/🙃
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestEffectiveLen/3/����
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestEffectiveLen/4/He��o
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestEffectiveLen/5/
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestEffectiveLen (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z]     --- PASS: TestEffectiveLen/0/Hello (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z]     --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z]     --- PASS: TestEffectiveLen/2/🙃 (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z]     --- PASS: TestEffectiveLen/3/���� (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z]     --- PASS: TestEffectiveLen/4/He��o (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z]     --- PASS: TestEffectiveLen/5/ (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestFindValidSplit
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestFindValidSplit/0/
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestFindValidSplit/1/Hello
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestFindValidSplit/2/Hello
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestFindValidSplit/3/Hello
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestFindValidSplit/4/🙃
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestFindValidSplit/5/🙃
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestFindValidSplit/6/a�
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestFindValidSplit/7/a�
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestFindValidSplit (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z]     --- PASS: TestFindValidSplit/0/ (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z]         cloudwatchlogs_test.go:1044: 
10:15:21 [2021-04-02T10:15:21.735Z]         cloudwatchlogs_test.go:1045: 
10:15:21 [2021-04-02T10:15:21.735Z]     --- PASS: TestFindValidSplit/1/Hello (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z]         cloudwatchlogs_test.go:1044: Hello
10:15:21 [2021-04-02T10:15:21.735Z]         cloudwatchlogs_test.go:1045: 
10:15:21 [2021-04-02T10:15:21.735Z]     --- PASS: TestFindValidSplit/2/Hello (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z]         cloudwatchlogs_test.go:1044: He
10:15:21 [2021-04-02T10:15:21.735Z]         cloudwatchlogs_test.go:1045: llo
10:15:21 [2021-04-02T10:15:21.735Z]     --- PASS: TestFindValidSplit/3/Hello (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z]         cloudwatchlogs_test.go:1044: 
10:15:21 [2021-04-02T10:15:21.735Z]         cloudwatchlogs_test.go:1045: Hello
10:15:21 [2021-04-02T10:15:21.735Z]     --- PASS: TestFindValidSplit/4/🙃 (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z]         cloudwatchlogs_test.go:1044: 
10:15:21 [2021-04-02T10:15:21.735Z]         cloudwatchlogs_test.go:1045: 🙃
10:15:21 [2021-04-02T10:15:21.735Z]     --- PASS: TestFindValidSplit/5/🙃 (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z]         cloudwatchlogs_test.go:1044: 🙃
10:15:21 [2021-04-02T10:15:21.735Z]         cloudwatchlogs_test.go:1045: 
10:15:21 [2021-04-02T10:15:21.735Z]     --- PASS: TestFindValidSplit/6/a� (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z]         cloudwatchlogs_test.go:1044: a
10:15:21 [2021-04-02T10:15:21.735Z]         cloudwatchlogs_test.go:1045: �
10:15:21 [2021-04-02T10:15:21.735Z]     --- PASS: TestFindValidSplit/7/a� (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z]         cloudwatchlogs_test.go:1044: a�
10:15:21 [2021-04-02T10:15:21.735Z]         cloudwatchlogs_test.go:1045: 
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestProcessEventEmoji
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestProcessEventEmoji (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestCollectBatchLineSplit
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestCollectBatchLineSplit (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestCollectBatchLineSplitWithBinary
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestCollectBatchMaxEvents
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestCollectBatchMaxEvents (0.05s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestCollectBatchMaxTotalBytes
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestCollectBatchMaxTotalBytesWithBinary
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestCollectBatchWithDuplicateTimestamps
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestParseLogOptionsMultilinePattern
10:15:21 [2021-04-02T10:15:21.735Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s)
10:15:21 [2021-04-02T10:15:21.735Z] === RUN   TestParseLogOptionsDatetimeFormat
10:15:21 [2021-04-02T10:15:21.736Z] === RUN   TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT
10:15:21 [2021-04-02T10:15:21.736Z] === RUN   TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200
10:15:21 [2021-04-02T10:15:21.736Z] === RUN   TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec
10:15:21 [2021-04-02T10:15:21.736Z] === RUN   TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December
10:15:21 [2021-04-02T10:15:21.736Z] === RUN   TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday
10:15:21 [2021-04-02T10:15:21.736Z] === RUN   TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun
10:15:21 [2021-04-02T10:15:21.736Z] === RUN   TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091
10:15:21 [2021-04-02T10:15:21.736Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s)
10:15:21 [2021-04-02T10:15:21.736Z]     --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s)
10:15:21 [2021-04-02T10:15:21.736Z]     --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s)
10:15:21 [2021-04-02T10:15:21.736Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s)
10:15:21 [2021-04-02T10:15:21.736Z]     --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s)
10:15:21 [2021-04-02T10:15:21.736Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s)
10:15:21 [2021-04-02T10:15:21.736Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s)
10:15:21 [2021-04-02T10:15:21.736Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s)
10:15:21 [2021-04-02T10:15:21.736Z] === RUN   TestValidateLogOptionsDatetimeFormatAndMultilinePattern
10:15:21 [2021-04-02T10:15:21.736Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s)
10:15:21 [2021-04-02T10:15:21.736Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds
10:15:21 [2021-04-02T10:15:21.736Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/0
10:15:21 [2021-04-02T10:15:21.736Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/-1
10:15:21 [2021-04-02T10:15:21.736Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/a
10:15:21 [2021-04-02T10:15:21.736Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/10
10:15:21 [2021-04-02T10:15:21.736Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s)
10:15:21 [2021-04-02T10:15:21.736Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s)
10:15:21 [2021-04-02T10:15:21.736Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s)
10:15:21 [2021-04-02T10:15:21.736Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s)
10:15:21 [2021-04-02T10:15:21.736Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s)
10:15:21 [2021-04-02T10:15:21.736Z] === RUN   TestValidateLogOptionsMaxBufferedEvents
10:15:21 [2021-04-02T10:15:21.736Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/0
10:15:21 [2021-04-02T10:15:21.736Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/-1
10:15:21 [2021-04-02T10:15:21.736Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/a
10:15:21 [2021-04-02T10:15:21.736Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/10
10:15:21 [2021-04-02T10:15:21.736Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s)
10:15:21 [2021-04-02T10:15:21.736Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s)
10:15:21 [2021-04-02T10:15:21.736Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s)
10:15:21 [2021-04-02T10:15:21.736Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s)
10:15:21 [2021-04-02T10:15:21.736Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s)
10:15:21 [2021-04-02T10:15:21.736Z] === RUN   TestCreateTagSuccess
10:15:21 [2021-04-02T10:15:21.736Z] --- PASS: TestCreateTagSuccess (0.00s)
10:15:21 [2021-04-02T10:15:21.736Z] === RUN   TestNewAWSLogsClientCredentialEndpointDetect
10:15:21 [2021-04-02T10:15:21.736Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s)
10:15:21 [2021-04-02T10:15:21.736Z] === RUN   TestNewAWSLogsClientCredentialEnvironmentVariable
10:15:21 [2021-04-02T10:15:21.736Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s)
10:15:21 [2021-04-02T10:15:21.736Z] === RUN   TestNewAWSLogsClientCredentialSharedFile
10:15:21 [2021-04-02T10:15:21.736Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s)
10:15:21 [2021-04-02T10:15:21.736Z] PASS
10:15:21 [2021-04-02T10:15:21.736Z] coverage: 77.8% of statements
10:15:21 [2021-04-02T10:15:21.736Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.650s	coverage: 77.8% of statements
10:15:22 [2021-04-02T10:15:22.177Z] --- PASS: TestAuthZPluginDenyRequest (1.15s)
10:15:22 [2021-04-02T10:15:22.177Z] === RUN   TestAuthZPluginAPIDenyResponse
10:15:22 [2021-04-02T10:15:22.206Z] === RUN   TestSearchRegistryForImagesErrors
10:15:22 [2021-04-02T10:15:22.206Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s)
10:15:22 [2021-04-02T10:15:22.206Z] === RUN   TestSearchRegistryForImages
10:15:22 [2021-04-02T10:15:22.206Z] --- PASS: TestSearchRegistryForImages (0.00s)
10:15:22 [2021-04-02T10:15:22.206Z] === RUN   TestOnlyPlatformWithFallback
10:15:22 [2021-04-02T10:15:22.206Z] --- PASS: TestOnlyPlatformWithFallback (0.00s)
10:15:22 [2021-04-02T10:15:22.206Z] === RUN   TestImageDelete
10:15:22 [2021-04-02T10:15:22.206Z] === RUN   TestImageDelete/no_lease
10:15:22 [2021-04-02T10:15:22.206Z] === RUN   TestImageDelete/lease_exists
10:15:22 [2021-04-02T10:15:22.206Z] --- PASS: TestImageDelete (0.05s)
10:15:22 [2021-04-02T10:15:22.206Z]     --- PASS: TestImageDelete/no_lease (0.01s)
10:15:22 [2021-04-02T10:15:22.206Z]     --- PASS: TestImageDelete/lease_exists (0.02s)
10:15:22 [2021-04-02T10:15:22.206Z] === RUN   TestContentStoreForPull
10:15:22 [2021-04-02T10:15:22.206Z] === RUN   TestJSONFileLogger
10:15:22 [2021-04-02T10:15:22.206Z] --- PASS: TestJSONFileLogger (0.00s)
10:15:22 [2021-04-02T10:15:22.206Z] === RUN   TestJSONFileLoggerWithTags
10:15:22 [2021-04-02T10:15:22.206Z] --- PASS: TestJSONFileLoggerWithTags (0.00s)
10:15:22 [2021-04-02T10:15:22.206Z] === RUN   TestJSONFileLoggerWithOpts
10:15:22 [2021-04-02T10:15:22.206Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s)
10:15:22 [2021-04-02T10:15:22.206Z] === RUN   TestJSONFileLoggerWithLabelsEnv
10:15:22 [2021-04-02T10:15:22.206Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s)
10:15:22 [2021-04-02T10:15:22.206Z] === RUN   TestEncodeDecode
10:15:22 [2021-04-02T10:15:22.206Z] === PAUSE TestEncodeDecode
10:15:22 [2021-04-02T10:15:22.206Z] === RUN   TestUnexpectedEOF
10:15:22 [2021-04-02T10:15:22.206Z] --- PASS: TestContentStoreForPull (0.19s)
10:15:22 [2021-04-02T10:15:22.206Z] PASS
10:15:22 [2021-04-02T10:15:22.206Z] coverage: 6.7% of statements
10:15:22 [2021-04-02T10:15:22.206Z] ok  	github.com/docker/docker/daemon/images	0.492s	coverage: 6.7% of statements
10:15:22 [2021-04-02T10:15:22.206Z] time="2021-04-02T10:15:22Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
10:15:22 [2021-04-02T10:15:22.206Z] time="2021-04-02T10:15:22Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
10:15:22 [2021-04-02T10:15:22.206Z] --- PASS: TestUnexpectedEOF (0.14s)
10:15:22 [2021-04-02T10:15:22.206Z] === CONT  TestEncodeDecode
10:15:22 [2021-04-02T10:15:22.206Z] --- PASS: TestEncodeDecode (0.00s)
10:15:22 [2021-04-02T10:15:22.206Z] PASS
10:15:22 [2021-04-02T10:15:22.206Z] coverage: 69.9% of statements
10:15:22 [2021-04-02T10:15:22.206Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.278s	coverage: 69.9% of statements
10:15:22 [2021-04-02T10:15:22.206Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
10:15:22 [2021-04-02T10:15:22.206Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
10:15:22 [2021-04-02T10:15:22.206Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
10:15:22 [2021-04-02T10:15:22.206Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
10:15:22 [2021-04-02T10:15:22.206Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
10:15:22 [2021-04-02T10:15:22.206Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
10:15:22 [2021-04-02T10:15:22.206Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
10:15:22 [2021-04-02T10:15:22.494Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
10:15:22 [2021-04-02T10:15:22.678Z] === RUN   TestJSONLogsMarshalJSONBuf
10:15:22 [2021-04-02T10:15:22.678Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s)
10:15:22 [2021-04-02T10:15:22.678Z] === RUN   TestFastTimeMarshalJSONWithInvalidYear
10:15:22 [2021-04-02T10:15:22.678Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.14s)
10:15:22 [2021-04-02T10:15:22.678Z] === RUN   TestFastTimeMarshalJSON
10:15:22 [2021-04-02T10:15:22.678Z] --- PASS: TestFastTimeMarshalJSON (0.00s)
10:15:22 [2021-04-02T10:15:22.678Z] PASS
10:15:22 [2021-04-02T10:15:22.678Z] coverage: 87.2% of statements
10:15:22 [2021-04-02T10:15:22.678Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.192s	coverage: 87.2% of statements
10:15:23 [2021-04-02T10:15:23.560Z] --- PASS: TestAuthZPluginAPIDenyResponse (1.16s)
10:15:23 [2021-04-02T10:15:23.560Z] === RUN   TestAuthZPluginDenyResponse
10:15:23 [2021-04-02T10:15:23.878Z] --- PASS: TestStats (3.16s)
10:15:23 [2021-04-02T10:15:23.878Z] === RUN   TestStopContainerWithTimeout
10:15:23 [2021-04-02T10:15:23.878Z] === RUN   TestStopContainerWithTimeout/0
10:15:23 [2021-04-02T10:15:23.878Z] === PAUSE TestStopContainerWithTimeout/0
10:15:23 [2021-04-02T10:15:23.878Z] === RUN   TestStopContainerWithTimeout/1
10:15:23 [2021-04-02T10:15:23.878Z] === PAUSE TestStopContainerWithTimeout/1
10:15:23 [2021-04-02T10:15:23.878Z] === RUN   TestStopContainerWithTimeout/3
10:15:23 [2021-04-02T10:15:23.878Z] === PAUSE TestStopContainerWithTimeout/3
10:15:23 [2021-04-02T10:15:23.878Z] === RUN   TestStopContainerWithTimeout/-1
10:15:23 [2021-04-02T10:15:23.878Z] === PAUSE TestStopContainerWithTimeout/-1
10:15:23 [2021-04-02T10:15:23.878Z] === CONT  TestStopContainerWithTimeout/0
10:15:23 [2021-04-02T10:15:23.878Z] === CONT  TestStopContainerWithTimeout/-1
10:15:23 [2021-04-02T10:15:23.950Z] === RUN   TestServiceCreateInit/daemonInitEnabled
10:15:24 [2021-04-02T10:15:24.137Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
10:15:24 [2021-04-02T10:15:24.500Z] --- PASS: TestAuthZPluginDenyResponse (1.20s)
10:15:24 [2021-04-02T10:15:24.500Z] === RUN   TestAuthZPluginAllowEventStream
10:15:24 [2021-04-02T10:15:24.909Z] === RUN   TestWriteLog
10:15:24 [2021-04-02T10:15:24.909Z] === PAUSE TestWriteLog
10:15:24 [2021-04-02T10:15:24.909Z] === RUN   TestReadLog
10:15:24 [2021-04-02T10:15:24.909Z] === PAUSE TestReadLog
10:15:24 [2021-04-02T10:15:24.909Z] === CONT  TestWriteLog
10:15:24 [2021-04-02T10:15:24.909Z] --- PASS: TestWriteLog (0.00s)
10:15:24 [2021-04-02T10:15:24.909Z] === CONT  TestReadLog
10:15:24 [2021-04-02T10:15:24.909Z] === RUN   TestReadLog/tail_exact
10:15:24 [2021-04-02T10:15:24.909Z] === RUN   TestReadLog/tail_less_than_available
10:15:24 [2021-04-02T10:15:24.909Z] === RUN   TestReadLog/tail_more_than_available
10:15:24 [2021-04-02T10:15:24.909Z] --- PASS: TestReadLog (0.15s)
10:15:24 [2021-04-02T10:15:24.909Z]     --- PASS: TestReadLog/tail_exact (0.13s)
10:15:24 [2021-04-02T10:15:24.909Z]     --- PASS: TestReadLog/tail_less_than_available (0.00s)
10:15:24 [2021-04-02T10:15:24.909Z]     --- PASS: TestReadLog/tail_more_than_available (0.00s)
10:15:24 [2021-04-02T10:15:24.909Z] PASS
10:15:24 [2021-04-02T10:15:24.909Z] coverage: 75.2% of statements
10:15:24 [2021-04-02T10:15:24.909Z] ok  	github.com/docker/docker/daemon/logger/local	0.324s	coverage: 75.2% of statements
10:15:24 [2021-04-02T10:15:24.909Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
10:15:24 [2021-04-02T10:15:24.909Z] === RUN   TestLog
10:15:24 [2021-04-02T10:15:24.909Z] --- PASS: TestLog (0.00s)
10:15:24 [2021-04-02T10:15:24.909Z] PASS
10:15:24 [2021-04-02T10:15:24.909Z] coverage: 31.5% of statements
10:15:24 [2021-04-02T10:15:24.909Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.134s	coverage: 31.5% of statements
10:15:25 [2021-04-02T10:15:25.379Z] === RUN   TestOpenFileDelete
10:15:25 [2021-04-02T10:15:25.379Z] --- PASS: TestOpenFileDelete (0.00s)
10:15:25 [2021-04-02T10:15:25.379Z] === RUN   TestOpenFileRename
10:15:25 [2021-04-02T10:15:25.379Z] --- PASS: TestOpenFileRename (0.00s)
10:15:25 [2021-04-02T10:15:25.379Z] === RUN   TestParseLogTagDefaultTag
10:15:25 [2021-04-02T10:15:25.379Z] --- PASS: TestParseLogTagDefaultTag (0.00s)
10:15:25 [2021-04-02T10:15:25.379Z] === RUN   TestParseLogTag
10:15:25 [2021-04-02T10:15:25.379Z] --- PASS: TestParseLogTag (0.00s)
10:15:25 [2021-04-02T10:15:25.379Z] === RUN   TestParseLogTagEmptyTag
10:15:25 [2021-04-02T10:15:25.379Z] --- PASS: TestParseLogTagEmptyTag (0.00s)
10:15:25 [2021-04-02T10:15:25.379Z] === RUN   TestTailFiles
10:15:25 [2021-04-02T10:15:25.379Z] --- PASS: TestTailFiles (0.00s)
10:15:25 [2021-04-02T10:15:25.379Z] === RUN   TestFollowLogsConsumerGone
10:15:25 [2021-04-02T10:15:25.379Z] --- PASS: TestFollowLogsConsumerGone (0.00s)
10:15:25 [2021-04-02T10:15:25.518Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
10:15:25 [2021-04-02T10:15:25.518Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
10:15:25 [2021-04-02T10:15:25.778Z] === CONT  TestStopContainerWithTimeout/3
10:15:25 [2021-04-02T10:15:25.849Z] === RUN   TestFollowLogsProducerGone
10:15:25 [2021-04-02T10:15:25.849Z] --- PASS: TestFollowLogsProducerGone (0.00s)
10:15:25 [2021-04-02T10:15:25.849Z]     logfile_test.go:232: messages sent: 4098, received: 4098
10:15:25 [2021-04-02T10:15:25.849Z]     logfile_test.go:179: logDecode() closed after sending 4098 messages
10:15:25 [2021-04-02T10:15:25.849Z] === RUN   TestCheckCapacityAndRotate
10:15:25 [2021-04-02T10:15:25.849Z] === RUN   TestCheckCapacityAndRotate/closed_log_file
10:15:25 [2021-04-02T10:15:25.849Z] === RUN   TestCheckCapacityAndRotate/with_log_reader
10:15:25 [2021-04-02T10:15:25.849Z] --- PASS: TestCheckCapacityAndRotate (0.44s)
10:15:25 [2021-04-02T10:15:25.849Z]     --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.02s)
10:15:25 [2021-04-02T10:15:25.849Z]     --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.41s)
10:15:25 [2021-04-02T10:15:25.849Z] PASS
10:15:25 [2021-04-02T10:15:25.849Z] coverage: 55.3% of statements
10:15:25 [2021-04-02T10:15:25.849Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.531s	coverage: 55.3% of statements
10:15:25 [2021-04-02T10:15:25.849Z] === RUN   TestValidateLogOpt
10:15:25 [2021-04-02T10:15:25.849Z] --- PASS: TestValidateLogOpt (0.00s)
10:15:25 [2021-04-02T10:15:25.849Z] === RUN   TestNewMissedConfig
10:15:25 [2021-04-02T10:15:25.849Z] --- PASS: TestNewMissedConfig (0.00s)
10:15:25 [2021-04-02T10:15:25.849Z] === RUN   TestNewMissedUrl
10:15:25 [2021-04-02T10:15:25.849Z] --- PASS: TestNewMissedUrl (0.00s)
10:15:25 [2021-04-02T10:15:25.849Z] === RUN   TestNewMissedToken
10:15:25 [2021-04-02T10:15:25.849Z] --- PASS: TestNewMissedToken (0.00s)
10:15:25 [2021-04-02T10:15:25.849Z] === RUN   TestNewWithProxy
10:15:25 [2021-04-02T10:15:25.849Z] --- PASS: TestNewWithProxy (0.00s)
10:15:25 [2021-04-02T10:15:25.849Z] === RUN   TestDefault
10:15:25 [2021-04-02T10:15:25.849Z] --- PASS: TestDefault (0.00s)
10:15:25 [2021-04-02T10:15:25.849Z] === RUN   TestInlineFormatWithNonDefaultOptions
10:15:25 [2021-04-02T10:15:25.849Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s)
10:15:25 [2021-04-02T10:15:25.849Z] === RUN   TestJsonFormat
10:15:25 [2021-04-02T10:15:25.849Z] --- PASS: TestJsonFormat (0.00s)
10:15:25 [2021-04-02T10:15:25.849Z] === RUN   TestRawFormat
10:15:25 [2021-04-02T10:15:25.849Z] --- PASS: TestRawFormat (0.00s)
10:15:25 [2021-04-02T10:15:25.849Z] === RUN   TestRawFormatWithLabels
10:15:26 [2021-04-02T10:15:26.319Z] --- PASS: TestRawFormatWithLabels (0.01s)
10:15:26 [2021-04-02T10:15:26.319Z] === RUN   TestRawFormatWithoutTag
10:15:26 [2021-04-02T10:15:26.319Z] --- PASS: TestRawFormatWithoutTag (0.00s)
10:15:26 [2021-04-02T10:15:26.319Z] === RUN   TestBatching
10:15:26 [2021-04-02T10:15:26.319Z] === RUN   TestNewParse
10:15:26 [2021-04-02T10:15:26.319Z] --- PASS: TestNewParse (0.00s)
10:15:26 [2021-04-02T10:15:26.319Z] PASS
10:15:26 [2021-04-02T10:15:26.319Z] coverage: 8.3% of statements
10:15:26 [2021-04-02T10:15:26.319Z] ok  	github.com/docker/docker/daemon/logger/templates	0.086s	coverage: 8.3% of statements
10:15:26 [2021-04-02T10:15:26.319Z] --- PASS: TestBatching (0.22s)
10:15:26 [2021-04-02T10:15:26.319Z] === RUN   TestFrequency
10:15:26 [2021-04-02T10:15:26.319Z] --- PASS: TestFrequency (0.22s)
10:15:26 [2021-04-02T10:15:26.319Z] === RUN   TestOneMessagePerRequest
10:15:26 [2021-04-02T10:15:26.319Z] --- PASS: TestOneMessagePerRequest (0.00s)
10:15:26 [2021-04-02T10:15:26.319Z] === RUN   TestVerify
10:15:26 [2021-04-02T10:15:26.319Z] --- PASS: TestVerify (0.00s)
10:15:26 [2021-04-02T10:15:26.319Z] === RUN   TestSkipVerify
10:15:26 [2021-04-02T10:15:26.714Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
10:15:26 [2021-04-02T10:15:26.789Z] time="2021-04-02T10:15:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
10:15:26 [2021-04-02T10:15:26.789Z] time="2021-04-02T10:15:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
10:15:26 [2021-04-02T10:15:26.789Z] time="2021-04-02T10:15:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
10:15:26 [2021-04-02T10:15:26.789Z] === RUN   TestParseLogFormat
10:15:26 [2021-04-02T10:15:26.789Z] --- PASS: TestParseLogFormat (0.00s)
10:15:26 [2021-04-02T10:15:26.789Z] === RUN   TestValidateLogOptEmpty
10:15:26 [2021-04-02T10:15:26.789Z] --- PASS: TestValidateLogOptEmpty (0.00s)
10:15:26 [2021-04-02T10:15:26.789Z] === RUN   TestValidateSyslogAddress
10:15:26 [2021-04-02T10:15:26.789Z] --- PASS: TestValidateSyslogAddress (0.00s)
10:15:26 [2021-04-02T10:15:26.789Z] === RUN   TestParseAddressDefaultPort
10:15:26 [2021-04-02T10:15:26.789Z] --- PASS: TestParseAddressDefaultPort (0.00s)
10:15:26 [2021-04-02T10:15:26.789Z] === RUN   TestValidateSyslogFacility
10:15:26 [2021-04-02T10:15:26.789Z] --- PASS: TestValidateSyslogFacility (0.00s)
10:15:26 [2021-04-02T10:15:26.789Z] === RUN   TestValidateLogOptSyslogFormat
10:15:26 [2021-04-02T10:15:26.789Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s)
10:15:26 [2021-04-02T10:15:26.789Z] === RUN   TestValidateLogOpt
10:15:26 [2021-04-02T10:15:26.789Z] --- PASS: TestValidateLogOpt (0.00s)
10:15:26 [2021-04-02T10:15:26.789Z] PASS
10:15:26 [2021-04-02T10:15:26.789Z] coverage: 46.8% of statements
10:15:26 [2021-04-02T10:15:26.789Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.099s	coverage: 46.8% of statements
10:15:26 [2021-04-02T10:15:26.789Z] --- PASS: TestSkipVerify (0.42s)
10:15:26 [2021-04-02T10:15:26.789Z] === RUN   TestBufferMaximum
10:15:26 [2021-04-02T10:15:26.789Z] time="2021-04-02T10:15:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
10:15:26 [2021-04-02T10:15:26.789Z] time="2021-04-02T10:15:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
10:15:26 [2021-04-02T10:15:26.789Z] time="2021-04-02T10:15:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
10:15:26 [2021-04-02T10:15:26.789Z] time="2021-04-02T10:15:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
10:15:26 [2021-04-02T10:15:26.789Z] time="2021-04-02T10:15:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
10:15:26 [2021-04-02T10:15:26.789Z] time="2021-04-02T10:15:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617358526.654274\",\"host\":\"86394ec0ca49\"}'"
10:15:26 [2021-04-02T10:15:26.789Z] time="2021-04-02T10:15:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617358526.654274\",\"host\":\"86394ec0ca49\"}'"
10:15:26 [2021-04-02T10:15:26.789Z] --- PASS: TestBufferMaximum (0.00s)
10:15:26 [2021-04-02T10:15:26.789Z] === RUN   TestServerAlwaysDown
10:15:26 [2021-04-02T10:15:26.789Z] time="2021-04-02T10:15:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
10:15:26 [2021-04-02T10:15:26.789Z] time="2021-04-02T10:15:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
10:15:26 [2021-04-02T10:15:26.789Z] time="2021-04-02T10:15:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617358526.658271\",\"host\":\"86394ec0ca49\"}'"
10:15:26 [2021-04-02T10:15:26.789Z] time="2021-04-02T10:15:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617358526.658271\",\"host\":\"86394ec0ca49\"}'"
10:15:26 [2021-04-02T10:15:26.789Z] time="2021-04-02T10:15:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
10:15:26 [2021-04-02T10:15:26.789Z] time="2021-04-02T10:15:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617358526.658271\",\"host\":\"86394ec0ca49\"}'"
10:15:26 [2021-04-02T10:15:26.789Z] time="2021-04-02T10:15:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617358526.659269\",\"host\":\"86394ec0ca49\"}'"
10:15:26 [2021-04-02T10:15:26.789Z] time="2021-04-02T10:15:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617358526.659269\",\"host\":\"86394ec0ca49\"}'"
10:15:26 [2021-04-02T10:15:26.789Z] --- PASS: TestServerAlwaysDown (0.00s)
10:15:26 [2021-04-02T10:15:26.789Z] === RUN   TestCannotSendAfterClose
10:15:26 [2021-04-02T10:15:26.789Z] --- PASS: TestCannotSendAfterClose (0.00s)
10:15:26 [2021-04-02T10:15:26.789Z] === RUN   TestDeadlockOnBlockedEndpoint
10:15:27 [2021-04-02T10:15:27.044Z] --- PASS: TestAuthZPluginAllowEventStream (2.22s)
10:15:27 [2021-04-02T10:15:27.044Z] === RUN   TestAuthZPluginErrorResponse
10:15:27 [2021-04-02T10:15:27.779Z] time="2021-04-02T10:15:27Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49201/services/collector/event/1.0: context deadline exceeded" module=logger/splunk
10:15:27 [2021-04-02T10:15:27.779Z] time="2021-04-02T10:15:27Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"86394ec0ca49\"}'"
10:15:27 [2021-04-02T10:15:27.779Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s)
10:15:27 [2021-04-02T10:15:27.779Z] PASS
10:15:27 [2021-04-02T10:15:27.779Z] coverage: 82.5% of statements
10:15:27 [2021-04-02T10:15:27.779Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.048s	coverage: 82.5% of statements
10:15:27 [2021-04-02T10:15:27.779Z] ?   	github.com/docker/docker/daemon/names	[no test files]
10:15:27 [2021-04-02T10:15:27.779Z] ?   	github.com/docker/docker/daemon/network	[no test files]
10:15:27 [2021-04-02T10:15:27.779Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
10:15:27 [2021-04-02T10:15:27.984Z] --- PASS: TestAuthZPluginErrorResponse (1.28s)
10:15:27 [2021-04-02T10:15:27.984Z] === RUN   TestAuthZPluginErrorRequest
10:15:28 [2021-04-02T10:15:28.092Z] === CONT  TestStopContainerWithTimeout/1
10:15:28 [2021-04-02T10:15:28.092Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
10:15:28 [2021-04-02T10:15:28.111Z] --- PASS: TestServiceCreateInit (9.52s)
10:15:28 [2021-04-02T10:15:28.111Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.72s)
10:15:28 [2021-04-02T10:15:28.111Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.79s)
10:15:28 [2021-04-02T10:15:28.111Z] === RUN   TestCreateServiceMultipleTimes
10:15:28 [2021-04-02T10:15:28.249Z] === RUN   TestV1IDService
10:15:28 [2021-04-02T10:15:28.249Z] --- PASS: TestV1IDService (0.04s)
10:15:28 [2021-04-02T10:15:28.249Z] === RUN   TestV2MetadataService
10:15:29 [2021-04-02T10:15:29.366Z] --- PASS: TestAuthZPluginErrorRequest (1.16s)
10:15:29 [2021-04-02T10:15:29.366Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
10:15:29 [2021-04-02T10:15:29.818Z] === RUN   TestContinueOnError_NonMirrorEndpoint
10:15:29 [2021-04-02T10:15:29.818Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s)
10:15:29 [2021-04-02T10:15:29.818Z] === RUN   TestContinueOnError_MirrorEndpoint
10:15:29 [2021-04-02T10:15:29.818Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s)
10:15:29 [2021-04-02T10:15:29.818Z] === RUN   TestContinueOnError_NeverContinue
10:15:29 [2021-04-02T10:15:29.818Z] --- PASS: TestContinueOnError_NeverContinue (0.00s)
10:15:29 [2021-04-02T10:15:29.818Z] === RUN   TestManifestStore
10:15:29 [2021-04-02T10:15:29.818Z] === RUN   TestManifestStore/no_remote_or_local
10:15:29 [2021-04-02T10:15:29.818Z] --- PASS: TestV2MetadataService (1.37s)
10:15:29 [2021-04-02T10:15:29.818Z] PASS
10:15:29 [2021-04-02T10:15:29.818Z] coverage: 48.2% of statements
10:15:29 [2021-04-02T10:15:29.818Z] ok  	github.com/docker/docker/distribution/metadata	1.484s	coverage: 48.2% of statements
10:15:29 [2021-04-02T10:15:29.818Z] time="2021-04-02T10:15:29Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local232279707\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process."
10:15:29 [2021-04-02T10:15:29.818Z] === RUN   TestManifestStore/no_local_cache
10:15:29 [2021-04-02T10:15:29.818Z] === RUN   TestManifestStore/with_local_cache
10:15:29 [2021-04-02T10:15:29.818Z] === RUN   TestSuccessfulDownload
10:15:29 [2021-04-02T10:15:29.818Z] --- SKIP: TestSuccessfulDownload (0.00s)
10:15:29 [2021-04-02T10:15:29.818Z]     download_test.go:268: Needs fixing on Windows
10:15:29 [2021-04-02T10:15:29.818Z] === RUN   TestCancelledDownload
10:15:29 [2021-04-02T10:15:29.818Z] --- PASS: TestCancelledDownload (0.00s)
10:15:29 [2021-04-02T10:15:29.818Z] === RUN   TestMaxDownloadAttempts
10:15:29 [2021-04-02T10:15:29.818Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
10:15:29 [2021-04-02T10:15:29.818Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
10:15:29 [2021-04-02T10:15:29.818Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
10:15:29 [2021-04-02T10:15:29.818Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
10:15:29 [2021-04-02T10:15:29.818Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
10:15:29 [2021-04-02T10:15:29.818Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
10:15:29 [2021-04-02T10:15:29.818Z] === RUN   TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
10:15:29 [2021-04-02T10:15:29.819Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
10:15:29 [2021-04-02T10:15:29.819Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
10:15:29 [2021-04-02T10:15:29.819Z] === CONT  TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
10:15:29 [2021-04-02T10:15:29.819Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
10:15:29 [2021-04-02T10:15:29.819Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestManifestStore/unknown_media_type
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestManifestStore/unknown_media_type/no_cache
10:15:29 [2021-04-02T10:15:29.819Z] time="2021-04-02T10:15:29Z" level=warning msg="reference for unknown type: "
10:15:29 [2021-04-02T10:15:29.819Z] time="2021-04-02T10:15:29Z" level=warning msg="reference for unknown type: "
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestManifestStore/unknown_media_type/with_cache
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type
10:15:29 [2021-04-02T10:15:29.819Z] time="2021-04-02T10:15:29Z" level=warning msg="reference for unknown type: "
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type
10:15:29 [2021-04-02T10:15:29.819Z] time="2021-04-02T10:15:29Z" level=warning msg="reference for unknown type: "
10:15:29 [2021-04-02T10:15:29.819Z] time="2021-04-02T10:15:29Z" level=warning msg="reference for unknown type: "
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestManifestStore/error_persisting_manifest
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_writer
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_commit
10:15:29 [2021-04-02T10:15:29.819Z] time="2021-04-02T10:15:29Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error"
10:15:29 [2021-04-02T10:15:29.819Z] --- PASS: TestManifestStore (0.31s)
10:15:29 [2021-04-02T10:15:29.819Z]     --- PASS: TestManifestStore/no_remote_or_local (0.16s)
10:15:29 [2021-04-02T10:15:29.819Z]     --- PASS: TestManifestStore/no_local_cache (0.02s)
10:15:29 [2021-04-02T10:15:29.819Z]     --- PASS: TestManifestStore/with_local_cache (0.01s)
10:15:29 [2021-04-02T10:15:29.819Z]     --- PASS: TestManifestStore/unknown_media_type (0.10s)
10:15:29 [2021-04-02T10:15:29.819Z]         --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s)
10:15:29 [2021-04-02T10:15:29.819Z]         --- PASS: TestManifestStore/unknown_media_type/with_cache (0.08s)
10:15:29 [2021-04-02T10:15:29.819Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.07s)
10:15:29 [2021-04-02T10:15:29.819Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s)
10:15:29 [2021-04-02T10:15:29.819Z]     --- PASS: TestManifestStore/error_persisting_manifest (0.02s)
10:15:29 [2021-04-02T10:15:29.819Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s)
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestDetectManifestBlobMediaType
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestDetectManifestBlobMediaType/mediaType_is_set
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestDetectManifestBlobMediaType/oci_manifest
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestDetectManifestBlobMediaType/schema1
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestDetectManifestBlobMediaType/oci_index_fallback
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_config_set
10:15:29 [2021-04-02T10:15:29.819Z] --- PASS: TestDetectManifestBlobMediaType (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z]     --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z]     --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z]     --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestFixManifestLayers
10:15:29 [2021-04-02T10:15:29.819Z] --- PASS: TestFixManifestLayers (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestFixManifestLayersBaseLayerParent
10:15:29 [2021-04-02T10:15:29.819Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z]     pull_v2_test.go:73: Needs fixing on Windows
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestFixManifestLayersBadParent
10:15:29 [2021-04-02T10:15:29.819Z] --- PASS: TestFixManifestLayersBadParent (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestValidateManifest
10:15:29 [2021-04-02T10:15:29.819Z] --- SKIP: TestValidateManifest (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z]     pull_v2_test.go:118: Needs fixing on Windows
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestFormatPlatform
10:15:29 [2021-04-02T10:15:29.819Z] --- PASS: TestFormatPlatform (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestGetRepositoryMountCandidates
10:15:29 [2021-04-02T10:15:29.819Z] --- PASS: TestGetRepositoryMountCandidates (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestLayerAlreadyExists
10:15:29 [2021-04-02T10:15:29.819Z] --- PASS: TestLayerAlreadyExists (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
10:15:29 [2021-04-02T10:15:29.819Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
10:15:29 [2021-04-02T10:15:29.819Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
10:15:29 [2021-04-02T10:15:29.819Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
10:15:29 [2021-04-02T10:15:29.819Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
10:15:29 [2021-04-02T10:15:29.819Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestWhenEmptyAuthConfig
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestNotFound
10:15:29 [2021-04-02T10:15:29.819Z] --- PASS: TestNotFound (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestConflict
10:15:29 [2021-04-02T10:15:29.819Z] --- PASS: TestConflict (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestForbidden
10:15:29 [2021-04-02T10:15:29.819Z] --- PASS: TestForbidden (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestInvalidParameter
10:15:29 [2021-04-02T10:15:29.819Z] --- PASS: TestInvalidParameter (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestNotImplemented
10:15:29 [2021-04-02T10:15:29.819Z] --- PASS: TestNotImplemented (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestNotModified
10:15:29 [2021-04-02T10:15:29.819Z] --- PASS: TestNotModified (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestUnauthorized
10:15:29 [2021-04-02T10:15:29.819Z] --- PASS: TestUnauthorized (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestUnknown
10:15:29 [2021-04-02T10:15:29.819Z] --- PASS: TestUnknown (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestCancelled
10:15:29 [2021-04-02T10:15:29.819Z] --- PASS: TestCancelled (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestDeadline
10:15:29 [2021-04-02T10:15:29.819Z] --- PASS: TestDeadline (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestDataLoss
10:15:29 [2021-04-02T10:15:29.819Z] --- PASS: TestDataLoss (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestUnavailable
10:15:29 [2021-04-02T10:15:29.819Z] --- PASS: TestUnavailable (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestSystem
10:15:29 [2021-04-02T10:15:29.819Z] --- PASS: TestSystem (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestFromStatusCode
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestFromStatusCode/Not_Found
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestFromStatusCode/Bad_Request
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestFromStatusCode/Conflict
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestFromStatusCode/Unauthorized
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestFromStatusCode/Service_Unavailable
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestFromStatusCode/Forbidden
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestFromStatusCode/Not_Modified
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestFromStatusCode/Not_Implemented
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestFromStatusCode/Internal_Server_Error
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestFromStatusCode/Internal_Server_Error#01
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestFromStatusCode/Internal_Server_Error#02
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestFromStatusCode/Internal_Server_Error#03
10:15:29 [2021-04-02T10:15:29.819Z] === RUN   TestFromStatusCode/Internal_Server_Error#04
10:15:29 [2021-04-02T10:15:29.819Z] --- PASS: TestFromStatusCode (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z]     --- PASS: TestFromStatusCode/Not_Found (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z]     --- PASS: TestFromStatusCode/Bad_Request (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z]     --- PASS: TestFromStatusCode/Conflict (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z]     --- PASS: TestFromStatusCode/Unauthorized (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z]     --- PASS: TestFromStatusCode/Service_Unavailable (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z]     --- PASS: TestFromStatusCode/Forbidden (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z]     --- PASS: TestFromStatusCode/Not_Modified (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z]     --- PASS: TestFromStatusCode/Not_Implemented (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z]     --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s)
10:15:29 [2021-04-02T10:15:29.819Z] PASS
10:15:29 [2021-04-02T10:15:29.819Z] coverage: 53.1% of statements
10:15:29 [2021-04-02T10:15:29.819Z] ok  	github.com/docker/docker/errdefs	0.043s	coverage: 53.1% of statements
10:15:29 [2021-04-02T10:15:29.998Z] --- PASS: TestStopContainerWithTimeout (0.01s)
10:15:29 [2021-04-02T10:15:29.998Z]     --- PASS: TestStopContainerWithTimeout/0 (2.15s)
10:15:29 [2021-04-02T10:15:29.998Z]     --- PASS: TestStopContainerWithTimeout/-1 (4.10s)
10:15:29 [2021-04-02T10:15:29.998Z]     --- PASS: TestStopContainerWithTimeout/3 (3.24s)
10:15:29 [2021-04-02T10:15:29.998Z]     --- PASS: TestStopContainerWithTimeout/1 (2.23s)
10:15:29 [2021-04-02T10:15:29.998Z] === RUN   TestDeleteDevicemapper
10:15:29 [2021-04-02T10:15:29.998Z] --- SKIP: TestDeleteDevicemapper (0.00s)
10:15:29 [2021-04-02T10:15:29.998Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
10:15:29 [2021-04-02T10:15:29.998Z] === RUN   TestStopContainerWithRestartPolicyAlways
10:15:30 [2021-04-02T10:15:30.289Z] time="2021-04-02T10:15:29Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
10:15:30 [2021-04-02T10:15:30.289Z] time="2021-04-02T10:15:29Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
10:15:30 [2021-04-02T10:15:30.289Z] time="2021-04-02T10:15:29Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
10:15:30 [2021-04-02T10:15:30.289Z] time="2021-04-02T10:15:29Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
10:15:30 [2021-04-02T10:15:30.289Z] --- PASS: TestMaxDownloadAttempts (0.00s)
10:15:30 [2021-04-02T10:15:30.289Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.43s)
10:15:30 [2021-04-02T10:15:30.289Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.43s)
10:15:30 [2021-04-02T10:15:30.289Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.43s)
10:15:30 [2021-04-02T10:15:30.289Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.43s)
10:15:30 [2021-04-02T10:15:30.289Z] === RUN   TestTransfer
10:15:30 [2021-04-02T10:15:30.289Z] --- PASS: TestTransfer (0.15s)
10:15:30 [2021-04-02T10:15:30.289Z] === RUN   TestConcurrencyLimit
10:15:30 [2021-04-02T10:15:30.749Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (1.20s)
10:15:30 [2021-04-02T10:15:30.749Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
10:15:30 [2021-04-02T10:15:30.759Z] --- PASS: TestConcurrencyLimit (0.38s)
10:15:30 [2021-04-02T10:15:30.759Z] === RUN   TestInactiveJobs
10:15:30 [2021-04-02T10:15:30.759Z] --- PASS: TestWhenEmptyAuthConfig (1.15s)
10:15:30 [2021-04-02T10:15:30.759Z] === RUN   TestPushRegistryWhenAuthInfoEmpty
10:15:30 [2021-04-02T10:15:30.759Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s)
10:15:30 [2021-04-02T10:15:30.759Z] === RUN   TestTokenPassThru
10:15:30 [2021-04-02T10:15:30.759Z] --- PASS: TestTokenPassThru (0.01s)
10:15:30 [2021-04-02T10:15:30.759Z] === RUN   TestTokenPassThruDifferentHost
10:15:30 [2021-04-02T10:15:30.759Z] --- PASS: TestTokenPassThruDifferentHost (0.00s)
10:15:30 [2021-04-02T10:15:30.759Z] PASS
10:15:30 [2021-04-02T10:15:30.759Z] coverage: 23.6% of statements
10:15:30 [2021-04-02T10:15:30.759Z] ok  	github.com/docker/docker/distribution	1.603s	coverage: 23.6% of statements
10:15:31 [2021-04-02T10:15:31.230Z] --- PASS: TestInactiveJobs (0.43s)
10:15:31 [2021-04-02T10:15:31.230Z] === RUN   TestWatchRelease
10:15:31 [2021-04-02T10:15:31.230Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
10:15:31 [2021-04-02T10:15:31.230Z] --- PASS: TestWatchRelease (0.04s)
10:15:31 [2021-04-02T10:15:31.230Z] === RUN   TestWatchFinishedTransfer
10:15:31 [2021-04-02T10:15:31.230Z] --- PASS: TestWatchFinishedTransfer (0.00s)
10:15:31 [2021-04-02T10:15:31.230Z] === RUN   TestDuplicateTransfer
10:15:31 [2021-04-02T10:15:31.230Z] --- PASS: TestDuplicateTransfer (0.04s)
10:15:31 [2021-04-02T10:15:31.230Z] === RUN   TestSuccessfulUpload
10:15:31 [2021-04-02T10:15:31.230Z] === RUN   TestCompare
10:15:31 [2021-04-02T10:15:31.230Z] --- PASS: TestCompare (0.00s)
10:15:31 [2021-04-02T10:15:31.230Z] PASS
10:15:31 [2021-04-02T10:15:31.230Z] coverage: 19.2% of statements
10:15:31 [2021-04-02T10:15:31.230Z] ok  	github.com/docker/docker/image/cache	0.080s	coverage: 19.2% of statements
10:15:31 [2021-04-02T10:15:31.230Z] time="2021-04-02T10:15:31Z" level=error msg="Upload failed, retrying: simulating retry"
10:15:31 [2021-04-02T10:15:31.378Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
10:15:31 [2021-04-02T10:15:31.700Z] --- PASS: TestSuccessfulUpload (0.45s)
10:15:31 [2021-04-02T10:15:31.700Z] === RUN   TestCancelledUpload
10:15:31 [2021-04-02T10:15:31.700Z] --- PASS: TestCancelledUpload (0.00s)
10:15:31 [2021-04-02T10:15:31.700Z] PASS
10:15:31 [2021-04-02T10:15:31.700Z] coverage: 76.8% of statements
10:15:31 [2021-04-02T10:15:31.700Z] ok  	github.com/docker/docker/distribution/xfer	2.009s	coverage: 76.8% of statements
10:15:31 [2021-04-02T10:15:31.700Z] ?   	github.com/docker/docker/dockerversion	[no test files]
10:15:31 [2021-04-02T10:15:31.700Z] === RUN   TestFSGetInvalidData
10:15:31 [2021-04-02T10:15:31.700Z] --- PASS: TestFSGetInvalidData (0.02s)
10:15:31 [2021-04-02T10:15:31.700Z] === RUN   TestFSInvalidSet
10:15:31 [2021-04-02T10:15:31.700Z] --- PASS: TestFSInvalidSet (0.01s)
10:15:31 [2021-04-02T10:15:31.700Z] === RUN   TestFSInvalidRoot
10:15:31 [2021-04-02T10:15:31.700Z] --- PASS: TestFSInvalidRoot (0.01s)
10:15:31 [2021-04-02T10:15:31.700Z] === RUN   TestFSMetadataGetSet
10:15:31 [2021-04-02T10:15:31.700Z] --- PASS: TestFSMetadataGetSet (0.04s)
10:15:31 [2021-04-02T10:15:31.700Z] === RUN   TestFSInvalidWalker
10:15:31 [2021-04-02T10:15:31.700Z] --- PASS: TestFSInvalidWalker (0.01s)
10:15:31 [2021-04-02T10:15:31.700Z] === RUN   TestFSGetSet
10:15:31 [2021-04-02T10:15:31.700Z] --- PASS: TestFSGetSet (0.03s)
10:15:31 [2021-04-02T10:15:31.700Z] === RUN   TestFSGetUnsetKey
10:15:31 [2021-04-02T10:15:31.700Z] --- PASS: TestFSGetUnsetKey (0.01s)
10:15:31 [2021-04-02T10:15:31.700Z] === RUN   TestFSGetEmptyData
10:15:31 [2021-04-02T10:15:31.700Z] --- PASS: TestFSGetEmptyData (0.02s)
10:15:31 [2021-04-02T10:15:31.700Z] === RUN   TestFSDelete
10:15:31 [2021-04-02T10:15:31.700Z] --- PASS: TestFSDelete (0.02s)
10:15:31 [2021-04-02T10:15:31.700Z] === RUN   TestFSWalker
10:15:31 [2021-04-02T10:15:31.700Z] --- PASS: TestFSWalker (0.02s)
10:15:31 [2021-04-02T10:15:31.700Z] === RUN   TestFSWalkerStopOnError
10:15:31 [2021-04-02T10:15:31.700Z] --- PASS: TestFSWalkerStopOnError (0.02s)
10:15:31 [2021-04-02T10:15:31.700Z] === RUN   TestNewFromJSON
10:15:31 [2021-04-02T10:15:31.700Z] --- PASS: TestNewFromJSON (0.00s)
10:15:31 [2021-04-02T10:15:31.700Z] === RUN   TestNewFromJSONWithInvalidJSON
10:15:32 [2021-04-02T10:15:32.273Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s)
10:15:32 [2021-04-02T10:15:32.273Z] === RUN   TestMarshalKeyOrder
10:15:32 [2021-04-02T10:15:32.273Z] --- PASS: TestMarshalKeyOrder (0.00s)
10:15:32 [2021-04-02T10:15:32.273Z] === RUN   TestHistoryEqual
10:15:32 [2021-04-02T10:15:32.273Z] --- PASS: TestHistoryEqual (0.14s)
10:15:32 [2021-04-02T10:15:32.273Z] === RUN   TestImage
10:15:32 [2021-04-02T10:15:32.273Z] --- PASS: TestImage (0.00s)
10:15:32 [2021-04-02T10:15:32.273Z] === RUN   TestImageOSNotEmpty
10:15:32 [2021-04-02T10:15:32.273Z] --- PASS: TestImageOSNotEmpty (0.00s)
10:15:32 [2021-04-02T10:15:32.273Z] === RUN   TestNewChildImageFromImageWithRootFS
10:15:32 [2021-04-02T10:15:32.273Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s)
10:15:32 [2021-04-02T10:15:32.273Z] === RUN   TestCreate
10:15:32 [2021-04-02T10:15:32.273Z] --- PASS: TestCreate (0.00s)
10:15:32 [2021-04-02T10:15:32.273Z] === RUN   TestRestore
10:15:32 [2021-04-02T10:15:32.273Z] time="2021-04-02T10:15:31Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value"
10:15:32 [2021-04-02T10:15:32.273Z] --- PASS: TestRestore (0.07s)
10:15:32 [2021-04-02T10:15:32.273Z] === RUN   TestAddDelete
10:15:32 [2021-04-02T10:15:32.273Z] --- PASS: TestAddDelete (0.02s)
10:15:32 [2021-04-02T10:15:32.273Z] === RUN   TestSearchAfterDelete
10:15:32 [2021-04-02T10:15:32.273Z] --- PASS: TestSearchAfterDelete (0.01s)
10:15:32 [2021-04-02T10:15:32.273Z] === RUN   TestParentReset
10:15:32 [2021-04-02T10:15:32.273Z] --- PASS: TestParentReset (0.03s)
10:15:32 [2021-04-02T10:15:32.273Z] === RUN   TestGetAndSetLastUpdated
10:15:32 [2021-04-02T10:15:32.273Z] --- PASS: TestGetAndSetLastUpdated (0.02s)
10:15:32 [2021-04-02T10:15:32.273Z] === RUN   TestStoreLen
10:15:32 [2021-04-02T10:15:32.273Z] --- PASS: TestStoreLen (0.10s)
10:15:32 [2021-04-02T10:15:32.273Z] PASS
10:15:32 [2021-04-02T10:15:32.273Z] coverage: 86.6% of statements
10:15:32 [2021-04-02T10:15:32.273Z] ok  	github.com/docker/docker/image	0.695s	coverage: 86.6% of statements
10:15:33 [2021-04-02T10:15:33.264Z] === RUN   TestMakeV1ConfigFromConfig
10:15:33 [2021-04-02T10:15:33.264Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s)
10:15:33 [2021-04-02T10:15:33.264Z] PASS
10:15:33 [2021-04-02T10:15:33.264Z] coverage: 25.0% of statements
10:15:33 [2021-04-02T10:15:33.264Z] ok  	github.com/docker/docker/image/v1	0.092s	coverage: 25.0% of statements
10:15:33 [2021-04-02T10:15:33.291Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.66s)
10:15:33 [2021-04-02T10:15:33.291Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
10:15:33 [2021-04-02T10:15:33.734Z] === RUN   TestValidateManifest
10:15:33 [2021-04-02T10:15:33.734Z] === RUN   TestValidateManifest/nil
10:15:33 [2021-04-02T10:15:33.734Z] === RUN   TestValidateManifest/non-nil
10:15:33 [2021-04-02T10:15:33.734Z] --- PASS: TestValidateManifest (0.00s)
10:15:33 [2021-04-02T10:15:33.734Z]     --- PASS: TestValidateManifest/nil (0.00s)
10:15:33 [2021-04-02T10:15:33.734Z]     --- PASS: TestValidateManifest/non-nil (0.00s)
10:15:33 [2021-04-02T10:15:33.734Z] PASS
10:15:33 [2021-04-02T10:15:33.734Z] coverage: 0.6% of statements
10:15:33 [2021-04-02T10:15:33.734Z] ok  	github.com/docker/docker/image/tarexport	0.232s	coverage: 0.6% of statements
10:15:33 [2021-04-02T10:15:33.734Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
10:15:34 [2021-04-02T10:15:34.682Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
10:15:34 [2021-04-02T10:15:34.723Z] === RUN   TestSerialization
10:15:34 [2021-04-02T10:15:34.724Z] --- PASS: TestSerialization (0.02s)
10:15:34 [2021-04-02T10:15:34.724Z] PASS
10:15:34 [2021-04-02T10:15:34.724Z] coverage: 100.0% of statements
10:15:34 [2021-04-02T10:15:34.724Z] ok  	github.com/docker/docker/libcontainerd/queue	0.133s	coverage: 100.0% of statements
10:15:35 [2021-04-02T10:15:35.718Z] === RUN   TestEmptyLayer
10:15:35 [2021-04-02T10:15:35.718Z] --- PASS: TestEmptyLayer (0.00s)
10:15:35 [2021-04-02T10:15:35.718Z] === RUN   TestCommitFailure
10:15:35 [2021-04-02T10:15:35.718Z] --- PASS: TestCommitFailure (0.01s)
10:15:35 [2021-04-02T10:15:35.718Z] === RUN   TestStartTransactionFailure
10:15:35 [2021-04-02T10:15:35.718Z] --- PASS: TestStartTransactionFailure (0.00s)
10:15:35 [2021-04-02T10:15:35.718Z] === RUN   TestGetOrphan
10:15:35 [2021-04-02T10:15:35.718Z] --- PASS: TestGetOrphan (0.01s)
10:15:35 [2021-04-02T10:15:35.718Z] === RUN   TestMountAndRegister
10:15:35 [2021-04-02T10:15:35.718Z] --- PASS: TestMountAndRegister (0.05s)
10:15:35 [2021-04-02T10:15:35.718Z]     layer_test.go:271: Layer size: 14
10:15:35 [2021-04-02T10:15:35.718Z] === RUN   TestLayerRelease
10:15:35 [2021-04-02T10:15:35.718Z] --- SKIP: TestLayerRelease (0.00s)
10:15:35 [2021-04-02T10:15:35.718Z]     layer_test.go:304: Failing on Windows
10:15:35 [2021-04-02T10:15:35.718Z] === RUN   TestStoreRestore
10:15:35 [2021-04-02T10:15:35.718Z] --- SKIP: TestStoreRestore (0.00s)
10:15:35 [2021-04-02T10:15:35.718Z]     layer_test.go:353: Failing on Windows
10:15:35 [2021-04-02T10:15:35.718Z] === RUN   TestTarStreamStability
10:15:35 [2021-04-02T10:15:35.718Z] --- SKIP: TestTarStreamStability (0.00s)
10:15:35 [2021-04-02T10:15:35.718Z]     layer_test.go:468: Failing on Windows
10:15:35 [2021-04-02T10:15:35.718Z] === RUN   TestRegisterExistingLayer
10:15:35 [2021-04-02T10:15:35.718Z] === RUN   TestEnvironmentParsing
10:15:35 [2021-04-02T10:15:35.718Z] --- PASS: TestEnvironmentParsing (0.00s)
10:15:35 [2021-04-02T10:15:35.718Z] PASS
10:15:35 [2021-04-02T10:15:35.718Z] coverage: 1.0% of statements
10:15:35 [2021-04-02T10:15:35.718Z] ok  	github.com/docker/docker/libcontainerd/local	0.078s	coverage: 1.0% of statements
10:15:35 [2021-04-02T10:15:35.718Z] --- PASS: TestRegisterExistingLayer (0.25s)
10:15:35 [2021-04-02T10:15:35.718Z] === RUN   TestTarStreamVerification
10:15:35 [2021-04-02T10:15:35.718Z] --- SKIP: TestTarStreamVerification (0.00s)
10:15:35 [2021-04-02T10:15:35.718Z]     layer_test.go:697: Failing on Windows
10:15:35 [2021-04-02T10:15:35.718Z] === RUN   TestLayerMigration
10:15:35 [2021-04-02T10:15:35.718Z] --- SKIP: TestLayerMigration (0.00s)
10:15:35 [2021-04-02T10:15:35.718Z]     migration_test.go:46: Failing on Windows
10:15:35 [2021-04-02T10:15:35.718Z] === RUN   TestLayerMigrationNoTarsplit
10:15:35 [2021-04-02T10:15:35.718Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s)
10:15:35 [2021-04-02T10:15:35.718Z]     migration_test.go:182: Failing on Windows
10:15:35 [2021-04-02T10:15:35.718Z] === RUN   TestMountInit
10:15:35 [2021-04-02T10:15:35.718Z] --- SKIP: TestMountInit (0.00s)
10:15:35 [2021-04-02T10:15:35.718Z]     mount_test.go:17: Failing on Windows
10:15:35 [2021-04-02T10:15:35.718Z] === RUN   TestMountSize
10:15:35 [2021-04-02T10:15:35.718Z] --- SKIP: TestMountSize (0.00s)
10:15:35 [2021-04-02T10:15:35.718Z]     mount_test.go:76: Failing on Windows
10:15:35 [2021-04-02T10:15:35.718Z] === RUN   TestMountChanges
10:15:35 [2021-04-02T10:15:35.718Z] --- SKIP: TestMountChanges (0.00s)
10:15:35 [2021-04-02T10:15:35.718Z]     mount_test.go:125: Failing on Windows
10:15:35 [2021-04-02T10:15:35.718Z] === RUN   TestMountApply
10:15:35 [2021-04-02T10:15:35.718Z] --- SKIP: TestMountApply (0.00s)
10:15:35 [2021-04-02T10:15:35.718Z]     mount_test.go:212: Failing on Windows
10:15:35 [2021-04-02T10:15:35.718Z] PASS
10:15:35 [2021-04-02T10:15:35.718Z] coverage: 30.1% of statements
10:15:35 [2021-04-02T10:15:35.718Z] ok  	github.com/docker/docker/layer	0.401s	coverage: 30.1% of statements
10:15:35 [2021-04-02T10:15:35.718Z] === RUN   TestAppendDevicePermissionsFromCgroupRules
10:15:35 [2021-04-02T10:15:35.718Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/empty_rule
10:15:35 [2021-04-02T10:15:35.718Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column
10:15:35 [2021-04-02T10:15:35.718Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column
10:15:35 [2021-04-02T10:15:35.718Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/leading_spaces
10:15:35 [2021-04-02T10:15:35.718Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/trailing_spaces
10:15:35 [2021-04-02T10:15:35.718Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/unknown_device_type
10:15:35 [2021-04-02T10:15:35.832Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.66s)
10:15:35 [2021-04-02T10:15:35.832Z] === RUN   TestAuthZPluginHeader
10:15:36 [2021-04-02T10:15:36.189Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_type
10:15:36 [2021-04-02T10:15:36.189Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_colon
10:15:36 [2021-04-02T10:15:36.189Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor
10:15:36 [2021-04-02T10:15:36.189Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_major_device
10:15:36 [2021-04-02T10:15:36.189Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_minor_device
10:15:36 [2021-04-02T10:15:36.189Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_permissions
10:15:36 [2021-04-02T10:15:36.189Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_permissions
10:15:36 [2021-04-02T10:15:36.189Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/too_many_permissions
10:15:36 [2021-04-02T10:15:36.189Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/major_out_of_range
10:15:36 [2021-04-02T10:15:36.189Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range
10:15:36 [2021-04-02T10:15:36.189Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices
10:15:36 [2021-04-02T10:15:36.189Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices
10:15:36 [2021-04-02T10:15:36.189Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices
10:15:36 [2021-04-02T10:15:36.189Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions
10:15:36 [2021-04-02T10:15:36.189Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major
10:15:36 [2021-04-02T10:15:36.189Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_minor
10:15:36 [2021-04-02T10:15:36.189Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor
10:15:36 [2021-04-02T10:15:36.189Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission
10:15:36 [2021-04-02T10:15:36.189Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission
10:15:36 [2021-04-02T10:15:36.189Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission
10:15:36 [2021-04-02T10:15:36.189Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission
10:15:36 [2021-04-02T10:15:36.189Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s)
10:15:36 [2021-04-02T10:15:36.189Z] PASS
10:15:36 [2021-04-02T10:15:36.189Z] coverage: 42.3% of statements
10:15:36 [2021-04-02T10:15:36.189Z] ok  	github.com/docker/docker/oci	0.118s	coverage: 42.3% of statements
10:15:36 [2021-04-02T10:15:36.189Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
10:15:36 [2021-04-02T10:15:36.189Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
10:15:36 [2021-04-02T10:15:36.189Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
10:15:36 [2021-04-02T10:15:36.189Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
10:15:36 [2021-04-02T10:15:36.189Z] ?   	github.com/docker/docker/oci/caps	[no test files]
10:15:36 [2021-04-02T10:15:36.587Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.49s)
10:15:36 [2021-04-02T10:15:36.587Z] === RUN   TestUpdateMemory
10:15:36 [2021-04-02T10:15:36.587Z] --- SKIP: TestUpdateMemory (0.00s)
10:15:36 [2021-04-02T10:15:36.587Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
10:15:36 [2021-04-02T10:15:36.587Z] === RUN   TestUpdateCPUQuota
10:15:36 [2021-04-02T10:15:36.659Z] === RUN   TestParseVersion
10:15:36 [2021-04-02T10:15:36.659Z] --- PASS: TestParseVersion (0.00s)
10:15:36 [2021-04-02T10:15:36.659Z] PASS
10:15:36 [2021-04-02T10:15:36.659Z] coverage: 52.9% of statements
10:15:36 [2021-04-02T10:15:36.659Z] ok  	github.com/docker/docker/pkg/aaparser	0.037s	coverage: 52.9% of statements
10:15:36 [2021-04-02T10:15:36.659Z] === RUN   TestAddressPoolOpt
10:15:36 [2021-04-02T10:15:36.659Z] --- PASS: TestAddressPoolOpt (0.00s)
10:15:36 [2021-04-02T10:15:36.659Z] === RUN   TestValidateEnv
10:15:36 [2021-04-02T10:15:36.659Z] === RUN   TestValidateEnv/a
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateEnv/something
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateEnv/_=a
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateEnv/env1=value1
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateEnv/_env1=value1
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateEnv/env2=value2=value3
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateEnv/env3=abc!qwe
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateEnv/env_4=value_4
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateEnv/PATH
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateEnv/=a
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateEnv/PATH=
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateEnv/PATH=something
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateEnv/asd!qwe
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateEnv/1asd
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateEnv/123
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateEnv/some_space
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateEnv/__some_space_before
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateEnv/some_space_after__
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateEnv/=
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateEnv/PaTh
10:15:37 [2021-04-02T10:15:37.129Z] --- PASS: TestValidateEnv (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateEnv/a (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateEnv/something (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateEnv/_=a (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateEnv/env1=value1 (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateEnv/_env1=value1 (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateEnv/env2=value2=value3 (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateEnv/env3=abc!qwe (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateEnv/env_4=value_4 (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateEnv/PATH (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateEnv/=a (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateEnv/PATH= (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateEnv/PATH=something (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateEnv/asd!qwe (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateEnv/1asd (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateEnv/123 (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateEnv/some_space (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateEnv/__some_space_before (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateEnv/some_space_after__ (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateEnv/= (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateEnv/PaTh (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestParseHost
10:15:37 [2021-04-02T10:15:37.129Z] --- PASS: TestParseHost (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestParseDockerDaemonHost
10:15:37 [2021-04-02T10:15:37.129Z] --- PASS: TestParseDockerDaemonHost (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestParseTCP
10:15:37 [2021-04-02T10:15:37.129Z] --- PASS: TestParseTCP (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestParseInvalidUnixAddrInvalid
10:15:37 [2021-04-02T10:15:37.129Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateExtraHosts
10:15:37 [2021-04-02T10:15:37.129Z] --- PASS: TestValidateExtraHosts (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestIpOptString
10:15:37 [2021-04-02T10:15:37.129Z] --- PASS: TestIpOptString (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestNewIpOptInvalidDefaultVal
10:15:37 [2021-04-02T10:15:37.129Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestNewIpOptValidDefaultVal
10:15:37 [2021-04-02T10:15:37.129Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestIpOptSetInvalidVal
10:15:37 [2021-04-02T10:15:37.129Z] --- PASS: TestIpOptSetInvalidVal (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateIPAddress
10:15:37 [2021-04-02T10:15:37.129Z] --- PASS: TestValidateIPAddress (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestMapOpts
10:15:37 [2021-04-02T10:15:37.129Z] --- PASS: TestMapOpts (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestListOptsWithoutValidator
10:15:37 [2021-04-02T10:15:37.129Z] --- PASS: TestListOptsWithoutValidator (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestListOptsWithValidator
10:15:37 [2021-04-02T10:15:37.129Z] --- PASS: TestListOptsWithValidator (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateDNSSearch
10:15:37 [2021-04-02T10:15:37.129Z] --- PASS: TestValidateDNSSearch (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateLabel
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateLabel/lable_with_bad_attribute_format
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateLabel/label_with_general_format
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateLabel/label_with_more_than_one_=
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateLabel/label_with_one_more
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateLabel/label_with_no_reserved_com.docker.*
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateLabel/label_with_no_reserved_io.docker.*
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateLabel/label_with_no_reserved_org.dockerproject.*
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateLabel/label_with_reserved_com.docker.*
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateLabel/label_with_reserved_upcase_com.docker.*_
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateLabel/label_with_reserved_io.docker.*
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateLabel/label_with_reserved_upcase_io.docker.*
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateLabel/label_with_reserved_org.dockerproject.*
10:15:37 [2021-04-02T10:15:37.129Z] === RUN   TestValidateLabel/label_with_reserved_upcase_org.dockerproject.*
10:15:37 [2021-04-02T10:15:37.129Z] --- PASS: TestValidateLabel (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateLabel/label_with_general_format (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateLabel/label_with_one_more (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s)
10:15:37 [2021-04-02T10:15:37.129Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s)
10:15:37 [2021-04-02T10:15:37.130Z]     --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s)
10:15:37 [2021-04-02T10:15:37.130Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s)
10:15:37 [2021-04-02T10:15:37.130Z] === RUN   TestNamedListOpts
10:15:37 [2021-04-02T10:15:37.130Z] --- PASS: TestNamedListOpts (0.00s)
10:15:37 [2021-04-02T10:15:37.130Z] === RUN   TestNamedMapOpts
10:15:37 [2021-04-02T10:15:37.130Z] --- PASS: TestNamedMapOpts (0.00s)
10:15:37 [2021-04-02T10:15:37.130Z] === RUN   TestParseLink
10:15:37 [2021-04-02T10:15:37.130Z] --- PASS: TestParseLink (0.00s)
10:15:37 [2021-04-02T10:15:37.130Z] === RUN   TestQuotedStringSetWithQuotes
10:15:37 [2021-04-02T10:15:37.130Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s)
10:15:37 [2021-04-02T10:15:37.130Z] === RUN   TestQuotedStringSetWithMismatchedQuotes
10:15:37 [2021-04-02T10:15:37.130Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s)
10:15:37 [2021-04-02T10:15:37.130Z] === RUN   TestQuotedStringSetWithNoQuotes
10:15:37 [2021-04-02T10:15:37.130Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s)
10:15:37 [2021-04-02T10:15:37.130Z] === RUN   TestUlimitOpt
10:15:37 [2021-04-02T10:15:37.130Z] --- PASS: TestUlimitOpt (0.00s)
10:15:37 [2021-04-02T10:15:37.130Z] PASS
10:15:37 [2021-04-02T10:15:37.130Z] coverage: 67.1% of statements
10:15:37 [2021-04-02T10:15:37.130Z] ok  	github.com/docker/docker/opts	0.160s	coverage: 67.1% of statements
10:15:37 [2021-04-02T10:15:37.218Z] --- PASS: TestAuthZPluginHeader (1.44s)
10:15:37 [2021-04-02T10:15:37.218Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
10:15:37 [2021-04-02T10:15:37.218Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.01s)
10:15:37 [2021-04-02T10:15:37.218Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:15:37 [2021-04-02T10:15:37.218Z] === RUN   TestAuthZPluginV2Disable
10:15:37 [2021-04-02T10:15:37.218Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
10:15:37 [2021-04-02T10:15:37.218Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:15:37 [2021-04-02T10:15:37.218Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
10:15:37 [2021-04-02T10:15:37.218Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
10:15:37 [2021-04-02T10:15:37.218Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:15:37 [2021-04-02T10:15:37.218Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
10:15:37 [2021-04-02T10:15:37.218Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
10:15:37 [2021-04-02T10:15:37.218Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:15:37 [2021-04-02T10:15:37.218Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
10:15:38 [2021-04-02T10:15:38.120Z] === RUN   TestUnbuffered
10:15:38 [2021-04-02T10:15:38.120Z] --- PASS: TestUnbuffered (0.00s)
10:15:38 [2021-04-02T10:15:38.120Z] === RUN   TestRaceUnbuffered
10:15:38 [2021-04-02T10:15:38.120Z] --- PASS: TestRaceUnbuffered (0.00s)
10:15:38 [2021-04-02T10:15:38.120Z] PASS
10:15:38 [2021-04-02T10:15:38.120Z] coverage: 100.0% of statements
10:15:38 [2021-04-02T10:15:38.120Z] ok  	github.com/docker/docker/pkg/broadcaster	0.055s	coverage: 100.0% of statements
10:15:38 [2021-04-02T10:15:38.120Z] === RUN   TestPeerCertificateMarshalJSON
10:15:38 [2021-04-02T10:15:38.494Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
10:15:38 [2021-04-02T10:15:38.590Z] === RUN   TestPeerCertificateMarshalJSON/Marshalling_:
10:15:38 [2021-04-02T10:15:38.590Z] === RUN   TestPeerCertificateMarshalJSON/UnMarshalling_:
10:15:38 [2021-04-02T10:15:38.590Z] --- PASS: TestPeerCertificateMarshalJSON (0.38s)
10:15:38 [2021-04-02T10:15:38.590Z]     --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s)
10:15:38 [2021-04-02T10:15:38.590Z]     --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s)
10:15:38 [2021-04-02T10:15:38.590Z] === RUN   TestMiddleware
10:15:38 [2021-04-02T10:15:38.590Z] --- PASS: TestMiddleware (0.00s)
10:15:38 [2021-04-02T10:15:38.590Z] === RUN   TestNewResponseModifier
10:15:38 [2021-04-02T10:15:38.590Z] --- PASS: TestNewResponseModifier (0.00s)
10:15:38 [2021-04-02T10:15:38.590Z] PASS
10:15:38 [2021-04-02T10:15:38.590Z] coverage: 26.8% of statements
10:15:38 [2021-04-02T10:15:38.590Z] ok  	github.com/docker/docker/pkg/authorization	0.495s	coverage: 26.8% of statements
10:15:38 [2021-04-02T10:15:38.590Z] === RUN   TestMatch
10:15:38 [2021-04-02T10:15:38.590Z] === RUN   TestMatch/[[]]
10:15:38 [2021-04-02T10:15:38.590Z] === RUN   TestMatch/[[foo]]
10:15:38 [2021-04-02T10:15:38.590Z] === RUN   TestMatch/[[bar]_[foo]]
10:15:38 [2021-04-02T10:15:38.590Z] === RUN   TestMatch/[[foo_bar]]
10:15:38 [2021-04-02T10:15:38.590Z] === RUN   TestMatch/[[qux]_[foo]]
10:15:38 [2021-04-02T10:15:38.590Z] === RUN   TestMatch/[[foo_bar]_[baz]_[bar]]
10:15:38 [2021-04-02T10:15:38.590Z] === RUN   TestMatch/[]
10:15:38 [2021-04-02T10:15:38.590Z] === RUN   TestMatch/[]#01
10:15:38 [2021-04-02T10:15:38.590Z] === RUN   TestMatch/[[qux]]
10:15:38 [2021-04-02T10:15:38.590Z] === RUN   TestMatch/[[foo_bar_qux]]
10:15:38 [2021-04-02T10:15:38.590Z] === RUN   TestMatch/[[qux]_[baz]]
10:15:38 [2021-04-02T10:15:38.590Z] === RUN   TestMatch/[[foo_baz]]
10:15:38 [2021-04-02T10:15:38.590Z] --- PASS: TestMatch (0.00s)
10:15:38 [2021-04-02T10:15:38.590Z]     --- PASS: TestMatch/[[]] (0.00s)
10:15:38 [2021-04-02T10:15:38.590Z]     --- PASS: TestMatch/[[foo]] (0.00s)
10:15:38 [2021-04-02T10:15:38.590Z]     --- PASS: TestMatch/[[bar]_[foo]] (0.00s)
10:15:38 [2021-04-02T10:15:38.590Z]     --- PASS: TestMatch/[[foo_bar]] (0.00s)
10:15:38 [2021-04-02T10:15:38.590Z]     --- PASS: TestMatch/[[qux]_[foo]] (0.00s)
10:15:38 [2021-04-02T10:15:38.590Z]     --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s)
10:15:38 [2021-04-02T10:15:38.590Z]     --- PASS: TestMatch/[] (0.00s)
10:15:38 [2021-04-02T10:15:38.590Z]     --- PASS: TestMatch/[]#01 (0.00s)
10:15:38 [2021-04-02T10:15:38.590Z]     --- PASS: TestMatch/[[qux]] (0.00s)
10:15:38 [2021-04-02T10:15:38.590Z]     --- PASS: TestMatch/[[foo_bar_qux]] (0.00s)
10:15:38 [2021-04-02T10:15:38.590Z]     --- PASS: TestMatch/[[qux]_[baz]] (0.00s)
10:15:38 [2021-04-02T10:15:38.590Z]     --- PASS: TestMatch/[[foo_baz]] (0.00s)
10:15:38 [2021-04-02T10:15:38.590Z] PASS
10:15:38 [2021-04-02T10:15:38.590Z] coverage: 87.5% of statements
10:15:38 [2021-04-02T10:15:38.590Z] ok  	github.com/docker/docker/pkg/capabilities	0.117s	coverage: 87.5% of statements
10:15:39 [2021-04-02T10:15:39.060Z] === RUN   TestIsArchivePathDir
10:15:39 [2021-04-02T10:15:39.060Z] --- PASS: TestIsArchivePathDir (0.08s)
10:15:39 [2021-04-02T10:15:39.060Z] === RUN   TestIsArchivePathInvalidFile
10:15:39 [2021-04-02T10:15:39.063Z] === RUN   TestDockerSuite/TestBuildClearCmd
10:15:39 [2021-04-02T10:15:39.322Z] === RUN   TestDockerSuite/TestBuildCmd
10:15:39 [2021-04-02T10:15:39.531Z] === RUN   TestSizeEmpty
10:15:39 [2021-04-02T10:15:39.531Z] --- PASS: TestSizeEmpty (0.00s)
10:15:39 [2021-04-02T10:15:39.531Z] === RUN   TestSizeEmptyFile
10:15:39 [2021-04-02T10:15:39.531Z] --- PASS: TestSizeEmptyFile (0.00s)
10:15:39 [2021-04-02T10:15:39.531Z] === RUN   TestSizeNonemptyFile
10:15:39 [2021-04-02T10:15:39.531Z] --- PASS: TestSizeNonemptyFile (0.00s)
10:15:39 [2021-04-02T10:15:39.531Z] === RUN   TestSizeNestedDirectoryEmpty
10:15:39 [2021-04-02T10:15:39.531Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s)
10:15:39 [2021-04-02T10:15:39.531Z] === RUN   TestSizeFileAndNestedDirectoryEmpty
10:15:39 [2021-04-02T10:15:39.531Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s)
10:15:39 [2021-04-02T10:15:39.531Z] === RUN   TestSizeFileAndNestedDirectoryNonempty
10:15:39 [2021-04-02T10:15:39.531Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s)
10:15:39 [2021-04-02T10:15:39.531Z] === RUN   TestMoveToSubdir
10:15:39 [2021-04-02T10:15:39.531Z] --- PASS: TestMoveToSubdir (0.00s)
10:15:39 [2021-04-02T10:15:39.531Z] === RUN   TestSizeNonExistingDirectory
10:15:39 [2021-04-02T10:15:39.531Z] --- PASS: TestSizeNonExistingDirectory (0.00s)
10:15:39 [2021-04-02T10:15:39.531Z] PASS
10:15:39 [2021-04-02T10:15:39.531Z] coverage: 80.0% of statements
10:15:39 [2021-04-02T10:15:39.531Z] ok  	github.com/docker/docker/pkg/directory	0.054s	coverage: 80.0% of statements
10:15:39 [2021-04-02T10:15:39.531Z] --- PASS: TestIsArchivePathInvalidFile (0.13s)
10:15:39 [2021-04-02T10:15:39.531Z] === RUN   TestIsArchivePathTar
10:15:39 [2021-04-02T10:15:39.531Z] === RUN   TestChrootTarUntar
10:15:39 [2021-04-02T10:15:39.531Z] --- SKIP: TestChrootTarUntar (0.00s)
10:15:39 [2021-04-02T10:15:39.531Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
10:15:39 [2021-04-02T10:15:39.531Z] === RUN   TestChrootUntarWithHugeExcludesList
10:15:39 [2021-04-02T10:15:39.531Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s)
10:15:39 [2021-04-02T10:15:39.531Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
10:15:39 [2021-04-02T10:15:39.531Z] === RUN   TestChrootUntarEmptyArchive
10:15:39 [2021-04-02T10:15:39.531Z] --- PASS: TestChrootUntarEmptyArchive (0.00s)
10:15:39 [2021-04-02T10:15:39.531Z] === RUN   TestChrootTarUntarWithSymlink
10:15:39 [2021-04-02T10:15:39.531Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s)
10:15:39 [2021-04-02T10:15:39.531Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
10:15:39 [2021-04-02T10:15:39.531Z] === RUN   TestChrootCopyWithTar
10:15:39 [2021-04-02T10:15:39.531Z] --- SKIP: TestChrootCopyWithTar (0.00s)
10:15:39 [2021-04-02T10:15:39.531Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
10:15:39 [2021-04-02T10:15:39.531Z] === RUN   TestChrootCopyFileWithTar
10:15:39 [2021-04-02T10:15:39.531Z] --- SKIP: TestChrootCopyFileWithTar (0.00s)
10:15:39 [2021-04-02T10:15:39.531Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
10:15:39 [2021-04-02T10:15:39.531Z] === RUN   TestChrootUntarPath
10:15:39 [2021-04-02T10:15:39.531Z] --- SKIP: TestChrootUntarPath (0.00s)
10:15:39 [2021-04-02T10:15:39.531Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
10:15:39 [2021-04-02T10:15:39.531Z] === RUN   TestChrootUntarEmptyArchiveFromSlowReader
10:15:39 [2021-04-02T10:15:39.531Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
10:15:39 [2021-04-02T10:15:39.531Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
10:15:39 [2021-04-02T10:15:39.531Z] === RUN   TestChrootApplyEmptyArchiveFromSlowReader
10:15:39 [2021-04-02T10:15:39.531Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
10:15:39 [2021-04-02T10:15:39.531Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
10:15:39 [2021-04-02T10:15:39.531Z] === RUN   TestChrootApplyDotDotFile
10:15:39 [2021-04-02T10:15:39.531Z] --- SKIP: TestChrootApplyDotDotFile (0.00s)
10:15:39 [2021-04-02T10:15:39.531Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
10:15:39 [2021-04-02T10:15:39.531Z] PASS
10:15:39 [2021-04-02T10:15:39.531Z] coverage: 15.4% of statements
10:15:39 [2021-04-02T10:15:39.531Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.090s	coverage: 15.4% of statements
10:15:39 [2021-04-02T10:15:39.531Z] --- PASS: TestIsArchivePathTar (0.16s)
10:15:39 [2021-04-02T10:15:39.531Z] === RUN   TestDecompressStreamGzip
10:15:39 [2021-04-02T10:15:39.531Z] --- PASS: TestDecompressStreamGzip (0.14s)
10:15:39 [2021-04-02T10:15:39.531Z] === RUN   TestDecompressStreamBzip2
10:15:39 [2021-04-02T10:15:39.581Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
10:15:39 [2021-04-02T10:15:39.841Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
10:15:40 [2021-04-02T10:15:40.001Z] --- PASS: TestDecompressStreamBzip2 (0.10s)
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   TestDecompressStreamXz
10:15:40 [2021-04-02T10:15:40.002Z] --- SKIP: TestDecompressStreamXz (0.00s)
10:15:40 [2021-04-02T10:15:40.002Z]     archive_test.go:134: Xz not present in msys2
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   TestCompressStreamXzUnsupported
10:15:40 [2021-04-02T10:15:40.002Z] --- PASS: TestCompressStreamXzUnsupported (0.00s)
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   TestCompressStreamBzip2Unsupported
10:15:40 [2021-04-02T10:15:40.002Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s)
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   TestCompressStreamInvalid
10:15:40 [2021-04-02T10:15:40.002Z] --- PASS: TestCompressStreamInvalid (0.00s)
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   TestExtensionInvalid
10:15:40 [2021-04-02T10:15:40.002Z] --- PASS: TestExtensionInvalid (0.00s)
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   TestExtensionUncompressed
10:15:40 [2021-04-02T10:15:40.002Z] --- PASS: TestExtensionUncompressed (0.00s)
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   TestExtensionBzip2
10:15:40 [2021-04-02T10:15:40.002Z] --- PASS: TestExtensionBzip2 (0.00s)
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   TestExtensionGzip
10:15:40 [2021-04-02T10:15:40.002Z] --- PASS: TestExtensionGzip (0.00s)
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   TestExtensionXz
10:15:40 [2021-04-02T10:15:40.002Z] --- PASS: TestExtensionXz (0.00s)
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   TestCmdStreamLargeStderr
10:15:40 [2021-04-02T10:15:40.002Z] --- PASS: TestCmdStreamLargeStderr (0.11s)
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   TestCmdStreamBad
10:15:40 [2021-04-02T10:15:40.002Z] --- SKIP: TestCmdStreamBad (0.00s)
10:15:40 [2021-04-02T10:15:40.002Z]     archive_test.go:239: Failing on Windows CI machines
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   TestCmdStreamGood
10:15:40 [2021-04-02T10:15:40.002Z] --- PASS: TestCmdStreamGood (0.04s)
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   TestUntarPathWithInvalidDest
10:15:40 [2021-04-02T10:15:40.002Z] --- PASS: TestUntarPathWithInvalidDest (0.12s)
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   TestUntarPathWithInvalidSrc
10:15:40 [2021-04-02T10:15:40.002Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s)
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   TestUntarPath
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   Test
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   Test/TestContainsEntry
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   Test/TestCreateEntries
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   Test/TestEntriesDiff
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   Test/TestEntriesEquality
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeEnd
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeStart
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   Test/TestGeneratorMatchFailedNotGenerate
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   Test/TestGeneratorNotGenerate
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   Test/TestGeneratorWithPort
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   Test/TestGeneratorWithPortNotGenerate
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   Test/TestNewEntry
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   Test/TestParse
10:15:40 [2021-04-02T10:15:40.002Z] --- PASS: Test (0.00s)
10:15:40 [2021-04-02T10:15:40.002Z]     --- PASS: Test/TestContainsEntry (0.00s)
10:15:40 [2021-04-02T10:15:40.002Z]     --- PASS: Test/TestCreateEntries (0.00s)
10:15:40 [2021-04-02T10:15:40.002Z]     --- PASS: Test/TestEntriesDiff (0.00s)
10:15:40 [2021-04-02T10:15:40.002Z]     --- PASS: Test/TestEntriesEquality (0.00s)
10:15:40 [2021-04-02T10:15:40.002Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s)
10:15:40 [2021-04-02T10:15:40.002Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s)
10:15:40 [2021-04-02T10:15:40.002Z]     --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s)
10:15:40 [2021-04-02T10:15:40.002Z]     --- PASS: Test/TestGeneratorNotGenerate (0.00s)
10:15:40 [2021-04-02T10:15:40.002Z]     --- PASS: Test/TestGeneratorWithPort (0.00s)
10:15:40 [2021-04-02T10:15:40.002Z]     --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s)
10:15:40 [2021-04-02T10:15:40.002Z]     --- PASS: Test/TestNewEntry (0.00s)
10:15:40 [2021-04-02T10:15:40.002Z]     --- PASS: Test/TestParse (0.00s)
10:15:40 [2021-04-02T10:15:40.002Z] PASS
10:15:40 [2021-04-02T10:15:40.002Z] coverage: 58.3% of statements
10:15:40 [2021-04-02T10:15:40.002Z] --- PASS: TestUntarPath (0.06s)
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   TestUntarPathWithDestinationFile
10:15:40 [2021-04-02T10:15:40.002Z] ok  	github.com/docker/docker/pkg/discovery	0.058s	coverage: 58.3% of statements
10:15:40 [2021-04-02T10:15:40.002Z] --- PASS: TestUntarPathWithDestinationFile (0.08s)
10:15:40 [2021-04-02T10:15:40.002Z] === RUN   TestUntarPathWithDestinationSrcFileAsFolder
10:15:40 [2021-04-02T10:15:40.101Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
10:15:40 [2021-04-02T10:15:40.101Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
10:15:40 [2021-04-02T10:15:40.473Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s)
10:15:40 [2021-04-02T10:15:40.473Z] === RUN   TestCopyWithTarInvalidSrc
10:15:40 [2021-04-02T10:15:40.473Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s)
10:15:40 [2021-04-02T10:15:40.473Z] === RUN   TestCopyWithTarInexistentDestWillCreateIt
10:15:40 [2021-04-02T10:15:40.473Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s)
10:15:40 [2021-04-02T10:15:40.473Z] === RUN   TestCopyWithTarSrcFile
10:15:40 [2021-04-02T10:15:40.473Z] --- PASS: TestCopyWithTarSrcFile (0.01s)
10:15:40 [2021-04-02T10:15:40.473Z] === RUN   TestCopyWithTarSrcFolder
10:15:40 [2021-04-02T10:15:40.473Z] --- PASS: TestCopyWithTarSrcFolder (0.04s)
10:15:40 [2021-04-02T10:15:40.473Z] === RUN   TestCopyFileWithTarInvalidSrc
10:15:40 [2021-04-02T10:15:40.473Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.03s)
10:15:40 [2021-04-02T10:15:40.473Z] === RUN   TestCopyFileWithTarInexistentDestWillCreateIt
10:15:40 [2021-04-02T10:15:40.473Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s)
10:15:40 [2021-04-02T10:15:40.473Z] === RUN   TestCopyFileWithTarSrcFolder
10:15:40 [2021-04-02T10:15:40.473Z] --- PASS: TestCopyFileWithTarSrcFolder (0.01s)
10:15:40 [2021-04-02T10:15:40.473Z] === RUN   TestCopyFileWithTarSrcFile
10:15:40 [2021-04-02T10:15:40.473Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s)
10:15:40 [2021-04-02T10:15:40.473Z] === RUN   TestTarFiles
10:15:40 [2021-04-02T10:15:40.473Z] === RUN   Test
10:15:40 [2021-04-02T10:15:40.473Z] === RUN   Test/TestContent
10:15:40 [2021-04-02T10:15:40.473Z] === RUN   Test/TestInitialize
10:15:40 [2021-04-02T10:15:40.473Z] === RUN   Test/TestNew
10:15:40 [2021-04-02T10:15:40.473Z] === RUN   Test/TestParsingContentsWithComments
10:15:40 [2021-04-02T10:15:40.473Z] === RUN   Test/TestRegister
10:15:40 [2021-04-02T10:15:40.473Z] === RUN   Test/TestWatch
10:15:40 [2021-04-02T10:15:40.473Z] --- PASS: Test (0.00s)
10:15:40 [2021-04-02T10:15:40.473Z]     --- PASS: Test/TestContent (0.00s)
10:15:40 [2021-04-02T10:15:40.473Z]     --- PASS: Test/TestInitialize (0.00s)
10:15:40 [2021-04-02T10:15:40.473Z]     --- PASS: Test/TestNew (0.00s)
10:15:40 [2021-04-02T10:15:40.473Z]     --- PASS: Test/TestParsingContentsWithComments (0.00s)
10:15:40 [2021-04-02T10:15:40.473Z]     --- PASS: Test/TestRegister (0.00s)
10:15:40 [2021-04-02T10:15:40.473Z]     --- PASS: Test/TestWatch (0.00s)
10:15:40 [2021-04-02T10:15:40.473Z] PASS
10:15:40 [2021-04-02T10:15:40.473Z] coverage: 92.9% of statements
10:15:40 [2021-04-02T10:15:40.473Z] ok  	github.com/docker/docker/pkg/discovery/file	0.050s	coverage: 92.9% of statements
10:15:41 [2021-04-02T10:15:41.464Z] === RUN   Test
10:15:41 [2021-04-02T10:15:41.464Z] === RUN   Test/TestWatch
10:15:41 [2021-04-02T10:15:41.464Z] --- PASS: Test (0.00s)
10:15:41 [2021-04-02T10:15:41.464Z]     --- PASS: Test/TestWatch (0.00s)
10:15:41 [2021-04-02T10:15:41.464Z] PASS
10:15:41 [2021-04-02T10:15:41.464Z] coverage: 92.3% of statements
10:15:41 [2021-04-02T10:15:41.464Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.052s	coverage: 92.3% of statements
10:15:41 [2021-04-02T10:15:41.935Z] === RUN   Test
10:15:41 [2021-04-02T10:15:41.935Z] === RUN   Test/TestInitialize
10:15:41 [2021-04-02T10:15:41.935Z] time="2021-04-02T10:15:41Z" level=info msg="Initializing discovery without TLS"
10:15:41 [2021-04-02T10:15:41.935Z] time="2021-04-02T10:15:41Z" level=info msg="Initializing discovery without TLS"
10:15:41 [2021-04-02T10:15:41.935Z] time="2021-04-02T10:15:41Z" level=info msg="Initializing discovery without TLS"
10:15:41 [2021-04-02T10:15:41.935Z] === RUN   Test/TestInitializeWithCerts
10:15:41 [2021-04-02T10:15:41.935Z] === RUN   Test
10:15:41 [2021-04-02T10:15:41.935Z] === RUN   Test/TestInitialize
10:15:41 [2021-04-02T10:15:41.935Z] === RUN   Test/TestInitializeWithPattern
10:15:41 [2021-04-02T10:15:41.935Z] === RUN   Test/TestRegister
10:15:41 [2021-04-02T10:15:41.935Z] === RUN   Test/TestWatch
10:15:41 [2021-04-02T10:15:41.935Z] --- PASS: Test (0.00s)
10:15:41 [2021-04-02T10:15:41.935Z]     --- PASS: Test/TestInitialize (0.00s)
10:15:41 [2021-04-02T10:15:41.935Z]     --- PASS: Test/TestInitializeWithPattern (0.00s)
10:15:41 [2021-04-02T10:15:41.935Z]     --- PASS: Test/TestRegister (0.00s)
10:15:41 [2021-04-02T10:15:41.935Z]     --- PASS: Test/TestWatch (0.00s)
10:15:41 [2021-04-02T10:15:41.935Z] PASS
10:15:41 [2021-04-02T10:15:41.935Z] coverage: 93.8% of statements
10:15:41 [2021-04-02T10:15:41.935Z] time="2021-04-02T10:15:41Z" level=info msg="Initializing discovery with TLS"
10:15:41 [2021-04-02T10:15:41.935Z] === RUN   Test/TestWatch
10:15:41 [2021-04-02T10:15:41.935Z] time="2021-04-02T10:15:41Z" level=info msg="Initializing discovery without TLS"
10:15:41 [2021-04-02T10:15:41.935Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.082s	coverage: 93.8% of statements
10:15:42 [2021-04-02T10:15:42.008Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
10:15:42 [2021-04-02T10:15:42.924Z] === RUN   TestPollerAddRemove
10:15:42 [2021-04-02T10:15:42.924Z] --- PASS: TestPollerAddRemove (0.00s)
10:15:42 [2021-04-02T10:15:42.924Z] === RUN   TestPollerEvent
10:15:42 [2021-04-02T10:15:42.924Z] --- SKIP: TestPollerEvent (0.00s)
10:15:42 [2021-04-02T10:15:42.924Z]     poller_test.go:41: No chmod on Windows
10:15:42 [2021-04-02T10:15:42.924Z] === RUN   TestPollerClose
10:15:42 [2021-04-02T10:15:42.924Z] --- PASS: TestPollerClose (0.00s)
10:15:42 [2021-04-02T10:15:42.924Z] PASS
10:15:42 [2021-04-02T10:15:42.924Z] coverage: 36.2% of statements
10:15:42 [2021-04-02T10:15:42.924Z] ok  	github.com/docker/docker/pkg/filenotify	0.046s	coverage: 36.2% of statements
10:15:43 [2021-04-02T10:15:43.399Z] === RUN   TestCopyFileWithInvalidSrc
10:15:43 [2021-04-02T10:15:43.399Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s)
10:15:43 [2021-04-02T10:15:43.399Z] === RUN   TestCopyFileWithInvalidDest
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestCopyFileWithInvalidDest (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestCopyFileWithSameSrcAndDest
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestCopyFileWithSameSrcAndDestWithPathNameDifferent
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestCopyFile
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestCopyFile (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestReadSymlinkedDirectoryExistingDirectory
10:15:43 [2021-04-02T10:15:43.400Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z]     fileutils_test.go:134: Needs porting to Windows
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestReadSymlinkedDirectoryNonExistingSymlink
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestReadSymlinkedDirectoryToFile
10:15:43 [2021-04-02T10:15:43.400Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z]     fileutils_test.go:180: Needs porting to Windows
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestWildcardMatches
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestWildcardMatches (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestPatternMatches
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestPatternMatches (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestExclusionPatternMatchesPatternBefore
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestPatternMatchesFolderExclusions
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestPatternMatchesFolderWithSlashExclusions
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestPatternMatchesFolderWildcardExclusions
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestExclusionPatternMatchesPatternAfter
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestExclusionPatternMatchesWholeDirectory
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestSingleExclamationError
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestSingleExclamationError (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestMatchesWithNoPatterns
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestMatchesWithNoPatterns (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestMatchesWithMalformedPatterns
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestMatches
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestMatches (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestCleanPatterns
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestCleanPatterns (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestCleanPatternsStripEmptyPatterns
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestCleanPatternsExceptionFlag
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestCleanPatternsLeadingSpaceTrimmed
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestCleanPatternsTrailingSpaceTrimmed
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestCleanPatternsErrorSingleException
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestCreateIfNotExistsDir
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestCreateIfNotExistsDir (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestCreateIfNotExistsFile
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestCreateIfNotExistsFile (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] === RUN   TestMatch
10:15:43 [2021-04-02T10:15:43.400Z] --- PASS: TestMatch (0.00s)
10:15:43 [2021-04-02T10:15:43.400Z] PASS
10:15:43 [2021-04-02T10:15:43.400Z] coverage: 87.7% of statements
10:15:43 [2021-04-02T10:15:43.400Z] ok  	github.com/docker/docker/pkg/fileutils	0.084s	coverage: 87.7% of statements
10:15:43 [2021-04-02T10:15:43.870Z] === RUN   TestGet
10:15:43 [2021-04-02T10:15:43.870Z] --- PASS: TestGet (0.00s)
10:15:43 [2021-04-02T10:15:43.870Z] === RUN   TestGetShortcutString
10:15:43 [2021-04-02T10:15:43.870Z] --- PASS: TestGetShortcutString (0.00s)
10:15:43 [2021-04-02T10:15:43.870Z] PASS
10:15:43 [2021-04-02T10:15:43.870Z] coverage: 42.9% of statements
10:15:43 [2021-04-02T10:15:43.870Z] ok  	github.com/docker/docker/pkg/homedir	0.062s	coverage: 42.9% of statements
10:15:44 [2021-04-02T10:15:44.380Z] Created binary: bundles/cross/linux/amd64/dockerd-dev
10:15:44 [2021-04-02T10:15:44.870Z] === RUN   TestCreateIDMapOrder
10:15:44 [2021-04-02T10:15:44.870Z] --- PASS: TestCreateIDMapOrder (0.00s)
10:15:44 [2021-04-02T10:15:44.870Z] PASS
10:15:44 [2021-04-02T10:15:44.870Z] coverage: 7.2% of statements
10:15:44 [2021-04-02T10:15:44.870Z] ok  	github.com/docker/docker/pkg/idtools	0.069s	coverage: 7.2% of statements
10:15:44 [2021-04-02T10:15:44.870Z] --- PASS: Test (3.18s)
10:15:44 [2021-04-02T10:15:44.870Z]     --- PASS: Test/TestInitialize (0.16s)
10:15:44 [2021-04-02T10:15:44.870Z]     --- PASS: Test/TestInitializeWithCerts (0.01s)
10:15:44 [2021-04-02T10:15:44.870Z]     --- PASS: Test/TestWatch (3.00s)
10:15:44 [2021-04-02T10:15:44.870Z] PASS
10:15:44 [2021-04-02T10:15:44.870Z] coverage: 84.1% of statements
10:15:44 [2021-04-02T10:15:44.870Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.289s	coverage: 84.1% of statements
10:15:44 [2021-04-02T10:15:44.941Z] Copying nested executables into bundles/cross/linux/amd64
10:15:45 [2021-04-02T10:15:45.860Z] === RUN   TestFixedBufferCap
10:15:45 [2021-04-02T10:15:45.860Z] --- PASS: TestFixedBufferCap (0.00s)
10:15:45 [2021-04-02T10:15:45.860Z] === RUN   TestFixedBufferLen
10:15:45 [2021-04-02T10:15:45.860Z] --- PASS: TestFixedBufferLen (0.00s)
10:15:45 [2021-04-02T10:15:45.860Z] === RUN   TestFixedBufferString
10:15:45 [2021-04-02T10:15:45.860Z] --- PASS: TestFixedBufferString (0.00s)
10:15:45 [2021-04-02T10:15:45.860Z] === RUN   TestFixedBufferWrite
10:15:45 [2021-04-02T10:15:45.860Z] --- PASS: TestFixedBufferWrite (0.00s)
10:15:45 [2021-04-02T10:15:45.860Z] === RUN   TestFixedBufferRead
10:15:45 [2021-04-02T10:15:45.860Z] --- PASS: TestFixedBufferRead (0.00s)
10:15:45 [2021-04-02T10:15:45.860Z] === RUN   TestBytesPipeRead
10:15:45 [2021-04-02T10:15:45.860Z] --- PASS: TestBytesPipeRead (0.00s)
10:15:45 [2021-04-02T10:15:45.860Z] === RUN   TestBytesPipeWrite
10:15:45 [2021-04-02T10:15:45.860Z] --- PASS: TestBytesPipeWrite (0.00s)
10:15:45 [2021-04-02T10:15:45.860Z] === RUN   TestBytesPipeWriteRandomChunks
10:15:46 [2021-04-02T10:15:46.304Z] Cross building: bundles/cross/windows/amd64
10:15:46 [2021-04-02T10:15:46.304Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe
10:15:46 [2021-04-02T10:15:46.304Z] GOOS="windows" GOARCH="amd64" GOARM=""
10:15:46 [2021-04-02T10:15:46.331Z] --- PASS: TestBytesPipeWriteRandomChunks (0.50s)
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestAtomicWriteToFile
10:15:46 [2021-04-02T10:15:46.331Z] --- PASS: TestAtomicWriteToFile (0.01s)
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestAtomicWriteSetCommit
10:15:46 [2021-04-02T10:15:46.331Z] --- PASS: TestAtomicWriteSetCommit (0.01s)
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestAtomicWriteSetCancel
10:15:46 [2021-04-02T10:15:46.331Z] --- PASS: TestAtomicWriteSetCancel (0.01s)
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestReadCloserWrapperClose
10:15:46 [2021-04-02T10:15:46.331Z] --- PASS: TestReadCloserWrapperClose (0.00s)
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestReaderErrWrapperReadOnError
10:15:46 [2021-04-02T10:15:46.331Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s)
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestReaderErrWrapperRead
10:15:46 [2021-04-02T10:15:46.331Z] --- PASS: TestReaderErrWrapperRead (0.00s)
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestHashData
10:15:46 [2021-04-02T10:15:46.331Z] --- PASS: TestHashData (0.00s)
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestCancelReadCloser
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestError
10:15:46 [2021-04-02T10:15:46.331Z] --- PASS: TestError (0.00s)
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestProgressString
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestProgressString/no_progress
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestProgressString/progress_1
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestProgressString/some_progress_with_a_start_time
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestProgressString/some_progress_without_a_start_time
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestProgressString/current_more_than_total_is_not_negative_gh#7136
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestProgressString/with_units
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestProgressString/current_more_than_total_with_units_is_not_negative_
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestProgressString/hide_counts
10:15:46 [2021-04-02T10:15:46.331Z] --- PASS: TestProgressString (0.00s)
10:15:46 [2021-04-02T10:15:46.331Z]     --- PASS: TestProgressString/no_progress (0.00s)
10:15:46 [2021-04-02T10:15:46.331Z]     --- PASS: TestProgressString/progress_1 (0.00s)
10:15:46 [2021-04-02T10:15:46.331Z]     --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s)
10:15:46 [2021-04-02T10:15:46.331Z]     --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s)
10:15:46 [2021-04-02T10:15:46.331Z]     --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s)
10:15:46 [2021-04-02T10:15:46.331Z]     --- PASS: TestProgressString/with_units (0.00s)
10:15:46 [2021-04-02T10:15:46.331Z]     --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s)
10:15:46 [2021-04-02T10:15:46.331Z]     --- PASS: TestProgressString/hide_counts (0.00s)
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestJSONMessageDisplay
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestStandardLongPath
10:15:46 [2021-04-02T10:15:46.331Z] --- PASS: TestStandardLongPath (0.00s)
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestUNCLongPath
10:15:46 [2021-04-02T10:15:46.331Z] --- PASS: TestUNCLongPath (0.00s)
10:15:46 [2021-04-02T10:15:46.331Z] PASS
10:15:46 [2021-04-02T10:15:46.331Z] coverage: 100.0% of statements
10:15:46 [2021-04-02T10:15:46.331Z] ok  	github.com/docker/docker/pkg/longpath	0.038s	coverage: 100.0% of statements
10:15:46 [2021-04-02T10:15:46.331Z] --- PASS: TestCancelReadCloser (0.11s)
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestWriteCloserWrapperClose
10:15:46 [2021-04-02T10:15:46.331Z] --- PASS: TestWriteCloserWrapperClose (0.00s)
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestNopWriteCloser
10:15:46 [2021-04-02T10:15:46.331Z] --- PASS: TestNopWriteCloser (0.00s)
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestNopWriter
10:15:46 [2021-04-02T10:15:46.331Z] --- PASS: TestNopWriter (0.00s)
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestWriteCounter
10:15:46 [2021-04-02T10:15:46.331Z] --- PASS: TestWriteCounter (0.00s)
10:15:46 [2021-04-02T10:15:46.331Z] PASS
10:15:46 [2021-04-02T10:15:46.331Z] coverage: 69.2% of statements
10:15:46 [2021-04-02T10:15:46.331Z] ok  	github.com/docker/docker/pkg/ioutils	0.690s	coverage: 69.2% of statements
10:15:46 [2021-04-02T10:15:46.331Z] --- PASS: TestJSONMessageDisplay (0.16s)
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestJSONMessageDisplayWithJSONError
10:15:46 [2021-04-02T10:15:46.331Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s)
10:15:46 [2021-04-02T10:15:46.331Z] === RUN   TestDisplayJSONMessagesStreamInvalidJSON
10:15:46 [2021-04-02T10:15:46.331Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s)
10:15:46 [2021-04-02T10:15:46.332Z] === RUN   TestDisplayJSONMessagesStream
10:15:46 [2021-04-02T10:15:46.332Z] --- PASS: TestDisplayJSONMessagesStream (0.00s)
10:15:46 [2021-04-02T10:15:46.332Z] PASS
10:15:46 [2021-04-02T10:15:46.332Z] coverage: 91.7% of statements
10:15:46 [2021-04-02T10:15:46.332Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.217s	coverage: 91.7% of statements
10:15:46 [2021-04-02T10:15:46.802Z] --- PASS: TestTarFiles (6.25s)
10:15:46 [2021-04-02T10:15:46.802Z] === RUN   TestTarUntar
10:15:46 [2021-04-02T10:15:46.802Z] --- PASS: TestTarUntar (0.03s)
10:15:46 [2021-04-02T10:15:46.802Z] === RUN   TestTarWithOptionsChownOptsAlwaysOverridesIdPair
10:15:46 [2021-04-02T10:15:46.802Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s)
10:15:46 [2021-04-02T10:15:46.802Z] === RUN   TestTarWithOptions
10:15:46 [2021-04-02T10:15:46.802Z] --- PASS: TestTarWithOptions (0.03s)
10:15:46 [2021-04-02T10:15:46.802Z] === RUN   TestTypeXGlobalHeaderDoesNotFail
10:15:46 [2021-04-02T10:15:46.802Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s)
10:15:46 [2021-04-02T10:15:46.802Z] === RUN   TestUntarUstarGnuConflict
10:15:46 [2021-04-02T10:15:46.802Z] --- PASS: TestUntarUstarGnuConflict (0.00s)
10:15:46 [2021-04-02T10:15:46.802Z] === RUN   TestUntarInvalidFilenames
10:15:46 [2021-04-02T10:15:46.802Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames131112950\\dest"
10:15:46 [2021-04-02T10:15:46.802Z] --- PASS: TestUntarInvalidFilenames (0.15s)
10:15:46 [2021-04-02T10:15:46.802Z] === RUN   TestUntarHardlinkToSymlink
10:15:46 [2021-04-02T10:15:46.802Z] --- PASS: TestUntarHardlinkToSymlink (0.01s)
10:15:46 [2021-04-02T10:15:46.802Z] === RUN   TestUntarInvalidHardlink
10:15:46 [2021-04-02T10:15:46.802Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink728083223\\victim\\hello" -> "../victim/hello"
10:15:46 [2021-04-02T10:15:46.802Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink192789898\\victim\\hello" -> "/../victim/hello"
10:15:46 [2021-04-02T10:15:46.802Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink216418657\\victim" -> "../victim"
10:15:46 [2021-04-02T10:15:46.802Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink026463052\\victim" -> "../victim"
10:15:46 [2021-04-02T10:15:46.802Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink075447355\\victim" -> "../victim"
10:15:46 [2021-04-02T10:15:46.802Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink847751774\\victim" -> "../victim"
10:15:46 [2021-04-02T10:15:46.802Z] --- PASS: TestUntarInvalidHardlink (0.04s)
10:15:46 [2021-04-02T10:15:46.802Z] === RUN   TestUntarInvalidSymlink
10:15:46 [2021-04-02T10:15:46.802Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink328889893\\dest\\dotdot" -> "../victim/hello"
10:15:46 [2021-04-02T10:15:46.802Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink550101824\\dest\\slash-dotdot" -> "/../victim/hello"
10:15:46 [2021-04-02T10:15:46.802Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink663795615\\dest\\loophole-victim" -> "../victim"
10:15:46 [2021-04-02T10:15:46.802Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink137762930\\dest\\loophole-victim" -> "../victim"
10:15:46 [2021-04-02T10:15:46.802Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink090562345\\dest\\loophole-victim" -> "../victim"
10:15:46 [2021-04-02T10:15:46.802Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink834027636\\dest\\loophole-victim" -> "../victim"
10:15:46 [2021-04-02T10:15:46.802Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink089132867\\dest\\dir\\loophole" -> "../../victim"
10:15:46 [2021-04-02T10:15:46.802Z] --- PASS: TestUntarInvalidSymlink (0.03s)
10:15:46 [2021-04-02T10:15:46.802Z] === RUN   TestTempArchiveCloseMultipleTimes
10:15:46 [2021-04-02T10:15:46.802Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s)
10:15:46 [2021-04-02T10:15:46.802Z] === RUN   TestXGlobalNoParent
10:15:46 [2021-04-02T10:15:46.802Z] --- PASS: TestXGlobalNoParent (0.00s)
10:15:46 [2021-04-02T10:15:46.802Z] === RUN   TestReplaceFileTarWrapper
10:15:47 [2021-04-02T10:15:47.272Z] === RUN   TestNameFormat
10:15:47 [2021-04-02T10:15:47.272Z] --- PASS: TestNameFormat (0.00s)
10:15:47 [2021-04-02T10:15:47.272Z] === RUN   TestNameRetries
10:15:47 [2021-04-02T10:15:47.272Z] --- PASS: TestNameRetries (0.00s)
10:15:47 [2021-04-02T10:15:47.272Z] PASS
10:15:47 [2021-04-02T10:15:47.272Z] coverage: 85.7% of statements
10:15:47 [2021-04-02T10:15:47.272Z] --- PASS: TestReplaceFileTarWrapper (0.25s)
10:15:47 [2021-04-02T10:15:47.272Z] === RUN   TestPrefixHeaderReadable
10:15:47 [2021-04-02T10:15:47.272Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.052s	coverage: 85.7% of statements
10:15:47 [2021-04-02T10:15:47.272Z] --- PASS: TestPrefixHeaderReadable (0.02s)
10:15:47 [2021-04-02T10:15:47.272Z] === RUN   TestDisablePigz
10:15:47 [2021-04-02T10:15:47.272Z] === RUN   TestParseKeyValueOpt
10:15:47 [2021-04-02T10:15:47.272Z] --- PASS: TestParseKeyValueOpt (0.00s)
10:15:47 [2021-04-02T10:15:47.272Z] === RUN   TestParseUintList
10:15:47 [2021-04-02T10:15:47.272Z] --- PASS: TestParseUintList (0.00s)
10:15:47 [2021-04-02T10:15:47.272Z] === RUN   TestParseUintListMaximumLimits
10:15:47 [2021-04-02T10:15:47.272Z] --- PASS: TestParseUintListMaximumLimits (0.00s)
10:15:47 [2021-04-02T10:15:47.272Z] PASS
10:15:47 [2021-04-02T10:15:47.272Z] coverage: 97.0% of statements
10:15:47 [2021-04-02T10:15:47.272Z] ok  	github.com/docker/docker/pkg/parsers	0.037s	coverage: 97.0% of statements
10:15:47 [2021-04-02T10:15:47.272Z] --- PASS: TestDisablePigz (0.16s)
10:15:47 [2021-04-02T10:15:47.272Z]     archive_test.go:1331: Test will not check full path when Pigz not installed
10:15:47 [2021-04-02T10:15:47.272Z] === RUN   TestPigz
10:15:47 [2021-04-02T10:15:47.272Z] --- PASS: TestPigz (0.11s)
10:15:47 [2021-04-02T10:15:47.272Z]     archive_test.go:1360: Tested whether Pigz is not used, as it not installed
10:15:47 [2021-04-02T10:15:47.272Z] === RUN   TestCopyFileWithInvalidDest
10:15:47 [2021-04-02T10:15:47.272Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s)
10:15:47 [2021-04-02T10:15:47.272Z]     archive_windows_test.go:16: Currently fails
10:15:47 [2021-04-02T10:15:47.272Z] === RUN   TestCanonicalTarNameForPath
10:15:47 [2021-04-02T10:15:47.272Z] --- PASS: TestCanonicalTarNameForPath (0.00s)
10:15:47 [2021-04-02T10:15:47.272Z] === RUN   TestCanonicalTarName
10:15:47 [2021-04-02T10:15:47.272Z] --- PASS: TestCanonicalTarName (0.00s)
10:15:47 [2021-04-02T10:15:47.272Z] === RUN   TestChmodTarEntry
10:15:47 [2021-04-02T10:15:47.272Z] --- PASS: TestChmodTarEntry (0.00s)
10:15:47 [2021-04-02T10:15:47.272Z] === RUN   TestHardLinkOrder
10:15:47 [2021-04-02T10:15:47.287Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
10:15:47 [2021-04-02T10:15:47.287Z] --- PASS: TestUpdateCPUQuota (10.63s)
10:15:47 [2021-04-02T10:15:47.287Z] === RUN   TestUpdatePidsLimit
10:15:47 [2021-04-02T10:15:47.287Z] === RUN   TestUpdatePidsLimit/update_from_none
10:15:47 [2021-04-02T10:15:47.743Z] --- PASS: TestHardLinkOrder (0.13s)
10:15:47 [2021-04-02T10:15:47.743Z] === RUN   TestChangeString
10:15:47 [2021-04-02T10:15:47.743Z] --- PASS: TestChangeString (0.00s)
10:15:47 [2021-04-02T10:15:47.743Z] === RUN   TestChangesWithNoChanges
10:15:47 [2021-04-02T10:15:47.743Z] --- PASS: TestChangesWithNoChanges (0.03s)
10:15:47 [2021-04-02T10:15:47.743Z] === RUN   TestChangesWithChanges
10:15:47 [2021-04-02T10:15:47.743Z] --- PASS: TestChangesWithChanges (0.04s)
10:15:47 [2021-04-02T10:15:47.743Z] === RUN   TestChangesWithChangesGH13590
10:15:47 [2021-04-02T10:15:47.743Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s)
10:15:47 [2021-04-02T10:15:47.743Z]     changes_test.go:192: needs more investigation
10:15:47 [2021-04-02T10:15:47.743Z] === RUN   TestChangesDirsEmpty
10:15:47 [2021-04-02T10:15:47.743Z] === RUN   TestNewAndRemove
10:15:47 [2021-04-02T10:15:47.743Z] --- PASS: TestNewAndRemove (0.00s)
10:15:47 [2021-04-02T10:15:47.743Z] === RUN   TestRemoveInvalidPath
10:15:47 [2021-04-02T10:15:47.743Z] --- PASS: TestRemoveInvalidPath (0.00s)
10:15:47 [2021-04-02T10:15:47.743Z] PASS
10:15:47 [2021-04-02T10:15:47.743Z] coverage: 82.6% of statements
10:15:47 [2021-04-02T10:15:47.743Z] ok  	github.com/docker/docker/pkg/pidfile	0.108s	coverage: 82.6% of statements
10:15:47 [2021-04-02T10:15:47.743Z] --- PASS: TestChangesDirsEmpty (0.27s)
10:15:47 [2021-04-02T10:15:47.743Z] === RUN   TestChangesDirsMutated
10:15:48 [2021-04-02T10:15:48.213Z] --- PASS: TestChangesDirsMutated (0.21s)
10:15:48 [2021-04-02T10:15:48.213Z] === RUN   TestApplyLayer
10:15:48 [2021-04-02T10:15:48.213Z] --- SKIP: TestApplyLayer (0.00s)
10:15:48 [2021-04-02T10:15:48.213Z]     changes_test.go:405: needs further investigation
10:15:48 [2021-04-02T10:15:48.213Z] === RUN   TestChangesSizeWithHardlinks
10:15:48 [2021-04-02T10:15:48.213Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s)
10:15:48 [2021-04-02T10:15:48.213Z]     changes_test.go:441: needs further investigation
10:15:48 [2021-04-02T10:15:48.213Z] === RUN   TestChangesSizeWithNoChanges
10:15:48 [2021-04-02T10:15:48.213Z] --- PASS: TestChangesSizeWithNoChanges (0.00s)
10:15:48 [2021-04-02T10:15:48.213Z] === RUN   TestChangesSizeWithOnlyDeleteChanges
10:15:48 [2021-04-02T10:15:48.213Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s)
10:15:48 [2021-04-02T10:15:48.213Z] === RUN   TestChangesSize
10:15:48 [2021-04-02T10:15:48.213Z] --- PASS: TestChangesSize (0.00s)
10:15:48 [2021-04-02T10:15:48.213Z] === RUN   TestApplyLayerInvalidFilenames
10:15:48 [2021-04-02T10:15:48.213Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames949169962\\dest"
10:15:48 [2021-04-02T10:15:48.213Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s)
10:15:48 [2021-04-02T10:15:48.213Z] === RUN   TestApplyLayerInvalidHardlink
10:15:48 [2021-04-02T10:15:48.213Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink029421548\\victim\\hello" -> "../victim/hello"
10:15:48 [2021-04-02T10:15:48.213Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink447047771\\victim\\hello" -> "/../victim/hello"
10:15:48 [2021-04-02T10:15:48.213Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink480560126\\victim" -> "../victim"
10:15:48 [2021-04-02T10:15:48.213Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink058492741\\victim" -> "../victim"
10:15:48 [2021-04-02T10:15:48.213Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink404018144\\victim" -> "../victim"
10:15:48 [2021-04-02T10:15:48.213Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink925772735\\victim" -> "../victim"
10:15:48 [2021-04-02T10:15:48.213Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s)
10:15:48 [2021-04-02T10:15:48.213Z] === RUN   TestApplyLayerInvalidSymlink
10:15:48 [2021-04-02T10:15:48.213Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink573868050\\dest\\dotdot" -> "../victim/hello"
10:15:48 [2021-04-02T10:15:48.213Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink823330889\\dest\\slash-dotdot" -> "/../victim/hello"
10:15:48 [2021-04-02T10:15:48.213Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink517240084\\dest\\loophole-victim" -> "../victim"
10:15:48 [2021-04-02T10:15:48.213Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink805470051\\dest\\loophole-victim" -> "../victim"
10:15:48 [2021-04-02T10:15:48.213Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink678025574\\dest\\loophole-victim" -> "../victim"
10:15:48 [2021-04-02T10:15:48.213Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink515629965\\dest\\loophole-victim" -> "../victim"
10:15:48 [2021-04-02T10:15:48.213Z] --- PASS: TestApplyLayerInvalidSymlink (0.05s)
10:15:48 [2021-04-02T10:15:48.213Z] === RUN   TestApplyLayerWhiteouts
10:15:48 [2021-04-02T10:15:48.213Z] --- PASS: TestApplyLayerWhiteouts (0.10s)
10:15:48 [2021-04-02T10:15:48.213Z] === RUN   TestGenerateEmptyFile
10:15:48 [2021-04-02T10:15:48.213Z] --- PASS: TestGenerateEmptyFile (0.00s)
10:15:48 [2021-04-02T10:15:48.213Z] === RUN   TestGenerateWithContent
10:15:48 [2021-04-02T10:15:48.213Z] --- PASS: TestGenerateWithContent (0.00s)
10:15:48 [2021-04-02T10:15:48.213Z] PASS
10:15:48 [2021-04-02T10:15:48.213Z] coverage: 62.6% of statements
10:15:48 [2021-04-02T10:15:48.213Z] ok  	github.com/docker/docker/pkg/archive	9.323s	coverage: 62.6% of statements
10:15:48 [2021-04-02T10:15:48.213Z] === RUN   TestParseEmptyInterface
10:15:48 [2021-04-02T10:15:48.213Z] --- PASS: TestParseEmptyInterface (0.00s)
10:15:48 [2021-04-02T10:15:48.213Z] === RUN   TestParseNonInterfaceType
10:15:48 [2021-04-02T10:15:48.213Z] --- PASS: TestParseNonInterfaceType (0.00s)
10:15:48 [2021-04-02T10:15:48.213Z] === RUN   TestParseWithOneFunction
10:15:48 [2021-04-02T10:15:48.213Z] --- PASS: TestParseWithOneFunction (0.00s)
10:15:48 [2021-04-02T10:15:48.213Z] === RUN   TestParseWithMultipleFuncs
10:15:48 [2021-04-02T10:15:48.213Z] --- PASS: TestParseWithMultipleFuncs (0.00s)
10:15:48 [2021-04-02T10:15:48.213Z] === RUN   TestParseWithUnnamedReturn
10:15:48 [2021-04-02T10:15:48.213Z] --- PASS: TestParseWithUnnamedReturn (0.00s)
10:15:48 [2021-04-02T10:15:48.213Z] === RUN   TestEmbeddedInterface
10:15:48 [2021-04-02T10:15:48.213Z] --- PASS: TestEmbeddedInterface (0.00s)
10:15:48 [2021-04-02T10:15:48.213Z] === RUN   TestParsedImports
10:15:48 [2021-04-02T10:15:48.213Z] --- PASS: TestParsedImports (0.00s)
10:15:48 [2021-04-02T10:15:48.213Z] === RUN   TestAliasedImports
10:15:48 [2021-04-02T10:15:48.213Z] --- PASS: TestAliasedImports (0.00s)
10:15:48 [2021-04-02T10:15:48.213Z] PASS
10:15:48 [2021-04-02T10:15:48.213Z] coverage: 56.8% of statements
10:15:48 [2021-04-02T10:15:48.213Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.052s	coverage: 56.8% of statements
10:15:48 [2021-04-02T10:15:48.667Z] === RUN   TestUpdatePidsLimit/no_change
10:15:49 [2021-04-02T10:15:49.237Z] === RUN   TestDockerSuite/TestBuildConditionalCache
10:15:49 [2021-04-02T10:15:49.783Z] === RUN   TestFailedConnection
10:15:49 [2021-04-02T10:15:49.783Z] === RUN   TestBufioReaderPoolGetWithNoReaderShouldCreateOne
10:15:49 [2021-04-02T10:15:49.783Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s)
10:15:49 [2021-04-02T10:15:49.783Z] === RUN   TestBufioReaderPoolPutAndGet
10:15:49 [2021-04-02T10:15:49.783Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s)
10:15:49 [2021-04-02T10:15:49.783Z] === RUN   TestNewReadCloserWrapperWithAReadCloser
10:15:49 [2021-04-02T10:15:49.783Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s)
10:15:49 [2021-04-02T10:15:49.783Z] === RUN   TestBufioWriterPoolGetWithNoReaderShouldCreateOne
10:15:49 [2021-04-02T10:15:49.783Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s)
10:15:49 [2021-04-02T10:15:49.783Z] === RUN   TestBufioWriterPoolPutAndGet
10:15:49 [2021-04-02T10:15:49.783Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s)
10:15:49 [2021-04-02T10:15:49.783Z] === RUN   TestNewWriteCloserWrapperWithAWriteCloser
10:15:49 [2021-04-02T10:15:49.783Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s)
10:15:49 [2021-04-02T10:15:49.783Z] === RUN   TestBufferPoolPutAndGet
10:15:49 [2021-04-02T10:15:49.783Z] --- PASS: TestBufferPoolPutAndGet (0.00s)
10:15:49 [2021-04-02T10:15:49.783Z] PASS
10:15:49 [2021-04-02T10:15:49.783Z] coverage: 88.2% of statements
10:15:49 [2021-04-02T10:15:49.783Z] ok  	github.com/docker/docker/pkg/pools	0.043s	coverage: 88.2% of statements
10:15:49 [2021-04-02T10:15:49.783Z] === RUN   TestHTTPTransport
10:15:49 [2021-04-02T10:15:49.783Z] --- PASS: TestHTTPTransport (0.00s)
10:15:49 [2021-04-02T10:15:49.783Z] PASS
10:15:49 [2021-04-02T10:15:49.783Z] coverage: 85.7% of statements
10:15:49 [2021-04-02T10:15:49.783Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.043s	coverage: 85.7% of statements
10:15:49 [2021-04-02T10:15:49.806Z] === RUN   TestUpdatePidsLimit/update_lower
10:15:49 [2021-04-02T10:15:49.989Z] --- PASS: TestCreateServiceMultipleTimes (19.63s)
10:15:49 [2021-04-02T10:15:49.989Z] === RUN   TestCreateServiceConflict
10:15:50 [2021-04-02T10:15:50.245Z] --- PASS: TestCreateServiceConflict (2.55s)
10:15:50 [2021-04-02T10:15:50.245Z] === RUN   TestCreateServiceMaxReplicas
10:15:50 [2021-04-02T10:15:50.745Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
10:15:50 [2021-04-02T10:15:50.775Z] --- PASS: TestFailedConnection (1.06s)
10:15:50 [2021-04-02T10:15:50.775Z] === RUN   TestFailOnce
10:15:50 [2021-04-02T10:15:50.775Z] === RUN   TestSendToOneSub
10:15:50 [2021-04-02T10:15:50.775Z] --- PASS: TestSendToOneSub (0.00s)
10:15:50 [2021-04-02T10:15:50.775Z] === RUN   TestSendToMultipleSubs
10:15:50 [2021-04-02T10:15:50.775Z] --- PASS: TestSendToMultipleSubs (0.00s)
10:15:50 [2021-04-02T10:15:50.775Z] === RUN   TestEvictOneSub
10:15:50 [2021-04-02T10:15:50.775Z] --- PASS: TestEvictOneSub (0.00s)
10:15:50 [2021-04-02T10:15:50.775Z] === RUN   TestClosePublisher
10:15:50 [2021-04-02T10:15:50.775Z] --- PASS: TestClosePublisher (0.00s)
10:15:50 [2021-04-02T10:15:50.775Z] === RUN   TestPubSubRace
10:15:50 [2021-04-02T10:15:50.775Z] === RUN   TestOutputOnPrematureClose
10:15:50 [2021-04-02T10:15:50.775Z] --- PASS: TestOutputOnPrematureClose (0.00s)
10:15:50 [2021-04-02T10:15:50.775Z] === RUN   TestCompleteSilently
10:15:50 [2021-04-02T10:15:50.775Z] --- PASS: TestCompleteSilently (0.00s)
10:15:50 [2021-04-02T10:15:50.775Z] PASS
10:15:50 [2021-04-02T10:15:50.775Z] coverage: 75.9% of statements
10:15:50 [2021-04-02T10:15:50.775Z] ok  	github.com/docker/docker/pkg/progress	0.041s	coverage: 75.9% of statements
10:15:50 [2021-04-02T10:15:50.775Z] 2021/04/02 10:15:50 http: panic serving 127.0.0.1:49221: Plugin not ready
10:15:50 [2021-04-02T10:15:50.775Z] goroutine 34 [running]:
10:15:50 [2021-04-02T10:15:50.775Z] net/http.(*conn).serve.func1(0xc000144000)
10:15:50 [2021-04-02T10:15:50.775Z] 	c:/go/src/net/http/server.go:1795 +0x140
10:15:50 [2021-04-02T10:15:50.775Z] panic(0x849b40, 0x986ad0)
10:15:50 [2021-04-02T10:15:50.775Z] 	c:/go/src/runtime/panic.go:679 +0x1c0
10:15:50 [2021-04-02T10:15:50.775Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a700, 0xc00015a000, 0xc00014c000)
10:15:50 [2021-04-02T10:15:50.775Z] 	C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56
10:15:50 [2021-04-02T10:15:50.775Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a700, 0xc00015a000, 0xc00014c000)
10:15:50 [2021-04-02T10:15:50.775Z] 	c:/go/src/net/http/server.go:2036 +0x4b
10:15:50 [2021-04-02T10:15:50.775Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a700, 0xc00015a000, 0xc00014c000)
10:15:50 [2021-04-02T10:15:50.775Z] 	c:/go/src/net/http/server.go:2416 +0x1c4
10:15:50 [2021-04-02T10:15:50.775Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a700, 0xc00015a000, 0xc00014c000)
10:15:50 [2021-04-02T10:15:50.775Z] 	c:/go/src/net/http/server.go:2831 +0xab
10:15:50 [2021-04-02T10:15:50.775Z] net/http.(*conn).serve(0xc000144000, 0x99b2c0, 0xc000122040)
10:15:50 [2021-04-02T10:15:50.775Z] 	c:/go/src/net/http/server.go:1919 +0x87c
10:15:50 [2021-04-02T10:15:50.775Z] created by net/http.(*Server).Serve
10:15:50 [2021-04-02T10:15:50.775Z] 	c:/go/src/net/http/server.go:2957 +0x38b
10:15:50 [2021-04-02T10:15:50.775Z] time="2021-04-02T10:15:50Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49220/Test.FailOnce: Post http://127.0.0.1:49220/Test.FailOnce: EOF, retrying in 1s"
10:15:51 [2021-04-02T10:15:51.245Z] === RUN   TestRegister
10:15:51 [2021-04-02T10:15:51.245Z] --- PASS: TestRegister (0.00s)
10:15:51 [2021-04-02T10:15:51.245Z] === RUN   TestCommand
10:15:51 [2021-04-02T10:15:51.245Z] --- PASS: TestCommand (0.03s)
10:15:51 [2021-04-02T10:15:51.245Z] === RUN   TestNaiveSelf
10:15:51 [2021-04-02T10:15:51.245Z] --- PASS: TestNaiveSelf (0.02s)
10:15:51 [2021-04-02T10:15:51.245Z] PASS
10:15:51 [2021-04-02T10:15:51.245Z] coverage: 82.4% of statements
10:15:51 [2021-04-02T10:15:51.245Z] ok  	github.com/docker/docker/pkg/reexec	0.084s	coverage: 82.4% of statements
10:15:51 [2021-04-02T10:15:51.330Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
10:15:51 [2021-04-02T10:15:51.715Z] --- PASS: TestPubSubRace (1.05s)
10:15:51 [2021-04-02T10:15:51.715Z] PASS
10:15:51 [2021-04-02T10:15:51.715Z] coverage: 75.0% of statements
10:15:51 [2021-04-02T10:15:51.715Z] ok  	github.com/docker/docker/pkg/pubsub	1.087s	coverage: 75.0% of statements
10:15:51 [2021-04-02T10:15:51.715Z] --- PASS: TestFailOnce (1.15s)
10:15:51 [2021-04-02T10:15:51.715Z] === RUN   TestEchoInputOutput
10:15:51 [2021-04-02T10:15:51.715Z] --- PASS: TestEchoInputOutput (0.00s)
10:15:51 [2021-04-02T10:15:51.715Z] === RUN   TestBackoff
10:15:51 [2021-04-02T10:15:51.715Z] --- PASS: TestBackoff (0.00s)
10:15:51 [2021-04-02T10:15:51.715Z] === RUN   TestAbortRetry
10:15:51 [2021-04-02T10:15:51.715Z] --- PASS: TestAbortRetry (0.00s)
10:15:51 [2021-04-02T10:15:51.715Z] === RUN   TestClientScheme
10:15:51 [2021-04-02T10:15:51.715Z] --- PASS: TestClientScheme (0.00s)
10:15:51 [2021-04-02T10:15:51.715Z] === RUN   TestNewClientWithTimeout
10:15:51 [2021-04-02T10:15:51.901Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
10:15:52 [2021-04-02T10:15:52.161Z] === RUN   TestDockerSuite/TestBuildContextCleanup
10:15:52 [2021-04-02T10:15:52.184Z] === RUN   TestParseSignal
10:15:52 [2021-04-02T10:15:52.184Z] --- PASS: TestParseSignal (0.00s)
10:15:52 [2021-04-02T10:15:52.184Z] === RUN   TestValidSignalForPlatform
10:15:52 [2021-04-02T10:15:52.184Z] --- PASS: TestValidSignalForPlatform (0.00s)
10:15:52 [2021-04-02T10:15:52.184Z] PASS
10:15:52 [2021-04-02T10:15:52.184Z] coverage: 20.3% of statements
10:15:52 [2021-04-02T10:15:52.184Z] ok  	github.com/docker/docker/pkg/signal	0.034s	coverage: 20.3% of statements
10:15:52 [2021-04-02T10:15:52.184Z] time="2021-04-02T10:15:51Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s"
10:15:52 [2021-04-02T10:15:52.421Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
10:15:52 [2021-04-02T10:15:52.421Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
10:15:52 [2021-04-02T10:15:52.654Z] === RUN   TestNewStdWriter
10:15:52 [2021-04-02T10:15:52.654Z] --- PASS: TestNewStdWriter (0.00s)
10:15:52 [2021-04-02T10:15:52.654Z] === RUN   TestWriteWithUninitializedStdWriter
10:15:52 [2021-04-02T10:15:52.654Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s)
10:15:52 [2021-04-02T10:15:52.654Z] === RUN   TestWriteWithNilBytes
10:15:52 [2021-04-02T10:15:52.654Z] --- PASS: TestWriteWithNilBytes (0.00s)
10:15:52 [2021-04-02T10:15:52.654Z] === RUN   TestWrite
10:15:52 [2021-04-02T10:15:52.654Z] --- PASS: TestWrite (0.00s)
10:15:52 [2021-04-02T10:15:52.654Z] === RUN   TestWriteWithWriterError
10:15:52 [2021-04-02T10:15:52.654Z] --- PASS: TestWriteWithWriterError (0.00s)
10:15:52 [2021-04-02T10:15:52.654Z] === RUN   TestWriteDoesNotReturnNegativeWrittenBytes
10:15:52 [2021-04-02T10:15:52.654Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s)
10:15:52 [2021-04-02T10:15:52.654Z] === RUN   TestStdCopyWriteAndRead
10:15:52 [2021-04-02T10:15:52.654Z] --- PASS: TestStdCopyWriteAndRead (0.00s)
10:15:52 [2021-04-02T10:15:52.654Z] === RUN   TestStdCopyReturnsErrorReadingHeader
10:15:52 [2021-04-02T10:15:52.654Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s)
10:15:52 [2021-04-02T10:15:52.654Z] === RUN   TestStdCopyReturnsErrorReadingFrame
10:15:52 [2021-04-02T10:15:52.654Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s)
10:15:52 [2021-04-02T10:15:52.654Z] === RUN   TestStdCopyDetectsCorruptedFrame
10:15:52 [2021-04-02T10:15:52.654Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s)
10:15:52 [2021-04-02T10:15:52.654Z] === RUN   TestStdCopyWithInvalidInputHeader
10:15:52 [2021-04-02T10:15:52.654Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s)
10:15:52 [2021-04-02T10:15:52.654Z] === RUN   TestStdCopyWithCorruptedPrefix
10:15:52 [2021-04-02T10:15:52.654Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s)
10:15:52 [2021-04-02T10:15:52.654Z] === RUN   TestStdCopyReturnsWriteErrors
10:15:52 [2021-04-02T10:15:52.654Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s)
10:15:52 [2021-04-02T10:15:52.654Z] === RUN   TestStdCopyDetectsNotFullyWrittenFrames
10:15:52 [2021-04-02T10:15:52.654Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s)
10:15:52 [2021-04-02T10:15:52.654Z] === RUN   TestStdCopyReturnsErrorFromSystem
10:15:52 [2021-04-02T10:15:52.654Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s)
10:15:52 [2021-04-02T10:15:52.654Z] PASS
10:15:52 [2021-04-02T10:15:52.654Z] coverage: 100.0% of statements
10:15:52 [2021-04-02T10:15:52.654Z] ok  	github.com/docker/docker/pkg/stdcopy	0.036s	coverage: 100.0% of statements
10:15:53 [2021-04-02T10:15:53.125Z] === RUN   TestRawProgressFormatterFormatStatus
10:15:53 [2021-04-02T10:15:53.125Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s)
10:15:53 [2021-04-02T10:15:53.125Z] === RUN   TestRawProgressFormatterFormatProgress
10:15:53 [2021-04-02T10:15:53.125Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s)
10:15:53 [2021-04-02T10:15:53.125Z] === RUN   TestFormatStatus
10:15:53 [2021-04-02T10:15:53.125Z] --- PASS: TestFormatStatus (0.00s)
10:15:53 [2021-04-02T10:15:53.125Z] === RUN   TestFormatError
10:15:53 [2021-04-02T10:15:53.125Z] --- PASS: TestFormatError (0.00s)
10:15:53 [2021-04-02T10:15:53.125Z] === RUN   TestFormatJSONError
10:15:53 [2021-04-02T10:15:53.125Z] --- PASS: TestFormatJSONError (0.00s)
10:15:53 [2021-04-02T10:15:53.125Z] === RUN   TestJsonProgressFormatterFormatProgress
10:15:53 [2021-04-02T10:15:53.125Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s)
10:15:53 [2021-04-02T10:15:53.125Z] === RUN   TestJsonProgressFormatterFormatStatus
10:15:53 [2021-04-02T10:15:53.125Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s)
10:15:53 [2021-04-02T10:15:53.125Z] === RUN   TestNewJSONProgressOutput
10:15:53 [2021-04-02T10:15:53.125Z] --- PASS: TestNewJSONProgressOutput (0.00s)
10:15:53 [2021-04-02T10:15:53.125Z] === RUN   TestAuxFormatterEmit
10:15:53 [2021-04-02T10:15:53.125Z] --- PASS: TestAuxFormatterEmit (0.00s)
10:15:53 [2021-04-02T10:15:53.125Z] === RUN   TestStreamWriterStdout
10:15:53 [2021-04-02T10:15:53.125Z] --- PASS: TestStreamWriterStdout (0.00s)
10:15:53 [2021-04-02T10:15:53.125Z] === RUN   TestStreamWriterStderr
10:15:53 [2021-04-02T10:15:53.125Z] --- PASS: TestStreamWriterStderr (0.00s)
10:15:53 [2021-04-02T10:15:53.125Z] PASS
10:15:53 [2021-04-02T10:15:53.125Z] coverage: 66.2% of statements
10:15:53 [2021-04-02T10:15:53.125Z] ok  	github.com/docker/docker/pkg/streamformatter	0.075s	coverage: 66.2% of statements
10:15:53 [2021-04-02T10:15:53.594Z] === RUN   TestGenerateRandomID
10:15:53 [2021-04-02T10:15:53.594Z] --- PASS: TestGenerateRandomID (0.00s)
10:15:53 [2021-04-02T10:15:53.594Z] === RUN   TestShortenId
10:15:53 [2021-04-02T10:15:53.594Z] --- PASS: TestShortenId (0.00s)
10:15:53 [2021-04-02T10:15:53.594Z] === RUN   TestShortenSha256Id
10:15:53 [2021-04-02T10:15:53.594Z] --- PASS: TestShortenSha256Id (0.00s)
10:15:53 [2021-04-02T10:15:53.594Z] === RUN   TestShortenIdEmpty
10:15:53 [2021-04-02T10:15:53.594Z] --- PASS: TestShortenIdEmpty (0.00s)
10:15:53 [2021-04-02T10:15:53.594Z] === RUN   TestShortenIdInvalid
10:15:53 [2021-04-02T10:15:53.594Z] --- PASS: TestShortenIdInvalid (0.00s)
10:15:53 [2021-04-02T10:15:53.594Z] === RUN   TestIsShortIDNonHex
10:15:53 [2021-04-02T10:15:53.594Z] --- PASS: TestIsShortIDNonHex (0.00s)
10:15:53 [2021-04-02T10:15:53.594Z] === RUN   TestIsShortIDNotCorrectSize
10:15:53 [2021-04-02T10:15:53.594Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s)
10:15:53 [2021-04-02T10:15:53.594Z] PASS
10:15:53 [2021-04-02T10:15:53.594Z] coverage: 70.6% of statements
10:15:53 [2021-04-02T10:15:53.594Z] ok  	github.com/docker/docker/pkg/stringid	0.039s	coverage: 70.6% of statements
10:15:53 [2021-04-02T10:15:53.594Z] time="2021-04-02T10:15:53Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s"
10:15:53 [2021-04-02T10:15:53.800Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
10:15:53 [2021-04-02T10:15:53.800Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
10:15:54 [2021-04-02T10:15:54.369Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
10:15:54 [2021-04-02T10:15:54.409Z] --- PASS: TestCreateServiceMaxReplicas (3.49s)
10:15:54 [2021-04-02T10:15:54.409Z] === RUN   TestCreateWithDuplicateNetworkNames
10:15:54 [2021-04-02T10:15:54.584Z] === RUN   TestIsCpusetListAvailable
10:15:54 [2021-04-02T10:15:54.584Z] --- PASS: TestIsCpusetListAvailable (0.00s)
10:15:54 [2021-04-02T10:15:54.584Z] PASS
10:15:54 [2021-04-02T10:15:54.584Z] coverage: 38.2% of statements
10:15:54 [2021-04-02T10:15:54.584Z] ok  	github.com/docker/docker/pkg/sysinfo	0.036s	coverage: 38.2% of statements
10:15:54 [2021-04-02T10:15:54.628Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
10:15:54 [2021-04-02T10:15:54.887Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
10:15:55 [2021-04-02T10:15:55.054Z] === RUN   TestChtimes
10:15:55 [2021-04-02T10:15:55.054Z] --- PASS: TestChtimes (0.00s)
10:15:55 [2021-04-02T10:15:55.054Z] === RUN   TestChtimesWindows
10:15:55 [2021-04-02T10:15:55.054Z] --- PASS: TestChtimesWindows (0.00s)
10:15:55 [2021-04-02T10:15:55.054Z] === RUN   TestCheckSystemDriveAndRemoveDriveLetter
10:15:55 [2021-04-02T10:15:55.054Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s)
10:15:55 [2021-04-02T10:15:55.054Z] === RUN   TestEnsureRemoveAllNotExist
10:15:55 [2021-04-02T10:15:55.054Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s)
10:15:55 [2021-04-02T10:15:55.054Z] === RUN   TestEnsureRemoveAllWithDir
10:15:55 [2021-04-02T10:15:55.054Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s)
10:15:55 [2021-04-02T10:15:55.054Z] === RUN   TestEnsureRemoveAllWithFile
10:15:55 [2021-04-02T10:15:55.054Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s)
10:15:55 [2021-04-02T10:15:55.054Z] === RUN   TestHasWin32KSupport
10:15:55 [2021-04-02T10:15:55.054Z] --- PASS: TestHasWin32KSupport (0.00s)
10:15:55 [2021-04-02T10:15:55.054Z]     syscall_windows_test.go:8: win32k: true
10:15:55 [2021-04-02T10:15:55.054Z] PASS
10:15:55 [2021-04-02T10:15:55.054Z] coverage: 12.0% of statements
10:15:55 [2021-04-02T10:15:55.054Z] ok  	github.com/docker/docker/pkg/system	0.045s	coverage: 12.0% of statements
10:15:55 [2021-04-02T10:15:55.146Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestTailFile
10:15:55 [2021-04-02T10:15:55.536Z] --- PASS: TestTailFile (0.00s)
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestTailFileManyLines
10:15:55 [2021-04-02T10:15:55.536Z] --- PASS: TestTailFileManyLines (0.00s)
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestTailEmptyFile
10:15:55 [2021-04-02T10:15:55.536Z] --- PASS: TestTailEmptyFile (0.00s)
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestTailNegativeN
10:15:55 [2021-04-02T10:15:55.536Z] --- PASS: TestTailNegativeN (0.00s)
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader
10:15:55 [2021-04-02T10:15:55.536Z] === CONT  TestNewTailReader
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/single_byte_delimiter
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/single_byte_delimiter
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/2_byte_delimiter
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/2_byte_delimiter
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/4_byte_delimiter
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/4_byte_delimiter
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/8_byte_delimiter
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/8_byte_delimiter
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/truncated_last_line
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/truncated_last_line/more_than_available
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/truncated_last_line#01
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/truncated_last_line#01/exact
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/truncated_last_line#02
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/truncated_last_line#02/one_line
10:15:55 [2021-04-02T10:15:55.536Z] === CONT  TestNewTailReader/no_delimiter
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/various_sizes
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/no_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/no_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter
10:15:55 [2021-04-02T10:15:55.536Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/1_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.536Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/1_lines
10:15:55 [2021-04-02T10:15:55.536Z] === CONT  TestNewTailReader/12_byte_delimiter
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
10:15:55 [2021-04-02T10:15:55.536Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
10:15:55 [2021-04-02T10:15:55.536Z] === CONT  TestNewTailReader/no_delimiter/various_sizes
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/1_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/2_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/3_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/4_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/5_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/6_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/7_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/8_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/9_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/10_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.536Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.536Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/1_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/2_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/3_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.536Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.536Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
10:15:55 [2021-04-02T10:15:55.536Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.536Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.536Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.536Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.536Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.536Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:15:55 [2021-04-02T10:15:55.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:15:55 [2021-04-02T10:15:55.536Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/2_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/3_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/4_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/5_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/6_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/7_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/8_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/9_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/10_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/8_byte_delimiter
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/4_byte_delimiter
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/2_byte_delimiter
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/single_byte_delimiter
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/no_delimiter/no_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:15:55 [2021-04-02T10:15:55.537Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/9_lines
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/8_lines
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/7_lines
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/6_lines
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/5_lines
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/4_lines
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/3_lines
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/2_lines
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/10_lines
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
10:15:55 [2021-04-02T10:15:55.537Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/3_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/2_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/1_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry
10:15:55 [2021-04-02T10:15:55.538Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
10:15:55 [2021-04-02T10:15:55.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
10:15:55 [2021-04-02T10:15:55.538Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/7_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/6_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/5_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/4_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/3_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/2_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/10_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
10:15:55 [2021-04-02T10:15:55.538Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
10:15:55 [2021-04-02T10:15:55.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
10:15:55 [2021-04-02T10:15:55.538Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
10:15:55 [2021-04-02T10:15:55.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
10:15:55 [2021-04-02T10:15:55.538Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
10:15:55 [2021-04-02T10:15:55.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
10:15:55 [2021-04-02T10:15:55.538Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
10:15:55 [2021-04-02T10:15:55.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
10:15:55 [2021-04-02T10:15:55.538Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
10:15:55 [2021-04-02T10:15:55.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
10:15:55 [2021-04-02T10:15:55.538Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/9_lines
10:15:55 [2021-04-02T10:15:55.538Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values
10:15:55 [2021-04-02T10:15:55.538Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
10:15:55 [2021-04-02T10:15:55.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
10:15:55 [2021-04-02T10:15:55.538Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
10:15:55 [2021-04-02T10:15:55.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
10:15:55 [2021-04-02T10:15:55.538Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
10:15:55 [2021-04-02T10:15:55.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
10:15:55 [2021-04-02T10:15:55.538Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
10:15:55 [2021-04-02T10:15:55.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
10:15:55 [2021-04-02T10:15:55.538Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
10:15:55 [2021-04-02T10:15:55.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
10:15:55 [2021-04-02T10:15:55.538Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
10:15:55 [2021-04-02T10:15:55.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
10:15:55 [2021-04-02T10:15:55.538Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
10:15:55 [2021-04-02T10:15:55.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
10:15:55 [2021-04-02T10:15:55.538Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/8_lines
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
10:15:56 [2021-04-02T10:15:56.014Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
10:15:56 [2021-04-02T10:15:56.014Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.014Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.015Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.015Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.016Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.016Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.016Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.016Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes
10:15:56 [2021-04-02T10:15:56.016Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
10:15:56 [2021-04-02T10:15:56.016Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
10:15:56 [2021-04-02T10:15:56.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
10:15:56 [2021-04-02T10:15:56.016Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
10:15:56 [2021-04-02T10:15:56.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
10:15:56 [2021-04-02T10:15:56.016Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
10:15:56 [2021-04-02T10:15:56.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
10:15:56 [2021-04-02T10:15:56.016Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
10:15:56 [2021-04-02T10:15:56.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
10:15:56 [2021-04-02T10:15:56.016Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
10:15:56 [2021-04-02T10:15:56.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
10:15:56 [2021-04-02T10:15:56.016Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
10:15:56 [2021-04-02T10:15:56.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
10:15:56 [2021-04-02T10:15:56.016Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
10:15:56 [2021-04-02T10:15:56.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
10:15:56 [2021-04-02T10:15:56.016Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
10:15:56 [2021-04-02T10:15:56.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
10:15:56 [2021-04-02T10:15:56.016Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
10:15:56 [2021-04-02T10:15:56.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
10:15:56 [2021-04-02T10:15:56.016Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
10:15:56 [2021-04-02T10:15:56.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
10:15:56 [2021-04-02T10:15:56.016Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.016Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
10:15:56 [2021-04-02T10:15:56.017Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
10:15:56 [2021-04-02T10:15:56.017Z] --- PASS: TestNewTailReader (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]     --- PASS: TestNewTailReader/truncated_last_line (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]         --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]     --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]         --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]     --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]         --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]     --- PASS: TestNewTailReader/12_byte_delimiter (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]         --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]         --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]         --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]         --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.02s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]         --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]         --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]     --- PASS: TestNewTailReader/no_delimiter (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]         --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]         --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]         --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]         --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]         --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.017Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.018Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s)
10:15:56 [2021-04-02T10:15:56.018Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.018Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.018Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s)
10:15:56 [2021-04-02T10:15:56.018Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.018Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.018Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.018Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.018Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.018Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]         --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]     --- PASS: TestNewTailReader/4_byte_delimiter (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]         --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]         --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.01s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.01s)
10:15:56 [2021-04-02T10:15:56.489Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]         --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.01s)
10:15:56 [2021-04-02T10:15:56.489Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.01s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]         --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]         --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]         --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]     --- PASS: TestNewTailReader/2_byte_delimiter (0.01s)
10:15:56 [2021-04-02T10:15:56.489Z]         --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]         --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]         --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]         --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.01s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.489Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]     --- PASS: TestNewTailReader/single_byte_delimiter (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.01s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.02s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]     --- PASS: TestNewTailReader/8_byte_delimiter (0.02s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z] PASS
10:15:56 [2021-04-02T10:15:56.490Z] coverage: 88.6% of statements
10:15:56 [2021-04-02T10:15:56.490Z] ok  	github.com/docker/docker/pkg/tailfile	0.389s	coverage: 88.6% of statements
10:15:56 [2021-04-02T10:15:56.490Z] time="2021-04-02T10:15:56Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s"
10:15:56 [2021-04-02T10:15:56.490Z] === RUN   TestTarSumRemoveNonExistent
10:15:56 [2021-04-02T10:15:56.490Z] --- PASS: TestTarSumRemoveNonExistent (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z] === RUN   TestTarSumRemove
10:15:56 [2021-04-02T10:15:56.490Z] --- PASS: TestTarSumRemove (0.00s)
10:15:56 [2021-04-02T10:15:56.490Z] === RUN   TestSortFileInfoSums
10:15:56 [2021-04-02T10:15:56.491Z] --- PASS: TestSortFileInfoSums (0.00s)
10:15:56 [2021-04-02T10:15:56.491Z] === RUN   TestNewTarSumForLabelInvalid
10:15:56 [2021-04-02T10:15:56.491Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s)
10:15:56 [2021-04-02T10:15:56.491Z] === RUN   TestNewTarSumForLabel
10:15:56 [2021-04-02T10:15:56.491Z] --- PASS: TestNewTarSumForLabel (0.00s)
10:15:56 [2021-04-02T10:15:56.491Z] === RUN   TestEmptyTar
10:15:56 [2021-04-02T10:15:56.491Z] --- PASS: TestEmptyTar (0.00s)
10:15:56 [2021-04-02T10:15:56.491Z] === RUN   TestTarSumsReadSize
10:15:56 [2021-04-02T10:15:56.491Z] --- PASS: TestTarSumsReadSize (0.00s)
10:15:56 [2021-04-02T10:15:56.491Z] === RUN   TestTarSums
10:15:56 [2021-04-02T10:15:56.491Z] --- PASS: TestTarSums (0.07s)
10:15:56 [2021-04-02T10:15:56.491Z] === RUN   TestIteration
10:15:56 [2021-04-02T10:15:56.491Z] --- PASS: TestIteration (0.00s)
10:15:56 [2021-04-02T10:15:56.491Z] === RUN   TestVersionLabelForChecksum
10:15:56 [2021-04-02T10:15:56.491Z] --- PASS: TestVersionLabelForChecksum (0.00s)
10:15:56 [2021-04-02T10:15:56.491Z] === RUN   TestVersion
10:15:56 [2021-04-02T10:15:56.491Z] --- PASS: TestVersion (0.00s)
10:15:56 [2021-04-02T10:15:56.491Z] === RUN   TestGetVersion
10:15:56 [2021-04-02T10:15:56.491Z] --- PASS: TestGetVersion (0.00s)
10:15:56 [2021-04-02T10:15:56.491Z] === RUN   TestGetVersions
10:15:56 [2021-04-02T10:15:56.491Z] --- PASS: TestGetVersions (0.00s)
10:15:56 [2021-04-02T10:15:56.491Z] PASS
10:15:56 [2021-04-02T10:15:56.491Z] coverage: 89.3% of statements
10:15:56 [2021-04-02T10:15:56.491Z] ok  	github.com/docker/docker/pkg/tarsum	0.128s	coverage: 89.3% of statements
10:15:56 [2021-04-02T10:15:56.960Z] testing: warning: no tests to run
10:15:56 [2021-04-02T10:15:56.960Z] PASS
10:15:56 [2021-04-02T10:15:56.960Z] coverage: [no statements]
10:15:56 [2021-04-02T10:15:56.960Z] ok  	github.com/docker/docker/pkg/term/windows	0.037s	coverage: [no statements] [no tests to run]
10:15:57 [2021-04-02T10:15:57.056Z] --- PASS: TestUpdatePidsLimit (9.79s)
10:15:57 [2021-04-02T10:15:57.056Z]     --- PASS: TestUpdatePidsLimit/update_from_none (1.28s)
10:15:57 [2021-04-02T10:15:57.056Z]     --- PASS: TestUpdatePidsLimit/no_change (1.42s)
10:15:57 [2021-04-02T10:15:57.056Z]     --- PASS: TestUpdatePidsLimit/update_lower (1.37s)
10:15:57 [2021-04-02T10:15:57.056Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (1.23s)
10:15:57 [2021-04-02T10:15:57.056Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (1.16s)
10:15:57 [2021-04-02T10:15:57.056Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (1.17s)
10:15:57 [2021-04-02T10:15:57.056Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (1.29s)
10:15:57 [2021-04-02T10:15:57.056Z] === RUN   TestUpdateRestartPolicy
10:15:57 [2021-04-02T10:15:57.431Z] === RUN   TestTruncIndex
10:15:57 [2021-04-02T10:15:57.431Z] --- PASS: TestTruncIndex (0.10s)
10:15:57 [2021-04-02T10:15:57.431Z] PASS
10:15:57 [2021-04-02T10:15:57.431Z] coverage: 91.5% of statements
10:15:57 [2021-04-02T10:15:57.431Z] ok  	github.com/docker/docker/pkg/truncindex	0.137s	coverage: 91.5% of statements
10:15:57 [2021-04-02T10:15:57.901Z] === RUN   TestIsGIT
10:15:57 [2021-04-02T10:15:57.901Z] --- PASS: TestIsGIT (0.00s)
10:15:57 [2021-04-02T10:15:57.901Z] === RUN   TestIsTransport
10:15:57 [2021-04-02T10:15:57.901Z] --- PASS: TestIsTransport (0.00s)
10:15:57 [2021-04-02T10:15:57.901Z] PASS
10:15:57 [2021-04-02T10:15:57.901Z] coverage: 100.0% of statements
10:15:57 [2021-04-02T10:15:57.901Z] ok  	github.com/docker/docker/pkg/urlutil	0.041s	coverage: 100.0% of statements
10:15:57 [2021-04-02T10:15:57.901Z] === RUN   TestVersionInfo
10:15:57 [2021-04-02T10:15:57.901Z] --- PASS: TestVersionInfo (0.00s)
10:15:57 [2021-04-02T10:15:57.901Z] === RUN   TestAppendVersions
10:15:57 [2021-04-02T10:15:57.901Z] --- PASS: TestAppendVersions (0.00s)
10:15:57 [2021-04-02T10:15:57.901Z] PASS
10:15:57 [2021-04-02T10:15:57.901Z] coverage: 88.9% of statements
10:15:57 [2021-04-02T10:15:57.901Z] ok  	github.com/docker/docker/pkg/useragent	0.036s	coverage: 88.9% of statements
10:15:58 [2021-04-02T10:15:58.961Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
10:15:59 [2021-04-02T10:15:59.182Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (19.93s)
10:15:59 [2021-04-02T10:15:59.182Z] PASS
10:15:59 [2021-04-02T10:15:59.182Z] 
10:15:59 [2021-04-02T10:15:59.182Z] === Skipped
10:15:59 [2021-04-02T10:15:59.182Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.01s)
10:15:59 [2021-04-02T10:15:59.182Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:15:59 [2021-04-02T10:15:59.182Z] 
10:15:59 [2021-04-02T10:15:59.182Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
10:15:59 [2021-04-02T10:15:59.182Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:15:59 [2021-04-02T10:15:59.182Z] 
10:15:59 [2021-04-02T10:15:59.182Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
10:15:59 [2021-04-02T10:15:59.182Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:15:59 [2021-04-02T10:15:59.182Z] 
10:15:59 [2021-04-02T10:15:59.182Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
10:15:59 [2021-04-02T10:15:59.182Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:15:59 [2021-04-02T10:15:59.182Z] 
10:15:59 [2021-04-02T10:15:59.182Z] 
10:15:59 [2021-04-02T10:15:59.182Z] DONE 17 tests, 4 skipped in 39.698s
10:15:59 [2021-04-02T10:15:59.182Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
10:15:59 [2021-04-02T10:15:59.182Z] ++ 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
10:15:59 [2021-04-02T10:15:59.182Z] ++ set -e
10:15:59 [2021-04-02T10:15:59.182Z] ++ '[' -n 0 ']'
10:15:59 [2021-04-02T10:15:59.182Z] ++ set -x
10:15:59 [2021-04-02T10:15:59.182Z] ++ env -i DEST=/go/src/github.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
10:15:59 [2021-04-02T10:15:59.182Z] INFO: Testing against a local daemon
10:15:59 [2021-04-02T10:15:59.182Z] === RUN   TestPluginInvalidJSON
10:15:59 [2021-04-02T10:15:59.182Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
10:15:59 [2021-04-02T10:15:59.182Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
10:15:59 [2021-04-02T10:15:59.182Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
10:15:59 [2021-04-02T10:15:59.182Z] --- PASS: TestPluginInvalidJSON (0.04s)
10:15:59 [2021-04-02T10:15:59.182Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
10:15:59 [2021-04-02T10:15:59.182Z] === RUN   TestPluginInstall
10:15:59 [2021-04-02T10:15:59.182Z] === RUN   TestPluginInstall/no_auth
10:15:59 [2021-04-02T10:15:59.752Z] time="2021-04-02T10:15:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:15:59 [2021-04-02T10:15:59.752Z] time="2021-04-02T10:15:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:06a1d81e5a489f3d1c4c1d6fe43b53afa4109b0f3fef299a0573eedf7f2fa8cf" mediatype=application/vnd.docker.plugin.v1+json size=522
10:15:59 [2021-04-02T10:15:59.752Z] time="2021-04-02T10:15:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:15:59 [2021-04-02T10:15:59.752Z] time="2021-04-02T10:15:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:06a1d81e5a489f3d1c4c1d6fe43b53afa4109b0f3fef299a0573eedf7f2fa8cf" mediatype=application/vnd.docker.plugin.v1+json size=522
10:16:00 [2021-04-02T10:16:00.012Z] === RUN   TestPluginInstall/with_htpasswd
10:16:00 [2021-04-02T10:16:00.123Z] === RUN   TestNewSettable
10:16:00 [2021-04-02T10:16:00.123Z] --- PASS: TestNewSettable (0.00s)
10:16:00 [2021-04-02T10:16:00.123Z] === RUN   TestIsSettable
10:16:00 [2021-04-02T10:16:00.123Z] --- PASS: TestIsSettable (0.00s)
10:16:00 [2021-04-02T10:16:00.123Z] === RUN   TestUpdateSettingsEnv
10:16:00 [2021-04-02T10:16:00.123Z] --- PASS: TestUpdateSettingsEnv (0.00s)
10:16:00 [2021-04-02T10:16:00.123Z] PASS
10:16:00 [2021-04-02T10:16:00.123Z] coverage: 20.1% of statements
10:16:00 [2021-04-02T10:16:00.123Z] ok  	github.com/docker/docker/plugin/v2	0.065s	coverage: 20.1% of statements
10:16:00 [2021-04-02T10:16:00.123Z] === RUN   TestValidatePrivileges
10:16:00 [2021-04-02T10:16:00.123Z] --- PASS: TestValidatePrivileges (0.00s)
10:16:00 [2021-04-02T10:16:00.123Z] === RUN   TestFilterByCapNeg
10:16:00 [2021-04-02T10:16:00.123Z] --- PASS: TestFilterByCapNeg (0.00s)
10:16:00 [2021-04-02T10:16:00.123Z] === RUN   TestFilterByCapPos
10:16:00 [2021-04-02T10:16:00.123Z] --- PASS: TestFilterByCapPos (0.00s)
10:16:00 [2021-04-02T10:16:00.123Z] === RUN   TestStoreGetPluginNotMatchCapRefs
10:16:00 [2021-04-02T10:16:00.123Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s)
10:16:00 [2021-04-02T10:16:00.123Z] PASS
10:16:00 [2021-04-02T10:16:00.123Z] coverage: 12.0% of statements
10:16:00 [2021-04-02T10:16:00.123Z] ok  	github.com/docker/docker/plugin	0.100s	coverage: 12.0% of statements
10:16:00 [2021-04-02T10:16:00.953Z] time="2021-04-02T10:16:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:16:00 [2021-04-02T10:16:00.953Z] time="2021-04-02T10:16:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7bef6200533698b7ee5f16fa28426ab6f1a25fdace4ef82b409e93a95511573d" mediatype=application/vnd.docker.plugin.v1+json size=522
10:16:00 [2021-04-02T10:16:00.953Z] time="2021-04-02T10:16:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:16:00 [2021-04-02T10:16:00.953Z] time="2021-04-02T10:16:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7bef6200533698b7ee5f16fa28426ab6f1a25fdace4ef82b409e93a95511573d" mediatype=application/vnd.docker.plugin.v1+json size=522
10:16:01 [2021-04-02T10:16:01.114Z] time="2021-04-02T10:16:00Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s"
10:16:01 [2021-04-02T10:16:01.114Z] === RUN   TestLoad
10:16:01 [2021-04-02T10:16:01.114Z] --- PASS: TestLoad (0.00s)
10:16:01 [2021-04-02T10:16:01.114Z] === RUN   TestSave
10:16:01 [2021-04-02T10:16:01.114Z] --- PASS: TestSave (0.04s)
10:16:01 [2021-04-02T10:16:01.114Z] === RUN   TestAddDeleteGet
10:16:01 [2021-04-02T10:16:01.114Z] --- PASS: TestAddDeleteGet (0.05s)
10:16:01 [2021-04-02T10:16:01.114Z] === RUN   TestInvalidTags
10:16:01 [2021-04-02T10:16:01.114Z] --- PASS: TestInvalidTags (0.01s)
10:16:01 [2021-04-02T10:16:01.114Z] PASS
10:16:01 [2021-04-02T10:16:01.114Z] coverage: 84.4% of statements
10:16:01 [2021-04-02T10:16:01.114Z] ok  	github.com/docker/docker/reference	0.144s	coverage: 84.4% of statements
10:16:01 [2021-04-02T10:16:01.213Z] === RUN   TestPluginInstall/with_insecure
10:16:02 [2021-04-02T10:16:02.686Z] === RUN   TestResolveAuthConfigIndexServer
10:16:02 [2021-04-02T10:16:02.686Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s)
10:16:02 [2021-04-02T10:16:02.686Z] === RUN   TestResolveAuthConfigFullURL
10:16:02 [2021-04-02T10:16:02.686Z] --- PASS: TestResolveAuthConfigFullURL (0.00s)
10:16:02 [2021-04-02T10:16:02.686Z] === RUN   TestLoadAllowNondistributableArtifacts
10:16:02 [2021-04-02T10:16:02.686Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s)
10:16:02 [2021-04-02T10:16:02.686Z] === RUN   TestValidateMirror
10:16:02 [2021-04-02T10:16:02.686Z] --- PASS: TestValidateMirror (0.00s)
10:16:02 [2021-04-02T10:16:02.686Z] === RUN   TestLoadInsecureRegistries
10:16:02 [2021-04-02T10:16:02.686Z] time="2021-04-02T10:16:02Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
10:16:02 [2021-04-02T10:16:02.686Z] time="2021-04-02T10:16:02Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config"
10:16:02 [2021-04-02T10:16:02.686Z] time="2021-04-02T10:16:02Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
10:16:02 [2021-04-02T10:16:02.686Z] --- PASS: TestLoadInsecureRegistries (0.14s)
10:16:02 [2021-04-02T10:16:02.686Z] === RUN   TestNewServiceConfig
10:16:02 [2021-04-02T10:16:02.686Z] --- PASS: TestNewServiceConfig (0.00s)
10:16:02 [2021-04-02T10:16:02.686Z] === RUN   TestValidateIndexName
10:16:02 [2021-04-02T10:16:02.686Z] --- PASS: TestValidateIndexName (0.00s)
10:16:02 [2021-04-02T10:16:02.686Z] === RUN   TestValidateIndexNameWithError
10:16:02 [2021-04-02T10:16:02.686Z] --- PASS: TestValidateIndexNameWithError (0.00s)
10:16:02 [2021-04-02T10:16:02.686Z] === RUN   TestEndpointParse
10:16:02 [2021-04-02T10:16:02.686Z] --- PASS: TestEndpointParse (0.00s)
10:16:02 [2021-04-02T10:16:02.686Z] === RUN   TestEndpointParseInvalid
10:16:02 [2021-04-02T10:16:02.686Z] --- PASS: TestEndpointParseInvalid (0.00s)
10:16:02 [2021-04-02T10:16:02.686Z] === RUN   TestValidateEndpoint
10:16:02 [2021-04-02T10:16:02.686Z] --- PASS: TestValidateEndpoint (0.01s)
10:16:02 [2021-04-02T10:16:02.686Z] === RUN   TestPing
10:16:02 [2021-04-02T10:16:02.686Z] --- PASS: TestPing (0.00s)
10:16:02 [2021-04-02T10:16:02.686Z] === RUN   TestPingRegistryEndpoint
10:16:02 [2021-04-02T10:16:02.686Z] --- SKIP: TestPingRegistryEndpoint (0.00s)
10:16:02 [2021-04-02T10:16:02.686Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
10:16:02 [2021-04-02T10:16:02.686Z] === RUN   TestEndpoint
10:16:02 [2021-04-02T10:16:02.686Z] --- SKIP: TestEndpoint (0.00s)
10:16:02 [2021-04-02T10:16:02.686Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
10:16:02 [2021-04-02T10:16:02.686Z] === RUN   TestParseRepositoryInfo
10:16:02 [2021-04-02T10:16:02.686Z] --- PASS: TestParseRepositoryInfo (0.00s)
10:16:02 [2021-04-02T10:16:02.686Z] === RUN   TestNewIndexInfo
10:16:02 [2021-04-02T10:16:02.686Z] --- PASS: TestNewIndexInfo (0.00s)
10:16:02 [2021-04-02T10:16:02.686Z] === RUN   TestMirrorEndpointLookup
10:16:02 [2021-04-02T10:16:02.686Z] --- SKIP: TestMirrorEndpointLookup (0.00s)
10:16:02 [2021-04-02T10:16:02.686Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
10:16:02 [2021-04-02T10:16:02.686Z] === RUN   TestSearchRepositories
10:16:02 [2021-04-02T10:16:02.686Z] --- PASS: TestSearchRepositories (0.00s)
10:16:02 [2021-04-02T10:16:02.686Z]     registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1
10:16:02 [2021-04-02T10:16:02.686Z]         Host: 127.0.0.1:49233
10:16:02 [2021-04-02T10:16:02.686Z]         User-Agent: docker test client
10:16:02 [2021-04-02T10:16:02.686Z]         Authorization: Token fake-token
10:16:02 [2021-04-02T10:16:02.686Z]         X-Docker-Token: true
10:16:02 [2021-04-02T10:16:02.686Z]         Accept-Encoding: gzip
10:16:02 [2021-04-02T10:16:02.686Z]         
10:16:02 [2021-04-02T10:16:02.686Z]         
10:16:02 [2021-04-02T10:16:02.686Z]     registry_test.go:730: HTTP/1.1 200 OK
10:16:02 [2021-04-02T10:16:02.686Z]         Connection: close
10:16:02 [2021-04-02T10:16:02.686Z]         Content-Length: 144
10:16:02 [2021-04-02T10:16:02.686Z]         Cache-Control: no-cache
10:16:02 [2021-04-02T10:16:02.686Z]         Content-Type: application/json
10:16:02 [2021-04-02T10:16:02.686Z]         Date: Fri, 02 Apr 2021 10:16:02 GMT
10:16:02 [2021-04-02T10:16:02.686Z]         Expires: -1
10:16:02 [2021-04-02T10:16:02.686Z]         Pragma: no-cache
10:16:02 [2021-04-02T10:16:02.686Z]         Server: docker-tests/mock
10:16:02 [2021-04-02T10:16:02.686Z]         X-Docker-Registry-Config: mock
10:16:02 [2021-04-02T10:16:02.686Z]         X-Docker-Registry-Version: 0.0.0
10:16:02 [2021-04-02T10:16:02.686Z]         
10:16:02 [2021-04-02T10:16:02.686Z]         
10:16:02 [2021-04-02T10:16:02.686Z] === RUN   TestTrustedLocation
10:16:02 [2021-04-02T10:16:02.686Z] --- PASS: TestTrustedLocation (0.00s)
10:16:02 [2021-04-02T10:16:02.686Z] === RUN   TestAddRequiredHeadersToRedirectedRequests
10:16:02 [2021-04-02T10:16:02.686Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s)
10:16:02 [2021-04-02T10:16:02.686Z] === RUN   TestAllowNondistributableArtifacts
10:16:02 [2021-04-02T10:16:02.686Z] --- PASS: TestAllowNondistributableArtifacts (0.00s)
10:16:02 [2021-04-02T10:16:02.686Z] === RUN   TestIsSecureIndex
10:16:02 [2021-04-02T10:16:02.686Z] --- PASS: TestIsSecureIndex (0.00s)
10:16:02 [2021-04-02T10:16:02.686Z] PASS
10:16:02 [2021-04-02T10:16:02.686Z] coverage: 51.7% of statements
10:16:02 [2021-04-02T10:16:02.686Z] ok  	github.com/docker/docker/registry	0.247s	coverage: 51.7% of statements
10:16:02 [2021-04-02T10:16:02.686Z] === RUN   TestResumableRequestHeaderSimpleErrors
10:16:02 [2021-04-02T10:16:02.686Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s)
10:16:02 [2021-04-02T10:16:02.686Z] === RUN   TestResumableRequestHeaderNotTooMuchFailures
10:16:03 [2021-04-02T10:16:03.123Z] time="2021-04-02T10:16:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:16:03 [2021-04-02T10:16:03.124Z] time="2021-04-02T10:16:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d2eeefd9a801bce91f94cf8b3abe23adf58d4ecda14f7a6a6e496c40681dd9e5" mediatype=application/vnd.docker.plugin.v1+json size=522
10:16:03 [2021-04-02T10:16:03.124Z] time="2021-04-02T10:16:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:16:03 [2021-04-02T10:16:03.124Z] time="2021-04-02T10:16:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d2eeefd9a801bce91f94cf8b3abe23adf58d4ecda14f7a6a6e496c40681dd9e5" mediatype=application/vnd.docker.plugin.v1+json size=522
10:16:03 [2021-04-02T10:16:03.157Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s)
10:16:03 [2021-04-02T10:16:03.157Z] === RUN   TestResumableRequestHeaderTooMuchFailures
10:16:03 [2021-04-02T10:16:03.157Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s)
10:16:03 [2021-04-02T10:16:03.157Z] === RUN   TestResumableRequestReaderWithReadError
10:16:03 [2021-04-02T10:16:03.157Z] time="2021-04-02T10:16:02Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred"
10:16:03 [2021-04-02T10:16:03.157Z] --- PASS: TestResumableRequestReaderWithReadError (0.13s)
10:16:03 [2021-04-02T10:16:03.157Z] === RUN   TestResumableRequestReaderWithEOFWith416Response
10:16:03 [2021-04-02T10:16:03.157Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s)
10:16:03 [2021-04-02T10:16:03.157Z] === RUN   TestResumableRequestReaderWithServerDoesntSupportByteRanges
10:16:03 [2021-04-02T10:16:03.157Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s)
10:16:03 [2021-04-02T10:16:03.157Z] === RUN   TestResumableRequestReaderWithZeroTotalSize
10:16:03 [2021-04-02T10:16:03.157Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s)
10:16:03 [2021-04-02T10:16:03.157Z] === RUN   TestResumableRequestReader
10:16:03 [2021-04-02T10:16:03.157Z] --- PASS: TestResumableRequestReader (0.00s)
10:16:03 [2021-04-02T10:16:03.157Z] === RUN   TestResumableRequestReaderWithInitialResponse
10:16:03 [2021-04-02T10:16:03.157Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s)
10:16:03 [2021-04-02T10:16:03.157Z] PASS
10:16:03 [2021-04-02T10:16:03.157Z] coverage: 100.0% of statements
10:16:03 [2021-04-02T10:16:03.157Z] ok  	github.com/docker/docker/registry/resumable	0.213s	coverage: 100.0% of statements
10:16:03 [2021-04-02T10:16:03.384Z] --- PASS: TestPluginInstall (6.02s)
10:16:03 [2021-04-02T10:16:03.384Z]     --- PASS: TestPluginInstall/no_auth (2.68s)
10:16:03 [2021-04-02T10:16:03.384Z]     --- PASS: TestPluginInstall/with_htpasswd (1.15s)
10:16:03 [2021-04-02T10:16:03.384Z]     --- PASS: TestPluginInstall/with_insecure (2.20s)
10:16:03 [2021-04-02T10:16:03.384Z]         plugin_test.go:160: [d512d4fa5d51f] daemon is not started
10:16:03 [2021-04-02T10:16:03.384Z] === RUN   TestPluginsWithRuntimes
10:16:03 [2021-04-02T10:16:03.627Z] === RUN   TestRestartManagerTimeout
10:16:03 [2021-04-02T10:16:03.627Z] --- PASS: TestRestartManagerTimeout (0.00s)
10:16:03 [2021-04-02T10:16:03.627Z] === RUN   TestRestartManagerTimeoutReset
10:16:03 [2021-04-02T10:16:03.627Z] --- PASS: TestRestartManagerTimeoutReset (0.00s)
10:16:03 [2021-04-02T10:16:03.627Z] PASS
10:16:03 [2021-04-02T10:16:03.627Z] coverage: 50.9% of statements
10:16:03 [2021-04-02T10:16:03.627Z] ok  	github.com/docker/docker/restartmanager	0.037s	coverage: 50.9% of statements
10:16:04 [2021-04-02T10:16:04.097Z] === RUN   TestDecodeContainerConfig
10:16:04 [2021-04-02T10:16:04.097Z] --- PASS: TestDecodeContainerConfig (0.00s)
10:16:04 [2021-04-02T10:16:04.097Z] === RUN   TestDecodeContainerConfigIsolation
10:16:04 [2021-04-02T10:16:04.097Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s)
10:16:04 [2021-04-02T10:16:04.097Z] === RUN   TestValidatePrivileged
10:16:04 [2021-04-02T10:16:04.097Z] --- PASS: TestValidatePrivileged (0.00s)
10:16:04 [2021-04-02T10:16:04.097Z] PASS
10:16:04 [2021-04-02T10:16:04.097Z] coverage: 52.2% of statements
10:16:04 [2021-04-02T10:16:04.097Z] ok  	github.com/docker/docker/runconfig	0.037s	coverage: 52.2% of statements
10:16:04 [2021-04-02T10:16:04.252Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
10:16:04 [2021-04-02T10:16:04.252Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
10:16:04 [2021-04-02T10:16:04.252Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
10:16:04 [2021-04-02T10:16:04.566Z] === RUN   TestGenerateRandomAlphaOnlyStringLength
10:16:04 [2021-04-02T10:16:04.567Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s)
10:16:04 [2021-04-02T10:16:04.567Z] === RUN   TestGenerateRandomAlphaOnlyStringUniqueness
10:16:04 [2021-04-02T10:16:04.567Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s)
10:16:04 [2021-04-02T10:16:04.567Z] PASS
10:16:04 [2021-04-02T10:16:04.567Z] coverage: 62.5% of statements
10:16:04 [2021-04-02T10:16:04.567Z] ok  	github.com/docker/docker/testutil	0.085s	coverage: 62.5% of statements
10:16:05 [2021-04-02T10:16:05.557Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
10:16:05 [2021-04-02T10:16:05.557Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
10:16:05 [2021-04-02T10:16:05.557Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
10:16:05 [2021-04-02T10:16:05.557Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
10:16:05 [2021-04-02T10:16:05.557Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
10:16:05 [2021-04-02T10:16:05.557Z] ?   	github.com/docker/docker/pkg/parsers/kernel	[no test files]
10:16:05 [2021-04-02T10:16:05.557Z] ?   	github.com/docker/docker/pkg/parsers/operatingsystem	[no test files]
10:16:05 [2021-04-02T10:16:05.557Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
10:16:05 [2021-04-02T10:16:05.557Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
10:16:05 [2021-04-02T10:16:05.925Z] === RUN   TestPluginsWithRuntimes/No_Args
10:16:07 [2021-04-02T10:16:07.128Z] === RUN   TestGetAddress
10:16:07 [2021-04-02T10:16:07.128Z] --- PASS: TestGetAddress (0.00s)
10:16:07 [2021-04-02T10:16:07.128Z] === RUN   TestRemove
10:16:07 [2021-04-02T10:16:07.128Z] --- SKIP: TestRemove (0.00s)
10:16:07 [2021-04-02T10:16:07.128Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
10:16:07 [2021-04-02T10:16:07.128Z] === RUN   TestInitializeWithVolumes
10:16:07 [2021-04-02T10:16:07.128Z] --- PASS: TestInitializeWithVolumes (0.01s)
10:16:07 [2021-04-02T10:16:07.128Z] === RUN   TestCreate
10:16:07 [2021-04-02T10:16:07.128Z] --- PASS: TestCreate (0.01s)
10:16:07 [2021-04-02T10:16:07.128Z] === RUN   TestValidateName
10:16:07 [2021-04-02T10:16:07.128Z] --- PASS: TestValidateName (0.00s)
10:16:07 [2021-04-02T10:16:07.128Z] === RUN   TestCreateWithOpts
10:16:07 [2021-04-02T10:16:07.128Z] --- SKIP: TestCreateWithOpts (0.00s)
10:16:07 [2021-04-02T10:16:07.128Z]     local_test.go:181: runtime.GOOS == "windows"
10:16:07 [2021-04-02T10:16:07.128Z] === RUN   TestRelaodNoOpts
10:16:07 [2021-04-02T10:16:07.598Z] --- PASS: TestRelaodNoOpts (0.01s)
10:16:07 [2021-04-02T10:16:07.598Z] PASS
10:16:07 [2021-04-02T10:16:07.598Z] coverage: 41.5% of statements
10:16:07 [2021-04-02T10:16:07.598Z] ok  	github.com/docker/docker/volume/local	0.089s	coverage: 41.5% of statements
10:16:07 [2021-04-02T10:16:07.598Z] === RUN   TestGetDriver
10:16:07 [2021-04-02T10:16:07.598Z] --- PASS: TestGetDriver (0.00s)
10:16:07 [2021-04-02T10:16:07.598Z] === RUN   TestVolumeRequestError
10:16:07 [2021-04-02T10:16:07.598Z] --- PASS: TestVolumeRequestError (0.01s)
10:16:07 [2021-04-02T10:16:07.598Z] PASS
10:16:07 [2021-04-02T10:16:07.598Z] coverage: 36.1% of statements
10:16:07 [2021-04-02T10:16:07.598Z] ok  	github.com/docker/docker/volume/drivers	0.063s	coverage: 36.1% of statements
10:16:07 [2021-04-02T10:16:07.598Z] === RUN   TestConvertTmpfsOptions
10:16:07 [2021-04-02T10:16:07.598Z] --- PASS: TestConvertTmpfsOptions (0.00s)
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:49: data="mode=700,size=1m"
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:49: data="ro"
10:16:07 [2021-04-02T10:16:07.598Z] === RUN   TestParseMountRaw
10:16:07 [2021-04-02T10:16:07.598Z] --- PASS: TestParseMountRaw (0.02s)
10:16:07 [2021-04-02T10:16:07.598Z] === RUN   TestParseMountRawSplit
10:16:07 [2021-04-02T10:16:07.598Z] --- PASS: TestParseMountRawSplit (0.00s)
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:390: case 0
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:390: case 1
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:390: case 2
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:390: case 3
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:390: case 4
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:390: case 5
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:390: case 6
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:390: case 7
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:390: case 8
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:390: case 0
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:390: case 1
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:390: case 2
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:390: case 3
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:390: case 4
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:390: case 5
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:390: case 6
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:390: case 7
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:390: case 8
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:390: case 9
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:390: case 10
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:390: case 11
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:390: case 12
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:390: case 0
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:390: case 1
10:16:07 [2021-04-02T10:16:07.598Z]     parser_test.go:390: case 2
10:16:08 [2021-04-02T10:16:08.069Z]     parser_test.go:390: case 3
10:16:08 [2021-04-02T10:16:08.069Z]     parser_test.go:390: case 4
10:16:08 [2021-04-02T10:16:08.069Z]     parser_test.go:390: case 5
10:16:08 [2021-04-02T10:16:08.069Z]     parser_test.go:390: case 6
10:16:08 [2021-04-02T10:16:08.069Z]     parser_test.go:390: case 7
10:16:08 [2021-04-02T10:16:08.069Z]     parser_test.go:390: case 8
10:16:08 [2021-04-02T10:16:08.069Z]     parser_test.go:390: case 9
10:16:08 [2021-04-02T10:16:08.069Z]     parser_test.go:390: case 10
10:16:08 [2021-04-02T10:16:08.069Z]     parser_test.go:390: case 11
10:16:08 [2021-04-02T10:16:08.069Z] === RUN   TestParseMountSpec
10:16:08 [2021-04-02T10:16:08.069Z] --- PASS: TestParseMountSpec (0.00s)
10:16:08 [2021-04-02T10:16:08.069Z]     parser_test.go:455: case 0
10:16:08 [2021-04-02T10:16:08.069Z]     parser_test.go:455: case 1
10:16:08 [2021-04-02T10:16:08.069Z]     parser_test.go:455: case 2
10:16:08 [2021-04-02T10:16:08.069Z]     parser_test.go:455: case 3
10:16:08 [2021-04-02T10:16:08.069Z]     parser_test.go:455: case 4
10:16:08 [2021-04-02T10:16:08.069Z]     parser_test.go:455: case 5
10:16:08 [2021-04-02T10:16:08.069Z] === RUN   TestParseMountSpecBindWithFileinfoError
10:16:08 [2021-04-02T10:16:08.069Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s)
10:16:08 [2021-04-02T10:16:08.069Z] === RUN   TestValidateMount
10:16:08 [2021-04-02T10:16:08.069Z] --- PASS: TestValidateMount (0.00s)
10:16:08 [2021-04-02T10:16:08.069Z] PASS
10:16:08 [2021-04-02T10:16:08.069Z] coverage: 66.2% of statements
10:16:08 [2021-04-02T10:16:08.069Z] ok  	github.com/docker/docker/volume/mounts	0.076s	coverage: 66.2% of statements
10:16:08 [2021-04-02T10:16:08.448Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
10:16:08 [2021-04-02T10:16:08.466Z] === RUN   TestPluginsWithRuntimes/With_Args
10:16:09 [2021-04-02T10:16:09.017Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
10:16:09 [2021-04-02T10:16:09.060Z] === RUN   TestSetGetMeta
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestSetGetMeta
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestRestore
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestRestore
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestServiceCreate
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestServiceCreate
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestServiceList
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestServiceList
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestServiceRemove
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestServiceRemove
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestServiceGet
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestServiceGet
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestServicePrune
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestServicePrune
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestCreate
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestCreate
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestRemove
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestRemove
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestList
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestList
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestFindByDriver
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestFindByDriver
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestFindByReferenced
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestFindByReferenced
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestDerefMultipleOfSameRef
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestDerefMultipleOfSameRef
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestCreateKeepOptsLabelsWhenExistsRemotely
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestDefererencePluginOnCreateError
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestDefererencePluginOnCreateError
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestRefDerefRemove
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestRefDerefRemove
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestGet
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestGet
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestGetWithReference
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestGetWithReference
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestFilterFunc
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestFilterFunc/test_nil_list
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestFilterFunc/test_nil_list
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestFilterFunc/test_empty_list
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestFilterFunc/test_empty_list
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestFilterFunc/test_filter_non-empty_to_empty
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestFilterFunc/test_nothing_to_fitler_non-empty_list
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestFilterFunc/test_filter_some
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestFilterFunc/test_filter_some
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestFilterFunc/test_filter_middle
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestFilterFunc/test_filter_middle
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestFilterFunc/test_filter_middle_and_last
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestFilterFunc/test_filter_middle_and_last
10:16:09 [2021-04-02T10:16:09.061Z] === RUN   TestFilterFunc/test_filter_first_and_last
10:16:09 [2021-04-02T10:16:09.061Z] === PAUSE TestFilterFunc/test_filter_first_and_last
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestFilterFunc/test_nil_list
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestFilterFunc/test_filter_first_and_last
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestFilterFunc/test_filter_some
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestFilterFunc/test_empty_list
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestFilterFunc/test_filter_non-empty_to_empty
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestFilterFunc/test_filter_middle
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestFilterFunc/test_nothing_to_fitler_non-empty_list
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestFilterFunc/test_filter_middle_and_last
10:16:09 [2021-04-02T10:16:09.061Z] --- PASS: TestFilterFunc (0.00s)
10:16:09 [2021-04-02T10:16:09.061Z]     --- PASS: TestFilterFunc/test_nil_list (0.00s)
10:16:09 [2021-04-02T10:16:09.061Z]     --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s)
10:16:09 [2021-04-02T10:16:09.061Z]     --- PASS: TestFilterFunc/test_empty_list (0.00s)
10:16:09 [2021-04-02T10:16:09.061Z]     --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s)
10:16:09 [2021-04-02T10:16:09.061Z]     --- PASS: TestFilterFunc/test_filter_some (0.00s)
10:16:09 [2021-04-02T10:16:09.061Z]     --- PASS: TestFilterFunc/test_filter_middle (0.00s)
10:16:09 [2021-04-02T10:16:09.061Z]     --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s)
10:16:09 [2021-04-02T10:16:09.061Z]     --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s)
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestSetGetMeta
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestFindByReferenced
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestServicePrune
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestList
10:16:09 [2021-04-02T10:16:09.061Z] --- PASS: TestSetGetMeta (0.02s)
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestFindByDriver
10:16:09 [2021-04-02T10:16:09.061Z] --- PASS: TestFindByReferenced (0.03s)
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestRemove
10:16:09 [2021-04-02T10:16:09.061Z] --- PASS: TestList (0.04s)
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestServiceList
10:16:09 [2021-04-02T10:16:09.061Z] --- PASS: TestFindByDriver (0.03s)
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestServiceGet
10:16:09 [2021-04-02T10:16:09.061Z] --- PASS: TestRemove (0.03s)
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestServiceRemove
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestGet
10:16:09 [2021-04-02T10:16:09.061Z] --- PASS: TestServiceGet (0.08s)
10:16:09 [2021-04-02T10:16:09.061Z] time="2021-04-02T10:16:08Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
10:16:09 [2021-04-02T10:16:09.061Z] --- PASS: TestServiceRemove (0.08s)
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestGetWithReference
10:16:09 [2021-04-02T10:16:09.061Z] --- PASS: TestServiceList (0.10s)
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestServiceCreate
10:16:09 [2021-04-02T10:16:09.061Z] time="2021-04-02T10:16:08Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
10:16:09 [2021-04-02T10:16:09.061Z] --- PASS: TestGet (0.02s)
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestDefererencePluginOnCreateError
10:16:09 [2021-04-02T10:16:09.061Z] time="2021-04-02T10:16:08Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
10:16:09 [2021-04-02T10:16:09.061Z] time="2021-04-02T10:16:08Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3
10:16:09 [2021-04-02T10:16:09.061Z] --- PASS: TestGetWithReference (0.03s)
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestRefDerefRemove
10:16:09 [2021-04-02T10:16:09.061Z] --- PASS: TestServiceCreate (0.03s)
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestCreateKeepOptsLabelsWhenExistsRemotely
10:16:09 [2021-04-02T10:16:09.061Z] time="2021-04-02T10:16:08Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
10:16:09 [2021-04-02T10:16:09.061Z] --- PASS: TestServicePrune (0.18s)
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestRestore
10:16:09 [2021-04-02T10:16:09.061Z] --- PASS: TestDefererencePluginOnCreateError (0.03s)
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestDerefMultipleOfSameRef
10:16:09 [2021-04-02T10:16:09.061Z] --- PASS: TestRefDerefRemove (0.03s)
10:16:09 [2021-04-02T10:16:09.061Z] === CONT  TestCreate
10:16:09 [2021-04-02T10:16:09.061Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s)
10:16:09 [2021-04-02T10:16:09.061Z] --- PASS: TestCreate (0.02s)
10:16:09 [2021-04-02T10:16:09.061Z] --- PASS: TestRestore (0.03s)
10:16:09 [2021-04-02T10:16:09.061Z] --- PASS: TestDerefMultipleOfSameRef (0.02s)
10:16:09 [2021-04-02T10:16:09.061Z] PASS
10:16:09 [2021-04-02T10:16:09.061Z] coverage: 70.3% of statements
10:16:09 [2021-04-02T10:16:09.061Z] ok  	github.com/docker/docker/volume/service	0.261s	coverage: 70.3% of statements
10:16:09 [2021-04-02T10:16:09.238Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.01s)
10:16:09 [2021-04-02T10:16:09.238Z] === RUN   TestCreateServiceSecretFileMode
10:16:09 [2021-04-02T10:16:09.530Z] --- PASS: TestNewClientWithTimeout (17.69s)
10:16:09 [2021-04-02T10:16:09.530Z] === RUN   TestClientStream
10:16:09 [2021-04-02T10:16:09.530Z] --- PASS: TestClientStream (0.00s)
10:16:09 [2021-04-02T10:16:09.530Z] === RUN   TestClientSendFile
10:16:09 [2021-04-02T10:16:09.530Z] --- PASS: TestClientSendFile (0.00s)
10:16:09 [2021-04-02T10:16:09.530Z] === RUN   TestClientWithRequestTimeout
10:16:09 [2021-04-02T10:16:09.530Z] --- PASS: TestClientWithRequestTimeout (0.00s)
10:16:09 [2021-04-02T10:16:09.530Z] === RUN   TestFileSpecPlugin
10:16:09 [2021-04-02T10:16:09.530Z] --- PASS: TestFileSpecPlugin (0.01s)
10:16:09 [2021-04-02T10:16:09.530Z] === RUN   TestFileJSONSpecPlugin
10:16:09 [2021-04-02T10:16:09.530Z] --- PASS: TestFileJSONSpecPlugin (0.00s)
10:16:09 [2021-04-02T10:16:09.530Z] === RUN   TestFileJSONSpecPluginWithoutTLSConfig
10:16:09 [2021-04-02T10:16:09.530Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s)
10:16:09 [2021-04-02T10:16:09.530Z] === RUN   TestPluginAddHandler
10:16:09 [2021-04-02T10:16:09.530Z] --- PASS: TestPluginAddHandler (0.00s)
10:16:09 [2021-04-02T10:16:09.530Z] === RUN   TestPluginWaitBadPlugin
10:16:09 [2021-04-02T10:16:09.530Z] --- PASS: TestPluginWaitBadPlugin (0.00s)
10:16:09 [2021-04-02T10:16:09.530Z] === RUN   TestGet
10:16:09 [2021-04-02T10:16:09.530Z] time="2021-04-02T10:16:09Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s"
10:16:09 [2021-04-02T10:16:09.954Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
10:16:10 [2021-04-02T10:16:10.376Z] --- PASS: TestPluginsWithRuntimes (7.07s)
10:16:10 [2021-04-02T10:16:10.376Z]     --- PASS: TestPluginsWithRuntimes/No_Args (2.21s)
10:16:10 [2021-04-02T10:16:10.376Z]     --- PASS: TestPluginsWithRuntimes/With_Args (2.19s)
10:16:10 [2021-04-02T10:16:10.376Z] PASS
10:16:10 [2021-04-02T10:16:10.519Z] time="2021-04-02T10:16:10Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s"
10:16:10 [2021-04-02T10:16:10.524Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
10:16:10 [2021-04-02T10:16:10.602Z] --- PASS: TestCreateServiceSecretFileMode (2.85s)
10:16:10 [2021-04-02T10:16:10.602Z] === RUN   TestCreateServiceConfigFileMode
10:16:10 [2021-04-02T10:16:10.636Z] 
10:16:10 [2021-04-02T10:16:10.636Z] DONE 9 tests in 13.317s
10:16:10 [2021-04-02T10:16:10.636Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
10:16:10 [2021-04-02T10:16:10.636Z] ++ 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
10:16:10 [2021-04-02T10:16:10.636Z] ++ set -e
10:16:10 [2021-04-02T10:16:10.636Z] ++ '[' -n 0 ']'
10:16:10 [2021-04-02T10:16:10.636Z] ++ set -x
10:16:10 [2021-04-02T10:16:10.636Z] ++ env -i DEST=/go/src/github.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
10:16:10 [2021-04-02T10:16:10.636Z] INFO: Testing against a local daemon
10:16:10 [2021-04-02T10:16:10.636Z] === RUN   TestExternalGraphDriver
10:16:10 [2021-04-02T10:16:10.895Z] === RUN   TestExternalGraphDriver/json
10:16:12 [2021-04-02T10:16:12.448Z] --- PASS: TestUpdateRestartPolicy (15.24s)
10:16:12 [2021-04-02T10:16:12.448Z] === RUN   TestUpdateRestartWithAutoRemove
10:16:12 [2021-04-02T10:16:12.737Z] time="2021-04-02T10:16:12Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s"
10:16:13 [2021-04-02T10:16:13.411Z] --- PASS: TestUpdateRestartWithAutoRemove (1.31s)
10:16:13 [2021-04-02T10:16:13.411Z] === RUN   TestWaitNonBlocked
10:16:13 [2021-04-02T10:16:13.411Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
10:16:13 [2021-04-02T10:16:13.411Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
10:16:13 [2021-04-02T10:16:13.411Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
10:16:13 [2021-04-02T10:16:13.411Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
10:16:13 [2021-04-02T10:16:13.411Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
10:16:13 [2021-04-02T10:16:13.411Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
10:16:13 [2021-04-02T10:16:13.864Z] --- PASS: TestCreateServiceConfigFileMode (2.86s)
10:16:13 [2021-04-02T10:16:13.864Z] === RUN   TestCreateServiceSysctls
10:16:15 [2021-04-02T10:16:15.095Z] === RUN   TestExternalGraphDriver/spec
10:16:15 [2021-04-02T10:16:15.333Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
10:16:15 [2021-04-02T10:16:15.333Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
10:16:15 [2021-04-02T10:16:15.902Z] --- PASS: TestWaitNonBlocked (0.03s)
10:16:15 [2021-04-02T10:16:15.902Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.28s)
10:16:15 [2021-04-02T10:16:15.902Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.32s)
10:16:15 [2021-04-02T10:16:15.902Z] === RUN   TestWaitBlocked
10:16:15 [2021-04-02T10:16:15.902Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
10:16:15 [2021-04-02T10:16:15.902Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
10:16:15 [2021-04-02T10:16:15.902Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
10:16:15 [2021-04-02T10:16:15.902Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
10:16:15 [2021-04-02T10:16:15.902Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
10:16:15 [2021-04-02T10:16:15.902Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
10:16:16 [2021-04-02T10:16:16.535Z] time="2021-04-02T10:16:16Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s"
10:16:18 [2021-04-02T10:16:18.029Z] --- PASS: TestCreateServiceSysctls (3.83s)
10:16:18 [2021-04-02T10:16:18.029Z] === RUN   TestCreateServiceCapabilities
10:16:18 [2021-04-02T10:16:18.439Z] --- PASS: TestWaitBlocked (0.03s)
10:16:18 [2021-04-02T10:16:18.439Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (2.33s)
10:16:18 [2021-04-02T10:16:18.439Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (2.33s)
10:16:18 [2021-04-02T10:16:18.439Z] === CONT  TestContainerStartOnDaemonRestart
10:16:18 [2021-04-02T10:16:18.439Z] === CONT  TestContainerKillOnDaemonStart
10:16:19 [2021-04-02T10:16:19.294Z] === RUN   TestExternalGraphDriver/pull
10:16:20 [2021-04-02T10:16:20.541Z] --- PASS: TestCreateServiceCapabilities (2.82s)
10:16:20 [2021-04-02T10:16:20.541Z] === RUN   TestInspect
10:16:20 [2021-04-02T10:16:20.977Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
10:16:21 [2021-04-02T10:16:21.546Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
10:16:21 [2021-04-02T10:16:21.838Z] --- PASS: TestExternalGraphDriver (10.75s)
10:16:21 [2021-04-02T10:16:21.838Z]     --- PASS: TestExternalGraphDriver/json (3.63s)
10:16:21 [2021-04-02T10:16:21.838Z]     --- PASS: TestExternalGraphDriver/spec (4.06s)
10:16:21 [2021-04-02T10:16:21.838Z]     --- PASS: TestExternalGraphDriver/pull (2.91s)
10:16:21 [2021-04-02T10:16:21.838Z] === RUN   TestGraphdriverPluginV2
10:16:21 [2021-04-02T10:16:21.838Z] --- SKIP: TestGraphdriverPluginV2 (0.03s)
10:16:21 [2021-04-02T10:16:21.838Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:16:21 [2021-04-02T10:16:21.838Z] PASS
10:16:21 [2021-04-02T10:16:21.838Z] 
10:16:21 [2021-04-02T10:16:21.838Z] === Skipped
10:16:21 [2021-04-02T10:16:21.838Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s)
10:16:21 [2021-04-02T10:16:21.838Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:16:21 [2021-04-02T10:16:21.838Z] 
10:16:21 [2021-04-02T10:16:21.838Z] 
10:16:21 [2021-04-02T10:16:21.838Z] DONE 5 tests, 1 skipped in 10.971s
10:16:21 [2021-04-02T10:16:21.838Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
10:16:21 [2021-04-02T10:16:21.838Z] ++ 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
10:16:21 [2021-04-02T10:16:21.838Z] ++ set -e
10:16:21 [2021-04-02T10:16:21.838Z] ++ '[' -n 0 ']'
10:16:21 [2021-04-02T10:16:21.838Z] ++ set -x
10:16:21 [2021-04-02T10:16:21.838Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
10:16:21 [2021-04-02T10:16:21.838Z] INFO: Testing against a local daemon
10:16:21 [2021-04-02T10:16:21.838Z] === RUN   TestContinueAfterPluginCrash
10:16:21 [2021-04-02T10:16:21.838Z] === PAUSE TestContinueAfterPluginCrash
10:16:21 [2021-04-02T10:16:21.838Z] === RUN   TestReadPluginNoRead
10:16:21 [2021-04-02T10:16:21.838Z] === PAUSE TestReadPluginNoRead
10:16:21 [2021-04-02T10:16:21.838Z] === RUN   TestDaemonStartWithLogOpt
10:16:21 [2021-04-02T10:16:21.838Z] === PAUSE TestDaemonStartWithLogOpt
10:16:21 [2021-04-02T10:16:21.838Z] === CONT  TestContinueAfterPluginCrash
10:16:21 [2021-04-02T10:16:21.838Z] === CONT  TestDaemonStartWithLogOpt
10:16:21 [2021-04-02T10:16:21.838Z] === CONT  TestReadPluginNoRead
10:16:23 [2021-04-02T10:16:23.452Z] --- PASS: TestContainerStartOnDaemonRestart (5.22s)
10:16:23 [2021-04-02T10:16:23.452Z] === CONT  TestIpcModeOlderClient
10:16:23 [2021-04-02T10:16:23.452Z] --- PASS: TestIpcModeOlderClient (0.07s)
10:16:23 [2021-04-02T10:16:23.452Z] === CONT  TestDaemonHostGatewayIP
10:16:23 [2021-04-02T10:16:23.714Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
10:16:23 [2021-04-02T10:16:23.714Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
10:16:23 [2021-04-02T10:16:23.804Z] --- PASS: TestInspect (3.21s)
10:16:23 [2021-04-02T10:16:23.804Z] === RUN   TestCreateJob
10:16:23 [2021-04-02T10:16:23.973Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
10:16:23 [2021-04-02T10:16:23.973Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
10:16:23 [2021-04-02T10:16:23.973Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
10:16:25 [2021-04-02T10:16:25.206Z] --- PASS: TestGet (15.00s)
10:16:25 [2021-04-02T10:16:25.206Z] === RUN   TestPluginWithNoManifest
10:16:25 [2021-04-02T10:16:25.206Z] --- PASS: TestPluginWithNoManifest (0.00s)
10:16:25 [2021-04-02T10:16:25.206Z] === RUN   TestGetAll
10:16:25 [2021-04-02T10:16:25.206Z] --- PASS: TestGetAll (0.00s)
10:16:25 [2021-04-02T10:16:25.206Z] PASS
10:16:25 [2021-04-02T10:16:25.206Z] coverage: 73.4% of statements
10:16:25 [2021-04-02T10:16:25.206Z] ok  	github.com/docker/docker/pkg/plugins	35.005s	coverage: 73.4% of statements
10:16:25 [2021-04-02T10:16:25.206Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
10:16:25 [2021-04-02T10:16:25.206Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
10:16:25 [2021-04-02T10:16:25.206Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
10:16:25 [2021-04-02T10:16:25.206Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
10:16:25 [2021-04-02T10:16:25.206Z] ?   	github.com/docker/docker/pkg/term	[no test files]
10:16:25 [2021-04-02T10:16:25.206Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
10:16:25 [2021-04-02T10:16:25.206Z] ?   	github.com/docker/docker/profiles/seccomp	[no test files]
10:16:25 [2021-04-02T10:16:25.206Z] ?   	github.com/docker/docker/quota	[no test files]
10:16:25 [2021-04-02T10:16:25.206Z] ?   	github.com/docker/docker/rootless	[no test files]
10:16:25 [2021-04-02T10:16:25.206Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
10:16:25 [2021-04-02T10:16:25.206Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
10:16:25 [2021-04-02T10:16:25.206Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
10:16:25 [2021-04-02T10:16:25.206Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
10:16:25 [2021-04-02T10:16:25.206Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
10:16:25 [2021-04-02T10:16:25.206Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
10:16:25 [2021-04-02T10:16:25.206Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
10:16:25 [2021-04-02T10:16:25.206Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
10:16:25 [2021-04-02T10:16:25.206Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
10:16:25 [2021-04-02T10:16:25.206Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
10:16:25 [2021-04-02T10:16:25.206Z] ?   	github.com/docker/docker/testutil/request	[no test files]
10:16:25 [2021-04-02T10:16:25.206Z] ?   	github.com/docker/docker/volume	[no test files]
10:16:25 [2021-04-02T10:16:25.206Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
10:16:25 [2021-04-02T10:16:25.206Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
10:16:26 [2021-04-02T10:16:26.049Z] === RUN   TestReadPluginNoRead/default
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === Skipped
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     dispatchers_test.go:377: Windows does not support stopsignal
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     client_test.go:23: runtime.GOOS == "windows"
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     daemon_test.go:147: root required
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     reload_test.go:520: root required
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     pull_v2_test.go:73: Needs fixing on Windows
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     pull_v2_test.go:118: Needs fixing on Windows
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     download_test.go:268: Needs fixing on Windows
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     layer_test.go:304: Failing on Windows
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     layer_test.go:353: Failing on Windows
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     layer_test.go:468: Failing on Windows
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     layer_test.go:697: Failing on Windows
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     migration_test.go:46: Failing on Windows
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     migration_test.go:182: Failing on Windows
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     mount_test.go:17: Failing on Windows
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     mount_test.go:76: Failing on Windows
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     mount_test.go:125: Failing on Windows
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     mount_test.go:212: Failing on Windows
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     archive_test.go:134: Xz not present in msys2
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     archive_test.go:239: Failing on Windows CI machines
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     archive_windows_test.go:16: Currently fails
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     changes_test.go:192: needs more investigation
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     changes_test.go:405: needs further investigation
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     changes_test.go:441: needs further investigation
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     poller_test.go:41: No chmod on Windows
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     fileutils_test.go:134: Needs porting to Windows
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     fileutils_test.go:180: Needs porting to Windows
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s)
10:16:26 [2021-04-02T10:16:26.207Z]     local_test.go:181: runtime.GOOS == "windows"
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] 
10:16:26 [2021-04-02T10:16:26.207Z] DONE 1833 tests, 45 skipped in 193.988s
10:16:26 [2021-04-02T10:16:26.309Z] --- PASS: TestDaemonStartWithLogOpt (4.62s)
10:16:26 [2021-04-02T10:16:26.509Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
10:16:26 [2021-04-02T10:16:26.679Z] INFO: make.ps1 ended at 04/02/2021 10:16:26
10:16:27 [2021-04-02T10:16:27.690Z] === RUN   TestReadPluginNoRead/disabled_caching
10:16:27 [2021-04-02T10:16:27.965Z] --- PASS: TestCreateJob (3.82s)
10:16:27 [2021-04-02T10:16:27.965Z] === RUN   TestReplicatedJob
10:16:28 [2021-04-02T10:16:28.248Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker
10:16:28 [2021-04-02T10:16:28.248Z] INFO: Unit tests ended at 04/02/2021 10:16:27. Duration:00:03:30.0581477
10:16:28 [2021-04-02T10:16:28.248Z] INFO: Building busybox
10:16:28 [2021-04-02T10:16:28.248Z] Sending build context to Docker daemon   5.12kB
10:16:28 [2021-04-02T10:16:28.248Z] 
10:16:28 [2021-04-02T10:16:28.248Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore
10:16:28 [2021-04-02T10:16:28.248Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019
10:16:28 [2021-04-02T10:16:28.248Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13
10:16:28 [2021-04-02T10:16:28.248Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae
10:16:28 [2021-04-02T10:16:28.248Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
10:16:28 [2021-04-02T10:16:28.248Z]  ---> 3eaa9ebbf51f
10:16:28 [2021-04-02T10:16:28.248Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin
10:16:28 [2021-04-02T10:16:28.248Z]  ---> Running in 38359343a631
10:16:29 [2021-04-02T10:16:29.044Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
10:16:29 [2021-04-02T10:16:29.600Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
10:16:29 [2021-04-02T10:16:29.981Z] --- PASS: TestDaemonHostGatewayIP (6.48s)
10:16:29 [2021-04-02T10:16:29.981Z] === CONT  TestRestartDaemonWithRestartingContainer
10:16:29 [2021-04-02T10:16:29.981Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
10:16:30 [2021-04-02T10:16:30.982Z] --- PASS: TestReadPluginNoRead (9.25s)
10:16:30 [2021-04-02T10:16:30.982Z]     --- PASS: TestReadPluginNoRead/default (1.73s)
10:16:30 [2021-04-02T10:16:30.982Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.68s)
10:16:30 [2021-04-02T10:16:30.982Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.71s)
10:16:30 [2021-04-02T10:16:30.982Z]     read_test.go:92: [da452178212df] daemon is not started
10:16:31 [2021-04-02T10:16:31.922Z] --- PASS: TestContinueAfterPluginCrash (10.11s)
10:16:31 [2021-04-02T10:16:31.922Z] PASS
10:16:31 [2021-04-02T10:16:31.922Z] 
10:16:31 [2021-04-02T10:16:31.922Z] DONE 6 tests in 10.300s
10:16:31 [2021-04-02T10:16:31.922Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
10:16:31 [2021-04-02T10:16:31.922Z] ++ 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
10:16:31 [2021-04-02T10:16:31.922Z] ++ set -e
10:16:31 [2021-04-02T10:16:31.922Z] ++ '[' -n 0 ']'
10:16:31 [2021-04-02T10:16:31.922Z] ++ set -x
10:16:31 [2021-04-02T10:16:31.922Z] ++ env -i DEST=/go/src/github.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
10:16:31 [2021-04-02T10:16:31.922Z] testing: warning: no tests to run
10:16:31 [2021-04-02T10:16:31.922Z] PASS
10:16:31 [2021-04-02T10:16:31.922Z] 
10:16:31 [2021-04-02T10:16:31.922Z] DONE 0 tests in 0.080s
10:16:31 [2021-04-02T10:16:31.922Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
10:16:31 [2021-04-02T10:16:31.922Z] ++ 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
10:16:31 [2021-04-02T10:16:31.922Z] ++ set -e
10:16:31 [2021-04-02T10:16:31.922Z] ++ '[' -n 0 ']'
10:16:31 [2021-04-02T10:16:31.922Z] ++ set -x
10:16:31 [2021-04-02T10:16:31.922Z] ++ env -i DEST=/go/src/github.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
10:16:32 [2021-04-02T10:16:32.182Z] INFO: Testing against a local daemon
10:16:32 [2021-04-02T10:16:32.182Z] === RUN   TestPluginWithDevMounts
10:16:32 [2021-04-02T10:16:32.182Z] === PAUSE TestPluginWithDevMounts
10:16:32 [2021-04-02T10:16:32.182Z] === CONT  TestPluginWithDevMounts
10:16:33 [2021-04-02T10:16:33.010Z] Removing intermediate container 38359343a631
10:16:33 [2021-04-02T10:16:33.010Z]  ---> 5dbebabd8677
10:16:33 [2021-04-02T10:16:33.010Z] Step 7/13 : ARG BUSYBOX_VERSION
10:16:33 [2021-04-02T10:16:33.010Z]  ---> Running in af328322bbe4
10:16:33 [2021-04-02T10:16:33.010Z] Removing intermediate container af328322bbe4
10:16:33 [2021-04-02T10:16:33.010Z]  ---> a967e6879600
10:16:33 [2021-04-02T10:16:33.010Z] Step 8/13 : ARG BUSYBOX_SHA256SUM
10:16:33 [2021-04-02T10:16:33.010Z]  ---> Running in 7a6510e755cc
10:16:33 [2021-04-02T10:16:33.010Z] Removing intermediate container 7a6510e755cc
10:16:33 [2021-04-02T10:16:33.010Z]  ---> 43e3334277e4
10:16:33 [2021-04-02T10:16:33.010Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe
10:16:34 [2021-04-02T10:16:34.177Z] --- PASS: TestContainerKillOnDaemonStart (15.39s)
10:16:34 [2021-04-02T10:16:34.177Z] === CONT  TestDaemonRestartIpcMode
10:16:34 [2021-04-02T10:16:34.436Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.56s)
10:16:34 [2021-04-02T10:16:34.499Z] --- PASS: TestReplicatedJob (6.45s)
10:16:34 [2021-04-02T10:16:34.499Z] === RUN   TestUpdateReplicatedJob
10:16:34 [2021-04-02T10:16:34.578Z] 
10:16:34 [2021-04-02T10:16:34.725Z] --- PASS: TestPluginWithDevMounts (2.08s)
10:16:34 [2021-04-02T10:16:34.725Z] PASS
10:16:34 [2021-04-02T10:16:34.725Z] 
10:16:34 [2021-04-02T10:16:34.725Z] DONE 1 tests in 2.260s
10:16:34 [2021-04-02T10:16:34.725Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
10:16:34 [2021-04-02T10:16:34.725Z] ++ 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
10:16:34 [2021-04-02T10:16:34.725Z] ++ set -e
10:16:34 [2021-04-02T10:16:34.725Z] ++ '[' -n 0 ']'
10:16:34 [2021-04-02T10:16:34.725Z] ++ set -x
10:16:34 [2021-04-02T10:16:34.725Z] ++ env -i DEST=/go/src/github.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
10:16:34 [2021-04-02T10:16:34.725Z] INFO: Testing against a local daemon
10:16:34 [2021-04-02T10:16:34.725Z] === RUN   TestSecretInspect
10:16:35 [2021-04-02T10:16:35.004Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
10:16:35 [2021-04-02T10:16:35.050Z]  ---> b57546f3f84a
10:16:35 [2021-04-02T10:16:35.050Z] Step 10/13 : RUN powershell     if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) {         Throw \"Checksum validation failed\"     }
10:16:35 [2021-04-02T10:16:35.050Z]  ---> Running in aa63ccf0d7e4
10:16:35 [2021-04-02T10:16:35.571Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
10:16:37 [2021-04-02T10:16:37.267Z] --- PASS: TestSecretInspect (2.60s)
10:16:37 [2021-04-02T10:16:37.267Z] === RUN   TestSecretList
10:16:37 [2021-04-02T10:16:37.762Z] --- PASS: TestUpdateReplicatedJob (4.05s)
10:16:37 [2021-04-02T10:16:37.762Z] === RUN   TestServiceListWithStatuses
10:16:37 [2021-04-02T10:16:37.762Z] --- SKIP: TestServiceListWithStatuses (0.00s)
10:16:37 [2021-04-02T10:16:37.762Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
10:16:37 [2021-04-02T10:16:37.762Z] === RUN   TestDockerNetworkConnectAlias
10:16:38 [2021-04-02T10:16:38.861Z] --- PASS: TestDaemonRestartIpcMode (5.12s)
10:16:38 [2021-04-02T10:16:38.862Z] PASS
10:16:38 [2021-04-02T10:16:38.862Z] 
10:16:38 [2021-04-02T10:16:38.862Z] === Skipped
10:16:38 [2021-04-02T10:16:38.862Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
10:16:38 [2021-04-02T10:16:38.862Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
10:16:38 [2021-04-02T10:16:38.862Z] 
10:16:38 [2021-04-02T10:16:38.862Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
10:16:38 [2021-04-02T10:16:38.862Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
10:16:38 [2021-04-02T10:16:38.862Z] 
10:16:38 [2021-04-02T10:16:38.862Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.01s)
10:16:38 [2021-04-02T10:16:38.862Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
10:16:38 [2021-04-02T10:16:38.862Z] 
10:16:38 [2021-04-02T10:16:38.862Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
10:16:38 [2021-04-02T10:16:38.862Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
10:16:38 [2021-04-02T10:16:38.862Z] 
10:16:38 [2021-04-02T10:16:38.862Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
10:16:38 [2021-04-02T10:16:38.862Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
10:16:38 [2021-04-02T10:16:38.862Z] 
10:16:38 [2021-04-02T10:16:38.862Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
10:16:38 [2021-04-02T10:16:38.862Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
10:16:38 [2021-04-02T10:16:38.862Z] 
10:16:38 [2021-04-02T10:16:38.862Z] 
10:16:38 [2021-04-02T10:16:38.862Z] DONE 196 tests, 6 skipped in 242.004s
10:16:38 [2021-04-02T10:16:38.862Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
10:16:38 [2021-04-02T10:16:38.862Z] ++ 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
10:16:38 [2021-04-02T10:16:38.862Z] ++ set -e
10:16:38 [2021-04-02T10:16:38.862Z] ++ '[' -n 0 ']'
10:16:38 [2021-04-02T10:16:38.862Z] ++ set -x
10:16:38 [2021-04-02T10:16:38.862Z] ++ env -i DEST=/go/src/github.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
10:16:39 [2021-04-02T10:16:39.121Z] INFO: Testing against a local daemon
10:16:39 [2021-04-02T10:16:39.121Z] === RUN   TestCommitInheritsEnv
10:16:39 [2021-04-02T10:16:39.380Z] --- PASS: TestCommitInheritsEnv (0.47s)
10:16:39 [2021-04-02T10:16:39.380Z] === RUN   TestImportExtremelyLargeImageWorks
10:16:39 [2021-04-02T10:16:39.380Z] === PAUSE TestImportExtremelyLargeImageWorks
10:16:39 [2021-04-02T10:16:39.380Z] === RUN   TestImagesFilterMultiReference
10:16:39 [2021-04-02T10:16:39.640Z] --- PASS: TestImagesFilterMultiReference (0.09s)
10:16:39 [2021-04-02T10:16:39.640Z] === RUN   TestImagePullPlatformInvalid
10:16:39 [2021-04-02T10:16:39.640Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
10:16:39 [2021-04-02T10:16:39.640Z] === RUN   TestRemoveImageOrphaning
10:16:39 [2021-04-02T10:16:39.899Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
10:16:39 [2021-04-02T10:16:39.899Z] --- PASS: TestRemoveImageOrphaning (0.37s)
10:16:39 [2021-04-02T10:16:39.899Z] === RUN   TestRemoveImageGarbageCollector
10:16:40 [2021-04-02T10:16:40.159Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
10:16:40 [2021-04-02T10:16:40.561Z] --- PASS: TestSecretList (3.15s)
10:16:40 [2021-04-02T10:16:40.561Z] === RUN   TestSecretsCreateAndDelete
10:16:42 [2021-04-02T10:16:42.069Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
10:16:43 [2021-04-02T10:16:43.022Z] --- PASS: TestDockerNetworkConnectAlias (5.36s)
10:16:43 [2021-04-02T10:16:43.022Z] === RUN   TestDockerNetworkReConnect
10:16:43 [2021-04-02T10:16:43.447Z] --- PASS: TestRemoveImageGarbageCollector (3.23s)
10:16:43 [2021-04-02T10:16:43.447Z] === RUN   TestTagUnprefixedRepoByNameOrName
10:16:43 [2021-04-02T10:16:43.447Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
10:16:43 [2021-04-02T10:16:43.447Z] === RUN   TestTagInvalidReference
10:16:43 [2021-04-02T10:16:43.447Z] --- PASS: TestTagInvalidReference (0.02s)
10:16:43 [2021-04-02T10:16:43.447Z] === RUN   TestTagValidPrefixedRepo
10:16:43 [2021-04-02T10:16:43.447Z] --- PASS: TestTagValidPrefixedRepo (0.10s)
10:16:43 [2021-04-02T10:16:43.447Z] === RUN   TestTagExistedNameWithoutForce
10:16:43 [2021-04-02T10:16:43.447Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
10:16:43 [2021-04-02T10:16:43.447Z] === RUN   TestTagOfficialNames
10:16:43 [2021-04-02T10:16:43.448Z] --- PASS: TestTagOfficialNames (0.06s)
10:16:43 [2021-04-02T10:16:43.448Z] === RUN   TestTagMatchesDigest
10:16:43 [2021-04-02T10:16:43.448Z] --- PASS: TestTagMatchesDigest (0.05s)
10:16:43 [2021-04-02T10:16:43.448Z] === CONT  TestImportExtremelyLargeImageWorks
10:16:43 [2021-04-02T10:16:43.731Z] Removing intermediate container aa63ccf0d7e4
10:16:43 [2021-04-02T10:16:43.731Z]  ---> 7e46fe289191
10:16:43 [2021-04-02T10:16:43.731Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%"
10:16:43 [2021-04-02T10:16:43.731Z]  ---> Running in d96b612c535e
10:16:43 [2021-04-02T10:16:43.855Z] --- PASS: TestSecretsCreateAndDelete (3.14s)
10:16:43 [2021-04-02T10:16:43.855Z] === RUN   TestSecretsUpdate
10:16:44 [2021-04-02T10:16:44.720Z] 
10:16:44 [2021-04-02T10:16:44.720Z] SUCCESS: Specified value was saved.
10:16:46 [2021-04-02T10:16:46.944Z] Removing intermediate container d96b612c535e
10:16:46 [2021-04-02T10:16:46.944Z]  ---> 526b4f24e15f
10:16:46 [2021-04-02T10:16:46.944Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe}
10:16:46 [2021-04-02T10:16:46.944Z]  ---> Running in 518dd822fa0a
10:16:47 [2021-04-02T10:16:47.152Z] --- PASS: TestSecretsUpdate (3.22s)
10:16:47 [2021-04-02T10:16:47.152Z] === RUN   TestTemplatedSecret
10:16:48 [2021-04-02T10:16:48.280Z] --- PASS: TestDockerNetworkReConnect (4.25s)
10:16:48 [2021-04-02T10:16:48.280Z] === RUN   TestServicePlugin
10:16:50 [2021-04-02T10:16:50.016Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
10:16:50 [2021-04-02T10:16:50.016Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
10:16:50 [2021-04-02T10:16:50.448Z] --- PASS: TestTemplatedSecret (3.61s)
10:16:50 [2021-04-02T10:16:50.448Z] === RUN   TestSecretCreateResolve
10:16:50 [2021-04-02T10:16:50.792Z] Cannot create a file when that file already exists.
10:16:53 [2021-04-02T10:16:53.306Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
10:16:53 [2021-04-02T10:16:53.767Z] --- PASS: TestSecretCreateResolve (3.18s)
10:16:53 [2021-04-02T10:16:53.767Z] PASS
10:16:53 [2021-04-02T10:16:53.767Z] 
10:16:53 [2021-04-02T10:16:53.767Z] DONE 6 tests in 19.067s
10:16:53 [2021-04-02T10:16:53.767Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
10:16:53 [2021-04-02T10:16:53.767Z] ++ 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
10:16:53 [2021-04-02T10:16:53.767Z] ++ set -e
10:16:53 [2021-04-02T10:16:53.767Z] ++ '[' -n 0 ']'
10:16:53 [2021-04-02T10:16:53.767Z] ++ set -x
10:16:53 [2021-04-02T10:16:53.767Z] ++ env -i DEST=/go/src/github.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
10:16:53 [2021-04-02T10:16:53.767Z] INFO: Testing against a local daemon
10:16:53 [2021-04-02T10:16:53.767Z] === RUN   TestServiceCreateInit
10:16:53 [2021-04-02T10:16:53.767Z] === RUN   TestServiceCreateInit/daemonInitDisabled
10:16:55 [2021-04-02T10:16:55.558Z] Removing intermediate container 518dd822fa0a
10:16:55 [2021-04-02T10:16:55.558Z]  ---> a293745fa32f
10:16:55 [2021-04-02T10:16:55.558Z] Step 13/13 : CMD ["sh"]
10:16:55 [2021-04-02T10:16:55.558Z]  ---> Running in f919221fbfcd
10:16:56 [2021-04-02T10:16:56.037Z] Removing intermediate container f919221fbfcd
10:16:56 [2021-04-02T10:16:56.037Z]  ---> ecb84f2fae9e
10:16:56 [2021-04-02T10:16:56.037Z] Successfully built ecb84f2fae9e
10:16:56 [2021-04-02T10:16:56.037Z] Successfully tagged busybox:latest
10:16:56 [2021-04-02T10:16:56.037Z] INFO: Docker images of the daemon under test
10:16:56 [2021-04-02T10:16:56.037Z] 
10:16:56 [2021-04-02T10:16:56.037Z] REPOSITORY                             TAG                 IMAGE ID            CREATED                  SIZE
10:16:56 [2021-04-02T10:16:56.037Z] busybox                                latest              ecb84f2fae9e        Less than a second ago   5.32GB
10:16:56 [2021-04-02T10:16:56.037Z] microsoft/windowsservercore            latest              3eaa9ebbf51f        4 weeks ago              5.25GB
10:16:56 [2021-04-02T10:16:56.037Z] mcr.microsoft.com/windows/servercore   ltsc2019            3eaa9ebbf51f        4 weeks ago              5.25GB
10:16:56 [2021-04-02T10:16:56.037Z] 
10:16:56 [2021-04-02T10:16:56.037Z] INFO: Running integration tests at 04/02/2021 10:16:55...
10:16:56 [2021-04-02T10:16:56.037Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357
10:16:56 [2021-04-02T10:16:56.037Z] INFO: Integration API tests being run from the host:
10:16:56 [2021-04-02T10:16:56.037Z] INFO: make.ps1 starting at 04/02/2021 10:16:55
10:16:57 [2021-04-02T10:16:57.028Z] Running D:\gopath\src\github.com\docker\docker\integration\build
10:16:57 [2021-04-02T10:16:57.500Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
10:16:58 [2021-04-02T10:16:58.068Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
10:16:58 [2021-04-02T10:16:58.636Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
10:16:59 [2021-04-02T10:16:59.049Z] === RUN   TestServiceCreateInit/daemonInitEnabled
10:17:00 [2021-04-02T10:17:00.542Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
10:17:03 [2021-04-02T10:17:03.078Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
10:17:04 [2021-04-02T10:17:04.336Z] --- PASS: TestServiceCreateInit (10.46s)
10:17:04 [2021-04-02T10:17:04.336Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.15s)
10:17:04 [2021-04-02T10:17:04.336Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.28s)
10:17:04 [2021-04-02T10:17:04.336Z] === RUN   TestCreateServiceMultipleTimes
10:17:05 [2021-04-02T10:17:05.614Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
10:17:05 [2021-04-02T10:17:05.874Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
10:17:06 [2021-04-02T10:17:06.443Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
10:17:06 [2021-04-02T10:17:06.443Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
10:17:07 [2021-04-02T10:17:07.678Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe
10:17:07 [2021-04-02T10:17:07.678Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
10:17:07 [2021-04-02T10:17:07.678Z] remote: Enumerating objects: 2, done.
10:17:07 [2021-04-02T10:17:07.678Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
10:17:07 [2021-04-02T10:17:07.678Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
10:17:07 [2021-04-02T10:17:07.678Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
10:17:07 [2021-04-02T10:17:07.678Z] 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.
10:17:07 [2021-04-02T10:17:07.678Z] Building: bundles/cross/windows/amd64/containerutility.exe
10:17:07 [2021-04-02T10:17:07.678Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
10:17:07 [2021-04-02T10:17:07.821Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
10:17:08 [2021-04-02T10:17:08.013Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42182/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 hack/test/unit
10:17:09 [2021-04-02T10:17:09.728Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
10:17:09 [2021-04-02T10:17:09.728Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
10:17:11 [2021-04-02T10:17:11.106Z] === RUN   TestDockerSuite/TestBuildDockerignore
10:17:11 [2021-04-02T10:17:11.280Z] ?   	github.com/docker/docker/api	[no test files]
10:17:16 [2021-04-02T10:17:16.379Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
10:17:18 [2021-04-02T10:17:18.287Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
10:17:18 [2021-04-02T10:17:18.317Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
10:17:18 [2021-04-02T10:17:18.317Z] INFO: Testing against a local daemon
10:17:18 [2021-04-02T10:17:18.317Z] === RUN   TestBuildWithSession
10:17:18 [2021-04-02T10:17:18.317Z] --- SKIP: TestBuildWithSession (0.00s)
10:17:18 [2021-04-02T10:17:18.317Z]     build_session_test.go:25: TODO: BuildKit
10:17:18 [2021-04-02T10:17:18.317Z] === RUN   TestBuildSquashParent
10:17:18 [2021-04-02T10:17:18.317Z] --- SKIP: TestBuildSquashParent (0.00s)
10:17:18 [2021-04-02T10:17:18.317Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
10:17:18 [2021-04-02T10:17:18.317Z] === RUN   TestBuildWithRemoveAndForceRemove
10:17:18 [2021-04-02T10:17:18.317Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
10:17:18 [2021-04-02T10:17:18.317Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
10:17:18 [2021-04-02T10:17:18.317Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
10:17:18 [2021-04-02T10:17:18.317Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
10:17:18 [2021-04-02T10:17:18.317Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
10:17:18 [2021-04-02T10:17:18.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
10:17:18 [2021-04-02T10:17:18.318Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
10:17:18 [2021-04-02T10:17:18.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
10:17:18 [2021-04-02T10:17:18.318Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
10:17:18 [2021-04-02T10:17:18.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
10:17:18 [2021-04-02T10:17:18.318Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
10:17:18 [2021-04-02T10:17:18.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
10:17:18 [2021-04-02T10:17:18.318Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
10:17:18 [2021-04-02T10:17:18.318Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
10:17:18 [2021-04-02T10:17:18.318Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
10:17:18 [2021-04-02T10:17:18.318Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
10:17:18 [2021-04-02T10:17:18.856Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
10:17:19 [2021-04-02T10:17:19.801Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
10:17:20 [2021-04-02T10:17:20.292Z] --- PASS: TestServicePlugin (30.99s)
10:17:20 [2021-04-02T10:17:20.292Z]     plugin_test.go:62: [db27b71a0b74c] joining swarm manager [d363ae2fd0cde]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:17:20 [2021-04-02T10:17:20.292Z]     plugin_test.go:65: [d6782c23c1592] joining swarm manager [d363ae2fd0cde]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:17:20 [2021-04-02T10:17:20.292Z] === RUN   TestServiceUpdateLabel
10:17:20 [2021-04-02T10:17:20.853Z] --- PASS: TestServiceUpdateLabel (2.45s)
10:17:20 [2021-04-02T10:17:20.853Z] === RUN   TestServiceUpdateSecrets
10:17:22 [2021-04-02T10:17:22.444Z] --- PASS: TestCreateServiceMultipleTimes (18.36s)
10:17:22 [2021-04-02T10:17:22.444Z] === RUN   TestCreateServiceConflict
10:17:25 [2021-04-02T10:17:25.077Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
10:17:25 [2021-04-02T10:17:25.740Z] --- PASS: TestCreateServiceConflict (3.19s)
10:17:25 [2021-04-02T10:17:25.740Z] === RUN   TestCreateServiceMaxReplicas
10:17:26 [2021-04-02T10:17:26.118Z] ok  	github.com/docker/docker/api/server	0.013s	coverage: 9.0% of statements
10:17:26 [2021-04-02T10:17:26.520Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
10:17:26 [2021-04-02T10:17:26.796Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
10:17:28 [2021-04-02T10:17:28.716Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
10:17:29 [2021-04-02T10:17:29.041Z] --- PASS: TestCreateServiceMaxReplicas (3.59s)
10:17:29 [2021-04-02T10:17:29.041Z] === RUN   TestCreateWithDuplicateNetworkNames
10:17:29 [2021-04-02T10:17:29.285Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
10:17:30 [2021-04-02T10:17:30.883Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
10:17:30 [2021-04-02T10:17:30.883Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
10:17:31 [2021-04-02T10:17:31.194Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
10:17:31 [2021-04-02T10:17:31.194Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
10:17:36 [2021-04-02T10:17:36.470Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
10:17:36 [2021-04-02T10:17:36.767Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
10:17:36 [2021-04-02T10:17:36.767Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (11.56s)
10:17:36 [2021-04-02T10:17:36.767Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (11.60s)
10:17:36 [2021-04-02T10:17:36.767Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (11.92s)
10:17:36 [2021-04-02T10:17:36.767Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (12.40s)
10:17:36 [2021-04-02T10:17:36.767Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (7.24s)
10:17:36 [2021-04-02T10:17:36.767Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (7.39s)
10:17:36 [2021-04-02T10:17:36.767Z] === RUN   TestBuildMultiStageCopy
10:17:36 [2021-04-02T10:17:36.767Z] === RUN   TestBuildMultiStageCopy/copy_to_root
10:17:37 [2021-04-02T10:17:37.407Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
10:17:38 [2021-04-02T10:17:38.886Z] --- PASS: TestServiceUpdateSecrets (15.18s)
10:17:38 [2021-04-02T10:17:38.886Z] === RUN   TestServiceUpdateConfigs
10:17:41 [2021-04-02T10:17:41.601Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
10:17:43 [2021-04-02T10:17:43.937Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.36s)
10:17:43 [2021-04-02T10:17:43.937Z] === RUN   TestCreateServiceSecretFileMode
10:17:44 [2021-04-02T10:17:44.891Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
10:17:45 [2021-04-02T10:17:45.450Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
10:17:45 [2021-04-02T10:17:45.450Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
10:17:45 [2021-04-02T10:17:45.920Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
10:17:47 [2021-04-02T10:17:47.234Z] --- PASS: TestCreateServiceSecretFileMode (3.39s)
10:17:47 [2021-04-02T10:17:47.234Z] === RUN   TestCreateServiceConfigFileMode
10:17:47 [2021-04-02T10:17:47.491Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
10:17:48 [2021-04-02T10:17:48.481Z] --- PASS: TestBuildMultiStageCopy (11.56s)
10:17:48 [2021-04-02T10:17:48.481Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (7.62s)
10:17:48 [2021-04-02T10:17:48.481Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.73s)
10:17:48 [2021-04-02T10:17:48.481Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.94s)
10:17:48 [2021-04-02T10:17:48.481Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.05s)
10:17:48 [2021-04-02T10:17:48.481Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.22s)
10:17:48 [2021-04-02T10:17:48.481Z] === RUN   TestBuildMultiStageParentConfig
10:17:49 [2021-04-02T10:17:49.090Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
10:17:49 [2021-04-02T10:17:49.659Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
10:17:49 [2021-04-02T10:17:49.659Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
10:17:50 [2021-04-02T10:17:50.529Z] --- PASS: TestCreateServiceConfigFileMode (3.28s)
10:17:50 [2021-04-02T10:17:50.529Z] === RUN   TestCreateServiceSysctls
10:17:50 [2021-04-02T10:17:50.705Z] --- PASS: TestBuildMultiStageParentConfig (2.40s)
10:17:50 [2021-04-02T10:17:50.705Z] === RUN   TestBuildLabelWithTargets
10:17:50 [2021-04-02T10:17:50.705Z] --- SKIP: TestBuildLabelWithTargets (0.01s)
10:17:50 [2021-04-02T10:17:50.705Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
10:17:50 [2021-04-02T10:17:50.705Z] === RUN   TestBuildWithEmptyLayers
10:17:52 [2021-04-02T10:17:52.197Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
10:17:52 [2021-04-02T10:17:52.285Z] --- PASS: TestBuildWithEmptyLayers (1.21s)
10:17:52 [2021-04-02T10:17:52.285Z] === RUN   TestBuildMultiStageOnBuild
10:17:53 [2021-04-02T10:17:53.136Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
10:17:53 [2021-04-02T10:17:53.717Z] --- PASS: TestServiceUpdateConfigs (15.18s)
10:17:53 [2021-04-02T10:17:53.717Z] === RUN   TestServiceUpdateNetwork
10:17:54 [2021-04-02T10:17:54.728Z] --- PASS: TestCreateServiceSysctls (4.17s)
10:17:54 [2021-04-02T10:17:54.728Z] === RUN   TestCreateServiceCapabilities
10:17:56 [2021-04-02T10:17:56.427Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
10:17:58 [2021-04-02T10:17:58.024Z] --- PASS: TestCreateServiceCapabilities (3.28s)
10:17:58 [2021-04-02T10:17:58.024Z] === RUN   TestInspect
10:17:59 [2021-04-02T10:17:59.716Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
10:18:00 [2021-04-02T10:18:00.568Z] --- PASS: TestInspect (3.00s)
10:18:00 [2021-04-02T10:18:00.568Z] === RUN   TestCreateJob
10:18:03 [2021-04-02T10:18:03.013Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
10:18:03 [2021-04-02T10:18:03.013Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
10:18:04 [2021-04-02T10:18:04.801Z] --- PASS: TestBuildMultiStageOnBuild (11.23s)
10:18:04 [2021-04-02T10:18:04.801Z] === RUN   TestBuildUncleanTarFilenames
10:18:04 [2021-04-02T10:18:04.801Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s)
10:18:04 [2021-04-02T10:18:04.801Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
10:18:04 [2021-04-02T10:18:04.801Z] === RUN   TestBuildMultiStageLayerLeak
10:18:05 [2021-04-02T10:18:05.849Z] --- PASS: TestCreateJob (4.42s)
10:18:05 [2021-04-02T10:18:05.849Z] === RUN   TestReplicatedJob
10:18:05 [2021-04-02T10:18:05.875Z] --- PASS: TestServiceUpdateNetwork (13.58s)
10:18:05 [2021-04-02T10:18:05.875Z] === RUN   TestServiceUpdatePidsLimit
10:18:06 [2021-04-02T10:18:06.131Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
10:18:07 [2021-04-02T10:18:07.058Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
10:18:09 [2021-04-02T10:18:09.582Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
10:18:12 [2021-04-02T10:18:12.119Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
10:18:12 [2021-04-02T10:18:12.427Z] --- PASS: TestReplicatedJob (7.10s)
10:18:12 [2021-04-02T10:18:12.428Z] === RUN   TestUpdateReplicatedJob
10:18:15 [2021-04-02T10:18:15.134Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
10:18:15 [2021-04-02T10:18:15.413Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
10:18:15 [2021-04-02T10:18:15.413Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
10:18:15 [2021-04-02T10:18:15.726Z] --- PASS: TestUpdateReplicatedJob (3.68s)
10:18:15 [2021-04-02T10:18:15.726Z] === RUN   TestServiceListWithStatuses
10:18:15 [2021-04-02T10:18:15.726Z] --- SKIP: TestServiceListWithStatuses (0.00s)
10:18:15 [2021-04-02T10:18:15.726Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
10:18:15 [2021-04-02T10:18:15.726Z] === RUN   TestDockerNetworkConnectAlias
10:18:18 [2021-04-02T10:18:18.703Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
10:18:18 [2021-04-02T10:18:18.703Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
10:18:19 [2021-04-02T10:18:19.273Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
10:18:20 [2021-04-02T10:18:20.211Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
10:18:21 [2021-04-02T10:18:21.150Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
10:18:22 [2021-04-02T10:18:22.306Z] --- PASS: TestDockerNetworkConnectAlias (6.33s)
10:18:22 [2021-04-02T10:18:22.306Z] === RUN   TestDockerNetworkReConnect
10:18:22 [2021-04-02T10:18:22.633Z] --- PASS: TestBuildMultiStageLayerLeak (19.16s)
10:18:22 [2021-04-02T10:18:22.633Z] === RUN   TestBuildWithHugeFile
10:18:23 [2021-04-02T10:18:23.211Z] --- PASS: TestServiceUpdatePidsLimit (17.12s)
10:18:23 [2021-04-02T10:18:23.211Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.03s)
10:18:23 [2021-04-02T10:18:23.211Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.09s)
10:18:23 [2021-04-02T10:18:23.211Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.19s)
10:18:23 [2021-04-02T10:18:23.211Z] PASS
10:18:23 [2021-04-02T10:18:23.211Z] 
10:18:23 [2021-04-02T10:18:23.211Z] === Skipped
10:18:23 [2021-04-02T10:18:23.211Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
10:18:23 [2021-04-02T10:18:23.211Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
10:18:23 [2021-04-02T10:18:23.211Z] 
10:18:23 [2021-04-02T10:18:23.211Z] 
10:18:23 [2021-04-02T10:18:23.211Z] DONE 27 tests, 1 skipped in 183.253s
10:18:23 [2021-04-02T10:18:23.211Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
10:18:23 [2021-04-02T10:18:23.211Z] INFO: Testing against a local daemon
10:18:23 [2021-04-02T10:18:23.211Z] === RUN   TestSessionCreate
10:18:23 [2021-04-02T10:18:23.211Z] --- PASS: TestSessionCreate (0.02s)
10:18:23 [2021-04-02T10:18:23.211Z] === RUN   TestSessionCreateWithBadUpgrade
10:18:23 [2021-04-02T10:18:23.211Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
10:18:23 [2021-04-02T10:18:23.211Z] PASS
10:18:23 [2021-04-02T10:18:23.211Z] 
10:18:23 [2021-04-02T10:18:23.211Z] DONE 2 tests in 0.085s
10:18:23 [2021-04-02T10:18:23.211Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
10:18:23 [2021-04-02T10:18:23.211Z] INFO: Testing against a local daemon
10:18:23 [2021-04-02T10:18:23.211Z] === RUN   TestCgroupDriverSystemdMemoryLimit
10:18:23 [2021-04-02T10:18:23.211Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
10:18:23 [2021-04-02T10:18:23.211Z] === RUN   TestEventsExecDie
10:18:23 [2021-04-02T10:18:23.211Z] --- PASS: TestEventsExecDie (1.10s)
10:18:23 [2021-04-02T10:18:23.211Z] === RUN   TestEventsBackwardsCompatible
10:18:23 [2021-04-02T10:18:23.211Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
10:18:23 [2021-04-02T10:18:23.211Z] === RUN   TestInfoBinaryCommits
10:18:23 [2021-04-02T10:18:23.211Z] --- PASS: TestInfoBinaryCommits (0.03s)
10:18:23 [2021-04-02T10:18:23.211Z] === RUN   TestInfoAPIVersioned
10:18:23 [2021-04-02T10:18:23.211Z] --- PASS: TestInfoAPIVersioned (0.01s)
10:18:23 [2021-04-02T10:18:23.211Z] === RUN   TestInfoDiscoveryBackend
10:18:23 [2021-04-02T10:18:23.684Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
10:18:23 [2021-04-02T10:18:23.772Z] --- PASS: TestInfoDiscoveryBackend (0.68s)
10:18:23 [2021-04-02T10:18:23.772Z] === RUN   TestInfoDiscoveryInvalidAdvertise
10:18:23 [2021-04-02T10:18:23.943Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
10:18:25 [2021-04-02T10:18:25.135Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
10:18:25 [2021-04-02T10:18:25.135Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
10:18:25 [2021-04-02T10:18:25.696Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.67s)
10:18:25 [2021-04-02T10:18:25.696Z] === RUN   TestInfoAPI
10:18:25 [2021-04-02T10:18:25.696Z] --- PASS: TestInfoAPI (0.02s)
10:18:25 [2021-04-02T10:18:25.696Z] === RUN   TestInfoAPIWarnings
10:18:26 [2021-04-02T10:18:26.480Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
10:18:27 [2021-04-02T10:18:27.595Z] --- PASS: TestDockerNetworkReConnect (5.11s)
10:18:27 [2021-04-02T10:18:27.595Z] === RUN   TestServicePlugin
10:18:27 [2021-04-02T10:18:27.595Z] --- SKIP: TestServicePlugin (0.00s)
10:18:27 [2021-04-02T10:18:27.595Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:18:27 [2021-04-02T10:18:27.595Z] === RUN   TestServiceUpdateLabel
10:18:29 [2021-04-02T10:18:29.018Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
10:18:30 [2021-04-02T10:18:30.889Z] --- PASS: TestServiceUpdateLabel (3.13s)
10:18:30 [2021-04-02T10:18:30.889Z] === RUN   TestServiceUpdateSecrets
10:18:34 [2021-04-02T10:18:34.292Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
10:18:35 [2021-04-02T10:18:35.328Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
10:18:37 [2021-04-02T10:18:37.902Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
10:18:42 [2021-04-02T10:18:42.099Z] === RUN   TestDockerSuite/TestBuildDotDotFile
10:18:42 [2021-04-02T10:18:42.359Z] === RUN   TestDockerSuite/TestBuildEOLInLine
10:18:42 [2021-04-02T10:18:42.927Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
10:18:43 [2021-04-02T10:18:43.725Z] --- PASS: TestInfoAPIWarnings (16.68s)
10:18:43 [2021-04-02T10:18:43.725Z] === RUN   TestInfoDebug
10:18:43 [2021-04-02T10:18:43.725Z] --- PASS: TestInfoDebug (0.67s)
10:18:43 [2021-04-02T10:18:43.725Z] === RUN   TestInfoInsecureRegistries
10:18:43 [2021-04-02T10:18:43.725Z] --- PASS: TestInfoInsecureRegistries (0.68s)
10:18:43 [2021-04-02T10:18:43.725Z] === RUN   TestInfoRegistryMirrors
10:18:44 [2021-04-02T10:18:44.285Z] --- PASS: TestInfoRegistryMirrors (0.66s)
10:18:44 [2021-04-02T10:18:44.285Z] === RUN   TestLoginFailsWithBadCredentials
10:18:44 [2021-04-02T10:18:44.541Z] --- PASS: TestLoginFailsWithBadCredentials (0.15s)
10:18:44 [2021-04-02T10:18:44.541Z] === RUN   TestPingCacheHeaders
10:18:44 [2021-04-02T10:18:44.541Z] --- PASS: TestPingCacheHeaders (0.02s)
10:18:44 [2021-04-02T10:18:44.541Z] === RUN   TestPingGet
10:18:44 [2021-04-02T10:18:44.541Z] --- PASS: TestPingGet (0.01s)
10:18:44 [2021-04-02T10:18:44.541Z] === RUN   TestPingHead
10:18:44 [2021-04-02T10:18:44.541Z] --- PASS: TestPingHead (0.02s)
10:18:44 [2021-04-02T10:18:44.541Z] === RUN   TestVersion
10:18:44 [2021-04-02T10:18:44.541Z] --- PASS: TestVersion (0.02s)
10:18:44 [2021-04-02T10:18:44.541Z] === CONT  TestCgroupDriverSystemdMemoryLimit
10:18:45 [2021-04-02T10:18:45.789Z] --- PASS: TestServiceUpdateSecrets (15.08s)
10:18:45 [2021-04-02T10:18:45.789Z] === RUN   TestServiceUpdateConfigs
10:18:46 [2021-04-02T10:18:46.429Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.53s)
10:18:46 [2021-04-02T10:18:46.429Z] PASS
10:18:46 [2021-04-02T10:18:46.429Z] 
10:18:46 [2021-04-02T10:18:46.429Z] DONE 18 tests in 24.049s
10:18:46 [2021-04-02T10:18:46.429Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
10:18:46 [2021-04-02T10:18:46.429Z] INFO: Testing against a local daemon
10:18:46 [2021-04-02T10:18:46.429Z] === RUN   TestVolumesCreateAndList
10:18:46 [2021-04-02T10:18:46.429Z] --- PASS: TestVolumesCreateAndList (0.03s)
10:18:46 [2021-04-02T10:18:46.429Z] === RUN   TestVolumesRemove
10:18:46 [2021-04-02T10:18:46.429Z] --- PASS: TestVolumesRemove (0.08s)
10:18:46 [2021-04-02T10:18:46.429Z] === RUN   TestVolumesInspect
10:18:46 [2021-04-02T10:18:46.429Z] --- PASS: TestVolumesInspect (0.02s)
10:18:46 [2021-04-02T10:18:46.429Z] === RUN   TestVolumesInvalidJSON
10:18:46 [2021-04-02T10:18:46.429Z] === RUN   TestVolumesInvalidJSON//volumes/create
10:18:46 [2021-04-02T10:18:46.429Z] === PAUSE TestVolumesInvalidJSON//volumes/create
10:18:46 [2021-04-02T10:18:46.429Z] === CONT  TestVolumesInvalidJSON//volumes/create
10:18:46 [2021-04-02T10:18:46.429Z] --- PASS: TestVolumesInvalidJSON (0.01s)
10:18:46 [2021-04-02T10:18:46.429Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
10:18:46 [2021-04-02T10:18:46.429Z] PASS
10:18:46 [2021-04-02T10:18:46.429Z] 
10:18:46 [2021-04-02T10:18:46.429Z] DONE 5 tests in 0.170s
10:18:46 [2021-04-02T10:18:46.429Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ok  	github.com/docker/docker/api/server/httputils	0.004s	coverage: 14.7% of statements
10:18:47 [2021-04-02T10:18:47.554Z] ok  	github.com/docker/docker/api/server/middleware	0.005s	coverage: 37.7% of statements
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/server/router	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ok  	github.com/docker/docker/api/server/router/swarm	0.016s	coverage: 5.7% of statements
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/types	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/types/container	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/types/events	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ok  	github.com/docker/docker/api/types/strslice	0.002s	coverage: 90.0% of statements
10:18:47 [2021-04-02T10:18:47.554Z] ok  	github.com/docker/docker/api/types/filters	0.003s	coverage: 92.2% of statements
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/types/image	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/types/network	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ok  	github.com/docker/docker/api/types/time	0.003s	coverage: 100.0% of statements
10:18:47 [2021-04-02T10:18:47.554Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 75.0% of statements
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/builder	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
10:18:47 [2021-04-02T10:18:47.554Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
10:18:47 [2021-04-02T10:18:47.792Z] Stopping apparmor (via systemctl): apparmor.service.
10:18:47 [2021-04-02T10:18:47.792Z] Removing test suite binaries
10:18:47 [2021-04-02T10:18:47.792Z] exiting test-integration
10:18:47 [2021-04-02T10:18:47.792Z] ++ exit 0
10:18:47 [2021-04-02T10:18:47.792Z] 
10:18:48 [2021-04-02T10:18:48.205Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
10:18:48 [2021-04-02T10:18:48.481Z] ok  	github.com/docker/docker/builder/remotecontext	0.091s	coverage: 13.7% of statements
10:18:48 [2021-04-02T10:18:48.481Z] ok  	github.com/docker/docker/builder/dockerfile	0.217s	coverage: 48.5% of statements
10:18:48 [2021-04-02T10:18:48.481Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
10:18:49 [2021-04-02T10:18:49.585Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
10:18:49 [2021-04-02T10:18:49.844Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
10:18:49 [2021-04-02T10:18:49.847Z] ok  	github.com/docker/docker/cli/debug	0.020s	coverage: 100.0% of statements
10:18:50 [2021-04-02T10:18:50.409Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.230s	coverage: 86.3% of statements
10:18:50 [2021-04-02T10:18:50.409Z] ?   	github.com/docker/docker/cli	[no test files]
10:18:50 [2021-04-02T10:18:50.409Z] ?   	github.com/docker/docker/cli/config	[no test files]
10:18:50 [2021-04-02T10:18:50.414Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
Post stage
[Pipeline] junit
10:18:51 [2021-04-02T10:18:51.097Z] Recording test results
10:18:51 [2021-04-02T10:18:51.352Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
10:18:51 [2021-04-02T10:18:51.611Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
10:18:51 [2021-04-02T10:18:51.871Z] === RUN   TestDockerSuite/TestBuildEntrypoint
10:18:52 [2021-04-02T10:18:52.440Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
10:18:52 [2021-04-02T10:18:52.512Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
10:18:52 [2021-04-02T10:18:52.894Z] + echo Ensuring container killed.
10:18:52 [2021-04-02T10:18:52.894Z] Ensuring container killed.
10:18:52 [2021-04-02T10:18:52.894Z] + docker rm -vf docker-pr6
10:18:52 [2021-04-02T10:18:52.894Z] Error: No such container: docker-pr6
[Pipeline] sh
10:18:53 [2021-04-02T10:18:53.212Z] + echo Chowning /workspace to jenkins user
10:18:53 [2021-04-02T10:18:53.212Z] Chowning /workspace to jenkins user
10:18:53 [2021-04-02T10:18:53.212Z] + id -u
10:18:53 [2021-04-02T10:18:53.212Z] + id -g
10:18:53 [2021-04-02T10:18:53.212Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42182:/workspace busybox chown -R 1000:1000 /workspace
10:18:53 [2021-04-02T10:18:53.212Z] Unable to find image 'busybox:latest' locally
10:18:53 [2021-04-02T10:18:53.468Z] latest: Pulling from library/busybox
10:18:53 [2021-04-02T10:18:53.468Z] 8b3d7e226fab: Pulling fs layer
10:18:53 [2021-04-02T10:18:53.468Z] 8b3d7e226fab: Verifying Checksum
10:18:53 [2021-04-02T10:18:53.468Z] 8b3d7e226fab: Download complete
10:18:53 [2021-04-02T10:18:53.723Z] 8b3d7e226fab: Pull complete
10:18:53 [2021-04-02T10:18:53.723Z] Digest: sha256:ce2360d5189a033012fbad1635e037be86f23b65cfd676b436d0931af390a2ac
10:18:53 [2021-04-02T10:18:53.723Z] Status: Downloaded newer image for busybox:latest
10:18:54 [2021-04-02T10:18:54.574Z] ok  	github.com/docker/docker/client	0.163s	coverage: 75.4% of statements
10:18:54 [2021-04-02T10:18:54.982Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
10:18:55 [2021-04-02T10:18:55.551Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
10:18:56 [2021-04-02T10:18:56.569Z] + bundleName=amd64-cgroup2
10:18:56 [2021-04-02T10:18:56.569Z] + echo Creating amd64-cgroup2-bundles.tar.gz
10:18:56 [2021-04-02T10:18:56.569Z] Creating amd64-cgroup2-bundles.tar.gz
10:18:56 [2021-04-02T10:18:56.569Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz
10:18:56 [2021-04-02T10:18:56.569Z] + 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
10:18:56 [2021-04-02T10:18:56.834Z] Archiving artifacts
10:18:56 [2021-04-02T10:18:56.931Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
10:18:57 [2021-04-02T10:18:57.868Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
10:18:58 [2021-04-02T10:18:58.437Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
10:18:58 [2021-04-02T10:18:58.808Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42182/6/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
10:18:59 [2021-04-02T10:18:59.116Z] + make clean
10:18:59 [2021-04-02T10:18:59.371Z] docker volume rm -f docker-dev-cache
10:18:59 [2021-04-02T10:18:59.371Z] docker-dev-cache
[Pipeline] deleteDir
10:19:00 [2021-04-02T10:19:00.342Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
10:19:00 [2021-04-02T10:19:00.342Z] === RUN   TestDockerSuite/TestBuildEnv
10:19:02 [2021-04-02T10:19:02.251Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
10:19:03 [2021-04-02T10:19:03.935Z] --- PASS: TestServiceUpdateConfigs (15.44s)
10:19:03 [2021-04-02T10:19:03.935Z] === RUN   TestServiceUpdateNetwork
10:19:04 [2021-04-02T10:19:04.159Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
10:19:04 [2021-04-02T10:19:04.729Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
10:19:06 [2021-04-02T10:19:06.111Z] === RUN   TestDockerSuite/TestBuildEnvUsage
10:19:16 [2021-04-02T10:19:16.105Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
10:19:16 [2021-04-02T10:19:16.162Z] --- PASS: TestServiceUpdateNetwork (14.63s)
10:19:16 [2021-04-02T10:19:16.162Z] === RUN   TestServiceUpdatePidsLimit
10:19:17 [2021-04-02T10:19:17.167Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
10:19:17 [2021-04-02T10:19:17.175Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
10:19:18 [2021-04-02T10:19:18.118Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
10:19:26 [2021-04-02T10:19:26.252Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
10:19:29 [2021-04-02T10:19:29.382Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
10:19:32 [2021-04-02T10:19:32.674Z] === RUN   TestDockerDaemonSuite/TestShmSize
10:19:33 [2021-04-02T10:19:33.267Z] ok  	github.com/docker/docker/cmd/dockerd	0.098s	coverage: 29.1% of statements
10:19:34 [2021-04-02T10:19:34.195Z] ok  	github.com/docker/docker/container	0.123s	coverage: 34.7% of statements
10:19:34 [2021-04-02T10:19:34.195Z] ?   	github.com/docker/docker/container/stream	[no test files]
10:19:34 [2021-04-02T10:19:34.195Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
10:19:34 [2021-04-02T10:19:34.195Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
10:19:34 [2021-04-02T10:19:34.195Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
10:19:34 [2021-04-02T10:19:34.388Z] --- PASS: TestServiceUpdatePidsLimit (17.56s)
10:19:34 [2021-04-02T10:19:34.388Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.95s)
10:19:34 [2021-04-02T10:19:34.388Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.22s)
10:19:34 [2021-04-02T10:19:34.388Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.22s)
10:19:34 [2021-04-02T10:19:34.388Z] PASS
10:19:34 [2021-04-02T10:19:34.388Z] 
10:19:34 [2021-04-02T10:19:34.388Z] === Skipped
10:19:34 [2021-04-02T10:19:34.388Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
10:19:34 [2021-04-02T10:19:34.388Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
10:19:34 [2021-04-02T10:19:34.388Z] 
10:19:34 [2021-04-02T10:19:34.388Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
10:19:34 [2021-04-02T10:19:34.388Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:19:34 [2021-04-02T10:19:34.388Z] 
10:19:34 [2021-04-02T10:19:34.388Z] 
10:19:34 [2021-04-02T10:19:34.388Z] DONE 27 tests, 2 skipped in 159.755s
10:19:34 [2021-04-02T10:19:34.388Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
10:19:34 [2021-04-02T10:19:34.388Z] ++ 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
10:19:34 [2021-04-02T10:19:34.388Z] ++ set -e
10:19:34 [2021-04-02T10:19:34.388Z] ++ '[' -n 0 ']'
10:19:34 [2021-04-02T10:19:34.388Z] ++ set -x
10:19:34 [2021-04-02T10:19:34.388Z] ++ env -i DEST=/go/src/github.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
10:19:34 [2021-04-02T10:19:34.388Z] INFO: Testing against a local daemon
10:19:34 [2021-04-02T10:19:34.388Z] === RUN   TestSessionCreate
10:19:34 [2021-04-02T10:19:34.388Z] --- PASS: TestSessionCreate (0.05s)
10:19:34 [2021-04-02T10:19:34.388Z] === RUN   TestSessionCreateWithBadUpgrade
10:19:34 [2021-04-02T10:19:34.388Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s)
10:19:34 [2021-04-02T10:19:34.388Z] PASS
10:19:34 [2021-04-02T10:19:34.388Z] 
10:19:34 [2021-04-02T10:19:34.388Z] DONE 2 tests in 0.253s
10:19:34 [2021-04-02T10:19:34.388Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
10:19:34 [2021-04-02T10:19:34.388Z] ++ 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
10:19:34 [2021-04-02T10:19:34.388Z] ++ set -e
10:19:34 [2021-04-02T10:19:34.388Z] ++ '[' -n 0 ']'
10:19:34 [2021-04-02T10:19:34.388Z] ++ set -x
10:19:34 [2021-04-02T10:19:34.388Z] ++ env -i DEST=/go/src/github.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
10:19:34 [2021-04-02T10:19:34.388Z] INFO: Testing against a local daemon
10:19:34 [2021-04-02T10:19:34.388Z] === RUN   TestCgroupDriverSystemdMemoryLimit
10:19:34 [2021-04-02T10:19:34.388Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
10:19:34 [2021-04-02T10:19:34.388Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
10:19:34 [2021-04-02T10:19:34.388Z] === RUN   TestEventsExecDie
10:19:34 [2021-04-02T10:19:34.648Z] --- PASS: TestEventsExecDie (1.14s)
10:19:34 [2021-04-02T10:19:34.648Z] === RUN   TestEventsBackwardsCompatible
10:19:34 [2021-04-02T10:19:34.648Z] --- PASS: TestEventsBackwardsCompatible (0.07s)
10:19:34 [2021-04-02T10:19:34.648Z] === RUN   TestInfoBinaryCommits
10:19:34 [2021-04-02T10:19:34.909Z] --- PASS: TestInfoBinaryCommits (0.06s)
10:19:34 [2021-04-02T10:19:34.909Z] === RUN   TestInfoAPIVersioned
10:19:34 [2021-04-02T10:19:34.909Z] --- PASS: TestInfoAPIVersioned (0.02s)
10:19:34 [2021-04-02T10:19:34.909Z] === RUN   TestInfoDiscoveryBackend
10:19:35 [2021-04-02T10:19:35.962Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
10:19:36 [2021-04-02T10:19:36.294Z] --- PASS: TestInfoDiscoveryBackend (1.15s)
10:19:36 [2021-04-02T10:19:36.294Z] === RUN   TestInfoDiscoveryInvalidAdvertise
10:19:37 [2021-04-02T10:19:37.236Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
10:19:37 [2021-04-02T10:19:37.236Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
10:19:38 [2021-04-02T10:19:38.177Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (1.09s)
10:19:38 [2021-04-02T10:19:38.177Z] === RUN   TestInfoAPI
10:19:38 [2021-04-02T10:19:38.177Z] --- PASS: TestInfoAPI (0.05s)
10:19:38 [2021-04-02T10:19:38.177Z] === RUN   TestInfoAPIWarnings
10:19:40 [2021-04-02T10:19:40.159Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
10:19:40 [2021-04-02T10:19:40.159Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
10:19:46 [2021-04-02T10:19:46.372Z] ok  	github.com/docker/docker/daemon/cluster	0.076s	coverage: 0.5% of statements
10:19:46 [2021-04-02T10:19:46.735Z] --- PASS: TestDockerDaemonSuite (520.28s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (10.18s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.32s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (17.01s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (4.57s)
10:19:46 [2021-04-02T10:19:46.735Z]         docker_cli_daemon_test.go:1455: [dc6410fb28e0e] daemon is not started
10:19:46 [2021-04-02T10:19:46.735Z]         check_test.go:309: [d1541b812f0a3] daemon is not started
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.98s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.36s)
10:19:46 [2021-04-02T10:19:46.735Z]         check_test.go:309: [d7968a26717e4] daemon is not started
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (5.17s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (4.96s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (4.18s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (5.79s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (7.01s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.89s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.83s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (3.73s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s)
10:19:46 [2021-04-02T10:19:46.735Z]         check_test.go:309: [d95703256d061] daemon is not started
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s)
10:19:46 [2021-04-02T10:19:46.735Z]         check_test.go:309: [d956def60f9a0] daemon is not started
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.02s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.90s)
10:19:46 [2021-04-02T10:19:46.735Z]         check_test.go:309: [dc4f42dd24ac2] daemon is not started
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (3.97s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (2.46s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (4.02s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (2.25s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.95s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.92s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (4.02s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
10:19:46 [2021-04-02T10:19:46.735Z]         check_test.go:309: [d72b13eb40bc2] daemon is not started
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.94s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.93s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.84s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (5.63s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (7.72s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (4.60s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
10:19:46 [2021-04-02T10:19:46.735Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
10:19:46 [2021-04-02T10:19:46.735Z]         check_test.go:309: [d22adf1a7d050] daemon is not started
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (3.52s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (3.24s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (3.19s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.67s)
10:19:46 [2021-04-02T10:19:46.735Z]         check_test.go:309: [d473b21284ebc] daemon is not started
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (5.72s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.87s)
10:19:46 [2021-04-02T10:19:46.735Z]         check_test.go:309: [d779105cbedbb] daemon is not started
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.94s)
10:19:46 [2021-04-02T10:19:46.735Z]         docker_cli_daemon_plugins_test.go:79: [d19576a21c83c] daemon is not started
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.46s)
10:19:46 [2021-04-02T10:19:46.735Z]         docker_cli_daemon_plugins_test.go:169: [d64066e92715b] daemon is not started
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (5.97s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.99s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.94s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.52s)
10:19:46 [2021-04-02T10:19:46.735Z]         check_test.go:309: [d41f190ddfc4b] daemon is not started
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.61s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.84s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.62s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.52s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (2.37s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (3.04s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (3.09s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.84s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.81s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.84s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (8.35s)
10:19:46 [2021-04-02T10:19:46.735Z]         check_test.go:309: [d4a6b70668234] daemon is not started
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (3.94s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (29.64s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (3.74s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (2.25s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (7.67s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (5.01s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (7.49s)
10:19:46 [2021-04-02T10:19:46.735Z]         check_test.go:309: [de8a2ba3dc6e5] daemon is not started
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (2.50s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (3.34s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (15.34s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (5.15s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (3.17s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (3.89s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (4.45s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
10:19:46 [2021-04-02T10:19:46.735Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
10:19:46 [2021-04-02T10:19:46.735Z]         check_test.go:309: [db2bdbcae537d] daemon is not started
10:19:46 [2021-04-02T10:19:46.735Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s)
10:19:46 [2021-04-02T10:19:46.735Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
10:19:46 [2021-04-02T10:19:46.735Z]         check_test.go:309: [d1aa487544272] daemon is not started
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (4.53s)
10:19:46 [2021-04-02T10:19:46.735Z]         check_test.go:309: [deb0ba1768509] daemon is not started
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (7.44s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (5.49s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (5.64s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (3.53s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.83s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (6.95s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (7.47s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (3.69s)
10:19:46 [2021-04-02T10:19:46.735Z]         check_test.go:309: [d295d5ecbc3d0] daemon is not started
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (5.12s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.56s)
10:19:46 [2021-04-02T10:19:46.735Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.98s)
10:19:46 [2021-04-02T10:19:46.736Z]         check_test.go:309: [d8475165b6f62] daemon is not started
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.81s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (6.77s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (2.06s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.96s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (6.49s)
10:19:46 [2021-04-02T10:19:46.736Z]         docker_cli_daemon_test.go:2887: Checking IpcMode private set from config
10:19:46 [2021-04-02T10:19:46.736Z]         docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config
10:19:46 [2021-04-02T10:19:46.736Z]         docker_cli_daemon_test.go:2887: Checking IpcMode host set from config
10:19:46 [2021-04-02T10:19:46.736Z]         docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config
10:19:46 [2021-04-02T10:19:46.736Z]         docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config
10:19:46 [2021-04-02T10:19:46.736Z]         docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli
10:19:46 [2021-04-02T10:19:46.736Z]         docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli
10:19:46 [2021-04-02T10:19:46.736Z]         docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli
10:19:46 [2021-04-02T10:19:46.736Z]         docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli
10:19:46 [2021-04-02T10:19:46.736Z]         docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli
10:19:46 [2021-04-02T10:19:46.736Z]         check_test.go:309: [d4c98d5246ab1] daemon is not started
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (2.10s)
10:19:46 [2021-04-02T10:19:46.736Z]         check_test.go:309: [d0c31f72a638b] daemon is not started
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.86s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.96s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (5.28s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.92s)
10:19:46 [2021-04-02T10:19:46.736Z]         check_test.go:309: [dba990ae9a75f] daemon is not started
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (4.32s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (3.00s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (7.09s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.34s)
10:19:46 [2021-04-02T10:19:46.736Z]         check_test.go:309: [d2fce606b77d3] daemon is not started
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (9.58s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (6.57s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (5.85s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (3.06s)
10:19:46 [2021-04-02T10:19:46.736Z]         check_test.go:309: [d8fc0ec5423b0] daemon is not started
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.96s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.94s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.94s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.75s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.02s)
10:19:46 [2021-04-02T10:19:46.736Z]         check_test.go:309: [dace1318a6177] daemon is not started
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.75s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.27s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.60s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.87s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.56s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (4.98s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (5.01s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (7.01s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.00s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.64s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.52s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (4.73s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (12.19s)
10:19:46 [2021-04-02T10:19:46.736Z]         docker_cli_daemon_test.go:2550: [d286ea3d70ad9] daemon is not started
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (11.58s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (4.28s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (2.97s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (4.05s)
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.15s)
10:19:46 [2021-04-02T10:19:46.736Z]         check_test.go:309: [dd275311c1ac1] daemon is not started
10:19:46 [2021-04-02T10:19:46.736Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.46s)
10:19:46 [2021-04-02T10:19:46.736Z] === RUN   TestDockerSwarmSuite
10:19:46 [2021-04-02T10:19:46.736Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
10:19:46 [2021-04-02T10:19:46.933Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.009s	coverage: 65.3% of statements
10:19:47 [2021-04-02T10:19:47.305Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
10:19:48 [2021-04-02T10:19:48.298Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.008s	coverage: 35.9% of statements
10:19:49 [2021-04-02T10:19:49.841Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
10:19:49 [2021-04-02T10:19:49.841Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
10:19:53 [2021-04-02T10:19:53.131Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
10:19:56 [2021-04-02T10:19:56.281Z] --- PASS: TestInfoAPIWarnings (17.08s)
10:19:56 [2021-04-02T10:19:56.281Z] === RUN   TestInfoDebug
10:19:56 [2021-04-02T10:19:56.281Z] --- PASS: TestInfoDebug (1.15s)
10:19:56 [2021-04-02T10:19:56.281Z] === RUN   TestInfoInsecureRegistries
10:19:57 [2021-04-02T10:19:57.664Z] --- PASS: TestInfoInsecureRegistries (1.06s)
10:19:57 [2021-04-02T10:19:57.664Z] === RUN   TestInfoRegistryMirrors
10:19:58 [2021-04-02T10:19:58.237Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.438s	coverage: 14.0% of statements
10:19:58 [2021-04-02T10:19:58.493Z] ok  	github.com/docker/docker/daemon	12.178s	coverage: 17.2% of statements
10:19:58 [2021-04-02T10:19:58.493Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
10:19:58 [2021-04-02T10:19:58.493Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
10:19:58 [2021-04-02T10:19:58.604Z] --- PASS: TestInfoRegistryMirrors (1.11s)
10:19:58 [2021-04-02T10:19:58.604Z] === RUN   TestLoginFailsWithBadCredentials
10:19:58 [2021-04-02T10:19:58.749Z] ok  	github.com/docker/docker/daemon/config	0.055s	coverage: 81.8% of statements
10:19:58 [2021-04-02T10:19:58.865Z] --- PASS: TestLoginFailsWithBadCredentials (0.27s)
10:19:58 [2021-04-02T10:19:58.865Z] === RUN   TestPingCacheHeaders
10:19:58 [2021-04-02T10:19:58.865Z] --- PASS: TestPingCacheHeaders (0.05s)
10:19:58 [2021-04-02T10:19:58.865Z] === RUN   TestPingGet
10:19:58 [2021-04-02T10:19:58.865Z] --- PASS: TestPingGet (0.03s)
10:19:58 [2021-04-02T10:19:58.865Z] === RUN   TestPingHead
10:19:58 [2021-04-02T10:19:58.865Z] --- PASS: TestPingHead (0.05s)
10:19:58 [2021-04-02T10:19:58.865Z] === RUN   TestVersion
10:19:59 [2021-04-02T10:19:59.126Z] --- PASS: TestVersion (0.05s)
10:19:59 [2021-04-02T10:19:59.126Z] PASS
10:19:59 [2021-04-02T10:19:59.126Z] 
10:19:59 [2021-04-02T10:19:59.126Z] === Skipped
10:19:59 [2021-04-02T10:19:59.126Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
10:19:59 [2021-04-02T10:19:59.126Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
10:19:59 [2021-04-02T10:19:59.126Z] 
10:19:59 [2021-04-02T10:19:59.126Z] 
10:19:59 [2021-04-02T10:19:59.126Z] DONE 18 tests, 1 skipped in 25.598s
10:19:59 [2021-04-02T10:19:59.126Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
10:19:59 [2021-04-02T10:19:59.126Z] ++ 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
10:19:59 [2021-04-02T10:19:59.126Z] ++ set -e
10:19:59 [2021-04-02T10:19:59.126Z] ++ '[' -n 0 ']'
10:19:59 [2021-04-02T10:19:59.126Z] ++ set -x
10:19:59 [2021-04-02T10:19:59.126Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
10:19:59 [2021-04-02T10:19:59.126Z] INFO: Testing against a local daemon
10:19:59 [2021-04-02T10:19:59.126Z] === RUN   TestVolumesCreateAndList
10:19:59 [2021-04-02T10:19:59.126Z] --- PASS: TestVolumesCreateAndList (0.04s)
10:19:59 [2021-04-02T10:19:59.126Z] === RUN   TestVolumesRemove
10:19:59 [2021-04-02T10:19:59.385Z] --- PASS: TestVolumesRemove (0.08s)
10:19:59 [2021-04-02T10:19:59.385Z] === RUN   TestVolumesInspect
10:19:59 [2021-04-02T10:19:59.385Z] --- PASS: TestVolumesInspect (0.03s)
10:19:59 [2021-04-02T10:19:59.385Z] === RUN   TestVolumesInvalidJSON
10:19:59 [2021-04-02T10:19:59.385Z] === RUN   TestVolumesInvalidJSON//volumes/create
10:19:59 [2021-04-02T10:19:59.385Z] === PAUSE TestVolumesInvalidJSON//volumes/create
10:19:59 [2021-04-02T10:19:59.385Z] === CONT  TestVolumesInvalidJSON//volumes/create
10:19:59 [2021-04-02T10:19:59.385Z] --- PASS: TestVolumesInvalidJSON (0.03s)
10:19:59 [2021-04-02T10:19:59.385Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
10:19:59 [2021-04-02T10:19:59.385Z] PASS
10:19:59 [2021-04-02T10:19:59.385Z] 
10:19:59 [2021-04-02T10:19:59.385Z] DONE 5 tests in 0.327s
10:19:59 [2021-04-02T10:19:59.385Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
10:19:59 [2021-04-02T10:19:59.703Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
10:19:59 [2021-04-02T10:19:59.956Z] ++++ cat bundles/test-integration/docker.pid
10:19:59 [2021-04-02T10:19:59.956Z] +++ kill 13936
10:20:00 [2021-04-02T10:20:00.116Z] ok  	github.com/docker/docker/daemon/discovery	0.004s	coverage: 30.0% of statements
10:20:00 [2021-04-02T10:20:00.116Z] ok  	github.com/docker/docker/daemon/events	0.059s	coverage: 50.0% of statements
10:20:00 [2021-04-02T10:20:00.116Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
10:20:00 [2021-04-02T10:20:00.116Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
10:20:01 [2021-04-02T10:20:01.339Z] +++ /etc/init.d/apparmor stop
10:20:01 [2021-04-02T10:20:01.339Z] Leaving: AppArmorNo profiles have been unloaded.
10:20:01 [2021-04-02T10:20:01.339Z] 
10:20:01 [2021-04-02T10:20:01.339Z] Unloading profiles will leave already running processes permanently
10:20:01 [2021-04-02T10:20:01.339Z] unconfined, which can lead to unexpected situations.
10:20:01 [2021-04-02T10:20:01.339Z] 
10:20:01 [2021-04-02T10:20:01.339Z] To set a process to complain mode, use the command line tool
10:20:01 [2021-04-02T10:20:01.339Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
10:20:01 [2021-04-02T10:20:01.339Z] +++ true
10:20:01 [2021-04-02T10:20:01.339Z] exiting test-integration
10:20:01 [2021-04-02T10:20:01.339Z] ++ exit 0
10:20:01 [2021-04-02T10:20:01.339Z] 
10:20:01 [2021-04-02T10:20:01.483Z] ok  	github.com/docker/docker/daemon/graphdriver	0.006s	coverage: 2.2% of statements
10:20:03 [2021-04-02T10:20:03.374Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	1.545s	coverage: 73.3% of statements
10:20:03 [2021-04-02T10:20:03.900Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
10:20:03 [2021-04-02T10:20:03.900Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
10:20:03 [2021-04-02T10:20:03.936Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.008s	coverage: 2.9% of statements
10:20:04 [2021-04-02T10:20:04.469Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
Post stage
[Pipeline] junit
10:20:04 [2021-04-02T10:20:04.649Z] Recording test results
10:20:04 [2021-04-02T10:20:04.955Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
10:20:05 [2021-04-02T10:20:05.038Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
10:20:05 [2021-04-02T10:20:05.303Z] + echo Ensuring container killed.
10:20:05 [2021-04-02T10:20:05.303Z] Ensuring container killed.
10:20:05 [2021-04-02T10:20:05.303Z] + docker rm -vf docker-pr6
10:20:05 [2021-04-02T10:20:05.303Z] Error: No such container: docker-pr6
10:20:05 [2021-04-02T10:20:05.303Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.528s	coverage: 56.2% of statements
[Pipeline] sh
10:20:05 [2021-04-02T10:20:05.590Z] + echo Chowning /workspace to jenkins user
10:20:05 [2021-04-02T10:20:05.590Z] Chowning /workspace to jenkins user
10:20:05 [2021-04-02T10:20:05.590Z] + id -u
10:20:05 [2021-04-02T10:20:05.590Z] + id -g
10:20:05 [2021-04-02T10:20:05.590Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42182:/workspace busybox chown -R 1000:1000 /workspace
10:20:05 [2021-04-02T10:20:05.590Z] Unable to find image 'busybox:latest' locally
10:20:05 [2021-04-02T10:20:05.850Z] latest: Pulling from library/busybox
10:20:06 [2021-04-02T10:20:06.110Z] 8c3eadb8221d: Pulling fs layer
10:20:06 [2021-04-02T10:20:06.110Z] 8c3eadb8221d: Verifying Checksum
10:20:06 [2021-04-02T10:20:06.110Z] 8c3eadb8221d: Download complete
10:20:06 [2021-04-02T10:20:06.372Z] 8c3eadb8221d: Pull complete
10:20:06 [2021-04-02T10:20:06.372Z] Digest: sha256:ce2360d5189a033012fbad1635e037be86f23b65cfd676b436d0931af390a2ac
10:20:06 [2021-04-02T10:20:06.372Z] Status: Downloaded newer image for busybox:latest
10:20:06 [2021-04-02T10:20:06.955Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
10:20:06 [2021-04-02T10:20:06.955Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
10:20:06 [2021-04-02T10:20:06.955Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
10:20:07 [2021-04-02T10:20:07.192Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.011s	coverage: 1.9% of statements
10:20:09 [2021-04-02T10:20:09.707Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.304s	coverage: 49.4% of statements
10:20:09 [2021-04-02T10:20:09.707Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.617s	coverage: 45.9% of statements
10:20:09 [2021-04-02T10:20:09.707Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
10:20:11 [2021-04-02T10:20:11.595Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.009s	coverage: 57.5% of statements
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
10:20:11 [2021-04-02T10:20:11.957Z] + bundleName=arm64-integration
10:20:11 [2021-04-02T10:20:11.957Z] + echo Creating arm64-integration-bundles.tar.gz
10:20:11 [2021-04-02T10:20:11.957Z] Creating arm64-integration-bundles.tar.gz
10:20:11 [2021-04-02T10:20:11.957Z] + + xargs tar -czf arm64-integration-bundles.tar.gzfind
10:20:11 [2021-04-02T10:20:11.957Z]  bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
10:20:12 [2021-04-02T10:20:12.158Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.690s	coverage: 57.7% of statements
10:20:12 [2021-04-02T10:20:12.158Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
10:20:12 [2021-04-02T10:20:12.158Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
[Pipeline] archiveArtifacts
10:20:12 [2021-04-02T10:20:12.540Z] Archiving artifacts
10:20:13 [2021-04-02T10:20:13.087Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.007s	coverage: 3.0% of statements
10:20:13 [2021-04-02T10:20:13.526Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
10:20:14 [2021-04-02T10:20:14.014Z] ok  	github.com/docker/docker/daemon/links	0.005s	coverage: 93.0% of statements
10:20:14 [2021-04-02T10:20:14.094Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
10:20:14 [2021-04-02T10:20:14.979Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42182/6/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
10:20:15 [2021-04-02T10:20:15.298Z] + make clean
10:20:15 [2021-04-02T10:20:15.380Z] ok  	github.com/docker/docker/daemon/images	0.028s	coverage: 6.7% of statements
10:20:15 [2021-04-02T10:20:15.380Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
10:20:15 [2021-04-02T10:20:15.380Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
10:20:15 [2021-04-02T10:20:15.869Z] docker volume rm -f docker-dev-cache
10:20:15 [2021-04-02T10:20:15.869Z] docker-dev-cache
[Pipeline] deleteDir
10:20:15 [2021-04-02T10:20:15.943Z] ok  	github.com/docker/docker/daemon/logger	0.241s	coverage: 43.2% of statements
10:20:16 [2021-04-02T10:20:16.002Z] --- PASS: TestImportExtremelyLargeImageWorks (212.31s)
10:20:16 [2021-04-02T10:20:16.002Z] PASS
10:20:16 [2021-04-02T10:20:16.002Z] 
10:20:16 [2021-04-02T10:20:16.002Z] DONE 12 tests in 217.075s
10:20:16 [2021-04-02T10:20:16.002Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
10:20:16 [2021-04-02T10:20:16.002Z] ++ 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
10:20:16 [2021-04-02T10:20:16.002Z] ++ set -e
10:20:16 [2021-04-02T10:20:16.002Z] ++ '[' -n 0 ']'
10:20:16 [2021-04-02T10:20:16.002Z] ++ set -x
10:20:16 [2021-04-02T10:20:16.002Z] ++ env -i DEST=/go/src/github.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
10:20:16 [2021-04-02T10:20:16.002Z] INFO: Testing against a local daemon
10:20:16 [2021-04-02T10:20:16.002Z] === RUN   TestNetworkCreateDelete
10:20:16 [2021-04-02T10:20:16.571Z] --- PASS: TestNetworkCreateDelete (0.52s)
10:20:16 [2021-04-02T10:20:16.571Z] === RUN   TestDockerNetworkDeletePreferID
10:20:17 [2021-04-02T10:20:17.308Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.014s	coverage: 67.0% of statements
10:20:17 [2021-04-02T10:20:17.565Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.164s	coverage: 77.4% of statements
10:20:17 [2021-04-02T10:20:17.565Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
10:20:17 [2021-04-02T10:20:17.565Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
10:20:18 [2021-04-02T10:20:18.477Z] --- PASS: TestDockerNetworkDeletePreferID (1.73s)
10:20:18 [2021-04-02T10:20:18.477Z] === RUN   TestDaemonDNSFallback
10:20:18 [2021-04-02T10:20:18.493Z] ok  	github.com/docker/docker/daemon/logger/journald	0.009s	coverage: 23.9% of statements
10:20:19 [2021-04-02T10:20:19.055Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.007s	coverage: 69.9% of statements
10:20:19 [2021-04-02T10:20:19.311Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.005s	coverage: 87.2% of statements
10:20:20 [2021-04-02T10:20:20.677Z] ok  	github.com/docker/docker/daemon/logger/local	0.016s	coverage: 75.2% of statements
10:20:20 [2021-04-02T10:20:20.677Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
10:20:20 [2021-04-02T10:20:20.932Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.056s	coverage: 58.6% of statements
10:20:21 [2021-04-02T10:20:21.769Z] === RUN   TestDockerSuite/TestBuildExpose
10:20:21 [2021-04-02T10:20:21.769Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
10:20:22 [2021-04-02T10:20:22.300Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.009s	coverage: 31.5% of statements
10:20:22 [2021-04-02T10:20:22.338Z] === RUN   TestDockerSuite/TestBuildExposeOrder
10:20:22 [2021-04-02T10:20:22.597Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
10:20:22 [2021-04-02T10:20:22.856Z] === RUN   TestDockerSuite/TestBuildFails
10:20:23 [2021-04-02T10:20:23.425Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
10:20:23 [2021-04-02T10:20:23.665Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.004s	coverage: 46.8% of statements
10:20:23 [2021-04-02T10:20:23.665Z] ok  	github.com/docker/docker/daemon/logger/templates	0.002s	coverage: 8.3% of statements
10:20:23 [2021-04-02T10:20:23.684Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
10:20:24 [2021-04-02T10:20:24.226Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.726s	coverage: 82.5% of statements
10:20:24 [2021-04-02T10:20:24.226Z] ?   	github.com/docker/docker/daemon/names	[no test files]
10:20:24 [2021-04-02T10:20:24.482Z] ok  	github.com/docker/docker/daemon/network	0.019s	coverage: 63.8% of statements
10:20:24 [2021-04-02T10:20:24.482Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
10:20:25 [2021-04-02T10:20:25.588Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
10:20:26 [2021-04-02T10:20:26.158Z] --- PASS: TestDaemonDNSFallback (8.00s)
10:20:26 [2021-04-02T10:20:26.158Z] === RUN   TestInspectNetwork
10:20:26 [2021-04-02T10:20:26.400Z] ok  	github.com/docker/docker/distribution/metadata	0.040s	coverage: 48.2% of statements
10:20:27 [2021-04-02T10:20:27.784Z] ok  	github.com/docker/docker/distribution	0.207s	coverage: 25.2% of statements
10:20:27 [2021-04-02T10:20:27.784Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
10:20:28 [2021-04-02T10:20:28.072Z] === RUN   TestDockerSuite/TestBuildForceRm
10:20:28 [2021-04-02T10:20:28.721Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 53.1% of statements
10:20:29 [2021-04-02T10:20:29.648Z] ok  	github.com/docker/docker/image	0.018s	coverage: 86.6% of statements
10:20:29 [2021-04-02T10:20:29.904Z] ok  	github.com/docker/docker/distribution/xfer	1.882s	coverage: 85.1% of statements
10:20:29 [2021-04-02T10:20:29.904Z] ?   	github.com/docker/docker/dockerversion	[no test files]
10:20:30 [2021-04-02T10:20:30.465Z] ok  	github.com/docker/docker/image/cache	0.010s	coverage: 19.2% of statements
10:20:31 [2021-04-02T10:20:31.364Z] === RUN   TestDockerSuite/TestBuildFromGit
10:20:31 [2021-04-02T10:20:31.392Z] ok  	github.com/docker/docker/image/tarexport	0.009s	coverage: 0.6% of statements
10:20:31 [2021-04-02T10:20:31.952Z] ok  	github.com/docker/docker/image/v1	0.009s	coverage: 25.0% of statements
10:20:31 [2021-04-02T10:20:31.952Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
10:20:32 [2021-04-02T10:20:32.513Z] ok  	github.com/docker/docker/libcontainerd/queue	0.023s	coverage: 100.0% of statements
10:20:33 [2021-04-02T10:20:33.270Z] === RUN   TestInspectNetwork/full_network_id
10:20:33 [2021-04-02T10:20:33.270Z] === RUN   TestInspectNetwork/partial_network_id
10:20:33 [2021-04-02T10:20:33.270Z] === RUN   TestInspectNetwork/network_name
10:20:33 [2021-04-02T10:20:33.270Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
10:20:33 [2021-04-02T10:20:33.529Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
10:20:33 [2021-04-02T10:20:33.878Z] ok  	github.com/docker/docker/oci	0.011s	coverage: 45.2% of statements
10:20:34 [2021-04-02T10:20:34.100Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
10:20:34 [2021-04-02T10:20:34.595Z] --- PASS: TestBuildWithHugeFile (125.31s)
10:20:34 [2021-04-02T10:20:34.595Z] === RUN   TestBuildWCOWSandboxSize
10:20:34 [2021-04-02T10:20:34.697Z] ok  	github.com/docker/docker/opts	0.021s	coverage: 67.1% of statements
10:20:34 [2021-04-02T10:20:34.697Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
10:20:35 [2021-04-02T10:20:35.478Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
10:20:36 [2021-04-02T10:20:36.586Z] ok  	github.com/docker/docker/pkg/archive	0.305s	coverage: 82.3% of statements
10:20:37 [2021-04-02T10:20:37.383Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
10:20:37 [2021-04-02T10:20:37.514Z] ok  	github.com/docker/docker/pkg/authorization	0.128s	coverage: 68.3% of statements
10:20:37 [2021-04-02T10:20:37.514Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
10:20:37 [2021-04-02T10:20:37.649Z] --- PASS: TestInspectNetwork (11.25s)
10:20:37 [2021-04-02T10:20:37.649Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
10:20:37 [2021-04-02T10:20:37.649Z]     --- PASS: TestInspectNetwork/partial_network_id (0.02s)
10:20:37 [2021-04-02T10:20:37.649Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
10:20:37 [2021-04-02T10:20:37.649Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
10:20:37 [2021-04-02T10:20:37.649Z] === RUN   TestRunContainerWithBridgeNone
10:20:37 [2021-04-02T10:20:37.649Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
10:20:37 [2021-04-02T10:20:37.770Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
10:20:37 [2021-04-02T10:20:37.909Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
10:20:41 [2021-04-02T10:20:41.032Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.489s	coverage: 43.2% of statements
10:20:41 [2021-04-02T10:20:41.032Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 80.0% of statements
10:20:41 [2021-04-02T10:20:41.032Z] ok  	github.com/docker/docker/layer	7.077s	coverage: 68.8% of statements
10:20:41 [2021-04-02T10:20:41.032Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
10:20:41 [2021-04-02T10:20:41.032Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
10:20:41 [2021-04-02T10:20:41.032Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
10:20:41 [2021-04-02T10:20:41.032Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
10:20:41 [2021-04-02T10:20:41.032Z] ?   	github.com/docker/docker/oci/caps	[no test files]
10:20:41 [2021-04-02T10:20:41.032Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
10:20:41 [2021-04-02T10:20:41.032Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
10:20:41 [2021-04-02T10:20:41.201Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
10:20:41 [2021-04-02T10:20:41.959Z] ok  	github.com/docker/docker/pkg/discovery	0.005s	coverage: 58.3% of statements
10:20:41 [2021-04-02T10:20:41.959Z] ok  	github.com/docker/docker/pkg/discovery/file	0.005s	coverage: 92.9% of statements
10:20:42 [2021-04-02T10:20:42.138Z] --- PASS: TestRunContainerWithBridgeNone (4.47s)
10:20:42 [2021-04-02T10:20:42.138Z] === RUN   TestNetworkInvalidJSON
10:20:42 [2021-04-02T10:20:42.138Z] === RUN   TestNetworkInvalidJSON//networks/create
10:20:42 [2021-04-02T10:20:42.138Z] === PAUSE TestNetworkInvalidJSON//networks/create
10:20:42 [2021-04-02T10:20:42.138Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
10:20:42 [2021-04-02T10:20:42.138Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
10:20:42 [2021-04-02T10:20:42.138Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
10:20:42 [2021-04-02T10:20:42.138Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
10:20:42 [2021-04-02T10:20:42.138Z] === CONT  TestNetworkInvalidJSON//networks/create
10:20:42 [2021-04-02T10:20:42.138Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
10:20:42 [2021-04-02T10:20:42.138Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
10:20:42 [2021-04-02T10:20:42.138Z] --- PASS: TestNetworkInvalidJSON (0.02s)
10:20:42 [2021-04-02T10:20:42.138Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
10:20:42 [2021-04-02T10:20:42.138Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
10:20:42 [2021-04-02T10:20:42.138Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
10:20:42 [2021-04-02T10:20:42.138Z] === RUN   TestNetworkList
10:20:42 [2021-04-02T10:20:42.138Z] === RUN   TestNetworkList//networks
10:20:42 [2021-04-02T10:20:42.138Z] === PAUSE TestNetworkList//networks
10:20:42 [2021-04-02T10:20:42.138Z] === RUN   TestNetworkList//networks/
10:20:42 [2021-04-02T10:20:42.138Z] === PAUSE TestNetworkList//networks/
10:20:42 [2021-04-02T10:20:42.138Z] === CONT  TestNetworkList//networks
10:20:42 [2021-04-02T10:20:42.138Z] === CONT  TestNetworkList//networks/
10:20:42 [2021-04-02T10:20:42.138Z] --- PASS: TestNetworkList (0.02s)
10:20:42 [2021-04-02T10:20:42.138Z]     --- PASS: TestNetworkList//networks/ (0.01s)
10:20:42 [2021-04-02T10:20:42.138Z]     --- PASS: TestNetworkList//networks (0.01s)
10:20:42 [2021-04-02T10:20:42.138Z] === RUN   TestHostIPv4BridgeLabel
10:20:42 [2021-04-02T10:20:42.520Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.011s	coverage: 92.3% of statements
10:20:43 [2021-04-02T10:20:43.074Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
10:20:43 [2021-04-02T10:20:43.074Z] --- PASS: TestHostIPv4BridgeLabel (0.95s)
10:20:43 [2021-04-02T10:20:43.074Z] === RUN   TestDaemonRestartWithLiveRestore
10:20:43 [2021-04-02T10:20:43.447Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.006s	coverage: 93.8% of statements
10:20:43 [2021-04-02T10:20:43.702Z] ok  	github.com/docker/docker/pkg/dmesg	0.006s	coverage: 83.3% of statements
10:20:44 [2021-04-02T10:20:44.011Z] === RUN   TestDockerSuite/TestBuildHistory
10:20:44 [2021-04-02T10:20:44.949Z] --- PASS: TestDaemonRestartWithLiveRestore (1.74s)
10:20:44 [2021-04-02T10:20:44.949Z] === RUN   TestDaemonDefaultNetworkPools
10:20:45 [2021-04-02T10:20:45.066Z] ok  	github.com/docker/docker/pkg/filenotify	0.604s	coverage: 67.0% of statements
10:20:45 [2021-04-02T10:20:45.209Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
10:20:45 [2021-04-02T10:20:45.209Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
10:20:45 [2021-04-02T10:20:45.628Z] ok  	github.com/docker/docker/pkg/fileutils	0.011s	coverage: 89.5% of statements
10:20:46 [2021-04-02T10:20:46.189Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.103s	coverage: 84.1% of statements
10:20:46 [2021-04-02T10:20:46.445Z] ok  	github.com/docker/docker/pkg/fsutils	0.226s	coverage: 85.1% of statements
10:20:46 [2021-04-02T10:20:46.445Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 11.4% of statements
10:20:46 [2021-04-02T10:20:46.587Z] --- PASS: TestDaemonDefaultNetworkPools (1.56s)
10:20:46 [2021-04-02T10:20:46.587Z] === RUN   TestDaemonRestartWithExistingNetwork
10:20:47 [2021-04-02T10:20:47.810Z] ok  	github.com/docker/docker/pkg/idtools	0.409s	coverage: 69.5% of statements
10:20:47 [2021-04-02T10:20:47.810Z] ok  	github.com/docker/docker/pkg/ioutils	0.511s	coverage: 69.3% of statements
10:20:47 [2021-04-02T10:20:47.978Z] === RUN   TestDockerSuite/TestBuildIidFile
10:20:48 [2021-04-02T10:20:48.066Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.003s	coverage: 91.7% of statements
10:20:48 [2021-04-02T10:20:48.066Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
10:20:48 [2021-04-02T10:20:48.237Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
10:20:48 [2021-04-02T10:20:48.322Z] ok  	github.com/docker/docker/pkg/longpath	0.003s	coverage: 100.0% of statements
10:20:48 [2021-04-02T10:20:48.322Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
10:20:48 [2021-04-02T10:20:48.322Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
10:20:48 [2021-04-02T10:20:48.579Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.002s	coverage: 85.7% of statements
10:20:48 [2021-04-02T10:20:48.579Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
10:20:48 [2021-04-02T10:20:48.836Z] ok  	github.com/docker/docker/pkg/parsers	0.006s	coverage: 97.0% of statements
10:20:49 [2021-04-02T10:20:49.092Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.006s	coverage: 60.0% of statements
10:20:49 [2021-04-02T10:20:49.174Z] --- PASS: TestDaemonRestartWithExistingNetwork (2.93s)
10:20:49 [2021-04-02T10:20:49.174Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
10:20:49 [2021-04-02T10:20:49.174Z] === RUN   TestDockerSuite/TestBuildInheritance
10:20:49 [2021-04-02T10:20:49.349Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.011s	coverage: 86.7% of statements
10:20:49 [2021-04-02T10:20:49.606Z] ok  	github.com/docker/docker/pkg/pidfile	0.002s	coverage: 82.4% of statements
10:20:49 [2021-04-02T10:20:49.606Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
10:20:49 [2021-04-02T10:20:49.606Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
10:20:49 [2021-04-02T10:20:49.742Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
10:20:50 [2021-04-02T10:20:50.311Z] === RUN   TestDockerSuite/TestBuildInvalidTag
10:20:50 [2021-04-02T10:20:50.311Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
10:20:50 [2021-04-02T10:20:50.533Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.011s	coverage: 56.8% of statements
10:20:51 [2021-04-02T10:20:51.094Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
10:20:51 [2021-04-02T10:20:51.247Z] === RUN   TestDockerSuite/TestBuildLabel
10:20:51 [2021-04-02T10:20:51.349Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 88.2% of statements
10:20:51 [2021-04-02T10:20:51.506Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
10:20:51 [2021-04-02T10:20:51.605Z] ok  	github.com/docker/docker/pkg/progress	0.001s	coverage: 75.9% of statements
10:20:51 [2021-04-02T10:20:51.765Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
10:20:52 [2021-04-02T10:20:52.333Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.97s)
10:20:52 [2021-04-02T10:20:52.333Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
10:20:52 [2021-04-02T10:20:52.333Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
10:20:52 [2021-04-02T10:20:52.593Z] === RUN   TestDockerSuite/TestBuildLabels
10:20:52 [2021-04-02T10:20:52.852Z] === RUN   TestDockerSuite/TestBuildLabelsCache
10:20:52 [2021-04-02T10:20:52.966Z] ok  	github.com/docker/docker/pkg/pubsub	1.026s	coverage: 75.0% of statements
10:20:53 [2021-04-02T10:20:53.112Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (1.00s)
10:20:53 [2021-04-02T10:20:53.112Z] === RUN   TestServiceWithPredefinedNetwork
10:20:53 [2021-04-02T10:20:53.222Z] ok  	github.com/docker/docker/pkg/reexec	0.006s	coverage: 82.4% of statements
10:20:53 [2021-04-02T10:20:53.681Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
10:20:56 [2021-04-02T10:20:56.217Z] --- PASS: TestServiceWithPredefinedNetwork (2.81s)
10:20:56 [2021-04-02T10:20:56.217Z] === RUN   TestServiceRemoveKeepsIngressNetwork
10:20:56 [2021-04-02T10:20:56.217Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
10:20:56 [2021-04-02T10:20:56.218Z]     service_test.go:242: FLAKY_TEST
10:20:56 [2021-04-02T10:20:56.218Z] === RUN   TestServiceWithDataPathPortInit
10:20:56 [2021-04-02T10:20:56.476Z] === RUN   TestDockerSuite/TestBuildLastModified
10:20:56 [2021-04-02T10:20:56.484Z] ok  	github.com/docker/docker/pkg/signal	2.390s	coverage: 61.0% of statements
10:20:56 [2021-04-02T10:20:56.484Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
10:20:56 [2021-04-02T10:20:56.740Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
10:20:56 [2021-04-02T10:20:56.995Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
10:20:57 [2021-04-02T10:20:57.923Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 54.9% of statements
10:20:58 [2021-04-02T10:20:58.484Z] ok  	github.com/docker/docker/pkg/system	0.005s	coverage: 36.9% of statements
10:20:58 [2021-04-02T10:20:58.740Z] ok  	github.com/docker/docker/pkg/tailfile	0.058s	coverage: 88.6% of statements
10:20:59 [2021-04-02T10:20:59.301Z] ok  	github.com/docker/docker/pkg/tarsum	0.041s	coverage: 89.3% of statements
10:20:59 [2021-04-02T10:20:59.556Z] testing: warning: no tests to run
10:20:59 [2021-04-02T10:20:59.556Z] coverage: [no statements]
10:20:59 [2021-04-02T10:20:59.556Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: [no statements] [no tests to run]
10:20:59 [2021-04-02T10:20:59.811Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
10:21:00 [2021-04-02T10:21:00.067Z] ok  	github.com/docker/docker/pkg/urlutil	0.001s	coverage: 100.0% of statements
10:21:00 [2021-04-02T10:21:00.323Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
10:21:02 [2021-04-02T10:21:02.210Z] ok  	github.com/docker/docker/plugin	0.516s	coverage: 23.2% of statements
10:21:02 [2021-04-02T10:21:02.773Z] ok  	github.com/docker/docker/plugin/v2	0.004s	coverage: 14.5% of statements
10:21:03 [2021-04-02T10:21:03.041Z] === RUN   TestDockerSuite/TestBuildLineBreak
10:21:03 [2021-04-02T10:21:03.335Z] ok  	github.com/docker/docker/profiles/seccomp	0.007s	coverage: 85.4% of statements
10:21:04 [2021-04-02T10:21:04.701Z] ok  	github.com/docker/docker/quota	0.206s	coverage: 71.4% of statements
10:21:04 [2021-04-02T10:21:04.957Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
10:21:05 [2021-04-02T10:21:05.575Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
10:21:05 [2021-04-02T10:21:05.835Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
10:21:06 [2021-04-02T10:21:06.094Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
10:21:06 [2021-04-02T10:21:06.094Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
10:21:06 [2021-04-02T10:21:06.323Z] ok  	github.com/docker/docker/registry	0.059s	coverage: 58.8% of statements
10:21:06 [2021-04-02T10:21:06.353Z] === RUN   TestDockerSuite/TestBuildMaintainer
10:21:06 [2021-04-02T10:21:06.353Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
10:21:06 [2021-04-02T10:21:06.612Z] === RUN   TestDockerSuite/TestBuildMissingArgs
10:21:06 [2021-04-02T10:21:06.884Z] ok  	github.com/docker/docker/registry/resumable	0.015s	coverage: 100.0% of statements
10:21:07 [2021-04-02T10:21:07.140Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 50.9% of statements
10:21:07 [2021-04-02T10:21:07.556Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
10:21:08 [2021-04-02T10:21:08.068Z] ok  	github.com/docker/docker/runconfig	0.008s	coverage: 66.1% of statements
10:21:08 [2021-04-02T10:21:08.068Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
10:21:08 [2021-04-02T10:21:08.938Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
10:21:10 [2021-04-02T10:21:10.318Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
10:21:11 [2021-04-02T10:21:11.335Z] ok  	github.com/docker/docker/volume/drivers	0.006s	coverage: 36.1% of statements
10:21:11 [2021-04-02T10:21:11.901Z] ok  	github.com/docker/docker/volume/local	0.099s	coverage: 76.4% of statements
10:21:12 [2021-04-02T10:21:12.462Z] ok  	github.com/docker/docker/volume/mounts	0.018s	coverage: 67.0% of statements
10:21:13 [2021-04-02T10:21:13.608Z] --- PASS: TestServiceWithDataPathPortInit (17.12s)
10:21:13 [2021-04-02T10:21:13.608Z] === RUN   TestServiceWithDefaultAddressPoolInit
10:21:13 [2021-04-02T10:21:13.827Z] ok  	github.com/docker/docker/volume/service	0.014s	coverage: 73.1% of statements
10:21:14 [2021-04-02T10:21:14.544Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
10:21:14 [2021-04-02T10:21:14.803Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
10:21:15 [2021-04-02T10:21:15.373Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
10:21:23 [2021-04-02T10:21:23.495Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.03s)
10:21:23 [2021-04-02T10:21:23.495Z]     service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:p9no6kxqy2g4vy8b6rmwxxp2k Created:2021-04-02 10:21:14.717384144 +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[1b24a9d11fc7e61fba1b28bf1a14ddc9de94a3411883c6a582c825a185ae82aa:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.nwo03ctwlgdkjzpjr5u9o1tyj EndpointID:96e95d7a8264e787ebddd53471aefb27d527fe6ad807fcca578d3094e59dd2f7 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:13489f1616478a9ec5366d36d8aa1052065fc9b04f6ca0e6d6d1490bc0831877 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:a41a2e7b9159 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.nwo03ctwlgdkjzpjr5u9o1tyj EndpointID:96e95d7a8264e787ebddd53471aefb27d527fe6ad807fcca578d3094e59dd2f7 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
10:21:23 [2021-04-02T10:21:23.495Z] PASS
10:21:23 [2021-04-02T10:21:23.495Z] 
10:21:23 [2021-04-02T10:21:23.495Z] === Skipped
10:21:23 [2021-04-02T10:21:23.495Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
10:21:23 [2021-04-02T10:21:23.495Z]     service_test.go:242: FLAKY_TEST
10:21:23 [2021-04-02T10:21:23.495Z] 
10:21:23 [2021-04-02T10:21:23.495Z] 
10:21:23 [2021-04-02T10:21:23.495Z] DONE 26 tests, 1 skipped in 66.283s
10:21:23 [2021-04-02T10:21:23.495Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
10:21:23 [2021-04-02T10:21:23.495Z] ++ 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
10:21:23 [2021-04-02T10:21:23.495Z] ++ set -e
10:21:23 [2021-04-02T10:21:23.495Z] ++ '[' -n 0 ']'
10:21:23 [2021-04-02T10:21:23.495Z] ++ set -x
10:21:23 [2021-04-02T10:21:23.495Z] ++ env -i DEST=/go/src/github.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
10:21:23 [2021-04-02T10:21:23.495Z] INFO: Testing against a local daemon
10:21:23 [2021-04-02T10:21:23.495Z] === RUN   TestDockerNetworkIpvlanPersistance
10:21:23 [2021-04-02T10:21:23.495Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s)
10:21:23 [2021-04-02T10:21:23.495Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:21:23 [2021-04-02T10:21:23.495Z] === RUN   TestDockerNetworkIpvlan
10:21:23 [2021-04-02T10:21:23.495Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
10:21:23 [2021-04-02T10:21:23.495Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:21:23 [2021-04-02T10:21:23.495Z] PASS
10:21:23 [2021-04-02T10:21:23.495Z] 
10:21:23 [2021-04-02T10:21:23.495Z] === Skipped
10:21:23 [2021-04-02T10:21:23.495Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s)
10:21:23 [2021-04-02T10:21:23.495Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:21:23 [2021-04-02T10:21:23.495Z] 
10:21:23 [2021-04-02T10:21:23.495Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
10:21:23 [2021-04-02T10:21:23.495Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:21:23 [2021-04-02T10:21:23.495Z] 
10:21:23 [2021-04-02T10:21:23.495Z] 
10:21:23 [2021-04-02T10:21:23.495Z] DONE 2 tests, 2 skipped in 0.142s
10:21:23 [2021-04-02T10:21:23.495Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
10:21:23 [2021-04-02T10:21:23.495Z] ++ 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
10:21:23 [2021-04-02T10:21:23.495Z] ++ set -e
10:21:23 [2021-04-02T10:21:23.495Z] ++ '[' -n 0 ']'
10:21:23 [2021-04-02T10:21:23.495Z] ++ set -x
10:21:23 [2021-04-02T10:21:23.495Z] ++ env -i DEST=/go/src/github.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
10:21:23 [2021-04-02T10:21:23.495Z] INFO: Testing against a local daemon
10:21:23 [2021-04-02T10:21:23.495Z] === RUN   TestDockerNetworkMacvlanPersistance
10:21:24 [2021-04-02T10:21:24.873Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.31s)
10:21:24 [2021-04-02T10:21:24.873Z] === RUN   TestDockerNetworkMacvlan
10:21:25 [2021-04-02T10:21:25.132Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
10:21:25 [2021-04-02T10:21:25.983Z] ok  	github.com/docker/docker/pkg/plugins	33.628s	coverage: 76.6% of statements
10:21:25 [2021-04-02T10:21:25.983Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
10:21:25 [2021-04-02T10:21:25.983Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
10:21:25 [2021-04-02T10:21:25.983Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
10:21:25 [2021-04-02T10:21:25.983Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
10:21:25 [2021-04-02T10:21:25.983Z] ?   	github.com/docker/docker/pkg/term	[no test files]
10:21:25 [2021-04-02T10:21:25.983Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
10:21:25 [2021-04-02T10:21:25.983Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
10:21:25 [2021-04-02T10:21:25.983Z] ?   	github.com/docker/docker/rootless	[no test files]
10:21:25 [2021-04-02T10:21:25.983Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
10:21:25 [2021-04-02T10:21:25.983Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
10:21:25 [2021-04-02T10:21:25.983Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
10:21:25 [2021-04-02T10:21:25.983Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
10:21:25 [2021-04-02T10:21:25.983Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
10:21:25 [2021-04-02T10:21:25.983Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
10:21:25 [2021-04-02T10:21:25.983Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
10:21:25 [2021-04-02T10:21:25.983Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
10:21:25 [2021-04-02T10:21:25.983Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
10:21:25 [2021-04-02T10:21:25.983Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
10:21:25 [2021-04-02T10:21:25.983Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
10:21:25 [2021-04-02T10:21:25.983Z] ?   	github.com/docker/docker/testutil/request	[no test files]
10:21:25 [2021-04-02T10:21:25.983Z] ?   	github.com/docker/docker/volume	[no test files]
10:21:25 [2021-04-02T10:21:25.983Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
10:21:25 [2021-04-02T10:21:25.983Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
10:21:25 [2021-04-02T10:21:25.983Z] 
10:21:25 [2021-04-02T10:21:25.983Z] === Skipped
10:21:25 [2021-04-02T10:21:25.983Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
10:21:25 [2021-04-02T10:21:25.983Z]     exec_linux_test.go:18: requires AppArmor to be enabled
10:21:25 [2021-04-02T10:21:25.983Z] 
10:21:25 [2021-04-02T10:21:25.983Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
10:21:25 [2021-04-02T10:21:25.983Z]     exec_linux_test.go:38: requires AppArmor to be enabled
10:21:25 [2021-04-02T10:21:25.983Z] 
10:21:25 [2021-04-02T10:21:25.983Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:46: Driver btrfs not supported
10:21:25 [2021-04-02T10:21:25.983Z] 
10:21:25 [2021-04-02T10:21:25.983Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:46: Driver btrfs not supported
10:21:25 [2021-04-02T10:21:25.983Z] 
10:21:25 [2021-04-02T10:21:25.983Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:46: Driver btrfs not supported
10:21:25 [2021-04-02T10:21:25.983Z] 
10:21:25 [2021-04-02T10:21:25.983Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:46: Driver btrfs not supported
10:21:25 [2021-04-02T10:21:25.983Z] 
10:21:25 [2021-04-02T10:21:25.983Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:46: Driver btrfs not supported
10:21:25 [2021-04-02T10:21:25.983Z] 
10:21:25 [2021-04-02T10:21:25.983Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:73: No driver to put!
10:21:25 [2021-04-02T10:21:25.983Z] 
10:21:25 [2021-04-02T10:21:25.983Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
10:21:25 [2021-04-02T10:21:25.983Z] time="2021-04-02T10:20:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:44: graphdriver: driver not supported
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
10:21:25 [2021-04-02T10:21:25.983Z] 
10:21:25 [2021-04-02T10:21:25.983Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
10:21:25 [2021-04-02T10:21:25.983Z] time="2021-04-02T10:20:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:44: graphdriver: driver not supported
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
10:21:25 [2021-04-02T10:21:25.983Z] 
10:21:25 [2021-04-02T10:21:25.983Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
10:21:25 [2021-04-02T10:21:25.983Z] time="2021-04-02T10:20:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:44: graphdriver: driver not supported
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
10:21:25 [2021-04-02T10:21:25.983Z] 
10:21:25 [2021-04-02T10:21:25.983Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
10:21:25 [2021-04-02T10:21:25.983Z] time="2021-04-02T10:20:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:44: graphdriver: driver not supported
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
10:21:25 [2021-04-02T10:21:25.983Z] 
10:21:25 [2021-04-02T10:21:25.983Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
10:21:25 [2021-04-02T10:21:25.983Z] time="2021-04-02T10:20:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:44: graphdriver: driver not supported
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
10:21:25 [2021-04-02T10:21:25.983Z] 
10:21:25 [2021-04-02T10:21:25.983Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:73: No driver to put!
10:21:25 [2021-04-02T10:21:25.983Z] 
10:21:25 [2021-04-02T10:21:25.983Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
10:21:25 [2021-04-02T10:21:25.983Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
10:21:25 [2021-04-02T10:21:25.983Z] 
10:21:25 [2021-04-02T10:21:25.983Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
10:21:25 [2021-04-02T10:21:25.983Z]     overlay_test.go:49: Fails to compute changes intermittently
10:21:25 [2021-04-02T10:21:25.983Z] 
10:21:25 [2021-04-02T10:21:25.983Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
10:21:25 [2021-04-02T10:21:25.983Z]     overlay_test.go:65: Cannot run test with naive change algorithm
10:21:25 [2021-04-02T10:21:25.983Z] 
10:21:25 [2021-04-02T10:21:25.983Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
10:21:25 [2021-04-02T10:21:25.983Z] 
10:21:25 [2021-04-02T10:21:25.983Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:46: Driver zfs not supported
10:21:25 [2021-04-02T10:21:25.983Z] 
10:21:25 [2021-04-02T10:21:25.983Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:46: Driver zfs not supported
10:21:25 [2021-04-02T10:21:25.983Z] 
10:21:25 [2021-04-02T10:21:25.983Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:21:25 [2021-04-02T10:21:25.983Z]     graphtest_unix.go:46: Driver zfs not supported
10:21:25 [2021-04-02T10:21:25.983Z] 
10:21:25 [2021-04-02T10:21:25.984Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
10:21:25 [2021-04-02T10:21:25.984Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:21:25 [2021-04-02T10:21:25.984Z]     graphtest_unix.go:46: Driver zfs not supported
10:21:25 [2021-04-02T10:21:25.984Z] 
10:21:25 [2021-04-02T10:21:25.984Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
10:21:25 [2021-04-02T10:21:25.984Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:21:25 [2021-04-02T10:21:25.984Z]     graphtest_unix.go:46: Driver zfs not supported
10:21:25 [2021-04-02T10:21:25.984Z] 
10:21:25 [2021-04-02T10:21:25.984Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
10:21:25 [2021-04-02T10:21:25.984Z]     graphtest_unix.go:73: No driver to put!
10:21:25 [2021-04-02T10:21:25.984Z] 
10:21:25 [2021-04-02T10:21:25.984Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
10:21:25 [2021-04-02T10:21:25.984Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
10:21:25 [2021-04-02T10:21:25.984Z] 
10:21:25 [2021-04-02T10:21:25.984Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
10:21:25 [2021-04-02T10:21:25.984Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
10:21:25 [2021-04-02T10:21:25.984Z] 
10:21:25 [2021-04-02T10:21:25.984Z] 
10:21:25 [2021-04-02T10:21:25.984Z] DONE 2247 tests, 26 skipped in 254.908s
Post stage
[Pipeline] junit
10:21:26 [2021-04-02T10:21:26.001Z] Recording test results
10:21:26 [2021-04-02T10:21:26.069Z] === RUN   TestDockerNetworkMacvlan/Subinterface
10:21:26 [2021-04-02T10:21:26.321Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
10:21:26 [2021-04-02T10:21:26.664Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42182/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 hack/validate/vendor
10:21:27 [2021-04-02T10:21:27.448Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
10:21:27 [2021-04-02T10:21:27.605Z] No vendor changes in diff.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
10:21:28 [2021-04-02T10:21:28.260Z] + echo Ensuring container killed.
10:21:28 [2021-04-02T10:21:28.260Z] Ensuring container killed.
10:21:28 [2021-04-02T10:21:28.260Z] + docker rm -vf docker-pr6
10:21:28 [2021-04-02T10:21:28.260Z] Error: No such container: docker-pr6
[Pipeline] sh
10:21:28 [2021-04-02T10:21:28.390Z] === RUN   TestDockerNetworkMacvlan/NilParent
10:21:28 [2021-04-02T10:21:28.583Z] + echo Chowning /workspace to jenkins user
10:21:28 [2021-04-02T10:21:28.583Z] Chowning /workspace to jenkins user
10:21:28 [2021-04-02T10:21:28.583Z] + id -u
10:21:28 [2021-04-02T10:21:28.583Z] + id -g
10:21:28 [2021-04-02T10:21:28.583Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42182:/workspace busybox chown -R 1000:1000 /workspace
10:21:29 [2021-04-02T10:21:29.328Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
10:21:29 [2021-04-02T10:21:29.840Z] + bundleName=unit
10:21:29 [2021-04-02T10:21:29.840Z] + echo Creating unit-bundles.tar.gz
10:21:29 [2021-04-02T10:21:29.840Z] Creating unit-bundles.tar.gz
10:21:29 [2021-04-02T10:21:29.840Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out
10:21:29 [2021-04-02T10:21:29.840Z] bundles/junit-report.xml
10:21:29 [2021-04-02T10:21:29.840Z] bundles/go-test-report.json
10:21:29 [2021-04-02T10:21:29.840Z] bundles/profile.out
[Pipeline] archiveArtifacts
10:21:29 [2021-04-02T10:21:29.848Z] Archiving artifacts
10:21:30 [2021-04-02T10:21:30.297Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42182/6/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
10:21:30 [2021-04-02T10:21:30.612Z] + make clean
10:21:30 [2021-04-02T10:21:30.715Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
10:21:30 [2021-04-02T10:21:30.867Z] docker volume rm -f docker-dev-cache
10:21:30 [2021-04-02T10:21:30.867Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
10:21:32 [2021-04-02T10:21:32.621Z] === RUN   TestDockerNetworkMacvlan/InternalMode
10:21:33 [2021-04-02T10:21:33.558Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
10:21:33 [2021-04-02T10:21:33.558Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
10:21:36 [2021-04-02T10:21:36.848Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
10:21:38 [2021-04-02T10:21:38.756Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
10:21:39 [2021-04-02T10:21:39.324Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
10:21:41 [2021-04-02T10:21:41.863Z] === RUN   TestDockerSuite/TestBuildMultipleTags
10:21:42 [2021-04-02T10:21:42.123Z] === RUN   TestDockerSuite/TestBuildNetContainer
10:21:45 [2021-04-02T10:21:45.419Z] === RUN   TestDockerSuite/TestBuildNetNone
10:21:45 [2021-04-02T10:21:45.678Z] === RUN   TestDockerNetworkMacvlan/Addressing
10:21:45 [2021-04-02T10:21:45.938Z] === RUN   TestDockerSuite/TestBuildNoContext
10:21:47 [2021-04-02T10:21:47.322Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
10:21:48 [2021-04-02T10:21:48.260Z] --- PASS: TestDockerNetworkMacvlan (23.46s)
10:21:48 [2021-04-02T10:21:48.260Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.13s)
10:21:48 [2021-04-02T10:21:48.260Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.18s)
10:21:48 [2021-04-02T10:21:48.260Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.78s)
10:21:48 [2021-04-02T10:21:48.260Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (3.18s)
10:21:48 [2021-04-02T10:21:48.260Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (6.98s)
10:21:48 [2021-04-02T10:21:48.260Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (2.32s)
10:21:48 [2021-04-02T10:21:48.260Z] PASS
10:21:48 [2021-04-02T10:21:48.260Z] 
10:21:48 [2021-04-02T10:21:48.260Z] DONE 8 tests in 25.895s
10:21:48 [2021-04-02T10:21:48.260Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
10:21:48 [2021-04-02T10:21:48.260Z] ++ 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
10:21:48 [2021-04-02T10:21:48.260Z] ++ set -e
10:21:48 [2021-04-02T10:21:48.260Z] ++ '[' -n 0 ']'
10:21:48 [2021-04-02T10:21:48.260Z] ++ set -x
10:21:48 [2021-04-02T10:21:48.260Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
10:21:48 [2021-04-02T10:21:48.260Z] testing: warning: no tests to run
10:21:48 [2021-04-02T10:21:48.260Z] PASS
10:21:48 [2021-04-02T10:21:48.260Z] 
10:21:48 [2021-04-02T10:21:48.260Z] DONE 0 tests in 0.033s
10:21:48 [2021-04-02T10:21:48.260Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
10:21:48 [2021-04-02T10:21:48.260Z] ++ 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
10:21:48 [2021-04-02T10:21:48.260Z] ++ set -e
10:21:48 [2021-04-02T10:21:48.260Z] ++ '[' -n 0 ']'
10:21:48 [2021-04-02T10:21:48.261Z] ++ set -x
10:21:48 [2021-04-02T10:21:48.261Z] ++ env -i DEST=/go/src/github.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
10:21:48 [2021-04-02T10:21:48.261Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
10:21:48 [2021-04-02T10:21:48.519Z] INFO: Testing against a local daemon
10:21:48 [2021-04-02T10:21:48.519Z] === RUN   TestAuthZPluginAllowRequest
10:21:50 [2021-04-02T10:21:50.436Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
10:21:50 [2021-04-02T10:21:50.436Z] --- PASS: TestAuthZPluginAllowRequest (2.13s)
10:21:50 [2021-04-02T10:21:50.436Z] === RUN   TestAuthZPluginTLS
10:21:51 [2021-04-02T10:21:51.019Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
10:21:51 [2021-04-02T10:21:51.019Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
10:21:51 [2021-04-02T10:21:51.278Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
10:21:51 [2021-04-02T10:21:51.538Z] --- PASS: TestAuthZPluginTLS (0.90s)
10:21:51 [2021-04-02T10:21:51.538Z] === RUN   TestAuthZPluginDenyRequest
10:21:51 [2021-04-02T10:21:51.538Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
10:21:52 [2021-04-02T10:21:52.107Z] === RUN   TestDockerSuite/TestBuildOnBuild
10:21:52 [2021-04-02T10:21:52.366Z] --- PASS: TestAuthZPluginDenyRequest (0.79s)
10:21:52 [2021-04-02T10:21:52.366Z] === RUN   TestAuthZPluginAPIDenyResponse
10:21:52 [2021-04-02T10:21:52.934Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.76s)
10:21:52 [2021-04-02T10:21:52.934Z] === RUN   TestAuthZPluginDenyResponse
10:21:53 [2021-04-02T10:21:53.874Z] --- PASS: TestAuthZPluginDenyResponse (0.76s)
10:21:53 [2021-04-02T10:21:53.875Z] === RUN   TestAuthZPluginAllowEventStream
10:21:54 [2021-04-02T10:21:54.442Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
10:21:55 [2021-04-02T10:21:55.010Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
10:21:55 [2021-04-02T10:21:55.948Z] --- PASS: TestAuthZPluginAllowEventStream (2.15s)
10:21:55 [2021-04-02T10:21:55.948Z] === RUN   TestAuthZPluginErrorResponse
10:21:56 [2021-04-02T10:21:56.207Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
10:21:56 [2021-04-02T10:21:56.777Z] --- PASS: TestAuthZPluginErrorResponse (0.83s)
10:21:56 [2021-04-02T10:21:56.777Z] === RUN   TestAuthZPluginErrorRequest
10:21:57 [2021-04-02T10:21:57.715Z] --- PASS: TestAuthZPluginErrorRequest (0.82s)
10:21:57 [2021-04-02T10:21:57.715Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
10:21:58 [2021-04-02T10:21:58.284Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
10:21:58 [2021-04-02T10:21:58.544Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.89s)
10:21:58 [2021-04-02T10:21:58.544Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
10:22:00 [2021-04-02T10:22:00.451Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
10:22:01 [2021-04-02T10:22:01.830Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (3.21s)
10:22:01 [2021-04-02T10:22:01.830Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
10:22:02 [2021-04-02T10:22:02.769Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
10:22:04 [2021-04-02T10:22:04.148Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.48s)
10:22:04 [2021-04-02T10:22:04.148Z] === RUN   TestAuthZPluginHeader
10:22:04 [2021-04-02T10:22:04.407Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
10:22:05 [2021-04-02T10:22:05.345Z] --- PASS: TestAuthZPluginHeader (1.05s)
10:22:05 [2021-04-02T10:22:05.345Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
10:22:05 [2021-04-02T10:22:05.604Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
10:22:06 [2021-04-02T10:22:06.173Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
10:22:10 [2021-04-02T10:22:10.385Z] === RUN   TestDockerSuite/TestBuildPATH
10:22:10 [2021-04-02T10:22:10.644Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (5.42s)
10:22:10 [2021-04-02T10:22:10.644Z] === RUN   TestAuthZPluginV2Disable
10:22:12 [2021-04-02T10:22:12.021Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
10:22:12 [2021-04-02T10:22:12.592Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
10:22:13 [2021-04-02T10:22:13.971Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
10:22:14 [2021-04-02T10:22:14.910Z] --- PASS: TestAuthZPluginV2Disable (4.14s)
10:22:14 [2021-04-02T10:22:14.910Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
10:22:19 [2021-04-02T10:22:19.103Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.94s)
10:22:19 [2021-04-02T10:22:19.103Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
10:22:23 [2021-04-02T10:22:23.299Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
10:22:29 [2021-04-02T10:22:29.870Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
10:22:31 [2021-04-02T10:22:31.774Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.96s)
10:22:31 [2021-04-02T10:22:31.774Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
10:22:34 [2021-04-02T10:22:34.328Z] === RUN   TestDockerSuite/TestBuildRm
10:22:36 [2021-04-02T10:22:36.862Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
10:22:37 [2021-04-02T10:22:37.799Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
10:22:38 [2021-04-02T10:22:38.367Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
10:22:38 [2021-04-02T10:22:38.626Z] === RUN   TestDockerSuite/TestBuildScratchCopy
10:22:39 [2021-04-02T10:22:39.194Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
10:22:39 [2021-04-02T10:22:39.453Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
10:22:40 [2021-04-02T10:22:40.834Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
10:22:42 [2021-04-02T10:22:42.212Z] === RUN   TestDockerSuite/TestBuildShellInherited
10:22:43 [2021-04-02T10:22:43.152Z] === RUN   TestDockerSuite/TestBuildShellMultiple
10:22:47 [2021-04-02T10:22:47.343Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
10:22:47 [2021-04-02T10:22:47.343Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
10:22:47 [2021-04-02T10:22:47.343Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
10:22:47 [2021-04-02T10:22:47.343Z] === RUN   TestDockerSuite/TestBuildSpaces
10:22:47 [2021-04-02T10:22:47.343Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
10:22:48 [2021-04-02T10:22:48.281Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
10:22:48 [2021-04-02T10:22:48.281Z] === RUN   TestDockerSuite/TestBuildStderr
10:22:49 [2021-04-02T10:22:49.219Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
10:22:49 [2021-04-02T10:22:49.788Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.11s)
10:22:49 [2021-04-02T10:22:49.788Z] PASS
10:22:49 [2021-04-02T10:22:49.788Z] 
10:22:49 [2021-04-02T10:22:49.788Z] DONE 17 tests in 61.485s
10:22:49 [2021-04-02T10:22:49.788Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
10:22:49 [2021-04-02T10:22:49.788Z] ++ 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
10:22:49 [2021-04-02T10:22:49.788Z] ++ set -e
10:22:49 [2021-04-02T10:22:49.788Z] ++ '[' -n 0 ']'
10:22:49 [2021-04-02T10:22:49.788Z] ++ set -x
10:22:49 [2021-04-02T10:22:49.789Z] ++ env -i DEST=/go/src/github.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
10:22:50 [2021-04-02T10:22:50.049Z] INFO: Testing against a local daemon
10:22:50 [2021-04-02T10:22:50.049Z] === RUN   TestPluginInvalidJSON
10:22:50 [2021-04-02T10:22:50.049Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
10:22:50 [2021-04-02T10:22:50.049Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
10:22:50 [2021-04-02T10:22:50.049Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
10:22:50 [2021-04-02T10:22:50.049Z] --- PASS: TestPluginInvalidJSON (0.02s)
10:22:50 [2021-04-02T10:22:50.049Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s)
10:22:50 [2021-04-02T10:22:50.049Z] === RUN   TestPluginInstall
10:22:50 [2021-04-02T10:22:50.049Z] === RUN   TestPluginInstall/no_auth
10:22:52 [2021-04-02T10:22:52.592Z] time="2021-04-02T10:22:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:22:52 [2021-04-02T10:22:52.592Z] time="2021-04-02T10:22:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9fe8f25d384f796afc99cfdb5c31fdd6f65cb5f840ee245a8f6c5b9271a292b9" mediatype=application/vnd.docker.plugin.v1+json size=522
10:22:52 [2021-04-02T10:22:52.592Z] time="2021-04-02T10:22:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:22:52 [2021-04-02T10:22:52.592Z] time="2021-04-02T10:22:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9fe8f25d384f796afc99cfdb5c31fdd6f65cb5f840ee245a8f6c5b9271a292b9" mediatype=application/vnd.docker.plugin.v1+json size=522
10:22:52 [2021-04-02T10:22:52.851Z] === RUN   TestPluginInstall/with_htpasswd
10:22:53 [2021-04-02T10:22:53.788Z] time="2021-04-02T10:22:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:22:53 [2021-04-02T10:22:53.788Z] time="2021-04-02T10:22:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6d6c5c43b7de27ecb387142ef45dddd4cced2c1e8804de654fa40b7f940d1c7f" mediatype=application/vnd.docker.plugin.v1+json size=522
10:22:53 [2021-04-02T10:22:53.788Z] time="2021-04-02T10:22:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:22:53 [2021-04-02T10:22:53.788Z] time="2021-04-02T10:22:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6d6c5c43b7de27ecb387142ef45dddd4cced2c1e8804de654fa40b7f940d1c7f" mediatype=application/vnd.docker.plugin.v1+json size=522
10:22:54 [2021-04-02T10:22:54.046Z] === RUN   TestPluginInstall/with_insecure
10:22:54 [2021-04-02T10:22:54.305Z] === RUN   TestDockerSuite/TestBuildStopSignal
10:22:55 [2021-04-02T10:22:55.242Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
10:22:55 [2021-04-02T10:22:55.503Z] time="2021-04-02T10:22:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:22:55 [2021-04-02T10:22:55.503Z] time="2021-04-02T10:22:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:708ad194cc7315a954f4a0fe186c5c3c9e6724c8104225bd2e1652b295ba70c8" mediatype=application/vnd.docker.plugin.v1+json size=522
10:22:55 [2021-04-02T10:22:55.503Z] time="2021-04-02T10:22:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:22:55 [2021-04-02T10:22:55.503Z] time="2021-04-02T10:22:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:708ad194cc7315a954f4a0fe186c5c3c9e6724c8104225bd2e1652b295ba70c8" mediatype=application/vnd.docker.plugin.v1+json size=522
10:22:55 [2021-04-02T10:22:55.763Z] --- PASS: TestPluginInstall (5.90s)
10:22:55 [2021-04-02T10:22:55.763Z]     --- PASS: TestPluginInstall/no_auth (2.99s)
10:22:55 [2021-04-02T10:22:55.763Z]     --- PASS: TestPluginInstall/with_htpasswd (1.12s)
10:22:55 [2021-04-02T10:22:55.763Z]     --- PASS: TestPluginInstall/with_insecure (1.79s)
10:22:55 [2021-04-02T10:22:55.763Z]         plugin_test.go:160: [d5d9a5948d574] daemon is not started
10:22:55 [2021-04-02T10:22:55.763Z] === RUN   TestPluginsWithRuntimes
10:22:56 [2021-04-02T10:22:56.702Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
10:22:57 [2021-04-02T10:22:57.271Z] === RUN   TestDockerSuite/TestBuildTagEvent
10:22:58 [2021-04-02T10:22:58.208Z] === RUN   TestPluginsWithRuntimes/No_Args
10:22:58 [2021-04-02T10:22:58.208Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
10:22:59 [2021-04-02T10:22:59.587Z] === RUN   TestDockerSuite/TestBuildUser
10:22:59 [2021-04-02T10:22:59.846Z] === RUN   TestPluginsWithRuntimes/With_Args
10:23:01 [2021-04-02T10:23:01.752Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
10:23:01 [2021-04-02T10:23:01.752Z] --- PASS: TestPluginsWithRuntimes (5.64s)
10:23:01 [2021-04-02T10:23:01.752Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.68s)
10:23:01 [2021-04-02T10:23:01.752Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.68s)
10:23:01 [2021-04-02T10:23:01.752Z] PASS
10:23:01 [2021-04-02T10:23:01.752Z] 
10:23:01 [2021-04-02T10:23:01.752Z] DONE 9 tests in 11.710s
10:23:01 [2021-04-02T10:23:01.752Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
10:23:01 [2021-04-02T10:23:01.752Z] ++ 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
10:23:01 [2021-04-02T10:23:01.752Z] ++ set -e
10:23:01 [2021-04-02T10:23:01.752Z] ++ '[' -n 0 ']'
10:23:01 [2021-04-02T10:23:01.752Z] ++ set -x
10:23:01 [2021-04-02T10:23:01.752Z] ++ env -i DEST=/go/src/github.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
10:23:01 [2021-04-02T10:23:01.752Z] INFO: Testing against a local daemon
10:23:01 [2021-04-02T10:23:01.752Z] === RUN   TestExternalGraphDriver
10:23:01 [2021-04-02T10:23:01.752Z] === RUN   TestExternalGraphDriver/json
10:23:03 [2021-04-02T10:23:03.130Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
10:23:05 [2021-04-02T10:23:05.037Z] === RUN   TestExternalGraphDriver/spec
10:23:05 [2021-04-02T10:23:05.975Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
10:23:08 [2021-04-02T10:23:08.512Z] === RUN   TestExternalGraphDriver/pull
10:23:11 [2021-04-02T10:23:11.810Z] --- PASS: TestExternalGraphDriver (9.82s)
10:23:11 [2021-04-02T10:23:11.810Z]     --- PASS: TestExternalGraphDriver/json (3.23s)
10:23:11 [2021-04-02T10:23:11.810Z]     --- PASS: TestExternalGraphDriver/spec (3.53s)
10:23:11 [2021-04-02T10:23:11.810Z]     --- PASS: TestExternalGraphDriver/pull (2.94s)
10:23:11 [2021-04-02T10:23:11.810Z] === RUN   TestGraphdriverPluginV2
10:23:17 [2021-04-02T10:23:17.082Z] --- PASS: TestGraphdriverPluginV2 (5.10s)
10:23:17 [2021-04-02T10:23:17.083Z] PASS
10:23:17 [2021-04-02T10:23:17.083Z] 
10:23:17 [2021-04-02T10:23:17.083Z] DONE 5 tests in 15.073s
10:23:17 [2021-04-02T10:23:17.083Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
10:23:17 [2021-04-02T10:23:17.083Z] ++ 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
10:23:17 [2021-04-02T10:23:17.083Z] ++ set -e
10:23:17 [2021-04-02T10:23:17.083Z] ++ '[' -n 0 ']'
10:23:17 [2021-04-02T10:23:17.083Z] ++ set -x
10:23:17 [2021-04-02T10:23:17.083Z] ++ env -i DEST=/go/src/github.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
10:23:17 [2021-04-02T10:23:17.083Z] INFO: Testing against a local daemon
10:23:17 [2021-04-02T10:23:17.083Z] === RUN   TestContinueAfterPluginCrash
10:23:17 [2021-04-02T10:23:17.083Z] === PAUSE TestContinueAfterPluginCrash
10:23:17 [2021-04-02T10:23:17.083Z] === RUN   TestReadPluginNoRead
10:23:17 [2021-04-02T10:23:17.083Z] === PAUSE TestReadPluginNoRead
10:23:17 [2021-04-02T10:23:17.083Z] === RUN   TestDaemonStartWithLogOpt
10:23:17 [2021-04-02T10:23:17.083Z] === PAUSE TestDaemonStartWithLogOpt
10:23:17 [2021-04-02T10:23:17.083Z] === CONT  TestContinueAfterPluginCrash
10:23:17 [2021-04-02T10:23:17.083Z] === CONT  TestDaemonStartWithLogOpt
10:23:22 [2021-04-02T10:23:22.356Z] --- PASS: TestDaemonStartWithLogOpt (5.45s)
10:23:22 [2021-04-02T10:23:22.356Z] === CONT  TestReadPluginNoRead
10:23:24 [2021-04-02T10:23:24.893Z] === RUN   TestDockerSuite/TestBuildVerboseOut
10:23:25 [2021-04-02T10:23:25.829Z] === RUN   TestReadPluginNoRead/default
10:23:25 [2021-04-02T10:23:25.829Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
10:23:26 [2021-04-02T10:23:26.088Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
10:23:27 [2021-04-02T10:23:27.469Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
10:23:27 [2021-04-02T10:23:27.469Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
10:23:28 [2021-04-02T10:23:28.038Z] --- PASS: TestContinueAfterPluginCrash (11.17s)
10:23:28 [2021-04-02T10:23:28.038Z] === RUN   TestReadPluginNoRead/disabled_caching
10:23:28 [2021-04-02T10:23:28.976Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
10:23:30 [2021-04-02T10:23:30.884Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
10:23:31 [2021-04-02T10:23:31.454Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
10:23:31 [2021-04-02T10:23:31.454Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
10:23:31 [2021-04-02T10:23:31.715Z] === RUN   TestDockerSuite/TestBuildWindowsUser
10:23:31 [2021-04-02T10:23:31.715Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
10:23:31 [2021-04-02T10:23:31.715Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
10:23:33 [2021-04-02T10:23:33.094Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
10:23:33 [2021-04-02T10:23:33.361Z] --- PASS: TestReadPluginNoRead (11.06s)
10:23:33 [2021-04-02T10:23:33.361Z]     --- PASS: TestReadPluginNoRead/default (2.36s)
10:23:33 [2021-04-02T10:23:33.361Z]     --- PASS: TestReadPluginNoRead/disabled_caching (2.73s)
10:23:33 [2021-04-02T10:23:33.361Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.54s)
10:23:33 [2021-04-02T10:23:33.361Z]     read_test.go:92: [da4aaebfcae5b] daemon is not started
10:23:33 [2021-04-02T10:23:33.361Z] PASS
10:23:33 [2021-04-02T10:23:33.361Z] 
10:23:33 [2021-04-02T10:23:33.361Z] DONE 6 tests in 16.716s
10:23:33 [2021-04-02T10:23:33.361Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
10:23:33 [2021-04-02T10:23:33.361Z] ++ 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
10:23:33 [2021-04-02T10:23:33.361Z] ++ set -e
10:23:33 [2021-04-02T10:23:33.361Z] ++ '[' -n 0 ']'
10:23:33 [2021-04-02T10:23:33.361Z] ++ set -x
10:23:33 [2021-04-02T10:23:33.361Z] ++ env -i DEST=/go/src/github.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
10:23:33 [2021-04-02T10:23:33.361Z] testing: warning: no tests to run
10:23:33 [2021-04-02T10:23:33.361Z] PASS
10:23:33 [2021-04-02T10:23:33.361Z] 
10:23:33 [2021-04-02T10:23:33.361Z] DONE 0 tests in 0.048s
10:23:33 [2021-04-02T10:23:33.361Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
10:23:33 [2021-04-02T10:23:33.361Z] ++ 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
10:23:33 [2021-04-02T10:23:33.361Z] ++ set -e
10:23:33 [2021-04-02T10:23:33.361Z] ++ '[' -n 0 ']'
10:23:33 [2021-04-02T10:23:33.361Z] ++ set -x
10:23:33 [2021-04-02T10:23:33.361Z] ++ env -i DEST=/go/src/github.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
10:23:33 [2021-04-02T10:23:33.629Z] INFO: Testing against a local daemon
10:23:33 [2021-04-02T10:23:33.629Z] === RUN   TestPluginWithDevMounts
10:23:33 [2021-04-02T10:23:33.629Z] === PAUSE TestPluginWithDevMounts
10:23:33 [2021-04-02T10:23:33.629Z] === CONT  TestPluginWithDevMounts
10:23:34 [2021-04-02T10:23:34.199Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
10:23:34 [2021-04-02T10:23:34.458Z] === RUN   TestDockerSuite/TestBuildWithFailure
10:23:35 [2021-04-02T10:23:35.838Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
10:23:36 [2021-04-02T10:23:36.098Z] --- PASS: TestPluginWithDevMounts (2.34s)
10:23:36 [2021-04-02T10:23:36.098Z] PASS
10:23:36 [2021-04-02T10:23:36.098Z] 
10:23:36 [2021-04-02T10:23:36.098Z] DONE 1 tests in 2.556s
10:23:36 [2021-04-02T10:23:36.098Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
10:23:36 [2021-04-02T10:23:36.098Z] ++ 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
10:23:36 [2021-04-02T10:23:36.098Z] ++ set -e
10:23:36 [2021-04-02T10:23:36.098Z] ++ '[' -n 0 ']'
10:23:36 [2021-04-02T10:23:36.098Z] ++ set -x
10:23:36 [2021-04-02T10:23:36.098Z] ++ env -i DEST=/go/src/github.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
10:23:36 [2021-04-02T10:23:36.358Z] INFO: Testing against a local daemon
10:23:36 [2021-04-02T10:23:36.358Z] === RUN   TestSecretInspect
10:23:36 [2021-04-02T10:23:36.928Z] === RUN   TestDockerSuite/TestBuildWithTabs
10:23:38 [2021-04-02T10:23:38.312Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
10:23:38 [2021-04-02T10:23:38.312Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
10:23:39 [2021-04-02T10:23:39.249Z] --- PASS: TestSecretInspect (3.00s)
10:23:39 [2021-04-02T10:23:39.249Z] === RUN   TestSecretList
10:23:41 [2021-04-02T10:23:41.792Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
10:23:42 [2021-04-02T10:23:42.052Z] --- PASS: TestSecretList (2.91s)
10:23:42 [2021-04-02T10:23:42.052Z] === RUN   TestSecretsCreateAndDelete
10:23:43 [2021-04-02T10:23:43.431Z] === RUN   TestDockerSuite/TestBuildWithVolumes
10:23:44 [2021-04-02T10:23:44.371Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
10:23:44 [2021-04-02T10:23:44.630Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
10:23:44 [2021-04-02T10:23:44.630Z] --- PASS: TestSecretsCreateAndDelete (2.39s)
10:23:44 [2021-04-02T10:23:44.630Z] === RUN   TestSecretsUpdate
10:23:45 [2021-04-02T10:23:45.199Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
10:23:45 [2021-04-02T10:23:45.199Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
10:23:45 [2021-04-02T10:23:45.767Z] === RUN   TestDockerSuite/TestBuildXZHost
10:23:47 [2021-04-02T10:23:47.673Z] --- PASS: TestSecretsUpdate (2.82s)
10:23:47 [2021-04-02T10:23:47.673Z] === RUN   TestTemplatedSecret
10:23:47 [2021-04-02T10:23:47.673Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
10:23:48 [2021-04-02T10:23:48.242Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
10:23:48 [2021-04-02T10:23:48.502Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
10:23:48 [2021-04-02T10:23:48.502Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
10:23:49 [2021-04-02T10:23:49.441Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
10:23:51 [2021-04-02T10:23:51.353Z] === RUN   TestDockerSuite/TestCommitChange
10:23:53 [2021-04-02T10:23:53.262Z] --- PASS: TestTemplatedSecret (5.74s)
10:23:53 [2021-04-02T10:23:53.262Z] === RUN   TestSecretCreateResolve
10:23:53 [2021-04-02T10:23:53.262Z] === RUN   TestDockerSuite/TestCommitChangeLabels
10:23:54 [2021-04-02T10:23:54.641Z] === RUN   TestDockerSuite/TestCommitHardlink
10:23:56 [2021-04-02T10:23:56.548Z] --- PASS: TestSecretCreateResolve (3.20s)
10:23:56 [2021-04-02T10:23:56.548Z] PASS
10:23:56 [2021-04-02T10:23:56.548Z] 
10:23:56 [2021-04-02T10:23:56.548Z] DONE 6 tests in 20.246s
10:23:56 [2021-04-02T10:23:56.548Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
10:23:56 [2021-04-02T10:23:56.548Z] ++ 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
10:23:56 [2021-04-02T10:23:56.548Z] ++ set -e
10:23:56 [2021-04-02T10:23:56.548Z] ++ '[' -n 0 ']'
10:23:56 [2021-04-02T10:23:56.548Z] ++ set -x
10:23:56 [2021-04-02T10:23:56.548Z] ++ env -i DEST=/go/src/github.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
10:23:56 [2021-04-02T10:23:56.548Z] INFO: Testing against a local daemon
10:23:56 [2021-04-02T10:23:56.548Z] === RUN   TestServiceCreateInit
10:23:56 [2021-04-02T10:23:56.548Z] === RUN   TestServiceCreateInit/daemonInitDisabled
10:23:56 [2021-04-02T10:23:56.548Z] === RUN   TestDockerSuite/TestCommitNewFile
10:23:58 [2021-04-02T10:23:58.453Z] === RUN   TestDockerSuite/TestCommitPausedContainer
10:23:59 [2021-04-02T10:23:59.832Z] === RUN   TestDockerSuite/TestCommitTTY
10:24:02 [2021-04-02T10:24:02.370Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
10:24:02 [2021-04-02T10:24:02.370Z] === RUN   TestServiceCreateInit/daemonInitEnabled
10:24:02 [2021-04-02T10:24:02.939Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
10:24:05 [2021-04-02T10:24:05.474Z] === RUN   TestDockerSuite/TestCommitWithoutPause
10:24:06 [2021-04-02T10:24:06.410Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
10:24:06 [2021-04-02T10:24:06.410Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
10:24:06 [2021-04-02T10:24:06.410Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
10:24:06 [2021-04-02T10:24:06.670Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
10:24:06 [2021-04-02T10:24:06.670Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
10:24:06 [2021-04-02T10:24:06.670Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
10:24:06 [2021-04-02T10:24:06.670Z] === RUN   TestDockerSuite/TestContainerAPICommit
10:24:08 [2021-04-02T10:24:08.050Z] --- PASS: TestServiceCreateInit (11.40s)
10:24:08 [2021-04-02T10:24:08.050Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.76s)
10:24:08 [2021-04-02T10:24:08.050Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.61s)
10:24:08 [2021-04-02T10:24:08.050Z] === RUN   TestCreateServiceMultipleTimes
10:24:08 [2021-04-02T10:24:08.619Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
10:24:11 [2021-04-02T10:24:11.182Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
10:24:11 [2021-04-02T10:24:11.182Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
10:24:11 [2021-04-02T10:24:11.751Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
10:24:13 [2021-04-02T10:24:13.130Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
10:24:14 [2021-04-02T10:24:14.510Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
10:24:15 [2021-04-02T10:24:15.079Z] === RUN   TestDockerSuite/TestContainerAPICreate
10:24:16 [2021-04-02T10:24:16.461Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
10:24:16 [2021-04-02T10:24:16.461Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
10:24:16 [2021-04-02T10:24:16.461Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
10:24:17 [2021-04-02T10:24:17.400Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
10:24:17 [2021-04-02T10:24:17.400Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
10:24:17 [2021-04-02T10:24:17.659Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
10:24:17 [2021-04-02T10:24:17.659Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
10:24:17 [2021-04-02T10:24:17.659Z] === RUN   TestDockerSuite/TestContainerAPIDelete
10:24:19 [2021-04-02T10:24:19.038Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
10:24:19 [2021-04-02T10:24:19.975Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
10:24:20 [2021-04-02T10:24:20.912Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
10:24:20 [2021-04-02T10:24:20.912Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
10:24:22 [2021-04-02T10:24:22.817Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
10:24:23 [2021-04-02T10:24:23.387Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
10:24:23 [2021-04-02T10:24:23.387Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
10:24:24 [2021-04-02T10:24:24.323Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
10:24:24 [2021-04-02T10:24:24.891Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
10:24:25 [2021-04-02T10:24:25.827Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
10:24:26 [2021-04-02T10:24:26.547Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
10:24:26 [2021-04-02T10:24:26.547Z] === RUN   TestDockerSuite/TestContainerAPIKill
10:24:27 [2021-04-02T10:24:27.116Z] === RUN   TestDockerSuite/TestContainerAPIPause
10:24:28 [2021-04-02T10:24:28.053Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
10:24:28 [2021-04-02T10:24:28.621Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
10:24:28 [2021-04-02T10:24:28.621Z] === RUN   TestDockerSuite/TestContainerAPIRename
10:24:29 [2021-04-02T10:24:29.558Z] === RUN   TestDockerSuite/TestContainerAPIRestart
10:24:29 [2021-04-02T10:24:29.558Z] --- PASS: TestCreateServiceMultipleTimes (21.73s)
10:24:29 [2021-04-02T10:24:29.559Z] === RUN   TestCreateServiceConflict
10:24:31 [2021-04-02T10:24:31.463Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
10:24:32 [2021-04-02T10:24:32.401Z] --- PASS: TestCreateServiceConflict (2.78s)
10:24:32 [2021-04-02T10:24:32.401Z] === RUN   TestCreateServiceMaxReplicas
10:24:32 [2021-04-02T10:24:32.971Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
10:24:32 [2021-04-02T10:24:32.971Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
10:24:32 [2021-04-02T10:24:32.972Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
10:24:32 [2021-04-02T10:24:32.972Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
10:24:33 [2021-04-02T10:24:33.231Z] === RUN   TestDockerSuite/TestContainerAPIStart
10:24:33 [2021-04-02T10:24:33.799Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
10:24:36 [2021-04-02T10:24:36.334Z] --- PASS: TestCreateServiceMaxReplicas (3.55s)
10:24:36 [2021-04-02T10:24:36.334Z] === RUN   TestCreateWithDuplicateNetworkNames
10:24:38 [2021-04-02T10:24:38.870Z] === RUN   TestDockerSuite/TestContainerAPIStop
10:24:39 [2021-04-02T10:24:39.437Z] === RUN   TestDockerSuite/TestContainerAPITop
10:24:40 [2021-04-02T10:24:40.375Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
10:24:40 [2021-04-02T10:24:40.375Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
10:24:40 [2021-04-02T10:24:40.375Z] === RUN   TestDockerSuite/TestContainerAPIWait
10:24:40 [2021-04-02T10:24:40.634Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
10:24:43 [2021-04-02T10:24:43.169Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
10:24:44 [2021-04-02T10:24:44.107Z] === RUN   TestDockerSuite/TestContainerNetworkMode
10:24:46 [2021-04-02T10:24:46.014Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
10:24:50 [2021-04-02T10:24:50.205Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.77s)
10:24:50 [2021-04-02T10:24:50.205Z] === RUN   TestCreateServiceSecretFileMode
10:24:54 [2021-04-02T10:24:54.399Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
10:24:54 [2021-04-02T10:24:54.662Z] --- PASS: TestCreateServiceSecretFileMode (4.91s)
10:24:54 [2021-04-02T10:24:54.662Z] === RUN   TestCreateServiceConfigFileMode
10:24:55 [2021-04-02T10:24:55.600Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
10:24:58 [2021-04-02T10:24:58.134Z] --- PASS: TestCreateServiceConfigFileMode (3.37s)
10:24:58 [2021-04-02T10:24:58.134Z] === RUN   TestCreateServiceSysctls
10:24:58 [2021-04-02T10:24:58.134Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
10:25:00 [2021-04-02T10:25:00.041Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
10:25:00 [2021-04-02T10:25:00.610Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
10:25:01 [2021-04-02T10:25:01.990Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>}
10:25:02 [2021-04-02T10:25:02.250Z] --- PASS: TestCreateServiceSysctls (4.35s)
10:25:02 [2021-04-02T10:25:02.250Z] === RUN   TestCreateServiceCapabilities
10:25:04 [2021-04-02T10:25:04.157Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>}
10:25:06 [2021-04-02T10:25:06.074Z] --- PASS: TestCreateServiceCapabilities (3.50s)
10:25:06 [2021-04-02T10:25:06.074Z] === RUN   TestInspect
10:25:06 [2021-04-02T10:25:06.074Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>}
10:25:07 [2021-04-02T10:25:07.977Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>}
10:25:09 [2021-04-02T10:25:09.884Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000317dc0_<nil>}
10:25:09 [2021-04-02T10:25:09.884Z] --- PASS: TestInspect (3.87s)
10:25:09 [2021-04-02T10:25:09.884Z] === RUN   TestCreateJob
10:25:11 [2021-04-02T10:25:11.260Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1869194101_/foo_false__<nil>_<nil>_<nil>}
10:25:13 [2021-04-02T10:25:13.168Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1869194101_/foo_true__<nil>_<nil>_<nil>}
10:25:14 [2021-04-02T10:25:14.104Z] --- PASS: TestCreateJob (4.34s)
10:25:14 [2021-04-02T10:25:14.104Z] === RUN   TestReplicatedJob
10:25:15 [2021-04-02T10:25:15.041Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3065975888_/foo_false__<nil>_<nil>_<nil>}
10:25:16 [2021-04-02T10:25:16.947Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3065975888_/foo_true__<nil>_<nil>_<nil>}
10:25:18 [2021-04-02T10:25:18.852Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3065975888_/foo_true__0xc000317e20_<nil>_<nil>}
10:25:19 [2021-04-02T10:25:19.794Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000317e40_<nil>}
10:25:21 [2021-04-02T10:25:21.698Z] --- PASS: TestReplicatedJob (7.24s)
10:25:21 [2021-04-02T10:25:21.698Z] === RUN   TestUpdateReplicatedJob
10:25:21 [2021-04-02T10:25:21.698Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000317e60_<nil>}
10:25:23 [2021-04-02T10:25:23.077Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000317ee0_<nil>}
10:25:24 [2021-04-02T10:25:24.988Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000317f00_<nil>}
10:25:24 [2021-04-02T10:25:24.988Z] --- PASS: TestUpdateReplicatedJob (3.69s)
10:25:24 [2021-04-02T10:25:24.988Z] === RUN   TestServiceListWithStatuses
10:25:24 [2021-04-02T10:25:24.988Z] --- SKIP: TestServiceListWithStatuses (0.00s)
10:25:24 [2021-04-02T10:25:24.988Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
10:25:24 [2021-04-02T10:25:24.988Z] === RUN   TestDockerNetworkConnectAlias
10:25:26 [2021-04-02T10:25:26.893Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
10:25:28 [2021-04-02T10:25:28.800Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
10:25:28 [2021-04-02T10:25:28.800Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
10:25:28 [2021-04-02T10:25:28.800Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
10:25:28 [2021-04-02T10:25:28.800Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
10:25:28 [2021-04-02T10:25:28.800Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
10:25:28 [2021-04-02T10:25:28.800Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
10:25:28 [2021-04-02T10:25:28.800Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
10:25:28 [2021-04-02T10:25:28.800Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
10:25:28 [2021-04-02T10:25:28.800Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
10:25:28 [2021-04-02T10:25:28.800Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
10:25:28 [2021-04-02T10:25:28.800Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
10:25:28 [2021-04-02T10:25:28.800Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
10:25:28 [2021-04-02T10:25:28.800Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
10:25:28 [2021-04-02T10:25:28.800Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
10:25:28 [2021-04-02T10:25:28.800Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
10:25:28 [2021-04-02T10:25:28.800Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
10:25:28 [2021-04-02T10:25:28.800Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
10:25:28 [2021-04-02T10:25:28.800Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
10:25:32 [2021-04-02T10:25:32.091Z] --- PASS: TestDockerNetworkConnectAlias (6.69s)
10:25:32 [2021-04-02T10:25:32.091Z] === RUN   TestDockerNetworkReConnect
10:25:33 [2021-04-02T10:25:33.997Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
10:25:35 [2021-04-02T10:25:35.904Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
10:25:36 [2021-04-02T10:25:36.471Z] --- PASS: TestDockerNetworkReConnect (4.86s)
10:25:36 [2021-04-02T10:25:36.471Z] === RUN   TestServicePlugin
10:25:37 [2021-04-02T10:25:37.857Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
10:25:42 [2021-04-02T10:25:42.051Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
10:25:42 [2021-04-02T10:25:42.620Z] === RUN   TestDockerSuite/TestCopyAndRestart
10:25:45 [2021-04-02T10:25:45.920Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
10:25:45 [2021-04-02T10:25:45.920Z] === RUN   TestDockerSuite/TestCpAbsolutePath
10:25:46 [2021-04-02T10:25:46.490Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
10:25:47 [2021-04-02T10:25:47.429Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
10:25:48 [2021-04-02T10:25:48.809Z] === RUN   TestDockerSuite/TestCpFromCaseA
10:25:49 [2021-04-02T10:25:49.378Z] === RUN   TestDockerSuite/TestCpFromCaseB
10:25:50 [2021-04-02T10:25:50.317Z] === RUN   TestDockerSuite/TestCpFromCaseC
10:25:51 [2021-04-02T10:25:51.255Z] === RUN   TestDockerSuite/TestCpFromCaseD
10:25:52 [2021-04-02T10:25:52.191Z] === RUN   TestDockerSuite/TestCpFromCaseE
10:25:53 [2021-04-02T10:25:53.128Z] === RUN   TestDockerSuite/TestCpFromCaseF
10:25:54 [2021-04-02T10:25:54.067Z] === RUN   TestDockerSuite/TestCpFromCaseG
10:25:55 [2021-04-02T10:25:55.447Z] === RUN   TestDockerSuite/TestCpFromCaseH
10:25:56 [2021-04-02T10:25:56.384Z] === RUN   TestDockerSuite/TestCpFromCaseI
10:25:57 [2021-04-02T10:25:57.323Z] === RUN   TestDockerSuite/TestCpFromCaseJ
10:25:58 [2021-04-02T10:25:58.260Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
10:25:58 [2021-04-02T10:25:58.520Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
10:25:59 [2021-04-02T10:25:59.904Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
10:26:01 [2021-04-02T10:26:01.288Z] === RUN   TestDockerSuite/TestCpGarbagePath
10:26:02 [2021-04-02T10:26:02.224Z] === RUN   TestDockerSuite/TestCpLocalOnly
10:26:02 [2021-04-02T10:26:02.224Z] === RUN   TestDockerSuite/TestCpNameHasColon
10:26:03 [2021-04-02T10:26:03.161Z] === RUN   TestDockerSuite/TestCpRelativePath
10:26:04 [2021-04-02T10:26:04.098Z] === RUN   TestDockerSuite/TestCpSpecialFiles
10:26:05 [2021-04-02T10:26:05.035Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
10:26:05 [2021-04-02T10:26:05.603Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
10:26:06 [2021-04-02T10:26:06.541Z] === RUN   TestDockerSuite/TestCpToCaseA
10:26:07 [2021-04-02T10:26:07.918Z] === RUN   TestDockerSuite/TestCpToCaseB
10:26:08 [2021-04-02T10:26:08.854Z] === RUN   TestDockerSuite/TestCpToCaseC
10:26:10 [2021-04-02T10:26:10.762Z] --- PASS: TestServicePlugin (33.96s)
10:26:10 [2021-04-02T10:26:10.762Z]     plugin_test.go:62: [d68eeb85bb103] joining swarm manager [ddb642e276656]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:26:10 [2021-04-02T10:26:10.762Z]     plugin_test.go:65: [da6821b162265] joining swarm manager [ddb642e276656]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:26:10 [2021-04-02T10:26:10.762Z] === RUN   TestServiceUpdateLabel
10:26:11 [2021-04-02T10:26:11.021Z] === RUN   TestDockerSuite/TestCpToCaseD
10:26:13 [2021-04-02T10:26:13.557Z] --- PASS: TestServiceUpdateLabel (2.90s)
10:26:13 [2021-04-02T10:26:13.557Z] === RUN   TestServiceUpdateSecrets
10:26:16 [2021-04-02T10:26:16.846Z] === RUN   TestDockerSuite/TestCpToCaseE
10:26:19 [2021-04-02T10:26:19.384Z] === RUN   TestDockerSuite/TestCpToCaseF
10:26:20 [2021-04-02T10:26:20.338Z] === RUN   TestDockerSuite/TestCpToCaseG
10:26:25 [2021-04-02T10:26:25.616Z] === RUN   TestDockerSuite/TestCpToCaseH
10:26:28 [2021-04-02T10:26:28.149Z] === RUN   TestDockerSuite/TestCpToCaseI
10:26:28 [2021-04-02T10:26:28.408Z] === RUN   TestDockerSuite/TestCpToCaseJ
10:26:29 [2021-04-02T10:26:29.345Z] --- PASS: TestServiceUpdateSecrets (15.76s)
10:26:29 [2021-04-02T10:26:29.345Z] === RUN   TestServiceUpdateConfigs
10:26:34 [2021-04-02T10:26:34.627Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
10:26:34 [2021-04-02T10:26:34.627Z] === RUN   TestDockerSuite/TestCpToDot
10:26:35 [2021-04-02T10:26:35.562Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
10:26:36 [2021-04-02T10:26:36.941Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
10:26:38 [2021-04-02T10:26:38.320Z] === RUN   TestDockerSuite/TestCpToStdout
10:26:39 [2021-04-02T10:26:39.697Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
10:26:40 [2021-04-02T10:26:40.638Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
10:26:40 [2021-04-02T10:26:40.898Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
10:26:41 [2021-04-02T10:26:41.845Z] === RUN   TestDockerSuite/TestCpVolumePath
10:26:42 [2021-04-02T10:26:42.781Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
10:26:42 [2021-04-02T10:26:42.781Z] === RUN   TestDockerSuite/TestCreateArgs
10:26:42 [2021-04-02T10:26:42.781Z] === RUN   TestDockerSuite/TestCreateByImageID
10:26:43 [2021-04-02T10:26:43.348Z] === RUN   TestDockerSuite/TestCreateEchoStdout
10:26:43 [2021-04-02T10:26:43.916Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
10:26:43 [2021-04-02T10:26:43.916Z] === RUN   TestDockerSuite/TestCreateHostConfig
10:26:43 [2021-04-02T10:26:43.916Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
10:26:44 [2021-04-02T10:26:44.853Z] --- PASS: TestServiceUpdateConfigs (15.53s)
10:26:44 [2021-04-02T10:26:44.853Z] === RUN   TestServiceUpdateNetwork
10:26:44 [2021-04-02T10:26:44.853Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
10:26:45 [2021-04-02T10:26:45.113Z] === RUN   TestDockerSuite/TestCreateLabels
10:26:45 [2021-04-02T10:26:45.113Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
10:26:45 [2021-04-02T10:26:45.113Z] === RUN   TestDockerSuite/TestCreateRM
10:26:45 [2021-04-02T10:26:45.372Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
10:26:45 [2021-04-02T10:26:45.372Z] === RUN   TestDockerSuite/TestCreateStopSignal
10:26:45 [2021-04-02T10:26:45.372Z] === RUN   TestDockerSuite/TestCreateStopTimeout
10:26:45 [2021-04-02T10:26:45.631Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
10:26:48 [2021-04-02T10:26:48.168Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
10:26:48 [2021-04-02T10:26:48.168Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
10:26:48 [2021-04-02T10:26:48.168Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
10:26:52 [2021-04-02T10:26:52.360Z] === RUN   TestDockerSuite/TestCreateWithPortRange
10:26:52 [2021-04-02T10:26:52.360Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
10:26:52 [2021-04-02T10:26:52.360Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
10:26:52 [2021-04-02T10:26:52.360Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
10:26:52 [2021-04-02T10:26:52.360Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
10:26:52 [2021-04-02T10:26:52.360Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
10:26:53 [2021-04-02T10:26:53.296Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
10:26:55 [2021-04-02T10:26:55.207Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
10:26:55 [2021-04-02T10:26:55.776Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
10:26:57 [2021-04-02T10:26:57.154Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
10:26:58 [2021-04-02T10:26:58.534Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
10:26:59 [2021-04-02T10:26:59.912Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
10:26:59 [2021-04-02T10:26:59.912Z] --- PASS: TestServiceUpdateNetwork (15.29s)
10:26:59 [2021-04-02T10:26:59.912Z] === RUN   TestServiceUpdatePidsLimit
10:27:00 [2021-04-02T10:27:00.864Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
10:27:00 [2021-04-02T10:27:00.864Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
10:27:00 [2021-04-02T10:27:00.864Z] === RUN   TestDockerSuite/TestDevicePermissions
10:27:01 [2021-04-02T10:27:01.432Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
10:27:02 [2021-04-02T10:27:02.001Z] === RUN   TestDockerSuite/TestDockerFails
10:27:02 [2021-04-02T10:27:02.001Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
10:27:02 [2021-04-02T10:27:02.260Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
10:27:02 [2021-04-02T10:27:02.260Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
10:27:03 [2021-04-02T10:27:03.640Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
10:27:04 [2021-04-02T10:27:04.578Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
10:27:05 [2021-04-02T10:27:05.516Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
10:27:08 [2021-04-02T10:27:08.051Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
10:27:08 [2021-04-02T10:27:08.051Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
10:27:08 [2021-04-02T10:27:08.310Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
10:27:08 [2021-04-02T10:27:08.568Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
10:27:11 [2021-04-02T10:27:11.101Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
10:27:16 [2021-04-02T10:27:16.369Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
10:27:18 [2021-04-02T10:27:18.274Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
10:27:18 [2021-04-02T10:27:18.533Z] --- PASS: TestServiceUpdatePidsLimit (18.64s)
10:27:18 [2021-04-02T10:27:18.533Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.98s)
10:27:18 [2021-04-02T10:27:18.533Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.53s)
10:27:18 [2021-04-02T10:27:18.533Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.10s)
10:27:18 [2021-04-02T10:27:18.533Z] PASS
10:27:18 [2021-04-02T10:27:18.533Z] 
10:27:18 [2021-04-02T10:27:18.533Z] === Skipped
10:27:18 [2021-04-02T10:27:18.533Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
10:27:18 [2021-04-02T10:27:18.533Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
10:27:18 [2021-04-02T10:27:18.533Z] 
10:27:18 [2021-04-02T10:27:18.533Z] 
10:27:18 [2021-04-02T10:27:18.533Z] DONE 27 tests, 1 skipped in 202.300s
10:27:18 [2021-04-02T10:27:18.533Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
10:27:18 [2021-04-02T10:27:18.533Z] ++ 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
10:27:18 [2021-04-02T10:27:18.533Z] ++ set -e
10:27:18 [2021-04-02T10:27:18.533Z] ++ '[' -n 0 ']'
10:27:18 [2021-04-02T10:27:18.533Z] ++ set -x
10:27:18 [2021-04-02T10:27:18.533Z] ++ env -i DEST=/go/src/github.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
10:27:18 [2021-04-02T10:27:18.792Z] INFO: Testing against a local daemon
10:27:18 [2021-04-02T10:27:18.792Z] === RUN   TestSessionCreate
10:27:18 [2021-04-02T10:27:18.792Z] --- PASS: TestSessionCreate (0.07s)
10:27:18 [2021-04-02T10:27:18.792Z] === RUN   TestSessionCreateWithBadUpgrade
10:27:18 [2021-04-02T10:27:18.792Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
10:27:18 [2021-04-02T10:27:18.792Z] PASS
10:27:18 [2021-04-02T10:27:18.792Z] 
10:27:18 [2021-04-02T10:27:18.792Z] DONE 2 tests in 0.215s
10:27:18 [2021-04-02T10:27:18.792Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
10:27:18 [2021-04-02T10:27:18.792Z] ++ 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
10:27:18 [2021-04-02T10:27:18.792Z] ++ set -e
10:27:18 [2021-04-02T10:27:18.792Z] ++ '[' -n 0 ']'
10:27:18 [2021-04-02T10:27:18.792Z] ++ set -x
10:27:18 [2021-04-02T10:27:18.793Z] ++ env -i DEST=/go/src/github.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
10:27:19 [2021-04-02T10:27:19.052Z] INFO: Testing against a local daemon
10:27:19 [2021-04-02T10:27:19.052Z] === RUN   TestCgroupDriverSystemdMemoryLimit
10:27:19 [2021-04-02T10:27:19.052Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
10:27:19 [2021-04-02T10:27:19.052Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
10:27:19 [2021-04-02T10:27:19.052Z] === RUN   TestEventsExecDie
10:27:20 [2021-04-02T10:27:20.440Z] --- PASS: TestEventsExecDie (1.52s)
10:27:20 [2021-04-02T10:27:20.440Z] === RUN   TestEventsBackwardsCompatible
10:27:20 [2021-04-02T10:27:20.699Z] --- PASS: TestEventsBackwardsCompatible (0.08s)
10:27:20 [2021-04-02T10:27:20.699Z] === RUN   TestInfoBinaryCommits
10:27:20 [2021-04-02T10:27:20.699Z] --- PASS: TestInfoBinaryCommits (0.03s)
10:27:20 [2021-04-02T10:27:20.699Z] === RUN   TestInfoAPIVersioned
10:27:20 [2021-04-02T10:27:20.699Z] --- PASS: TestInfoAPIVersioned (0.01s)
10:27:20 [2021-04-02T10:27:20.699Z] === RUN   TestInfoDiscoveryBackend
10:27:21 [2021-04-02T10:27:21.268Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
10:27:21 [2021-04-02T10:27:21.527Z] --- PASS: TestInfoDiscoveryBackend (0.76s)
10:27:21 [2021-04-02T10:27:21.527Z] === RUN   TestInfoDiscoveryInvalidAdvertise
10:27:22 [2021-04-02T10:27:22.464Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
10:27:22 [2021-04-02T10:27:22.464Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
10:27:23 [2021-04-02T10:27:23.403Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.80s)
10:27:23 [2021-04-02T10:27:23.403Z] === RUN   TestInfoAPI
10:27:23 [2021-04-02T10:27:23.403Z] --- PASS: TestInfoAPI (0.04s)
10:27:23 [2021-04-02T10:27:23.403Z] === RUN   TestInfoAPIWarnings
10:27:23 [2021-04-02T10:27:23.403Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
10:27:24 [2021-04-02T10:27:24.781Z] === RUN   TestDockerSuite/TestEventsAttach
10:27:25 [2021-04-02T10:27:25.718Z] === RUN   TestDockerSuite/TestEventsCommit
10:27:26 [2021-04-02T10:27:26.655Z] === RUN   TestDockerSuite/TestEventsContainerEvents
10:27:27 [2021-04-02T10:27:27.223Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
10:27:28 [2021-04-02T10:27:28.162Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
10:27:29 [2021-04-02T10:27:29.098Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
10:27:31 [2021-04-02T10:27:31.001Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
10:27:32 [2021-04-02T10:27:32.380Z] === RUN   TestDockerSuite/TestEventsContainerRestart
10:27:35 [2021-04-02T10:27:35.670Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
10:27:38 [2021-04-02T10:27:38.972Z] === RUN   TestDockerSuite/TestEventsCopy
10:27:39 [2021-04-02T10:27:39.540Z] === RUN   TestDockerSuite/TestEventsFilterContainer
10:27:40 [2021-04-02T10:27:40.108Z] --- PASS: TestInfoAPIWarnings (16.80s)
10:27:40 [2021-04-02T10:27:40.108Z] === RUN   TestInfoDebug
10:27:41 [2021-04-02T10:27:41.047Z] --- PASS: TestInfoDebug (0.74s)
10:27:41 [2021-04-02T10:27:41.047Z] === RUN   TestInfoInsecureRegistries
10:27:41 [2021-04-02T10:27:41.309Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
10:27:41 [2021-04-02T10:27:41.569Z] --- PASS: TestInfoInsecureRegistries (0.77s)
10:27:41 [2021-04-02T10:27:41.569Z] === RUN   TestInfoRegistryMirrors
10:27:42 [2021-04-02T10:27:42.513Z] --- PASS: TestInfoRegistryMirrors (0.72s)
10:27:42 [2021-04-02T10:27:42.513Z] === RUN   TestLoginFailsWithBadCredentials
10:27:42 [2021-04-02T10:27:42.513Z] --- PASS: TestLoginFailsWithBadCredentials (0.15s)
10:27:42 [2021-04-02T10:27:42.513Z] === RUN   TestPingCacheHeaders
10:27:42 [2021-04-02T10:27:42.513Z] --- PASS: TestPingCacheHeaders (0.02s)
10:27:42 [2021-04-02T10:27:42.513Z] === RUN   TestPingGet
10:27:42 [2021-04-02T10:27:42.513Z] --- PASS: TestPingGet (0.01s)
10:27:42 [2021-04-02T10:27:42.513Z] === RUN   TestPingHead
10:27:42 [2021-04-02T10:27:42.513Z] --- PASS: TestPingHead (0.02s)
10:27:42 [2021-04-02T10:27:42.513Z] === RUN   TestVersion
10:27:42 [2021-04-02T10:27:42.513Z] --- PASS: TestVersion (0.02s)
10:27:42 [2021-04-02T10:27:42.513Z] PASS
10:27:42 [2021-04-02T10:27:42.513Z] 
10:27:42 [2021-04-02T10:27:42.513Z] === Skipped
10:27:42 [2021-04-02T10:27:42.513Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
10:27:42 [2021-04-02T10:27:42.513Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
10:27:42 [2021-04-02T10:27:42.513Z] 
10:27:42 [2021-04-02T10:27:42.513Z] 
10:27:42 [2021-04-02T10:27:42.513Z] DONE 18 tests, 1 skipped in 23.632s
10:27:42 [2021-04-02T10:27:42.513Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
10:27:42 [2021-04-02T10:27:42.513Z] ++ 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
10:27:42 [2021-04-02T10:27:42.513Z] ++ set -e
10:27:42 [2021-04-02T10:27:42.513Z] ++ '[' -n 0 ']'
10:27:42 [2021-04-02T10:27:42.513Z] ++ set -x
10:27:42 [2021-04-02T10:27:42.513Z] ++ env -i DEST=/go/src/github.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
10:27:42 [2021-04-02T10:27:42.513Z] INFO: Testing against a local daemon
10:27:42 [2021-04-02T10:27:42.513Z] === RUN   TestVolumesCreateAndList
10:27:42 [2021-04-02T10:27:42.772Z] --- PASS: TestVolumesCreateAndList (0.02s)
10:27:42 [2021-04-02T10:27:42.772Z] === RUN   TestVolumesRemove
10:27:42 [2021-04-02T10:27:42.772Z] --- PASS: TestVolumesRemove (0.07s)
10:27:42 [2021-04-02T10:27:42.772Z] === RUN   TestVolumesInspect
10:27:42 [2021-04-02T10:27:42.772Z] --- PASS: TestVolumesInspect (0.02s)
10:27:42 [2021-04-02T10:27:42.772Z] === RUN   TestVolumesInvalidJSON
10:27:42 [2021-04-02T10:27:42.772Z] === RUN   TestVolumesInvalidJSON//volumes/create
10:27:42 [2021-04-02T10:27:42.772Z] === PAUSE TestVolumesInvalidJSON//volumes/create
10:27:42 [2021-04-02T10:27:42.772Z] === CONT  TestVolumesInvalidJSON//volumes/create
10:27:42 [2021-04-02T10:27:42.772Z] --- PASS: TestVolumesInvalidJSON (0.01s)
10:27:42 [2021-04-02T10:27:42.772Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
10:27:42 [2021-04-02T10:27:42.772Z] PASS
10:27:42 [2021-04-02T10:27:42.772Z] 
10:27:42 [2021-04-02T10:27:42.772Z] DONE 5 tests in 0.229s
10:27:42 [2021-04-02T10:27:42.772Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
10:27:43 [2021-04-02T10:27:43.032Z] ++++ cat bundles/test-integration/docker.pid
10:27:43 [2021-04-02T10:27:43.032Z] +++ kill 5677
10:27:44 [2021-04-02T10:27:44.409Z] +++ /etc/init.d/apparmor stop
10:27:44 [2021-04-02T10:27:44.409Z] Leaving: AppArmorNo profiles have been unloaded.
10:27:44 [2021-04-02T10:27:44.409Z] 
10:27:44 [2021-04-02T10:27:44.409Z] Unloading profiles will leave already running processes permanently
10:27:44 [2021-04-02T10:27:44.409Z] unconfined, which can lead to unexpected situations.
10:27:44 [2021-04-02T10:27:44.409Z] 
10:27:44 [2021-04-02T10:27:44.409Z] To set a process to complain mode, use the command line tool
10:27:44 [2021-04-02T10:27:44.409Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
10:27:44 [2021-04-02T10:27:44.409Z] +++ true
10:27:44 [2021-04-02T10:27:44.409Z] exiting test-integration
10:27:44 [2021-04-02T10:27:44.409Z] ++ exit 0
10:27:44 [2021-04-02T10:27:44.409Z] 
10:27:44 [2021-04-02T10:27:44.667Z] + for job in $(jobs -p)
10:27:44 [2021-04-02T10:27:44.667Z] + wait 2977
10:27:47 [2021-04-02T10:27:47.197Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
10:27:47 [2021-04-02T10:27:47.197Z] === RUN   TestDockerSuite/TestEventsFilterImageName
10:27:49 [2021-04-02T10:27:49.101Z] === RUN   TestDockerSuite/TestEventsFilterLabels
10:27:49 [2021-04-02T10:27:49.101Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
10:27:49 [2021-04-02T10:27:49.668Z] === RUN   TestDockerSuite/TestEventsFilterType
10:27:49 [2021-04-02T10:27:49.668Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
10:27:50 [2021-04-02T10:27:50.235Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
10:27:50 [2021-04-02T10:27:50.235Z] === RUN   TestDockerSuite/TestEventsFilters
10:27:51 [2021-04-02T10:27:51.615Z] === RUN   TestDockerSuite/TestEventsFormat
10:27:52 [2021-04-02T10:27:52.991Z] === RUN   TestDockerSuite/TestEventsFormatBadField
10:27:52 [2021-04-02T10:27:52.991Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
10:27:53 [2021-04-02T10:27:53.250Z] === RUN   TestDockerSuite/TestEventsImageImport
10:27:54 [2021-04-02T10:27:54.187Z] === RUN   TestDockerSuite/TestEventsImageLoad
10:27:54 [2021-04-02T10:27:54.187Z] === RUN   TestDockerSuite/TestEventsImagePull
10:27:54 [2021-04-02T10:27:54.772Z] === RUN   TestDockerSuite/TestEventsImageTag
10:27:55 [2021-04-02T10:27:55.709Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
10:27:55 [2021-04-02T10:27:55.968Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
10:27:55 [2021-04-02T10:27:55.968Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
10:27:55 [2021-04-02T10:27:55.968Z] === RUN   TestDockerSuite/TestEventsPluginOps
10:27:57 [2021-04-02T10:27:57.343Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
10:27:57 [2021-04-02T10:27:57.912Z] === RUN   TestDockerSuite/TestEventsRename
10:27:58 [2021-04-02T10:27:58.849Z] === RUN   TestDockerSuite/TestEventsResize
10:27:59 [2021-04-02T10:27:59.417Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
10:27:59 [2021-04-02T10:27:59.676Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
10:28:06 [2021-04-02T10:28:06.239Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
10:28:06 [2021-04-02T10:28:06.239Z] === RUN   TestDockerSuite/TestEventsStreaming
10:28:07 [2021-04-02T10:28:07.175Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
10:28:10 [2021-04-02T10:28:10.460Z] === RUN   TestDockerSuite/TestEventsTop
10:28:11 [2021-04-02T10:28:11.027Z] === RUN   TestDockerSuite/TestEventsUntag
10:28:13 [2021-04-02T10:28:13.557Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
10:28:20 [2021-04-02T10:28:20.146Z] === RUN   TestDockerSuite/TestExec
10:28:20 [2021-04-02T10:28:20.713Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
10:28:20 [2021-04-02T10:28:20.972Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
10:28:21 [2021-04-02T10:28:21.909Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
10:28:22 [2021-04-02T10:28:22.846Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
10:28:24 [2021-04-02T10:28:24.222Z] === RUN   TestDockerSuite/TestExecAPIStart
10:28:26 [2021-04-02T10:28:26.757Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
10:28:26 [2021-04-02T10:28:26.757Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
10:28:28 [2021-04-02T10:28:28.135Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
10:28:29 [2021-04-02T10:28:29.515Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
10:28:30 [2021-04-02T10:28:30.895Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
10:28:32 [2021-04-02T10:28:32.804Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
10:28:34 [2021-04-02T10:28:34.186Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
10:28:36 [2021-04-02T10:28:36.092Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
10:28:38 [2021-04-02T10:28:38.644Z] === RUN   TestDockerSuite/TestExecCgroup
10:28:41 [2021-04-02T10:28:41.179Z] === RUN   TestDockerSuite/TestExecEnv
10:28:42 [2021-04-02T10:28:42.117Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
10:28:44 [2021-04-02T10:28:44.025Z] === RUN   TestDockerSuite/TestExecExitStatus
10:28:44 [2021-04-02T10:28:44.963Z] === RUN   TestDockerSuite/TestExecInspectID
10:28:46 [2021-04-02T10:28:46.868Z] === RUN   TestDockerSuite/TestExecInteractive
10:28:48 [2021-04-02T10:28:48.246Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
10:28:49 [2021-04-02T10:28:49.182Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
10:28:49 [2021-04-02T10:28:49.751Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
10:28:50 [2021-04-02T10:28:50.011Z] === RUN   TestDockerSuite/TestExecParseError
10:28:50 [2021-04-02T10:28:50.949Z] === RUN   TestDockerSuite/TestExecPausedContainer
10:28:52 [2021-04-02T10:28:52.328Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
10:28:52 [2021-04-02T10:28:52.896Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
10:28:59 [2021-04-02T10:28:59.470Z] === RUN   TestDockerSuite/TestExecSetEnv
10:29:00 [2021-04-02T10:29:00.038Z] === RUN   TestDockerSuite/TestExecStartFails
10:29:00 [2021-04-02T10:29:00.975Z] === RUN   TestDockerSuite/TestExecStateCleanup
10:29:09 [2021-04-02T10:29:09.090Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
10:29:12 [2021-04-02T10:29:12.381Z] === RUN   TestDockerSuite/TestExecStopNotHanging
10:29:13 [2021-04-02T10:29:13.761Z] === RUN   TestDockerSuite/TestExecTTY
10:29:15 [2021-04-02T10:29:15.139Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
10:29:16 [2021-04-02T10:29:16.518Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
10:29:17 [2021-04-02T10:29:17.086Z] === RUN   TestDockerSuite/TestExecUlimits
10:29:18 [2021-04-02T10:29:18.466Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
10:29:18 [2021-04-02T10:29:18.466Z] === RUN   TestDockerSuite/TestExecWithImageUser
10:29:20 [2021-04-02T10:29:20.381Z] === RUN   TestDockerSuite/TestExecWithNoTERM
10:29:21 [2021-04-02T10:29:21.319Z] === RUN   TestDockerSuite/TestExecWithPrivileged
10:29:23 [2021-04-02T10:29:23.225Z] === RUN   TestDockerSuite/TestExecWithTERM
10:29:24 [2021-04-02T10:29:24.163Z] === RUN   TestDockerSuite/TestExecWithUser
10:29:25 [2021-04-02T10:29:25.540Z] === RUN   TestDockerSuite/TestGetContainerStats
10:29:25 [2021-04-02T10:29:25.799Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
10:29:29 [2021-04-02T10:29:29.991Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
10:29:32 [2021-04-02T10:29:32.527Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
10:29:35 [2021-04-02T10:29:35.062Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
10:29:36 [2021-04-02T10:29:36.971Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
10:29:42 [2021-04-02T10:29:42.297Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
10:29:42 [2021-04-02T10:29:42.556Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
10:29:42 [2021-04-02T10:29:42.556Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
10:29:42 [2021-04-02T10:29:42.556Z] === RUN   TestDockerSuite/TestHealth
10:30:04 [2021-04-02T10:30:04.493Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
10:30:04 [2021-04-02T10:30:04.493Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
10:30:04 [2021-04-02T10:30:04.753Z] === RUN   TestDockerSuite/TestHistoryExistentImage
10:30:04 [2021-04-02T10:30:04.753Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
10:30:04 [2021-04-02T10:30:04.753Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
10:30:04 [2021-04-02T10:30:04.753Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
10:30:06 [2021-04-02T10:30:06.132Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
10:30:06 [2021-04-02T10:30:06.132Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
10:30:07 [2021-04-02T10:30:07.511Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
10:30:07 [2021-04-02T10:30:07.511Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
10:30:07 [2021-04-02T10:30:07.511Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
10:30:07 [2021-04-02T10:30:07.770Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
10:30:08 [2021-04-02T10:30:08.339Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
10:30:08 [2021-04-02T10:30:08.599Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
10:30:09 [2021-04-02T10:30:09.167Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
10:30:09 [2021-04-02T10:30:09.167Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
10:30:10 [2021-04-02T10:30:10.105Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
10:30:10 [2021-04-02T10:30:10.105Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
10:30:11 [2021-04-02T10:30:11.041Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
10:30:11 [2021-04-02T10:30:11.978Z] === RUN   TestDockerSuite/TestImagesFormat
10:30:11 [2021-04-02T10:30:11.978Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
10:30:12 [2021-04-02T10:30:12.546Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
10:30:15 [2021-04-02T10:30:15.838Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
10:30:15 [2021-04-02T10:30:15.838Z] === RUN   TestDockerSuite/TestImportBadURL
10:30:15 [2021-04-02T10:30:15.838Z] === RUN   TestDockerSuite/TestImportDisplay
10:30:18 [2021-04-02T10:30:18.375Z] === RUN   TestDockerSuite/TestImportFile
10:30:19 [2021-04-02T10:30:19.757Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
10:30:19 [2021-04-02T10:30:19.757Z] === RUN   TestDockerSuite/TestImportFileWithMessage
10:30:21 [2021-04-02T10:30:21.141Z] === RUN   TestDockerSuite/TestImportGzipped
10:30:23 [2021-04-02T10:30:23.046Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
10:30:24 [2021-04-02T10:30:24.951Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
10:30:25 [2021-04-02T10:30:25.518Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
10:30:26 [2021-04-02T10:30:26.087Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
10:30:27 [2021-04-02T10:30:27.023Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
10:30:27 [2021-04-02T10:30:27.023Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
10:30:27 [2021-04-02T10:30:27.023Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
10:30:27 [2021-04-02T10:30:27.591Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
10:30:28 [2021-04-02T10:30:28.527Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
10:30:28 [2021-04-02T10:30:28.527Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
10:30:29 [2021-04-02T10:30:29.464Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
10:30:30 [2021-04-02T10:30:30.033Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
10:30:31 [2021-04-02T10:30:31.413Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
10:30:31 [2021-04-02T10:30:31.980Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
10:30:31 [2021-04-02T10:30:31.980Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
10:30:35 [2021-04-02T10:30:35.282Z] === RUN   TestDockerSuite/TestInspectAmpersand
10:30:35 [2021-04-02T10:30:35.850Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
10:30:37 [2021-04-02T10:30:37.228Z] === RUN   TestDockerSuite/TestInspectByPrefix
10:30:37 [2021-04-02T10:30:37.228Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
10:30:38 [2021-04-02T10:30:38.606Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
10:30:38 [2021-04-02T10:30:38.606Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
10:30:39 [2021-04-02T10:30:39.987Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
10:30:40 [2021-04-02T10:30:40.924Z] === RUN   TestDockerSuite/TestInspectDefault
10:30:41 [2021-04-02T10:30:41.495Z] === RUN   TestDockerSuite/TestInspectHistory
10:30:42 [2021-04-02T10:30:42.062Z] === RUN   TestDockerSuite/TestInspectImage
10:30:42 [2021-04-02T10:30:42.062Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
10:30:42 [2021-04-02T10:30:42.321Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
10:30:42 [2021-04-02T10:30:42.321Z] === RUN   TestDockerSuite/TestInspectInt64
10:30:42 [2021-04-02T10:30:42.888Z] === RUN   TestDockerSuite/TestInspectJSONFields
10:30:43 [2021-04-02T10:30:43.824Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
10:30:43 [2021-04-02T10:30:43.824Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
10:30:44 [2021-04-02T10:30:44.391Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
10:30:45 [2021-04-02T10:30:45.327Z] === RUN   TestDockerSuite/TestInspectPlugin
10:30:46 [2021-04-02T10:30:46.703Z] === RUN   TestDockerSuite/TestInspectRootFS
10:30:46 [2021-04-02T10:30:46.703Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
10:30:47 [2021-04-02T10:30:47.641Z] === RUN   TestDockerSuite/TestInspectStatus
10:30:48 [2021-04-02T10:30:48.579Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
10:30:50 [2021-04-02T10:30:50.492Z] === RUN   TestDockerSuite/TestInspectTemplateError
10:30:51 [2021-04-02T10:30:51.060Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
10:30:51 [2021-04-02T10:30:51.999Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
10:30:52 [2021-04-02T10:30:52.567Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
10:30:53 [2021-04-02T10:30:53.947Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
10:30:54 [2021-04-02T10:30:54.884Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
10:30:55 [2021-04-02T10:30:55.824Z] === RUN   TestDockerSuite/TestInspectUnknownObject
10:30:55 [2021-04-02T10:30:55.824Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
10:30:58 [2021-04-02T10:30:58.360Z] === RUN   TestDockerSuite/TestLinkShortDefinition
10:30:59 [2021-04-02T10:30:59.738Z] === RUN   TestDockerSuite/TestLinksEnvs
10:31:01 [2021-04-02T10:31:01.117Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
10:31:01 [2021-04-02T10:31:01.688Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
10:31:02 [2021-04-02T10:31:02.257Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
10:31:04 [2021-04-02T10:31:04.162Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
10:31:06 [2021-04-02T10:31:06.699Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
10:31:09 [2021-04-02T10:31:09.998Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
10:31:09 [2021-04-02T10:31:09.998Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
10:31:13 [2021-04-02T10:31:13.292Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
10:31:14 [2021-04-02T10:31:14.231Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
10:31:15 [2021-04-02T10:31:15.614Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
10:31:27 [2021-04-02T10:31:27.827Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
10:31:29 [2021-04-02T10:31:29.207Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
10:31:31 [2021-04-02T10:31:31.739Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
10:31:32 [2021-04-02T10:31:32.000Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
10:31:33 [2021-04-02T10:31:33.904Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
10:31:34 [2021-04-02T10:31:34.846Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
10:31:35 [2021-04-02T10:31:35.111Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
10:31:35 [2021-04-02T10:31:35.370Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
10:31:35 [2021-04-02T10:31:35.370Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
10:31:35 [2021-04-02T10:31:35.370Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
10:31:36 [2021-04-02T10:31:36.751Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
10:31:37 [2021-04-02T10:31:37.321Z] === RUN   TestDockerSuite/TestLogsAPIUntil
10:31:41 [2021-04-02T10:31:41.514Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
10:31:42 [2021-04-02T10:31:42.451Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
10:31:47 [2021-04-02T10:31:47.719Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
10:31:47 [2021-04-02T10:31:47.978Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
10:31:47 [2021-04-02T10:31:47.978Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
10:31:49 [2021-04-02T10:31:49.885Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
10:31:50 [2021-04-02T10:31:50.824Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
10:31:51 [2021-04-02T10:31:51.762Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
10:31:53 [2021-04-02T10:31:53.139Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
10:31:54 [2021-04-02T10:31:54.076Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
10:31:56 [2021-04-02T10:31:56.622Z] === RUN   TestDockerSuite/TestLogsFollowStopped
10:31:57 [2021-04-02T10:31:57.561Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
10:31:58 [2021-04-02T10:31:58.502Z] === RUN   TestDockerSuite/TestLogsSince
10:32:06 [2021-04-02T10:32:06.619Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
10:32:11 [2021-04-02T10:32:11.886Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
10:32:12 [2021-04-02T10:32:12.454Z] === RUN   TestDockerSuite/TestLogsTail
10:32:13 [2021-04-02T10:32:13.393Z] === RUN   TestDockerSuite/TestLogsTimestamps
10:32:13 [2021-04-02T10:32:13.960Z] === RUN   TestDockerSuite/TestLogsWithDetails
10:32:14 [2021-04-02T10:32:14.529Z] === RUN   TestDockerSuite/TestMountIntoProc
10:32:14 [2021-04-02T10:32:14.789Z] === RUN   TestDockerSuite/TestMountIntoSys
10:32:15 [2021-04-02T10:32:15.357Z] === RUN   TestDockerSuite/TestNetHostname
10:32:17 [2021-04-02T10:32:17.262Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
10:32:17 [2021-04-02T10:32:17.521Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
10:32:18 [2021-04-02T10:32:18.461Z] === RUN   TestDockerSuite/TestNetworkEvents
10:32:25 [2021-04-02T10:32:25.043Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
10:32:28 [2021-04-02T10:32:28.335Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
10:32:28 [2021-04-02T10:32:28.903Z] === RUN   TestDockerSuite/TestPluginActive
10:32:30 [2021-04-02T10:32:30.809Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
10:32:37 [2021-04-02T10:32:37.380Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
10:32:37 [2021-04-02T10:32:37.380Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
10:32:38 [2021-04-02T10:32:38.317Z] === RUN   TestDockerSuite/TestPluginLogDriver
10:32:42 [2021-04-02T10:32:42.512Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
10:32:43 [2021-04-02T10:32:43.890Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
10:32:47 [2021-04-02T10:32:47.188Z] === RUN   TestDockerSuite/TestPluginUpgrade
10:32:51 [2021-04-02T10:32:51.381Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
10:32:52 [2021-04-02T10:32:52.317Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
10:32:56 [2021-04-02T10:32:56.510Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
10:32:57 [2021-04-02T10:32:57.894Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
10:32:58 [2021-04-02T10:32:58.463Z] === RUN   TestDockerSuite/TestPortHostBinding
10:33:00 [2021-04-02T10:33:00.997Z] === RUN   TestDockerSuite/TestPortList
10:33:00 [2021-04-02T10:33:00.997Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
10:33:04 [2021-04-02T10:33:04.286Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
10:33:07 [2021-04-02T10:33:07.585Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
10:33:11 [2021-04-02T10:33:11.784Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
10:33:14 [2021-04-02T10:33:14.319Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
10:33:15 [2021-04-02T10:33:15.257Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
10:33:17 [2021-04-02T10:33:17.164Z] === RUN   TestDockerSuite/TestPostContainersAttach
10:33:19 [2021-04-02T10:33:19.068Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
10:33:23 [2021-04-02T10:33:23.262Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
10:33:24 [2021-04-02T10:33:24.638Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
10:33:24 [2021-04-02T10:33:24.638Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
10:33:24 [2021-04-02T10:33:24.638Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
10:33:26 [2021-04-02T10:33:26.015Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
10:33:26 [2021-04-02T10:33:26.015Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
10:33:26 [2021-04-02T10:33:26.585Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
10:33:26 [2021-04-02T10:33:26.585Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
10:33:27 [2021-04-02T10:33:27.521Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
10:33:27 [2021-04-02T10:33:27.780Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
10:33:29 [2021-04-02T10:33:29.185Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
10:33:29 [2021-04-02T10:33:29.185Z] === RUN   TestDockerSuite/TestPruneContainerLabel
10:33:32 [2021-04-02T10:33:32.472Z] === RUN   TestDockerSuite/TestPruneContainerUntil
10:33:33 [2021-04-02T10:33:33.409Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
10:33:34 [2021-04-02T10:33:34.785Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
10:33:35 [2021-04-02T10:33:35.045Z] === RUN   TestDockerSuite/TestPsByOrder
10:33:38 [2021-04-02T10:33:38.337Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
10:33:38 [2021-04-02T10:33:38.906Z] === RUN   TestDockerSuite/TestPsListContainersBase
10:33:42 [2021-04-02T10:33:42.193Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
10:33:46 [2021-04-02T10:33:46.386Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
10:33:46 [2021-04-02T10:33:46.386Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
10:33:48 [2021-04-02T10:33:48.921Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
10:33:50 [2021-04-02T10:33:50.309Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
10:34:00 [2021-04-02T10:34:00.292Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
10:34:00 [2021-04-02T10:34:00.292Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
10:34:01 [2021-04-02T10:34:01.673Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
10:34:03 [2021-04-02T10:34:03.051Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
10:34:04 [2021-04-02T10:34:04.430Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
10:34:06 [2021-04-02T10:34:06.339Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
10:34:07 [2021-04-02T10:34:07.715Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
10:34:10 [2021-04-02T10:34:10.251Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
10:34:12 [2021-04-02T10:34:12.786Z] === RUN   TestDockerSuite/TestPsListContainersSize
10:34:13 [2021-04-02T10:34:13.729Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
10:34:13 [2021-04-02T10:34:13.990Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
10:34:14 [2021-04-02T10:34:14.927Z] === RUN   TestDockerSuite/TestPsRightTagName
10:34:16 [2021-04-02T10:34:16.305Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
10:34:17 [2021-04-02T10:34:17.241Z] === RUN   TestDockerSuite/TestPsShowMounts
10:34:19 [2021-04-02T10:34:19.776Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
10:34:20 [2021-04-02T10:34:20.344Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
10:34:21 [2021-04-02T10:34:21.281Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
10:34:21 [2021-04-02T10:34:21.281Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
10:34:21 [2021-04-02T10:34:21.542Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
10:34:21 [2021-04-02T10:34:21.542Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
10:34:21 [2021-04-02T10:34:21.802Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
10:34:22 [2021-04-02T10:34:22.740Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
10:34:24 [2021-04-02T10:34:24.122Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
10:34:24 [2021-04-02T10:34:24.691Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
10:34:26 [2021-04-02T10:34:26.597Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
10:34:26 [2021-04-02T10:34:26.699Z] --- PASS: TestBuildWCOWSandboxSize (825.27s)
10:34:26 [2021-04-02T10:34:26.699Z] === RUN   TestBuildWithEmptyDockerfile
10:34:26 [2021-04-02T10:34:26.699Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
10:34:26 [2021-04-02T10:34:26.699Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
10:34:26 [2021-04-02T10:34:26.699Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
10:34:26 [2021-04-02T10:34:26.699Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
10:34:26 [2021-04-02T10:34:26.699Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
10:34:26 [2021-04-02T10:34:26.699Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
10:34:26 [2021-04-02T10:34:26.699Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
10:34:26 [2021-04-02T10:34:26.699Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
10:34:26 [2021-04-02T10:34:26.699Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
10:34:26 [2021-04-02T10:34:26.699Z] --- PASS: TestBuildWithEmptyDockerfile (0.62s)
10:34:26 [2021-04-02T10:34:26.699Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s)
10:34:26 [2021-04-02T10:34:26.699Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s)
10:34:26 [2021-04-02T10:34:26.699Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s)
10:34:26 [2021-04-02T10:34:26.699Z] === RUN   TestBuildPreserveOwnership
10:34:26 [2021-04-02T10:34:26.699Z] --- SKIP: TestBuildPreserveOwnership (0.00s)
10:34:26 [2021-04-02T10:34:26.699Z]     build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME
10:34:26 [2021-04-02T10:34:26.699Z] === RUN   TestBuildPlatformInvalid
10:34:26 [2021-04-02T10:34:26.699Z] --- PASS: TestBuildPlatformInvalid (0.55s)
10:34:26 [2021-04-02T10:34:26.699Z] PASS
10:34:26 [2021-04-02T10:34:26.699Z] ok  	github.com/docker/docker/integration/build	1016.470s
10:34:26 [2021-04-02T10:34:26.699Z] 
10:34:26 [2021-04-02T10:34:26.699Z] === Skipped
10:34:26 [2021-04-02T10:34:26.699Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s)
10:34:26 [2021-04-02T10:34:26.699Z]     build_session_test.go:25: TODO: BuildKit
10:34:26 [2021-04-02T10:34:26.699Z] 
10:34:26 [2021-04-02T10:34:26.699Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s)
10:34:26 [2021-04-02T10:34:26.699Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
10:34:26 [2021-04-02T10:34:26.699Z] 
10:34:26 [2021-04-02T10:34:26.699Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s)
10:34:26 [2021-04-02T10:34:26.699Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
10:34:26 [2021-04-02T10:34:26.699Z] 
10:34:26 [2021-04-02T10:34:26.699Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s)
10:34:26 [2021-04-02T10:34:26.699Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
10:34:26 [2021-04-02T10:34:26.699Z] 
10:34:26 [2021-04-02T10:34:26.699Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s)
10:34:26 [2021-04-02T10:34:26.699Z]     build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME
10:34:26 [2021-04-02T10:34:26.699Z] 
10:34:26 [2021-04-02T10:34:26.699Z] 
10:34:26 [2021-04-02T10:34:26.699Z] DONE 29 tests, 5 skipped in 1037.860s
10:34:26 [2021-04-02T10:34:26.699Z] Running D:\gopath\src\github.com\docker\docker\integration\config
10:34:26 [2021-04-02T10:34:26.700Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
10:34:26 [2021-04-02T10:34:26.700Z] INFO: Testing against a local daemon
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestConfigInspect
10:34:26 [2021-04-02T10:34:26.700Z] --- SKIP: TestConfigInspect (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestConfigList
10:34:26 [2021-04-02T10:34:26.700Z] --- SKIP: TestConfigList (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestConfigsCreateAndDelete
10:34:26 [2021-04-02T10:34:26.700Z] --- SKIP: TestConfigsCreateAndDelete (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestConfigsUpdate
10:34:26 [2021-04-02T10:34:26.700Z] --- SKIP: TestConfigsUpdate (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestTemplatedConfig
10:34:26 [2021-04-02T10:34:26.700Z] --- SKIP: TestTemplatedConfig (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestConfigCreateResolve
10:34:26 [2021-04-02T10:34:26.700Z] --- SKIP: TestConfigCreateResolve (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestConfigDaemonLibtrustID
10:34:26 [2021-04-02T10:34:26.700Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
10:34:26 [2021-04-02T10:34:26.700Z] PASS
10:34:26 [2021-04-02T10:34:26.700Z] ok  	github.com/docker/docker/integration/config	0.171s
10:34:26 [2021-04-02T10:34:26.700Z] 
10:34:26 [2021-04-02T10:34:26.700Z] === Skipped
10:34:26 [2021-04-02T10:34:26.700Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
10:34:26 [2021-04-02T10:34:26.700Z] 
10:34:26 [2021-04-02T10:34:26.700Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
10:34:26 [2021-04-02T10:34:26.700Z] 
10:34:26 [2021-04-02T10:34:26.700Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
10:34:26 [2021-04-02T10:34:26.700Z] 
10:34:26 [2021-04-02T10:34:26.700Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
10:34:26 [2021-04-02T10:34:26.700Z] 
10:34:26 [2021-04-02T10:34:26.700Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
10:34:26 [2021-04-02T10:34:26.700Z] 
10:34:26 [2021-04-02T10:34:26.700Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
10:34:26 [2021-04-02T10:34:26.700Z] 
10:34:26 [2021-04-02T10:34:26.700Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
10:34:26 [2021-04-02T10:34:26.700Z] 
10:34:26 [2021-04-02T10:34:26.700Z] 
10:34:26 [2021-04-02T10:34:26.700Z] DONE 7 tests, 7 skipped in 3.031s
10:34:26 [2021-04-02T10:34:26.700Z] Running D:\gopath\src\github.com\docker\docker\integration\container
10:34:26 [2021-04-02T10:34:26.700Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
10:34:26 [2021-04-02T10:34:26.700Z] INFO: Testing against a local daemon
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCheckpoint
10:34:26 [2021-04-02T10:34:26.700Z] --- SKIP: TestCheckpoint (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestContainerInvalidJSON
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
10:34:26 [2021-04-02T10:34:26.700Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
10:34:26 [2021-04-02T10:34:26.700Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
10:34:26 [2021-04-02T10:34:26.700Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
10:34:26 [2021-04-02T10:34:26.700Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
10:34:26 [2021-04-02T10:34:26.700Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
10:34:26 [2021-04-02T10:34:26.700Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
10:34:26 [2021-04-02T10:34:26.700Z] --- PASS: TestContainerInvalidJSON (0.50s)
10:34:26 [2021-04-02T10:34:26.700Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s)
10:34:26 [2021-04-02T10:34:26.700Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
10:34:26 [2021-04-02T10:34:26.700Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s)
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCopyFromContainerPathDoesNotExist
10:34:26 [2021-04-02T10:34:26.700Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.27s)
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCopyFromContainerPathIsNotDir
10:34:26 [2021-04-02T10:34:26.700Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.03s)
10:34:26 [2021-04-02T10:34:26.700Z]     copy_test.go:38: testEnv.OSType == "windows"
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCopyToContainerPathDoesNotExist
10:34:26 [2021-04-02T10:34:26.700Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.19s)
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCopyToContainerPathIsNotDir
10:34:26 [2021-04-02T10:34:26.700Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s)
10:34:26 [2021-04-02T10:34:26.700Z]     copy_test.go:63: testEnv.OSType == "windows"
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCopyFromContainer
10:34:26 [2021-04-02T10:34:26.700Z] --- SKIP: TestCopyFromContainer (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     copy_test.go:74: testEnv.DaemonInfo.OSType == "windows"
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
10:34:26 [2021-04-02T10:34:26.700Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
10:34:26 [2021-04-02T10:34:26.700Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
10:34:26 [2021-04-02T10:34:26.700Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
10:34:26 [2021-04-02T10:34:26.700Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
10:34:26 [2021-04-02T10:34:26.700Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
10:34:26 [2021-04-02T10:34:26.700Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
10:34:26 [2021-04-02T10:34:26.700Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
10:34:26 [2021-04-02T10:34:26.700Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCreateLinkToNonExistingContainer
10:34:26 [2021-04-02T10:34:26.700Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCreateWithInvalidEnv
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCreateWithInvalidEnv/0
10:34:26 [2021-04-02T10:34:26.700Z] === PAUSE TestCreateWithInvalidEnv/0
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCreateWithInvalidEnv/1
10:34:26 [2021-04-02T10:34:26.700Z] === PAUSE TestCreateWithInvalidEnv/1
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCreateWithInvalidEnv/2
10:34:26 [2021-04-02T10:34:26.700Z] === PAUSE TestCreateWithInvalidEnv/2
10:34:26 [2021-04-02T10:34:26.700Z] === CONT  TestCreateWithInvalidEnv/0
10:34:26 [2021-04-02T10:34:26.700Z] === CONT  TestCreateWithInvalidEnv/2
10:34:26 [2021-04-02T10:34:26.700Z] === CONT  TestCreateWithInvalidEnv/1
10:34:26 [2021-04-02T10:34:26.700Z] --- PASS: TestCreateWithInvalidEnv (0.03s)
10:34:26 [2021-04-02T10:34:26.700Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.01s)
10:34:26 [2021-04-02T10:34:26.700Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.01s)
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCreateTmpfsMountsTarget
10:34:26 [2021-04-02T10:34:26.700Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCreateWithCustomMaskedPaths
10:34:26 [2021-04-02T10:34:26.700Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCreateWithCustomReadonlyPaths
10:34:26 [2021-04-02T10:34:26.700Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCreateWithInvalidHealthcheckParams
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
10:34:26 [2021-04-02T10:34:26.700Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
10:34:26 [2021-04-02T10:34:26.700Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
10:34:26 [2021-04-02T10:34:26.700Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
10:34:26 [2021-04-02T10:34:26.700Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
10:34:26 [2021-04-02T10:34:26.700Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
10:34:26 [2021-04-02T10:34:26.700Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
10:34:26 [2021-04-02T10:34:26.700Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
10:34:26 [2021-04-02T10:34:26.700Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
10:34:26 [2021-04-02T10:34:26.700Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
10:34:26 [2021-04-02T10:34:26.700Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
10:34:26 [2021-04-02T10:34:26.700Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
10:34:26 [2021-04-02T10:34:26.700Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
10:34:26 [2021-04-02T10:34:26.700Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
10:34:26 [2021-04-02T10:34:26.700Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
10:34:26 [2021-04-02T10:34:26.700Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
10:34:26 [2021-04-02T10:34:26.700Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
10:34:26 [2021-04-02T10:34:26.700Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCreateDifferentPlatform
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCreateDifferentPlatform/different_os
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
10:34:26 [2021-04-02T10:34:26.700Z] --- PASS: TestCreateDifferentPlatform (0.04s)
10:34:26 [2021-04-02T10:34:26.700Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.01s)
10:34:26 [2021-04-02T10:34:26.700Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCreateVolumesFromNonExistingContainer
10:34:26 [2021-04-02T10:34:26.700Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.08s)
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
10:34:26 [2021-04-02T10:34:26.700Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s)
10:34:26 [2021-04-02T10:34:26.700Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestContainerKillOnDaemonStart
10:34:26 [2021-04-02T10:34:26.700Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestDiff
10:34:26 [2021-04-02T10:34:26.700Z] --- SKIP: TestDiff (0.00s)
10:34:26 [2021-04-02T10:34:26.700Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestExecWithCloseStdin
10:34:26 [2021-04-02T10:34:26.700Z] --- PASS: TestExecWithCloseStdin (3.13s)
10:34:26 [2021-04-02T10:34:26.700Z] === RUN   TestExec
10:34:26 [2021-04-02T10:34:26.855Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
10:34:27 [2021-04-02T10:34:27.114Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
10:34:27 [2021-04-02T10:34:27.171Z] --- PASS: TestExec (1.89s)
10:34:27 [2021-04-02T10:34:27.171Z] === RUN   TestExecUser
10:34:27 [2021-04-02T10:34:27.171Z] --- SKIP: TestExecUser (0.00s)
10:34:27 [2021-04-02T10:34:27.171Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
10:34:27 [2021-04-02T10:34:27.171Z] === RUN   TestExportContainerAndImportImage
10:34:27 [2021-04-02T10:34:27.171Z] --- SKIP: TestExportContainerAndImportImage (0.00s)
10:34:27 [2021-04-02T10:34:27.171Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
10:34:27 [2021-04-02T10:34:27.171Z] === RUN   TestExportContainerAfterDaemonRestart
10:34:27 [2021-04-02T10:34:27.171Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s)
10:34:27 [2021-04-02T10:34:27.171Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
10:34:27 [2021-04-02T10:34:27.171Z] === RUN   TestHealthCheckWorkdir
10:34:27 [2021-04-02T10:34:27.171Z] --- SKIP: TestHealthCheckWorkdir (0.00s)
10:34:27 [2021-04-02T10:34:27.171Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
10:34:27 [2021-04-02T10:34:27.171Z] === RUN   TestHealthKillContainer
10:34:27 [2021-04-02T10:34:27.171Z] --- SKIP: TestHealthKillContainer (0.00s)
10:34:27 [2021-04-02T10:34:27.171Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
10:34:27 [2021-04-02T10:34:27.171Z] === RUN   TestInspectCpusetInConfigPre120
10:34:27 [2021-04-02T10:34:27.171Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
10:34:27 [2021-04-02T10:34:27.171Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
10:34:27 [2021-04-02T10:34:27.171Z] === RUN   TestKillContainerInvalidSignal
10:34:28 [2021-04-02T10:34:28.744Z] --- PASS: TestKillContainerInvalidSignal (1.75s)
10:34:28 [2021-04-02T10:34:28.744Z] === RUN   TestKillContainer
10:34:28 [2021-04-02T10:34:28.744Z] === RUN   TestKillContainer/no_signal
10:34:30 [2021-04-02T10:34:30.315Z] === RUN   TestKillContainer/non_killing_signal
10:34:30 [2021-04-02T10:34:30.315Z] === RUN   TestKillContainer/killing_signal
10:34:32 [2021-04-02T10:34:32.391Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
10:34:36 [2021-04-02T10:34:36.591Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
10:34:37 [2021-04-02T10:34:37.496Z] --- PASS: TestKillContainer (8.66s)
10:34:37 [2021-04-02T10:34:37.496Z]     --- PASS: TestKillContainer/no_signal (1.72s)
10:34:37 [2021-04-02T10:34:37.496Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
10:34:37 [2021-04-02T10:34:37.496Z]         kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
10:34:37 [2021-04-02T10:34:37.496Z]     --- PASS: TestKillContainer/killing_signal (6.89s)
10:34:37 [2021-04-02T10:34:37.496Z] === RUN   TestKillWithStopSignalAndRestartPolicies
10:34:37 [2021-04-02T10:34:37.496Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s)
10:34:37 [2021-04-02T10:34:37.496Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
10:34:37 [2021-04-02T10:34:37.496Z] === RUN   TestKillStoppedContainer
10:34:37 [2021-04-02T10:34:37.496Z] --- SKIP: TestKillStoppedContainer (0.00s)
10:34:37 [2021-04-02T10:34:37.496Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
10:34:37 [2021-04-02T10:34:37.496Z] === RUN   TestKillStoppedContainerAPIPre120
10:34:37 [2021-04-02T10:34:37.496Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s)
10:34:37 [2021-04-02T10:34:37.496Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
10:34:37 [2021-04-02T10:34:37.496Z] === RUN   TestKillDifferentUserContainer
10:34:37 [2021-04-02T10:34:37.496Z] --- SKIP: TestKillDifferentUserContainer (0.00s)
10:34:37 [2021-04-02T10:34:37.496Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
10:34:37 [2021-04-02T10:34:37.496Z] === RUN   TestInspectOomKilledTrue
10:34:37 [2021-04-02T10:34:37.496Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
10:34:37 [2021-04-02T10:34:37.496Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
10:34:37 [2021-04-02T10:34:37.496Z] === RUN   TestInspectOomKilledFalse
10:34:37 [2021-04-02T10:34:37.496Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
10:34:37 [2021-04-02T10:34:37.496Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
10:34:37 [2021-04-02T10:34:37.496Z] === RUN   TestLogsFollowTailEmpty
10:34:39 [2021-04-02T10:34:39.072Z] --- PASS: TestLogsFollowTailEmpty (1.72s)
10:34:39 [2021-04-02T10:34:39.072Z] === RUN   TestNetworkNat
10:34:39 [2021-04-02T10:34:39.072Z] --- SKIP: TestNetworkNat (0.00s)
10:34:39 [2021-04-02T10:34:39.072Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
10:34:39 [2021-04-02T10:34:39.072Z] === RUN   TestNetworkLocalhostTCPNat
10:34:39 [2021-04-02T10:34:39.883Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
10:34:40 [2021-04-02T10:34:40.453Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
10:34:41 [2021-04-02T10:34:41.023Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
10:34:41 [2021-04-02T10:34:41.294Z] --- PASS: TestNetworkLocalhostTCPNat (2.11s)
10:34:41 [2021-04-02T10:34:41.294Z] === RUN   TestNetworkLoopbackNat
10:34:41 [2021-04-02T10:34:41.294Z] --- SKIP: TestNetworkLoopbackNat (0.00s)
10:34:41 [2021-04-02T10:34:41.294Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
10:34:41 [2021-04-02T10:34:41.294Z] === RUN   TestPause
10:34:41 [2021-04-02T10:34:41.294Z] --- SKIP: TestPause (0.00s)
10:34:41 [2021-04-02T10:34:41.294Z]     pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
10:34:41 [2021-04-02T10:34:41.294Z] === RUN   TestPauseFailsOnWindowsServerContainers
10:34:42 [2021-04-02T10:34:42.864Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.75s)
10:34:42 [2021-04-02T10:34:42.864Z] === RUN   TestPauseStopPausedContainer
10:34:42 [2021-04-02T10:34:42.864Z] --- SKIP: TestPauseStopPausedContainer (0.00s)
10:34:42 [2021-04-02T10:34:42.864Z]     pause_test.go:69: testEnv.DaemonInfo.OSType == "windows"
10:34:42 [2021-04-02T10:34:42.864Z] === RUN   TestPsFilter
10:34:43 [2021-04-02T10:34:43.334Z] --- PASS: TestPsFilter (0.21s)
10:34:43 [2021-04-02T10:34:43.334Z] === RUN   TestRemoveContainerWithRemovedVolume
10:34:43 [2021-04-02T10:34:43.559Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
10:34:43 [2021-04-02T10:34:43.818Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
10:34:43 [2021-04-02T10:34:43.818Z] === RUN   TestDockerSuite/TestRestartPolicyNO
10:34:43 [2021-04-02T10:34:43.818Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
10:34:44 [2021-04-02T10:34:44.077Z] === RUN   TestDockerSuite/TestRestartRunningContainer
10:34:45 [2021-04-02T10:34:45.556Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.02s)
10:34:45 [2021-04-02T10:34:45.556Z] === RUN   TestRemoveContainerWithVolume
10:34:47 [2021-04-02T10:34:47.126Z] --- PASS: TestRemoveContainerWithVolume (1.98s)
10:34:47 [2021-04-02T10:34:47.126Z] === RUN   TestRemoveContainerRunning
10:34:47 [2021-04-02T10:34:47.367Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
10:34:47 [2021-04-02T10:34:47.627Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
10:34:48 [2021-04-02T10:34:48.696Z] --- PASS: TestRemoveContainerRunning (1.73s)
10:34:48 [2021-04-02T10:34:48.696Z] === RUN   TestRemoveContainerForceRemoveRunning
10:34:49 [2021-04-02T10:34:49.006Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
10:34:50 [2021-04-02T10:34:50.924Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.72s)
10:34:50 [2021-04-02T10:34:50.924Z] === RUN   TestRemoveInvalidContainer
10:34:50 [2021-04-02T10:34:50.924Z] --- PASS: TestRemoveInvalidContainer (0.03s)
10:34:50 [2021-04-02T10:34:50.924Z] === RUN   TestRenameLinkedContainer
10:34:50 [2021-04-02T10:34:50.924Z] --- SKIP: TestRenameLinkedContainer (0.00s)
10:34:50 [2021-04-02T10:34:50.924Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
10:34:50 [2021-04-02T10:34:50.924Z] === RUN   TestRenameStoppedContainer
10:34:53 [2021-04-02T10:34:53.149Z] --- PASS: TestRenameStoppedContainer (2.12s)
10:34:53 [2021-04-02T10:34:53.149Z] === RUN   TestRenameRunningContainerAndReuse
10:34:54 [2021-04-02T10:34:54.280Z] === RUN   TestDockerSuite/TestRestartWithVolumes
10:34:54 [2021-04-02T10:34:54.848Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
10:34:56 [2021-04-02T10:34:56.234Z] === RUN   TestDockerSuite/TestRmiBlank
10:34:56 [2021-04-02T10:34:56.492Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
10:34:56 [2021-04-02T10:34:56.492Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
10:34:56 [2021-04-02T10:34:56.959Z] --- PASS: TestRenameRunningContainerAndReuse (3.65s)
10:34:56 [2021-04-02T10:34:56.959Z] === RUN   TestRenameInvalidName
10:34:57 [2021-04-02T10:34:57.951Z] --- PASS: TestRenameInvalidName (1.70s)
10:34:57 [2021-04-02T10:34:57.951Z] === RUN   TestRenameAnonymousContainer
10:34:57 [2021-04-02T10:34:57.951Z] --- SKIP: TestRenameAnonymousContainer (0.00s)
10:34:57 [2021-04-02T10:34:57.951Z]     rename_test.go:126: testEnv.OSType == "windows": FIXME
10:34:57 [2021-04-02T10:34:57.951Z] === RUN   TestRenameContainerWithSameName
10:35:00 [2021-04-02T10:35:00.174Z] --- PASS: TestRenameContainerWithSameName (1.71s)
10:35:00 [2021-04-02T10:35:00.174Z] === RUN   TestRenameContainerWithLinkedContainer
10:35:00 [2021-04-02T10:35:00.174Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s)
10:35:00 [2021-04-02T10:35:00.174Z]     rename_test.go:194: testEnv.OSType == "windows": FIXME
10:35:00 [2021-04-02T10:35:00.174Z] === RUN   TestResize
10:35:01 [2021-04-02T10:35:01.744Z] --- PASS: TestResize (1.74s)
10:35:01 [2021-04-02T10:35:01.744Z] === RUN   TestResizeWithInvalidSize
10:35:01 [2021-04-02T10:35:01.744Z] --- SKIP: TestResizeWithInvalidSize (0.00s)
10:35:01 [2021-04-02T10:35:01.744Z]     resize_test.go:37: testEnv.OSType == "windows": FIXME
10:35:01 [2021-04-02T10:35:01.744Z] === RUN   TestResizeWhenContainerNotStarted
10:35:01 [2021-04-02T10:35:01.766Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
10:35:01 [2021-04-02T10:35:01.766Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
10:35:02 [2021-04-02T10:35:02.025Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
10:35:02 [2021-04-02T10:35:02.025Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
10:35:03 [2021-04-02T10:35:03.968Z] --- PASS: TestResizeWhenContainerNotStarted (2.02s)
10:35:03 [2021-04-02T10:35:03.968Z] === RUN   TestDaemonRestartKillContainers
10:35:03 [2021-04-02T10:35:03.968Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
10:35:03 [2021-04-02T10:35:03.968Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
10:35:03 [2021-04-02T10:35:03.968Z] === RUN   TestStats
10:35:03 [2021-04-02T10:35:03.968Z] --- SKIP: TestStats (0.00s)
10:35:03 [2021-04-02T10:35:03.968Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
10:35:03 [2021-04-02T10:35:03.968Z] === RUN   TestStopContainerWithRestartPolicyAlways
10:35:04 [2021-04-02T10:35:04.566Z] === RUN   TestDockerSuite/TestRmiImgIDForce
10:35:05 [2021-04-02T10:35:05.504Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
10:35:07 [2021-04-02T10:35:07.410Z] === RUN   TestDockerSuite/TestRmiParentImageFail
10:35:07 [2021-04-02T10:35:07.769Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.91s)
10:35:07 [2021-04-02T10:35:07.769Z] === RUN   TestStopContainerWithTimeout
10:35:07 [2021-04-02T10:35:07.769Z] --- SKIP: TestStopContainerWithTimeout (0.00s)
10:35:07 [2021-04-02T10:35:07.769Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
10:35:07 [2021-04-02T10:35:07.769Z] === RUN   TestUpdateRestartPolicy
10:35:07 [2021-04-02T10:35:07.977Z] === RUN   TestDockerSuite/TestRmiTag
10:35:07 [2021-04-02T10:35:07.977Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
10:35:08 [2021-04-02T10:35:08.914Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
10:35:13 [2021-04-02T10:35:13.107Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
10:35:13 [2021-04-02T10:35:13.369Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
10:35:14 [2021-04-02T10:35:14.306Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
10:35:14 [2021-04-02T10:35:14.566Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
10:35:15 [2021-04-02T10:35:15.134Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
10:35:16 [2021-04-02T10:35:16.523Z] === RUN   TestDockerSuite/TestRunAddHost
10:35:17 [2021-04-02T10:35:17.091Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
10:35:18 [2021-04-02T10:35:18.028Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
10:35:18 [2021-04-02T10:35:18.964Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
10:35:18 [2021-04-02T10:35:18.964Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
10:35:18 [2021-04-02T10:35:18.964Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
10:35:19 [2021-04-02T10:35:19.902Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
10:35:22 [2021-04-02T10:35:22.437Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
10:35:22 [2021-04-02T10:35:22.696Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
10:35:22 [2021-04-02T10:35:22.954Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
10:35:24 [2021-04-02T10:35:24.333Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
10:35:26 [2021-04-02T10:35:26.238Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
10:35:26 [2021-04-02T10:35:26.496Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
10:35:27 [2021-04-02T10:35:27.066Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
10:35:29 [2021-04-02T10:35:29.030Z] --- PASS: TestUpdateRestartPolicy (19.28s)
10:35:29 [2021-04-02T10:35:29.030Z] === RUN   TestUpdateRestartWithAutoRemove
10:35:29 [2021-04-02T10:35:29.030Z] --- PASS: TestUpdateRestartWithAutoRemove (1.76s)
10:35:29 [2021-04-02T10:35:29.030Z] === RUN   TestWaitNonBlocked
10:35:29 [2021-04-02T10:35:29.030Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
10:35:29 [2021-04-02T10:35:29.030Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
10:35:29 [2021-04-02T10:35:29.030Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
10:35:29 [2021-04-02T10:35:29.030Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
10:35:29 [2021-04-02T10:35:29.030Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
10:35:29 [2021-04-02T10:35:29.030Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
10:35:29 [2021-04-02T10:35:29.605Z] === RUN   TestDockerSuite/TestRunAttachDetach
10:35:30 [2021-04-02T10:35:30.175Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
10:35:31 [2021-04-02T10:35:31.111Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
10:35:31 [2021-04-02T10:35:31.678Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
10:35:32 [2021-04-02T10:35:32.246Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
10:35:33 [2021-04-02T10:35:33.190Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
10:35:34 [2021-04-02T10:35:34.127Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
10:35:35 [2021-04-02T10:35:35.505Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
10:35:35 [2021-04-02T10:35:35.505Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
10:35:36 [2021-04-02T10:35:36.217Z] --- PASS: TestWaitNonBlocked (0.03s)
10:35:36 [2021-04-02T10:35:36.217Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.64s)
10:35:36 [2021-04-02T10:35:36.217Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (7.20s)
10:35:36 [2021-04-02T10:35:36.217Z] === RUN   TestWaitBlocked
10:35:36 [2021-04-02T10:35:36.217Z] --- SKIP: TestWaitBlocked (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
10:35:36 [2021-04-02T10:35:36.217Z] PASS
10:35:36 [2021-04-02T10:35:36.217Z] ok  	github.com/docker/docker/integration/container	75.267s
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === Skipped
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.03s)
10:35:36 [2021-04-02T10:35:36.217Z]     copy_test.go:38: testEnv.OSType == "windows"
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.03s)
10:35:36 [2021-04-02T10:35:36.217Z]     copy_test.go:63: testEnv.OSType == "windows"
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     copy_test.go:74: testEnv.DaemonInfo.OSType == "windows"
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s)
10:35:36 [2021-04-02T10:35:36.217Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]         kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     pause_test.go:69: testEnv.DaemonInfo.OSType == "windows"
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     rename_test.go:126: testEnv.OSType == "windows": FIXME
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     rename_test.go:194: testEnv.OSType == "windows": FIXME
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     resize_test.go:37: testEnv.OSType == "windows": FIXME
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s)
10:35:36 [2021-04-02T10:35:36.217Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] 
10:35:36 [2021-04-02T10:35:36.217Z] DONE 88 tests, 37 skipped in 77.912s
10:35:36 [2021-04-02T10:35:36.217Z] Running D:\gopath\src\github.com\docker\docker\integration\image
10:35:36 [2021-04-02T10:35:36.883Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
10:35:37 [2021-04-02T10:35:37.789Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
10:35:37 [2021-04-02T10:35:37.789Z] INFO: Testing against a local daemon
10:35:37 [2021-04-02T10:35:37.789Z] === RUN   TestCommitInheritsEnv
10:35:37 [2021-04-02T10:35:37.789Z] --- SKIP: TestCommitInheritsEnv (0.00s)
10:35:37 [2021-04-02T10:35:37.789Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
10:35:37 [2021-04-02T10:35:37.789Z] === RUN   TestImportExtremelyLargeImageWorks
10:35:37 [2021-04-02T10:35:37.789Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
10:35:37 [2021-04-02T10:35:37.789Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
10:35:37 [2021-04-02T10:35:37.789Z] === RUN   TestImagesFilterMultiReference
10:35:37 [2021-04-02T10:35:37.789Z] --- PASS: TestImagesFilterMultiReference (0.08s)
10:35:37 [2021-04-02T10:35:37.789Z] === RUN   TestImagePullPlatformInvalid
10:35:37 [2021-04-02T10:35:37.821Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
10:35:38 [2021-04-02T10:35:38.260Z] --- PASS: TestImagePullPlatformInvalid (0.04s)
10:35:38 [2021-04-02T10:35:38.260Z] === RUN   TestRemoveImageOrphaning
10:35:38 [2021-04-02T10:35:38.758Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
10:35:39 [2021-04-02T10:35:39.251Z] --- PASS: TestRemoveImageOrphaning (0.94s)
10:35:39 [2021-04-02T10:35:39.251Z] === RUN   TestTagUnprefixedRepoByNameOrName
10:35:39 [2021-04-02T10:35:39.251Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s)
10:35:39 [2021-04-02T10:35:39.251Z] === RUN   TestTagInvalidReference
10:35:39 [2021-04-02T10:35:39.251Z] --- PASS: TestTagInvalidReference (0.03s)
10:35:39 [2021-04-02T10:35:39.251Z] === RUN   TestTagValidPrefixedRepo
10:35:39 [2021-04-02T10:35:39.251Z] --- PASS: TestTagValidPrefixedRepo (0.07s)
10:35:39 [2021-04-02T10:35:39.251Z] === RUN   TestTagExistedNameWithoutForce
10:35:39 [2021-04-02T10:35:39.251Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
10:35:39 [2021-04-02T10:35:39.251Z] === RUN   TestTagOfficialNames
10:35:39 [2021-04-02T10:35:39.251Z] --- PASS: TestTagOfficialNames (0.09s)
10:35:39 [2021-04-02T10:35:39.251Z] === RUN   TestTagMatchesDigest
10:35:39 [2021-04-02T10:35:39.251Z] --- PASS: TestTagMatchesDigest (0.03s)
10:35:39 [2021-04-02T10:35:39.251Z] PASS
10:35:39 [2021-04-02T10:35:39.251Z] ok  	github.com/docker/docker/integration/image	1.510s
10:35:39 [2021-04-02T10:35:39.251Z] 
10:35:39 [2021-04-02T10:35:39.251Z] === Skipped
10:35:39 [2021-04-02T10:35:39.251Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s)
10:35:39 [2021-04-02T10:35:39.251Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
10:35:39 [2021-04-02T10:35:39.251Z] 
10:35:39 [2021-04-02T10:35:39.251Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s)
10:35:39 [2021-04-02T10:35:39.251Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
10:35:39 [2021-04-02T10:35:39.251Z] 
10:35:39 [2021-04-02T10:35:39.251Z] 
10:35:39 [2021-04-02T10:35:39.251Z] DONE 11 tests, 2 skipped in 3.499s
10:35:39 [2021-04-02T10:35:39.251Z] Running D:\gopath\src\github.com\docker\docker\integration\network
10:35:39 [2021-04-02T10:35:39.326Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
10:35:39 [2021-04-02T10:35:39.326Z] === RUN   TestDockerSuite/TestRunBindMounts
10:35:41 [2021-04-02T10:35:41.476Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
10:35:41 [2021-04-02T10:35:41.476Z] INFO: Testing against a local daemon
10:35:41 [2021-04-02T10:35:41.476Z] === RUN   TestNetworkCreateDelete
10:35:41 [2021-04-02T10:35:41.476Z] --- SKIP: TestNetworkCreateDelete (0.00s)
10:35:41 [2021-04-02T10:35:41.476Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
10:35:41 [2021-04-02T10:35:41.476Z] === RUN   TestDockerNetworkDeletePreferID
10:35:41 [2021-04-02T10:35:41.476Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s)
10:35:41 [2021-04-02T10:35:41.476Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
10:35:41 [2021-04-02T10:35:41.476Z] === RUN   TestDaemonDNSFallback
10:35:41 [2021-04-02T10:35:41.476Z] --- SKIP: TestDaemonDNSFallback (0.00s)
10:35:41 [2021-04-02T10:35:41.476Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
10:35:41 [2021-04-02T10:35:41.476Z] === RUN   TestInspectNetwork
10:35:41 [2021-04-02T10:35:41.476Z] --- SKIP: TestInspectNetwork (0.00s)
10:35:41 [2021-04-02T10:35:41.476Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
10:35:41 [2021-04-02T10:35:41.476Z] === RUN   TestRunContainerWithBridgeNone
10:35:41 [2021-04-02T10:35:41.476Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
10:35:41 [2021-04-02T10:35:41.476Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
10:35:41 [2021-04-02T10:35:41.476Z] === RUN   TestNetworkInvalidJSON
10:35:41 [2021-04-02T10:35:41.476Z] === RUN   TestNetworkInvalidJSON//networks/create
10:35:41 [2021-04-02T10:35:41.476Z] === PAUSE TestNetworkInvalidJSON//networks/create
10:35:41 [2021-04-02T10:35:41.476Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
10:35:41 [2021-04-02T10:35:41.476Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
10:35:41 [2021-04-02T10:35:41.476Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
10:35:41 [2021-04-02T10:35:41.476Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
10:35:41 [2021-04-02T10:35:41.476Z] === CONT  TestNetworkInvalidJSON//networks/create
10:35:41 [2021-04-02T10:35:41.476Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
10:35:41 [2021-04-02T10:35:41.476Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
10:35:41 [2021-04-02T10:35:41.476Z] --- PASS: TestNetworkInvalidJSON (0.03s)
10:35:41 [2021-04-02T10:35:41.476Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
10:35:41 [2021-04-02T10:35:41.476Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
10:35:41 [2021-04-02T10:35:41.476Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s)
10:35:41 [2021-04-02T10:35:41.476Z] === RUN   TestNetworkList
10:35:41 [2021-04-02T10:35:41.476Z] === RUN   TestNetworkList//networks
10:35:41 [2021-04-02T10:35:41.476Z] === PAUSE TestNetworkList//networks
10:35:41 [2021-04-02T10:35:41.476Z] === RUN   TestNetworkList//networks/
10:35:41 [2021-04-02T10:35:41.476Z] === PAUSE TestNetworkList//networks/
10:35:41 [2021-04-02T10:35:41.859Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
10:35:41 [2021-04-02T10:35:41.946Z] === CONT  TestNetworkList//networks
10:35:41 [2021-04-02T10:35:41.946Z] === CONT  TestNetworkList//networks/
10:35:41 [2021-04-02T10:35:41.946Z] --- PASS: TestNetworkList (0.03s)
10:35:41 [2021-04-02T10:35:41.946Z]     --- PASS: TestNetworkList//networks (0.00s)
10:35:41 [2021-04-02T10:35:41.946Z]     --- PASS: TestNetworkList//networks/ (0.00s)
10:35:41 [2021-04-02T10:35:41.946Z] === RUN   TestHostIPv4BridgeLabel
10:35:41 [2021-04-02T10:35:41.946Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
10:35:41 [2021-04-02T10:35:41.946Z]     network_test.go:126: testEnv.OSType == "windows"
10:35:41 [2021-04-02T10:35:41.946Z] === RUN   TestDaemonRestartWithLiveRestore
10:35:41 [2021-04-02T10:35:41.946Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s)
10:35:41 [2021-04-02T10:35:41.946Z]     service_test.go:29: testEnv.OSType == "windows"
10:35:41 [2021-04-02T10:35:41.946Z] === RUN   TestDaemonDefaultNetworkPools
10:35:41 [2021-04-02T10:35:41.946Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s)
10:35:41 [2021-04-02T10:35:41.946Z]     service_test.go:58: testEnv.OSType == "windows"
10:35:41 [2021-04-02T10:35:41.946Z] === RUN   TestDaemonRestartWithExistingNetwork
10:35:41 [2021-04-02T10:35:41.946Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
10:35:41 [2021-04-02T10:35:41.946Z]     service_test.go:102: testEnv.OSType == "windows"
10:35:41 [2021-04-02T10:35:41.946Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
10:35:41 [2021-04-02T10:35:41.946Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
10:35:41 [2021-04-02T10:35:41.946Z]     service_test.go:136: testEnv.OSType == "windows"
10:35:41 [2021-04-02T10:35:41.946Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
10:35:41 [2021-04-02T10:35:41.946Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
10:35:41 [2021-04-02T10:35:41.946Z]     service_test.go:187: testEnv.OSType == "windows"
10:35:41 [2021-04-02T10:35:41.946Z] === RUN   TestServiceWithPredefinedNetwork
10:35:41 [2021-04-02T10:35:41.946Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
10:35:41 [2021-04-02T10:35:41.946Z]     service_test.go:212: testEnv.OSType == "windows"
10:35:41 [2021-04-02T10:35:41.946Z] === RUN   TestServiceRemoveKeepsIngressNetwork
10:35:41 [2021-04-02T10:35:41.946Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
10:35:41 [2021-04-02T10:35:41.947Z]     service_test.go:242: FLAKY_TEST
10:35:41 [2021-04-02T10:35:41.947Z] === RUN   TestServiceWithDataPathPortInit
10:35:41 [2021-04-02T10:35:41.947Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
10:35:41 [2021-04-02T10:35:41.947Z]     service_test.go:332: testEnv.OSType == "windows"
10:35:41 [2021-04-02T10:35:41.947Z] === RUN   TestServiceWithDefaultAddressPoolInit
10:35:41 [2021-04-02T10:35:41.947Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
10:35:41 [2021-04-02T10:35:41.947Z]     service_test.go:400: testEnv.OSType == "windows"
10:35:41 [2021-04-02T10:35:41.947Z] PASS
10:35:41 [2021-04-02T10:35:41.947Z] ok  	github.com/docker/docker/integration/network	0.220s
10:35:41 [2021-04-02T10:35:41.947Z] 
10:35:41 [2021-04-02T10:35:41.947Z] === Skipped
10:35:41 [2021-04-02T10:35:41.947Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s)
10:35:41 [2021-04-02T10:35:41.947Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
10:35:41 [2021-04-02T10:35:41.947Z] 
10:35:41 [2021-04-02T10:35:41.947Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s)
10:35:41 [2021-04-02T10:35:41.947Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
10:35:41 [2021-04-02T10:35:41.947Z] 
10:35:41 [2021-04-02T10:35:41.947Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s)
10:35:41 [2021-04-02T10:35:41.947Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
10:35:41 [2021-04-02T10:35:41.947Z] 
10:35:41 [2021-04-02T10:35:41.947Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s)
10:35:41 [2021-04-02T10:35:41.947Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
10:35:41 [2021-04-02T10:35:41.947Z] 
10:35:41 [2021-04-02T10:35:41.947Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s)
10:35:41 [2021-04-02T10:35:41.947Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
10:35:41 [2021-04-02T10:35:41.947Z] 
10:35:41 [2021-04-02T10:35:41.947Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s)
10:35:41 [2021-04-02T10:35:41.947Z]     network_test.go:126: testEnv.OSType == "windows"
10:35:41 [2021-04-02T10:35:41.947Z] 
10:35:41 [2021-04-02T10:35:41.947Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s)
10:35:41 [2021-04-02T10:35:41.947Z]     service_test.go:29: testEnv.OSType == "windows"
10:35:41 [2021-04-02T10:35:41.947Z] 
10:35:41 [2021-04-02T10:35:41.947Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s)
10:35:41 [2021-04-02T10:35:41.947Z]     service_test.go:58: testEnv.OSType == "windows"
10:35:41 [2021-04-02T10:35:41.947Z] 
10:35:41 [2021-04-02T10:35:41.947Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s)
10:35:41 [2021-04-02T10:35:41.947Z]     service_test.go:102: testEnv.OSType == "windows"
10:35:41 [2021-04-02T10:35:41.947Z] 
10:35:41 [2021-04-02T10:35:41.947Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
10:35:41 [2021-04-02T10:35:41.947Z]     service_test.go:136: testEnv.OSType == "windows"
10:35:41 [2021-04-02T10:35:41.947Z] 
10:35:41 [2021-04-02T10:35:41.947Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
10:35:41 [2021-04-02T10:35:41.947Z]     service_test.go:187: testEnv.OSType == "windows"
10:35:41 [2021-04-02T10:35:41.947Z] 
10:35:41 [2021-04-02T10:35:41.947Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s)
10:35:41 [2021-04-02T10:35:41.947Z]     service_test.go:212: testEnv.OSType == "windows"
10:35:41 [2021-04-02T10:35:41.947Z] 
10:35:41 [2021-04-02T10:35:41.947Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s)
10:35:41 [2021-04-02T10:35:41.947Z]     service_test.go:242: FLAKY_TEST
10:35:41 [2021-04-02T10:35:41.947Z] 
10:35:41 [2021-04-02T10:35:41.947Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s)
10:35:41 [2021-04-02T10:35:41.947Z]     service_test.go:332: testEnv.OSType == "windows"
10:35:41 [2021-04-02T10:35:41.947Z] 
10:35:41 [2021-04-02T10:35:41.947Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s)
10:35:41 [2021-04-02T10:35:41.947Z]     service_test.go:400: testEnv.OSType == "windows"
10:35:41 [2021-04-02T10:35:41.947Z] 
10:35:41 [2021-04-02T10:35:41.947Z] 
10:35:41 [2021-04-02T10:35:41.947Z] DONE 22 tests, 15 skipped in 2.420s
10:35:41 [2021-04-02T10:35:41.947Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan
10:35:42 [2021-04-02T10:35:42.427Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
10:35:42 [2021-04-02T10:35:42.936Z] testing: warning: no tests to run
10:35:42 [2021-04-02T10:35:42.936Z] PASS
10:35:42 [2021-04-02T10:35:42.936Z] ok  	github.com/docker/docker/integration/network/ipvlan	0.068s
10:35:42 [2021-04-02T10:35:42.936Z] 
10:35:42 [2021-04-02T10:35:42.936Z] DONE 0 tests in 0.736s
10:35:42 [2021-04-02T10:35:42.936Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan
10:35:42 [2021-04-02T10:35:42.994Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
10:35:43 [2021-04-02T10:35:43.407Z] testing: warning: no tests to run
10:35:43 [2021-04-02T10:35:43.407Z] PASS
10:35:43 [2021-04-02T10:35:43.407Z] ok  	github.com/docker/docker/integration/network/macvlan	0.078s
10:35:43 [2021-04-02T10:35:43.407Z] 
10:35:43 [2021-04-02T10:35:43.407Z] DONE 0 tests in 0.784s
10:35:43 [2021-04-02T10:35:43.407Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin
10:35:44 [2021-04-02T10:35:44.008Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
10:35:44 [2021-04-02T10:35:44.397Z] testing: warning: no tests to run
10:35:44 [2021-04-02T10:35:44.397Z] PASS
10:35:44 [2021-04-02T10:35:44.397Z] ok  	github.com/docker/docker/integration/plugin	0.073s
10:35:44 [2021-04-02T10:35:44.397Z] 
10:35:44 [2021-04-02T10:35:44.397Z] DONE 0 tests in 0.733s
10:35:44 [2021-04-02T10:35:44.397Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz
10:35:44 [2021-04-02T10:35:44.576Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
10:35:44 [2021-04-02T10:35:44.576Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
10:35:45 [2021-04-02T10:35:45.143Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
10:35:45 [2021-04-02T10:35:45.388Z] testing: warning: no tests to run
10:35:45 [2021-04-02T10:35:45.388Z] PASS
10:35:45 [2021-04-02T10:35:45.388Z] ok  	github.com/docker/docker/integration/plugin/authz	0.068s
10:35:45 [2021-04-02T10:35:45.388Z] 
10:35:45 [2021-04-02T10:35:45.388Z] DONE 0 tests in 0.750s
10:35:45 [2021-04-02T10:35:45.388Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common
10:35:46 [2021-04-02T10:35:46.079Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
10:35:46 [2021-04-02T10:35:46.647Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
10:35:47 [2021-04-02T10:35:47.583Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
10:35:48 [2021-04-02T10:35:48.150Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
10:35:48 [2021-04-02T10:35:48.150Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
10:35:49 [2021-04-02T10:35:49.088Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
10:35:49 [2021-04-02T10:35:49.088Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
10:35:49 [2021-04-02T10:35:49.088Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
10:35:50 [2021-04-02T10:35:50.024Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
10:35:50 [2021-04-02T10:35:50.965Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
10:35:52 [2021-04-02T10:35:52.346Z] === RUN   TestDockerSuite/TestRunContainerNetwork
10:35:52 [2021-04-02T10:35:52.579Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
10:35:52 [2021-04-02T10:35:52.579Z] INFO: Testing against a local daemon
10:35:52 [2021-04-02T10:35:52.579Z] === RUN   TestPluginInvalidJSON
10:35:52 [2021-04-02T10:35:52.579Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
10:35:52 [2021-04-02T10:35:52.579Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
10:35:52 [2021-04-02T10:35:52.579Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
10:35:52 [2021-04-02T10:35:52.579Z] --- PASS: TestPluginInvalidJSON (0.06s)
10:35:52 [2021-04-02T10:35:52.579Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s)
10:35:52 [2021-04-02T10:35:52.579Z] === RUN   TestPluginInstall
10:35:52 [2021-04-02T10:35:52.579Z] --- SKIP: TestPluginInstall (0.00s)
10:35:52 [2021-04-02T10:35:52.579Z]     plugin_test.go:58: testEnv.OSType == "windows"
10:35:52 [2021-04-02T10:35:52.579Z] === RUN   TestPluginsWithRuntimes
10:35:52 [2021-04-02T10:35:52.579Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
10:35:52 [2021-04-02T10:35:52.579Z]     plugin_test.go:167: testEnv.OSType == "windows"
10:35:52 [2021-04-02T10:35:52.579Z] PASS
10:35:52 [2021-04-02T10:35:52.579Z] ok  	github.com/docker/docker/integration/plugin/common	0.212s
10:35:52 [2021-04-02T10:35:52.579Z] 
10:35:52 [2021-04-02T10:35:52.579Z] === Skipped
10:35:52 [2021-04-02T10:35:52.579Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
10:35:52 [2021-04-02T10:35:52.579Z]     plugin_test.go:58: testEnv.OSType == "windows"
10:35:52 [2021-04-02T10:35:52.579Z] 
10:35:52 [2021-04-02T10:35:52.579Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s)
10:35:52 [2021-04-02T10:35:52.579Z]     plugin_test.go:167: testEnv.OSType == "windows"
10:35:52 [2021-04-02T10:35:52.579Z] 
10:35:52 [2021-04-02T10:35:52.579Z] 
10:35:52 [2021-04-02T10:35:52.579Z] DONE 4 tests, 2 skipped in 7.509s
10:35:52 [2021-04-02T10:35:52.579Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
10:35:52 [2021-04-02T10:35:52.914Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
10:35:52 [2021-04-02T10:35:52.914Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
10:35:53 [2021-04-02T10:35:53.850Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
10:35:55 [2021-04-02T10:35:55.227Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
10:35:55 [2021-04-02T10:35:55.546Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
10:35:55 [2021-04-02T10:35:55.546Z] INFO: Testing against a local daemon
10:35:55 [2021-04-02T10:35:55.546Z] === RUN   TestExternalGraphDriver
10:35:55 [2021-04-02T10:35:55.546Z] --- SKIP: TestExternalGraphDriver (0.00s)
10:35:55 [2021-04-02T10:35:55.546Z]     external_test.go:48: runtime.GOOS == "windows"
10:35:55 [2021-04-02T10:35:55.546Z] === RUN   TestGraphdriverPluginV2
10:35:55 [2021-04-02T10:35:55.546Z] --- SKIP: TestGraphdriverPluginV2 (0.00s)
10:35:55 [2021-04-02T10:35:55.546Z]     external_test.go:408: runtime.GOOS == "windows"
10:35:55 [2021-04-02T10:35:55.546Z] PASS
10:35:55 [2021-04-02T10:35:55.546Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	0.197s
10:35:56 [2021-04-02T10:35:56.016Z] 
10:35:56 [2021-04-02T10:35:56.016Z] === Skipped
10:35:56 [2021-04-02T10:35:56.016Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
10:35:56 [2021-04-02T10:35:56.016Z]     external_test.go:48: runtime.GOOS == "windows"
10:35:56 [2021-04-02T10:35:56.016Z] 
10:35:56 [2021-04-02T10:35:56.016Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s)
10:35:56 [2021-04-02T10:35:56.016Z]     external_test.go:408: runtime.GOOS == "windows"
10:35:56 [2021-04-02T10:35:56.016Z] 
10:35:56 [2021-04-02T10:35:56.016Z] 
10:35:56 [2021-04-02T10:35:56.016Z] DONE 2 tests, 2 skipped in 3.074s
10:35:56 [2021-04-02T10:35:56.016Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging
10:35:56 [2021-04-02T10:35:56.603Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
10:35:57 [2021-04-02T10:35:57.540Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
10:35:58 [2021-04-02T10:35:58.243Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
10:35:58 [2021-04-02T10:35:58.244Z] INFO: Testing against a local daemon
10:35:58 [2021-04-02T10:35:58.244Z] === RUN   TestReadPluginNoRead
10:35:58 [2021-04-02T10:35:58.244Z] --- SKIP: TestReadPluginNoRead (0.00s)
10:35:58 [2021-04-02T10:35:58.244Z]     read_test.go:21: no unix domain sockets on Windows
10:35:58 [2021-04-02T10:35:58.244Z] PASS
10:35:58 [2021-04-02T10:35:58.244Z] ok  	github.com/docker/docker/integration/plugin/logging	0.199s
10:35:58 [2021-04-02T10:35:58.244Z] 
10:35:58 [2021-04-02T10:35:58.244Z] === Skipped
10:35:58 [2021-04-02T10:35:58.244Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
10:35:58 [2021-04-02T10:35:58.244Z]     read_test.go:21: no unix domain sockets on Windows
10:35:58 [2021-04-02T10:35:58.244Z] 
10:35:58 [2021-04-02T10:35:58.244Z] 
10:35:58 [2021-04-02T10:35:58.244Z] DONE 1 tests, 1 skipped in 2.420s
10:35:58 [2021-04-02T10:35:58.244Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard
10:35:58 [2021-04-02T10:35:58.476Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
10:35:59 [2021-04-02T10:35:59.043Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
10:35:59 [2021-04-02T10:35:59.610Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
10:35:59 [2021-04-02T10:35:59.815Z] testing: warning: no tests to run
10:35:59 [2021-04-02T10:35:59.815Z] PASS
10:35:59 [2021-04-02T10:35:59.815Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	0.113s
10:35:59 [2021-04-02T10:35:59.815Z] 
10:35:59 [2021-04-02T10:35:59.815Z] DONE 0 tests in 1.316s
10:35:59 [2021-04-02T10:35:59.815Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes
10:36:00 [2021-04-02T10:36:00.547Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
10:36:01 [2021-04-02T10:36:01.117Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
10:36:02 [2021-04-02T10:36:02.038Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
10:36:02 [2021-04-02T10:36:02.038Z] INFO: Testing against a local daemon
10:36:02 [2021-04-02T10:36:02.038Z] === RUN   TestPluginWithDevMounts
10:36:02 [2021-04-02T10:36:02.038Z] --- SKIP: TestPluginWithDevMounts (0.00s)
10:36:02 [2021-04-02T10:36:02.038Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
10:36:02 [2021-04-02T10:36:02.038Z] PASS
10:36:02 [2021-04-02T10:36:02.038Z] ok  	github.com/docker/docker/integration/plugin/volumes	0.202s
10:36:02 [2021-04-02T10:36:02.496Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
10:36:02 [2021-04-02T10:36:02.507Z] 
10:36:02 [2021-04-02T10:36:02.507Z] === Skipped
10:36:02 [2021-04-02T10:36:02.507Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
10:36:02 [2021-04-02T10:36:02.507Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
10:36:02 [2021-04-02T10:36:02.507Z] 
10:36:02 [2021-04-02T10:36:02.507Z] 
10:36:02 [2021-04-02T10:36:02.507Z] DONE 1 tests, 1 skipped in 2.584s
10:36:02 [2021-04-02T10:36:02.507Z] Running D:\gopath\src\github.com\docker\docker\integration\secret
10:36:03 [2021-04-02T10:36:03.064Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
10:36:04 [2021-04-02T10:36:04.731Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
10:36:04 [2021-04-02T10:36:04.731Z] INFO: Testing against a local daemon
10:36:04 [2021-04-02T10:36:04.731Z] === RUN   TestSecretInspect
10:36:04 [2021-04-02T10:36:04.731Z] --- SKIP: TestSecretInspect (0.00s)
10:36:04 [2021-04-02T10:36:04.731Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
10:36:04 [2021-04-02T10:36:04.731Z] === RUN   TestSecretList
10:36:04 [2021-04-02T10:36:04.731Z] --- SKIP: TestSecretList (0.00s)
10:36:04 [2021-04-02T10:36:04.731Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
10:36:04 [2021-04-02T10:36:04.731Z] === RUN   TestSecretsCreateAndDelete
10:36:04 [2021-04-02T10:36:04.731Z] --- SKIP: TestSecretsCreateAndDelete (0.00s)
10:36:04 [2021-04-02T10:36:04.731Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
10:36:04 [2021-04-02T10:36:04.731Z] === RUN   TestSecretsUpdate
10:36:04 [2021-04-02T10:36:04.731Z] --- SKIP: TestSecretsUpdate (0.00s)
10:36:04 [2021-04-02T10:36:04.731Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
10:36:04 [2021-04-02T10:36:04.731Z] === RUN   TestTemplatedSecret
10:36:04 [2021-04-02T10:36:04.731Z] --- SKIP: TestTemplatedSecret (0.00s)
10:36:04 [2021-04-02T10:36:04.731Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
10:36:04 [2021-04-02T10:36:04.731Z] === RUN   TestSecretCreateResolve
10:36:04 [2021-04-02T10:36:04.731Z] --- SKIP: TestSecretCreateResolve (0.00s)
10:36:04 [2021-04-02T10:36:04.731Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
10:36:04 [2021-04-02T10:36:04.731Z] PASS
10:36:04 [2021-04-02T10:36:04.731Z] ok  	github.com/docker/docker/integration/secret	0.166s
10:36:04 [2021-04-02T10:36:04.731Z] 
10:36:04 [2021-04-02T10:36:04.731Z] === Skipped
10:36:04 [2021-04-02T10:36:04.731Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s)
10:36:04 [2021-04-02T10:36:04.731Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
10:36:04 [2021-04-02T10:36:04.731Z] 
10:36:04 [2021-04-02T10:36:04.731Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s)
10:36:04 [2021-04-02T10:36:04.731Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
10:36:04 [2021-04-02T10:36:04.731Z] 
10:36:04 [2021-04-02T10:36:04.731Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s)
10:36:04 [2021-04-02T10:36:04.731Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
10:36:04 [2021-04-02T10:36:04.731Z] 
10:36:04 [2021-04-02T10:36:04.731Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s)
10:36:04 [2021-04-02T10:36:04.731Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
10:36:04 [2021-04-02T10:36:04.731Z] 
10:36:04 [2021-04-02T10:36:04.731Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s)
10:36:04 [2021-04-02T10:36:04.731Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
10:36:04 [2021-04-02T10:36:04.731Z] 
10:36:04 [2021-04-02T10:36:04.731Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s)
10:36:04 [2021-04-02T10:36:04.731Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
10:36:04 [2021-04-02T10:36:04.731Z] 
10:36:04 [2021-04-02T10:36:04.731Z] 
10:36:04 [2021-04-02T10:36:04.731Z] DONE 6 tests, 6 skipped in 2.137s
10:36:04 [2021-04-02T10:36:04.731Z] Running D:\gopath\src\github.com\docker\docker\integration\service
10:36:06 [2021-04-02T10:36:06.954Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
10:36:06 [2021-04-02T10:36:06.954Z] INFO: Testing against a local daemon
10:36:06 [2021-04-02T10:36:06.954Z] === RUN   TestServiceCreateInit
10:36:06 [2021-04-02T10:36:06.954Z] === RUN   TestServiceCreateInit/daemonInitDisabled
10:36:06 [2021-04-02T10:36:06.954Z] === RUN   TestServiceCreateInit/daemonInitEnabled
10:36:06 [2021-04-02T10:36:06.954Z] --- PASS: TestServiceCreateInit (0.04s)
10:36:06 [2021-04-02T10:36:06.954Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.01s)
10:36:06 [2021-04-02T10:36:06.954Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
10:36:06 [2021-04-02T10:36:06.954Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
10:36:06 [2021-04-02T10:36:06.954Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
10:36:06 [2021-04-02T10:36:06.954Z] === RUN   TestCreateServiceMultipleTimes
10:36:06 [2021-04-02T10:36:06.954Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s)
10:36:06 [2021-04-02T10:36:06.954Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
10:36:06 [2021-04-02T10:36:06.954Z] === RUN   TestCreateServiceConflict
10:36:06 [2021-04-02T10:36:06.954Z] --- SKIP: TestCreateServiceConflict (0.00s)
10:36:06 [2021-04-02T10:36:06.954Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
10:36:06 [2021-04-02T10:36:06.954Z] === RUN   TestCreateServiceMaxReplicas
10:36:06 [2021-04-02T10:36:06.954Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s)
10:36:06 [2021-04-02T10:36:06.954Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
10:36:06 [2021-04-02T10:36:06.954Z] === RUN   TestCreateWithDuplicateNetworkNames
10:36:06 [2021-04-02T10:36:06.954Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s)
10:36:06 [2021-04-02T10:36:06.954Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
10:36:06 [2021-04-02T10:36:06.954Z] === RUN   TestCreateServiceSecretFileMode
10:36:06 [2021-04-02T10:36:06.954Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s)
10:36:06 [2021-04-02T10:36:06.954Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
10:36:06 [2021-04-02T10:36:06.954Z] === RUN   TestCreateServiceConfigFileMode
10:36:06 [2021-04-02T10:36:06.954Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s)
10:36:06 [2021-04-02T10:36:06.954Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
10:36:06 [2021-04-02T10:36:06.954Z] === RUN   TestCreateServiceSysctls
10:36:06 [2021-04-02T10:36:06.954Z] --- SKIP: TestCreateServiceSysctls (0.03s)
10:36:06 [2021-04-02T10:36:06.954Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
10:36:06 [2021-04-02T10:36:06.954Z] === RUN   TestCreateServiceCapabilities
10:36:07 [2021-04-02T10:36:07.266Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
10:36:07 [2021-04-02T10:36:07.266Z] === RUN   TestDockerSuite/TestRunCreateVolume
10:36:07 [2021-04-02T10:36:07.428Z] --- SKIP: TestCreateServiceCapabilities (0.03s)
10:36:07 [2021-04-02T10:36:07.428Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] === RUN   TestInspect
10:36:07 [2021-04-02T10:36:07.428Z] --- SKIP: TestInspect (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] === RUN   TestCreateJob
10:36:07 [2021-04-02T10:36:07.428Z] --- SKIP: TestCreateJob (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] === RUN   TestReplicatedJob
10:36:07 [2021-04-02T10:36:07.428Z] --- SKIP: TestReplicatedJob (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] === RUN   TestUpdateReplicatedJob
10:36:07 [2021-04-02T10:36:07.428Z] --- SKIP: TestUpdateReplicatedJob (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] === RUN   TestServiceListWithStatuses
10:36:07 [2021-04-02T10:36:07.428Z] --- SKIP: TestServiceListWithStatuses (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] === RUN   TestDockerNetworkConnectAlias
10:36:07 [2021-04-02T10:36:07.428Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] === RUN   TestDockerNetworkReConnect
10:36:07 [2021-04-02T10:36:07.428Z] --- SKIP: TestDockerNetworkReConnect (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] === RUN   TestServicePlugin
10:36:07 [2021-04-02T10:36:07.428Z] --- SKIP: TestServicePlugin (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] === RUN   TestServiceUpdateLabel
10:36:07 [2021-04-02T10:36:07.428Z] --- SKIP: TestServiceUpdateLabel (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
10:36:07 [2021-04-02T10:36:07.428Z] === RUN   TestServiceUpdateSecrets
10:36:07 [2021-04-02T10:36:07.428Z] --- SKIP: TestServiceUpdateSecrets (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
10:36:07 [2021-04-02T10:36:07.428Z] === RUN   TestServiceUpdateConfigs
10:36:07 [2021-04-02T10:36:07.428Z] --- SKIP: TestServiceUpdateConfigs (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
10:36:07 [2021-04-02T10:36:07.428Z] === RUN   TestServiceUpdateNetwork
10:36:07 [2021-04-02T10:36:07.428Z] --- SKIP: TestServiceUpdateNetwork (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
10:36:07 [2021-04-02T10:36:07.428Z] === RUN   TestServiceUpdatePidsLimit
10:36:07 [2021-04-02T10:36:07.428Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
10:36:07 [2021-04-02T10:36:07.428Z] PASS
10:36:07 [2021-04-02T10:36:07.428Z] ok  	github.com/docker/docker/integration/service	0.312s
10:36:07 [2021-04-02T10:36:07.428Z] 
10:36:07 [2021-04-02T10:36:07.428Z] === Skipped
10:36:07 [2021-04-02T10:36:07.428Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.01s)
10:36:07 [2021-04-02T10:36:07.428Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.01s)
10:36:07 [2021-04-02T10:36:07.428Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] 
10:36:07 [2021-04-02T10:36:07.428Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] 
10:36:07 [2021-04-02T10:36:07.428Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] 
10:36:07 [2021-04-02T10:36:07.428Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] 
10:36:07 [2021-04-02T10:36:07.428Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s)
10:36:07 [2021-04-02T10:36:07.428Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] 
10:36:07 [2021-04-02T10:36:07.428Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] 
10:36:07 [2021-04-02T10:36:07.428Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.01s)
10:36:07 [2021-04-02T10:36:07.428Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] 
10:36:07 [2021-04-02T10:36:07.428Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] 
10:36:07 [2021-04-02T10:36:07.428Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s)
10:36:07 [2021-04-02T10:36:07.428Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] 
10:36:07 [2021-04-02T10:36:07.428Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s)
10:36:07 [2021-04-02T10:36:07.428Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] 
10:36:07 [2021-04-02T10:36:07.428Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] 
10:36:07 [2021-04-02T10:36:07.428Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] 
10:36:07 [2021-04-02T10:36:07.428Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] 
10:36:07 [2021-04-02T10:36:07.428Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] 
10:36:07 [2021-04-02T10:36:07.428Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] 
10:36:07 [2021-04-02T10:36:07.428Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] 
10:36:07 [2021-04-02T10:36:07.428Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] 
10:36:07 [2021-04-02T10:36:07.428Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
10:36:07 [2021-04-02T10:36:07.428Z] 
10:36:07 [2021-04-02T10:36:07.428Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
10:36:07 [2021-04-02T10:36:07.428Z] 
10:36:07 [2021-04-02T10:36:07.428Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
10:36:07 [2021-04-02T10:36:07.428Z] 
10:36:07 [2021-04-02T10:36:07.428Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
10:36:07 [2021-04-02T10:36:07.428Z] 
10:36:07 [2021-04-02T10:36:07.428Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
10:36:07 [2021-04-02T10:36:07.428Z] 
10:36:07 [2021-04-02T10:36:07.428Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s)
10:36:07 [2021-04-02T10:36:07.428Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
10:36:07 [2021-04-02T10:36:07.428Z] 
10:36:07 [2021-04-02T10:36:07.428Z] 
10:36:07 [2021-04-02T10:36:07.428Z] DONE 24 tests, 23 skipped in 2.777s
10:36:07 [2021-04-02T10:36:07.428Z] Running D:\gopath\src\github.com\docker\docker\integration\session
10:36:07 [2021-04-02T10:36:07.836Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
10:36:09 [2021-04-02T10:36:09.651Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
10:36:09 [2021-04-02T10:36:09.651Z] INFO: Testing against a local daemon
10:36:09 [2021-04-02T10:36:09.651Z] === RUN   TestSessionCreate
10:36:09 [2021-04-02T10:36:09.651Z] --- SKIP: TestSessionCreate (0.00s)
10:36:09 [2021-04-02T10:36:09.651Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
10:36:09 [2021-04-02T10:36:09.651Z] === RUN   TestSessionCreateWithBadUpgrade
10:36:09 [2021-04-02T10:36:09.651Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s)
10:36:09 [2021-04-02T10:36:09.651Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
10:36:09 [2021-04-02T10:36:09.651Z] PASS
10:36:09 [2021-04-02T10:36:09.651Z] ok  	github.com/docker/docker/integration/session	0.187s
10:36:09 [2021-04-02T10:36:09.651Z] 
10:36:09 [2021-04-02T10:36:09.651Z] === Skipped
10:36:09 [2021-04-02T10:36:09.651Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s)
10:36:09 [2021-04-02T10:36:09.651Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
10:36:09 [2021-04-02T10:36:09.651Z] 
10:36:09 [2021-04-02T10:36:09.651Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s)
10:36:09 [2021-04-02T10:36:09.651Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
10:36:09 [2021-04-02T10:36:09.651Z] 
10:36:09 [2021-04-02T10:36:09.651Z] 
10:36:09 [2021-04-02T10:36:09.651Z] DONE 2 tests, 2 skipped in 2.063s
10:36:09 [2021-04-02T10:36:09.651Z] Running D:\gopath\src\github.com\docker\docker\integration\system
10:36:10 [2021-04-02T10:36:10.371Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
10:36:11 [2021-04-02T10:36:11.749Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
10:36:11 [2021-04-02T10:36:11.874Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
10:36:11 [2021-04-02T10:36:11.874Z] INFO: Testing against a local daemon
10:36:11 [2021-04-02T10:36:11.874Z] === RUN   TestCgroupDriverSystemdMemoryLimit
10:36:11 [2021-04-02T10:36:11.874Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
10:36:11 [2021-04-02T10:36:11.874Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
10:36:11 [2021-04-02T10:36:11.874Z] === RUN   TestEventsExecDie
10:36:11 [2021-04-02T10:36:11.874Z] --- SKIP: TestEventsExecDie (0.00s)
10:36:11 [2021-04-02T10:36:11.874Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
10:36:11 [2021-04-02T10:36:11.874Z] === RUN   TestEventsBackwardsCompatible
10:36:11 [2021-04-02T10:36:11.874Z] --- SKIP: TestEventsBackwardsCompatible (0.00s)
10:36:11 [2021-04-02T10:36:11.874Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
10:36:11 [2021-04-02T10:36:11.874Z] === RUN   TestInfoAPI
10:36:11 [2021-04-02T10:36:11.874Z] --- PASS: TestInfoAPI (0.04s)
10:36:11 [2021-04-02T10:36:11.874Z] === RUN   TestInfoAPIWarnings
10:36:11 [2021-04-02T10:36:11.874Z] --- SKIP: TestInfoAPIWarnings (0.00s)
10:36:11 [2021-04-02T10:36:11.874Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
10:36:11 [2021-04-02T10:36:11.874Z] === RUN   TestInfoDebug
10:36:11 [2021-04-02T10:36:11.874Z] --- SKIP: TestInfoDebug (0.00s)
10:36:11 [2021-04-02T10:36:11.874Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
10:36:11 [2021-04-02T10:36:11.874Z] === RUN   TestInfoInsecureRegistries
10:36:11 [2021-04-02T10:36:11.874Z] --- SKIP: TestInfoInsecureRegistries (0.00s)
10:36:11 [2021-04-02T10:36:11.874Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
10:36:11 [2021-04-02T10:36:11.874Z] === RUN   TestInfoRegistryMirrors
10:36:11 [2021-04-02T10:36:11.874Z] --- SKIP: TestInfoRegistryMirrors (0.00s)
10:36:11 [2021-04-02T10:36:11.874Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
10:36:11 [2021-04-02T10:36:11.874Z] === RUN   TestLoginFailsWithBadCredentials
10:36:12 [2021-04-02T10:36:12.865Z] --- PASS: TestLoginFailsWithBadCredentials (1.00s)
10:36:12 [2021-04-02T10:36:12.865Z] === RUN   TestPingCacheHeaders
10:36:12 [2021-04-02T10:36:12.865Z] --- PASS: TestPingCacheHeaders (0.03s)
10:36:12 [2021-04-02T10:36:12.865Z] === RUN   TestPingGet
10:36:12 [2021-04-02T10:36:12.865Z] --- PASS: TestPingGet (0.03s)
10:36:12 [2021-04-02T10:36:12.865Z] === RUN   TestPingHead
10:36:12 [2021-04-02T10:36:12.865Z] --- PASS: TestPingHead (0.03s)
10:36:12 [2021-04-02T10:36:12.865Z] === RUN   TestVersion
10:36:12 [2021-04-02T10:36:12.865Z] --- PASS: TestVersion (0.03s)
10:36:12 [2021-04-02T10:36:12.865Z] PASS
10:36:12 [2021-04-02T10:36:12.865Z] ok  	github.com/docker/docker/integration/system	1.340s
10:36:12 [2021-04-02T10:36:12.865Z] 
10:36:12 [2021-04-02T10:36:12.865Z] === Skipped
10:36:12 [2021-04-02T10:36:12.865Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s)
10:36:12 [2021-04-02T10:36:12.865Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
10:36:12 [2021-04-02T10:36:12.865Z] 
10:36:12 [2021-04-02T10:36:12.865Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s)
10:36:12 [2021-04-02T10:36:12.865Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
10:36:12 [2021-04-02T10:36:12.865Z] 
10:36:12 [2021-04-02T10:36:12.865Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s)
10:36:12 [2021-04-02T10:36:12.865Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
10:36:12 [2021-04-02T10:36:12.865Z] 
10:36:12 [2021-04-02T10:36:12.865Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s)
10:36:12 [2021-04-02T10:36:12.865Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
10:36:12 [2021-04-02T10:36:12.865Z] 
10:36:12 [2021-04-02T10:36:12.865Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s)
10:36:12 [2021-04-02T10:36:12.865Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
10:36:12 [2021-04-02T10:36:12.865Z] 
10:36:12 [2021-04-02T10:36:12.865Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s)
10:36:12 [2021-04-02T10:36:12.865Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
10:36:12 [2021-04-02T10:36:12.865Z] 
10:36:12 [2021-04-02T10:36:12.865Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s)
10:36:12 [2021-04-02T10:36:12.865Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
10:36:12 [2021-04-02T10:36:12.865Z] 
10:36:12 [2021-04-02T10:36:12.865Z] 
10:36:12 [2021-04-02T10:36:12.865Z] DONE 13 tests, 7 skipped in 3.186s
10:36:12 [2021-04-02T10:36:12.865Z] Running D:\gopath\src\github.com\docker\docker\integration\volume
10:36:14 [2021-04-02T10:36:14.285Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
10:36:15 [2021-04-02T10:36:15.088Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
10:36:15 [2021-04-02T10:36:15.088Z] INFO: Testing against a local daemon
10:36:15 [2021-04-02T10:36:15.088Z] === RUN   TestVolumesCreateAndList
10:36:15 [2021-04-02T10:36:15.088Z] --- PASS: TestVolumesCreateAndList (0.06s)
10:36:15 [2021-04-02T10:36:15.088Z] === RUN   TestVolumesRemove
10:36:15 [2021-04-02T10:36:15.088Z] --- PASS: TestVolumesRemove (0.10s)
10:36:15 [2021-04-02T10:36:15.088Z] === RUN   TestVolumesInspect
10:36:15 [2021-04-02T10:36:15.088Z] --- PASS: TestVolumesInspect (0.04s)
10:36:15 [2021-04-02T10:36:15.088Z] === RUN   TestVolumesInvalidJSON
10:36:15 [2021-04-02T10:36:15.088Z] === RUN   TestVolumesInvalidJSON//volumes/create
10:36:15 [2021-04-02T10:36:15.088Z] === PAUSE TestVolumesInvalidJSON//volumes/create
10:36:15 [2021-04-02T10:36:15.088Z] === CONT  TestVolumesInvalidJSON//volumes/create
10:36:15 [2021-04-02T10:36:15.088Z] --- PASS: TestVolumesInvalidJSON (0.03s)
10:36:15 [2021-04-02T10:36:15.088Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
10:36:15 [2021-04-02T10:36:15.088Z] PASS
10:36:15 [2021-04-02T10:36:15.088Z] ok  	github.com/docker/docker/integration/volume	0.385s
10:36:15 [2021-04-02T10:36:15.088Z] 
10:36:15 [2021-04-02T10:36:15.088Z] DONE 5 tests in 2.413s
10:36:15 [2021-04-02T10:36:15.088Z] INFO: make.ps1 ended at 04/02/2021 10:36:14
10:36:15 [2021-04-02T10:36:15.088Z] INFO: Integration CLI tests being run from the host:
10:36:15 [2021-04-02T10:36:15.088Z] 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" 
10:36:16 [2021-04-02T10:36:16.191Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
10:36:16 [2021-04-02T10:36:16.191Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
10:36:16 [2021-04-02T10:36:16.191Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
10:36:17 [2021-04-02T10:36:17.130Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
10:36:17 [2021-04-02T10:36:17.130Z] === RUN   TestDockerSwarmSuite/TestServiceScale
10:36:20 [2021-04-02T10:36:20.424Z] === RUN   TestDockerSuite/TestRunDNSOptions
10:36:20 [2021-04-02T10:36:20.424Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
10:36:21 [2021-04-02T10:36:21.802Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
10:36:23 [2021-04-02T10:36:23.718Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
10:36:23 [2021-04-02T10:36:23.777Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
10:36:23 [2021-04-02T10:36:23.777Z] INFO: Testing against a local daemon
10:36:23 [2021-04-02T10:36:23.777Z] === RUN   TestDockerSuite
10:36:23 [2021-04-02T10:36:23.777Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
10:36:23 [2021-04-02T10:36:23.777Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
10:36:23 [2021-04-02T10:36:23.777Z] === RUN   TestDockerSuite/TestAPIErrorJSON
10:36:23 [2021-04-02T10:36:23.777Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
10:36:23 [2021-04-02T10:36:23.777Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
10:36:23 [2021-04-02T10:36:23.777Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
10:36:23 [2021-04-02T10:36:23.777Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
10:36:23 [2021-04-02T10:36:23.777Z] === RUN   TestDockerSuite/TestAPIImagesDelete
10:36:24 [2021-04-02T10:36:24.247Z] === RUN   TestDockerSuite/TestAPIImagesFilter
10:36:24 [2021-04-02T10:36:24.247Z] === RUN   TestDockerSuite/TestAPIImagesHistory
10:36:24 [2021-04-02T10:36:24.657Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
10:36:24 [2021-04-02T10:36:24.718Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
10:36:25 [2021-04-02T10:36:25.187Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
10:36:26 [2021-04-02T10:36:26.562Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
10:36:27 [2021-04-02T10:36:27.130Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
10:36:27 [2021-04-02T10:36:27.130Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
10:36:27 [2021-04-02T10:36:27.697Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
10:36:30 [2021-04-02T10:36:30.234Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
10:36:30 [2021-04-02T10:36:30.234Z] === RUN   TestDockerSuite/TestRunDuplicateMount
10:36:30 [2021-04-02T10:36:30.802Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
10:36:31 [2021-04-02T10:36:31.738Z] === RUN   TestDockerSuite/TestRunEchoStdout
10:36:32 [2021-04-02T10:36:32.306Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
10:36:32 [2021-04-02T10:36:32.874Z] === RUN   TestDockerSuite/TestRunEmptyEnv
10:36:32 [2021-04-02T10:36:32.874Z] === RUN   TestDockerSuite/TestRunEntrypoint
10:36:33 [2021-04-02T10:36:33.810Z] === RUN   TestDockerSuite/TestRunEnvironment
10:36:34 [2021-04-02T10:36:34.377Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
10:36:35 [2021-04-02T10:36:35.315Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
10:36:35 [2021-04-02T10:36:35.885Z] === RUN   TestDockerSuite/TestRunExitCode
10:36:36 [2021-04-02T10:36:36.823Z] === RUN   TestDockerSuite/TestRunExitCodeOne
10:36:37 [2021-04-02T10:36:37.761Z] === RUN   TestDockerSuite/TestRunExitCodeZero
10:36:38 [2021-04-02T10:36:38.702Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
10:36:39 [2021-04-02T10:36:39.640Z] === RUN   TestDockerSuite/TestRunExposePort
10:36:39 [2021-04-02T10:36:39.640Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
10:36:40 [2021-04-02T10:36:40.208Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
10:36:40 [2021-04-02T10:36:40.468Z] === RUN   TestDockerSuite/TestRunGroupAdd
10:36:41 [2021-04-02T10:36:41.406Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
10:36:43 [2021-04-02T10:36:43.313Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
10:36:43 [2021-04-02T10:36:43.313Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
10:36:43 [2021-04-02T10:36:43.573Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
10:36:43 [2021-04-02T10:36:43.573Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
10:36:46 [2021-04-02T10:36:46.106Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
10:36:48 [2021-04-02T10:36:48.014Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
10:36:48 [2021-04-02T10:36:48.581Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
10:37:00 [2021-04-02T10:37:00.786Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
10:37:01 [2021-04-02T10:37:01.045Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
10:37:02 [2021-04-02T10:37:02.423Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
10:37:02 [2021-04-02T10:37:02.423Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
10:37:02 [2021-04-02T10:37:02.423Z] === RUN   TestDockerSuite/TestRunInvalidReference
10:37:02 [2021-04-02T10:37:02.423Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
10:37:03 [2021-04-02T10:37:03.360Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
10:37:06 [2021-04-02T10:37:06.650Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
10:37:07 [2021-04-02T10:37:07.597Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
10:37:08 [2021-04-02T10:37:08.978Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
10:37:10 [2021-04-02T10:37:10.353Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
10:37:15 [2021-04-02T10:37:15.625Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
10:37:15 [2021-04-02T10:37:15.625Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
10:37:15 [2021-04-02T10:37:15.886Z] === RUN   TestDockerSuite/TestRunModeHostname
10:37:17 [2021-04-02T10:37:17.263Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
10:37:17 [2021-04-02T10:37:17.263Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
10:37:17 [2021-04-02T10:37:17.263Z] === RUN   TestDockerSuite/TestRunModeIpcHost
10:37:18 [2021-04-02T10:37:18.200Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
10:37:19 [2021-04-02T10:37:19.138Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
10:37:21 [2021-04-02T10:37:21.042Z] === RUN   TestDockerSuite/TestRunModePIDContainer
10:37:21 [2021-04-02T10:37:21.301Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
10:37:22 [2021-04-02T10:37:22.681Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
10:37:22 [2021-04-02T10:37:22.681Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
10:37:22 [2021-04-02T10:37:22.681Z] === RUN   TestDockerSuite/TestRunModePIDHost
10:37:24 [2021-04-02T10:37:24.587Z] === RUN   TestDockerSuite/TestRunModeUTSHost
10:37:26 [2021-04-02T10:37:26.494Z] === RUN   TestDockerSuite/TestRunMount
10:37:34 [2021-04-02T10:37:34.624Z] === RUN   TestDockerSuite/TestRunMountOrdering
10:37:35 [2021-04-02T10:37:35.192Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
10:37:36 [2021-04-02T10:37:36.128Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
10:37:37 [2021-04-02T10:37:37.507Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
10:37:38 [2021-04-02T10:37:38.075Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
10:37:40 [2021-04-02T10:37:40.614Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
10:37:43 [2021-04-02T10:37:43.902Z] === RUN   TestDockerSuite/TestRunNamedVolume
10:37:46 [2021-04-02T10:37:46.444Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
10:37:48 [2021-04-02T10:37:48.981Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
10:37:50 [2021-04-02T10:37:50.360Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
10:37:51 [2021-04-02T10:37:51.739Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
10:37:51 [2021-04-02T10:37:51.739Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
10:37:52 [2021-04-02T10:37:52.714Z] === RUN   TestDockerSuite/TestRunNetHost
10:37:53 [2021-04-02T10:37:53.651Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
10:37:53 [2021-04-02T10:37:53.910Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
10:37:54 [2021-04-02T10:37:54.846Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
10:37:56 [2021-04-02T10:37:56.226Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
10:37:58 [2021-04-02T10:37:58.761Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
10:38:00 [2021-04-02T10:38:00.664Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
10:38:02 [2021-04-02T10:38:02.572Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
10:38:05 [2021-04-02T10:38:05.861Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
10:38:06 [2021-04-02T10:38:06.120Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
10:38:06 [2021-04-02T10:38:06.120Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
10:38:07 [2021-04-02T10:38:07.058Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
10:38:07 [2021-04-02T10:38:07.058Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
10:38:07 [2021-04-02T10:38:07.625Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
10:38:08 [2021-04-02T10:38:08.562Z] === RUN   TestDockerSuite/TestRunNonExistingImage
10:38:08 [2021-04-02T10:38:08.562Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
10:38:09 [2021-04-02T10:38:09.130Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
10:38:15 [2021-04-02T10:38:15.708Z] === RUN   TestDockerSuite/TestRunOOMExitCode
10:38:15 [2021-04-02T10:38:15.708Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
10:38:15 [2021-04-02T10:38:15.708Z] === RUN   TestDockerSuite/TestRunPIDsLimit
10:38:16 [2021-04-02T10:38:16.275Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
10:38:18 [2021-04-02T10:38:18.180Z] === RUN   TestDockerSuite/TestRunPortInUse
10:38:19 [2021-04-02T10:38:19.557Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
10:38:19 [2021-04-02T10:38:19.816Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
10:38:20 [2021-04-02T10:38:20.075Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
10:38:20 [2021-04-02T10:38:20.643Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
10:38:21 [2021-04-02T10:38:21.212Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
10:38:21 [2021-04-02T10:38:21.780Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
10:38:21 [2021-04-02T10:38:21.780Z] === RUN   TestDockerSuite/TestRunPublishPort
10:38:22 [2021-04-02T10:38:22.349Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
10:38:22 [2021-04-02T10:38:22.916Z] === RUN   TestDockerSuite/TestRunReadProcLatency
10:38:22 [2021-04-02T10:38:22.916Z] === RUN   TestDockerSuite/TestRunReadProcTimer
10:38:23 [2021-04-02T10:38:23.861Z] === RUN   TestDockerSuite/TestRunRedirectStdout
10:38:25 [2021-04-02T10:38:25.239Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
10:38:25 [2021-04-02T10:38:25.239Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
10:38:28 [2021-04-02T10:38:28.527Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
10:38:29 [2021-04-02T10:38:29.465Z] === RUN   TestDockerSuite/TestRunRm
10:38:30 [2021-04-02T10:38:30.401Z] === RUN   TestDockerSuite/TestRunRmAndWait
10:38:34 [2021-04-02T10:38:34.602Z] === RUN   TestDockerSuite/TestRunRmPre125Api
10:38:34 [2021-04-02T10:38:34.861Z] === RUN   TestDockerSuite/TestRunRootWorkdir
10:38:35 [2021-04-02T10:38:35.429Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
10:38:36 [2021-04-02T10:38:36.811Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
10:38:37 [2021-04-02T10:38:37.166Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
10:38:37 [2021-04-02T10:38:37.166Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
10:38:37 [2021-04-02T10:38:37.166Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
10:38:37 [2021-04-02T10:38:37.166Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
10:38:37 [2021-04-02T10:38:37.166Z] === RUN   TestDockerSuite/TestAPINetworkFilter
10:38:37 [2021-04-02T10:38:37.166Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
10:38:37 [2021-04-02T10:38:37.166Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
10:38:37 [2021-04-02T10:38:37.166Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
10:38:37 [2021-04-02T10:38:37.166Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
10:38:37 [2021-04-02T10:38:37.166Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
10:38:37 [2021-04-02T10:38:37.166Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
10:38:37 [2021-04-02T10:38:37.166Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
10:38:37 [2021-04-02T10:38:37.751Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
10:38:40 [2021-04-02T10:38:40.968Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
10:38:40 [2021-04-02T10:38:40.968Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
10:38:40 [2021-04-02T10:38:40.968Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
10:38:41 [2021-04-02T10:38:41.946Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
10:38:43 [2021-04-02T10:38:43.930Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
10:38:45 [2021-04-02T10:38:45.233Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
10:38:45 [2021-04-02T10:38:45.801Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
10:38:46 [2021-04-02T10:38:46.155Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
10:38:46 [2021-04-02T10:38:46.155Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
10:38:46 [2021-04-02T10:38:46.155Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
10:38:46 [2021-04-02T10:38:46.155Z] === RUN   TestDockerSuite/TestAttachDisconnect
10:38:46 [2021-04-02T10:38:46.155Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
10:38:46 [2021-04-02T10:38:46.369Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
10:38:46 [2021-04-02T10:38:46.937Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
10:38:47 [2021-04-02T10:38:47.505Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
10:38:48 [2021-04-02T10:38:48.072Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
10:38:48 [2021-04-02T10:38:48.331Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
10:38:49 [2021-04-02T10:38:49.121Z] === RUN   TestDockerSuite/TestAttachPausedContainer
10:38:49 [2021-04-02T10:38:49.121Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
10:38:49 [2021-04-02T10:38:49.121Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
10:38:49 [2021-04-02T10:38:49.268Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
10:38:49 [2021-04-02T10:38:49.835Z] === RUN   TestDockerSuite/TestRunSetMacAddress
10:38:50 [2021-04-02T10:38:50.404Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
10:38:53 [2021-04-02T10:38:53.715Z] === RUN   TestDockerSuite/TestRunState
10:38:54 [2021-04-02T10:38:54.651Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
10:38:55 [2021-04-02T10:38:55.218Z] === RUN   TestDockerSuite/TestRunStdinPipe
10:38:56 [2021-04-02T10:38:56.155Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
10:38:56 [2021-04-02T10:38:56.155Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
10:38:56 [2021-04-02T10:38:56.155Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
10:38:56 [2021-04-02T10:38:56.294Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
10:38:57 [2021-04-02T10:38:57.094Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
10:38:57 [2021-04-02T10:38:57.354Z] === RUN   TestDockerSuite/TestRunSysctls
10:38:58 [2021-04-02T10:38:58.735Z] === RUN   TestDockerSuite/TestRunTLSVerify
10:38:58 [2021-04-02T10:38:58.735Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
10:38:58 [2021-04-02T10:38:58.994Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
10:38:59 [2021-04-02T10:38:59.563Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
10:39:02 [2021-04-02T10:39:02.100Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
10:39:02 [2021-04-02T10:39:02.669Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
10:39:04 [2021-04-02T10:39:04.573Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
10:39:07 [2021-04-02T10:39:07.861Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
10:39:11 [2021-04-02T10:39:11.147Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
10:39:11 [2021-04-02T10:39:11.714Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
10:39:12 [2021-04-02T10:39:12.283Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
10:39:12 [2021-04-02T10:39:12.863Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
10:39:15 [2021-04-02T10:39:15.401Z] === RUN   TestDockerSuite/TestRunUnshareProc
10:39:16 [2021-04-02T10:39:16.337Z] === RUN   TestDockerSuite/TestRunUserByID
10:39:16 [2021-04-02T10:39:16.905Z] === RUN   TestDockerSuite/TestRunUserByIDBig
10:39:16 [2021-04-02T10:39:16.905Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
10:39:17 [2021-04-02T10:39:17.164Z] === RUN   TestDockerSuite/TestRunUserByIDZero
10:39:17 [2021-04-02T10:39:17.731Z] === RUN   TestDockerSuite/TestRunUserByName
10:39:18 [2021-04-02T10:39:18.666Z] === RUN   TestDockerSuite/TestRunUserDefaults
10:39:19 [2021-04-02T10:39:19.234Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
10:39:19 [2021-04-02T10:39:19.234Z] === RUN   TestDockerSuite/TestRunUserNotFound
10:39:19 [2021-04-02T10:39:19.493Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
10:39:20 [2021-04-02T10:39:20.061Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
10:39:24 [2021-04-02T10:39:24.252Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
10:39:24 [2021-04-02T10:39:24.512Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
10:39:25 [2021-04-02T10:39:25.889Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
10:39:27 [2021-04-02T10:39:27.793Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
10:39:29 [2021-04-02T10:39:29.171Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
10:39:31 [2021-04-02T10:39:31.078Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
10:39:33 [2021-04-02T10:39:33.633Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
10:39:33 [2021-04-02T10:39:33.892Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
10:39:34 [2021-04-02T10:39:34.459Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
10:39:34 [2021-04-02T10:39:34.459Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
10:39:34 [2021-04-02T10:39:34.459Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
10:39:34 [2021-04-02T10:39:34.459Z] === RUN   TestDockerSuite/TestRunWithBadDevice
10:39:34 [2021-04-02T10:39:34.718Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
10:39:34 [2021-04-02T10:39:34.718Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
10:39:38 [2021-04-02T10:39:38.913Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
10:39:38 [2021-04-02T10:39:38.913Z] === RUN   TestDockerSuite/TestRunWithCPUShares
10:39:39 [2021-04-02T10:39:39.852Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
10:39:41 [2021-04-02T10:39:41.756Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
10:39:42 [2021-04-02T10:39:42.694Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
10:39:44 [2021-04-02T10:39:44.071Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
10:39:44 [2021-04-02T10:39:44.071Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
10:39:44 [2021-04-02T10:39:44.639Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
10:39:44 [2021-04-02T10:39:44.639Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
10:39:44 [2021-04-02T10:39:44.639Z] === RUN   TestDockerSuite/TestRunWithInvalidKernelMemory
10:39:44 [2021-04-02T10:39:44.639Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
10:39:44 [2021-04-02T10:39:44.639Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
10:39:44 [2021-04-02T10:39:44.639Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
10:39:44 [2021-04-02T10:39:44.639Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
10:39:44 [2021-04-02T10:39:44.639Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
10:39:44 [2021-04-02T10:39:44.639Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
10:39:44 [2021-04-02T10:39:44.639Z] === RUN   TestDockerSuite/TestRunWithKernelMemory
10:39:46 [2021-04-02T10:39:46.017Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
10:39:46 [2021-04-02T10:39:46.953Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
10:39:47 [2021-04-02T10:39:47.890Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
10:39:47 [2021-04-02T10:39:47.890Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
10:39:48 [2021-04-02T10:39:48.460Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
10:39:49 [2021-04-02T10:39:49.028Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
10:39:49 [2021-04-02T10:39:49.028Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
10:39:49 [2021-04-02T10:39:49.964Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
10:39:49 [2021-04-02T10:39:49.964Z] === RUN   TestDockerSuite/TestRunWithShmSize
10:39:50 [2021-04-02T10:39:50.920Z] === RUN   TestDockerSuite/TestRunWithSwappiness
10:39:52 [2021-04-02T10:39:52.301Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
10:39:52 [2021-04-02T10:39:52.301Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
10:39:52 [2021-04-02T10:39:52.301Z] === RUN   TestDockerSuite/TestRunWithUlimits
10:39:52 [2021-04-02T10:39:52.868Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
10:39:54 [2021-04-02T10:39:54.776Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
10:39:55 [2021-04-02T10:39:55.713Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
10:39:55 [2021-04-02T10:39:55.713Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
10:39:56 [2021-04-02T10:39:56.650Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
10:39:56 [2021-04-02T10:39:56.650Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
10:39:58 [2021-04-02T10:39:58.559Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
10:39:58 [2021-04-02T10:39:58.817Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
10:39:59 [2021-04-02T10:39:59.076Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
10:40:01 [2021-04-02T10:40:01.610Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
10:40:01 [2021-04-02T10:40:01.610Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
10:40:02 [2021-04-02T10:40:02.546Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
10:40:02 [2021-04-02T10:40:02.546Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
10:40:02 [2021-04-02T10:40:02.546Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
10:40:03 [2021-04-02T10:40:03.924Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
10:40:04 [2021-04-02T10:40:04.859Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
10:40:06 [2021-04-02T10:40:06.237Z] === RUN   TestDockerSuite/TestSaveCheckTimes
10:40:06 [2021-04-02T10:40:06.237Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
10:40:08 [2021-04-02T10:40:08.142Z] === RUN   TestDockerSuite/TestSaveImageId
10:40:08 [2021-04-02T10:40:08.142Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
10:40:08 [2021-04-02T10:40:08.711Z] === RUN   TestDockerSuite/TestSaveLoadParents
10:40:09 [2021-04-02T10:40:09.285Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
10:40:11 [2021-04-02T10:40:11.188Z] === RUN   TestDockerSuite/TestSaveMultipleNames
10:40:11 [2021-04-02T10:40:11.188Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
10:40:13 [2021-04-02T10:40:13.093Z] === RUN   TestDockerSuite/TestSaveSingleTag
10:40:13 [2021-04-02T10:40:13.093Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
10:40:13 [2021-04-02T10:40:13.093Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
10:40:13 [2021-04-02T10:40:13.093Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
10:40:14 [2021-04-02T10:40:14.999Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
10:40:16 [2021-04-02T10:40:16.378Z] === RUN   TestDockerSuite/TestSearchCmdOptions
10:40:16 [2021-04-02T10:40:16.947Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
10:40:16 [2021-04-02T10:40:16.947Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
10:40:16 [2021-04-02T10:40:16.947Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
10:40:17 [2021-04-02T10:40:17.206Z] === RUN   TestDockerSuite/TestSearchWithLimit
10:40:17 [2021-04-02T10:40:17.774Z] === RUN   TestDockerSuite/TestSlowStdinClosing
10:40:17 [2021-04-02T10:40:17.774Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
10:40:17 [2021-04-02T10:40:17.774Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
10:40:20 [2021-04-02T10:40:20.311Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
10:40:25 [2021-04-02T10:40:25.583Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
10:40:25 [2021-04-02T10:40:25.843Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
10:40:26 [2021-04-02T10:40:26.412Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
10:40:27 [2021-04-02T10:40:27.349Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
10:40:28 [2021-04-02T10:40:28.728Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
10:40:29 [2021-04-02T10:40:29.678Z] === RUN   TestDockerSuite/TestStartAttachSilent
10:40:30 [2021-04-02T10:40:30.247Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
10:40:31 [2021-04-02T10:40:31.624Z] === RUN   TestDockerSuite/TestStartAttachWithRename
10:40:34 [2021-04-02T10:40:34.911Z] === RUN   TestDockerSuite/TestStartMultipleContainers
10:40:37 [2021-04-02T10:40:37.447Z] === RUN   TestDockerSuite/TestStartPausedContainer
10:40:37 [2021-04-02T10:40:37.706Z] === RUN   TestDockerSuite/TestStartRecordError
10:40:39 [2021-04-02T10:40:39.613Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
10:40:41 [2021-04-02T10:40:41.518Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
10:40:43 [2021-04-02T10:40:43.423Z] === RUN   TestDockerSuite/TestStatsAllNoStream
10:40:46 [2021-04-02T10:40:46.709Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
10:40:51 [2021-04-02T10:40:51.979Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
10:40:54 [2021-04-02T10:40:54.515Z] === RUN   TestDockerSuite/TestStatsFormatAll
10:40:59 [2021-04-02T10:40:59.783Z] === RUN   TestDockerSuite/TestStatsNoStream
10:41:02 [2021-04-02T10:41:02.315Z] === RUN   TestDockerSuite/TestStopContainerSignal
10:41:03 [2021-04-02T10:41:03.690Z] === RUN   TestDockerSuite/TestTopMultipleArgs
10:41:04 [2021-04-02T10:41:04.258Z] === RUN   TestDockerSuite/TestTopNonPrivileged
10:41:05 [2021-04-02T10:41:05.192Z] === RUN   TestDockerSuite/TestTopPrivileged
10:41:05 [2021-04-02T10:41:05.451Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
10:41:05 [2021-04-02T10:41:05.451Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
10:41:06 [2021-04-02T10:41:06.830Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
10:41:08 [2021-04-02T10:41:08.267Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
10:41:08 [2021-04-02T10:41:08.267Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
10:41:08 [2021-04-02T10:41:08.267Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
10:41:08 [2021-04-02T10:41:08.267Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
10:41:08 [2021-04-02T10:41:08.267Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
10:41:08 [2021-04-02T10:41:08.267Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
10:41:08 [2021-04-02T10:41:08.267Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
10:41:08 [2021-04-02T10:41:08.267Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
10:41:08 [2021-04-02T10:41:08.267Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
10:41:08 [2021-04-02T10:41:08.267Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
10:41:09 [2021-04-02T10:41:09.257Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
10:41:11 [2021-04-02T10:41:11.019Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
10:41:13 [2021-04-02T10:41:13.060Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
10:41:14 [2021-04-02T10:41:14.050Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
10:41:14 [2021-04-02T10:41:14.050Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
10:41:14 [2021-04-02T10:41:14.050Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
10:41:14 [2021-04-02T10:41:14.050Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
10:41:14 [2021-04-02T10:41:14.304Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
10:41:14 [2021-04-02T10:41:14.872Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
10:41:15 [2021-04-02T10:41:15.816Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
10:41:15 [2021-04-02T10:41:15.816Z] === RUN   TestDockerSuite/TestUpdateKernelMemory
10:41:16 [2021-04-02T10:41:16.754Z] === RUN   TestDockerSuite/TestUpdateKernelMemoryUninitialized
10:41:17 [2021-04-02T10:41:17.009Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
10:41:18 [2021-04-02T10:41:18.658Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
10:41:18 [2021-04-02T10:41:18.658Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
10:41:20 [2021-04-02T10:41:20.035Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
10:41:21 [2021-04-02T10:41:21.415Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
10:41:22 [2021-04-02T10:41:22.351Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
10:41:24 [2021-04-02T10:41:24.257Z] === RUN   TestDockerSuite/TestUpdateStats
10:41:24 [2021-04-02T10:41:24.257Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
10:41:28 [2021-04-02T10:41:28.447Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
10:41:29 [2021-04-02T10:41:29.383Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
10:41:29 [2021-04-02T10:41:29.383Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
10:41:29 [2021-04-02T10:41:29.522Z] === RUN   TestDockerSuite/TestBuildAddNonTar
10:41:31 [2021-04-02T10:41:31.286Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
10:41:32 [2021-04-02T10:41:32.223Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
10:41:33 [2021-04-02T10:41:33.323Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
10:41:34 [2021-04-02T10:41:34.313Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
10:41:34 [2021-04-02T10:41:34.313Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
10:41:37 [2021-04-02T10:41:37.272Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
10:41:38 [2021-04-02T10:41:38.803Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
10:41:38 [2021-04-02T10:41:38.843Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
10:41:43 [2021-04-02T10:41:43.615Z] === RUN   TestDockerSuite/TestBuildAddScript
10:41:43 [2021-04-02T10:41:43.615Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
10:41:43 [2021-04-02T10:41:43.615Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
10:41:43 [2021-04-02T10:41:43.615Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
10:41:43 [2021-04-02T10:41:43.615Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
10:41:44 [2021-04-02T10:41:44.072Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
10:41:44 [2021-04-02T10:41:44.086Z] === RUN   TestDockerSuite/TestBuildAddTar
10:41:49 [2021-04-02T10:41:49.347Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
10:41:51 [2021-04-02T10:41:51.882Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
10:41:57 [2021-04-02T10:41:57.153Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
10:42:03 [2021-04-02T10:42:03.721Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
10:42:05 [2021-04-02T10:42:05.639Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
10:42:08 [2021-04-02T10:42:08.174Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
10:42:09 [2021-04-02T10:42:09.111Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
10:42:10 [2021-04-02T10:42:10.490Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
10:42:13 [2021-04-02T10:42:13.025Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
10:42:14 [2021-04-02T10:42:14.930Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
10:42:17 [2021-04-02T10:42:17.465Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
10:42:18 [2021-04-02T10:42:18.843Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
10:42:19 [2021-04-02T10:42:19.102Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
10:42:21 [2021-04-02T10:42:21.637Z] === RUN   TestDockerSuite/TestVolumeCLICreate
10:42:33 [2021-04-02T10:42:33.856Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
10:42:35 [2021-04-02T10:42:35.025Z] === RUN   TestDockerSuite/TestBuildAddTarXz
10:42:35 [2021-04-02T10:42:35.025Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
10:42:35 [2021-04-02T10:42:35.025Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
10:42:37 [2021-04-02T10:42:37.143Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
10:42:37 [2021-04-02T10:42:37.143Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
10:42:37 [2021-04-02T10:42:37.143Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
10:42:37 [2021-04-02T10:42:37.143Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
10:42:37 [2021-04-02T10:42:37.712Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
10:42:37 [2021-04-02T10:42:37.712Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
10:42:37 [2021-04-02T10:42:37.712Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
10:42:37 [2021-04-02T10:42:37.972Z] === RUN   TestDockerSuite/TestVolumeCLILs
10:42:38 [2021-04-02T10:42:38.913Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
10:42:38 [2021-04-02T10:42:38.913Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
10:42:40 [2021-04-02T10:42:40.110Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
10:42:40 [2021-04-02T10:42:40.110Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
10:42:40 [2021-04-02T10:42:40.369Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
10:42:40 [2021-04-02T10:42:40.369Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
10:42:40 [2021-04-02T10:42:40.369Z] === RUN   TestDockerSuite/TestVolumeCLIRm
10:42:42 [2021-04-02T10:42:42.905Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
10:42:42 [2021-04-02T10:42:42.905Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
10:42:42 [2021-04-02T10:42:42.905Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
10:42:42 [2021-04-02T10:42:42.905Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
10:42:42 [2021-04-02T10:42:42.905Z] === RUN   TestDockerSuite/TestVolumeEvents
10:42:49 [2021-04-02T10:42:49.470Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
10:42:50 [2021-04-02T10:42:50.850Z] === RUN   TestDockerSuite/TestVolumeLsFormat
10:42:50 [2021-04-02T10:42:50.850Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
10:42:50 [2021-04-02T10:42:50.850Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
10:42:54 [2021-04-02T10:42:54.144Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
10:42:56 [2021-04-02T10:42:56.301Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
10:42:56 [2021-04-02T10:42:56.301Z] === RUN   TestDockerSuite/TestBuildBlankName
10:42:56 [2021-04-02T10:42:56.301Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
10:42:58 [2021-04-02T10:42:58.373Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
10:42:58 [2021-04-02T10:42:58.373Z] --- PASS: TestDockerSuite (1910.42s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.03s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (2.05s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.11s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.53s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (1.07s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.22s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.67s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (1.49s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (3.11s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.34s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.50s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.28s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.01s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.72s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.28s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.25s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.14s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.16s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.16s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (2.41s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.24s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAttachDetach (1.47s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (1.49s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.23s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (1.36s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.12s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.51s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.56s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.78s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.74s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.62s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.16s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (24.26s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.50s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.74s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.24s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.88s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.81s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.81s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.79s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (9.81s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.75s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.12s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.78s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.87s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (1.83s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.60s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (4.09s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.14s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.73s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.73s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddScript (4.39s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (11.28s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (6.52s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (4.17s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.39s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddTar (10.97s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (1.67s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.80s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (5.97s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (9.77s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.63s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (3.19s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.37s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.52s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.64s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.23s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.04s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.97s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (5.24s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (20.12s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.31s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (4.16s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.53s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (3.46s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.43s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (7.23s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.69s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.93s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (1.05s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.15s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (6.90s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.71s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.17s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.36s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (7.98s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (3.50s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.68s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.39s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.24s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.32s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.36s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
10:42:58 [2021-04-02T10:42:58.373Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.38s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.49s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.56s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.45s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.37s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.16s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.66s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.33s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (14.39s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.81s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.60s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.52s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (6.55s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.30s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
10:42:58 [2021-04-02T10:42:58.373Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
10:42:58 [2021-04-02T10:42:58.373Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s)
10:42:58 [2021-04-02T10:42:58.373Z]         docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
10:42:58 [2021-04-02T10:42:58.373Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
10:42:58 [2021-04-02T10:42:58.373Z]         docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
10:42:58 [2021-04-02T10:42:58.373Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
10:42:58 [2021-04-02T10:42:58.373Z]         docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (4.98s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.67s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.42s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.33s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (8.73s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (8.60s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.90s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.87s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (5.41s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.61s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.46s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.47s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.54s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (14.13s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.81s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.15s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (17.43s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.21s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (6.40s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (3.56s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (3.32s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (9.01s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (3.45s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (3.17s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (23.55s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.17s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (7.03s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.46s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.52s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.98s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.24s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.45s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.49s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (3.12s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.14s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (2.39s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildEnv (2.07s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.97s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.67s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (10.00s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (31.41s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.37s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (13.56s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.79s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.49s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.56s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.65s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
10:42:58 [2021-04-02T10:42:58.373Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.33s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (14.49s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.29s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.42s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.32s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.21s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildFails (0.77s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.03s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.03s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.29s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildForceRm (3.28s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildFromGit (2.41s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.46s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.16s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.96s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.61s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.22s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.63s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.27s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.13s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildHistory (3.85s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.44s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.96s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.48s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.41s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.01s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.34s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.32s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.36s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.27s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.33s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (0.97s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.71s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildLastModified (5.49s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (3.74s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.18s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.17s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.16s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.35s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (2.09s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.69s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.94s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.37s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.70s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (9.73s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.03s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.48s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.65s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
10:42:58 [2021-04-02T10:42:58.373Z]         docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.53s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.45s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.43s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.36s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (2.91s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildNetNone (0.84s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildNoContext (1.22s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.24s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.03s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.48s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.07s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.33s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.40s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.53s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (2.18s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.61s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.15s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.95s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.71s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.56s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.39s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.33s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.62s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildPATH (2.09s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.89s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.02s)
10:42:58 [2021-04-02T10:42:58.373Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (9.27s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (5.87s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (5.22s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildRm (2.69s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.87s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.98s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.46s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.42s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.48s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.29s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (1.03s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (3.43s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.08s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.21s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
10:42:58 [2021-04-02T10:42:58.374Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.29s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.86s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildStderr (0.88s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.14s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (1.12s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.16s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.58s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (1.04s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.32s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildUser (1.98s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (4.56s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (18.84s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (1.03s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.28s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.09s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.71s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (2.61s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s)
10:42:58 [2021-04-02T10:42:58.374Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
10:42:58 [2021-04-02T10:42:58.374Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.03s)
10:42:58 [2021-04-02T10:42:58.374Z]         docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
10:42:58 [2021-04-02T10:42:58.374Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.04s)
10:42:58 [2021-04-02T10:42:58.374Z]         docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
10:42:58 [2021-04-02T10:42:58.374Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s)
10:42:58 [2021-04-02T10:42:58.374Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.59s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.10s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (1.58s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.96s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (1.23s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.11s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.11s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.95s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (0.92s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.30s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.50s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
10:42:58 [2021-04-02T10:42:58.374Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.70s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestBuildXZHost (2.60s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
10:42:58 [2021-04-02T10:42:58.374Z]         docker_cli_sni_test.go:18: Flakey test
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.10s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.65s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCommitChange (2.14s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (1.34s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCommitHardlink (2.01s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCommitNewFile (1.75s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (1.35s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCommitTTY (2.18s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.14s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (2.34s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (1.12s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.13s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (1.90s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (2.13s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.08s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (1.18s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (1.24s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.93s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (1.06s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (1.21s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.10s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (1.41s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.80s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.90s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.65s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.00s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.70s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.70s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.78s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.69s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (0.74s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (0.78s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.71s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.06s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (0.74s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (1.78s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.81s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.05s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (0.75s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.77s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (0.83s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPITop (0.75s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
10:42:58 [2021-04-02T10:42:58.374Z]         docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (2.86s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.75s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (1.93s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (8.52s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (1.29s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.56s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (2.24s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (26.18s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>} (2.11s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>} (1.89s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>} (1.70s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>} (1.92s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000317dc0_<nil>} (1.68s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1869194101_/foo_false__<nil>_<nil>_<nil>} (1.87s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1869194101_/foo_true__<nil>_<nil>_<nil>} (1.70s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3065975888_/foo_false__<nil>_<nil>_<nil>} (1.70s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3065975888_/foo_true__<nil>_<nil>_<nil>} (1.90s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3065975888_/foo_true__0xc000317e20_<nil>_<nil>} (1.06s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000317e40_<nil>} (1.82s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000317e60_<nil>} (1.70s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000317ee0_<nil>} (1.80s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000317f00_<nil>} (1.67s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.98s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.28s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.05s)
10:42:58 [2021-04-02T10:42:58.374Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (4.80s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (3.91s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (5.05s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (2.76s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.15s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (0.98s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.86s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.13s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (0.88s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (0.94s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (0.84s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (0.92s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (0.85s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (1.18s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (1.16s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (0.88s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (0.93s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (1.18s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.38s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.33s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (1.00s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (0.94s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpRelativePath (1.04s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (0.93s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.79s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.85s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpToCaseA (1.45s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.74s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpToCaseC (2.32s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpToCaseD (5.48s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpToCaseE (2.89s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.77s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpToCaseG (4.64s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpToCaseH (2.90s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.73s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (5.38s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.79s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpToDot (0.80s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.42s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.45s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpToStdout (1.05s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.23s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.20s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.81s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCpVolumePath (1.08s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.05s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.37s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.77s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
10:42:58 [2021-04-02T10:42:58.374Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.78s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.27s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.05s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCreateRM (0.17s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
10:42:58 [2021-04-02T10:42:58.374Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.08s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.15s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.54s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.10s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.04s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.77s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.87s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.80s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.76s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.40s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.49s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.99s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (1.26s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.09s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestDevicePermissions (1.10s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestDockerFails (0.04s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.04s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.08s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (2.16s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (1.19s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (2.54s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.04s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.48s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (7.02s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.42s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (3.27s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.99s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.42s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestEventsAttach (0.76s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestEventsCommit (0.88s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (0.73s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.77s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (1.06s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.76s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.45s)
10:42:58 [2021-04-02T10:42:58.374Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (3.25s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (3.06s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsCopy (1.12s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (1.67s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.68s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.30s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (1.50s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.29s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.45s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.27s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.46s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsFilters (1.45s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsFormat (1.36s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsImageImport (0.88s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.20s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsImagePull (0.41s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.04s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
10:42:58 [2021-04-02T10:42:58.375Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
10:42:58 [2021-04-02T10:42:58.375Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
10:42:58 [2021-04-02T10:42:58.375Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (1.44s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.73s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsRename (0.73s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsResize (0.82s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.70s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.07s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsStreaming (0.76s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.96s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsTop (0.81s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.56s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.28s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExec (1.15s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.90s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.09s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.17s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecAPIStart (2.83s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.26s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (1.50s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.26s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.89s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.48s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.53s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (2.60s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecCgroup (2.74s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecEnv (1.03s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.72s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecExitStatus (1.02s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecInspectID (2.02s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecInteractive (1.01s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.03s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.06s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecParseError (0.84s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (1.20s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.94s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (5.94s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecSetEnv (1.04s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecStartFails (1.02s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (11.50s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (1.23s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecTTY (1.49s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.17s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.74s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecUlimits (1.02s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
10:42:58 [2021-04-02T10:42:58.375Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (2.03s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (1.10s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (1.69s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecWithTERM (1.00s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestExecWithUser (1.32s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestGetContainerStats (4.77s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.97s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.98s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.86s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.70s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestHealth (22.11s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.03s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.03s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (1.26s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.03s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (1.33s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.05s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.04s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.18s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.48s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.43s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.59s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.03s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.83s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.72s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.89s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.06s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.84s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.74s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.04s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestImportDisplay (2.43s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestImportFile (1.75s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (1.60s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestImportGzipped (1.67s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.71s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.79s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.75s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.76s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.74s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.75s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.85s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.76s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (1.10s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.87s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (2.73s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (1.16s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.13s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.09s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.20s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
10:42:58 [2021-04-02T10:42:58.375Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.56s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.76s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectDefault (0.68s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectHistory (0.80s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectImage (0.02s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
10:42:58 [2021-04-02T10:42:58.375Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.70s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (0.72s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.73s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.80s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectPlugin (1.56s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.02s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.86s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectStatus (0.88s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.64s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (0.79s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.79s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.79s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.25s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.08s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.73s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.64s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (1.46s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLinksEnvs (1.40s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.46s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.35s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.75s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (3.05s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.04s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (3.61s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.90s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (1.03s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (11.58s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.37s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.07s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.71s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.90s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.04s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.34s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.07s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.91s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.95s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.98s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.98s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.72s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.61s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.13s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.07s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.15s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.95s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.70s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (0.74s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (1.08s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLogsSince (7.28s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.83s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.82s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLogsTail (0.79s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (0.69s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (0.69s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.22s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestMountIntoSys (0.70s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestNetHostname (2.11s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.66s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestNetworkEvents (6.84s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (3.02s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.76s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPluginActive (1.79s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.67s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.02s)
10:42:58 [2021-04-02T10:42:58.375Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.89s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (4.14s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.64s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.79s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (5.32s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (3.92s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (2.42s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPortHostBinding (2.12s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPortList (14.47s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.88s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (7.65s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (1.08s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.92s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.95s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.45s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (2.91s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (1.44s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (1.38s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPsByOrder (2.93s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.89s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (3.07s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (4.26s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.97s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (9.39s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (2.12s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.78s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.93s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.43s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (2.43s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.22s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (1.37s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.92s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPsRightTagName (2.42s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPsShowMounts (3.13s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.79s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
10:42:58 [2021-04-02T10:42:58.375Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.22s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.13s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.09s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (1.10s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.74s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.73s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.97s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (12.04s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.76s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.71s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.10s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.09s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.19s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (2.96s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.69s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (5.61s)
10:42:58 [2021-04-02T10:42:58.375Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (1.95s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.03s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.36s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.07s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.23s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (2.44s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (0.92s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.56s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (0.90s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRmiTag (0.14s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.73s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.82s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.70s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.82s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.29s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.78s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunAddHost (0.87s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.73s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (1.00s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.84s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (2.40s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.83s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (1.33s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (1.74s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.00s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (2.16s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (0.89s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.90s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (1.14s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.88s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (1.22s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.34s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.17s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (1.08s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.91s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.70s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunBindMounts (2.10s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.80s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.77s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.73s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.74s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.69s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.69s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.70s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.70s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.69s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.79s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.22s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.93s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (1.18s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.71s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.05s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.72s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.44s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.36s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.14s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.68s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.69s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.72s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.70s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.68s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.83s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (4.18s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.69s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.12s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.56s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.31s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.36s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
10:42:58 [2021-04-02T10:42:58.376Z]         docker_cli_run_test.go:4045: unmatched requirement DaemonIsWindows
10:42:58 [2021-04-02T10:42:58.376Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
10:42:58 [2021-04-02T10:42:58.376Z]         docker_cli_run_test.go:4064: unmatched requirement DaemonIsWindows
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.86s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.78s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (1.76s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.12s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.76s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.69s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.91s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
10:42:58 [2021-04-02T10:42:58.376Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.68s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (2.18s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.04s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.90s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.69s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.71s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.68s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.70s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.71s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.67s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.82s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.71s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (1.08s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.92s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.93s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.02s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.90s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.88s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.76s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.52s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
10:42:58 [2021-04-02T10:42:58.376Z]         docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (4.20s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.83s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.80s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.52s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.40s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.71s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.98s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.41s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.48s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.78s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.58s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.61s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunModeHostname (1.18s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.04s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.17s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (1.66s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.83s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (1.69s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.18s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunModePIDHost (1.92s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (1.48s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunMount (8.39s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.73s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.71s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.43s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.82s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.68s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (2.10s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.67s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.48s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.43s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.93s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunNetHost (1.27s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.86s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (1.34s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.25s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.03s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.97s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.74s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.14s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.75s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.67s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.68s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.06s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.70s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.80s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
10:42:58 [2021-04-02T10:42:58.376Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.76s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.70s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.87s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.98s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.45s)
10:42:58 [2021-04-02T10:42:58.376Z]         docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n"
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.43s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.46s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.68s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.44s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
10:42:58 [2021-04-02T10:42:58.376Z]         docker_cli_run_test.go:4130: unmatched requirement IsolationIsProcess
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.76s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.43s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
10:42:58 [2021-04-02T10:42:58.376Z]         docker_cli_run_test.go:2865: kernel doesn't have latency_stats configured
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.77s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (1.40s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
10:42:58 [2021-04-02T10:42:58.376Z]         docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.07s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.43s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunRm (0.72s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.75s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.78s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.71s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.30s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.69s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.84s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.81s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.71s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.44s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.73s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.44s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.44s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.43s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.68s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.70s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.69s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.64s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunState (1.48s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.71s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.74s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.15s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s)
10:42:58 [2021-04-02T10:42:58.376Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.77s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.47s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunSysctls (1.42s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.71s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.23s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.76s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.73s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.39s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.19s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.68s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.69s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.71s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.10s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (1.07s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.71s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.69s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.73s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.72s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
10:42:58 [2021-04-02T10:42:58.376Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.13s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.70s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.86s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.69s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.96s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.08s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.40s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.13s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.39s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.78s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s)
10:42:58 [2021-04-02T10:42:58.376Z]         docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows
10:42:58 [2021-04-02T10:42:58.376Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s)
10:42:58 [2021-04-02T10:42:58.376Z]         docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows
10:42:58 [2021-04-02T10:42:58.376Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s)
10:42:58 [2021-04-02T10:42:58.376Z]         docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.23s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
10:42:58 [2021-04-02T10:42:58.376Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (4.37s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.95s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.87s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (1.00s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.94s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.74s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s)
10:42:58 [2021-04-02T10:42:58.376Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.07s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.04s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
10:42:58 [2021-04-02T10:42:58.376Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
10:42:58 [2021-04-02T10:42:58.376Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
10:42:58 [2021-04-02T10:42:58.376Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
10:42:58 [2021-04-02T10:42:58.376Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
10:42:58 [2021-04-02T10:42:58.376Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
10:42:58 [2021-04-02T10:42:58.376Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
10:42:58 [2021-04-02T10:42:58.376Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
10:42:58 [2021-04-02T10:42:58.376Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
10:42:58 [2021-04-02T10:42:58.376Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunWithKernelMemory (1.06s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (1.04s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.97s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (1.13s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.22s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.79s)
10:42:58 [2021-04-02T10:42:58.376Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.07s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (1.02s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (1.01s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.90s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.78s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.89s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
10:42:58 [2021-04-02T10:42:58.377Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.85s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.98s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.54s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.61s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.81s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.10s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.23s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.14s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.91s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.12s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.51s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (2.44s)
10:42:58 [2021-04-02T10:42:58.377Z]         docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents816574861
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.09s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.82s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.65s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.66s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (0.55s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.10s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.08s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (0.46s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (2.63s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.58s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.71s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.27s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (1.67s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (3.23s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (2.25s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.78s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestStartRecordError (1.76s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.97s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.89s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (2.99s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.75s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (4.98s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.77s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.69s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.74s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.75s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.49s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
10:42:58 [2021-04-02T10:42:58.377Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.98s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.33s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.40s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.72s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.73s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
10:42:58 [2021-04-02T10:42:58.377Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemory (1.04s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.86s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
10:42:58 [2021-04-02T10:42:58.377Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.50s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.07s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (1.03s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.75s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.92s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.39s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
10:42:58 [2021-04-02T10:42:58.377Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.93s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.15s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (5.94s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (5.36s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (4.87s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (3.47s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (5.14s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (6.15s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.13s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.31s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.37s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.40s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.06s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.38s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.05s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.07s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.60s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.06s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.93s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.93s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.03s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (1.15s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.20s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.16s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.06s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (2.31s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.14s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestVolumeEvents (5.65s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.14s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.79s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.93s)
10:42:58 [2021-04-02T10:42:58.377Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s)
10:42:58 [2021-04-02T10:42:58.377Z]         docker_cli_run_test.go:4438: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
10:42:58 [2021-04-02T10:42:58.377Z] === RUN   TestDockerRegistrySuite
10:42:58 [2021-04-02T10:42:58.377Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
10:42:59 [2021-04-02T10:42:59.313Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
10:43:00 [2021-04-02T10:43:00.690Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
10:43:02 [2021-04-02T10:43:02.066Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
10:43:02 [2021-04-02T10:43:02.066Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
10:43:03 [2021-04-02T10:43:03.476Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
10:43:03 [2021-04-02T10:43:03.946Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
10:43:06 [2021-04-02T10:43:06.266Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
10:43:08 [2021-04-02T10:43:08.716Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
10:43:11 [2021-04-02T10:43:11.536Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
10:43:14 [2021-04-02T10:43:14.823Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
10:43:15 [2021-04-02T10:43:15.760Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
10:43:17 [2021-04-02T10:43:17.143Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
10:43:17 [2021-04-02T10:43:17.394Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
10:43:18 [2021-04-02T10:43:18.520Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
10:43:19 [2021-04-02T10:43:19.456Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
10:43:20 [2021-04-02T10:43:20.834Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
10:43:22 [2021-04-02T10:43:22.212Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
10:43:23 [2021-04-02T10:43:23.592Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
10:43:26 [2021-04-02T10:43:26.093Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
10:43:26 [2021-04-02T10:43:26.093Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
10:43:26 [2021-04-02T10:43:26.126Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
10:43:28 [2021-04-02T10:43:28.032Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
10:43:29 [2021-04-02T10:43:29.410Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
10:43:32 [2021-04-02T10:43:32.698Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
10:43:33 [2021-04-02T10:43:33.634Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
10:43:33 [2021-04-02T10:43:33.634Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
10:43:35 [2021-04-02T10:43:35.010Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
10:43:36 [2021-04-02T10:43:36.402Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
10:43:36 [2021-04-02T10:43:36.547Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
10:43:36 [2021-04-02T10:43:36.547Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
10:43:36 [2021-04-02T10:43:36.547Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
10:43:37 [2021-04-02T10:43:37.339Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
10:43:40 [2021-04-02T10:43:40.630Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
10:43:40 [2021-04-02T10:43:40.889Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
10:43:41 [2021-04-02T10:43:41.316Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
10:43:41 [2021-04-02T10:43:41.316Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
10:43:42 [2021-04-02T10:43:42.267Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
10:43:42 [2021-04-02T10:43:42.307Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
10:43:42 [2021-04-02T10:43:42.307Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
10:43:42 [2021-04-02T10:43:42.307Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
10:43:42 [2021-04-02T10:43:42.835Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
10:43:42 [2021-04-02T10:43:42.835Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
10:43:43 [2021-04-02T10:43:43.094Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
10:43:43 [2021-04-02T10:43:43.354Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
10:43:43 [2021-04-02T10:43:43.612Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
10:43:43 [2021-04-02T10:43:43.871Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
10:43:45 [2021-04-02T10:43:45.249Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
10:43:47 [2021-04-02T10:43:47.156Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
10:43:48 [2021-04-02T10:43:48.092Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
10:43:49 [2021-04-02T10:43:49.469Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
10:43:50 [2021-04-02T10:43:50.414Z] === RUN   TestDockerRegistrySuite/TestV2Only
10:43:51 [2021-04-02T10:43:51.350Z] --- PASS: TestDockerRegistrySuite (53.78s)
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.46s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d2044c8efae5e] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.27s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d9515d4e7e0af] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.55s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d9b53016b05e5] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [df1e64c88e87f] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.50s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d57f4c0d637d9] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.21s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d2d93ac92cf35] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.66s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d90c883246453] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.26s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [dc475eeda5262] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.13s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [da060903c6567] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.37s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d80ec8416b394] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.32s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d646cc5ab617b] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.28s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d3dc6ea10e20a] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.24s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [dbcac4538fa77] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.28s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d24845201f0d0] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.36s)
10:43:51 [2021-04-02T10:43:51.350Z]         docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:51b8779c62f1941709425002b749ba578ce4c9124c4866ecc8402ea862f3bd04
10:43:51 [2021-04-02T10:43:51.350Z]         docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:890c715d7b2e2d07788f80fd6252f17978961c9d48f1f6d085bca23859d9601f
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d87738aed1e71] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.40s)
10:43:51 [2021-04-02T10:43:51.350Z]         docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:748ef91e1aae998d26f32b27d33e1eebd5de9b96ee4a2444ca421f84ee230e59
10:43:51 [2021-04-02T10:43:51.350Z]         docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:315dbc1e6d7f5bd8757a7de002d383ae1238d937461526b1d96bfec17b17d2ff
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d4e8e031208df] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.35s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d4f518b1b7dfc] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.83s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d69d21412d986] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.24s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d86a3c4dca4b4] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.15s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d1a918899ab8f] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.24s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d6cc53fa90eb9] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.18s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d7dbdf8d2849a] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.10s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d4d7c02effadd] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.44s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d45db740da229] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.39s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [df5c1b8989907] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.25s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [db995cc127332] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.39s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [dd1135048346c] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [df3209e9148a9] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d645f18c6b9e3] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.26s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d59b8f7f5e7af] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.35s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d1c4dbcdf5c4c] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d289b1d242e64] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.36s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d8376f9e4d761] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.99s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d8adc1ee379df] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.08s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d4de094605aad] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.25s)
10:43:51 [2021-04-02T10:43:51.350Z]         check_test.go:196: [d8b50be63a1fb] daemon is not started
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.07s)
10:43:51 [2021-04-02T10:43:51.350Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.91s)
10:43:51 [2021-04-02T10:43:51.350Z] === RUN   TestDockerSchema1RegistrySuite
10:43:51 [2021-04-02T10:43:51.350Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
10:43:51 [2021-04-02T10:43:51.609Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
10:43:55 [2021-04-02T10:43:55.808Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
10:44:01 [2021-04-02T10:44:01.080Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
10:44:04 [2021-04-02T10:44:04.368Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
10:44:05 [2021-04-02T10:44:05.751Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
10:44:06 [2021-04-02T10:44:06.686Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
10:44:06 [2021-04-02T10:44:06.686Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
10:44:08 [2021-04-02T10:44:08.063Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
10:44:09 [2021-04-02T10:44:09.440Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
10:44:10 [2021-04-02T10:44:10.376Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
10:44:13 [2021-04-02T10:44:13.665Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
10:44:14 [2021-04-02T10:44:14.232Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
10:44:14 [2021-04-02T10:44:14.491Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
10:44:14 [2021-04-02T10:44:14.491Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
10:44:15 [2021-04-02T10:44:15.059Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
10:44:15 [2021-04-02T10:44:15.059Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
10:44:15 [2021-04-02T10:44:15.640Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
10:44:15 [2021-04-02T10:44:15.640Z] --- PASS: TestDockerSchema1RegistrySuite (24.25s)
10:44:15 [2021-04-02T10:44:15.640Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s)
10:44:15 [2021-04-02T10:44:15.640Z]         check_test.go:223: [de9b6a459fe82] daemon is not started
10:44:15 [2021-04-02T10:44:15.640Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.55s)
10:44:15 [2021-04-02T10:44:15.640Z]         check_test.go:223: [dd8a08d4eeee6] daemon is not started
10:44:15 [2021-04-02T10:44:15.640Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.35s)
10:44:15 [2021-04-02T10:44:15.640Z]         check_test.go:223: [d124b979c1499] daemon is not started
10:44:15 [2021-04-02T10:44:15.640Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (3.74s)
10:44:15 [2021-04-02T10:44:15.640Z]         check_test.go:223: [d4f634c7acc13] daemon is not started
10:44:15 [2021-04-02T10:44:15.640Z]     --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.22s)
10:44:15 [2021-04-02T10:44:15.640Z]         check_test.go:223: [dcdbee4cf8734] daemon is not started
10:44:15 [2021-04-02T10:44:15.640Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.22s)
10:44:15 [2021-04-02T10:44:15.640Z]         check_test.go:223: [d1d4e4907573c] daemon is not started
10:44:15 [2021-04-02T10:44:15.640Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s)
10:44:15 [2021-04-02T10:44:15.640Z]         check_test.go:223: [d22bca5ca07e6] daemon is not started
10:44:15 [2021-04-02T10:44:15.640Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.22s)
10:44:15 [2021-04-02T10:44:15.640Z]         check_test.go:223: [d20deab01e15e] daemon is not started
10:44:15 [2021-04-02T10:44:15.640Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.27s)
10:44:15 [2021-04-02T10:44:15.640Z]         check_test.go:223: [de92b4c5c6eed] daemon is not started
10:44:15 [2021-04-02T10:44:15.640Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.17s)
10:44:15 [2021-04-02T10:44:15.640Z]         check_test.go:223: [d28b67d87d8c0] daemon is not started
10:44:15 [2021-04-02T10:44:15.640Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.17s)
10:44:15 [2021-04-02T10:44:15.640Z]         check_test.go:223: [df95d0ba7a8a0] daemon is not started
10:44:15 [2021-04-02T10:44:15.640Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.45s)
10:44:15 [2021-04-02T10:44:15.640Z]         check_test.go:223: [d22b22072ba70] daemon is not started
10:44:15 [2021-04-02T10:44:15.640Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.42s)
10:44:15 [2021-04-02T10:44:15.640Z]         check_test.go:223: [d2934d322924b] daemon is not started
10:44:15 [2021-04-02T10:44:15.640Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s)
10:44:15 [2021-04-02T10:44:15.640Z]         check_test.go:223: [d2210ab41bb72] daemon is not started
10:44:15 [2021-04-02T10:44:15.640Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.28s)
10:44:15 [2021-04-02T10:44:15.640Z]         check_test.go:223: [d3201da0bb8e5] daemon is not started
10:44:15 [2021-04-02T10:44:15.640Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.26s)
10:44:15 [2021-04-02T10:44:15.640Z]         check_test.go:223: [d4ca489c43bfa] daemon is not started
10:44:15 [2021-04-02T10:44:15.640Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.41s)
10:44:15 [2021-04-02T10:44:15.640Z]         check_test.go:223: [d6b99fa28052f] daemon is not started
10:44:15 [2021-04-02T10:44:15.640Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s)
10:44:15 [2021-04-02T10:44:15.640Z]         check_test.go:223: [d8cc592106e43] daemon is not started
10:44:15 [2021-04-02T10:44:15.640Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
10:44:15 [2021-04-02T10:44:15.640Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
10:44:16 [2021-04-02T10:44:16.577Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
10:44:16 [2021-04-02T10:44:16.836Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
10:44:17 [2021-04-02T10:44:17.095Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
10:44:18 [2021-04-02T10:44:18.191Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
10:44:18 [2021-04-02T10:44:18.471Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
10:44:18 [2021-04-02T10:44:18.471Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
10:44:19 [2021-04-02T10:44:19.038Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
10:44:19 [2021-04-02T10:44:19.606Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
10:44:19 [2021-04-02T10:44:19.606Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.94s)
10:44:19 [2021-04-02T10:44:19.606Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.77s)
10:44:19 [2021-04-02T10:44:19.606Z]         check_test.go:252: [dcd7a0b6899e2] daemon is not started
10:44:19 [2021-04-02T10:44:19.606Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.49s)
10:44:19 [2021-04-02T10:44:19.606Z]         check_test.go:252: [d6bd902bba3db] daemon is not started
10:44:19 [2021-04-02T10:44:19.606Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s)
10:44:19 [2021-04-02T10:44:19.606Z]         check_test.go:252: [d10491befa59d] daemon is not started
10:44:19 [2021-04-02T10:44:19.606Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.23s)
10:44:19 [2021-04-02T10:44:19.606Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s)
10:44:19 [2021-04-02T10:44:19.606Z]         check_test.go:252: [d5f961cf9cad9] daemon is not started
10:44:19 [2021-04-02T10:44:19.606Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.38s)
10:44:19 [2021-04-02T10:44:19.606Z]         check_test.go:252: [d3a6b9ac4dcb9] daemon is not started
10:44:19 [2021-04-02T10:44:19.606Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.54s)
10:44:19 [2021-04-02T10:44:19.606Z]         check_test.go:252: [dc4c63b0f0b7a] daemon is not started
10:44:19 [2021-04-02T10:44:19.606Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s)
10:44:19 [2021-04-02T10:44:19.606Z]         check_test.go:252: [d424ed6b0b62c] daemon is not started
10:44:19 [2021-04-02T10:44:19.606Z] === RUN   TestDockerRegistryAuthTokenSuite
10:44:19 [2021-04-02T10:44:19.606Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
10:44:22 [2021-04-02T10:44:22.957Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
10:44:23 [2021-04-02T10:44:23.428Z] === RUN   TestDockerSuite/TestBuildCacheAdd
10:44:23 [2021-04-02T10:44:23.428Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
10:44:24 [2021-04-02T10:44:24.872Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
10:44:24 [2021-04-02T10:44:24.872Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
10:44:25 [2021-04-02T10:44:25.001Z] === RUN   TestDockerSuite/TestBuildCacheFrom
10:44:25 [2021-04-02T10:44:25.001Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
10:44:25 [2021-04-02T10:44:25.130Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
10:44:25 [2021-04-02T10:44:25.130Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
10:44:25 [2021-04-02T10:44:25.388Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s)
10:44:25 [2021-04-02T10:44:25.388Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s)
10:44:25 [2021-04-02T10:44:25.388Z]         check_test.go:279: [d941fc3f7c36b] daemon is not started
10:44:25 [2021-04-02T10:44:25.388Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s)
10:44:25 [2021-04-02T10:44:25.388Z]         check_test.go:279: [d2645bb9f2c7a] daemon is not started
10:44:25 [2021-04-02T10:44:25.388Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s)
10:44:25 [2021-04-02T10:44:25.388Z]         check_test.go:279: [d1038f753c7b3] daemon is not started
10:44:25 [2021-04-02T10:44:25.388Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s)
10:44:25 [2021-04-02T10:44:25.388Z]         check_test.go:279: [d94be60b48ac0] daemon is not started
10:44:25 [2021-04-02T10:44:25.388Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s)
10:44:25 [2021-04-02T10:44:25.388Z]         check_test.go:279: [d580fa1bb49b9] daemon is not started
10:44:25 [2021-04-02T10:44:25.388Z] === RUN   TestDockerNetworkSuite
10:44:25 [2021-04-02T10:44:25.388Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
10:44:28 [2021-04-02T10:44:28.676Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
10:44:29 [2021-04-02T10:44:29.782Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
10:44:30 [2021-04-02T10:44:30.053Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
10:44:31 [2021-04-02T10:44:31.353Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
10:44:31 [2021-04-02T10:44:31.353Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
10:44:31 [2021-04-02T10:44:31.353Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
10:44:32 [2021-04-02T10:44:32.350Z] === RUN   TestDockerSuite/TestBuildClearCmd
10:44:33 [2021-04-02T10:44:33.921Z] === RUN   TestDockerSuite/TestBuildCmd
10:44:34 [2021-04-02T10:44:34.391Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
10:44:34 [2021-04-02T10:44:34.862Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
10:44:35 [2021-04-02T10:44:35.332Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
10:44:38 [2021-04-02T10:44:38.172Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
10:44:39 [2021-04-02T10:44:39.565Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
10:44:40 [2021-04-02T10:44:40.105Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
10:44:42 [2021-04-02T10:44:42.328Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
10:44:42 [2021-04-02T10:44:42.328Z] === RUN   TestDockerSuite/TestBuildConditionalCache
10:44:43 [2021-04-02T10:44:43.760Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
10:44:43 [2021-04-02T10:44:43.900Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
10:44:43 [2021-04-02T10:44:43.900Z] === RUN   TestDockerSuite/TestBuildContextCleanup
10:44:44 [2021-04-02T10:44:44.328Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
10:44:44 [2021-04-02T10:44:44.371Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
10:44:45 [2021-04-02T10:44:45.942Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
10:44:46 [2021-04-02T10:44:46.935Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
10:44:47 [2021-04-02T10:44:47.405Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
10:44:47 [2021-04-02T10:44:47.405Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
10:44:47 [2021-04-02T10:44:47.616Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
10:44:48 [2021-04-02T10:44:48.395Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
10:44:49 [2021-04-02T10:44:49.385Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
10:44:49 [2021-04-02T10:44:49.385Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
10:44:49 [2021-04-02T10:44:49.385Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
10:44:54 [2021-04-02T10:44:54.153Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
10:44:57 [2021-04-02T10:44:57.595Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
10:44:57 [2021-04-02T10:44:57.596Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
10:44:58 [2021-04-02T10:44:58.536Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
10:44:58 [2021-04-02T10:44:58.795Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
10:44:59 [2021-04-02T10:44:59.055Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
10:44:59 [2021-04-02T10:44:59.055Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
10:45:00 [2021-04-02T10:45:00.433Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
10:45:01 [2021-04-02T10:45:01.811Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
10:45:02 [2021-04-02T10:45:02.748Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
10:45:04 [2021-04-02T10:45:04.125Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
10:45:05 [2021-04-02T10:45:05.513Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
10:45:06 [2021-04-02T10:45:06.449Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
10:45:08 [2021-04-02T10:45:08.356Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
10:45:08 [2021-04-02T10:45:08.615Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
10:45:11 [2021-04-02T10:45:11.148Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
10:45:11 [2021-04-02T10:45:11.148Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
10:45:11 [2021-04-02T10:45:11.148Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
10:45:12 [2021-04-02T10:45:12.525Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
10:45:14 [2021-04-02T10:45:14.431Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
10:45:14 [2021-04-02T10:45:14.691Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
10:45:14 [2021-04-02T10:45:14.950Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
10:45:15 [2021-04-02T10:45:15.209Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
10:45:17 [2021-04-02T10:45:17.113Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
10:45:19 [2021-04-02T10:45:19.016Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
10:45:19 [2021-04-02T10:45:19.275Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
10:45:19 [2021-04-02T10:45:19.842Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
10:45:19 [2021-04-02T10:45:19.842Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
10:45:25 [2021-04-02T10:45:25.149Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
10:45:27 [2021-04-02T10:45:27.055Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
10:45:30 [2021-04-02T10:45:30.043Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
10:45:30 [2021-04-02T10:45:30.043Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
10:45:30 [2021-04-02T10:45:30.043Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
10:45:33 [2021-04-02T10:45:33.848Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
10:45:33 [2021-04-02T10:45:33.848Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
10:45:34 [2021-04-02T10:45:34.318Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
10:45:34 [2021-04-02T10:45:34.318Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
10:45:34 [2021-04-02T10:45:34.788Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
10:45:34 [2021-04-02T10:45:34.788Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
10:45:39 [2021-04-02T10:45:39.264Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
10:45:39 [2021-04-02T10:45:39.523Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
10:45:42 [2021-04-02T10:45:42.054Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
10:45:42 [2021-04-02T10:45:42.313Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
10:45:42 [2021-04-02T10:45:42.313Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
10:45:42 [2021-04-02T10:45:42.884Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
10:45:43 [2021-04-02T10:45:43.452Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
10:45:43 [2021-04-02T10:45:43.452Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
10:45:47 [2021-04-02T10:45:47.649Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
10:45:47 [2021-04-02T10:45:47.649Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
10:45:47 [2021-04-02T10:45:47.649Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
10:45:48 [2021-04-02T10:45:48.585Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
10:45:55 [2021-04-02T10:45:55.163Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
10:46:00 [2021-04-02T10:46:00.433Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
10:46:00 [2021-04-02T10:46:00.433Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
10:46:01 [2021-04-02T10:46:01.809Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
10:46:04 [2021-04-02T10:46:04.341Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
10:46:04 [2021-04-02T10:46:04.341Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
10:46:04 [2021-04-02T10:46:04.947Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
10:46:04 [2021-04-02T10:46:04.947Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
10:46:04 [2021-04-02T10:46:04.947Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
10:46:05 [2021-04-02T10:46:05.717Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
10:46:05 [2021-04-02T10:46:05.717Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
10:46:06 [2021-04-02T10:46:06.654Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
10:46:08 [2021-04-02T10:46:08.031Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
10:46:08 [2021-04-02T10:46:08.599Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
10:46:13 [2021-04-02T10:46:13.875Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
10:46:15 [2021-04-02T10:46:15.252Z] --- PASS: TestDockerNetworkSuite (109.56s)
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (3.00s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d56162e95cdce] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.37s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d7fc73d25e24d] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (7.10s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [dfbed4fc6a539] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.67s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d85fc89adfbbf] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (4.05s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:1233: [d84adec654095] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (3.84s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [dfbd648f86160] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (9.62s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d5af7985c8536] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (4.72s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d6ee3a1663d04] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (2.44s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [de6921bdbea61] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (1.20s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [dfe7e6932bb41] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.94s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d85e5bdd46643] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (2.26s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [ddf0d8f456739] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (2.10s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d6f8a09aad9b6] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.52s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [db93949c02667] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (1.06s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d7e38e73b2198] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.98s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d2ec072308d82] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.52s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d0d6f819a72e0] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d969bac1b6427] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.50s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d710d000b3303] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.57s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d587e9213fd47] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (2.22s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [df5cc2777fe6a] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.08s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d3fadcf442539] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.51s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d77469f5605e1] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.10s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [dafba1b189fbc] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (4.53s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:968: [de38f141b5853] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (2.37s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d585caa16490c] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (12.21s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:1116: [d7ab4658f9983] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.49s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d9387ba342fea] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (2.49s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d7359793da962] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.46s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d15e8a7f3b787] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [dbea43ab5c13e] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.46s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d32a3efc7804e] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.48s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d9d03fd8c4276] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [dc5db33da545d] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (3.84s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d89fe9cd97349] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [dc3c8c3084012] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d2f97fac38518] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.42s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d3ac00dc315ab] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (5.55s)
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (5.52s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:1084: [dd7d8f62f856e] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.10s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d14e9c28024b8] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.67s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [dad8b08438499] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.64s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [daf62f3dde541] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d4a325e9941fa] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.37s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [dafde77e3d25e] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.90s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [dccb8fbb5c619] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (2.13s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d0b3302291b9d] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.36s)
10:46:15 [2021-04-02T10:46:15.252Z]         docker_cli_network_unix_test.go:46: [d60c14d2afab2] daemon is not started
10:46:15 [2021-04-02T10:46:15.252Z] === RUN   TestDockerHubPullSuite
10:46:15 [2021-04-02T10:46:15.252Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
10:46:16 [2021-04-02T10:46:16.648Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
10:46:18 [2021-04-02T10:46:18.028Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
10:46:20 [2021-04-02T10:46:20.562Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
10:46:20 [2021-04-02T10:46:20.820Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
10:46:21 [2021-04-02T10:46:21.079Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
10:46:22 [2021-04-02T10:46:22.017Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
10:46:22 [2021-04-02T10:46:22.276Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
10:46:22 [2021-04-02T10:46:22.535Z] --- PASS: TestDockerHubPullSuite (7.53s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (2.99s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.37s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.50s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.19s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.35s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.11s)
10:46:22 [2021-04-02T10:46:22.535Z] PASS
10:46:22 [2021-04-02T10:46:22.535Z] 
10:46:22 [2021-04-02T10:46:22.535Z] === Skipped
10:46:22 [2021-04-02T10:46:22.535Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
10:46:22 [2021-04-02T10:46:22.535Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
10:46:22 [2021-04-02T10:46:22.535Z] 
10:46:22 [2021-04-02T10:46:22.535Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
10:46:22 [2021-04-02T10:46:22.535Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
10:46:22 [2021-04-02T10:46:22.535Z] 
10:46:22 [2021-04-02T10:46:22.535Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s)
10:46:22 [2021-04-02T10:46:22.535Z]         docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
10:46:22 [2021-04-02T10:46:22.535Z] 
10:46:22 [2021-04-02T10:46:22.535Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
10:46:22 [2021-04-02T10:46:22.535Z]         docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
10:46:22 [2021-04-02T10:46:22.535Z] 
10:46:22 [2021-04-02T10:46:22.535Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
10:46:22 [2021-04-02T10:46:22.535Z]         docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
10:46:22 [2021-04-02T10:46:22.535Z] 
10:46:22 [2021-04-02T10:46:22.535Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
10:46:22 [2021-04-02T10:46:22.535Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
10:46:22 [2021-04-02T10:46:22.535Z] 
10:46:22 [2021-04-02T10:46:22.535Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
10:46:22 [2021-04-02T10:46:22.535Z]         docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
10:46:22 [2021-04-02T10:46:22.535Z] 
10:46:22 [2021-04-02T10:46:22.535Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
10:46:22 [2021-04-02T10:46:22.535Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
10:46:22 [2021-04-02T10:46:22.535Z] 
10:46:22 [2021-04-02T10:46:22.535Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s)
10:46:22 [2021-04-02T10:46:22.535Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
10:46:22 [2021-04-02T10:46:22.535Z] 
10:46:22 [2021-04-02T10:46:22.535Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.03s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.03s)
10:46:22 [2021-04-02T10:46:22.535Z]         docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
10:46:22 [2021-04-02T10:46:22.535Z] 
10:46:22 [2021-04-02T10:46:22.535Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.04s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.04s)
10:46:22 [2021-04-02T10:46:22.535Z]         docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
10:46:22 [2021-04-02T10:46:22.535Z] 
10:46:22 [2021-04-02T10:46:22.535Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s)
10:46:22 [2021-04-02T10:46:22.535Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
10:46:22 [2021-04-02T10:46:22.535Z] 
10:46:22 [2021-04-02T10:46:22.535Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
10:46:22 [2021-04-02T10:46:22.535Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
10:46:22 [2021-04-02T10:46:22.535Z] 
10:46:22 [2021-04-02T10:46:22.535Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
10:46:22 [2021-04-02T10:46:22.535Z]         docker_cli_sni_test.go:18: Flakey test
10:46:22 [2021-04-02T10:46:22.535Z] 
10:46:22 [2021-04-02T10:46:22.535Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
10:46:22 [2021-04-02T10:46:22.535Z]         docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
10:46:22 [2021-04-02T10:46:22.535Z] 
10:46:22 [2021-04-02T10:46:22.535Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
10:46:22 [2021-04-02T10:46:22.535Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
10:46:22 [2021-04-02T10:46:22.535Z] 
10:46:22 [2021-04-02T10:46:22.535Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
10:46:22 [2021-04-02T10:46:22.535Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
10:46:22 [2021-04-02T10:46:22.535Z] 
10:46:22 [2021-04-02T10:46:22.535Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
10:46:22 [2021-04-02T10:46:22.535Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
10:46:22 [2021-04-02T10:46:22.535Z] 
10:46:22 [2021-04-02T10:46:22.535Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
10:46:22 [2021-04-02T10:46:22.535Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
10:46:22 [2021-04-02T10:46:22.535Z] 
10:46:22 [2021-04-02T10:46:22.535Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
10:46:22 [2021-04-02T10:46:22.535Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
10:46:22 [2021-04-02T10:46:22.535Z] 
10:46:22 [2021-04-02T10:46:22.535Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
10:46:22 [2021-04-02T10:46:22.535Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
10:46:22 [2021-04-02T10:46:22.535Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
10:46:22 [2021-04-02T10:46:22.535Z] 
10:46:22 [2021-04-02T10:46:22.535Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.02s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.02s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_run_test.go:4045: unmatched requirement DaemonIsWindows
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_run_test.go:4064: unmatched requirement DaemonIsWindows
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_run_test.go:4130: unmatched requirement IsolationIsProcess
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_run_test.go:2865: kernel doesn't have latency_stats configured
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.01s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.01s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_run_test.go:4438: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
10:46:22 [2021-04-02T10:46:22.536Z]         docker_cli_network_unix_test.go:46: [d2f97fac38518] daemon is not started
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] 
10:46:22 [2021-04-02T10:46:22.536Z] DONE 1274 tests, 51 skipped in 2163.321s
10:46:22 [2021-04-02T10:46:22.536Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
10:46:22 [2021-04-02T10:46:22.536Z] ++++ cat bundles/test-integration/docker.pid
10:46:22 [2021-04-02T10:46:22.536Z] +++ kill 8181
10:46:23 [2021-04-02T10:46:23.473Z] +++ /etc/init.d/apparmor stop
10:46:23 [2021-04-02T10:46:23.473Z] Leaving: AppArmorNo profiles have been unloaded.
10:46:23 [2021-04-02T10:46:23.473Z] 
10:46:23 [2021-04-02T10:46:23.473Z] Unloading profiles will leave already running processes permanently
10:46:23 [2021-04-02T10:46:23.473Z] unconfined, which can lead to unexpected situations.
10:46:23 [2021-04-02T10:46:23.473Z] 
10:46:23 [2021-04-02T10:46:23.473Z] To set a process to complain mode, use the command line tool
10:46:23 [2021-04-02T10:46:23.473Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
10:46:23 [2021-04-02T10:46:23.473Z] +++ true
10:46:23 [2021-04-02T10:46:23.473Z] exiting test-integration
10:46:23 [2021-04-02T10:46:23.473Z] ++ exit 0
10:46:23 [2021-04-02T10:46:23.473Z] 
10:46:24 [2021-04-02T10:46:24.041Z] + for job in $(jobs -p)
10:46:24 [2021-04-02T10:46:24.041Z] + wait 2978
10:46:24 [2021-04-02T10:46:24.299Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
10:46:26 [2021-04-02T10:46:26.211Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
10:46:26 [2021-04-02T10:46:26.211Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
10:46:26 [2021-04-02T10:46:26.681Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
10:46:30 [2021-04-02T10:46:30.485Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
10:46:32 [2021-04-02T10:46:32.717Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
10:46:35 [2021-04-02T10:46:35.698Z] === RUN   TestDockerSuite/TestBuildDockerignore
10:46:46 [2021-04-02T10:46:46.227Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
10:46:58 [2021-04-02T10:46:58.459Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
10:46:59 [2021-04-02T10:46:59.834Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
10:47:01 [2021-04-02T10:47:01.740Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
10:47:05 [2021-04-02T10:47:05.026Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
10:47:15 [2021-04-02T10:47:15.002Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
10:47:19 [2021-04-02T10:47:19.192Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
10:47:21 [2021-04-02T10:47:21.729Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
10:47:25 [2021-04-02T10:47:25.036Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
10:47:27 [2021-04-02T10:47:27.569Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
10:47:30 [2021-04-02T10:47:30.102Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
10:47:34 [2021-04-02T10:47:34.290Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
10:47:35 [2021-04-02T10:47:35.667Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
10:47:36 [2021-04-02T10:47:36.378Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
10:47:37 [2021-04-02T10:47:37.950Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
10:47:38 [2021-04-02T10:47:38.423Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
10:48:31 [2021-04-02T10:48:31.891Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
10:48:46 [2021-04-02T10:48:46.778Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
10:49:04 [2021-04-02T10:49:04.735Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
10:49:04 [2021-04-02T10:49:04.735Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
10:49:04 [2021-04-02T10:49:04.735Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
10:49:04 [2021-04-02T10:49:04.861Z] --- PASS: TestDockerSwarmSuite (1755.79s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.45s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.05s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (6.75s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.17s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.11s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (31.27s)
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_test.go:562: [d8bbb1110fc38] joining swarm manager [dac330e241f41]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_test.go:584: [d355fc4548d44] joining swarm manager [dac330e241f41]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:49:04 [2021-04-02T10:49:04.861Z]         check_test.go:380: [d8bbb1110fc38] daemon is not started
10:49:04 [2021-04-02T10:49:04.861Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.25s)
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_test.go:45: [d8fde7a21f4d0] joining swarm manager [d6c529fcd0fc5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.00s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.70s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (42.06s)
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_test.go:303: [d88a6d655bb61] joining swarm manager [d6babf5024e69]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_test.go:304: [d9c8df4689a17] joining swarm manager [d6babf5024e69]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_test.go:350: Waiting for election to occur...
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_test.go:363: Waiting for possible election...
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.83s)
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_test.go:271: [d7a54a3f1aab2] joining swarm manager [dd9c4a231482f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_test.go:272: [d3da7d135a2de] joining swarm manager [dd9c4a231482f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.38s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.59s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.49s)
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_node_test.go:19: [d0754b2d3667b] joining swarm manager [d9c99eb33f876]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_node_test.go:20: [df529635b413d] joining swarm manager [d9c99eb33f876]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (53.03s)
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_test.go:501: [dafe6c7e79c55] joining swarm manager [db9e6da2ef214]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_test.go:506: [d0eca2dec929a] joining swarm manager [db9e6da2ef214]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (19.40s)
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_node_test.go:80: [df4482895aa09] joining swarm manager [d8211f2fde262]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.90s)
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_node_test.go:52: [d76d2322ebbe6] joining swarm manager [dca91084ab76e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_node_test.go:53: [de4c5d32f856b] joining swarm manager [dca91084ab76e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.10s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (16.71s)
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_test.go:201: [dcf255248569a] joining swarm manager [d4f056ec2f847]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (62.26s)
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_test.go:383: [dfc8fa13c1e8d] joining swarm manager [dd7041d285e0e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_test.go:384: [d5d8714f07ea7] joining swarm manager [dd7041d285e0e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:49:04 [2021-04-02T10:49:04.861Z]         check_test.go:380: [d5d8714f07ea7] daemon is not started
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (58.42s)
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_test.go:801: [dd85bc9b8a167] joining swarm manager [d53cdedb3ccc8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_test.go:801: [d892486c60cc7] joining swarm manager [d53cdedb3ccc8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_test.go:801: [de63f0a0c8e9f] joining swarm manager [d53cdedb3ccc8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_test.go:801: [d8aa62785f977] joining swarm manager [d53cdedb3ccc8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_test.go:809: [dd5262c931d42] joining swarm manager [d53cdedb3ccc8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.37s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (6.09s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (22.82s)
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_service_test.go:394: [d3cd27f528577] joining swarm manager [d24f5aae9e5b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_service_test.go:394: [d53301f4cb336] joining swarm manager [d24f5aae9e5b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (19.50s)
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_service_test.go:342: [d73b406e1aa7b] joining swarm manager [df577163cd4e1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_service_test.go:342: [d2270704ad135] joining swarm manager [df577163cd4e1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.77s)
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_service_test.go:489: [de94e2691cd69] joining swarm manager [d7ff399a54f69]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_service_test.go:489: [de0e7b94648ea] joining swarm manager [d7ff399a54f69]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.44s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.48s)
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_service_test.go:127: [de6f3894de4b1] joining swarm manager [d15b83e384a0b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_service_test.go:128: [d8f1ff8128362] joining swarm manager [d15b83e384a0b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_service_test.go:136: [de5fb81de986d] joining swarm manager [d15b83e384a0b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_service_test.go:137: [d86456a56075c] joining swarm manager [d15b83e384a0b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.16s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (25.43s)
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_service_test.go:303: [df4f6b5b0e6f4] joining swarm manager [d8ca32d6495e8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_service_test.go:303: [dbd36a42e1c48] joining swarm manager [d8ca32d6495e8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (33.96s)
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_service_test.go:99: [dce8b5fd6f765] joining swarm manager [d6de2bb601622]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_service_test.go:100: [d6cf0351378f0] joining swarm manager [d6de2bb601622]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:49:04 [2021-04-02T10:49:04.861Z]         check_test.go:380: [dce8b5fd6f765] daemon is not started
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (31.65s)
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_service_test.go:532: [db136b682d752] joining swarm manager [dd2940b73ee96]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_service_test.go:533: [d6add136b4e48] joining swarm manager [dd2940b73ee96]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (43.13s)
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_service_test.go:147: [d0f943631f46f] joining swarm manager [ddf92244560b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.861Z]         docker_api_swarm_service_test.go:147: [d783b22a159df] joining swarm manager [ddf92244560b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (34.03s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (6.83s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.85s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.35s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.19s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.97s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.80s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (5.02s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.15s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (25.27s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (10.20s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.16s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.31s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.40s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (4.29s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.98s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.84s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (4.15s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (4.58s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.59s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (4.63s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (7.05s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (6.23s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (14.19s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.63s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.90s)
10:49:04 [2021-04-02T10:49:04.861Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.69s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.21s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.68s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.69s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.54s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (14.61s)
10:49:04 [2021-04-02T10:49:04.862Z]         docker_cli_service_logs_test.go:245: checking task n7klvju06gmn
10:49:04 [2021-04-02T10:49:04.862Z]         docker_cli_service_logs_test.go:250: checking messages for n7klvju06gmn
10:49:04 [2021-04-02T10:49:04.862Z]         docker_cli_service_logs_test.go:245: checking task 7mqoxyq27ef3
10:49:04 [2021-04-02T10:49:04.862Z]         docker_cli_service_logs_test.go:250: checking messages for 7mqoxyq27ef3
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (2.98s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (19.91s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (3.03s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.55s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (24.59s)
10:49:04 [2021-04-02T10:49:04.862Z]         docker_cli_swarm_test.go:1901: [d92dd5bdcd3cd] joining swarm manager [d6c1d94a2d141]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.862Z]         docker_cli_swarm_test.go:1902: [d58e92e26ff3a] joining swarm manager [d6c1d94a2d141]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.07s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.98s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.78s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.43s)
10:49:04 [2021-04-02T10:49:04.862Z]         docker_cli_swarm_test.go:1802: [d53e77ee61448] joining swarm manager [d340b6974b3df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.862Z]         docker_cli_swarm_test.go:1803: [d8a1add75115d] joining swarm manager [d340b6974b3df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.81s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (91.55s)
10:49:04 [2021-04-02T10:49:04.862Z]         docker_cli_swarm_test.go:1321: [db9af20e31fad] joining swarm manager [dac5cc790b657]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.862Z]         docker_cli_swarm_test.go:1322: [daf25cacb07bf] joining swarm manager [dac5cc790b657]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.48s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (10.11s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (10.38s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.90s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (7.44s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (3.97s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.62s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s)
10:49:04 [2021-04-02T10:49:04.862Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.74s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.81s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.87s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (3.01s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.16s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (54.58s)
10:49:04 [2021-04-02T10:49:04.862Z]         docker_cli_swarm_test.go:1186: [d081eabec0fcc] joining swarm manager [da4de27095e67]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.862Z]         docker_cli_swarm_test.go:1195: [d29c1e304809b] joining swarm manager [da4de27095e67]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.51s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.35s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (127.44s)
10:49:04 [2021-04-02T10:49:04.862Z]         docker_cli_swarm_test.go:1118: [d194256abf0cb] joining swarm manager [d77be001421f1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.862Z]         docker_cli_swarm_test.go:1119: [da57c47550b68] joining swarm manager [d77be001421f1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:49:04 [2021-04-02T10:49:04.862Z]         docker_cli_swarm_test.go:1172: [dcf4b42a8786f] joining swarm manager [d77be001421f1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.31s)
10:49:04 [2021-04-02T10:49:04.862Z]         docker_cli_swarm_test.go:1453: [d65c204468b7e] joining swarm manager [d4ad31d26779f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.862Z]         docker_cli_swarm_test.go:1454: [d10881706a7eb] joining swarm manager [d4ad31d26779f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.63s)
10:49:04 [2021-04-02T10:49:04.862Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.25s)
10:49:04 [2021-04-02T10:49:04.862Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.24s)
10:49:04 [2021-04-02T10:49:04.862Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.06s)
10:49:04 [2021-04-02T10:49:04.862Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.13s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.71s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (5.44s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.89s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.46s)
10:49:04 [2021-04-02T10:49:04.862Z]         docker_cli_swarm_unix_test.go:62: [d8bf4eb934d1f] joining swarm manager [db3cdb97932dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.42s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (5.65s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.62s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.82s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.11s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.98s)
10:49:04 [2021-04-02T10:49:04.862Z]         docker_api_swarm_test.go:961: [da4206d028ebb] joining swarm manager [d50216947a0b6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.93s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.50s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.06s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.96s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (9.09s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.49s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.44s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.77s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.71s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.85s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.60s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.03s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.10s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.03s)
10:49:04 [2021-04-02T10:49:04.862Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.41s)
10:49:04 [2021-04-02T10:49:04.862Z] === RUN   TestDockerExternalVolumeSuite
10:49:04 [2021-04-02T10:49:04.862Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
10:49:19 [2021-04-02T10:49:19.735Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
10:49:30 [2021-04-02T10:49:30.089Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
10:49:42 [2021-04-02T10:49:42.621Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
10:49:53 [2021-04-02T10:49:53.107Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
10:50:23 [2021-04-02T10:50:23.276Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
10:50:27 [2021-04-02T10:50:27.442Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
10:50:35 [2021-04-02T10:50:35.553Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
10:50:44 [2021-04-02T10:50:44.546Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
10:50:53 [2021-04-02T10:50:53.237Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
10:51:07 [2021-04-02T10:51:07.749Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
10:51:22 [2021-04-02T10:51:22.636Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
10:51:54 [2021-04-02T10:51:54.724Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
10:52:06 [2021-04-02T10:52:06.978Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
10:52:41 [2021-04-02T10:52:41.849Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
10:52:56 [2021-04-02T10:52:56.725Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
10:53:06 [2021-04-02T10:53:06.897Z] === RUN   TestDockerSuite/TestBuildDotDotFile
10:53:06 [2021-04-02T10:53:06.898Z] === RUN   TestDockerSuite/TestBuildEOLInLine
10:53:06 [2021-04-02T10:53:06.898Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
10:53:06 [2021-04-02T10:53:06.898Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
10:53:06 [2021-04-02T10:53:06.898Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
10:53:06 [2021-04-02T10:53:06.898Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
10:53:06 [2021-04-02T10:53:06.898Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
10:53:06 [2021-04-02T10:53:06.898Z] === RUN   TestDockerSuite/TestBuildEntrypoint
10:53:06 [2021-04-02T10:53:06.898Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
10:53:06 [2021-04-02T10:53:06.898Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
10:53:06 [2021-04-02T10:53:06.899Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
10:53:10 [2021-04-02T10:53:10.707Z] === RUN   TestDockerSuite/TestBuildEnv
10:53:10 [2021-04-02T10:53:10.707Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
10:53:10 [2021-04-02T10:53:10.707Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
10:53:10 [2021-04-02T10:53:10.707Z] === RUN   TestDockerSuite/TestBuildEnvUsage
10:53:10 [2021-04-02T10:53:10.707Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
10:53:10 [2021-04-02T10:53:10.707Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
10:53:11 [2021-04-02T10:53:11.603Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
10:53:14 [2021-04-02T10:53:14.517Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
10:53:14 [2021-04-02T10:53:14.517Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
10:53:14 [2021-04-02T10:53:14.988Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
10:53:14 [2021-04-02T10:53:14.988Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
10:53:15 [2021-04-02T10:53:15.981Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
10:53:20 [2021-04-02T10:53:20.756Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
10:53:35 [2021-04-02T10:53:35.722Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
10:53:35 [2021-04-02T10:53:35.722Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
10:53:35 [2021-04-02T10:53:35.722Z] === RUN   TestDockerSuite/TestBuildExpose
10:53:35 [2021-04-02T10:53:35.722Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
10:53:35 [2021-04-02T10:53:35.722Z] === RUN   TestDockerSuite/TestBuildExposeOrder
10:53:35 [2021-04-02T10:53:35.722Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
10:53:35 [2021-04-02T10:53:35.722Z] === RUN   TestDockerSuite/TestBuildFails
10:53:42 [2021-04-02T10:53:42.898Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
10:53:42 [2021-04-02T10:53:42.898Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
10:53:48 [2021-04-02T10:53:48.787Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
10:53:58 [2021-04-02T10:53:58.280Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
10:53:59 [2021-04-02T10:53:59.244Z] === RUN   TestDockerSuite/TestBuildForceRm
10:54:05 [2021-04-02T10:54:05.145Z] === RUN   TestDockerSuite/TestBuildFromGit
10:54:12 [2021-04-02T10:54:12.329Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
10:54:12 [2021-04-02T10:54:12.800Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
10:54:16 [2021-04-02T10:54:16.362Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
10:54:18 [2021-04-02T10:54:18.689Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
10:54:18 [2021-04-02T10:54:18.689Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
10:54:18 [2021-04-02T10:54:18.689Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
10:54:19 [2021-04-02T10:54:19.681Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
10:54:19 [2021-04-02T10:54:19.681Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
10:54:34 [2021-04-02T10:54:34.646Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
10:54:34 [2021-04-02T10:54:34.646Z] === RUN   TestDockerSuite/TestBuildHistory
10:54:45 [2021-04-02T10:54:45.106Z] === RUN   TestDockerSuite/TestBuildIidFile
10:54:45 [2021-04-02T10:54:45.578Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
10:54:47 [2021-04-02T10:54:47.805Z] === RUN   TestDockerSuite/TestBuildInheritance
10:54:47 [2021-04-02T10:54:47.805Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
10:54:48 [2021-04-02T10:54:48.276Z] === RUN   TestDockerSuite/TestBuildInvalidTag
10:54:48 [2021-04-02T10:54:48.276Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
10:54:48 [2021-04-02T10:54:48.451Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
10:54:58 [2021-04-02T10:54:58.739Z] === RUN   TestDockerSuite/TestBuildLabel
10:54:58 [2021-04-02T10:54:58.739Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
10:54:59 [2021-04-02T10:54:59.739Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
10:55:00 [2021-04-02T10:55:00.734Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
10:55:01 [2021-04-02T10:55:01.205Z] === RUN   TestDockerSuite/TestBuildLabels
10:55:02 [2021-04-02T10:55:02.196Z] === RUN   TestDockerSuite/TestBuildLabelsCache
10:55:03 [2021-04-02T10:55:03.770Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
10:55:09 [2021-04-02T10:55:09.657Z] === RUN   TestDockerSuite/TestBuildLastModified
10:55:09 [2021-04-02T10:55:09.657Z] === RUN   TestDockerSuite/TestBuildLineBreak
10:55:10 [2021-04-02T10:55:10.129Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
10:55:10 [2021-04-02T10:55:10.129Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
10:55:10 [2021-04-02T10:55:10.129Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
10:55:10 [2021-04-02T10:55:10.129Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
10:55:10 [2021-04-02T10:55:10.129Z] === RUN   TestDockerSuite/TestBuildMaintainer
10:55:11 [2021-04-02T10:55:11.121Z] === RUN   TestDockerSuite/TestBuildMissingArgs
10:55:11 [2021-04-02T10:55:11.593Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
10:55:16 [2021-04-02T10:55:16.367Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
10:55:20 [2021-04-02T10:55:20.521Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
10:55:35 [2021-04-02T10:55:35.397Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
10:55:41 [2021-04-02T10:55:41.691Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
10:55:41 [2021-04-02T10:55:41.691Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
10:55:43 [2021-04-02T10:55:43.262Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
10:55:53 [2021-04-02T10:55:53.487Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
10:56:08 [2021-04-02T10:56:08.364Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
10:56:13 [2021-04-02T10:56:13.417Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
10:56:23 [2021-04-02T10:56:23.240Z] --- PASS: TestDockerExternalVolumeSuite (441.03s)
10:56:23 [2021-04-02T10:56:23.240Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.77s)
10:56:23 [2021-04-02T10:56:23.240Z]         docker_cli_external_volume_driver_test.go:53: [d07fcb008aa2d] daemon is not started
10:56:23 [2021-04-02T10:56:23.240Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.74s)
10:56:23 [2021-04-02T10:56:23.240Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.56s)
10:56:23 [2021-04-02T10:56:23.240Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s)
10:56:23 [2021-04-02T10:56:23.240Z]         docker_cli_external_volume_driver_test.go:53: [d49a06784b4b5] daemon is not started
10:56:23 [2021-04-02T10:56:23.240Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.63s)
10:56:23 [2021-04-02T10:56:23.240Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s)
10:56:23 [2021-04-02T10:56:23.240Z]         docker_cli_external_volume_driver_test.go:53: [d5cb8170f317d] daemon is not started
10:56:23 [2021-04-02T10:56:23.240Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.13s)
10:56:23 [2021-04-02T10:56:23.240Z]         docker_cli_external_volume_driver_test.go:53: [dfcd96011feed] daemon is not started
10:56:23 [2021-04-02T10:56:23.240Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.54s)
10:56:23 [2021-04-02T10:56:23.240Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.55s)
10:56:23 [2021-04-02T10:56:23.240Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.87s)
10:56:23 [2021-04-02T10:56:23.240Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.68s)
10:56:23 [2021-04-02T10:56:23.240Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.55s)
10:56:23 [2021-04-02T10:56:23.240Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.69s)
10:56:23 [2021-04-02T10:56:23.240Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.98s)
10:56:23 [2021-04-02T10:56:23.240Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.57s)
10:56:23 [2021-04-02T10:56:23.240Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.24s)
10:56:23 [2021-04-02T10:56:23.240Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.40s)
10:56:23 [2021-04-02T10:56:23.240Z]         docker_cli_external_volume_driver_test.go:485: [d1fafed536874] daemon is not started
10:56:23 [2021-04-02T10:56:23.240Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s)
10:56:23 [2021-04-02T10:56:23.240Z]         docker_cli_external_volume_driver_test.go:53: [d0289f59d7472] daemon is not started
10:56:23 [2021-04-02T10:56:23.240Z] PASS
10:56:23 [2021-04-02T10:56:23.240Z] 
10:56:23 [2021-04-02T10:56:23.240Z] === Skipped
10:56:23 [2021-04-02T10:56:23.240Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
10:56:23 [2021-04-02T10:56:23.240Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
10:56:23 [2021-04-02T10:56:23.240Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
10:56:23 [2021-04-02T10:56:23.240Z]         check_test.go:309: [d22adf1a7d050] daemon is not started
10:56:23 [2021-04-02T10:56:23.240Z] 
10:56:23 [2021-04-02T10:56:23.240Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
10:56:23 [2021-04-02T10:56:23.240Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
10:56:23 [2021-04-02T10:56:23.240Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
10:56:23 [2021-04-02T10:56:23.240Z]         check_test.go:309: [db2bdbcae537d] daemon is not started
10:56:23 [2021-04-02T10:56:23.240Z] 
10:56:23 [2021-04-02T10:56:23.240Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s)
10:56:23 [2021-04-02T10:56:23.240Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s)
10:56:23 [2021-04-02T10:56:23.240Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
10:56:23 [2021-04-02T10:56:23.240Z]         check_test.go:309: [d1aa487544272] daemon is not started
10:56:23 [2021-04-02T10:56:23.240Z] 
10:56:23 [2021-04-02T10:56:23.240Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
10:56:23 [2021-04-02T10:56:23.240Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
10:56:23 [2021-04-02T10:56:23.240Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
10:56:23 [2021-04-02T10:56:23.240Z] 
10:56:23 [2021-04-02T10:56:23.240Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s)
10:56:23 [2021-04-02T10:56:23.240Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s)
10:56:23 [2021-04-02T10:56:23.240Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
10:56:23 [2021-04-02T10:56:23.240Z] 
10:56:23 [2021-04-02T10:56:23.240Z] 
10:56:23 [2021-04-02T10:56:23.240Z] DONE 273 tests, 5 skipped in 2764.095s
10:56:23 [2021-04-02T10:56:23.240Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
10:56:23 [2021-04-02T10:56:23.810Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/df6a141bf7a5c/docker.pid
10:56:23 [2021-04-02T10:56:23.810Z] +++ kill 6243
10:56:23 [2021-04-02T10:56:23.810Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6243 is not a child of this shell
10:56:23 [2021-04-02T10:56:23.810Z] warning: PID 6243 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/df6a141bf7a5c/docker.pid had a nonzero exit code
10:56:23 [2021-04-02T10:56:23.810Z] ++++ cat bundles/test-integration/docker.pid
10:56:23 [2021-04-02T10:56:23.810Z] +++ kill 8150
10:56:24 [2021-04-02T10:56:24.759Z] +++ /etc/init.d/apparmor stop
10:56:24 [2021-04-02T10:56:24.759Z] Leaving: AppArmorNo profiles have been unloaded.
10:56:24 [2021-04-02T10:56:24.759Z] 
10:56:24 [2021-04-02T10:56:24.759Z] Unloading profiles will leave already running processes permanently
10:56:24 [2021-04-02T10:56:24.759Z] unconfined, which can lead to unexpected situations.
10:56:24 [2021-04-02T10:56:24.759Z] 
10:56:24 [2021-04-02T10:56:24.759Z] To set a process to complain mode, use the command line tool
10:56:24 [2021-04-02T10:56:24.759Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
10:56:24 [2021-04-02T10:56:24.759Z] +++ true
10:56:24 [2021-04-02T10:56:24.759Z] exiting test-integration
10:56:24 [2021-04-02T10:56:24.759Z] ++ exit 0
10:56:24 [2021-04-02T10:56:24.759Z] 
10:56:25 [2021-04-02T10:56:25.021Z] + exit 0
10:56:25 [2021-04-02T10:56:25.021Z] ++ jobs -p
10:56:25 [2021-04-02T10:56:25.021Z] + pids=
10:56:25 [2021-04-02T10:56:25.021Z] + echo 'Remaining pids to kill: []'
10:56:25 [2021-04-02T10:56:25.021Z] Remaining pids to kill: []
10:56:25 [2021-04-02T10:56:25.021Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
10:56:25 [2021-04-02T10:56:25.036Z] Recording test results
10:56:26 [2021-04-02T10:56:26.743Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
10:56:27 [2021-04-02T10:56:27.086Z] + echo Ensuring container killed.
10:56:27 [2021-04-02T10:56:27.086Z] Ensuring container killed.
10:56:27 [2021-04-02T10:56:27.086Z] + docker ps -aq -f name=docker-pr6-*
10:56:27 [2021-04-02T10:56:27.086Z] + cids=4cc98dd01d85
10:56:27 [2021-04-02T10:56:27.086Z] a1f56bf0d410
10:56:27 [2021-04-02T10:56:27.086Z] 35b4d99dad54
10:56:27 [2021-04-02T10:56:27.086Z] + [ -n 4cc98dd01d85
10:56:27 [2021-04-02T10:56:27.086Z] a1f56bf0d410
10:56:27 [2021-04-02T10:56:27.086Z] 35b4d99dad54 ]
10:56:27 [2021-04-02T10:56:27.086Z] + docker rm -vf 4cc98dd01d85 a1f56bf0d410 35b4d99dad54
10:56:29 [2021-04-02T10:56:29.002Z] 4cc98dd01d85
10:56:29 [2021-04-02T10:56:29.002Z] a1f56bf0d410
10:56:29 [2021-04-02T10:56:29.571Z] 35b4d99dad54
[Pipeline] sh
10:56:29 [2021-04-02T10:56:29.862Z] + echo Chowning /workspace to jenkins user
10:56:29 [2021-04-02T10:56:29.862Z] Chowning /workspace to jenkins user
10:56:29 [2021-04-02T10:56:29.862Z] + id -u
10:56:29 [2021-04-02T10:56:29.862Z] + id -g
10:56:29 [2021-04-02T10:56:29.862Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42182:/workspace busybox chown -R 1000:1000 /workspace
10:56:29 [2021-04-02T10:56:29.862Z] Unable to find image 'busybox:latest' locally
10:56:30 [2021-04-02T10:56:30.121Z] latest: Pulling from library/busybox
10:56:30 [2021-04-02T10:56:30.121Z] 8b3d7e226fab: Pulling fs layer
10:56:30 [2021-04-02T10:56:30.121Z] 8b3d7e226fab: Verifying Checksum
10:56:30 [2021-04-02T10:56:30.121Z] 8b3d7e226fab: Download complete
10:56:30 [2021-04-02T10:56:30.380Z] 8b3d7e226fab: Pull complete
10:56:30 [2021-04-02T10:56:30.380Z] Digest: sha256:ce2360d5189a033012fbad1635e037be86f23b65cfd676b436d0931af390a2ac
10:56:30 [2021-04-02T10:56:30.380Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
10:56:34 [2021-04-02T10:56:34.681Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
10:56:34 [2021-04-02T10:56:34.865Z] + bundleName=amd64
10:56:34 [2021-04-02T10:56:34.865Z] + echo Creating amd64-bundles.tar.gz
10:56:34 [2021-04-02T10:56:34.865Z] Creating amd64-bundles.tar.gz
10:56:34 [2021-04-02T10:56:34.865Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
10:56:34 [2021-04-02T10:56:34.865Z] + xargs tar -czf amd64-bundles.tar.gz
[Pipeline] archiveArtifacts
10:56:35 [2021-04-02T10:56:35.813Z] Archiving artifacts
10:56:36 [2021-04-02T10:56:36.906Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
10:56:38 [2021-04-02T10:56:38.155Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42182/6/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
10:56:38 [2021-04-02T10:56:38.471Z] + make clean
10:56:38 [2021-04-02T10:56:38.730Z] docker volume rm -f docker-dev-cache
10:56:38 [2021-04-02T10:56:38.730Z] docker-dev-cache
[Pipeline] deleteDir
10:56:42 [2021-04-02T10:56:42.807Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
10:56:47 [2021-04-02T10:56:47.580Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
10:57:05 [2021-04-02T10:57:05.447Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
10:57:05 [2021-04-02T10:57:05.447Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
10:57:17 [2021-04-02T10:57:17.974Z] === RUN   TestDockerSuite/TestBuildMultipleTags
10:57:17 [2021-04-02T10:57:17.974Z] === RUN   TestDockerSuite/TestBuildNetContainer
10:57:17 [2021-04-02T10:57:17.974Z] === RUN   TestDockerSuite/TestBuildNetNone
10:57:17 [2021-04-02T10:57:17.974Z] === RUN   TestDockerSuite/TestBuildNoContext
10:57:19 [2021-04-02T10:57:19.546Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
10:57:29 [2021-04-02T10:57:29.992Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
10:57:30 [2021-04-02T10:57:30.985Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
10:57:30 [2021-04-02T10:57:30.985Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
10:57:31 [2021-04-02T10:57:31.456Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
10:57:34 [2021-04-02T10:57:34.418Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
10:57:34 [2021-04-02T10:57:34.889Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
10:57:36 [2021-04-02T10:57:36.462Z] === RUN   TestDockerSuite/TestBuildOnBuild
10:57:57 [2021-04-02T10:57:57.724Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
10:57:57 [2021-04-02T10:57:57.724Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
10:58:04 [2021-04-02T10:58:04.911Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
10:58:08 [2021-04-02T10:58:08.714Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
10:58:17 [2021-04-02T10:58:17.401Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
10:58:22 [2021-04-02T10:58:22.192Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
10:58:26 [2021-04-02T10:58:26.968Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
10:58:27 [2021-04-02T10:58:27.961Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
10:58:27 [2021-04-02T10:58:27.961Z] === RUN   TestDockerSuite/TestBuildPATH
10:58:27 [2021-04-02T10:58:27.961Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
10:58:30 [2021-04-02T10:58:30.190Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
10:58:30 [2021-04-02T10:58:30.190Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
10:59:21 [2021-04-02T10:59:21.150Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
10:59:46 [2021-04-02T10:59:46.476Z] === RUN   TestDockerSuite/TestBuildRm
10:59:58 [2021-04-02T10:59:58.998Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
11:00:00 [2021-04-02T11:00:00.570Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
11:00:00 [2021-04-02T11:00:00.570Z] === RUN   TestDockerSuite/TestBuildScratchCopy
11:00:01 [2021-04-02T11:00:01.040Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
11:00:02 [2021-04-02T11:00:02.612Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
11:00:11 [2021-04-02T11:00:11.298Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
11:00:14 [2021-04-02T11:00:14.262Z] === RUN   TestDockerSuite/TestBuildShellInherited
11:00:19 [2021-04-02T11:00:19.032Z] === RUN   TestDockerSuite/TestBuildShellMultiple
11:00:33 [2021-04-02T11:00:33.993Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
11:00:34 [2021-04-02T11:00:34.464Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
11:00:35 [2021-04-02T11:00:35.457Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
11:00:45 [2021-04-02T11:00:45.909Z] === RUN   TestDockerSuite/TestBuildSpaces
11:00:45 [2021-04-02T11:00:45.909Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
11:00:49 [2021-04-02T11:00:49.714Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
11:00:49 [2021-04-02T11:00:49.714Z] === RUN   TestDockerSuite/TestBuildStderr
11:00:54 [2021-04-02T11:00:54.490Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
11:01:15 [2021-04-02T11:01:15.755Z] === RUN   TestDockerSuite/TestBuildStopSignal
11:01:15 [2021-04-02T11:01:15.755Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
11:01:16 [2021-04-02T11:01:16.226Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
11:01:17 [2021-04-02T11:01:17.798Z] === RUN   TestDockerSuite/TestBuildTagEvent
11:01:22 [2021-04-02T11:01:22.569Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
11:01:28 [2021-04-02T11:01:28.459Z] === RUN   TestDockerSuite/TestBuildUser
11:01:28 [2021-04-02T11:01:28.459Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
11:01:28 [2021-04-02T11:01:28.459Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
11:01:28 [2021-04-02T11:01:28.459Z] === RUN   TestDockerSuite/TestBuildVerboseOut
11:01:32 [2021-04-02T11:01:32.263Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
11:01:32 [2021-04-02T11:01:32.263Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
11:01:35 [2021-04-02T11:01:35.225Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
11:01:35 [2021-04-02T11:01:35.225Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
11:01:35 [2021-04-02T11:01:35.696Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
11:01:56 [2021-04-02T11:01:56.969Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
11:01:57 [2021-04-02T11:01:57.439Z] === RUN   TestDockerSuite/TestBuildWindowsUser
11:02:06 [2021-04-02T11:02:06.122Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
11:02:12 [2021-04-02T11:02:12.016Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
11:02:12 [2021-04-02T11:02:12.016Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
11:02:12 [2021-04-02T11:02:12.016Z] === RUN   TestDockerSuite/TestBuildWithFailure
11:02:14 [2021-04-02T11:02:14.979Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
11:02:14 [2021-04-02T11:02:14.979Z] === RUN   TestDockerSuite/TestBuildWithRecycleBin
11:02:25 [2021-04-02T11:02:25.439Z] === RUN   TestDockerSuite/TestBuildWithTabs
11:02:30 [2021-04-02T11:02:30.211Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
11:02:30 [2021-04-02T11:02:30.682Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
11:02:48 [2021-04-02T11:02:48.530Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
11:02:48 [2021-04-02T11:02:48.530Z] === RUN   TestDockerSuite/TestBuildWithVolumes
11:02:48 [2021-04-02T11:02:48.530Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
11:02:48 [2021-04-02T11:02:48.530Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
11:02:50 [2021-04-02T11:02:50.101Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
11:02:58 [2021-04-02T11:02:58.784Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
11:02:59 [2021-04-02T11:02:59.774Z] === RUN   TestDockerSuite/TestBuildXZHost
11:03:00 [2021-04-02T11:03:00.245Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
11:03:00 [2021-04-02T11:03:00.245Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
11:03:00 [2021-04-02T11:03:00.245Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
11:03:02 [2021-04-02T11:03:02.470Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
11:03:06 [2021-04-02T11:03:06.273Z] === RUN   TestDockerSuite/TestCommitChange
11:03:11 [2021-04-02T11:03:11.042Z] === RUN   TestDockerSuite/TestCommitChangeLabels
11:03:15 [2021-04-02T11:03:15.812Z] === RUN   TestDockerSuite/TestCommitHardlink
11:03:15 [2021-04-02T11:03:15.812Z] === RUN   TestDockerSuite/TestCommitNewFile
11:03:28 [2021-04-02T11:03:28.334Z] === RUN   TestDockerSuite/TestCommitPausedContainer
11:03:28 [2021-04-02T11:03:28.334Z] === RUN   TestDockerSuite/TestCommitTTY
11:03:34 [2021-04-02T11:03:34.220Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
11:03:38 [2021-04-02T11:03:38.027Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
11:03:38 [2021-04-02T11:03:38.027Z] === RUN   TestDockerSuite/TestCommitWithoutPause
11:03:38 [2021-04-02T11:03:38.027Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
11:03:38 [2021-04-02T11:03:38.027Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
11:03:38 [2021-04-02T11:03:38.027Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
11:03:38 [2021-04-02T11:03:38.027Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
11:03:38 [2021-04-02T11:03:38.027Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
11:03:38 [2021-04-02T11:03:38.027Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
11:03:38 [2021-04-02T11:03:38.027Z] === RUN   TestDockerSuite/TestContainerAPICommit
11:03:45 [2021-04-02T11:03:45.211Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
11:03:51 [2021-04-02T11:03:51.099Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
11:03:51 [2021-04-02T11:03:51.099Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
11:03:53 [2021-04-02T11:03:53.321Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
11:03:53 [2021-04-02T11:03:53.321Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
11:03:53 [2021-04-02T11:03:53.321Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
11:03:53 [2021-04-02T11:03:53.321Z] === RUN   TestDockerSuite/TestContainerAPICreate
11:03:55 [2021-04-02T11:03:55.546Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
11:03:55 [2021-04-02T11:03:55.546Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
11:03:55 [2021-04-02T11:03:55.546Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
11:03:57 [2021-04-02T11:03:57.768Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
11:03:57 [2021-04-02T11:03:57.768Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
11:03:57 [2021-04-02T11:03:57.768Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
11:03:57 [2021-04-02T11:03:57.768Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
11:03:57 [2021-04-02T11:03:57.768Z] === RUN   TestDockerSuite/TestContainerAPIDelete
11:04:00 [2021-04-02T11:04:00.728Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
11:04:02 [2021-04-02T11:04:02.300Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
11:04:04 [2021-04-02T11:04:04.525Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
11:04:04 [2021-04-02T11:04:04.525Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
11:04:04 [2021-04-02T11:04:04.525Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
11:04:06 [2021-04-02T11:04:06.752Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
11:04:06 [2021-04-02T11:04:06.752Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
11:04:08 [2021-04-02T11:04:08.976Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
11:04:08 [2021-04-02T11:04:08.976Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
11:04:08 [2021-04-02T11:04:08.976Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
11:04:11 [2021-04-02T11:04:11.199Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
11:04:11 [2021-04-02T11:04:11.199Z] === RUN   TestDockerSuite/TestContainerAPIKill
11:04:12 [2021-04-02T11:04:12.768Z] === RUN   TestDockerSuite/TestContainerAPIPause
11:04:12 [2021-04-02T11:04:12.768Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
11:04:15 [2021-04-02T11:04:15.728Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
11:04:15 [2021-04-02T11:04:15.728Z] === RUN   TestDockerSuite/TestContainerAPIRename
11:04:22 [2021-04-02T11:04:22.921Z] === RUN   TestDockerSuite/TestContainerAPIRestart
11:04:26 [2021-04-02T11:04:26.725Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
11:04:30 [2021-04-02T11:04:30.526Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
11:04:30 [2021-04-02T11:04:30.526Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
11:04:30 [2021-04-02T11:04:30.526Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
11:04:30 [2021-04-02T11:04:30.526Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
11:04:30 [2021-04-02T11:04:30.526Z] === RUN   TestDockerSuite/TestContainerAPIStart
11:04:32 [2021-04-02T11:04:32.095Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
11:04:32 [2021-04-02T11:04:32.095Z] === RUN   TestDockerSuite/TestContainerAPIStop
11:04:39 [2021-04-02T11:04:39.266Z] === RUN   TestDockerSuite/TestContainerAPITop
11:04:39 [2021-04-02T11:04:39.266Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
11:04:40 [2021-04-02T11:04:40.837Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
11:04:41 [2021-04-02T11:04:41.307Z] === RUN   TestDockerSuite/TestContainerAPIWait
11:04:46 [2021-04-02T11:04:46.073Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
11:04:47 [2021-04-02T11:04:47.064Z] === RUN   TestDockerSuite/TestContainerNetworkMode
11:04:47 [2021-04-02T11:04:47.064Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
11:04:47 [2021-04-02T11:04:47.064Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
11:04:47 [2021-04-02T11:04:47.064Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
11:04:47 [2021-04-02T11:04:47.534Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
11:04:47 [2021-04-02T11:04:47.534Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe
11:04:49 [2021-04-02T11:04:49.105Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
11:04:49 [2021-04-02T11:04:49.105Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>}
11:04:52 [2021-04-02T11:04:52.064Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>}
11:04:54 [2021-04-02T11:04:54.289Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>}
11:04:56 [2021-04-02T11:04:56.511Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>}
11:04:58 [2021-04-02T11:04:58.732Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc0009852c0_<nil>}
11:05:07 [2021-04-02T11:05:07.410Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1944156222_c:\foo_false__<nil>_<nil>_<nil>}
11:05:08 [2021-04-02T11:05:08.982Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1944156222_c:\foo_true__<nil>_<nil>_<nil>}
11:05:11 [2021-04-02T11:05:11.204Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
11:05:11 [2021-04-02T11:05:11.204Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
11:05:11 [2021-04-02T11:05:11.204Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
11:05:11 [2021-04-02T11:05:11.204Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
11:05:11 [2021-04-02T11:05:11.204Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
11:05:11 [2021-04-02T11:05:11.204Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
11:05:11 [2021-04-02T11:05:11.204Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
11:05:11 [2021-04-02T11:05:11.204Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
11:05:11 [2021-04-02T11:05:11.204Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
11:05:11 [2021-04-02T11:05:11.204Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
11:05:11 [2021-04-02T11:05:11.674Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
11:05:11 [2021-04-02T11:05:11.674Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
11:05:11 [2021-04-02T11:05:11.674Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
11:05:11 [2021-04-02T11:05:11.674Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
11:05:11 [2021-04-02T11:05:11.674Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
11:05:11 [2021-04-02T11:05:11.674Z] === RUN   TestDockerSuite/TestCopyAndRestart
11:05:11 [2021-04-02T11:05:11.674Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
11:05:11 [2021-04-02T11:05:11.674Z] === RUN   TestDockerSuite/TestCpAbsolutePath
11:05:13 [2021-04-02T11:05:13.896Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
11:05:13 [2021-04-02T11:05:13.896Z] === RUN   TestDockerSuite/TestCpFromCaseA
11:05:13 [2021-04-02T11:05:13.896Z] === RUN   TestDockerSuite/TestCpFromCaseB
11:05:13 [2021-04-02T11:05:13.896Z] === RUN   TestDockerSuite/TestCpFromCaseC
11:05:13 [2021-04-02T11:05:13.896Z] === RUN   TestDockerSuite/TestCpFromCaseD
11:05:13 [2021-04-02T11:05:13.896Z] === RUN   TestDockerSuite/TestCpFromCaseE
11:05:13 [2021-04-02T11:05:13.896Z] === RUN   TestDockerSuite/TestCpFromCaseF
11:05:13 [2021-04-02T11:05:13.896Z] === RUN   TestDockerSuite/TestCpFromCaseG
11:05:13 [2021-04-02T11:05:13.896Z] === RUN   TestDockerSuite/TestCpFromCaseH
11:05:13 [2021-04-02T11:05:13.896Z] === RUN   TestDockerSuite/TestCpFromCaseI
11:05:13 [2021-04-02T11:05:13.896Z] === RUN   TestDockerSuite/TestCpFromCaseJ
11:05:13 [2021-04-02T11:05:13.896Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
11:05:13 [2021-04-02T11:05:13.896Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
11:05:13 [2021-04-02T11:05:13.896Z] === RUN   TestDockerSuite/TestCpGarbagePath
11:05:21 [2021-04-02T11:05:21.070Z] === RUN   TestDockerSuite/TestCpLocalOnly
11:05:21 [2021-04-02T11:05:21.070Z] === RUN   TestDockerSuite/TestCpNameHasColon
11:05:21 [2021-04-02T11:05:21.070Z] === RUN   TestDockerSuite/TestCpRelativePath
11:05:28 [2021-04-02T11:05:28.242Z] === RUN   TestDockerSuite/TestCpSpecialFiles
11:05:28 [2021-04-02T11:05:28.242Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
11:05:28 [2021-04-02T11:05:28.242Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
11:05:28 [2021-04-02T11:05:28.242Z] === RUN   TestDockerSuite/TestCpToCaseA
11:05:33 [2021-04-02T11:05:33.009Z] === RUN   TestDockerSuite/TestCpToCaseB
11:05:35 [2021-04-02T11:05:35.231Z] === RUN   TestDockerSuite/TestCpToCaseC
11:05:35 [2021-04-02T11:05:35.231Z] === RUN   TestDockerSuite/TestCpToCaseD
11:05:35 [2021-04-02T11:05:35.231Z] === RUN   TestDockerSuite/TestCpToCaseE
11:05:43 [2021-04-02T11:05:43.930Z] === RUN   TestDockerSuite/TestCpToCaseF
11:05:43 [2021-04-02T11:05:43.930Z] === RUN   TestDockerSuite/TestCpToCaseG
11:05:43 [2021-04-02T11:05:43.930Z] === RUN   TestDockerSuite/TestCpToCaseH
11:06:05 [2021-04-02T11:06:05.220Z] === RUN   TestDockerSuite/TestCpToCaseI
11:06:05 [2021-04-02T11:06:05.220Z] === RUN   TestDockerSuite/TestCpToCaseJ
11:06:05 [2021-04-02T11:06:05.220Z] === RUN   TestDockerSuite/TestCpToDot
11:06:05 [2021-04-02T11:06:05.220Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
11:06:05 [2021-04-02T11:06:05.220Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
11:06:05 [2021-04-02T11:06:05.220Z] === RUN   TestDockerSuite/TestCpToStdout
11:06:07 [2021-04-02T11:06:07.441Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
11:06:07 [2021-04-02T11:06:07.441Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
11:06:07 [2021-04-02T11:06:07.441Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
11:06:07 [2021-04-02T11:06:07.441Z] === RUN   TestDockerSuite/TestCpVolumePath
11:06:07 [2021-04-02T11:06:07.441Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
11:06:07 [2021-04-02T11:06:07.441Z] === RUN   TestDockerSuite/TestCreateArgs
11:06:07 [2021-04-02T11:06:07.441Z] === RUN   TestDockerSuite/TestCreateByImageID
11:06:09 [2021-04-02T11:06:09.663Z] === RUN   TestDockerSuite/TestCreateEchoStdout
11:06:11 [2021-04-02T11:06:11.883Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
11:06:11 [2021-04-02T11:06:11.883Z] === RUN   TestDockerSuite/TestCreateHostConfig
11:06:11 [2021-04-02T11:06:11.883Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
11:06:14 [2021-04-02T11:06:14.105Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
11:06:14 [2021-04-02T11:06:14.575Z] === RUN   TestDockerSuite/TestCreateLabels
11:06:14 [2021-04-02T11:06:14.575Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
11:06:14 [2021-04-02T11:06:14.575Z] === RUN   TestDockerSuite/TestCreateRM
11:06:15 [2021-04-02T11:06:15.046Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
11:06:15 [2021-04-02T11:06:15.046Z] === RUN   TestDockerSuite/TestCreateStopSignal
11:06:15 [2021-04-02T11:06:15.515Z] === RUN   TestDockerSuite/TestCreateStopTimeout
11:06:15 [2021-04-02T11:06:15.515Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
11:06:28 [2021-04-02T11:06:28.026Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
11:06:28 [2021-04-02T11:06:28.026Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
11:06:28 [2021-04-02T11:06:28.499Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
11:06:32 [2021-04-02T11:06:32.297Z] === RUN   TestDockerSuite/TestCreateWithPortRange
11:06:32 [2021-04-02T11:06:32.297Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
11:06:32 [2021-04-02T11:06:32.297Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
11:06:34 [2021-04-02T11:06:34.519Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
11:06:34 [2021-04-02T11:06:34.519Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
11:06:34 [2021-04-02T11:06:34.989Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
11:06:34 [2021-04-02T11:06:34.989Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
11:06:34 [2021-04-02T11:06:34.989Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
11:06:34 [2021-04-02T11:06:34.989Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
11:06:34 [2021-04-02T11:06:34.989Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
11:06:34 [2021-04-02T11:06:34.989Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
11:06:34 [2021-04-02T11:06:34.989Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
11:06:34 [2021-04-02T11:06:34.989Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
11:06:34 [2021-04-02T11:06:34.989Z] === RUN   TestDockerSuite/TestDevicePermissions
11:06:34 [2021-04-02T11:06:34.989Z] === RUN   TestDockerSuite/TestDockerFails
11:06:34 [2021-04-02T11:06:34.989Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
11:06:34 [2021-04-02T11:06:34.989Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
11:06:34 [2021-04-02T11:06:34.989Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
11:06:34 [2021-04-02T11:06:34.989Z] === RUN   TestDockerSuite/TestEventsAttach
11:06:34 [2021-04-02T11:06:34.989Z] === RUN   TestDockerSuite/TestEventsCommit
11:06:34 [2021-04-02T11:06:34.989Z] === RUN   TestDockerSuite/TestEventsContainerEvents
11:06:42 [2021-04-02T11:06:42.158Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
11:06:44 [2021-04-02T11:06:44.379Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
11:06:46 [2021-04-02T11:06:46.607Z] === RUN   TestDockerSuite/TestEventsContainerRestart
11:06:55 [2021-04-02T11:06:55.282Z] === RUN   TestDockerSuite/TestEventsCopy
11:06:59 [2021-04-02T11:06:59.081Z] === RUN   TestDockerSuite/TestEventsFilterContainer
11:07:03 [2021-04-02T11:07:03.843Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
11:07:06 [2021-04-02T11:07:06.067Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
11:07:07 [2021-04-02T11:07:07.057Z] === RUN   TestDockerSuite/TestEventsFilterImageName
11:07:10 [2021-04-02T11:07:10.860Z] === RUN   TestDockerSuite/TestEventsFilterLabels
11:07:11 [2021-04-02T11:07:11.330Z] === RUN   TestDockerSuite/TestEventsFilterType
11:07:12 [2021-04-02T11:07:12.319Z] === RUN   TestDockerSuite/TestEventsFilters
11:07:17 [2021-04-02T11:07:17.084Z] === RUN   TestDockerSuite/TestEventsFormat
11:07:21 [2021-04-02T11:07:21.851Z] === RUN   TestDockerSuite/TestEventsFormatBadField
11:07:21 [2021-04-02T11:07:21.851Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
11:07:21 [2021-04-02T11:07:21.851Z] === RUN   TestDockerSuite/TestEventsImageImport
11:07:21 [2021-04-02T11:07:21.851Z] === RUN   TestDockerSuite/TestEventsImageLoad
11:07:21 [2021-04-02T11:07:21.851Z] === RUN   TestDockerSuite/TestEventsImagePull
11:07:21 [2021-04-02T11:07:21.851Z] === RUN   TestDockerSuite/TestEventsImageTag
11:07:22 [2021-04-02T11:07:22.840Z] === RUN   TestDockerSuite/TestEventsPluginOps
11:07:22 [2021-04-02T11:07:22.840Z] === RUN   TestDockerSuite/TestEventsRename
11:07:25 [2021-04-02T11:07:25.069Z] === RUN   TestDockerSuite/TestEventsResize
11:07:28 [2021-04-02T11:07:28.029Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
11:07:30 [2021-04-02T11:07:30.249Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
11:07:32 [2021-04-02T11:07:32.473Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
11:07:37 [2021-04-02T11:07:37.236Z] === RUN   TestDockerSuite/TestEventsTop
11:07:37 [2021-04-02T11:07:37.236Z] === RUN   TestDockerSuite/TestEventsUntag
11:07:39 [2021-04-02T11:07:39.459Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
11:07:43 [2021-04-02T11:07:43.262Z] === RUN   TestDockerSuite/TestExec
11:07:43 [2021-04-02T11:07:43.262Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
11:07:43 [2021-04-02T11:07:43.262Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
11:07:45 [2021-04-02T11:07:45.484Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
11:07:47 [2021-04-02T11:07:47.052Z] === RUN   TestDockerSuite/TestExecAPIStart
11:07:47 [2021-04-02T11:07:47.052Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
11:07:47 [2021-04-02T11:07:47.052Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
11:07:47 [2021-04-02T11:07:47.052Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
11:07:49 [2021-04-02T11:07:49.272Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
11:07:50 [2021-04-02T11:07:50.842Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
11:07:53 [2021-04-02T11:07:53.062Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
11:07:54 [2021-04-02T11:07:54.630Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
11:07:59 [2021-04-02T11:07:59.393Z] === RUN   TestDockerSuite/TestExecCgroup
11:07:59 [2021-04-02T11:07:59.393Z] === RUN   TestDockerSuite/TestExecEnv
11:07:59 [2021-04-02T11:07:59.393Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
11:07:59 [2021-04-02T11:07:59.393Z] === RUN   TestDockerSuite/TestExecExitStatus
11:08:00 [2021-04-02T11:08:00.966Z] === RUN   TestDockerSuite/TestExecInspectID
11:08:04 [2021-04-02T11:08:04.766Z] === RUN   TestDockerSuite/TestExecInteractive
11:08:04 [2021-04-02T11:08:04.766Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
11:08:04 [2021-04-02T11:08:04.766Z] === RUN   TestDockerSuite/TestExecParseError
11:08:04 [2021-04-02T11:08:04.766Z] === RUN   TestDockerSuite/TestExecPausedContainer
11:08:04 [2021-04-02T11:08:04.766Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
11:08:04 [2021-04-02T11:08:04.766Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
11:08:06 [2021-04-02T11:08:06.989Z] === RUN   TestDockerSuite/TestExecSetEnv
11:08:06 [2021-04-02T11:08:06.989Z] === RUN   TestDockerSuite/TestExecStartFails
11:08:06 [2021-04-02T11:08:06.989Z] === RUN   TestDockerSuite/TestExecStateCleanup
11:08:06 [2021-04-02T11:08:06.989Z] === RUN   TestDockerSuite/TestExecStopNotHanging
11:08:06 [2021-04-02T11:08:06.989Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
11:08:06 [2021-04-02T11:08:06.989Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
11:08:09 [2021-04-02T11:08:09.210Z] === RUN   TestDockerSuite/TestExecUlimits
11:08:09 [2021-04-02T11:08:09.210Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
11:08:15 [2021-04-02T11:08:15.089Z] === RUN   TestDockerSuite/TestExecWithImageUser
11:08:15 [2021-04-02T11:08:15.089Z] === RUN   TestDockerSuite/TestExecWithPrivileged
11:08:15 [2021-04-02T11:08:15.089Z] === RUN   TestDockerSuite/TestExecWithUser
11:08:15 [2021-04-02T11:08:15.089Z] === RUN   TestDockerSuite/TestGetContainerStats
11:08:20 [2021-04-02T11:08:20.965Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
11:08:26 [2021-04-02T11:08:26.844Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
11:08:29 [2021-04-02T11:08:29.800Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
11:08:37 [2021-04-02T11:08:37.137Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
11:08:37 [2021-04-02T11:08:37.137Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
11:08:37 [2021-04-02T11:08:37.137Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
11:08:37 [2021-04-02T11:08:37.137Z] === RUN   TestDockerSuite/TestHealth
11:08:37 [2021-04-02T11:08:37.137Z] === RUN   TestDockerSuite/TestHistoryExistentImage
11:08:37 [2021-04-02T11:08:37.137Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
11:08:37 [2021-04-02T11:08:37.137Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
11:08:37 [2021-04-02T11:08:37.137Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
11:08:40 [2021-04-02T11:08:40.937Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
11:08:40 [2021-04-02T11:08:40.937Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
11:08:40 [2021-04-02T11:08:40.937Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
11:08:40 [2021-04-02T11:08:40.937Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
11:08:40 [2021-04-02T11:08:40.937Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
11:08:41 [2021-04-02T11:08:41.407Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
11:08:41 [2021-04-02T11:08:41.876Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
11:08:41 [2021-04-02T11:08:41.876Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
11:08:42 [2021-04-02T11:08:42.866Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
11:08:42 [2021-04-02T11:08:42.866Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
11:08:45 [2021-04-02T11:08:45.088Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
11:08:45 [2021-04-02T11:08:45.088Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
11:08:47 [2021-04-02T11:08:47.310Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
11:08:49 [2021-04-02T11:08:49.530Z] === RUN   TestDockerSuite/TestImagesFormat
11:08:49 [2021-04-02T11:08:49.530Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
11:08:49 [2021-04-02T11:08:49.530Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
11:08:53 [2021-04-02T11:08:53.340Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
11:08:53 [2021-04-02T11:08:53.340Z] === RUN   TestDockerSuite/TestImportBadURL
11:08:56 [2021-04-02T11:08:56.298Z] === RUN   TestDockerSuite/TestImportDisplay
11:08:56 [2021-04-02T11:08:56.298Z] === RUN   TestDockerSuite/TestImportFile
11:08:56 [2021-04-02T11:08:56.298Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
11:08:56 [2021-04-02T11:08:56.298Z] === RUN   TestDockerSuite/TestImportFileWithMessage
11:08:56 [2021-04-02T11:08:56.298Z] === RUN   TestDockerSuite/TestImportGzipped
11:08:56 [2021-04-02T11:08:56.298Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
11:08:56 [2021-04-02T11:08:56.298Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
11:08:56 [2021-04-02T11:08:56.298Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
11:08:56 [2021-04-02T11:08:56.298Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
11:08:56 [2021-04-02T11:08:56.298Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
11:08:56 [2021-04-02T11:08:56.298Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
11:08:56 [2021-04-02T11:08:56.298Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
11:08:56 [2021-04-02T11:08:56.298Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
11:08:58 [2021-04-02T11:08:58.519Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
11:09:00 [2021-04-02T11:09:00.743Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
11:09:00 [2021-04-02T11:09:00.743Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
11:09:00 [2021-04-02T11:09:00.743Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
11:09:00 [2021-04-02T11:09:00.743Z] === RUN   TestDockerSuite/TestInspectAmpersand
11:09:00 [2021-04-02T11:09:00.743Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
11:09:02 [2021-04-02T11:09:02.968Z] === RUN   TestDockerSuite/TestInspectByPrefix
11:09:03 [2021-04-02T11:09:03.440Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
11:09:05 [2021-04-02T11:09:05.664Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
11:09:05 [2021-04-02T11:09:05.664Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
11:09:05 [2021-04-02T11:09:05.664Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
11:09:05 [2021-04-02T11:09:05.664Z] === RUN   TestDockerSuite/TestInspectDefault
11:09:07 [2021-04-02T11:09:07.891Z] === RUN   TestDockerSuite/TestInspectHistory
11:09:11 [2021-04-02T11:09:11.692Z] === RUN   TestDockerSuite/TestInspectImage
11:09:12 [2021-04-02T11:09:12.162Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
11:09:12 [2021-04-02T11:09:12.162Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
11:09:12 [2021-04-02T11:09:12.162Z] === RUN   TestDockerSuite/TestInspectInt64
11:09:14 [2021-04-02T11:09:14.383Z] === RUN   TestDockerSuite/TestInspectJSONFields
11:09:16 [2021-04-02T11:09:16.604Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
11:09:16 [2021-04-02T11:09:16.604Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
11:09:18 [2021-04-02T11:09:18.826Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
11:09:21 [2021-04-02T11:09:21.048Z] === RUN   TestDockerSuite/TestInspectPlugin
11:09:21 [2021-04-02T11:09:21.048Z] === RUN   TestDockerSuite/TestInspectRootFS
11:09:21 [2021-04-02T11:09:21.048Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
11:09:23 [2021-04-02T11:09:23.269Z] === RUN   TestDockerSuite/TestInspectStatus
11:09:25 [2021-04-02T11:09:25.494Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
11:09:30 [2021-04-02T11:09:30.261Z] === RUN   TestDockerSuite/TestInspectTemplateError
11:09:31 [2021-04-02T11:09:31.830Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
11:09:34 [2021-04-02T11:09:34.051Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
11:09:36 [2021-04-02T11:09:36.274Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
11:09:38 [2021-04-02T11:09:38.497Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
11:09:40 [2021-04-02T11:09:40.718Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
11:09:42 [2021-04-02T11:09:42.938Z] === RUN   TestDockerSuite/TestInspectUnknownObject
11:09:42 [2021-04-02T11:09:42.938Z] === RUN   TestDockerSuite/TestLinkShortDefinition
11:09:42 [2021-04-02T11:09:42.938Z] === RUN   TestDockerSuite/TestLinksEnvs
11:09:42 [2021-04-02T11:09:42.938Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
11:09:42 [2021-04-02T11:09:42.938Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
11:09:42 [2021-04-02T11:09:42.938Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
11:09:42 [2021-04-02T11:09:42.938Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
11:09:42 [2021-04-02T11:09:42.938Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
11:09:42 [2021-04-02T11:09:42.938Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
11:09:42 [2021-04-02T11:09:42.938Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
11:09:42 [2021-04-02T11:09:42.938Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
11:09:42 [2021-04-02T11:09:42.938Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
11:09:42 [2021-04-02T11:09:42.938Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
11:09:43 [2021-04-02T11:09:43.408Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
11:09:43 [2021-04-02T11:09:43.408Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
11:09:43 [2021-04-02T11:09:43.408Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
11:09:43 [2021-04-02T11:09:43.408Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
11:09:43 [2021-04-02T11:09:43.408Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
11:09:43 [2021-04-02T11:09:43.408Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
11:09:43 [2021-04-02T11:09:43.408Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
11:09:44 [2021-04-02T11:09:44.979Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
11:09:47 [2021-04-02T11:09:47.200Z] === RUN   TestDockerSuite/TestLogsAPIUntil
11:09:53 [2021-04-02T11:09:53.082Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
11:09:55 [2021-04-02T11:09:55.305Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
11:09:55 [2021-04-02T11:09:55.305Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
11:09:56 [2021-04-02T11:09:56.874Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
11:09:56 [2021-04-02T11:09:56.874Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
11:10:04 [2021-04-02T11:10:04.054Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
11:10:11 [2021-04-02T11:10:11.227Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
11:10:18 [2021-04-02T11:10:18.404Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
11:10:20 [2021-04-02T11:10:20.626Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
11:10:22 [2021-04-02T11:10:22.851Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
11:10:22 [2021-04-02T11:10:22.851Z] === RUN   TestDockerSuite/TestLogsFollowStopped
11:10:25 [2021-04-02T11:10:25.072Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
11:10:32 [2021-04-02T11:10:32.242Z] === RUN   TestDockerSuite/TestLogsSince
11:10:40 [2021-04-02T11:10:40.921Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
11:10:40 [2021-04-02T11:10:40.921Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
11:10:40 [2021-04-02T11:10:40.921Z] === RUN   TestDockerSuite/TestLogsTail
11:10:43 [2021-04-02T11:10:43.880Z] === RUN   TestDockerSuite/TestLogsTimestamps
11:10:46 [2021-04-02T11:10:46.103Z] === RUN   TestDockerSuite/TestLogsWithDetails
11:10:48 [2021-04-02T11:10:48.324Z] === RUN   TestDockerSuite/TestMountIntoProc
11:10:48 [2021-04-02T11:10:48.324Z] === RUN   TestDockerSuite/TestMountIntoSys
11:10:48 [2021-04-02T11:10:48.324Z] === RUN   TestDockerSuite/TestNetHostname
11:10:48 [2021-04-02T11:10:48.324Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
11:10:48 [2021-04-02T11:10:48.324Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
11:10:48 [2021-04-02T11:10:48.324Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
11:10:48 [2021-04-02T11:10:48.324Z] === RUN   TestDockerSuite/TestPluginActive
11:10:48 [2021-04-02T11:10:48.324Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
11:10:48 [2021-04-02T11:10:48.324Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
11:10:48 [2021-04-02T11:10:48.324Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
11:10:48 [2021-04-02T11:10:48.324Z] === RUN   TestDockerSuite/TestPluginLogDriver
11:10:48 [2021-04-02T11:10:48.324Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
11:10:48 [2021-04-02T11:10:48.324Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
11:10:48 [2021-04-02T11:10:48.324Z] === RUN   TestDockerSuite/TestPluginUpgrade
11:10:48 [2021-04-02T11:10:48.324Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
11:10:48 [2021-04-02T11:10:48.324Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
11:10:48 [2021-04-02T11:10:48.795Z] === RUN   TestDockerSuite/TestPortHostBinding
11:10:48 [2021-04-02T11:10:48.795Z] === RUN   TestDockerSuite/TestPortList
11:10:48 [2021-04-02T11:10:48.795Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
11:10:52 [2021-04-02T11:10:52.604Z] === RUN   TestDockerSuite/TestPostContainersAttach
11:10:52 [2021-04-02T11:10:52.604Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
11:10:52 [2021-04-02T11:10:52.604Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
11:10:52 [2021-04-02T11:10:52.604Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
11:10:52 [2021-04-02T11:10:52.604Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
11:10:52 [2021-04-02T11:10:52.604Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
11:10:52 [2021-04-02T11:10:52.604Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
11:10:52 [2021-04-02T11:10:52.604Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
11:10:52 [2021-04-02T11:10:52.604Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
11:10:52 [2021-04-02T11:10:52.604Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
11:11:03 [2021-04-02T11:11:03.052Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
11:11:03 [2021-04-02T11:11:03.052Z] === RUN   TestDockerSuite/TestPsByOrder
11:11:11 [2021-04-02T11:11:11.738Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
11:11:11 [2021-04-02T11:11:11.738Z] === RUN   TestDockerSuite/TestPsListContainersBase
11:11:22 [2021-04-02T11:11:22.218Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
11:11:34 [2021-04-02T11:11:34.736Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
11:11:35 [2021-04-02T11:11:35.205Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
11:11:35 [2021-04-02T11:11:35.205Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
11:11:50 [2021-04-02T11:11:50.162Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
11:11:51 [2021-04-02T11:11:51.732Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
11:12:09 [2021-04-02T11:12:09.571Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
11:12:18 [2021-04-02T11:12:18.259Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
11:12:18 [2021-04-02T11:12:18.259Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
11:12:18 [2021-04-02T11:12:18.259Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
11:12:22 [2021-04-02T11:12:22.069Z] === RUN   TestDockerSuite/TestPsListContainersSize
11:12:22 [2021-04-02T11:12:22.069Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
11:12:22 [2021-04-02T11:12:22.069Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
11:12:22 [2021-04-02T11:12:22.069Z] === RUN   TestDockerSuite/TestPsRightTagName
11:12:22 [2021-04-02T11:12:22.069Z] === RUN   TestDockerSuite/TestPsShowMounts
11:12:30 [2021-04-02T11:12:30.754Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
11:12:30 [2021-04-02T11:12:30.754Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
11:12:31 [2021-04-02T11:12:31.224Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
11:12:31 [2021-04-02T11:12:31.224Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
11:12:32 [2021-04-02T11:12:32.793Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
11:12:33 [2021-04-02T11:12:33.783Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
11:12:33 [2021-04-02T11:12:33.783Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
11:12:37 [2021-04-02T11:12:37.589Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
11:12:41 [2021-04-02T11:12:41.393Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
11:12:43 [2021-04-02T11:12:43.617Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
11:13:19 [2021-04-02T11:13:19.644Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
11:13:19 [2021-04-02T11:13:19.644Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
11:13:23 [2021-04-02T11:13:23.450Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
11:13:23 [2021-04-02T11:13:23.920Z] === RUN   TestDockerSuite/TestRestartPolicyNO
11:13:23 [2021-04-02T11:13:23.920Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
11:13:24 [2021-04-02T11:13:24.911Z] === RUN   TestDockerSuite/TestRestartRunningContainer
11:13:28 [2021-04-02T11:13:28.712Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
11:13:33 [2021-04-02T11:13:33.478Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
11:13:33 [2021-04-02T11:13:33.478Z] === RUN   TestDockerSuite/TestRestartWithVolumes
11:13:37 [2021-04-02T11:13:37.279Z] === RUN   TestDockerSuite/TestRmiBlank
11:13:37 [2021-04-02T11:13:37.279Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
11:13:37 [2021-04-02T11:13:37.279Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
11:13:52 [2021-04-02T11:13:52.241Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
11:13:53 [2021-04-02T11:13:53.812Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
11:13:54 [2021-04-02T11:13:54.282Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
11:14:01 [2021-04-02T11:14:01.465Z] === RUN   TestDockerSuite/TestRmiImgIDForce
11:14:11 [2021-04-02T11:14:11.906Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
11:14:24 [2021-04-02T11:14:24.418Z] === RUN   TestDockerSuite/TestRmiParentImageFail
11:14:27 [2021-04-02T11:14:27.380Z] === RUN   TestDockerSuite/TestRmiTag
11:14:27 [2021-04-02T11:14:27.851Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
11:14:30 [2021-04-02T11:14:30.076Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
11:14:47 [2021-04-02T11:14:47.924Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
11:14:49 [2021-04-02T11:14:49.502Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
11:14:54 [2021-04-02T11:14:54.273Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
11:14:54 [2021-04-02T11:14:54.744Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
11:14:54 [2021-04-02T11:14:54.744Z] === RUN   TestDockerSuite/TestRunAddHost
11:14:54 [2021-04-02T11:14:54.744Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
11:14:54 [2021-04-02T11:14:54.744Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
11:14:54 [2021-04-02T11:14:54.744Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
11:14:55 [2021-04-02T11:14:55.215Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
11:14:55 [2021-04-02T11:14:55.215Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
11:14:55 [2021-04-02T11:14:55.215Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
11:14:56 [2021-04-02T11:14:56.785Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
11:14:56 [2021-04-02T11:14:56.785Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
11:14:56 [2021-04-02T11:14:56.785Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
11:15:01 [2021-04-02T11:15:01.553Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
11:15:04 [2021-04-02T11:15:04.510Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
11:15:06 [2021-04-02T11:15:06.730Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
11:15:08 [2021-04-02T11:15:08.464Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
11:15:10 [2021-04-02T11:15:10.688Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
11:15:10 [2021-04-02T11:15:10.688Z] === RUN   TestDockerSuite/TestRunBindMounts
11:15:15 [2021-04-02T11:15:15.458Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
11:15:15 [2021-04-02T11:15:15.458Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
11:15:15 [2021-04-02T11:15:15.458Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
11:15:15 [2021-04-02T11:15:15.458Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
11:15:15 [2021-04-02T11:15:15.458Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
11:15:15 [2021-04-02T11:15:15.458Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
11:15:15 [2021-04-02T11:15:15.458Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
11:15:15 [2021-04-02T11:15:15.458Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
11:15:15 [2021-04-02T11:15:15.458Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
11:15:15 [2021-04-02T11:15:15.458Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
11:15:15 [2021-04-02T11:15:15.458Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
11:15:15 [2021-04-02T11:15:15.458Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
11:15:17 [2021-04-02T11:15:17.680Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
11:15:17 [2021-04-02T11:15:17.680Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
11:15:20 [2021-04-02T11:15:20.641Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
11:15:20 [2021-04-02T11:15:20.641Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
11:15:20 [2021-04-02T11:15:20.641Z] === RUN   TestDockerSuite/TestRunContainerNetwork
11:15:22 [2021-04-02T11:15:22.867Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
11:15:22 [2021-04-02T11:15:22.867Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
11:15:22 [2021-04-02T11:15:22.867Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
11:15:22 [2021-04-02T11:15:22.867Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
11:15:22 [2021-04-02T11:15:22.867Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
11:15:22 [2021-04-02T11:15:22.867Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
11:15:22 [2021-04-02T11:15:22.867Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
11:15:22 [2021-04-02T11:15:22.867Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
11:15:25 [2021-04-02T11:15:25.089Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
11:15:27 [2021-04-02T11:15:27.310Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
11:15:29 [2021-04-02T11:15:29.532Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
11:15:29 [2021-04-02T11:15:29.532Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
11:15:29 [2021-04-02T11:15:29.532Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
11:15:29 [2021-04-02T11:15:29.532Z] === RUN   TestDockerSuite/TestRunCreateVolume
11:15:31 [2021-04-02T11:15:31.105Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
11:15:31 [2021-04-02T11:15:31.105Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
11:15:31 [2021-04-02T11:15:31.105Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
11:15:31 [2021-04-02T11:15:31.105Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
11:15:31 [2021-04-02T11:15:31.105Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
11:15:33 [2021-04-02T11:15:33.328Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
11:15:39 [2021-04-02T11:15:39.210Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
11:15:39 [2021-04-02T11:15:39.210Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
11:15:39 [2021-04-02T11:15:39.210Z] === RUN   TestDockerSuite/TestRunDNSOptions
11:15:39 [2021-04-02T11:15:39.210Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
11:15:39 [2021-04-02T11:15:39.210Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
11:15:39 [2021-04-02T11:15:39.210Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
11:15:39 [2021-04-02T11:15:39.210Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
11:15:40 [2021-04-02T11:15:40.781Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
11:15:40 [2021-04-02T11:15:40.781Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
11:15:40 [2021-04-02T11:15:40.781Z] === RUN   TestDockerSuite/TestRunDuplicateMount
11:15:40 [2021-04-02T11:15:40.781Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
11:15:43 [2021-04-02T11:15:43.014Z] === RUN   TestDockerSuite/TestRunEchoStdout
11:15:45 [2021-04-02T11:15:45.238Z] === RUN   TestDockerSuite/TestRunEmptyEnv
11:15:45 [2021-04-02T11:15:45.238Z] === RUN   TestDockerSuite/TestRunEntrypoint
11:15:47 [2021-04-02T11:15:47.463Z] === RUN   TestDockerSuite/TestRunEnvironment
11:15:47 [2021-04-02T11:15:47.463Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
11:15:47 [2021-04-02T11:15:47.463Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
11:15:47 [2021-04-02T11:15:47.463Z] === RUN   TestDockerSuite/TestRunExitCode
11:15:49 [2021-04-02T11:15:49.690Z] === RUN   TestDockerSuite/TestRunExitCodeOne
11:15:51 [2021-04-02T11:15:51.260Z] === RUN   TestDockerSuite/TestRunExitCodeZero
11:15:53 [2021-04-02T11:15:53.482Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
11:15:55 [2021-04-02T11:15:55.706Z] === RUN   TestDockerSuite/TestRunExposePort
11:15:55 [2021-04-02T11:15:55.706Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
11:15:55 [2021-04-02T11:15:55.706Z] === RUN   TestDockerSuite/TestRunGroupAdd
11:15:55 [2021-04-02T11:15:55.706Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
11:15:55 [2021-04-02T11:15:55.706Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
11:15:55 [2021-04-02T11:15:55.706Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
11:15:55 [2021-04-02T11:15:55.706Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
11:15:55 [2021-04-02T11:15:55.706Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
11:15:56 [2021-04-02T11:15:56.177Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
11:15:59 [2021-04-02T11:15:59.984Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
11:15:59 [2021-04-02T11:15:59.984Z] === RUN   TestDockerSuite/TestRunInvalidReference
11:15:59 [2021-04-02T11:15:59.984Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
11:15:59 [2021-04-02T11:15:59.984Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
11:15:59 [2021-04-02T11:15:59.984Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
11:15:59 [2021-04-02T11:15:59.984Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
11:15:59 [2021-04-02T11:15:59.984Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
11:16:07 [2021-04-02T11:16:07.168Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
11:16:07 [2021-04-02T11:16:07.168Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
11:16:08 [2021-04-02T11:16:08.160Z] === RUN   TestDockerSuite/TestRunModeHostname
11:16:08 [2021-04-02T11:16:08.160Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
11:16:08 [2021-04-02T11:16:08.160Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
11:16:08 [2021-04-02T11:16:08.160Z] === RUN   TestDockerSuite/TestRunModeIpcHost
11:16:08 [2021-04-02T11:16:08.160Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
11:16:08 [2021-04-02T11:16:08.160Z] === RUN   TestDockerSuite/TestRunModePIDContainer
11:16:08 [2021-04-02T11:16:08.160Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
11:16:08 [2021-04-02T11:16:08.160Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
11:16:08 [2021-04-02T11:16:08.160Z] === RUN   TestDockerSuite/TestRunModePIDHost
11:16:08 [2021-04-02T11:16:08.160Z] === RUN   TestDockerSuite/TestRunModeUTSHost
11:16:08 [2021-04-02T11:16:08.160Z] === RUN   TestDockerSuite/TestRunMount
11:16:08 [2021-04-02T11:16:08.160Z] === RUN   TestDockerSuite/TestRunMountOrdering
11:16:08 [2021-04-02T11:16:08.160Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
11:16:08 [2021-04-02T11:16:08.160Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
11:16:08 [2021-04-02T11:16:08.160Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
11:16:15 [2021-04-02T11:16:15.341Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
11:16:15 [2021-04-02T11:16:15.341Z] === RUN   TestDockerSuite/TestRunNamedVolume
11:16:15 [2021-04-02T11:16:15.341Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
11:16:15 [2021-04-02T11:16:15.341Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
11:16:20 [2021-04-02T11:16:20.109Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
11:16:23 [2021-04-02T11:16:23.914Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
11:16:23 [2021-04-02T11:16:23.914Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
11:16:23 [2021-04-02T11:16:23.914Z] === RUN   TestDockerSuite/TestRunNetHost
11:16:23 [2021-04-02T11:16:23.914Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
11:16:23 [2021-04-02T11:16:23.914Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
11:16:23 [2021-04-02T11:16:23.914Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
11:16:23 [2021-04-02T11:16:23.914Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
11:16:23 [2021-04-02T11:16:23.914Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
11:16:23 [2021-04-02T11:16:23.914Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
11:16:23 [2021-04-02T11:16:23.914Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
11:16:24 [2021-04-02T11:16:24.384Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
11:16:25 [2021-04-02T11:16:25.376Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
11:16:27 [2021-04-02T11:16:27.600Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
11:16:29 [2021-04-02T11:16:29.824Z] === RUN   TestDockerSuite/TestRunNonExistingImage
11:16:30 [2021-04-02T11:16:30.814Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
11:16:33 [2021-04-02T11:16:33.040Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
11:16:33 [2021-04-02T11:16:33.040Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
11:16:33 [2021-04-02T11:16:33.040Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
11:16:33 [2021-04-02T11:16:33.040Z] === RUN   TestDockerSuite/TestRunPortInUse
11:16:33 [2021-04-02T11:16:33.040Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
11:16:33 [2021-04-02T11:16:33.040Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
11:16:33 [2021-04-02T11:16:33.040Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
11:16:33 [2021-04-02T11:16:33.040Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
11:16:33 [2021-04-02T11:16:33.040Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
11:16:36 [2021-04-02T11:16:36.002Z] === RUN   TestDockerSuite/TestRunPublishPort
11:16:36 [2021-04-02T11:16:36.002Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
11:16:36 [2021-04-02T11:16:36.002Z] === RUN   TestDockerSuite/TestRunReadProcLatency
11:16:36 [2021-04-02T11:16:36.002Z] === RUN   TestDockerSuite/TestRunReadProcTimer
11:16:36 [2021-04-02T11:16:36.002Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
11:16:36 [2021-04-02T11:16:36.002Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
11:16:43 [2021-04-02T11:16:43.179Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
11:16:43 [2021-04-02T11:16:43.179Z] === RUN   TestDockerSuite/TestRunRm
11:16:45 [2021-04-02T11:16:45.402Z] === RUN   TestDockerSuite/TestRunRmAndWait
11:16:51 [2021-04-02T11:16:51.283Z] === RUN   TestDockerSuite/TestRunRmPre125Api
11:16:52 [2021-04-02T11:16:52.854Z] === RUN   TestDockerSuite/TestRunRootWorkdir
11:16:55 [2021-04-02T11:16:55.992Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
11:16:57 [2021-04-02T11:16:57.566Z] === RUN   TestDockerSuite/TestRunSetMacAddress
11:17:00 [2021-04-02T11:17:00.537Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
11:17:00 [2021-04-02T11:17:00.537Z] === RUN   TestDockerSuite/TestRunState
11:17:00 [2021-04-02T11:17:00.537Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
11:17:02 [2021-04-02T11:17:02.768Z] === RUN   TestDockerSuite/TestRunStdinPipe
11:17:02 [2021-04-02T11:17:02.768Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
11:17:04 [2021-04-02T11:17:04.991Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
11:17:04 [2021-04-02T11:17:04.991Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
11:17:04 [2021-04-02T11:17:04.991Z] === RUN   TestDockerSuite/TestRunTLSVerify
11:17:04 [2021-04-02T11:17:04.991Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
11:17:04 [2021-04-02T11:17:04.991Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
11:17:04 [2021-04-02T11:17:04.991Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
11:17:09 [2021-04-02T11:17:09.779Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
11:17:09 [2021-04-02T11:17:09.779Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
11:17:09 [2021-04-02T11:17:09.779Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
11:17:09 [2021-04-02T11:17:09.779Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
11:17:09 [2021-04-02T11:17:09.779Z] === RUN   TestDockerSuite/TestRunUnshareProc
11:17:09 [2021-04-02T11:17:09.779Z] === RUN   TestDockerSuite/TestRunUserByID
11:17:09 [2021-04-02T11:17:09.779Z] === RUN   TestDockerSuite/TestRunUserByIDBig
11:17:09 [2021-04-02T11:17:09.779Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
11:17:09 [2021-04-02T11:17:09.779Z] === RUN   TestDockerSuite/TestRunUserByIDZero
11:17:09 [2021-04-02T11:17:09.779Z] === RUN   TestDockerSuite/TestRunUserByName
11:17:09 [2021-04-02T11:17:09.779Z] === RUN   TestDockerSuite/TestRunUserDefaults
11:17:16 [2021-04-02T11:17:16.956Z] === RUN   TestDockerSuite/TestRunUserNotFound
11:17:16 [2021-04-02T11:17:16.956Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
11:17:19 [2021-04-02T11:17:19.181Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
11:17:19 [2021-04-02T11:17:19.181Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
11:17:19 [2021-04-02T11:17:19.181Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
11:17:22 [2021-04-02T11:17:22.147Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
11:17:29 [2021-04-02T11:17:29.326Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
11:17:33 [2021-04-02T11:17:33.137Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
11:17:39 [2021-04-02T11:17:39.021Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
11:17:39 [2021-04-02T11:17:39.021Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
11:17:39 [2021-04-02T11:17:39.021Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
11:17:41 [2021-04-02T11:17:41.983Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
11:17:44 [2021-04-02T11:17:44.208Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
11:17:46 [2021-04-02T11:17:46.436Z] === RUN   TestDockerSuite/TestRunWithBadDevice
11:17:46 [2021-04-02T11:17:46.436Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
11:17:46 [2021-04-02T11:17:46.436Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
11:17:46 [2021-04-02T11:17:46.436Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
11:17:46 [2021-04-02T11:17:46.436Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
11:17:46 [2021-04-02T11:17:46.436Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
11:17:46 [2021-04-02T11:17:46.907Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
11:17:46 [2021-04-02T11:17:46.907Z] === RUN   TestDockerSuite/TestRunWithUlimits
11:17:46 [2021-04-02T11:17:46.907Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
11:17:50 [2021-04-02T11:17:50.709Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
11:17:52 [2021-04-02T11:17:52.279Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
11:17:54 [2021-04-02T11:17:54.503Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
11:17:58 [2021-04-02T11:17:58.311Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
11:17:58 [2021-04-02T11:17:58.311Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
11:17:58 [2021-04-02T11:17:58.311Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
11:17:58 [2021-04-02T11:17:58.311Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
11:17:58 [2021-04-02T11:17:58.311Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
11:17:58 [2021-04-02T11:17:58.311Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
11:17:58 [2021-04-02T11:17:58.311Z] === RUN   TestDockerSuite/TestSaveCheckTimes
11:17:58 [2021-04-02T11:17:58.311Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
11:17:58 [2021-04-02T11:17:58.311Z] === RUN   TestDockerSuite/TestSaveImageId
11:17:58 [2021-04-02T11:17:58.311Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
11:17:58 [2021-04-02T11:17:58.311Z] === RUN   TestDockerSuite/TestSaveLoadParents
11:17:58 [2021-04-02T11:17:58.311Z] === RUN   TestDockerSuite/TestSaveMultipleNames
11:17:58 [2021-04-02T11:17:58.311Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
11:17:58 [2021-04-02T11:17:58.311Z] === RUN   TestDockerSuite/TestSaveSingleTag
11:17:58 [2021-04-02T11:17:58.311Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
11:17:58 [2021-04-02T11:17:58.781Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
11:17:58 [2021-04-02T11:17:58.781Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
11:17:58 [2021-04-02T11:17:58.781Z] === RUN   TestDockerSuite/TestSearchCmdOptions
11:18:01 [2021-04-02T11:18:01.004Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
11:18:01 [2021-04-02T11:18:01.474Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
11:18:01 [2021-04-02T11:18:01.944Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
11:18:01 [2021-04-02T11:18:01.944Z] === RUN   TestDockerSuite/TestSearchWithLimit
11:18:03 [2021-04-02T11:18:03.516Z] === RUN   TestDockerSuite/TestSlowStdinClosing
11:18:10 [2021-04-02T11:18:10.699Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
11:18:10 [2021-04-02T11:18:10.699Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
11:18:19 [2021-04-02T11:18:19.385Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
11:18:19 [2021-04-02T11:18:19.385Z] === RUN   TestDockerSuite/TestStartAttachSilent
11:18:22 [2021-04-02T11:18:22.347Z] === RUN   TestDockerSuite/TestStartAttachWithRename
11:18:22 [2021-04-02T11:18:22.347Z] === RUN   TestDockerSuite/TestStartMultipleContainers
11:18:22 [2021-04-02T11:18:22.347Z] === RUN   TestDockerSuite/TestStartPausedContainer
11:18:22 [2021-04-02T11:18:22.347Z] === RUN   TestDockerSuite/TestStartRecordError
11:18:22 [2021-04-02T11:18:22.347Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
11:18:28 [2021-04-02T11:18:28.230Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
11:18:28 [2021-04-02T11:18:28.230Z] === RUN   TestDockerSuite/TestStatsAllNoStream
11:18:28 [2021-04-02T11:18:28.230Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
11:18:28 [2021-04-02T11:18:28.230Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
11:18:28 [2021-04-02T11:18:28.230Z] === RUN   TestDockerSuite/TestStatsFormatAll
11:18:28 [2021-04-02T11:18:28.230Z] === RUN   TestDockerSuite/TestStatsNoStream
11:18:28 [2021-04-02T11:18:28.230Z] === RUN   TestDockerSuite/TestTopMultipleArgs
11:18:29 [2021-04-02T11:18:29.801Z] === RUN   TestDockerSuite/TestTopNonPrivileged
11:18:32 [2021-04-02T11:18:32.024Z] === RUN   TestDockerSuite/TestTopPrivileged
11:18:32 [2021-04-02T11:18:32.024Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
11:18:34 [2021-04-02T11:18:34.252Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
11:18:34 [2021-04-02T11:18:34.252Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
11:18:34 [2021-04-02T11:18:34.252Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
11:18:34 [2021-04-02T11:18:34.252Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
11:18:34 [2021-04-02T11:18:34.252Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
11:18:34 [2021-04-02T11:18:34.252Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
11:18:34 [2021-04-02T11:18:34.252Z] === RUN   TestDockerSuite/TestVolumeCLICreate
11:18:49 [2021-04-02T11:18:49.215Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
11:18:49 [2021-04-02T11:18:49.685Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
11:18:49 [2021-04-02T11:18:49.685Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
11:18:49 [2021-04-02T11:18:49.685Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
11:18:50 [2021-04-02T11:18:50.156Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
11:18:50 [2021-04-02T11:18:50.156Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
11:18:50 [2021-04-02T11:18:50.627Z] === RUN   TestDockerSuite/TestVolumeCLILs
11:18:52 [2021-04-02T11:18:52.852Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
11:18:52 [2021-04-02T11:18:52.852Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
11:18:55 [2021-04-02T11:18:55.814Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
11:18:56 [2021-04-02T11:18:56.285Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
11:18:56 [2021-04-02T11:18:56.756Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
11:18:56 [2021-04-02T11:18:56.756Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
11:18:56 [2021-04-02T11:18:56.756Z] === RUN   TestDockerSuite/TestVolumeCLIRm
11:19:05 [2021-04-02T11:19:05.555Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
11:19:05 [2021-04-02T11:19:05.555Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
11:19:05 [2021-04-02T11:19:05.555Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
11:19:05 [2021-04-02T11:19:05.555Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
11:19:05 [2021-04-02T11:19:05.555Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
11:19:12 [2021-04-02T11:19:12.733Z] === RUN   TestDockerSuite/TestVolumeLsFormat
11:19:12 [2021-04-02T11:19:12.733Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
11:19:12 [2021-04-02T11:19:12.733Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
11:19:21 [2021-04-02T11:19:21.425Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
11:19:21 [2021-04-02T11:19:21.425Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
11:19:22 [2021-04-02T11:19:22.417Z] --- PASS: TestDockerSuite (2579.11s)
11:19:22 [2021-04-02T11:19:22.417Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s)
11:19:22 [2021-04-02T11:19:22.417Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
11:19:22 [2021-04-02T11:19:22.417Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.417Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
11:19:22 [2021-04-02T11:19:22.417Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s)
11:19:22 [2021-04-02T11:19:22.417Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s)
11:19:22 [2021-04-02T11:19:22.417Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s)
11:19:22 [2021-04-02T11:19:22.417Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.417Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s)
11:19:22 [2021-04-02T11:19:22.417Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (0.83s)
11:19:22 [2021-04-02T11:19:22.417Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.21s)
11:19:22 [2021-04-02T11:19:22.417Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.59s)
11:19:22 [2021-04-02T11:19:22.417Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s)
11:19:22 [2021-04-02T11:19:22.417Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (128.82s)
11:19:22 [2021-04-02T11:19:22.417Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.77s)
11:19:22 [2021-04-02T11:19:22.417Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s)
11:19:22 [2021-04-02T11:19:22.417Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
11:19:22 [2021-04-02T11:19:22.417Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.417Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
11:19:22 [2021-04-02T11:19:22.417Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.417Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.11s)
11:19:22 [2021-04-02T11:19:22.417Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.417Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s)
11:19:22 [2021-04-02T11:19:22.417Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.417Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
11:19:22 [2021-04-02T11:19:22.417Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.417Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
11:19:22 [2021-04-02T11:19:22.417Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.417Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
11:19:22 [2021-04-02T11:19:22.417Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.417Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s)
11:19:22 [2021-04-02T11:19:22.417Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
11:19:22 [2021-04-02T11:19:22.417Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.417Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.68s)
11:19:22 [2021-04-02T11:19:22.417Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
11:19:22 [2021-04-02T11:19:22.417Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.417Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
11:19:22 [2021-04-02T11:19:22.417Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.417Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.04s)
11:19:22 [2021-04-02T11:19:22.417Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.12s)
11:19:22 [2021-04-02T11:19:22.417Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
11:19:22 [2021-04-02T11:19:22.417Z]         docker_cli_run_test.go:3177: unmatched requirement Apparmor
11:19:22 [2021-04-02T11:19:22.417Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
11:19:22 [2021-04-02T11:19:22.417Z]         docker_cli_run_test.go:3155: unmatched requirement Apparmor
11:19:22 [2021-04-02T11:19:22.417Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
11:19:22 [2021-04-02T11:19:22.417Z]         docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.417Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s)
11:19:22 [2021-04-02T11:19:22.417Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.417Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.09s)
11:19:22 [2021-04-02T11:19:22.417Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
11:19:22 [2021-04-02T11:19:22.417Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
11:19:22 [2021-04-02T11:19:22.417Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
11:19:22 [2021-04-02T11:19:22.417Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.417Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.56s)
11:19:22 [2021-04-02T11:19:22.417Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (121.72s)
11:19:22 [2021-04-02T11:19:22.417Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.45s)
11:19:22 [2021-04-02T11:19:22.417Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
11:19:22 [2021-04-02T11:19:22.417Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.49s)
11:19:22 [2021-04-02T11:19:22.417Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s)
11:19:22 [2021-04-02T11:19:22.417Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.98s)
11:19:22 [2021-04-02T11:19:22.417Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.86s)
11:19:22 [2021-04-02T11:19:22.417Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
11:19:22 [2021-04-02T11:19:22.417Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.417Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
11:19:22 [2021-04-02T11:19:22.417Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.417Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
11:19:22 [2021-04-02T11:19:22.417Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.23s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.86s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.15s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.46s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.80s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.34s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (4.80s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.04s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.19s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.61s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.72s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.52s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildAddTar (47.81s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.37s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (22.12s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.71s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.52s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.99s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.05s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.67s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.84s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.09s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.37s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (9.51s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.18s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.60s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (35.80s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.50s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.74s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.38s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.40s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.61s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.37s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:3571: unmatched requirement UnixCli
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.49s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (1.03s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.56s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.56s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.54s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.05s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.17s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.23s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.48s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.94s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.92s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.52s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.88s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.66s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.01s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (31.44s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.52s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.21s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.14s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.38s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.39s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.55s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (26.35s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.70s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.38s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (21.71s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.65s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.78s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.43s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.69s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.69s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (57.13s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.55s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.41s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (81.86s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.67s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.83s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (23.54s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (15.37s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (10.15s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (31.54s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (19.88s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.91s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (120.68s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.44s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.37s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.57s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.11s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.52s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.54s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.22s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.16s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.70s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.03s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.33s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.85s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.00s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.88s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.50s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.60s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildFails (7.08s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.23s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (10.10s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildForceRm (6.84s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildFromGit (6.05s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.47s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.32s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:3698: unmatched requirement UnixCli
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.72s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.56s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (13.40s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildHistory (11.72s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildIidFile (1.05s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.96s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.76s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (9.33s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildLabel (1.03s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.68s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.05s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.63s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildLabels (1.03s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.66s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.87s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.58s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (0.60s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.94s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (24.32s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.61s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (29.86s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (18.37s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.95s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.79s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.34s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (16.11s)
11:19:22 [2021-04-02T11:19:22.418Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
11:19:22 [2021-04-02T11:19:22.418Z]         docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (12.31s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.65s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildNoContext (2.58s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (9.10s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.35s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.22s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.20s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.80s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.96s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.35s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (18.37s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.61s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.54s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.61s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.52s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.92s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.58s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.21s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.22s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (45.65s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (29.05s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildRm (12.46s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.44s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.42s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.41s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (8.27s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.47s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (4.49s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (15.12s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.75s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.64s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.21s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.29s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.63s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildStderr (4.40s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (19.10s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.40s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.00s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.37s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (4.60s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.29s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (4.15s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.58s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.99s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (21.17s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.90s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildWindowsUser (8.46s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.63s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.36s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (2.53s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.36s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.60s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (4.52s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.41s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (17.45s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.40s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.39s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.21s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.77s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.08s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.35s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_sni_test.go:18: Flakey test
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.07s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.23s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestCommitChange (4.63s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (4.40s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestCommitNewFile (11.34s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestCommitTTY (6.50s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.25s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.08s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (6.69s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.67s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.11s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (2.08s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.35s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (2.52s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.01s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.06s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.20s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.14s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.12s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (1.86s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.52s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.24s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (6.94s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (3.55s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.83s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.08s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (1.77s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (7.04s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.09s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (4.20s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.90s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_run_test.go:3526: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_run_test.go:3558: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_run_test.go:3589: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_run_test.go:3572: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.86s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (22.06s)
11:19:22 [2021-04-02T11:19:22.419Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>} (2.44s)
11:19:22 [2021-04-02T11:19:22.419Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>} (2.46s)
11:19:22 [2021-04-02T11:19:22.419Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>} (2.41s)
11:19:22 [2021-04-02T11:19:22.419Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>} (2.40s)
11:19:22 [2021-04-02T11:19:22.419Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc0009852c0_<nil>} (7.49s)
11:19:22 [2021-04-02T11:19:22.419Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1944156222_c:\foo_false__<nil>_<nil>_<nil>} (2.44s)
11:19:22 [2021-04-02T11:19:22.419Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1944156222_c:\foo_true__<nil>_<nil>_<nil>} (2.38s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.31s)
11:19:22 [2021-04-02T11:19:22.419Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
11:19:22 [2021-04-02T11:19:22.419Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
11:19:22 [2021-04-02T11:19:22.419Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
11:19:22 [2021-04-02T11:19:22.419Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
11:19:22 [2021-04-02T11:19:22.419Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
11:19:22 [2021-04-02T11:19:22.419Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s)
11:19:22 [2021-04-02T11:19:22.419Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s)
11:19:22 [2021-04-02T11:19:22.419Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.05s)
11:19:22 [2021-04-02T11:19:22.419Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
11:19:22 [2021-04-02T11:19:22.419Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_run_test.go:3462: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_run_test.go:3454: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_run_test.go:3481: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (2.24s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (7.14s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s)
11:19:22 [2021-04-02T11:19:22.419Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s)
11:19:22 [2021-04-02T11:19:22.419Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestCpRelativePath (7.17s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestCpToCaseA (4.37s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestCpToCaseB (2.22s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestCpToCaseE (8.78s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestCpToCaseH (18.48s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestCpToDot (2.25s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestCpToStdout (2.38s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.18s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.22s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestCreateByImageID (2.04s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (2.11s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.17s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.19s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.90s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.66s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.18s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestCreateRM (0.32s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.18s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.34s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (12.22s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.21s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.51s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.50s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.17s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.45s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.13s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_run_test.go:2991: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestDockerFails (0.06s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (7.09s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.37s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.26s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (7.41s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestEventsCopy (4.89s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (4.84s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.13s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.79s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (3.75s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.69s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.98s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestEventsFilters (4.55s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestEventsFormat (4.52s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.18s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestEventsRename (2.49s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestEventsResize (2.59s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.08s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.52s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.50s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.74s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.60s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestExec (0.02s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.86s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.82s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.94s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.97s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.06s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.82s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.90s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestExecExitStatus (2.28s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestExecInspectID (3.51s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.37s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.19s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.80s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestGetContainerStats (5.96s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.98s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.95s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.23s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.12s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.06s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.06s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.15s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.31s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.63s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.03s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.76s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.23s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.04s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.39s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.20s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.80s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestImportBadURL (2.51s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestImportFile (0.02s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.420Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s)
11:19:22 [2021-04-02T11:19:22.420Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
11:19:22 [2021-04-02T11:19:22.420Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.15s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.24s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.17s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.08s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestInspectDefault (2.21s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestInspectHistory (4.38s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.02s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestInspectInt64 (2.22s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (2.05s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.20s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.13s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.19s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.08s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.10s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestInspectStatus (2.52s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.40s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (2.17s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.10s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.22s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.12s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.18s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.25s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.87s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.84s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (5.56s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.33s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.04s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.06s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.99s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.92s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.55s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.35s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (2.18s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (7.05s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestLogsSince (8.82s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestLogsTail (2.64s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (2.48s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (2.13s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_run_test.go:2905: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_run_test.go:2914: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_run_test.go:3508: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_run_test.go:2694: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.06s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.09s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (9.24s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestPsByOrder (9.10s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (10.42s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (13.09s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.28s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (13.31s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.58s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (16.44s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (9.06s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.43s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestPsShowMounts (7.66s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_run_test.go:3140: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.67s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.32s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.98s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.92s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.94s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.22s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (34.39s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.54s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.23s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.17s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.71s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (4.10s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.92s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (4.05s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.07s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.28s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.98s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.62s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.67s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.33s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (9.98s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (12.28s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (4.31s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRmiTag (0.66s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.22s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (16.51s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.47s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.53s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.16s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_run_test.go:4423: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_run_test.go:3940: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.92s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_run_test.go:2624: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.44s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.66s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.41s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.18s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.21s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- PASS: TestDockerSuite/TestRunBindMounts (4.31s)
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.421Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
11:19:22 [2021-04-02T11:19:22.421Z]         docker_cli_run_test.go:3004: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:3190: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.27s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.97s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:3332: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:3356: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (1.88s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:3323: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:3308: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:3233: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2681: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2754: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2744: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.13s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.19s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.15s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:3198: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (2.11s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.99s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.19s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:3905: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.11s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.12s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:4080: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.15s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (2.09s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (2.08s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunExitCode (2.05s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (2.05s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (2.17s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.27s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.07s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:4402: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:4415: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:3721: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.62s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:3268: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:3377: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.80s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:3387: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.64s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:3421: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2452: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:4225: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:4213: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.89s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:3772: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.62s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.86s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:3765: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2604: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:3065: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:3111: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:3435: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.33s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.25s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.02s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.20s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (1.24s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.91s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2494: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.47s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2979: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2882: unmatched requirement Apparmor
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2861: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2846: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.51s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunRm (2.26s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (5.29s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (2.14s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (2.54s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.22s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (2.82s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.13s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.94s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.80s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:3981: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:2921: unmatched requirement Apparmor
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.02s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (7.00s)
11:19:22 [2021-04-02T11:19:22.422Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s)
11:19:22 [2021-04-02T11:19:22.422Z]         docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.422Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.09s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_run_test.go:3870: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_run_test.go:3863: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.12s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.44s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.08s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.23s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.15s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.84s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.17s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.39s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_run_test.go:3748: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_run_test.go:2827: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_run_test.go:3222: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.74s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.63s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.03s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.22s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_run_test.go:3038: unmatched requirement Apparmor
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_run_test.go:2837: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_run_test.go:3635: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_run_test.go:3646: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.38s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.22s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.62s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (6.55s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.99s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (3.73s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.72s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (2.04s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (2.19s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.04s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_run_test.go:3446: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.28s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.19s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
11:19:22 [2021-04-02T11:19:22.423Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.32s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.29s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (2.45s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.81s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.38s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.38s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.17s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (7.48s)
11:19:22 [2021-04-02T11:19:22.423Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s)
11:19:22 [2021-04-02T11:19:22.894Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.56s)
11:19:22 [2021-04-02T11:19:22.894Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.19s)
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
11:19:22 [2021-04-02T11:19:22.894Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.65s)
11:19:22 [2021-04-02T11:19:22.894Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.28s)
11:19:22 [2021-04-02T11:19:22.894Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.26s)
11:19:22 [2021-04-02T11:19:22.894Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.42s)
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
11:19:22 [2021-04-02T11:19:22.894Z]         docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.44s)
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
11:19:22 [2021-04-02T11:19:22.894Z] === RUN   TestDockerRegistrySuite/TestV2Only
11:19:22 [2021-04-02T11:19:22.894Z] --- PASS: TestDockerRegistrySuite (0.16s)
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
11:19:22 [2021-04-02T11:19:22.894Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.894Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerSchema1RegistrySuite
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
11:19:22 [2021-04-02T11:19:22.895Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
11:19:22 [2021-04-02T11:19:22.895Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.04s)
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:239: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:239: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:239: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:239: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:239: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:239: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:239: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:239: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerRegistryAuthTokenSuite
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
11:19:22 [2021-04-02T11:19:22.895Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:268: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:268: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:268: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:268: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:268: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerDaemonSuite
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
11:19:22 [2021-04-02T11:19:22.895Z] --- PASS: TestDockerDaemonSuite (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:302: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:302: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:302: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerSwarmSuite
11:19:22 [2021-04-02T11:19:22.895Z] --- PASS: TestDockerSwarmSuite (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerPluginSuite
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerPluginSuite/TestPluginBasicOps
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerPluginSuite/TestPluginCreate
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerPluginSuite/TestPluginEnableDisableNegative
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerPluginSuite/TestPluginForceRemove
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerPluginSuite/TestPluginIDPrefix
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerPluginSuite/TestPluginInspect
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerPluginSuite/TestPluginInstallArgs
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerPluginSuite/TestPluginInstallDisable
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerPluginSuite/TestPluginInstallImage
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerPluginSuite/TestPluginListDefaultFormat
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerPluginSuite/TestPluginSet
11:19:22 [2021-04-02T11:19:22.895Z] --- PASS: TestDockerPluginSuite (0.02s)
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:407: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:407: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:407: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:407: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:407: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:407: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:407: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:407: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:407: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:407: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]         check_test.go:407: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerExternalVolumeSuite
11:19:22 [2021-04-02T11:19:22.895Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]     check_test.go:128: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerNetworkSuite
11:19:22 [2021-04-02T11:19:22.895Z] --- SKIP: TestDockerNetworkSuite (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]     check_test.go:134: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z] === RUN   TestDockerHubPullSuite
11:19:22 [2021-04-02T11:19:22.895Z] --- SKIP: TestDockerHubPullSuite (0.00s)
11:19:22 [2021-04-02T11:19:22.895Z]     check_test.go:142: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z] PASS
11:19:22 [2021-04-02T11:19:22.895Z] ok  	github.com/docker/docker/integration-cli	2579.859s
11:19:22 [2021-04-02T11:19:22.895Z] 
11:19:22 [2021-04-02T11:19:22.895Z] === Skipped
11:19:22 [2021-04-02T11:19:22.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
11:19:22 [2021-04-02T11:19:22.895Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z] 
11:19:22 [2021-04-02T11:19:22.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s)
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s)
11:19:22 [2021-04-02T11:19:22.895Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z] 
11:19:22 [2021-04-02T11:19:22.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
11:19:22 [2021-04-02T11:19:22.895Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z] 
11:19:22 [2021-04-02T11:19:22.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
11:19:22 [2021-04-02T11:19:22.895Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z] 
11:19:22 [2021-04-02T11:19:22.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.11s)
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.11s)
11:19:22 [2021-04-02T11:19:22.895Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z] 
11:19:22 [2021-04-02T11:19:22.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s)
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s)
11:19:22 [2021-04-02T11:19:22.895Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z] 
11:19:22 [2021-04-02T11:19:22.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
11:19:22 [2021-04-02T11:19:22.895Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z] 
11:19:22 [2021-04-02T11:19:22.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
11:19:22 [2021-04-02T11:19:22.895Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z] 
11:19:22 [2021-04-02T11:19:22.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
11:19:22 [2021-04-02T11:19:22.895Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z] 
11:19:22 [2021-04-02T11:19:22.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
11:19:22 [2021-04-02T11:19:22.895Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z] 
11:19:22 [2021-04-02T11:19:22.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
11:19:22 [2021-04-02T11:19:22.895Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z] 
11:19:22 [2021-04-02T11:19:22.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
11:19:22 [2021-04-02T11:19:22.895Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
11:19:22 [2021-04-02T11:19:22.895Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.895Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_run_test.go:3177: unmatched requirement Apparmor
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_run_test.go:3155: unmatched requirement Apparmor
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.45s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.45s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.37s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.37s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.71s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.71s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.05s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.05s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.37s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.37s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.74s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.74s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.38s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.38s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:3571: unmatched requirement UnixCli
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.38s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.38s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.39s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.39s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.38s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.38s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.41s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.41s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.37s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.37s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.33s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.33s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
11:19:22 [2021-04-02T11:19:22.896Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.896Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:3698: unmatched requirement UnixCli
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.42s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.42s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.40s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.40s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.36s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.36s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.36s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.36s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.40s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.40s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.39s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.39s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.35s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.35s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_sni_test.go:18: Flakey test
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
11:19:22 [2021-04-02T11:19:22.897Z]         docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.897Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_run_test.go:3526: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_run_test.go:3558: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_run_test.go:3589: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_run_test.go:3572: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_run_test.go:3462: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_run_test.go:3454: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_run_test.go:3481: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_run_test.go:2991: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestExec (0.02s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
11:19:22 [2021-04-02T11:19:22.898Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.898Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestImportFile (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_run_test.go:2905: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
11:19:22 [2021-04-02T11:19:22.899Z]         docker_cli_run_test.go:2914: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.899Z] 
11:19:22 [2021-04-02T11:19:22.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.900Z] 
11:19:22 [2021-04-02T11:19:22.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
11:19:22 [2021-04-02T11:19:22.900Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
11:19:22 [2021-04-02T11:19:22.900Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.900Z] 
11:19:22 [2021-04-02T11:19:22.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]         docker_cli_run_test.go:3508: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.900Z] 
11:19:22 [2021-04-02T11:19:22.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
11:19:22 [2021-04-02T11:19:22.900Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
11:19:22 [2021-04-02T11:19:22.900Z]         docker_cli_run_test.go:2694: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.900Z] 
11:19:22 [2021-04-02T11:19:22.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.900Z] 
11:19:22 [2021-04-02T11:19:22.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.900Z] 
11:19:22 [2021-04-02T11:19:22.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.900Z] 
11:19:22 [2021-04-02T11:19:22.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
11:19:22 [2021-04-02T11:19:22.900Z] 
11:19:22 [2021-04-02T11:19:22.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
11:19:22 [2021-04-02T11:19:22.900Z] 
11:19:22 [2021-04-02T11:19:22.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.900Z] 
11:19:22 [2021-04-02T11:19:22.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.900Z] 
11:19:22 [2021-04-02T11:19:22.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]         docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.900Z] 
11:19:22 [2021-04-02T11:19:22.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]         docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.900Z] 
11:19:22 [2021-04-02T11:19:22.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]         docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.900Z] 
11:19:22 [2021-04-02T11:19:22.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.900Z] 
11:19:22 [2021-04-02T11:19:22.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.900Z] 
11:19:22 [2021-04-02T11:19:22.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]         docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.900Z] 
11:19:22 [2021-04-02T11:19:22.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]         docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.900Z] 
11:19:22 [2021-04-02T11:19:22.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]         docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.900Z] 
11:19:22 [2021-04-02T11:19:22.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]         docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.900Z] 
11:19:22 [2021-04-02T11:19:22.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
11:19:22 [2021-04-02T11:19:22.900Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
11:19:22 [2021-04-02T11:19:22.900Z]         docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.900Z] 
11:19:22 [2021-04-02T11:19:22.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
11:19:22 [2021-04-02T11:19:22.900Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
11:19:22 [2021-04-02T11:19:22.900Z]         docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.900Z] 
11:19:22 [2021-04-02T11:19:22.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]         docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.900Z] 
11:19:22 [2021-04-02T11:19:22.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]         docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.900Z] 
11:19:22 [2021-04-02T11:19:22.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
11:19:22 [2021-04-02T11:19:22.900Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
11:19:22 [2021-04-02T11:19:22.900Z] 
11:19:22 [2021-04-02T11:19:22.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:3140: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:4423: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:3940: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:2624: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:3004: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:3190: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:3332: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:3356: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:3323: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:3308: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:3233: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:2681: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:2754: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:2744: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:3198: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:3905: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
11:19:23 [2021-04-02T11:19:23.372Z]         docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.372Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:4080: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:4402: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:4415: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:3721: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:3268: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:3377: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:3387: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:3421: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:2452: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:4225: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:4213: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:3772: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:3765: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:2604: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:3065: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:3111: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:3435: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:2494: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:2979: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:2882: unmatched requirement Apparmor
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:2861: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:2846: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:3981: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:2921: unmatched requirement Apparmor
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
11:19:23 [2021-04-02T11:19:23.373Z]         docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.373Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_run_test.go:3870: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_run_test.go:3863: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_run_test.go:3748: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_run_test.go:2827: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_run_test.go:3222: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_run_test.go:3038: unmatched requirement Apparmor
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_run_test.go:2837: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_run_test.go:3635: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_run_test.go:3646: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_run_test.go:3446: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
11:19:23 [2021-04-02T11:19:23.374Z]         docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
11:19:23 [2021-04-02T11:19:23.374Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
11:19:23 [2021-04-02T11:19:23.374Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
11:19:23 [2021-04-02T11:19:23.374Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
11:19:23 [2021-04-02T11:19:23.374Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
11:19:23 [2021-04-02T11:19:23.374Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.374Z] 
11:19:23 [2021-04-02T11:19:23.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:185: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:212: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:239: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:239: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:239: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:239: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:239: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:239: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:239: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:239: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:268: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:268: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
11:19:23 [2021-04-02T11:19:23.375Z]         check_test.go:268: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.375Z] 
11:19:23 [2021-04-02T11:19:23.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]         check_test.go:268: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.376Z] 
11:19:23 [2021-04-02T11:19:23.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]         check_test.go:268: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.376Z] 
11:19:23 [2021-04-02T11:19:23.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]         check_test.go:302: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.376Z] 
11:19:23 [2021-04-02T11:19:23.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]         check_test.go:302: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.376Z] 
11:19:23 [2021-04-02T11:19:23.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]         check_test.go:302: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.376Z] 
11:19:23 [2021-04-02T11:19:23.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]         check_test.go:407: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.376Z] 
11:19:23 [2021-04-02T11:19:23.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]         check_test.go:407: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.376Z] 
11:19:23 [2021-04-02T11:19:23.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]         check_test.go:407: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.376Z] 
11:19:23 [2021-04-02T11:19:23.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]         check_test.go:407: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.376Z] 
11:19:23 [2021-04-02T11:19:23.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]         check_test.go:407: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.376Z] 
11:19:23 [2021-04-02T11:19:23.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]         check_test.go:407: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.376Z] 
11:19:23 [2021-04-02T11:19:23.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]         check_test.go:407: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.376Z] 
11:19:23 [2021-04-02T11:19:23.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]         check_test.go:407: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.376Z] 
11:19:23 [2021-04-02T11:19:23.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]         check_test.go:407: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.376Z] 
11:19:23 [2021-04-02T11:19:23.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]         check_test.go:407: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.376Z] 
11:19:23 [2021-04-02T11:19:23.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]         check_test.go:407: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.376Z] 
11:19:23 [2021-04-02T11:19:23.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]     check_test.go:128: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.376Z] 
11:19:23 [2021-04-02T11:19:23.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]     check_test.go:134: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.376Z] 
11:19:23 [2021-04-02T11:19:23.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s)
11:19:23 [2021-04-02T11:19:23.376Z]     check_test.go:142: unmatched requirement DaemonIsLinux
11:19:23 [2021-04-02T11:19:23.376Z] 
11:19:23 [2021-04-02T11:19:23.376Z] 
11:19:23 [2021-04-02T11:19:23.376Z] DONE 1093 tests, 547 skipped in 2588.066s
11:19:23 [2021-04-02T11:19:23.376Z] INFO: Integration tests ended at 04/02/2021 11:19:23. Duration:00:43:08.1592761
11:19:23 [2021-04-02T11:19:23.376Z] INFO: Docker info of the daemon under test at end of run
11:19:23 [2021-04-02T11:19:23.376Z] 
11:19:23 [2021-04-02T11:19:23.846Z] Containers: 2
11:19:23 [2021-04-02T11:19:23.846Z]  Running: 0
11:19:23 [2021-04-02T11:19:23.846Z]  Paused: 0
11:19:23 [2021-04-02T11:19:23.846Z]  Stopped: 2
11:19:23 [2021-04-02T11:19:23.846Z] Images: 18
11:19:23 [2021-04-02T11:19:23.846Z] Server Version: 0.0.0-dev
11:19:23 [2021-04-02T11:19:23.846Z] Storage Driver: windowsfilter
11:19:23 [2021-04-02T11:19:23.846Z]  Windows: 
11:19:23 [2021-04-02T11:19:23.846Z] Logging Driver: json-file
11:19:23 [2021-04-02T11:19:23.847Z] Plugins: 
11:19:23 [2021-04-02T11:19:23.847Z]  Volume: local
11:19:23 [2021-04-02T11:19:23.847Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
11:19:23 [2021-04-02T11:19:23.847Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
11:19:23 [2021-04-02T11:19:23.847Z] Swarm: inactive
11:19:23 [2021-04-02T11:19:23.847Z] Default Isolation: process
11:19:23 [2021-04-02T11:19:23.847Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
11:19:23 [2021-04-02T11:19:23.847Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757)
11:19:23 [2021-04-02T11:19:23.847Z] OSType: windows
11:19:23 [2021-04-02T11:19:23.847Z] Architecture: x86_64
11:19:23 [2021-04-02T11:19:23.847Z] CPUs: 4
11:19:23 [2021-04-02T11:19:23.847Z] Total Memory: 32GiB
11:19:23 [2021-04-02T11:19:23.847Z] Name: azwin-2-c4f890
11:19:23 [2021-04-02T11:19:23.847Z] ID: WL3K:3N6W:PFCK:7TON:X54X:TPS3:E7AO:GC5B:NIEA:FTCH:CMT7:ISNT
11:19:23 [2021-04-02T11:19:23.847Z] Docker Root Dir: D:\CI\PR-42182\6\daemon
11:19:23 [2021-04-02T11:19:23.847Z] Debug Mode (client): false
11:19:23 [2021-04-02T11:19:23.847Z] Debug Mode (server): true
11:19:23 [2021-04-02T11:19:23.847Z]  File Descriptors: -1
11:19:23 [2021-04-02T11:19:23.847Z]  Goroutines: 17
11:19:23 [2021-04-02T11:19:23.847Z]  System Time: 2021-04-02T11:19:23.3746557Z
11:19:23 [2021-04-02T11:19:23.847Z]  EventsListeners: 0
11:19:23 [2021-04-02T11:19:23.847Z] Registry: https://index.docker.io/v1/
11:19:23 [2021-04-02T11:19:23.847Z] Labels:
11:19:23 [2021-04-02T11:19:23.847Z] Experimental: false
11:19:23 [2021-04-02T11:19:23.847Z] Insecure Registries:
11:19:23 [2021-04-02T11:19:23.847Z]  127.0.0.0/8
11:19:23 [2021-04-02T11:19:23.847Z] Live Restore Enabled: false
11:19:23 [2021-04-02T11:19:23.847Z] 
11:19:23 [2021-04-02T11:19:23.847Z] 
11:19:23 [2021-04-02T11:19:23.847Z] INFO: Stopping daemon under test
11:19:23 [2021-04-02T11:19:23.847Z] SUCCESS: The process with PID 5260 (child process of PID 5712) has been terminated.
11:19:23 [2021-04-02T11:19:23.847Z] SUCCESS: The process with PID 5712 (child process of PID 4532) has been terminated.
11:19:23 [2021-04-02T11:19:23.847Z] INFO: Stop tailing logs of the daemon under tests
11:19:23 [2021-04-02T11:19:23.847Z] INFO: executeCI.ps1 Completed successfully at 04/02/2021 11:19:23.
11:19:23 [2021-04-02T11:19:23.847Z] INFO: Tidying up at end of run
11:19:23 [2021-04-02T11:19:23.847Z] INFO: Saving daemon under test log (d:\CI\PR-42182\6\dut.out) to bundles\CIDUT.out
11:19:23 [2021-04-02T11:19:23.847Z] INFO: Saving daemon under test log (d:\CI\PR-42182\6\dut.err) to bundles\CIDUT.err
11:19:23 [2021-04-02T11:19:23.847Z] INFO: Nuke-Everything...
11:19:24 [2021-04-02T11:19:24.317Z] INFO: Container count on control daemon to delete is 2
11:19:24 [2021-04-02T11:19:24.788Z] 86394ec0ca49
11:19:24 [2021-04-02T11:19:24.788Z] e225593001d0
11:19:25 [2021-04-02T11:19:25.259Z] INFO: Tidying pidfile d:\CI\PR-42182\6\docker.pid
11:19:25 [2021-04-02T11:19:25.259Z] INFO: Nuking d:\CI
11:20:01 [2021-04-02T11:20:01.151Z] INFO: Zapped successfully
11:20:01 [2021-04-02T11:20:01.151Z] 
11:20:01 [2021-04-02T11:20:01.151Z] INFO: executeCI.ps1 exiting at Fri Apr  2 11:19:56 CUT 2021. Duration 01:20:15.5862716
11:20:01 [2021-04-02T11:20:01.151Z] 
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] junit
11:20:01 [2021-04-02T11:20:01.404Z] Recording test results
11:20:08 [2021-04-02T11:20:08.708Z] [Checks API] No suitable checks publisher found.
[Pipeline] catchError
[Pipeline] {
[Pipeline] powershell
11:20:10 [2021-04-02T11:20:10.248Z] Creating windowsRS5-integration-bundles.zip
[Pipeline] archiveArtifacts
11:20:12 [2021-04-02T11:20:12.048Z] Archiving artifacts
11:20:26 [2021-04-02T11:20:26.391Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42182/6/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
11:20:27 [2021-04-02T11:20:27.358Z] + make clean
11:20:29 [2021-04-02T11:20:29.580Z] docker volume rm -f docker-dev-cache
11:20:29 [2021-04-02T11:20:29.580Z] 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